@charset "UTF-8";
/*
Theme Name: Global Strategy
Text Domain: twentysixteen
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
.image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.image-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
tr( duracion, propiedades, delay)
*/
/*
tre( duracion, propiedades, delay)
a diferencia de tr(), tre tiene un easign aplicado que hace la animacion mas natural
*/
/*
fade( x, y );
Añade transformacion x e y, y opacity 0 al elemento.
Se pueden pasar valores negativos, por ejemplo, para desplazar x hacia la izquierda
Tambien se puede pasar un porcentaje
*/
/*
fadein();
Aplica transformX(0px), transformY(0px) y opacity 1 para hacer aparecer el objecto
*/
/* Text Block Custom Style */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: -webkit-fill-available;
}

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

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

html,
body {
  height: 100%;
}

body {
  font-family: "Bebas Neue", cursive;
  font-size: 16px;
  color: #000;
  line-height: 1;
  -webkit-overflow-scrolling: auto;
}
body img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
body ul li {
  list-style: none;
}

section, footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.hidden {
  display: none;
}

input[type=text], input[type=email], input[type=search], input[type=submit], textarea, button {
  font-family: "Bebas Neue", cursive;
  -webkit-appearance: none;
  border-radius: 0;
}

select {
  font-family: "Bebas Neue", cursive;
}

h1, .h1, .h1 p {
  font-size: 150px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h1);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h1);
  }*/
}

h2, .h2, .h2 p {
  font-size: 25px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h2);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h2);
  }*/
}

h3, .h3, .h3 p {
  font-size: 50px;
  font-family: "Bebas Neue", cursive;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h3);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h3);
  }*/
}

h4, .h4, .h4 p {
  font-size: 40px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h4);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h4);
  }*/
}

h5, .h5, .h5 p {
  font-size: 24px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h5);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h5);
  }*/
}

h6, .h6, .h6 p {
  font-size: 16px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h6);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h6);
  }*/
}

a {
  color: #FFD200;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

b,
strong,
strong * {
  font-weight: 600;
}

:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

figure {
  margin: 0;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 30px;
}

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

.iframe-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-mobile {
  display: none !important;
}

@media only screen and (max-width: 769px) {
  .image-desktop {
    display: none !important;
  }
  .image-mobile {
    display: block !important;
  }
}
.stage {
  position: relative;
  height: 100vh;
  min-height: 800px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1100px) {
  .stage {
    height: auto;
    min-height: 100vh;
  }
}
.stage__left-shape {
  position: absolute;
  left: 80px;
  top: -5px;
  z-index: 3;
  aspect-ratio: 93/258;
  width: 93px;
}
.stage__left-shape svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.stage__right-shape {
  width: 100%;
  height: 100vh;
  min-height: 800px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: #f78f24;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.stage__right-shape .orange-diagonal {
  width: 397px;
  height: 1100px;
  background-color: #f78f24;
  clip-path: polygon(100% 0%, 100% 0, 100% 100%, 0% 100%);
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 2px;
}
.stage__blue-shape {
  width: 100%;
  height: 100vh;
  min-height: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #72afdf;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.stage__blue-shape .blue-diagonal {
  width: 458px;
  height: 1100px;
  background-color: #72afdf;
  clip-path: polygon(88% 0%, 100% 0, 100% 100%, 0% 100%);
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  position: absolute;
  bottom: 0;
  left: 2px;
}
@media only screen and (max-width: 1380px) {
  .stage__blue-shape .blue-diagonal {
    left: 4%;
  }
}
@media only screen and (max-width: 1100px) {
  .stage__blue-shape .blue-diagonal {
    left: 2px;
  }
}
.stage .top-diagonal {
  width: 850px;
  height: 1300px;
  position: absolute;
  right: 0;
  bottom: 0;
  clip-path: polygon(55% 0%, 100% 0, 100% 100%, 0% 100%);
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.3);
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 1100px) {
  .stage .top-diagonal {
    display: none;
  }
}
.stage .bottom-diagonal {
  width: 910px;
  height: 1300px;
  position: absolute;
  right: 0;
  bottom: 0;
  clip-path: polygon(52% 0%, 100% 0, 100% 100%, 0% 100%);
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 1100px) {
  .stage .bottom-diagonal {
    display: none;
  }
}
.stage.stage-04 .top-diagonal {
  background-color: rgba(41, 65, 114, 0.3);
  -webkit-transform: translatex(100%);
          transform: translatex(100%);
}
.stage.stage-04 .bottom-diagonal {
  background-color: rgba(41, 65, 114, 0.4);
  -webkit-transform: translatex(100%);
          transform: translatex(100%);
}
.stage.stage-06 .top-diagonal {
  left: 0;
  right: auto;
  clip-path: polygon(0 0%, 100% 0, 46% 100%, 0% 100%);
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
.stage.stage-06 .bottom-diagonal {
  left: 0;
  right: auto;
  clip-path: polygon(0 0%, 100% 0, 48% 100%, 0% 100%);
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
.stage.stage-07 .top-diagonal,
.stage.stage-07 .bottom-diagonal {
  -webkit-transform: translatex(100%);
          transform: translatex(100%);
}
.stage.stage-08 .top-diagonal,
.stage.stage-08 .bottom-diagonal {
  -webkit-transform: translatex(100%);
          transform: translatex(100%);
}
.stage__big-left-shape {
  z-index: 3;
  position: absolute;
  left: 335px;
  top: 0;
  aspect-ratio: 296/900;
  width: 18.5%;
  height: 100%;
}
@media only screen and (max-width: 769px) {
  .stage__big-left-shape {
    left: 101px;
  }
}
.stage__blue-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #294172;
  mix-blend-mode: multiply;
}
.stage__dark-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.stage__dark-mask-2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  mix-blend-mode: multiply;
}

.lang_es, .lang_fr {
  display: none;
}

html[lang=es] .lang_es,
html[lang=es-CO] .lang_es {
  display: block;
}
html[lang=es] .lang_en, html[lang=es] .lang_fr,
html[lang=es-CO] .lang_en,
html[lang=es-CO] .lang_fr {
  display: none;
}

html[lang=fr] .lang_fr,
html[lang=fr-FR] .lang_fr {
  display: block;
}
html[lang=fr] .lang_en, html[lang=fr] .lang_es,
html[lang=fr-FR] .lang_en,
html[lang=fr-FR] .lang_es {
  display: none;
}

.error404 .site-content {
  min-height: calc(100vh - 376px);
}
.error404 .site-content .error-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 800px;
  margin-top: 120px;
}
@media only screen and (max-width: 1050px) {
  .error404 .site-content .error-404 {
    padding: 0 10%;
    height: 870px;
  }
}
@media only screen and (max-width: 769px) {
  .error404 .site-content .error-404 {
    height: 600px;
  }
}
.error404 .site-content .page-title {
  text-align: center;
}

.site-logo {
  display: block;
  width: 200px;
  margin-right: 30px;
}
.site-logo img {
  width: 100%;
  height: auto;
}

.scrolled .site-logo {
  width: 150px;
}

