@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: #000;
    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: #000;
  }
  .wrapper__hamb.wrapper__hamb--active span {
    background: #000;
  }
  .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: rgb(255, 255, 255);
    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 calc(0vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
    color: #000000;
    font-size: calc(36vw / var(--setSize--mobile));
    font-weight: 600;
    line-height: calc(36vw / var(--setSize--mobile));
    text-transform: uppercase;
    text-decoration: none;
  }
  .wrapper__logo span {
    color: var(--default--color--1);
  }
  .wrapper__menu {
    display: none;
    float: left;
    width: 100%;
    position: relative;
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
  }
  .wrapper__menu--name {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__menu--name.wrapper__menu--name--8 .wrapper__menu--href {
    color: #000;
    background: #febc00;
  }
  .wrapper__menu--name.wrapper__menu--name--8.wrapper__menu--active .wrapper__menu--href {
    color: #000;
  }
  .wrapper__menu--name.wrapper__menu--name--8.wrapper__menu--active .wrapper__menu--href:before {
    background: #febc00 !important;
  }
  .wrapper__menu--name.wrapper__menu--active .wrapper__menu--href {
    color: var(--default--color--1);
  }
  .wrapper__menu--name.wrapper__menu--active .wrapper__menu--href:before {
    height: 0%;
    left: 0;
  }
  .wrapper__menu--name:hover .wrapper__menu--href {
    color: var(--default--color--1);
  }
  .wrapper__menu--name:hover .wrapper__menu--href:before {
    height: 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(10vw / var(--setSize--mobile)) calc(30vw / var(--setSize--mobile)) calc(10vw / var(--setSize--mobile)) calc(30vw / var(--setSize--mobile));
    color: var(--text--color--1);
    font-size: calc(24vw / var(--setSize--mobile));
    font-weight: 500;
    line-height: calc(32vw / var(--setSize--mobile));
    text-transform: uppercase;
    text-decoration: none;
  }
  .wrapper__menu--href span {
    z-index: 6;
  }
  .wrapper__menu--href:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 0%;
    background-color: var(--default--color--1);
    transition: all 0.2s ease-in-out;
    z-index: 4;
  }
  .wrapper__menu--hr {
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile));
  }
  .wrapper__menu .subMenu {
    float: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: calc(5vw / var(--setSize--mobile)) 0px calc(5vw / var(--setSize--mobile)) 0px;
    position: relative;
    background: var(--default--color--1);
    z-index: 5;
    pointer-events: none !important;
    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 {
    top: auto;
    opacity: 1;
    pointer-events: auto !important;
  }
  .wrapper__menu .wrapper__menu--name:hover .wrapper__menu--href:after, .wrapper__menu .wrapper__menu--name.wrapper__menu--active .wrapper__menu--href:after {
    opacity: 1;
  }
  .wrapper__menu .subMenu__href {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(12vw / var(--setSize--mobile)) calc(15vw / var(--setSize--mobile)) calc(12vw / var(--setSize--mobile)) calc(30vw / var(--setSize--mobile));
    color: #fff;
    font-size: calc(16vw / var(--setSize--mobile));
    font-weight: 600;
    line-height: calc(16vw / var(--setSize--mobile));
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
  .wrapper__menu .subMenu__href:last-child {
    border-bottom: 0;
  }
  .wrapper__menu .subMenu__href--span {
    width: calc(100% - 1.4vw);
  }
  .wrapper__menu .subMenu__href:hover:before, .wrapper__menu .subMenu__href.subMenu__active:before {
    color: #fff;
  }
  .wrapper__menu .subMenu__href:hover, .wrapper__menu .subMenu__href.subMenu__active {
    color: #000;
  }
  .wrapper__other {
    float: left;
    width: 100%;
    height: calc(60vw / var(--setSize--mobile));
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: rgb(255, 255, 255);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .wrapper__social {
    float: left;
    width: 70%;
    height: 100%;
    position: relative;
    top: auto;
    right: 0;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .wrapper__social--href {
    float: left;
    width: calc(110vw / var(--setSize--mobile));
    height: calc(110vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px calc(0vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .wrapper__social--href:hover {
    background: var(--default--color--1);
  }
  .wrapper__social--href:hover .wrapper__social--img {
    filter: invert(1);
  }
  .wrapper__social--img {
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__lang {
    float: left;
    width: 30%;
    height: 100%;
    position: relative;
    margin: 0px 0px 0px calc(0vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
  }
  .wrapper__lang--href {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0px 0px 0px calc(0vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
    color: var(--text--color--1);
    font-size: calc(16vw / var(--setSize--mobile));
    font-weight: 500;
    line-height: calc(16vw / var(--setSize--mobile));
    text-transform: uppercase;
    text-decoration: none;
  }
  .wrapper__lang--href:hover {
    color: #fff;
    background: var(--default--color--1);
  }
  .wrapper.smallWrapper {
    height: auto;
  }
  mark,
  .mark {
    position: relative;
    background: var(--default--color--2);
    z-index: -1;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
  .markOther mark, .markOther .mark {
    background: #febc00;
  }
  .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;
  }
  .page--5 .slide__slides--text * {
    color: #fff !important;
  }
  .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: 40%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    background-image: linear-gradient(0deg, rgba(89, 131, 252, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .slide__slides--inside {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px calc(200vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile));
    z-index: 6;
  }
  .slide__slides--text {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: var(--text--color--1);
    font-size: calc(20vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(25vw / var(--setSize--mobile));
  }
  .slide__slides--text:has(p) h1, .slide__slides--text:has(p) h2, .slide__slides--text:has(p) strong {
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) calc(-5vw / var(--setSize--mobile));
  }
  .slide__slides--text h1, .slide__slides--text h2, .slide__slides--text strong {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px calc(-5vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
    color: var(--header--color--1);
    font-size: calc(40vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(50vw / var(--setSize--mobile));
  }
  .slide__slides--text em {
    color: var(--default--color--1);
    font-size: calc(25vw / var(--setSize--mobile));
    font-weight: 700;
    font-style: normal;
    line-height: calc(30vw / var(--setSize--mobile));
    text-transform: uppercase;
  }
  .slide__slides--text a {
    float: left;
    height: calc(50vw / var(--setSize--mobile));
    position: relative;
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: 0px calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile));
    color: var(--more--color--1);
    font-size: calc(16vw / var(--setSize--mobile));
    line-height: calc(16vw / var(--setSize--mobile));
    font-weight: 600;
    text-decoration: none;
    border: 1px solid var(--more--color--1);
    transition: all 0.4s ease-in-out;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .slide__slides--text a:hover {
    color: #fff;
    background: var(--default--color--1);
  }
  .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: 100%;
    margin: calc(-30vw / var(--setSize--mobile)) 0px 0px 0px;
    left: 0;
    top: 50%;
    position: absolute;
    z-index: 5;
    font-size: 0;
  }
  .owl-carousel-nav--1 .owl-nav .owl-next {
    float: left;
    width: calc(45vw / var(--setSize--mobile));
    height: calc(45vw / var(--setSize--mobile));
    position: absolute;
    top: 0;
    right: calc(20vw / var(--setSize--mobile));
    font-size: 0;
    background: var(--default--color--1) url(images/owlNav_arrowRight.svg) center no-repeat !important;
    background-size: calc(10vw / var(--setSize--mobile)) !important;
  }
  .owl-carousel-nav--1 .owl-nav .owl-prev {
    float: left;
    width: calc(45vw / var(--setSize--mobile));
    height: calc(45vw / var(--setSize--mobile));
    position: absolute;
    top: 0;
    left: calc(20vw / var(--setSize--mobile));
    font-size: 0;
    background: var(--default--color--1) url(images/owlNav_arrowLeft.svg) center no-repeat !important;
    background-size: calc(10vw / 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(20vw / var(--setSize--mobile));
    height: calc(40vw / var(--setSize--mobile));
    position: absolute;
    left: calc(190vw / var(--setSize--mobile));
    bottom: calc(20vw / var(--setSize--mobile));
    z-index: 10;
  }
  .slide__scroll .slide__scroll--arrow {
    width: calc(15vw / 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(40vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(50vw / var(--setSize--mobile));
    z-index: 6;
  }
  .header.headerDown5 {
    font-size: calc(40vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(50vw / var(--setSize--mobile));
  }
  .header.headerSmall {
    font-size: calc(30vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(40vw / var(--setSize--mobile));
  }
  .header span {
    color: var(--default--color--1);
  }
  .home {
    overflow: hidden;
  }
  .homeOne__left {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile));
  }
  .homeOne__left .text__19 {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px 0px;
  }
  .homeOne__right {
    padding: calc(60vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .homeOne__header {
    position: absolute;
    top: calc(30vw / var(--setSize--mobile));
    left: calc(95vw / var(--setSize--mobile));
    font-size: calc(120vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(120vw / var(--setSize--mobile));
    z-index: 2;
  }
  .homeOne__img--1 {
    float: right;
    width: 55%;
    position: relative;
    z-index: 6;
  }
  .homeOne__img--2 {
    float: right;
    width: 60%;
    position: absolute;
    right: 30%;
    bottom: 0;
    z-index: 4;
  }
  .homeTwo {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: url(images/homeTwoBg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .homeTwo__list {
    height: calc(330vw / var(--setSize--mobile));
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .homeTwo__list--inside {
    height: calc(330vw / var(--setSize--mobile));
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .homeTwo__list--inside:before {
    content: " ";
    float: right;
    width: calc(300vw / var(--setSize--mobile));
    height: 100%;
    position: absolute;
    right: calc(0vw / var(--setSize--mobile)) !important;
    top: 0;
    background: url(images/homeTwoShadow.png) center right no-repeat;
    background-size: cover;
    pointer-events: none !important;
    z-index: 6;
  }
  .homeTwo__list--inside .owl-nav {
    z-index: 8;
  }
  .homeTwo__list--inside .owl-prev {
    left: auto !important;
    right: calc(60vw / var(--setSize--mobile)) !important;
  }
  .homeTwo__list--inside .owl-next {
    right: calc(0vw / var(--setSize--mobile)) !important;
  }
  .homeTwoBox {
    height: calc(330vw / var(--setSize--mobile));
  }
  .homeTwoBox:hover:before {
    width: 100%;
  }
  .homeTwoBox:before {
    content: " ";
    float: left;
    width: 0%;
    height: calc(5vw / var(--setSize--mobile));
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--default--color--1);
    transition: all 0.3s ease-in-out;
  }
  .homeTwoBox__foto {
    height: calc(180vw / var(--setSize--mobile));
  }
  .homeTwoBox__foto .mainFoto {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
  .homeTwoBox__foto .mainFoto .img {
    width: calc(131vw / var(--setSize--mobile)) !important;
    height: auto !important;
  }
  .homeTwoBox__inside {
    height: calc(100% - calc(230vw / var(--setSize--mobile)));
  }
  .homeTwoBox__title {
    height: calc(70vw / var(--setSize--mobile));
  }
  .homeTwoBox__name {
    color: var(--header--color--1);
    font-size: calc(30vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(35vw / var(--setSize--mobile));
  }
  .homeTwoBox__text {
    margin: calc(10vw / var(--setSize--mobile)) 0px 0px 0px;
    color: #8E8E8E;
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(30vw / var(--setSize--mobile));
  }
  .homeThree {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background-position: center right calc(-380vw / var(--setSize--mobile)) !important;
  }
  .homeThree__left {
    padding: 0px calc(130vw / var(--setSize--mobile)) 0px 0px !important;
  }
  .homeFour {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeFour__left {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px 0px;
  }
  .homeFour__square--border {
    float: left;
    width: calc(370vw / var(--setSize--mobile));
    height: calc(370vw / var(--setSize--mobile));
    position: absolute;
    top: calc(-50vw / var(--setSize--mobile));
    right: calc(110vw / var(--setSize--mobile));
    border: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 6;
  }
  .homeFour__square {
    float: left;
    width: calc(240vw / var(--setSize--mobile));
    height: calc(240vw / var(--setSize--mobile));
    position: absolute;
    background: var(--default--color--1);
    z-index: 6;
    mix-blend-mode: multiply;
  }
  .homeFour__square.homeFour__square--1 {
    left: calc(-120vw / var(--setSize--mobile));
    bottom: calc(190vw / var(--setSize--mobile));
  }
  .homeFour__square.homeFour__square--2 {
    right: calc(200vw / var(--setSize--mobile));
    bottom: calc(40vw / var(--setSize--mobile));
  }
  .homeFour__right {
    padding: calc(60vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .homeFour__right .text__19 ul li {
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
  }
  .homeFive {
    background-position: center right calc(-540vw / var(--setSize--mobile)) !important;
  }
  .about {
    overflow: hidden;
  }
  .aboutOne {
    background: url(images/aboutOneBg.jpg) center no-repeat;
    background-size: cover;
  }
  .aboutOne__left {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile));
  }
  .aboutOne__left .text__19 {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px 0px;
  }
  .aboutOne__right {
    padding: calc(60vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .aboutOne__header {
    position: absolute;
    top: calc(20vw / var(--setSize--mobile));
    left: calc(45vw / var(--setSize--mobile));
    font-size: calc(120vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(120vw / var(--setSize--mobile));
    z-index: 2;
  }
  .aboutOne__img--1 {
    float: right;
    width: 55%;
    position: relative;
    z-index: 6;
  }
  .aboutOne__img--2 {
    float: right;
    width: 60%;
    position: absolute;
    right: 30%;
    bottom: 0;
    z-index: 4;
  }
  .aboutTwo {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .aboutTwo__text {
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px !important;
  }
  .aboutTwo__text p {
    float: left;
    width: 100%;
    height: calc(110vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px calc(60vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px calc(130vw / var(--setSize--mobile));
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
  }
  .aboutTwo__text p:nth-child(1) em {
    background: var(--default--color--1);
  }
  .aboutTwo__text p em {
    float: left;
    width: calc(110vw / var(--setSize--mobile));
    height: calc(110vw / var(--setSize--mobile));
    position: absolute;
    left: 0;
    top: 0;
    margin: 0px 0px calc(0vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
    font-size: calc(44vw / var(--setSize--mobile));
    font-weight: 700;
    font-style: normal;
    line-height: calc(44vw / var(--setSize--mobile));
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: #febc00;
  }
  .aboutTwo__text p em:before {
    content: "...";
    float: right;
    position: absolute;
    bottom: calc(-50vw / var(--setSize--mobile));
    left: calc(40vw / var(--setSize--mobile));
    transform: rotate(90deg);
    color: #DCDCDC;
    font-size: calc(30vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(30vw / var(--setSize--mobile));
    letter-spacing: calc(10vw / var(--setSize--mobile));
  }
  .aboutTwo__text p:last-child :before {
    display: none;
  }
  .aboutTwo__text p strong {
    float: left;
    position: relative;
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) 0px;
    font-size: calc(30vw / var(--setSize--mobile));
    font-weight: 600;
    line-height: calc(30vw / var(--setSize--mobile));
  }
  .aboutTwo__header {
    float: left;
    width: 100%;
    position: relative;
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: calc(45vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile));
    font-size: calc(20vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(25vw / var(--setSize--mobile));
    border: 1px solid var(--default--color--1);
  }
  .aboutThree {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .aboutThree__left {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px 0px;
  }
  .aboutThree__right {
    padding: calc(60vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .aboutThree__right .text__19 ul li {
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
  }
  .aboutFive {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: url(images/homeTwoBg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .aboutFive__text {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px !important;
  }
  .aboutFive__text p {
    padding: 0px calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .aboutFive__text p mark {
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) 0px;
  }
  .aboutFive__text p strong {
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: calc(30vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(40vw / var(--setSize--mobile));
  }
  .aboutSix {
    padding: calc(80vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .aboutSix__list {
    height: calc(300vw / var(--setSize--mobile));
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .aboutSix__list--inside {
    height: calc(300vw / var(--setSize--mobile));
  }
  .aboutSix__list--inside .owl-nav {
    z-index: 8;
  }
  .aboutSix__list--inside .owl-prev {
    left: calc(-15vw / var(--setSize--mobile)) !important;
  }
  .aboutSix__list--inside .owl-next {
    right: calc(-15vw / var(--setSize--mobile)) !important;
  }
  .aboutSixBox {
    height: calc(300vw / var(--setSize--mobile));
    padding: calc(0vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) 0px calc(40vw / var(--setSize--mobile));
    border: 1px solid var(--default--color--1);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .aboutSixBox__name {
    color: var(--header--color--1);
    font-size: calc(30vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(35vw / var(--setSize--mobile));
    text-wrap: balance !important;
  }
  .aboutSixBox__text {
    margin: calc(10vw / var(--setSize--mobile)) 0px 0px 0px;
    color: var(--text--color--1);
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(30vw / var(--setSize--mobile));
    text-wrap: balance !important;
  }
  .aboutSeven {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .aboutSeven .header {
    text-wrap: balance !important;
  }
  .aboutSeven__header {
    float: left;
    width: 100%;
    position: relative;
    margin: calc(0vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
    color: var(--default--color--1);
    font-size: calc(25vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(30vw / var(--setSize--mobile));
  }
  .aboutSeven__button {
    float: left;
    width: 100%;
    position: relative;
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: calc(40vw / var(--setSize--mobile));
    background: #151F28;
    text-decoration: none;
  }
  .aboutSeven__button:hover span {
    color: var(--default--color--1);
  }
  .aboutSeven__button span {
    width: 100%;
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
    color: #fff;
    font-size: calc(25vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(30vw / var(--setSize--mobile));
    text-decoration: none;
  }
  .aboutSeven__logo {
    width: calc(235vw / var(--setSize--mobile));
  }
  .aboutEight {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .aboutEight__left {
    padding: 0px 0px 0px calc(100vw / var(--setSize--mobile));
  }
  .aboutEight__left .header {
    margin-left: calc(-10vw / var(--setSize--mobile));
  }
  .aboutNine {
    background-position: center right calc(-540vw / var(--setSize--mobile)) !important;
  }
  .offers {
    overflow: hidden;
  }
  .offerOne {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .headerOffer {
    display: none !important;
  }
  .offerSectionsOne {
    padding: calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .offerSectionsOne .text__19 table {
    float: left;
    width: 100% !important;
    height: auto !important;
  }
  .offerSectionsOne .text__19 table tr, .offerSectionsOne .text__19 table td {
    width: auto !important;
    height: auto !important;
  }
  .offerSectionsOne .text__19 table:nth-child(1) td {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px 0px;
  }
  .offerSectionsOne .text__19 table:nth-child(2) td {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px 0px;
  }
  .offerSectionsOne .text__19 table h3 {
    margin: calc(20vw / var(--setSize--mobile)) 0px calc(30vw / var(--setSize--mobile)) 0px;
    font-size: calc(40vw / var(--setSize--mobile));
    line-height: calc(40vw / var(--setSize--mobile));
  }
  .offerSectionsThree {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: url(images/homeTwoBg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .offerSectionsThree .galleryFoto .box {
    height: calc(220vw / var(--setSize--mobile));
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .offerSectionThreeBox {
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
    padding: calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #fff;
  }
  .offerSectionThreeBox:before {
    content: " ";
    float: left;
    width: calc(40vw / var(--setSize--mobile));
    height: calc(40vw / var(--setSize--mobile));
    position: absolute;
    top: calc(-10vw / var(--setSize--mobile));
    left: calc(-10vw / var(--setSize--mobile));
    background: var(--default--color--1);
  }
  .offerSectionsFive {
    padding: calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .casestudy {
    overflow: hidden;
  }
  .work {
    overflow: hidden;
  }
  .workOne {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .workList {
    margin: calc(60vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .workList #traffit-an-filters-xtxrxaxfxixtx2x0x1x6x {
    padding: 0 !important;
  }
  .reference {
    overflow: hidden;
  }
  .referenceOne {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background-position: center right calc(-100vw / var(--setSize--mobile)) !important;
  }
  .referenceOne .header {
    margin: calc(0vw / var(--setSize--mobile)) 0px calc(40vw / var(--setSize--mobile)) calc(-10vw / var(--setSize--mobile));
  }
  .referenceOne .aboutSix__list {
    margin: 0px 0px 0px 0px;
  }
  .referenceOne .aboutSix__list .aboutSixBox {
    background: #fff;
  }
  .referenceBox {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .referenceBox:nth-child(even) {
    background: #F3F3F3;
  }
  .referenceBox__name {
    margin: 0px 0px calc(40vw / var(--setSize--mobile)) 0px;
    color: var(--header--color--1);
    font-size: calc(30vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(40vw / var(--setSize--mobile));
  }
  .referenceBox__name mark {
    z-index: 0 !important;
  }
  .referenceBox__name:before {
    content: " ";
    float: left;
    width: calc(34vw / var(--setSize--mobile));
    height: calc(34vw / var(--setSize--mobile));
    position: absolute;
    left: calc(0vw / var(--setSize--mobile));
    top: calc(-40vw / var(--setSize--mobile));
    background: url(images/referenceMark.png) center no-repeat;
    background-size: calc(34vw / var(--setSize--mobile));
  }
  .blogOne {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .blogBox__foto {
    height: calc(290vw / var(--setSize--mobile));
  }
  .blogBox__inside {
    padding: calc(25vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .blogBox__date {
    margin: 0px 0px calc(25vw / var(--setSize--mobile)) 0px;
    padding: calc(5vw / var(--setSize--mobile)) calc(15vw / var(--setSize--mobile));
    color: var(--default--color--1);
    font-size: calc(20vw / var(--setSize--mobile));
    font-weight: 600;
    line-height: calc(30vw / var(--setSize--mobile));
    background: #febc00;
  }
  .blogBox__name {
    color: var(--header--color--1);
    font-size: calc(25vw / var(--setSize--mobile));
    font-weight: 600;
    line-height: calc(30vw / var(--setSize--mobile));
  }
  .contact {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .contactOne .header {
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
    font-size: calc(40vw / var(--setSize--mobile));
    line-height: calc(40vw / var(--setSize--mobile));
  }
  .contactOne .aboutSeven__header {
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
  }
  .contactOne .text__19 {
    padding: 0px calc(40vw / var(--setSize--mobile)) 0px 0px !important;
  }
  .contactForm {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .contactForm .formInput {
    color: var(--text--color--1);
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .contactForm .formTextarea {
    color: var(--text--color--1);
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .contactForm .formSubmit {
    color: var(--text--color--1);
    background: rgba(0, 0, 0, 0);
  }
  .contactForm .formBox__checkInput {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
  }
  .contactForm .formBox__checkInput::after {
    content: "";
    width: calc(9vw / var(--setSize--mobile));
    height: calc(9vw / var(--setSize--mobile));
    margin: calc(3vw / var(--setSize--mobile)) 0px 0px calc(3vw / var(--setSize--mobile));
    transform: scale(0);
    transition: 60ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--default--color--1);
  }
  .contactForm .formBox input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
  }
  .contactForm .formBox input::placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
  }
  .contactForm .formBox textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
  }
  .contactForm .formBox textarea::placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
  }
  .contactData {
    margin: calc(60vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .contactData .footer__text {
    width: 100%;
    padding: 0px calc(80vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
    color: var(--text--color--1);
  }
  .contactData .footer__text table {
    width: 100% !important;
    margin: 0px calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) 0px !important;
  }
  .contactData .footer__text a {
    color: var(--text--color--1);
  }
  .page--8 .footer {
    margin: calc(0vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
    background: rgba(0, 0, 0, 0);
  }
  .footer {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px calc(60vw / var(--setSize--mobile)) 0px;
    background: #0F0F0F;
  }
  .footer__up {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .footer__up--left {
    margin: calc(10vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .footer__logo {
    float: left;
    width: calc(260vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px calc(0vw / var(--setSize--mobile));
    padding: 0px 0px 0px calc(0vw / var(--setSize--mobile));
    color: #fff;
    font-size: calc(36vw / var(--setSize--mobile));
    font-weight: 600;
    line-height: calc(36vw / var(--setSize--mobile));
    text-transform: uppercase;
    text-decoration: none;
  }
  .footer__logo span {
    color: var(--default--color--1);
  }
  .footer__text {
    width: 100%;
    padding: calc(40vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
    color: #898989;
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 300;
    line-height: calc(24vw / var(--setSize--mobile));
  }
  .footer__text strong {
    font-weight: 600;
  }
  .footer__text a {
    color: #898989;
    text-decoration: none;
  }
  .footer__text a:hover {
    color: var(--default--color--1);
    text-decoration: underline;
    text-underline-offset: calc(5vw / var(--setSize--mobile));
  }
  .footer__text table {
    float: left;
    width: 100% !important;
    height: auto !important;
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
  }
  .footer__text table tr, .footer__text table td {
    width: auto !important;
    height: auto !important;
  }
  .footer__text table:nth-child(1) {
    background: url(images/footerIcon_2.svg) center left no-repeat;
    background-size: calc(19vw / var(--setSize--mobile));
  }
  .footer__text table:nth-child(1) tr td {
    padding: 0px 0px 0px calc(50vw / var(--setSize--mobile));
  }
  .footer__text table:nth-child(2) {
    background: url(images/footerIcon_3.svg) center left no-repeat;
    background-size: calc(22vw / var(--setSize--mobile));
  }
  .footer__text table:nth-child(2) tr td {
    padding: 0px 0px 0px calc(50vw / var(--setSize--mobile));
  }
  .footer__text table:nth-child(3) {
    margin: 0;
    background: url(images/footerIcon_3.svg) center left no-repeat;
    background-size: calc(21vw / var(--setSize--mobile));
  }
  .footer__text table:nth-child(3) tr td {
    padding: 0px 0px 0px calc(50vw / var(--setSize--mobile));
  }
  .footer__down {
    padding: calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(30vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .footer__arrow {
    float: left;
    position: relative;
  }
  .footer__arrow--img {
    float: left;
    width: calc(13vw / var(--setSize--mobile));
    position: relative;
  }
  .footer__menu {
    float: left;
    width: 100%;
    position: relative;
    margin: calc(30vw / var(--setSize--mobile)) 0px 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: calc(5vw / var(--setSize--mobile)) 0px calc(5vw / var(--setSize--mobile)) 0px;
    color: #464646;
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(26vw / var(--setSize--mobile));
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    justify-content: flex-start !important;
  }
  .footer__menu--href:hover {
    color: var(--default--color--1);
  }
  .footer__menu--name.footer__menu--active .footer__menu--href {
    color: var(--default--color--1);
  }
  .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%;
    height: calc(60vw / var(--setSize--mobile));
    position: relative;
    margin: auto 0px 0px 0px;
    padding: calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
  .dir__li {
    float: left;
    position: relative;
  }
  .dir__li:first-child {
    margin: 0px 0px 0px calc(20vw / var(--setSize--mobile));
  }
  .dir__li:last-child {
    display: none !important;
  }
  .dir__href {
    float: left;
    position: relative;
    color: var(--header--color--1);
    font-size: calc(14vw / var(--setSize--mobile));
    font-weight: 500;
    line-height: calc(14vw / var(--setSize--mobile));
    text-decoration: none;
  }
  .dir__href:hover {
    color: var(--default--color--1);
  }
  .dir__arrow {
    float: left;
    width: calc(4vw / var(--setSize--mobile));
    position: relative;
    margin: calc(0vw / var(--setSize--mobile)) calc(10vw / var(--setSize--mobile)) 0px calc(10vw / var(--setSize--mobile));
  }
  .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;
    padding: 0px 0px calc(40vw / var(--setSize--mobile)) 0px;
    overflow: hidden;
  }
  .default__right {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(0vw / 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;
  }
  .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(250vw / 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 */