@media screen and (min-aspect-ratio: 13/9) {
  .popupLandscape {
    display: block !important;
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
  }
  .popupLandscape .popup {
    background: rgba(0, 0, 0, 0.95);
  }
}
@media screen and (min-width: 0px) and (max-width: 1000px) {
  .popupLandscape {
    display: none;
  }
  .noPhone {
    display: none !important;
    visibility: hidden !important;
  }
  .wrapper__hamb {
    float: right;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 50px;
    cursor: pointer;
  }
  .wrapper__hamb span {
    background: #fff;
    height: 5px;
    margin: 5px 0;
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  .wrapper__hamb.wrapper__hamb--black span {
    background: #fff;
  }
  .wrapper__hamb.wrapper__hamb--active span {
    background: #fff;
  }
  .wrapper__hamb span:nth-of-type(1) {
    width: 50%;
  }
  .wrapper__hamb span:nth-of-type(2) {
    width: 100%;
  }
  .wrapper__hamb span:nth-of-type(3) {
    width: 75%;
  }
  .wrapper__hamb.wrapper__hamb--active span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(6px, 1px);
  }
  .wrapper__hamb.wrapper__hamb--active span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg);
  }
  .wrapper__hamb.wrapper__hamb--active span:nth-of-type(3) {
    transform-origin: bottom;
    width: 50%;
    transform: translate(20px, -8px) rotatez(45deg);
  }
  .wrapperMargin {
    float: left;
    width: 0;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
  .wrapper {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(10vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(10vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: var(--default--color--1);
    z-index: 30;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .wrapper__logo {
    float: left;
    width: calc(260vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    z-index: 6;
  }
  .wrapper__logo--img {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__menu {
    display: none;
    float: left;
    width: 100%;
    margin: calc(10vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    z-index: 5;
  }
  .wrapper__menu--name {
    float: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 6;
  }
  .wrapper__menu--name.wrapper__menu--name--2 {
    z-index: 5;
    position: inherit;
  }
  .wrapper__menu--name.wrapper__menu--active .wrapper__menu--href {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .wrapper__menu--name.wrapper__menu--active .wrapper__menu--href:before {
    width: 0%;
    left: 0;
  }
  .wrapper__menu--name:hover .wrapper__menu--href {
    color: #fff;
    borde-bottom: 1px solid #fff;
  }
  .wrapper__menu--name:hover .wrapper__menu--href:before {
    width: 0%;
    left: 0;
  }
  .wrapper__menu--name:last-child .wrapper__menu--hr {
    display: none;
    visibility: hidden;
  }
  .wrapper__menu--href {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(5vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(5vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
    color: #fff;
    font-size: calc(24vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(34vw / var(--setSize--mobile));
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    justify-content: flex-end !important;
    z-index: 5;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
  .wrapper__menu--href:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0%;
    height: calc(2vw / var(--setSize--mobile));
    background-color: var(--default--color--1);
    transition: all 0.2s ease-in-out;
  }
  .wrapper__menu--hr {
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px calc(1vw / var(--setSize--mobile)) 0px calc(1vw / var(--setSize--mobile));
  }
  .wrapper__menu .subMenu {
    float: left;
    width: 100%;
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) 0px;
    padding: calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    position: relative;
    background: #000;
    z-index: 3;
    border-bottom-left-radius: calc(0vw / var(--setSize--mobile));
    border-bottom-right-radius: calc(0vw / var(--setSize--mobile));
  }
  .wrapper__menu .wrapper__menu--name:hover .subMenu {
    display: block;
    opacity: 1;
  }
  .wrapper__menu .subMenu__href {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
    color: #A0A0A0;
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 300;
    line-height: calc(26vw / var(--setSize--mobile));
    text-decoration: none;
    text-transform: uppercase;
    text-align: right;
    justify-content: flex-end;
  }
  .wrapper__menu .subMenu__href:hover, .wrapper__menu .subMenu__href.subMenu__active {
    color: #fff;
    font-weight: 700;
  }
  .wrapper__other {
    float: left;
    width: calc(100vw / var(--setSize--mobile));
    position: fixed;
    left: calc(20vw / var(--setSize--mobile));
    bottom: calc(20vw / var(--setSize--mobile));
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    z-index: 6;
  }
  .wrapper__social {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__social--href {
    float: left;
    width: calc(50vw / var(--setSize--mobile));
    height: calc(50vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px calc(0vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
    background: var(--default--color--1);
  }
  .wrapper__social--img {
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__social--img.wrapper__social--img--1 {
    height: calc(18vw / var(--setSize--mobile));
  }
  .wrapper__social--img.wrapper__social--img--2 {
    height: calc(18vw / var(--setSize--mobile));
  }
  .wrapper__lang {
    float: left;
    position: relative;
    margin: 0px 0px 0px calc(40vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
  }
  .wrapper__lang--href {
    float: left;
    position: relative;
    margin: 0px 0px 0px calc(10vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
    color: var(--default--color--1);
    font-size: calc(19vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(19vw / var(--setSize--mobile));
    text-transform: uppercase;
    text-decoration: none;
  }
  .wrapper.smallWrapper {
    height: auto;
    background: rgb(0, 0, 0);
  }
  .wrapper.smallWrapper .subMenu {
    padding: auto calc(380vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(170vw / var(--setSize--mobile));
  }
  .slide {
    float: left;
    width: 100%;
    height: calc(300vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .slide__carousel {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .slide__slides {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .slide__slides:before {
    content: "";
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    background: rgba(0, 0, 0, 0.8);
    clip-path: polygon(0% 0%, 0% 100%, 45% 100%, 60% 0, 93% 0, 77% 100%, 22% 100%, 100% 100%, 100% 0%);
  }
  .slide__slides:after {
    content: "";
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.4);
  }
  .slide__slides--inside {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile));
    z-index: 6;
    flex-direction: column !important;
  }
  .page--idk--2 .slide__slides--text em {
    margin: 0px 0px 0px calc(-5vw / var(--setSize--mobile));
    color: #fff;
    font-size: calc(40vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(40vw / var(--setSize--mobile));
    font-style: normal;
  }
  .page--idk--2 .slide__slides--text h1, .page--idk--2 .slide__slides--text h2, .page--idk--2 .slide__slides--text strong {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: var(--default--color--2);
    font-size: calc(25vw / var(--setSize--mobile));
    font-weight: 300;
    line-height: calc(30vw / var(--setSize--mobile));
  }
  .slide__slides--text {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: var(--default--color--2);
    font-size: calc(25vw / var(--setSize--mobile));
    font-weight: 300;
    line-height: calc(30vw / var(--setSize--mobile));
    text-transform: uppercase;
  }
  .slide__slides--text:has(p) h1, .slide__slides--text:has(p) h2, .slide__slides--text:has(p) strong {
    margin: 0px 0px calc(0vw / var(--setSize--mobile)) 0px;
  }
  .slide__slides--text h1, .slide__slides--text h2, .slide__slides--text strong {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
    font-size: calc(40vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(40vw / var(--setSize--mobile));
  }
  .slide__slides--text a {
    float: left;
    position: relative;
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: 0px calc(40vw / var(--setSize--mobile)) 0px calc(40vw / var(--setSize--mobile));
    color: #fff;
    font-size: calc(30vw / var(--setSize--mobile));
    line-height: calc(60vw / var(--setSize--mobile));
    font-weight: 400;
    text-decoration: none;
    border: 1px solid #fff;
  }
  .slide__slides--text a:hover {
    color: #000;
    border: 1px solid #000;
  }
  .slide__slides--img {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 2;
  }
  .owl-carousel-nav--1 .owl-nav {
    float: left;
    width: calc(50vw / var(--setSize--mobile));
    height: calc(150vw / var(--setSize--mobile));
    margin: calc(0vw / var(--setSize--mobile)) 0px 0px 0px;
    right: calc(20vw / var(--setSize--mobile));
    bottom: calc(20vw / var(--setSize--mobile));
    position: absolute;
    z-index: 5;
    font-size: 0;
  }
  .owl-carousel-nav--1--horizontal .owl-nav {
    width: 50% !important;
    height: calc(52vw / var(--setSize--mobile)) !important;
    right: 0 !important;
    bottom: calc(-70vw / var(--setSize--mobile));
  }
  .owl-carousel-nav--1--horizontal .owl-nav .owl-next {
    transform: rotate(90deg);
  }
  .owl-carousel-nav--1--horizontal .owl-nav .owl-prev {
    position: absolute !important;
    right: 0;
    bottom: 0;
    transform: rotate(90deg);
  }
  .owl-carousel-nav--1 .owl-nav .owl-next {
    float: left;
    width: calc(50vw / var(--setSize--mobile));
    height: calc(52vw / var(--setSize--mobile));
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0;
    background: url(images/owlNav_arrowRight.svg) center no-repeat !important;
    background-size: calc(50vw / var(--setSize--mobile)) !important;
  }
  .owl-carousel-nav--1 .owl-nav .owl-prev {
    float: left;
    width: calc(50vw / var(--setSize--mobile));
    height: calc(52vw / var(--setSize--mobile));
    position: relative;
    font-size: 0;
    background: url(images/owlNav_arrowLeft.svg) center no-repeat !important;
    background-size: calc(50vw / var(--setSize--mobile)) !important;
  }
  .owl-carousel-nav--1 .owl-nav .owl-next:focus, .owl-carousel-nav--1 .owl-nav .owl-prev:focus {
    outline: none;
  }
  .owl-carousel-dots--1 .owl-dots {
    float: left;
    width: 94%;
    left: 3%;
    bottom: calc(20vw / var(--setSize--mobile));
    position: absolute;
    z-index: 5;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    counter-reset: section;
  }
  .owl-carousel-dots--1 .owl-dots .owl-dot {
    float: left;
    width: calc(10vw / var(--setSize--mobile));
    height: calc(10vw / var(--setSize--mobile));
    position: relative;
    margin: 0px calc(5vw / var(--setSize--mobile)) 0px calc(5vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
    color: #3b3a3a;
    font-size: calc(10vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(10vw / var(--setSize--mobile));
    border: 1px solid #3b3a3a;
    border-radius: 40em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .owl-carousel-dots--1 .owl-dots .owl-dot::before {
    counter-increment: section;
    content: counter(section);
  }
  .owl-carousel-dots--1 .owl-dots .owl-dot:focus {
    outline: none;
  }
  .owl-carousel-dots--1 .owl-dots .active {
    float: left;
    position: relative;
    color: #000;
    border: 1px solid #fff;
    border-radius: 40em;
    background: #fff;
  }
  .video {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    z-index: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slide__scroll {
    display: none !important;
    float: left;
    width: calc(40vw / var(--setSize--mobile));
    height: calc(40vw / var(--setSize--mobile));
    position: relative;
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
    z-index: 10;
  }
  .slide__scroll .slide__scroll--arrow {
    width: calc(37vw / var(--setSize--mobile));
  }
  .header {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px 0px;
    color: var(--header--color--1);
    font-size: calc(35vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(35vw / var(--setSize--mobile));
    text-transform: uppercase;
    text-wrap: balance;
  }
  .header.header:has(+ .header--30) {
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) 0px;
  }
  .header.header--30 {
    color: var(--header--color--2);
    font-size: calc(20vw / var(--setSize--mobile));
    font-weight: 300;
    line-height: calc(20vw / var(--setSize--mobile));
  }
  .header.header--100 {
    color: var(--header--color--2);
    font-size: calc(40vw / var(--setSize--mobile));
    font-weight: 300;
    line-height: calc(40vw / var(--setSize--mobile));
  }
  .header em {
    float: left;
    width: 100%;
    margin: calc(10vw / var(--setSize--mobile)) 0px 0px 0px;
    color: var(--header--color--2);
    font-size: calc(25vw / var(--setSize--mobile));
    font-weight: 300;
    line-height: calc(25vw / var(--setSize--mobile));
    font-style: normal;
  }
  .home {
    overflow: hidden;
  }
  .homeOne__left {
    height: 100%;
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    z-index: 8;
  }
  .homeOne__right {
    height: 100%;
    z-index: 4;
  }
  .homeTwo {
    background: url(images/homeTwoBg.jpg) center left no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .homeTwo__left {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeTwo__left .text__19 {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px 0px !important;
  }
  .homeTwo__right {
    height: calc(500vw / var(--setSize--mobile));
    padding: calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeTwo__right .galleryFotoOwl .box {
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  }
  .homeThree__left {
    height: 100%;
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeThree__left .text__19 {
    padding: 0px calc(60vw / var(--setSize--mobile)) 0px 0px !important;
  }
  .homeThree__left:after {
    content: "";
    float: left;
    width: calc(1115vw / var(--setSize--mobile));
    height: 100%;
    position: absolute;
    right: calc(-920vw / var(--setSize--mobile));
    bottom: 0;
    background: var(--default--color--1);
    z-index: 7;
    clip-path: polygon(0 0, 43% 0, 100% 100%, 53% 100%);
  }
  .homeThree__right {
    padding: 0px calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeThree__right .galleryFotoOwl {
    height: calc(300vw / var(--setSize--mobile)) !important;
    z-index: 8;
  }
  .homeThree__right .galleryFotoOwl .box {
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 15.2% 100%, 0 57.4%);
  }
  .homeThree__right:before {
    content: "";
    float: left;
    width: calc(220vw / var(--setSize--mobile));
    height: calc(310vw / var(--setSize--mobile));
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(images/homeThreeBeforeBg.jpg) center no-repeat;
    background-size: cover;
    z-index: 6;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
  .homeFour {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: url(images/homeFourBg.jpg) center left no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .homeFour__inside .text__19 {
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
    border: 1px solid #fff;
    border-bottom: 0;
  }
  .homeFour__inside .text__19 p {
    float: left;
    width: 100%;
    height: calc(110vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: var(--default--color--2);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-bottom: 1px solid #fff;
  }
  .homeFour__inside .text__19 p:nth-child(even) {
    border-left: 1px solid #fff;
  }
  .homeFour__inside .text__19 p strong {
    color: #fff;
    font-size: calc(25vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(30vw / var(--setSize--mobile));
  }
  .homeFive__inside {
    padding: calc(20vw / var(--setSize--mobile));
  }
  .homeFive__box {
    height: calc(140vw / var(--setSize--mobile));
    margin: 0px 0px calc(5vw / var(--setSize--mobile)) 0px;
    padding: 0px calc(20vw / var(--setSize--mobile));
    flex-direction: column !important;
    color: var(--default--color--1);
    font-size: calc(23vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(30vw / var(--setSize--mobile));
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    text-wrap: balance;
    background: #fff;
    border: 1px solid #000;
    overflow: hidden;
  }
  .homeFive__box:hover:before {
    left: calc(0vw / var(--setSize--mobile));
    top: calc(0vw / var(--setSize--mobile));
  }
  .homeFive__box:hover:after {
    right: calc(0vw / var(--setSize--mobile));
    bottom: calc(0vw / var(--setSize--mobile));
  }
  .homeFive__box:before {
    content: "";
    float: left;
    width: calc(40vw / var(--setSize--mobile));
    height: calc(40vw / var(--setSize--mobile));
    position: absolute;
    left: calc(-40vw / var(--setSize--mobile));
    top: calc(-40vw / var(--setSize--mobile));
    background: #000;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    transition: all 0.3s ease-in-out;
  }
  .homeFive__box:after {
    content: "";
    float: left;
    width: calc(40vw / var(--setSize--mobile));
    height: calc(40vw / var(--setSize--mobile));
    position: absolute;
    right: calc(-40vw / var(--setSize--mobile));
    bottom: calc(-40vw / var(--setSize--mobile));
    background: #000;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    transition: all 0.3s ease-in-out;
  }
  .homeFive__box span {
    margin: calc(5vw / var(--setSize--mobile)) 0px 0px 0px;
    color: #121212;
    font-size: calc(16vw / var(--setSize--mobile));
    font-weight: 200;
    line-height: calc(22vw / var(--setSize--mobile));
    text-transform: none !important;
  }
  .homeSix {
    background: url(images/homeSixBg.jpg) center no-repeat;
    background-size: cover;
  }
  .homeSix__left {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeSix__left .text__19 {
    padding: 0px calc(60vw / var(--setSize--mobile)) 0px 0px !important;
  }
  .homeSix__right {
    height: 100%;
    padding: 0px 0px 0px calc(120vw / var(--setSize--mobile));
  }
  .homeSix__right .mainFotoBackground {
    width: calc(1190vw / var(--setSize--mobile)) !important;
    left: calc(-5vw / var(--setSize--mobile)) !important;
  }
  .homeSeven {
    padding: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
    background: url(images/homeSevenBg.jpg) center no-repeat;
    background-size: cover;
  }
  .homeSeven__left {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeSeven__left .text__19 {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px 0px !important;
  }
  .homeSeven__right {
    height: calc(450vw / var(--setSize--mobile));
    padding: 0px calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeSeven__right .mainFotoBackground {
    left: auto !important;
    right: calc(0vw / var(--setSize--mobile)) !important;
    clip-path: polygon(28% 0, 100% 0, 72% 100%, 0 100%);
  }
  .offer {
    overflow: hidden;
  }
  .offerOne__left {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    z-index: 10;
  }
  .offerOne__left .text__19 {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px 0px !important;
  }
  .offerOne__left:after {
    content: "";
    float: left;
    width: calc(1115vw / var(--setSize--mobile));
    height: 100%;
    position: absolute;
    right: calc(-1000vw / var(--setSize--mobile));
    bottom: 0;
    background: var(--default--color--1);
    z-index: 7;
    clip-path: polygon(0 0, 43% 0, 100% 100%, 53% 100%);
  }
  .offerOne__right {
    padding: calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .offerOne__right .mainFoto {
    z-index: 10;
  }
  .offerOne__right:before {
    content: "";
    float: left;
    width: calc(420vw / var(--setSize--mobile));
    height: calc(610vw / var(--setSize--mobile));
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(images/homeThreeBeforeBg.jpg) center no-repeat;
    background-size: cover;
    z-index: 6;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
  .offerOne__right:after {
    content: "";
    float: left;
    width: calc(1115vw / var(--setSize--mobile));
    height: 100%;
    position: absolute;
    left: calc(-200vw / var(--setSize--mobile));
    bottom: 0;
    background: var(--default--color--1);
    z-index: 7;
    clip-path: polygon(0 0, 43% 0, 100% 100%, 53% 100%);
  }
  .offerTwo {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: url(images/offerTwoBg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .offerTwo__text {
    padding: calc(40vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) !important;
    border: 1px solid var(--default--color--1);
  }
  .offerTwo__text ul {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: calc(40vw / var(--setSize--mobile));
         column-gap: calc(40vw / var(--setSize--mobile));
    list-style-position: inside;
  }
  .offerTwo__text ul li {
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
    margin-bottom: 10px;
    text-wrap: balance;
  }
  .faqList {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .faqBox {
    margin: -1px 0px 0px 0px;
    padding: calc(30vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(30vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
    border: 1px solid rgba(0, 0, 0, 0.2);
    z-index: 5;
  }
  .faqBox:nth-child(1) {
    margin: 0 !important;
  }
  .faqBox.active {
    z-index: 10;
  }
  .faqBox.active .faqBox__up:after {
    transform: rotate(180deg);
  }
  .faqBox__up {
    padding: 0px calc(60vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile));
  }
  .faqBox__up::after {
    content: " ";
    float: left;
    width: calc(40vw / var(--setSize--mobile));
    height: calc(40vw / var(--setSize--mobile));
    position: absolute;
    top: calc(-5vw / var(--setSize--mobile));
    right: calc(15vw / var(--setSize--mobile));
    background: url(images/faqArrow.svg) center no-repeat;
    background-size: calc(27vw / var(--setSize--mobile));
    transition: all 0.3s ease-in-out;
  }
  .faqBox__up.active:after {
    transform: rotate(-180deg);
  }
  .faqBox__name {
    font-size: calc(20vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(25vw / var(--setSize--mobile));
    text-transform: uppercase;
    text-wrap: balance;
  }
  .faqBox__down {
    margin: calc(5vw / var(--setSize--mobile)) 0px calc(10vw / var(--setSize--mobile)) 0px;
    padding: 0px calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile));
  }
  .faqBox__down .galleryFoto {
    margin: calc(30vw / var(--setSize--mobile)) 0px 0px 0px;
    grid-template-columns: repeat(11, 1fr) !important;
  }
  .faqBox__down .galleryFoto .box {
    height: calc(160vw / var(--setSize--mobile));
  }
  .projects {
    overflow: hidden;
  }
  .projectsOne {
    padding: calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .projectsOne:after {
    content: "";
    float: left;
    width: calc(1115vw / var(--setSize--mobile));
    height: 100%;
    position: absolute;
    right: calc(-920vw / var(--setSize--mobile));
    bottom: 0;
    background: var(--default--color--1);
    z-index: 2;
    clip-path: polygon(0 0, 43% 0, 100% 100%, 53% 100%);
  }
  .projectsOne__inside {
    z-index: 6;
  }
  .contact {
    overflow: hidden;
  }
  .contactOne {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: url(images/contactOneBg.jpg) center no-repeat;
    background-size: cover;
  }
  .contactOne__left {
    height: 100%;
    padding: calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .contactOne__left .text__19 {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px 0px !important;
    color: var(--default--color--2);
  }
  .contactOne__left .text__19 strong {
    font-weight: 800;
  }
  .contactOne__left .text__19 a {
    color: var(--default--color--2);
    text-decoration: none;
  }
  .contactOne__left .text__19 a:hover {
    color: #fff;
  }
  .contactOne__left .text__19 table {
    float: left;
    width: 100% !important;
    height: auto !important;
    font-size: calc(25vw / var(--setSize--mobile));
    font-weight: 200;
    line-height: calc(30vw / var(--setSize--mobile));
    text-transform: uppercase;
  }
  .contactOne__left .text__19 table:nth-of-type(1) {
    background: url(images/iconPhone.svg) center left no-repeat;
    background-size: calc(40vw / var(--setSize--mobile));
  }
  .contactOne__left .text__19 table:nth-of-type(1) tr td {
    height: calc(90vw / var(--setSize--mobile));
    padding: 0px 0px 0px calc(70vw / var(--setSize--mobile));
  }
  .contactOne__left .text__19 table:nth-of-type(2) {
    background: url(images/iconEmail.svg) center left no-repeat;
    background-size: calc(45vw / var(--setSize--mobile));
  }
  .contactOne__left .text__19 table:nth-of-type(2) tr td {
    height: calc(90vw / var(--setSize--mobile));
    padding: 0px 0px 0px calc(70vw / var(--setSize--mobile));
  }
  .contactOne__right {
    height: 100%;
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px 0px;
  }
  .contactOne__right .mainFotoBackground {
    width: calc(950vw / var(--setSize--mobile)) !important;
    left: auto !important;
    right: calc(160vw / var(--setSize--mobile)) !important;
    clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
  }
  .bottom {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: var(--default--color--1);
  }
  .bottom__up {
    padding: 0px 0px calc(60vw / var(--setSize--mobile)) 0px;
  }
  .bottom__logo {
    width: calc(280vw / var(--setSize--mobile));
    margin: 0px 0px calc(40vw / var(--setSize--mobile)) 0px;
  }
  .bottom__text {
    width: 60%;
    color: var(--default--color--2);
    font-size: calc(25vw / var(--setSize--mobile));
    font-weight: 200;
    line-height: calc(30vw / var(--setSize--mobile));
    text-transform: uppercase;
  }
  .bottom__text strong {
    font-weight: 800;
  }
  .bottom__text a {
    color: var(--default--color--2);
    text-decoration: none;
  }
  .bottom__text a:hover {
    color: #fff;
  }
  .bottom__text table {
    float: left;
    width: 100% !important;
    height: auto !important;
  }
  .bottom__text table:nth-child(1) {
    background: url(images/iconPhone.svg) center left no-repeat;
    background-size: calc(54vw / var(--setSize--mobile));
  }
  .bottom__text table:nth-child(1) tr td {
    height: calc(70vw / var(--setSize--mobile));
    padding: 0px 0px 0px calc(80vw / var(--setSize--mobile));
  }
  .bottom__text table:nth-child(2) {
    background: url(images/iconEmail.svg) center left no-repeat;
    background-size: calc(52vw / var(--setSize--mobile));
  }
  .bottom__text table:nth-child(2) tr td {
    height: calc(70vw / var(--setSize--mobile));
    padding: 0px 0px 0px calc(80vw / var(--setSize--mobile));
  }
  .bottom__down {
    padding: calc(0vw / var(--setSize--mobile)) 0px calc(40vw / var(--setSize--mobile)) 0px;
  }
  .footer {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(30vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(30vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: var(--default--color--1);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer__arrow {
    float: left;
    position: relative;
  }
  .footer__arrow--img {
    float: left;
    width: calc(31vw / var(--setSize--mobile));
    position: relative;
  }
  .footer__menu {
    float: left;
    width: 100%;
    position: relative;
    margin: calc(30vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
  }
  .footer__menu--name {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .footer__menu--name:last-child .footer__menu--hr {
    display: none;
    visibility: hidden;
  }
  .footer__menu--href {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #616161;
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(28vw / var(--setSize--mobile));
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    justify-content: flex-start !important;
  }
  .footer__menu--href:hover {
    color: #fff;
  }
  .footer__menu--name.footer__menu--active .footer__menu--href {
    color: #fff;
  }
  .footer__menu--hr {
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile));
  }
  .dir {
    float: left;
    width: 100%;
    position: relative;
    padding: calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
    background-color: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 1;
  }
  .dir:before {
    content: " ";
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    margin: calc(-1vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile)) 0px;
    background-color: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .dir__li {
    float: left;
    position: relative;
  }
  .dir__li:first-child {
    margin: 0px 0px 0px calc(20vw / var(--setSize--mobile));
  }
  .dir__href {
    float: left;
    position: relative;
    color: var(--default--color--2);
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(18vw / var(--setSize--mobile));
    text-decoration: none;
  }
  .dir__href:hover {
    color: #fff;
  }
  .dir__arrow {
    float: left;
    width: calc(4vw / var(--setSize--mobile));
    position: relative;
    margin: calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile));
    filter: invert(1);
  }
  .default {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .default__left {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .default__right {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(40vw / var(--setSize--mobile)) 0px 0px calc(0vw / var(--setSize--mobile));
  }
  .default .galleryFoto {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .default .filesBox {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  /* Default */
  .mainFoto {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .mainFotoBackground {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .mainFoto .img,
  .mainFotoBackground .img {
    float: left;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .galleryFoto {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: calc(10vw / var(--setSize--mobile));
    grid-row-gap: calc(10vw / var(--setSize--mobile));
  }
  .galleryFoto.columns--5 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(10vw / var(--setSize--mobile));
    grid-row-gap: calc(10vw / var(--setSize--mobile));
  }
  .galleryFoto.columns--4 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(10vw / var(--setSize--mobile));
    grid-row-gap: calc(10vw / var(--setSize--mobile));
  }
  .galleryFoto.columns--3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(10vw / var(--setSize--mobile));
    grid-row-gap: calc(10vw / var(--setSize--mobile));
  }
  .galleryFoto.columns--2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(10vw / var(--setSize--mobile));
    grid-row-gap: calc(10vw / var(--setSize--mobile));
  }
  .galleryFoto.columns--1 {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(0vw / var(--setSize--mobile));
    grid-row-gap: calc(10vw / var(--setSize--mobile));
  }
  .galleryFoto .box {
    float: left;
    width: 100%;
    height: calc(210vw / var(--setSize--mobile));
    position: relative;
    overflow: hidden;
  }
  .galleryFoto.columns--1 .box {
    height: 100%;
  }
  .galleryFoto .box .img {
    float: left;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 1s;
  }
  .galleryFoto .box:hover .img {
    transform: scale(1.1);
  }
  .galleryFotoOwl {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .galleryFotoOwl .box {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .galleryFotoOwl .box .img {
    float: left;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .filesBox {
    float: left;
    width: 100%;
    position: relative;
    margin: calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px 0px;
  }
  .filesBoxFile {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(10vw / var(--setSize--mobile)) calc(10vw / var(--setSize--mobile)) 0px;
    color: #000;
    font-size: calc(16vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(18vw / var(--setSize--mobile));
    text-decoration: none;
  }
  .filesBoxFileImg {
    float: left;
    width: calc(40vw / var(--setSize--mobile));
    position: relative;
    margin: 0px calc(20vw / var(--setSize--mobile)) 0px 0px;
  }
  .filesBoxFileTitle {
    float: left;
    width: calc(100% - calc(60vw / var(--setSize--mobile)));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .filesBoxFile:hover {
    color: #e12e38;
  }
  .googleMap {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .googleMap .mapaBox {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .contentMap {
    float: left;
    position: relative;
    padding: calc(20vw / var(--setSize--mobile));
  }
  .contentMap__name {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) 0px;
    color: #383436;
    font-size: calc(20vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(22vw / var(--setSize--mobile));
    text-align: left;
  }
  .contentMap__text {
    float: left;
    width: 100%;
    position: relative;
    color: #383436;
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(22vw / var(--setSize--mobile));
    text-align: left;
  }
  .gm-ui-hover-effect {
    top: 3px !important;
    right: 3px !important;
  }
}/*# sourceMappingURL=style_rwd.css.map */