.site-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .site-menu {
    padding: 20px;
    padding-top: 114px;
    display: block;
  }
}
.site-menu__item {
  margin: 0 30px;
  padding-bottom: 37px;
}
@media only screen and (max-width: 1050px) {
  .site-menu__item {
    margin: 0;
    padding: 14px 0;
    border-bottom: 1px solid #D2D4D5;
  }
}
@media only screen and (min-width: 1050px) {
  .site-menu__item:hover .submenu--banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-menu__item:hover .submenu--list {
    display: block;
  }
}
.site-menu__item--list {
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .site-menu__item--list {
    position: static;
  }
}
.site-menu__first-level {
  font-size: 16px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h6);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h6);
  }*/
  color: #000;
}
@media only screen and (max-width: 1050px) {
  .site-menu__first-level {
    font-size: 28px;
    position: relative;
    width: calc(100% - 33px);
    display: inline-block;
  }
  .site-menu__first-level--text {
    width: 100%;
  }
  .site-menu__first-level--text:before {
    position: absolute;
    top: 4px;
    right: 9px;
    width: 10px;
    height: 18px;
    background: url(images/arrow-right.svg) center/contain no-repeat;
    content: "";
    z-index: -1;
  }
}
.site-menu__first-level.current-page {
  position: relative;
}
.site-menu__first-level.current-page:after {
  position: absolute;
  top: 3px;
  left: -20px;
  width: 12px;
  height: 12px;
  content: "";
  background: #FFD200;
}
@media only screen and (max-width: 1050px) {
  .site-menu__first-level.current-page:after {
    display: none;
  }
}
.site-menu__first-level__btn {
  display: none;
  margin-top: -14px;
  width: 33px;
  height: 57px;
  z-index: 2;
  position: relative;
  z-index: 2;
  background: none;
  float: right;
}
.site-menu__first-level__btn:before {
  position: absolute;
  top: 18px;
  right: 9px;
  width: 10px;
  height: 18px;
  background: url(images/arrow-right.svg) center/contain no-repeat;
  content: "";
  z-index: -1;
}
@media only screen and (max-width: 1050px) {
  .site-menu__first-level__btn {
    display: block;
  }
}
.site-menu .submenu {
  position: absolute;
  top: 37px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding: 70px;
  background: #ffffff;
  -webkit-filter: drop-shadow(15px 15px 20px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(15px 15px 20px rgba(0, 0, 0, 0.1));
  display: none;
}
@media only screen and (max-width: 1050px) {
  .site-menu .submenu.active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.site-menu .submenu .back-btn {
  display: none;
}
@media only screen and (max-width: 1050px) {
  .site-menu .submenu .back-btn {
    display: block;
    position: absolute;
    top: 67px;
    left: 20px;
    font-size: 24px;
    font-family: "Bebas Neue", cursive;
    letter-spacing: 0.01em;
    /*@include responsive('tablet-h'){
      font-size: map-get($font-sizes-tablet, h5);
    }
    @include responsive('mobile-v'){
      font-size: map-get($font-sizes-mobile, h5);
    }*/
    background: none;
    padding-left: 23px;
  }
  .site-menu .submenu .back-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 15px;
    background: url(images/arrow-right.svg) center/contain no-repeat;
    content: "";
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.site-menu .submenu__item:hover .submenu__title {
  color: #FFD200;
}
.site-menu .submenu__image {
  position: relative;
  width: 100%;
  padding-top: 62.5%;
  margin-bottom: 10px;
  display: none;
}
.site-menu .submenu__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-menu .submenu__title {
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h6);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h6);
  }*/
  color: #000;
}
@media only screen and (max-width: 1050px) {
  .site-menu .submenu--list {
    display: block;
    width: 100vw;
    height: 100vh;
    min-height: auto;
    top: 0 !important;
    left: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    background: #fff;
    z-index: 2;
    padding: 20px;
    padding-top: 114px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow-y: scroll;
  }
}
.site-menu .submenu--list .submenu__item {
  display: block;
  width: 207px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D2D4D5;
}
@media only screen and (max-width: 1050px) {
  .site-menu .submenu--list .submenu__item {
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .site-menu .submenu--list .submenu__item .submenu__title {
    text-align: left;
  }
}
.site-menu .submenu--list .submenu__item:nth-last-child(2) {
  margin: 0;
}
@media only screen and (max-width: 1050px) {
  .site-menu .submenu--list .submenu__item:nth-last-child(2) {
    border: none;
  }
}
.site-menu .submenu--banners {
  top: 37px;
  left: 50vw;
  width: 1290px;
  max-width: 100vw;
  padding: 46px 70px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin-left: -60px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 1100px) {
  .site-menu .submenu--banners {
    width: 100vw;
  }
}
@media only screen and (max-width: 1050px) {
  .site-menu .submenu--banners {
    display: block;
    width: 100vw;
    height: 100vh;
    min-height: 800px;
    top: 0 !important;
    left: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    background: #fff;
    z-index: 3;
    padding: 0 10px;
    padding-top: 114px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow-y: scroll;
    margin-left: 0;
    padding-bottom: 30px;
  }
}
.site-menu .submenu--banners .submenu__item {
  width: 25%;
  padding: 18px 10px;
}
@media only screen and (max-width: 1050px) {
  .site-menu .submenu--banners .submenu__item {
    float: left;
    width: 50%;
    padding: 0 10px 23px 10px;
  }
  .site-menu .submenu--banners .submenu__item:nth-child(1) {
    width: 100%;
  }
}
.site-menu .submenu--banners .submenu__image {
  display: block;
}
.site-menu .site-account {
  display: none;
}
@media only screen and (max-width: 1050px) {
  .site-menu .site-account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 72px;
  }
}
.site-menu .site-account a {
  font-size: 16px;
}
.site-menu .site-account a:nth-child(1) {
  margin-left: 0;
}
.site-menu .site-search {
  display: none;
}
@media only screen and (max-width: 1050px) {
  .site-menu .site-search {
    display: block;
    margin-top: 27px;
  }
}
.site-menu .site-search form input[type=search] {
  font-size: 16px;
}

.scrolled .site-menu__item {
  padding-bottom: 20px;
}
.scrolled .site-menu .submenu--banners {
  top: 25px;
}
.scrolled .site-menu .submenu .back-btn {
  top: 34px;
}

.responsive__btn {
  float: left;
  position: relative;
  z-index: 11;
  width: 28px;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
  margin-left: 25px;
}
.responsive__btn span {
  display: inline-block;
  background: #333F44;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
}
.responsive__btn span:nth-child(1) {
  top: 0px;
}
.responsive__btn span:nth-child(2), .responsive__btn span:nth-child(3) {
  top: 9px;
}
.responsive__btn span:nth-child(4) {
  top: 18px;
}
.responsive__btn.burger_menu {
  display: block;
}
@media only screen and (max-width: 1050px) {
  .responsive__btn {
    display: block;
  }
}

.menu-responsive-open .responsive__btn span {
  background: #000;
}
.menu-responsive-open .responsive__btn span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.menu-responsive-open .responsive__btn span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-responsive-open .responsive__btn span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-responsive-open .responsive__btn span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.menu-responsive-open .site-menu.burger_menu {
  display: block;
}
.menu-responsive-open .header__bottom {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.site-search {
  position: relative;
  width: 100%;
}
.site-search .wc-block-product-search .wc-block-product-search__fields {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.site-search form label {
  display: none;
}
.site-search form input[type=search] {
  width: calc(100% - 25px);
  height: 25px;
  line-height: 25px;
  padding: 0 8px;
  font-size: 15px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h7);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h7);
  }*/
  color: #000;
}
.site-search form input[type=search]::-webkit-input-placeholder {
  color: #000;
}
.site-search form input[type=search]::-moz-placeholder {
  color: #000;
}
.site-search form input[type=search]:-ms-input-placeholder {
  color: #000;
}
.site-search form input[type=search]::-ms-input-placeholder {
  color: #000;
}
.site-search form input[type=search]::placeholder {
  color: #000;
}
.site-search form button {
  width: 25px;
  height: 25px;
  background: none;
  text-indent: 500px;
  overflow: hidden;
  cursor: pointer;
  background-image: url(images/search.svg);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
}
.site-search form button svg {
  display: none;
}
.site-search img {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: -1;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 600px) {
  .socials {
    display: none;
  }
}
.socials a {
  display: block;
  height: 15px;
  width: auto;
}
.socials a:hover {
  opacity: 0.5;
}

.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Bebas Neue", cursive;
  background: #FFD200;
  color: #000 !important;
  padding: 0 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 0;
}
.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
.button--line,
.woocommerce #respond input#submit--line,
.woocommerce a.button--line,
.woocommerce button.button--line,
.woocommerce input.button--line {
  border: 2px solid #333F44;
  background: none;
  color: #000 !important;
  line-height: 36px;
}
.button--line:hover,
.woocommerce #respond input#submit--line:hover,
.woocommerce a.button--line:hover,
.woocommerce button.button--line:hover,
.woocommerce input.button--line:hover {
  background: #333F44 !important;
  color: #000 !important;
}

.site .gform_wrapper,
.woocommerce .gform_wrapper,
.woocommerce .site .gform_wrapper {
  margin: 0 !important;
  padding: 0 !important;
}
.site .gform_wrapper .gform_fields,
.woocommerce .gform_wrapper .gform_fields,
.woocommerce .site .gform_wrapper .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 0 30px;
}
.site .gform_wrapper .gfield,
.woocommerce .gform_wrapper .gfield,
.woocommerce .site .gform_wrapper .gfield {
  width: 100%;
}
.site .gform_wrapper .gfield select,
.site .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.site .gform_wrapper .gfield textarea,
.woocommerce .gform_wrapper .gfield select,
.woocommerce .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .gform_wrapper .gfield textarea,
.woocommerce .site .gform_wrapper .gfield select,
.woocommerce .site .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .site .gform_wrapper .gfield textarea {
  width: 100%;
}
.site .gform_wrapper .gfield--width-half,
.woocommerce .gform_wrapper .gfield--width-half,
.woocommerce .site .gform_wrapper .gfield--width-half {
  width: calc(50% - 15px);
}
.site .gform_wrapper .gfield--width-third,
.woocommerce .gform_wrapper .gfield--width-third,
.woocommerce .site .gform_wrapper .gfield--width-third {
  width: calc(33% - 20px);
}
.site .gform_wrapper .gfield--width-quarter,
.woocommerce .gform_wrapper .gfield--width-quarter,
.woocommerce .site .gform_wrapper .gfield--width-quarter {
  width: calc(25% - 22.5px);
}
.site .gform_wrapper .top_label .gfield_label,
.site .gform_wrapper legend.gfield_label,
.woocommerce .gform_wrapper .top_label .gfield_label,
.woocommerce .gform_wrapper legend.gfield_label,
.woocommerce .site .gform_wrapper .top_label .gfield_label,
.woocommerce .site .gform_wrapper legend.gfield_label {
  display: none !important;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.site .gform_wrapper textarea,
.woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .gform_wrapper textarea,
.woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .site .gform_wrapper textarea {
  height: 40px;
  line-height: 40px;
  background: none;
  border: 1px solid #333F44;
  padding: 0 25px;
  font-size: 16px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h6);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h6);
  }*/
  color: #000;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .site .gform_wrapper textarea::-webkit-input-placeholder, .woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .woocommerce .gform_wrapper textarea::-webkit-input-placeholder, .woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .woocommerce .site .gform_wrapper textarea::-webkit-input-placeholder {
  color: #BBBFC1;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .site .gform_wrapper textarea::-moz-placeholder, .woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .woocommerce .gform_wrapper textarea::-moz-placeholder, .woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .woocommerce .site .gform_wrapper textarea::-moz-placeholder {
  color: #BBBFC1;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .site .gform_wrapper textarea:-ms-input-placeholder, .woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .woocommerce .gform_wrapper textarea:-ms-input-placeholder, .woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .woocommerce .site .gform_wrapper textarea:-ms-input-placeholder {
  color: #BBBFC1;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, .site .gform_wrapper textarea::-ms-input-placeholder, .woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, .woocommerce .gform_wrapper textarea::-ms-input-placeholder, .woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, .woocommerce .site .gform_wrapper textarea::-ms-input-placeholder {
  color: #BBBFC1;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.site .gform_wrapper textarea::placeholder,
.woocommerce .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.woocommerce .gform_wrapper textarea::placeholder,
.woocommerce .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.woocommerce .site .gform_wrapper textarea::placeholder {
  color: #BBBFC1;
}
.site .gform_wrapper .gfmc-column,
.woocommerce .gform_wrapper .gfmc-column,
.woocommerce .site .gform_wrapper .gfmc-column {
  padding-right: 48px;
}
.site .gform_wrapper .gfmc-column:nth-last-child(1),
.woocommerce .gform_wrapper .gfmc-column:nth-last-child(1),
.woocommerce .site .gform_wrapper .gfmc-column:nth-last-child(1) {
  padding-right: 0;
}
.site .gform_wrapper .gfmc-column h4,
.woocommerce .gform_wrapper .gfmc-column h4,
.woocommerce .site .gform_wrapper .gfmc-column h4 {
  margin-bottom: 4px;
  font-size: 24px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h5);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h5);
  }*/
}
.site .gform_wrapper .gfmc-column .form__text,
.woocommerce .gform_wrapper .gfmc-column .form__text,
.woocommerce .site .gform_wrapper .gfmc-column .form__text {
  font-size: 15px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h7);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h7);
  }*/
  margin-top: 15px;
}
.site .gform_wrapper .gfmc-column .form__text a,
.woocommerce .gform_wrapper .gfmc-column .form__text a,
.woocommerce .site .gform_wrapper .gfmc-column .form__text a {
  color: #000;
  text-decoration: underline;
}
.site .gform_wrapper .gfmc-column .form__text a:hover,
.woocommerce .gform_wrapper .gfmc-column .form__text a:hover,
.woocommerce .site .gform_wrapper .gfmc-column .form__text a:hover {
  color: #FFD200;
}
.site .gform_wrapper .gfmc-column input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.site .gform_wrapper .gfmc-column textarea,
.woocommerce .gform_wrapper .gfmc-column input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .gform_wrapper .gfmc-column textarea,
.woocommerce .site .gform_wrapper .gfmc-column input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce .site .gform_wrapper .gfmc-column textarea {
  width: 100%;
}
.site .gform_wrapper .ginput_complex.ginput_container_address span,
.site .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left,
.woocommerce .gform_wrapper .ginput_complex.ginput_container_address span,
.woocommerce .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left,
.woocommerce .site .gform_wrapper .ginput_complex.ginput_container_address span,
.woocommerce .site .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
  width: 100%;
  padding-right: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 10px;
  display: block;
}
.site .gform_wrapper .ginput_complex.ginput_container_address label,
.woocommerce .gform_wrapper .ginput_complex.ginput_container_address label,
.woocommerce .site .gform_wrapper .ginput_complex.ginput_container_address label {
  display: none !important;
}
.site .gform_wrapper .gform_footer input.button,
.site .gform_wrapper .gform_footer input[type=submit],
.site .gform_wrapper .gform_page_footer input.button,
.site .gform_wrapper .gform_page_footer input[type=submit],
.woocommerce .gform_wrapper .gform_footer input.button,
.woocommerce .gform_wrapper .gform_footer input[type=submit],
.woocommerce .gform_wrapper .gform_page_footer input.button,
.woocommerce .gform_wrapper .gform_page_footer input[type=submit],
.woocommerce .site .gform_wrapper .gform_footer input.button,
.woocommerce .site .gform_wrapper .gform_footer input[type=submit],
.woocommerce .site .gform_wrapper .gform_page_footer input.button,
.woocommerce .site .gform_wrapper .gform_page_footer input[type=submit] {
  font-size: 15px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h7);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h7);
  }*/
}
.site .gform_wrapper li.gfield.gfield_error,
.site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.woocommerce .gform_wrapper li.gfield.gfield_error,
.woocommerce .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.woocommerce .site .gform_wrapper li.gfield.gfield_error,
.woocommerce .site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h7);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h7);
  }*/
}
.site .gform_wrapper .validation_message,
.woocommerce .gform_wrapper .validation_message,
.woocommerce .site .gform_wrapper .validation_message {
  padding-top: 8px !important;
}
.site .gform_wrapper div.validation_error,
.woocommerce .gform_wrapper div.validation_error,
.woocommerce .site .gform_wrapper div.validation_error {
  padding: 8px 0;
  font-size: 15px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h7);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h7);
  }*/
  line-height: 1.2;
  margin-bottom: 10px;
}
.site .gform_wrapper .gfield_checkbox li input,
.site .gform_wrapper .gfield_checkbox li input[type=checkbox],
.site .gform_wrapper .gfield_radio li input[type=radio],
.woocommerce .gform_wrapper .gfield_checkbox li input,
.woocommerce .gform_wrapper .gfield_checkbox li input[type=checkbox],
.woocommerce .gform_wrapper .gfield_radio li input[type=radio],
.woocommerce .site .gform_wrapper .gfield_checkbox li input,
.woocommerce .site .gform_wrapper .gfield_checkbox li input[type=checkbox],
.woocommerce .site .gform_wrapper .gfield_radio li input[type=radio] {
  display: none;
}
.site .gform_wrapper ul.gfield_checkbox li label,
.site .gform_wrapper ul.gfield_radio li label,
.woocommerce .gform_wrapper ul.gfield_checkbox li label,
.woocommerce .gform_wrapper ul.gfield_radio li label,
.woocommerce .site .gform_wrapper ul.gfield_checkbox li label,
.woocommerce .site .gform_wrapper ul.gfield_radio li label {
  font-size: 15px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h7);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h7);
  }*/
  color: #333F44;
  padding-left: 30px;
  line-height: 20px;
  position: relative;
}
.site .gform_wrapper ul.gfield_checkbox li label:before,
.site .gform_wrapper ul.gfield_radio li label:before,
.woocommerce .gform_wrapper ul.gfield_checkbox li label:before,
.woocommerce .gform_wrapper ul.gfield_radio li label:before,
.woocommerce .site .gform_wrapper ul.gfield_checkbox li label:before,
.woocommerce .site .gform_wrapper ul.gfield_radio li label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  content: "";
}
.site .gform_wrapper .gchoice_select_all:after,
.site .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:after,
.site .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label:after,
.woocommerce .gform_wrapper .gchoice_select_all:after,
.woocommerce .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:after,
.woocommerce .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label:after,
.woocommerce .site .gform_wrapper .gchoice_select_all:after,
.woocommerce .site .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:after,
.woocommerce .site .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label:after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: #FFD200;
  content: "";
}

.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.formBox textarea {
  height: 40px;
  line-height: 40px;
  background: none;
  border: 1px solid #333F44;
  padding: 0 25px;
  font-size: 16px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h6);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h6);
  }*/
  color: #000;
  width: 100%;
  margin-bottom: 8px;
  background: #ffffff !important;
}
.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .formBox textarea::-webkit-input-placeholder {
  color: #BBBFC1;
}
.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .formBox textarea::-moz-placeholder {
  color: #BBBFC1;
}
.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .formBox textarea:-ms-input-placeholder {
  color: #BBBFC1;
}
.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, .formBox textarea::-ms-input-placeholder {
  color: #BBBFC1;
}
.formBox input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.formBox textarea::placeholder {
  color: #BBBFC1;
}
.formBox p {
  font-size: 15px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h7);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h7);
  }*/
  color: #333F44;
  line-height: 1.2;
}
.formBox p a {
  color: #000;
  text-decoration: underline;
}
.formBox p a:hover {
  color: #FFD200;
}

.form_block .formBox {
  margin: 0 auto;
  width: 337px;
  max-width: 100%;
}
.form_block .formBox .gform_footer {
  text-align: center;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.post-cont .post-thumbnail {
  width: 100%;
  padding-top: 67.25%;
  position: relative;
  margin-bottom: 19px;
}
.post-cont .post-thumbnail a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.post-cont .post-thumbnail a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-cont .post-thumbnail a img {
  width: 100% !important;
  height: 100% !important;
}
.post-cont__date {
  font-size: 15px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h7);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h7);
  }*/
  color: #333F44;
  margin-bottom: 10px;
}
.post-cont__title {
  display: block;
  width: 100%;
  font-size: 24px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h5);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h5);
  }*/
  color: #000;
  margin-bottom: 10px;
}
.post-cont__title:hover {
  color: #FFD200;
}
.post-cont__link {
  font-size: 15px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h7);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h7);
  }*/
  color: #000;
  text-decoration: underline;
}
.post-cont__link:hover {
  color: #FFD200;
}

.archive-cont__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 50px;
}
@media only screen and (max-width: 1050px) {
  .archive-cont__list {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 900px) {
  .archive-cont__list {
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .archive-cont__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}

.single-header__title {
  margin: 0 auto;
  width: 985px;
  max-width: 100%;
  font-size: 25px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h2);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h2);
  }*/
  text-align: center;
}
.single-header__introduction {
  margin: 0 auto;
  width: 773px;
  max-width: 100%;
  font-size: 40px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h4);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h4);
  }*/
  line-height: 1.2;
  color: #333F44;
  text-align: center;
  margin-top: 30px;
}
.single-header__date {
  margin: 0 auto;
  width: 773px;
  max-width: 100%;
  font-size: 15px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h7);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h7);
  }*/
  color: #333F44;
  text-align: center;
  margin-top: 30px;
}
.single-header .post-thumbnail {
  margin-top: 70px;
  width: 100%;
}
.single-header .post-thumbnail img {
  width: 100%;
  height: auto;
}

.single-content {
  padding: 80px 0 168px 0;
}
.single-content__cont {
  margin: 0 auto;
  width: 620px;
  max-width: 100%;
}
.single-content__cont h1, .single-content__cont h2, .single-content__cont h3, .single-content__cont h4, .single-content__cont h5, .single-content__cont h6 {
  color: #000;
  margin-bottom: 20px;
}
.single-content__cont h1 {
  font-size: 150px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h1);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h1);
  }*/
}
.single-content__cont h2 {
  font-size: 25px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h2);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h2);
  }*/
}
.single-content__cont h3 {
  font-size: 50px;
  font-family: "Bebas Neue", cursive;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h3);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h3);
  }*/
}
.single-content__cont h4 {
  font-size: 40px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h4);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h4);
  }*/
}
.single-content__cont h5 {
  font-size: 24px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h5);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h5);
  }*/
}
.single-content__cont h6 {
  font-size: 16px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h6);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h6);
  }*/
}
.single-content__cont p {
  font-size: 24px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h5);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h5);
  }*/
  line-height: 1.4;
  margin-bottom: 1em;
}
.single-content__cont ul, .single-content__cont ol {
  padding-left: 15px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.single-content__cont ul li {
  list-style: disc;
}
.single-content__cont a {
  color: #000;
}
.single-content__cont a:hover {
  text-decoration: underline;
}
.single-content__cont blockquote {
  padding-left: 30px;
  border-left: 3px solid #000;
}
.single-content__cont blockquote p {
  font-size: 40px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h4);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h4);
  }*/
}
.single-content__cont img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 0 28px 0;
}
.single-content__cont .alignleft {
  float: left;
  max-width: 50%;
  margin-right: 30px;
}
@media only screen and (max-width: 769px) {
  .single-content__cont .alignleft {
    max-width: 100%;
  }
}
.single-content__cont .aligncenter {
  margin: 30px auto;
  display: block;
}
.single-content__cont .alignright {
  float: right;
  max-width: 50%;
  margin-left: 30px;
}
@media only screen and (max-width: 769px) {
  .single-content__cont .alignright {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1050px) {
  .latest_news {
    padding: 0 0 0 33px;
  }
}
.latest_news__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 50px;
}
@media only screen and (max-width: 600px) {
  .latest_news__cont {
    width: 100%;
    padding-right: 27%;
  }
}
.latest_news__cont .slick-list {
  overflow: visible;
}
.latest_news__cont .slick-slide {
  margin-right: 40px;
}
.latest_news__cont .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 7px 0 23.5px;
  width: 100vw;
  padding: 0 30px;
  margin-left: -30px;
  margin-top: 48px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.latest_news__cont .slick-dots li {
  margin: 0 23.5px;
  position: relative;
}
.latest_news__cont .slick-dots li * {
  font-size: 15px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h7);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h7);
  }*/
}
.latest_news__cont .slick-dots li:before {
  position: absolute;
  left: -17px;
  top: 4px;
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  content: "";
  cursor: pointer;
}
.latest_news__cont .slick-dots li.slick-active:before {
  border: 1px solid #FFD200;
  background: #FFD200;
}
.latest_news .posts_grid__cont {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.latest_news .post-cont .post-thumbnail {
  width: 100%;
  padding-top: 67.25%;
  position: relative;
  margin-bottom: 19px;
}
.latest_news .post-cont .post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.breadcrumb,
.woocommerce-breadcrumb {
  font-size: 15px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h7);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h7);
  }*/
  color: #333F44;
  width: 100%;
  text-align: center;
}
.breadcrumb span,
.breadcrumb a,
.woocommerce-breadcrumb span,
.woocommerce-breadcrumb a {
  display: inline-block;
  position: relative;
  color: #333F44;
  margin: 0 15px 15px 15px;
}
.breadcrumb span:before,
.breadcrumb a:before,
.woocommerce-breadcrumb span:before,
.woocommerce-breadcrumb a:before {
  position: absolute;
  top: 0;
  left: -15px;
  width: 1px;
  height: 100%;
  background: #333F44;
  content: "";
}
.breadcrumb span:nth-child(1):before,
.breadcrumb a:nth-child(1):before,
.woocommerce-breadcrumb span:nth-child(1):before,
.woocommerce-breadcrumb a:nth-child(1):before {
  display: none;
}
.breadcrumb a:hover,
.woocommerce-breadcrumb a:hover {
  color: #000;
}

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu--impro {
  position: fixed;
  left: 0;
  top: 0;
  width: 50px;
  height: 100vh;
  background: #222222;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  padding: 19px 0 15px 0;
  z-index: 100;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1100px) {
  .menu--impro {
    width: 100%;
    padding: 90px 0 30px 0;
  }
}
.menu--impro.visible {
  -webkit-transform: none !important;
          transform: none !important;
}

.menu--icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64vh;
}
@media only screen and (max-width: 1100px) {
  .menu--icons {
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-gap: 10px;
  }
}
.menu--icons li {
  width: 100%;
  text-align: center;
}
.menu--icons li:first-child {
  display: none;
}
.menu--icons li button {
  width: 100%;
  background: transparent;
  cursor: pointer;
  height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 5px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.menu--icons li button:hover {
  background: #181818;
}
.menu--icons li button:hover span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1100px) {
  .menu--icons li button {
    padding: 15px 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-gap: 20px;
  }
}
.menu--icons li button span {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #181818;
  font-family: "Bebas Neue", cursive;
  color: #ffffff;
  letter-spacing: 0.04em;
  position: absolute;
  left: 100%;
  top: 0;
  padding: 2px 13px 0 6px;
  white-space: nowrap;
  height: 100%;
  text-transform: uppercase;
}
@media only screen and (max-width: 1100px) {
  .menu--icons li button span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    background: none;
  }
}
@media only screen and (max-width: 1050px) {
  .menu--icons li[data-section=stage_6], .menu--icons li[data-section=stage_7] {
    display: none;
  }
}
.menu--icons .who-we-are svg, .menu--icons .who-we-are img {
  width: 25px;
  height: auto;
}
.menu--icons .our-vision svg, .menu--icons .our-vision img {
  width: 25px;
  height: 18px;
}
.menu--icons .how-we-work svg, .menu--icons .how-we-work img {
  width: 25px;
  height: auto;
}
.menu--icons .strategic-priorities svg, .menu--icons .strategic-priorities img {
  width: 20px;
  height: auto;
}
.menu--icons .strategic-priorities svg path, .menu--icons .strategic-priorities img path {
  stroke: #ffffff;
}
.menu--icons .what-makes-us-distinct svg, .menu--icons .what-makes-us-distinct img {
  width: 25px;
  height: auto;
}
.menu--icons .change-action svg, .menu--icons .change-action img {
  width: 25px;
  height: auto;
}
.menu--icons .growth-plan svg, .menu--icons .growth-plan img {
  width: 25px;
  height: auto;
}

.menu--title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.menu--title .h6 {
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.03em;
  color: #ffffff;
  font-weight: 400;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  position: absolute;
  left: 0;
  bottom: -34px;
  background: transparent;
  height: 50px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu--title .h6:hover {
  color: #f78f24;
}
.menu--title .h6:hover .menu--lang-left {
  display: block;
}
.menu--title .menu--lang-left {
  position: absolute;
  top: 107%;
  right: -15%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: none;
  width: 138px;
}
.menu--title .menu--lang-left li {
  border-bottom: 1px solid #222222;
}
.menu--title .menu--lang-left li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #181818;
  height: 43px;
  color: #ffffff;
  font-family: "Bebas Neue", cursive;
  font-size: 21px;
  letter-spacing: 0.01em;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu--lang {
  position: fixed;
  top: 0;
  right: 0;
  padding: 12px 18px 11px 21px;
  background-color: #222222;
  z-index: 100;
  max-width: 190px;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
.menu--lang.visible {
  -webkit-transform: none !important;
          transform: none !important;
}
.menu--lang .gtranslate_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 11px;
     -moz-column-gap: 11px;
          column-gap: 11px;
}
.menu--lang .gtranslate_wrapper a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Bebas Neue", cursive;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-decoration: none;
}
.menu--lang .gtranslate_wrapper a img {
  margin-right: 11px;
  width: auto;
  height: 13px;
}
.menu--lang .custom-language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
}
.menu--lang .custom-language-switcher a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}

html[lang=es-CO] .custom-language-switcher a.es {
  color: #999999;
}

html[lang=en-US] .custom-language-switcher a.en {
  color: #999999;
}

html[lang=fr-FR] .custom-language-switcher a.fr {
  color: #999999;
}

.mobile-trigger {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #222222;
  width: 60px;
  height: 60px;
  z-index: 200;
}
@media only screen and (max-width: 1100px) {
  .mobile-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mobile-trigger .hamburger-menu,
.mobile-trigger .hamburger-menu:after,
.mobile-trigger .hamburger-menu:before {
  width: 25px;
  height: 2.5px;
  border-radius: 5px;
}
.mobile-trigger .hamburger-menu {
  position: relative;
  background: rgb(255, 255, 255);
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
}
.mobile-trigger .hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}
.mobile-trigger .hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  background: rgb(255, 255, 255);
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-trigger .hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background: rgb(255, 255, 255);
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-trigger .hamburger-menu.animate:after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-trigger .hamburger-menu.animate:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* animations */
.main-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.main-wrapper__panel-wrapper {
  position: relative;
  min-height: 100vh;
  min-height: 800px;
}

.main-wrapper__panel-wrapper .dots .first {
  display: none;
}

.main-wrapper__panel-wrapper .dots .dot.active,
.main-wrapper__panel-wrapper .dots .dot:hover {
  background-color: #181818;
}

.stage-01 {
  min-height: auto;
}
.stage-01 .stage__image {
  width: 67%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: -1;
}
.stage-01 .stage__image img {
  min-height: 100vh;
}
@media only screen and (max-width: 769px) {
  .stage-01 .stage__image:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    content: "";
    z-index: 2;
  }
}
@media only screen and (max-width: 1050px) {
  .stage-01 .stage__image {
    width: 100%;
    height: 100vh;
    position: relative;
  }
}
@media only screen and (max-width: 769px) {
  .stage-01 .stage__image.slide--banner {
    display: none;
  }
}
.stage-01 .stage__image.slide--banner--mobile {
  display: none;
}
@media only screen and (max-width: 769px) {
  .stage-01 .stage__image.slide--banner--mobile {
    display: block;
  }
}
.stage-01 .stage__data {
  position: absolute;
  bottom: 48px;
  right: 80px;
  z-index: 6;
  opacity: 0;
}
@media only screen and (max-width: 1380px) {
  .stage-01 .stage__data {
    right: 40px;
  }
}
@media only screen and (max-width: 769px) {
  .stage-01 .stage__data {
    right: 20px;
    bottom: 30px;
  }
}
.stage-01 .stage__data .logo-agenda {
  text-align: right;
  margin-bottom: 15px;
  opacity: 0;
}
@media only screen and (max-width: 1380px) {
  .stage-01 .stage__data .logo-agenda img {
    max-width: 222px;
  }
}
.stage-01 .stage__data .h1 {
  max-width: 560px;
  text-align: right;
  color: #ffffff;
  line-height: 0.5;
  font-weight: 400;
}
@media only screen and (max-width: 1050px) {
  .stage-01 .stage__data .h1 {
    line-height: 1;
  }
}
@media only screen and (max-width: 1380px) {
  .stage-01 .stage__data .h1 {
    max-width: 460px;
    font-size: 80px;
  }
}
@media only screen and (max-width: 400px) {
  .stage-01 .stage__data .h1 {
    font-size: 80px;
  }
}
.stage-01 .stage__data .lineParent {
  overflow: hidden;
  line-height: 0.83;
}
@media only screen and (max-width: 769px) {
  .stage-01 .stage01--left--diagonal {
    left: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .stage-01 .stage01--blue--diagonal {
    -webkit-transform: translate3d(200%, 0, 0);
            transform: translate3d(200%, 0, 0);
  }
}
.stage-02 .stage__image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #294172;
}
.stage-02 .stage__image .video--mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  .stage-02 .stage__image .video--desktop {
    display: none;
  }
  .stage-02 .stage__image .video--mobile {
    display: block;
  }
}
.stage-02 .stage__title {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  z-index: 1;
}
@media only screen and (max-width: 769px) {
  .stage-02 .stage__title {
    top: 30px;
  }
}
.stage-02 .stage__title .icon {
  margin-bottom: 15px;
}
.stage-02 .stage__title .h2 {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
}
.stage-02 .stage__data {
  position: absolute;
  left: 0;
  top: calc(50% - 90px);
  z-index: 11;
  width: 100%;
  text-align: center;
  color: #ffffff;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
}
@media only screen and (max-width: 1100px) {
  .stage-02 .stage__data {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .stage-02 .stage__data {
    top: calc(50% - 70px);
  }
}
.stage-02 .stage__data .h3 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 17px;
  overflow: hidden;
}
@media only screen and (max-width: 1380px) {
  .stage-02 .stage__data .h3 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1100px) {
  .stage-02 .stage__data .h3 br {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .stage-02 .stage__data .h3 {
    margin-bottom: 10px;
  }
}
.stage-02 .stage__data p {
  font-family: "Merriweather", serif;
}
@media only screen and (max-width: 769px) {
  .stage-02 .stage__data p {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 769px) {
  .stage-02 .stage02--big--left--diagonal {
    left: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .stage-02 .stage02--right--diagonal,
  .stage-02 .stage02--blue--diagonal {
    display: none;
  }
}

.stage-03 {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}
.stage-03 .stage__image {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: -1;
}
.stage-03 .stage__title {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  top: 276px;
  z-index: 10;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1380px) {
  .stage-03 .stage__title {
    top: 20%;
    -webkit-transform: translate(-100%, -100%);
            transform: translate(-100%, -100%);
  }
}
@media only screen and (max-width: 1100px) {
  .stage-03 .stage__title {
    top: 60px;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 15px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.stage-03 .stage__title .icon {
  margin-left: 8px;
}
.stage-03 .stage__title .h2 {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.stage-03 .stage__data {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  top: 399px;
  z-index: 11;
  text-align: right;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media only screen and (max-width: 1380px) {
  .stage-03 .stage__data {
    top: calc(50% - 90px);
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
}
@media only screen and (max-width: 1100px) {
  .stage-03 .stage__data {
    left: 0;
    top: auto;
    bottom: 48px;
    width: 100%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    padding: 0 15px;
  }
}
.stage-03 .stage__data .h4 {
  font-weight: 100;
  line-height: 0.9;
  letter-spacing: normal;
}
@media only screen and (max-width: 1380px) {
  .stage-03 .stage__data .h4 {
    font-size: 30px;
  }
}
.stage-03 .stage__data .h1 {
  font-weight: 400;
  font-size: 130px;
  line-height: 1;
  letter-spacing: normal;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1380px) {
  .stage-03 .stage__data .h1 {
    font-size: 60px;
  }
}
.stage-03 .stage__data .h5 {
  font-family: "Merriweather", serif;
  letter-spacing: normal;
  line-height: 1.2;
  margin-top: -7px;
  font-weight: 400;
}
@media only screen and (max-width: 1380px) {
  .stage-03 .stage__data .h5 {
    font-size: 18px;
    line-height: 1.9em;
  }
}
@media only screen and (max-width: 1100px) {
  .stage-03 .stage__data .h5 br {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .stage-03 .stage__left-shape {
    left: 30px;
  }
}
.stage-03 .stage__big-left-shape {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 769px) {
  .stage-03 .stage__big-left-shape {
    display: none;
  }
}
.stage-03 .scrolling--slider {
  position: relative;
  height: 100vh;
  min-height: 800px;
}
.stage-03 .scrolling--slider .box-panel {
  position: absolute;
  width: 100%;
  height: 100vh;
  min-height: 800px;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stage-03 .scrolling--slider .box-panel.active .stage__data .h4, .stage-03 .scrolling--slider .box-panel.active .stage__data .h5, .stage-03 .scrolling--slider .box-panel.active .stage__data .h1 {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.stage-03 .scrolling--slider .box-panel.active .stage__title03 {
  opacity: 1;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
.stage-03 .scrolling--slider .box-panel.active .stage03--left--diagonal,
.stage-03 .scrolling--slider .box-panel.active .stage03--big--left--diagonal {
  opacity: 1;
}
.stage-03 .slick-slide.slick-active .stage__data {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 769px) {
  .stage-03 .stage03--big--left--diagonal {
    display: none;
  }
}

.stage-04 {
  min-height: auto;
}
.stage-04 .stage__image {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media only screen and (max-width: 769px) {
  .stage-04 .stage__image {
    display: none;
  }
}
.stage-04 .stage__title {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 10;
  width: 100%;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 769px) {
  .stage-04 .stage__title {
    position: static;
    padding-top: 54px;
  }
}
.stage-04 .stage__title .icon {
  margin-bottom: 21px;
}
.stage-04 .stage__title .h2 {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
}
.stage-04 .stage__static-area {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 769px) {
  .stage-04 .stage__static-area {
    position: static;
    height: auto;
  }
}
.stage-04 .stage__static-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 6.5%;
}
@media only screen and (max-width: 1380px) {
  .stage-04 .stage__static-content {
    padding-top: 3%;
  }
}
@media only screen and (max-width: 1100px) {
  .stage-04 .stage__static-content {
    padding-top: 0;
  }
}
@media only screen and (max-width: 769px) {
  .stage-04 .stage__static-content {
    position: static;
    height: auto;
  }
}
.stage-04 .stage__static-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1011px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1380px) {
  .stage-04 .stage__static-cols {
    max-width: 940px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 769px) {
  .stage-04 .stage__static-cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.stage-04 .stage__static-left-col {
  width: 30.76%;
}
@media only screen and (max-width: 1380px) {
  .stage-04 .stage__static-left-col {
    width: 34%;
  }
}
@media only screen and (max-width: 769px) {
  .stage-04 .stage__static-left-col {
    width: 100%;
    text-align: center;
    padding-top: 48px;
  }
}
@media only screen and (max-width: 1380px) {
  .stage-04 .stage__static-left-col .stage__figure svg {
    max-height: 60vh;
  }
}
@media only screen and (max-width: 769px) {
  .stage-04 .stage__static-left-col .stage__figure svg {
    width: 100%;
    height: auto;
    max-height: auto;
  }
}
.stage-04 .stage__static-right-col {
  width: 60.03%;
  padding-top: 58px;
}
@media only screen and (max-width: 1380px) {
  .stage-04 .stage__static-right-col {
    width: 59%;
  }
}
@media only screen and (max-width: 769px) {
  .stage-04 .stage__static-right-col {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 56px;
  }
}
.stage-04 .stage__data {
  color: #ffffff;
}
.stage-04 .stage__data .h4 {
  font-weight: 100;
  line-height: 1;
  letter-spacing: normal;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1380px) {
  .stage-04 .stage__data .h4 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 769px) {
  .stage-04 .stage__data .h4 {
    max-width: 270px;
  }
}
.stage-04 .stage__data .h1 {
  font-weight: 400;
  font-size: 130px;
  line-height: 0.78;
  letter-spacing: normal;
  max-width: 607px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1380px) {
  .stage-04 .stage__data .h1 {
    font-size: 80px;
  }
}
.stage-04 .stage__data p {
  font-family: "Merriweather", serif;
  letter-spacing: normal;
  line-height: 1.9;
  font-weight: 400;
  max-width: 484px;
  color: #F6F6F6;
}
@media only screen and (max-width: 769px) {
  .stage-04 .stage04--left--diagonal {
    left: 30px;
  }
}
@media only screen and (max-width: 769px) {
  .stage-04 .stage04--top--bottom--diagonal {
    display: none;
  }
}

.stage-05 {
  background-color: #F6F6F6;
}
@media only screen and (max-width: 1100px) {
  .stage-05 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.stage-05 .stage__title {
  position: static;
  left: 0;
  margin-top: 50px;
  z-index: 10;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .stage-05 .stage__title {
    position: static;
    margin-bottom: 30px;
    margin-top: 0;
  }
}
.stage-05 .stage__title .icon {
  margin-bottom: 15px;
}
.stage-05 .stage__title .icon img {
  -webkit-filter: brightness(0) saturate(100%) invert(28%) sepia(0%) saturate(62%) hue-rotate(187deg) brightness(107%) contrast(79%);
          filter: brightness(0) saturate(100%) invert(28%) sepia(0%) saturate(62%) hue-rotate(187deg) brightness(107%) contrast(79%);
}
.stage-05 .stage__title .h2 {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  color: #565656;
}
.stage-05 .stage__static-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 90px;
  min-height: 800px;
}
@media only screen and (max-width: 1500px) {
  .stage-05 .stage__static-content {
    padding-left: 65px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1100px) {
  .stage-05 .stage__static-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
    height: auto;
    position: static;
  }
}
.stage-05 .stage__static-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  gap: 100px;
}
@media only screen and (max-width: 1380px) {
  .stage-05 .stage__static-cols {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}
@media only screen and (max-width: 1100px) {
  .stage-05 .stage__static-cols {
    max-width: 100%;
    gap: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.stage-05 .stage__static-left-col {
  width: 37%;
}
@media only screen and (max-width: 1380px) {
  .stage-05 .stage__static-left-col {
    width: 40%;
  }
}
@media only screen and (max-width: 1100px) {
  .stage-05 .stage__static-left-col {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .stage-05 .stage__static-left-col .stage__figure svg {
    width: 100%;
    height: auto;
  }
}
.stage-05 .stage__figure {
  position: relative;
  top: 5px;
}
@media only screen and (max-width: 1100px) {
  .stage-05 .stage__figure {
    text-align: center;
    margin-bottom: 60px;
  }
}
.stage-05 .stage__figure [data-menu="1"] {
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.stage-05 .stage__figure [data-menu="1"].active, .stage-05 .stage__figure [data-menu="1"].hover, .stage-05 .stage__figure [data-menu="1"]:hover {
  fill: #AEC262;
}
.stage-05 .stage__figure [data-menu="2"] {
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.stage-05 .stage__figure [data-menu="2"].active, .stage-05 .stage__figure [data-menu="2"].hover, .stage-05 .stage__figure [data-menu="2"]:hover {
  fill: #72AFDF;
}
.stage-05 .stage__figure [data-menu="3"] {
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.stage-05 .stage__figure [data-menu="3"].active, .stage-05 .stage__figure [data-menu="3"].hover, .stage-05 .stage__figure [data-menu="3"]:hover {
  fill: #F78F24;
}
.stage-05 .stage__figure .no--event {
  pointer-events: none;
}
.stage-05 .stage__figure__subtext {
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #565656;
  margin-top: 30px;
  font-weight: 300;
}
.stage-05 .stage__static-right-col {
  width: 63%;
  position: relative;
}
@media only screen and (max-width: 1380px) {
  .stage-05 .stage__static-right-col {
    width: 56%;
  }
}
@media only screen and (max-width: 1100px) {
  .stage-05 .stage__static-right-col {
    width: 100%;
  }
}
.stage-05 .stage__static-right-col .menu__content {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
}
@media only screen and (max-width: 769px) {
  .stage-05 .stage__static-right-col .menu__content {
    position: relative;
    height: 0;
  }
}
.stage-05 .stage__static-right-col .menu__content.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .stage-05 .stage__static-right-col .menu__content.active {
    height: 100%;
  }
}
.stage-05 .stage__static-right-col .menu__content#menu_02 .stage__data .h2,
.stage-05 .stage__static-right-col .menu__content#menu_02 .stage__slider-item .slider-data .h5 {
  color: #72AFDF;
}
.stage-05 .stage__static-right-col .menu__content#menu_03 .stage__data .h2,
.stage-05 .stage__static-right-col .menu__content#menu_03 .stage__slider-item .slider-data .h5 {
  color: #F78F24;
}
.stage-05 .stage__data {
  margin-bottom: 40px;
}
.stage-05 .stage__data .h1 {
  font-size: 60px;
  color: #565656;
  line-height: 0.85;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
  font-weight: 400;
}
@media only screen and (max-width: 1380px) {
  .stage-05 .stage__data .h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 769px) {
  .stage-05 .stage__data .h1 {
    margin-bottom: 0;
  }
}
.stage-05 .stage__data .h2 {
  color: #9AC04A;
  margin-bottom: 11px;
  font-weight: 400;
}
.stage-05 .stage__data p {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 16px;
  color: #565656;
  line-height: 1.8;
}
.stage-05 .stage__slider .h2 {
  font-weight: 400;
  color: #565656;
  border-bottom: 1px solid #999999;
  padding-bottom: 12px;
  margin-bottom: 40px;
  max-width: 705px;
}
@media only screen and (max-width: 1100px) {
  .stage-05 .stage__slider .h2 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .stage-05 .stage__slider .h2 {
    margin-bottom: 30px;
  }
}
.stage-05 .stage__slider-contaniner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 705px;
}
@media only screen and (max-width: 1100px) {
  .stage-05 .stage__slider-contaniner {
    max-width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .stage-05 .stage__slider-contaniner {
    height: 100%;
  }
}
.stage-05 .stage__slider-contaniner .arrows {
  position: absolute;
  top: 35%;
  background-color: transparent;
  cursor: pointer;
  width: 28px;
  height: 23px;
  z-index: 2;
}
@media only screen and (max-width: 769px) {
  .stage-05 .stage__slider-contaniner .arrows {
    top: 13%;
  }
}
.stage-05 .stage__slider-contaniner .arrow-prev {
  left: 0;
  background: transparent url("images/landing/stage-05/prev-arrow.svg") no-repeat scroll center center;
  background-size: cover;
}
@media only screen and (max-width: 769px) {
  .stage-05 .stage__slider-contaniner .arrow-prev {
    left: 40px;
  }
}
.stage-05 .stage__slider-contaniner .arrow-next {
  right: 0;
  background: transparent url("images/landing/stage-05/next-arrow.svg") no-repeat scroll center center;
  background-size: cover;
}
@media only screen and (max-width: 769px) {
  .stage-05 .stage__slider-contaniner .arrow-next {
    right: 40px;
  }
}
.stage-05 .stage__slider-area {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .stage-05 .stage__slider-area {
    max-width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .stage-05 .stage__slider-area {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.stage-05 .stage__slider-item {
  width: 100%;
  max-width: 601px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
@media only screen and (max-width: 1100px) {
  .stage-05 .stage__slider-item {
    max-width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .stage-05 .stage__slider-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.stage-05 .stage__slider-item figure {
  width: 131px;
}
@media only screen and (max-width: 769px) {
  .stage-05 .stage__slider-item figure {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .stage-05 .stage__slider-item figure img {
    width: 87px;
    margin: auto;
  }
}
.stage-05 .stage__slider-item .slider-data {
  width: 100%;
  max-width: 440px;
}
@media only screen and (max-width: 1380px) {
  .stage-05 .stage__slider-item .slider-data {
    max-width: 100%;
    width: 68%;
  }
}
@media only screen and (max-width: 1100px) {
  .stage-05 .stage__slider-item .slider-data {
    width: calc(100vw - 230px);
  }
}
@media only screen and (max-width: 769px) {
  .stage-05 .stage__slider-item .slider-data {
    width: 100%;
    text-align: center;
  }
}
.stage-05 .stage__slider-item .slider-data .h5 {
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  color: #9AC04A;
  letter-spacing: normal;
  margin-bottom: 6px;
}
.stage-05 .stage__slider-item .slider-data p {
  font-family: "Merriweather", serif;
  font-size: 16px;
  font-weight: 400;
  color: #565656;
  line-height: 1.9;
}
@media only screen and (max-width: 769px) {
  .stage-05 .stage__slider-item .slider-data p {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.stage-06 .stage__image {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 1050px) {
  .stage-06 .stage__image {
    position: absolute;
  }
}
.stage-06 .stage__image img {
  height: 100vh;
  min-height: 800px;
}
.stage-06 .stage__static-area {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
  height: 100vh;
  min-height: 800px;
}
@media only screen and (max-width: 1050px) {
  .stage-06 .stage__static-area {
    position: static;
    height: auto;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 769px) {
  .stage-06 .stage__static-area {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.stage-06 .stage__static-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 800px;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  .stage-06 .stage__static-content {
    padding-left: 65px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1100px) {
  .stage-06 .stage__static-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1050px) {
  .stage-06 .stage__static-content {
    height: auto;
  }
}
.stage-06 .stage__static-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1420px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .stage-06 .stage__static-cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.stage-06 .stage__static-left-col {
  width: 27.46%;
}
@media only screen and (max-width: 1100px) {
  .stage-06 .stage__static-left-col {
    width: 100%;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 769px) {
  .stage-06 .stage__static-left-col {
    padding-top: 75px;
  }
}
.stage-06 .stage__static-right-col {
  width: 70.91%;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .stage-06 .stage__static-right-col {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .stage-06 .stage__static-right-col {
    display: none;
  }
}
.stage-06 .stage__title {
  width: 100%;
  text-align: right;
  color: #ffffff;
}
@media only screen and (max-width: 1100px) {
  .stage-06 .stage__title {
    text-align: center;
  }
}
.stage-06 .stage__title .icon {
  margin-bottom: 11px;
}
.stage-06 .stage__title .h2 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 15px;
}
.stage-06 .stage__title p {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 16px;
  color: #F6F6F6;
  line-height: 1.9;
}
@media only screen and (max-width: 769px) {
  .stage-06 .stage__title p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.stage-06 .stage__static-mobile-col {
  display: none;
}
@media only screen and (max-width: 769px) {
  .stage-06 .stage__static-mobile-col {
    display: block;
  }
}
.stage-06 .stage__static-mobile-col .card-container {
  position: relative;
}
.stage-06 .stage__static-mobile-col .card-container__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: calc(100vw - 60px);
  padding-bottom: 60px;
}
.stage-06 .stage__static-mobile-col .card-container__item {
  width: calc(100vw - 60px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 25px;
}
.stage-06 .stage__static-mobile-col .card-container__item .h5 {
  font-family: "Merriweather", serif;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: normal;
  line-height: 1.2;
  margin-bottom: 25px;
  position: relative;
}
.stage-06 .stage__static-mobile-col .card-container__item .h5:before {
  display: block;
  content: "";
  width: 180px;
  height: 8px;
  left: 50%;
  top: -30px;
  margin-left: -90px;
  position: absolute;
}
.stage-06 .stage__static-mobile-col .card-container__data {
  padding: 30px 23px;
}
.stage-06 .stage__static-mobile-col .card-container__data p {
  color: #ffffff;
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.45;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .stage-06 .stage__static-mobile-col .card-container__data p {
    font-size: 16px;
  }
}
.stage-06 .stage__static-mobile-col .card-container .card-container-01 .h5:before {
  background-color: #2CB9B1;
}
.stage-06 .stage__static-mobile-col .card-container .card-container-01 .card-container__data {
  background-color: #2CB9B1;
}
.stage-06 .stage__static-mobile-col .card-container .card-container-02 .h5:before {
  background-color: #AADDD5;
}
.stage-06 .stage__static-mobile-col .card-container .card-container-02 .card-container__data {
  background-color: #AADDD5;
}
.stage-06 .stage__static-mobile-col .card-container .card-container-03 .h5:before {
  background-color: #F78F24;
}
.stage-06 .stage__static-mobile-col .card-container .card-container-03 .card-container__data {
  background-color: #F78F24;
}
.stage-06 .stage__static-mobile-col .card-container .card-container-04 .h5:before {
  background-color: #72AFDF;
}
.stage-06 .stage__static-mobile-col .card-container .card-container-04 .card-container__data {
  background-color: #72AFDF;
}
.stage-06 .stage__static-mobile-col .card-container .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.stage-06 .stage__static-mobile-col .card-container .slick-dots button {
  overflow: hidden;
  text-indent: -5000px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #565656;
  margin: 0 4px;
}
.stage-06 .stage__static-mobile-col .card-container .slick-dots .slick-active button {
  background: #72AFDF;
}
.stage-06 .circle__object {
  position: relative;
  width: 100%;
  max-width: 1007px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.stage-06 .circle__object-item-row {
  text-align: center;
  width: 100%;
}
.stage-06 .circle__object-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stage-06 .circle__object-action {
  position: absolute;
}
.stage-06 .circle__object-action svg {
  max-width: 538px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.stage-06 .circle__object-action svg #circle_content {
  -webkit-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
}
.stage-06 .circle__object-action svg #circle_content.first {
  fill: #2CB9B1;
}
.stage-06 .circle__object-action svg #circle_content.second {
  fill: #F78F24;
}
.stage-06 .circle__object-action svg #circle_content.third {
  fill: #72AFDF;
}
.stage-06 .circle__object-action svg #circle_content.fourth {
  fill: #AADDD5;
}
.stage-06 .circle__object-action [data-content="1"] {
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.stage-06 .circle__object-action [data-content="1"].active, .stage-06 .circle__object-action [data-content="1"].hover, .stage-06 .circle__object-action [data-content="1"]:hover {
  fill: #2CB9B1;
}
.stage-06 .circle__object-action [data-content="2"] {
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.stage-06 .circle__object-action [data-content="2"].active, .stage-06 .circle__object-action [data-content="2"].hover, .stage-06 .circle__object-action [data-content="2"]:hover {
  fill: #F78F24;
}
.stage-06 .circle__object-action [data-content="3"] {
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.stage-06 .circle__object-action [data-content="3"].active, .stage-06 .circle__object-action [data-content="3"].hover, .stage-06 .circle__object-action [data-content="3"]:hover {
  fill: #72AFDF;
}
.stage-06 .circle__object-action [data-content="4"] {
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.stage-06 .circle__object-action [data-content="4"].active, .stage-06 .circle__object-action [data-content="4"].hover, .stage-06 .circle__object-action [data-content="4"]:hover {
  fill: #AADDD5;
}
.stage-06 .circle__object-outter {
  width: 508px;
  height: 508px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  .stage-06 .circle__object-outter {
    width: 508px;
    height: 508px;
  }
}
@media only screen and (max-width: 1100px) {
  .stage-06 .circle__object-outter {
    width: 408px;
    height: 408px;
  }
}
@media only screen and (max-width: 1200px) {
  .stage-06 .circle__object-outter {
    width: 50vw;
    height: 50vw;
  }
}
.stage-06 .circle__object-inner {
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
}
.stage-06 .circle__object-inner p {
  max-width: 455px;
  width: 100%;
  line-height: 1.6;
  padding: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.stage-06 .circle__object-inner p.active {
  opacity: 1;
  visibility: visible;
}
.stage-06 .circle__object-item {
  text-align: center;
  font-family: "Merriweather", serif;
  background: transparent;
  cursor: pointer;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 1.4;
  z-index: 2;
}
@media only screen and (max-width: 1380px) {
  .stage-06 .circle__object-item {
    font-size: 16px;
  }
}
.stage-06 .circle__object-item span {
  position: relative;
  display: inline-block;
  min-width: 106px;
}
.stage-06 .circle__object-item span:after {
  content: "";
  display: block;
  width: 0;
  height: 8px;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.stage-06 .circle__object-item-1 {
  margin-bottom: 15px;
}
.stage-06 .circle__object-item-1.active span:after {
  background: #2CB9B1;
  width: 153px;
  left: 0;
  top: -18px;
}
@media only screen and (max-width: 1380px) {
  .stage-06 .circle__object-item-1.active span:after {
    width: 120px;
  }
}
.stage-06 .circle__object-item-2 {
  margin-right: 30px;
}
.stage-06 .circle__object-item-2.active span:after {
  width: 153px;
  background: #AADDD5;
  bottom: -18px;
  left: 50%;
  margin-left: -77px;
}
@media only screen and (max-width: 1380px) {
  .stage-06 .circle__object-item-2.active span:after {
    margin-left: -60px;
    width: 120px;
  }
}
.stage-06 .circle__object-item-3 {
  margin-left: 28px;
}
.stage-06 .circle__object-item-3.active span:after {
  width: 106px;
  background: #F78F24;
  bottom: -18px;
  left: 0;
}
@media only screen and (max-width: 1380px) {
  .stage-06 .circle__object-item-3.active span:after {
    width: 86px;
  }
}
.stage-06 .circle__object-item-4 {
  margin-top: 15px;
}
.stage-06 .circle__object-item-4.active span:after {
  width: 153px;
  background: #72AFDF;
  bottom: -18px;
  left: 50%;
  margin-left: -77px;
}
@media only screen and (max-width: 1380px) {
  .stage-06 .circle__object-item-4.active span:after {
    margin-left: -60px;
    width: 120px;
  }
}

@media only screen and (max-width: 1100px) {
  .stage-07 {
    display: none;
  }
}
.stage-07 .stage__image {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: -1;
}
.stage-07 .stage__static-area {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
  height: 100vh;
  min-height: 800px;
}
.stage-07 .stage__static-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 800px;
}
@media only screen and (max-width: 1500px) {
  .stage-07 .stage__static-content {
    padding-left: 65px;
    padding-right: 15px;
  }
}
.stage-07 .stage__static-cols {
  width: 100%;
  position: relative;
  max-width: 1238px;
}
.stage-07 .stage__static-cols svg {
  max-width: 100%;
}
.stage-07 .stage__title {
  color: #ffffff;
  width: 100%;
  max-width: 600px;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1380px) {
  .stage-07 .stage__title {
    max-width: 100%;
    width: 50%;
  }
}
.stage-07 .stage__title .icon {
  margin-bottom: 15px;
}
.stage-07 .stage__title .h4 {
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1380px) {
  .stage-07 .stage__title .h4 {
    font-size: 30px;
  }
}
.stage-07 .stage__title .h1 {
  font-weight: 400;
  font-size: 130px;
  line-height: 0.78;
  letter-spacing: normal;
  max-width: 607px;
}
@media only screen and (max-width: 1380px) {
  .stage-07 .stage__title .h1 {
    font-size: 90px;
  }
}

@media only screen and (max-width: 1100px) {
  .stage-08 {
    display: none;
  }
}
.stage-08 .stage__image {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: -1;
}
.stage-08 .stage__video--mobile {
  display: none;
}
@media only screen and (max-width: 900px) {
  .stage-08 .stage__video--desktop {
    display: none;
  }
  .stage-08 .stage__video--mobile {
    display: block;
  }
}
@media only screen and (max-width: 769px) {
  .stage-08 .stage__video--desktop {
    display: block;
  }
  .stage-08 .stage__video--mobile {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .stage-08 .stage__video--desktop {
    display: none;
  }
  .stage-08 .stage__video--mobile {
    display: block;
  }
}
.stage-08 .stage__static-area {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
  height: 100vh;
  min-height: 800px;
}
.stage-08 .stage__static-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 800px;
}
@media only screen and (max-width: 1500px) {
  .stage-08 .stage__static-content {
    padding-left: 65px;
    padding-right: 15px;
  }
}
.stage-08 .stage__static-cols {
  width: 100%;
  position: relative;
  max-width: 1440px;
}
.stage-08 .stage__title {
  color: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 92px;
}
@media only screen and (max-width: 1380px) {
  .stage-08 .stage__title {
    padding-bottom: 46px;
  }
}
.stage-08 .stage__title .icon {
  margin-bottom: 21px;
}
.stage-08 .stage__title .h2 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-size: 20px;
  margin-bottom: 77px;
}
@media only screen and (max-width: 1380px) {
  .stage-08 .stage__title .h2 {
    margin-bottom: 38px;
  }
}
.stage-08 .stage__title p {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 16px;
  color: #F6F6F6;
  line-height: 1.9;
  text-align: center;
  max-width: 800px;
}
.stage-08 .stage__content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
}
.stage-08 .stage__content-row:last-child {
  margin-bottom: 0;
}
.stage-08 .stage__content-row .first {
  max-width: 130px;
  padding-right: 15px;
}
.stage-08 .stage__content-row .second {
  max-width: 336px;
  padding-right: 15px;
}
.stage-08 .stage__content-row .third {
  max-width: 334px;
  padding-right: 15px;
}
.stage-08 .stage__content-row .fourth {
  max-width: 336px;
  padding-right: 15px;
}
.stage-08 .stage__content-row .last {
  max-width: 304px;
}
.stage-08 .stage__content-box {
  color: #ffffff;
  width: 100%;
}
.stage-08 .stage__content-box .head {
  min-height: 26px;
}
@media only screen and (max-width: 1400px) {
  .stage-08 .stage__content-box .head {
    min-height: 40px;
  }
}
.stage-08 .stage__content-box .h6 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 1380px) {
  .stage-08 .stage__content-box .h6 {
    font-size: 14px;
  }
}
.stage-08 .stage__content-box .data {
  border-top: 1px solid #ffffff;
  padding: 10px 10px 0 0;
}
.stage-08 .stage__content-box .data .h6 {
  margin-top: 6px;
  line-height: 1.3;
}
.stage-08 .stage__content-box .data p {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  max-width: 304px;
}
@media only screen and (max-width: 1380px) {
  .stage-08 .stage__content-box .data p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 600px) {
  html:lang(es) .stage-01 .stage__data .h1 {
    max-width: 350px;
  }
}
html:lang(es) .stage-04 .stage__data .h4 {
  margin-bottom: 20px;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #ffffff;
}
.header__top-bar {
  width: 100vw;
  margin-left: -60px;
  background: #8E9497;
  padding: 8px 60px;
  font-size: 15px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h7);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h7);
  }*/
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 1050px) {
  .header__top-bar {
    margin-left: 0;
    position: relative;
    z-index: 2;
  }
}
.header__top, .header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 0 27px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1050px) {
  .header__top, .header__bottom {
    padding: 20px;
  }
}
.header__top__left, .header__bottom__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__top__center, .header__bottom__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__top__right, .header__bottom__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__bottom {
  padding: 0;
}
@media only screen and (max-width: 1050px) {
  .header__bottom {
    display: block;
  }
}

.scrolled .header {
  background: #ffffff;
  -webkit-filter: drop-shadow(15px 15px 20px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(15px 15px 20px rgba(0, 0, 0, 0.1));
}
.scrolled .header__top-bar {
  display: none;
}
.scrolled .header__middle {
  padding: 20px 0;
}
@media only screen and (max-width: 1050px) {
  .scrolled .header__middle {
    padding: 20px;
  }
}

.error_template {
  padding: 200px 0;
}
.error_template .page-content {
  width: 50%;
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  .error_template .page-content {
    width: 100%;
  }
}

.site-main {
  margin-top: 203px;
}
@media only screen and (max-width: 1050px) {
  .site-main {
    margin-top: 113px;
  }
}

.site-footer {
  background-color: #1c1b1b;
  padding: 60px 15px;
}
@media only screen and (max-width: 769px) {
  .site-footer {
    padding: 34px 15px 34px 15px;
  }
}
.site-footer__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
}
@media only screen and (max-width: 769px) {
  .site-footer__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.site-footer__left-col figure {
  margin-bottom: 20px;
}
.site-footer__left-col .h4 {
  color: #dbdbdb;
  font-family: "Merriweather", serif;
  font-size: 13px;
  font-weight: 400;
  margin-left: 10px;
  letter-spacing: normal;
}
@media only screen and (max-width: 769px) {
  .site-footer__left-col {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 769px) {
  .site-footer__right-col {
    width: 100%;
    padding-top: 64px;
  }
}
.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  margin-bottom: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 769px) {
  .site-footer__social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.site-footer__social a {
  background-color: #9AC04A;
  border-color: #9AC04A;
  color: #ffffff;
  border-radius: 100%;
  overflow: hidden;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
.site-footer__social img {
  width: 20px;
  height: 20px;
}
.site-footer__copyright p {
  text-align: right;
  font-size: 13px;
  font-family: "Merriweather", serif;
  font-weight: 400;
  line-height: 1.3;
}
@media only screen and (max-width: 769px) {
  .site-footer__copyright p {
    text-align: center;
  }
}
.site-footer__copyright p a {
  color: #ffffff;
  text-decoration: none;
}
.site-footer__copyright p a:hover {
  color: #9AC04A;
  text-decoration: underline;
}
.site-footer__pwd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 30px 0px;
}
.site-footer__pwd a svg path {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.site-footer__pwd a:hover svg path {
  fill: #9AC04A;
}

/*!
 * Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("webfonts/fa-brands-400.woff2") format("woff2"), url("webfonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-square-instagram:before {
  content: "\e055";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-square-twitter:before {
  content: "\f081";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-square-youtube:before {
  content: "\f431";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-square-vimeo:before {
  content: "\f194";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-square-pinterest:before {
  content: "\f0d3";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-square-facebook:before {
  content: "\f082";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-square-whatsapp:before {
  content: "\f40c";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

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

.fancybox-active {
  height: auto;
}

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

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

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

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

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

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

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

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

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

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

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

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

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

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

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

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

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

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

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

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

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

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

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

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

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

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

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

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.videos {
  text-align: center;
}
.videos .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 900px) {
  .videos .container {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.videos__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
  padding-top: 54%;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .videos__video {
    padding-top: 128% !important;
  }
}
.videos__video video {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.videos__video .image_placeholder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.videos__video .image_placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.41)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.41) 100%);
}
.videos__video .image_placeholder img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.videos .controls {
  display: none;
}
.videos .video-controls {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 10px 4px;
  cursor: pointer;
}
.videos .video-controls.pause {
  height: 32px;
  width: 32px;
  background: url(images/pause.svg) center/contain no-repeat;
  z-index: 2;
  font-size: 0;
}
.videos__text-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  margin-top: 25px;
  width: 435px;
  padding: 0 20px;
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .videos__text-cont {
    width: 295px;
  }
}
.videos__title {
  font-size: 40px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h4);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h4);
  }*/
  color: #ffffff;
  margin-top: 20px;
  line-height: 1.3;
}
.videos .play-button {
  cursor: pointer;
}
.videos--1 .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.videos--1 .videos__video {
  padding-top: 40%;
}

.image-text + .videos,
.videos + .image-text {
  margin-top: 0;
}

.text_block__cont {
  width: 100%;
}
.text_block__cont h1, .text_block__cont h2, .text_block__cont h3, .text_block__cont h4, .text_block__cont h5, .text_block__cont h6 {
  color: #000;
  margin-bottom: 20px;
}
.text_block__cont h1 {
  font-size: 150px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h1);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h1);
  }*/
}
.text_block__cont h2 {
  font-size: 25px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h2);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h2);
  }*/
}
.text_block__cont h3 {
  font-size: 50px;
  font-family: "Bebas Neue", cursive;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h3);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h3);
  }*/
}
.text_block__cont h4 {
  font-size: 40px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h4);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h4);
  }*/
}
.text_block__cont h5 {
  font-size: 24px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h5);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h5);
  }*/
}
.text_block__cont h6 {
  font-size: 16px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h6);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h6);
  }*/
}
.text_block__cont p {
  font-size: 24px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h5);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h5);
  }*/
  line-height: 1.4;
  margin-bottom: 1em;
}
.text_block__cont ul, .text_block__cont ol {
  padding-left: 15px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.text_block__cont ul li {
  list-style: disc;
}
.text_block__cont a {
  color: #000;
}
.text_block__cont a:hover {
  text-decoration: underline;
}
.text_block__cont blockquote {
  padding-left: 30px;
  border-left: 3px solid #000;
}
.text_block__cont blockquote p {
  font-size: 40px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h4);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h4);
  }*/
}
.text_block__cont img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 0 28px 0;
}
.text_block__cont .alignleft {
  float: left;
  max-width: 50%;
  margin-right: 30px;
}
@media only screen and (max-width: 769px) {
  .text_block__cont .alignleft {
    max-width: 100%;
  }
}
.text_block__cont .aligncenter {
  margin: 30px auto;
  display: block;
}
.text_block__cont .alignright {
  float: right;
  max-width: 50%;
  margin-left: 30px;
}
@media only screen and (max-width: 769px) {
  .text_block__cont .alignright {
    max-width: 100%;
  }
}

.buttons-block {
  margin-top: 90px;
  text-align: center;
}
.buttons-block .button {
  margin: 10px;
}

.faqs__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.faqs__tabs__item {
  margin: 20px;
  cursor: pointer;
}
.faqs__tabs__item.js-tab-active .faqs__tabs__image, .faqs__tabs__item:hover .faqs__tabs__image {
  border-color: #000;
}
.faqs__tabs__item.js-tab-active .faqs__tabs__text:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: #FFD200;
  content: "";
}
.faqs__tabs__image {
  position: relative;
  width: 180px;
  height: 172px;
  border: 2px solid #ffffff;
}
.faqs__tabs__text {
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
}
.faqs__tab {
  margin-top: 130px;
  display: none;
}
@media only screen and (max-width: 900px) {
  .faqs__tab {
    margin-top: 65px;
  }
}
.faqs__tab.js-tab-active {
  display: block;
}
.faqs__tab__item {
  background: #ffffff;
  border-bottom: 1px solid #333F44;
}
.faqs__tab__item__question {
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.01em;
  /*@include responsive('tablet-h'){
    font-size: map-get($font-sizes-tablet, h4);
  }
  @include responsive('mobile-v'){
    font-size: map-get($font-sizes-mobile, h4);
  }*/
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .faqs__tab__item__question {
    padding: 20px;
    text-align: left;
  }
}
.faqs__tab__item__question span {
  margin-right: 45px;
}
.faqs__tab__item__question:after {
  width: 15px;
  height: 8px;
  background: url(images/arrow.svg) center/contain no-repeat;
  content: "";
}
.faqs__tab__item__answer {
  margin: 0 auto;
  width: 629px;
  max-width: 100%;
  display: none;
  line-height: 1.4;
}
@media only screen and (max-width: 900px) {
  .faqs__tab__item__answer {
    width: 100%;
    padding: 0 20px;
  }
}
.faqs__tab__item.js-open {
  background: #333F44;
  padding-bottom: 40px;
  border-color: #333F44;
}
.faqs__tab__item.js-open .faqs__tab__item__question:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* 
// Woocommerce
@import
  'woocommerce/_header_cart',
  'woocommerce/_header_account',
  'woocommerce/_rating_stars',
  'woocommerce/_item',
  'woocommerce/_archive',
  'woocommerce/_single',
  'woocommerce/_cart',
  'woocommerce/_checkout',
  'woocommerce/_account';
*/
/*# sourceMappingURL=style.css.map */