@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: #020202;
    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(250vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .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%;
    position: relative;
    margin: calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile)) 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--active .wrapper__menu--href {
    color: var(--default--color--1);
  }
  .wrapper__menu--name.wrapper__menu--active .wrapper__menu--href:before {
    width: 0%;
    left: 0;
  }
  .wrapper__menu--name:hover .wrapper__menu--href {
    color: var(--default--color--1);
  }
  .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: 0px 0px 0px 0px;
    color: #fff;
    font-size: calc(24vw / var(--setSize--mobile));
    font-weight: 600;
    line-height: calc(38vw / var(--setSize--mobile));
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    justify-content: flex-end !important;
  }
  .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(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile));
  }
  .wrapper__menu .subMenu {
    display: none;
    float: left;
    width: 100%;
    margin: calc(0vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
    padding: calc(10vw / var(--setSize--mobile)) 0px calc(10vw / var(--setSize--mobile)) 0px;
    position: relative;
    top: auto;
    left: calc(0vw / var(--setSize--mobile));
    background: #222222;
    z-index: 5;
    border-bottom-left-radius: calc(0vw / var(--setSize--mobile));
    border-bottom-right-radius: calc(0vw / var(--setSize--mobile));
  }
  .wrapper__menu .subMenu__href {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(15vw / var(--setSize--mobile)) calc(15vw / var(--setSize--mobile)) calc(15vw / var(--setSize--mobile)) calc(15vw / var(--setSize--mobile));
    color: #fff;
    font-size: calc(16vw / var(--setSize--mobile));
    font-weight: 600;
    line-height: calc(22vw / var(--setSize--mobile));
    text-decoration: none;
    text-transform: uppercase;
    text-align: right;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .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: var(--default--color--1);
  }
  .wrapper__menu .subMenu__href:hover, .wrapper__menu .subMenu__href.subMenu__active {
    color: var(--default--color--1);
  }
  .wrapper__other {
    float: left;
    position: fixed;
    right: 0;
    bottom: 0;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .wrapper__social {
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(5vw / var(--setSize--mobile)) 0px calc(5vw / var(--setSize--mobile)) 0px;
    flex-direction: row !important;
  }
  .wrapper__social--href {
    float: left;
    position: relative;
    margin: 0px 0px 0px calc(0vw / var(--setSize--mobile));
    padding: calc(7vw / var(--setSize--mobile)) calc(10vw / var(--setSize--mobile)) calc(7vw / var(--setSize--mobile)) calc(10vw / var(--setSize--mobile));
  }
  .wrapper__social--img {
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__social--img.wrapper__social--img--1 {
    width: calc(8vw / var(--setSize--mobile));
  }
  .wrapper__social--img.wrapper__social--img--2 {
    width: calc(21vw / var(--setSize--mobile));
  }
  .wrapper__social--img.wrapper__social--img--5 {
    width: calc(55vw / var(--setSize--mobile));
  }
  .wrapper.smallWrapper {
    height: auto;
  }
  .slide {
    float: left;
    width: 100%;
    height: calc(350vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    z-index: 4;
  }
  .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: 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%);
  }
  .page--1 .slide__slides--text strong {
    font-size: calc(18vw / var(--setSize--mobile)) !important;
    font-weight: 600 !important;
    line-height: calc(25vw / var(--setSize--mobile)) !important;
  }
  .page--8 .slide__slides--inside {
    padding: calc(0vw / var(--setSize--mobile)) 0px calc(120vw / var(--setSize--mobile)) 0px;
  }
  .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;
  }
  .slide__slides--text {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
    font-size: calc(25vw / var(--setSize--mobile));
    font-weight: 600;
    line-height: calc(30vw / var(--setSize--mobile));
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .slide__slides--text span {
    color: var(--default--color--1);
  }
  .slide__slides--text em {
    float: left;
    height: calc(45vw / var(--setSize--mobile));
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) 0px;
    padding: 0px calc(20vw / var(--setSize--mobile));
    font-style: normal;
    font-size: calc(25vw / var(--setSize--mobile));
    font-weight: 800;
    line-height: calc(30vw / var(--setSize--mobile));
    text-transform: uppercase;
    background: var(--default--color--1);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .slide__slides--text:has(p) h1, .slide__slides--text:has(p) h2 {
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) 0px;
  }
  .slide__slides--text h1, .slide__slides--text h2 {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: calc(40vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(45vw / var(--setSize--mobile));
    text-align: center;
  }
  .slide__slides--text strong {
    float: left;
    position: relative;
    margin: calc(5vw / var(--setSize--mobile)) 0px calc(10vw / var(--setSize--mobile)) 0px;
    padding: calc(10vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    font-size: calc(20vw / var(--setSize--mobile));
    font-weight: 800;
    line-height: calc(30vw / var(--setSize--mobile));
    text-transform: uppercase;
    background: #020202;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .slide__slides--text strong span {
    width: calc(4vw / var(--setSize--mobile));
    height: calc(4vw / var(--setSize--mobile));
    margin: 0px calc(15vw / var(--setSize--mobile));
    font-size: 0;
    background: var(--default--color--1);
  }
  .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(40vw / var(--setSize--mobile));
    height: calc(200vw / var(--setSize--mobile));
    margin: calc(0vw / var(--setSize--mobile)) 0px 0px 0px;
    left: calc(-40vw / var(--setSize--mobile));
    bottom: 0%;
    position: absolute;
    z-index: 5;
    font-size: 0;
  }
  .owl-carousel-nav--1 .owl-nav .owl-next {
    float: left;
    width: calc(40vw / var(--setSize--mobile));
    height: calc(100vw / var(--setSize--mobile));
    position: relative;
    top: 0;
    right: calc(0vw / var(--setSize--mobile));
    font-size: 0;
    background: linear-gradient(20deg, rgba(255, 255, 255, 0) 52%, rgba(245, 130, 31, 0) 100%), url("images/owlNav_arrowRight.svg") center no-repeat !important;
    background-size: calc(11vw / var(--setSize--mobile)) !important;
  }
  .owl-carousel-nav--1 .owl-nav .owl-next:hover {
    background: linear-gradient(20deg, rgba(255, 255, 255, 0) 52%, rgba(245, 130, 31, 0.3) 100%), url("images/owlNav_arrowRight.svg") center no-repeat !important;
    background-size: calc(11vw / var(--setSize--mobile)) !important;
  }
  .owl-carousel-nav--1 .owl-nav .owl-prev {
    float: left;
    width: calc(40vw / var(--setSize--mobile));
    height: calc(100vw / var(--setSize--mobile));
    position: relative;
    top: 0;
    left: calc(0vw / var(--setSize--mobile));
    font-size: 0;
    background: linear-gradient(149deg, rgba(255, 255, 255, 0) 52%, rgba(245, 130, 31, 0) 100%), url("images/owlNav_arrowLeft.svg") center no-repeat !important;
    background-size: calc(11vw / var(--setSize--mobile)) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  .owl-carousel-nav--1 .owl-nav .owl-prev:hover {
    background: linear-gradient(149deg, rgba(255, 255, 255, 0) 52%, rgba(245, 130, 31, 0.3) 100%), url("images/owlNav_arrowLeft.svg") center no-repeat !important;
    background-size: calc(11vw / 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: absolute;
    left: 50%;
    bottom: calc(20vw / var(--setSize--mobile));
    z-index: 10;
    transform: translate(-50%);
  }
  .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));
  }
  .header.header--30 {
    font-size: calc(20vw / var(--setSize--mobile));
    font-weight: 500;
    line-height: calc(30vw / var(--setSize--mobile));
  }
  .header.header--40 {
    font-size: calc(25vw / var(--setSize--mobile));
    font-weight: 500;
    line-height: calc(30vw / var(--setSize--mobile));
  }
  .header.header--70 {
    font-size: calc(30vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(35vw / var(--setSize--mobile));
  }
  .home {
    overflow: hidden;
  }
  .homeOne {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeOne__left .header {
    font-size: calc(27vw / var(--setSize--mobile));
    line-height: calc(35vw / var(--setSize--mobile));
  }
  .homeOne__left .header span:nth-child(1) {
    color: var(--default--color--1);
  }
  .homeOne__left .header span:nth-child(2) {
    color: var(--default--color--2);
  }
  .homeOne__right {
    padding: 0px 0px 0px calc(0vw / var(--setSize--mobile));
  }
  .homeTwo {
    height: calc(267vw / var(--setSize--mobile));
    background: url(images/homeTwoHeader.svg) center left calc(20vw / var(--setSize--mobile)) no-repeat;
    background-size: auto 100%;
  }
  .homeThree {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeThree .header {
    text-align: left !important;
  }
  .homeThree .text__19.grid {
    margin: calc(0vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
    grid-column-gap: calc(380vw / var(--setSize--mobile)) !important;
    background: none !important;
  }
  .homeFour {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeFourList {
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .homeFourBox {
    height: calc(340vw / var(--setSize--mobile));
  }
  .homeFourBox:before {
    content: "";
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    background-image: linear-gradient(180deg, rgba(89, 131, 252, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  }
  .homeFourBox.off--hover:hover .homeFourBox__header {
    bottom: calc(300vw / var(--setSize--mobile));
  }
  .homeFourBox.off--hover:hover .homeFourBox__inside {
    opacity: 1;
  }
  .homeFourBox__header {
    position: absolute;
    left: 0;
    bottom: calc(20vw / var(--setSize--mobile));
    padding: 0px calc(40vw / var(--setSize--mobile));
    font-size: calc(30vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(40vw / var(--setSize--mobile));
    z-index: 4;
  }
  .homeFourBox__inside {
    height: 100%;
    padding: 0px calc(40vw / var(--setSize--mobile));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    background: var(--default--color--1);
    opacity: 0;
  }
  .homeFourBox__name {
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) 0px;
    font-size: calc(30vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(40vw / var(--setSize--mobile));
    z-index: 4;
  }
  .homeFive {
    padding: calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: url(images/homeFiveBg.jpg) center bottom no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
  }
  .homeSix {
    padding: 0px 0px calc(40vw / var(--setSize--mobile)) 0px;
    flex-direction: row-reverse !important;
  }
  .homeSix__left {
    padding: 0px 0px 0px calc(0vw / var(--setSize--mobile));
  }
  .homeSix__right {
    padding: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .homeSix__right .header span {
    color: var(--default--color--2);
  }
  .homeSevenBox {
    float: left;
    width: 100%;
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) 0px;
  }
  .homeSevenBox.homeSevenBox__3 {
    display: none !important;
  }
  .homeSevenBox .galleryFoto {
    height: 100%;
  }
  .homeEight {
    padding: 0px 0px calc(0vw / var(--setSize--mobile)) 0px;
  }
  .homeEight__left {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .homeEight__right {
    padding: calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px 0px;
  }
  .homeEight__right .header span {
    color: var(--default--color--1);
  }
  .about {
    overflow: hidden;
    background: url(images/aboutOneBg.jpg) top calc(-120vw / var(--setSize--mobile)) right no-repeat;
    background-size: 100%;
  }
  .aboutOne__left {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .aboutTwo {
    padding: calc(30vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(30vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .aboutTwo__left {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px 0px;
  }
  .aboutTwo__right {
    padding: calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .aboutThree {
    flex-direction: row-reverse !important;
    padding: calc(30vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: url(images/aboutThreeBg.jpg) top right no-repeat;
    background-size: 100%;
  }
  .aboutThree__left {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px 0px;
  }
  .aboutThree__left .mainFoto {
    width: 100%;
  }
  .aboutThree__right {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .aboutFour {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: url(images/aboutFourBg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .aboutFour__left {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px 0px;
  }
  .aboutFour__right {
    padding: calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .aboutFive {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    flex-direction: row-reverse !important;
    background: url(images/aboutThreeBg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .aboutFive__left {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .aboutFive__right {
    padding: calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px 0px;
  }
  .aboutSix {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: url(images/aboutSixBg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .offer {
    padding: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
    overflow: hidden;
    background: url(images/aboutThreeBg.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .offerOne {
    padding: calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    flex-direction: row-reverse !important;
  }
  .offerOne__left {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .offerOne__right {
    padding: calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .templateOne {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    flex-direction: row-reverse !important;
    background: #fff;
  }
  .templateOne.offerTemplate--84 {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .templateOne__left {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .templateOne__right {
    padding: calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .templateTwo {
    padding: calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .templateTwo__left {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .templateTwo__right {
    padding: calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .templateThree {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile));
    background: #fff;
  }
  .templateThree .owl-carousel, .templateThree .owl-item {
    height: auto !important;
  }
  .templateThree__inside {
    width: 100% !important;
  }
  .templateThreeList {
    width: 100% !important;
  }
  .templateThreeList .owl-nav {
    display: block !important;
  }
  .templateThreeBox__inside {
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .templateThreeBox__name {
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
    padding: calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile));
    border-left: calc(6vw / var(--setSize--mobile)) solid var(--default--color--1);
  }
  .templateThreeBox__text {
    padding: 0px calc(20vw / var(--setSize--mobile)) 0px calc(40vw / var(--setSize--mobile)) !important;
  }
  .templateFour {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #F2F2F2;
  }
  .templateFive {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #fff;
  }
  .faqOneList {
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .faqBox {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .faqBox:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .faqBox__up {
    height: calc(70vw / var(--setSize--mobile));
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px calc(60vw / var(--setSize--mobile));
  }
  .faqBox__up:before {
    content: " ";
    float: right;
    width: calc(60vw / var(--setSize--mobile));
    height: calc(70vw / var(--setSize--mobile));
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/faqArrow.svg) center no-repeat;
    background-size: calc(16vw / var(--setSize--mobile));
  }
  .faqBox__up.active .header {
    color: var(--default--color--1) !important;
  }
  .faqBox__up.active:before {
    rotate: 180deg;
  }
  .faqBox__up .header.fs-25 {
    font-size: calc(20vw / var(--setSize--mobile)) !important;
    line-height: calc(25vw / var(--setSize--mobile)) !important;
  }
  .faqBox__down {
    padding: calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile));
  }
  .faqBox__down .text__19.table__2in table tr td table tr td {
    padding: calc(10vw / var(--setSize--mobile)) 0px calc(10vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile));
    border-left: calc(5vw / var(--setSize--mobile)) solid var(--default--color--1);
  }
  .templateSix {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: url(images/templateSixBg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .templateSix .text__19 {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px !important;
  }
  .templateSix .text__19 table {
    float: left;
    width: 100%;
    height: auto !important;
    position: relative;
  }
  .templateSix .text__19 table tr td {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(40vw / var(--setSize--mobile));
    grid-row-gap: calc(40vw / var(--setSize--mobile));
  }
  .templateSix .text__19 table tr td table tr:nth-child(1) td {
    padding: 0px 0px calc(20vw / var(--setSize--mobile));
  }
  .templateSix .text__19 table tr td table tr:nth-child(2) td {
    padding: 0px 0px calc(10vw / var(--setSize--mobile)) 0px;
    vertical-align: top;
  }
  .templateSix .text__19 table tr td table tr:nth-child(3) td {
    vertical-align: top;
  }
  .templateSix .text__19 table tr td table tr td {
    display: table-cell !important;
  }
  .templateSix .text__19 table tr td table tr td strong {
    font-size: calc(30vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(35vw / var(--setSize--mobile));
  }
  .templateSix .text__19 table tr td table tr td img {
    width: auto !important;
    height: calc(136vw / var(--setSize--mobile)) !important;
  }
  .templateSix.offerTemplate--55.offerTemplate--55 .custom--img--55--1 {
    height: calc(96vw / var(--setSize--mobile)) !important;
  }
  .templateSix.offerTemplate--55.offerTemplate--55 .custom--img--55--2 {
    height: calc(124vw / var(--setSize--mobile)) !important;
  }
  .templateSix.offerTemplate--55.offerTemplate--55 img {
    height: calc(110vw / var(--setSize--mobile)) !important;
  }
  .templateSix.offerTemplate--71.offerTemplate--71 img {
    height: calc(110vw / var(--setSize--mobile)) !important;
  }
  .templateSix.offerTemplate--66.offerTemplate--66 .text__19 table tr td, .templateSix.offerTemplate--89.offerTemplate--89 .text__19 table tr td, .templateSix.offerTemplate--104.offerTemplate--104 .text__19 table tr td {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(40vw / var(--setSize--mobile));
    grid-row-gap: calc(40vw / var(--setSize--mobile));
  }
  .templateSix.offerTemplate--89.offerTemplate--89 .custom--img--55--2 {
    height: calc(95vw / var(--setSize--mobile)) !important;
  }
  .templateSeven {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #fff;
  }
  .templateEight {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: url(images/templateEightBg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .templateNine {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: url(images/templateSixBg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .templateNine .text__19 {
    margin: calc(0vw / var(--setSize--mobile)) 0px 0px 0px !important;
  }
  .templateNine .text__19 strong {
    font-size: calc(30vw / var(--setSize--mobile));
    font-weight: 500;
    line-height: calc(40vw / var(--setSize--mobile));
  }
  .templateNine .text__19 table {
    float: left;
    width: 100%;
    height: auto !important;
    position: relative;
    margin: 0px 0px calc(30vw / var(--setSize--mobile)) 0px;
    font-size: calc(24vw / var(--setSize--mobile));
    font-weight: 500;
    line-height: calc(30vw / var(--setSize--mobile));
  }
  .templateNine .text__19 table tr td {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: calc(50vw / var(--setSize--mobile));
    grid-row-gap: calc(20vw / var(--setSize--mobile));
    text-align: center;
  }
  .templateNine .text__19 table tr td table {
    margin: 0;
  }
  .templateNine .text__19 table tr td table tr:nth-child(1) td {
    height: calc(200vw / var(--setSize--mobile)) !important;
  }
  .templateNine .text__19 table tr td table tr:nth-child(2) td {
    vertical-align: top;
  }
  .templateNine .text__19 table tr td table tr td {
    display: table-cell !important;
  }
  .templateNine .text__19 table tr td table tr td strong {
    font-size: calc(25vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(30vw / var(--setSize--mobile));
  }
  .templateNine .text__19 table tr td table tr td img {
    width: auto !important;
    height: calc(126vw / var(--setSize--mobile)) !important;
  }
  .templateTen {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #fff;
  }
  .templateTen .templateThree__inside {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile));
  }
  .templateTen.offerTemplate--62 {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: none;
  }
  .templateTen.offerTemplate--62 .templateThreeList {
    height: calc(420vw / var(--setSize--mobile));
  }
  .templateTen.offerTemplate--67, .templateTen.offerTemplate--90 {
    background: none;
  }
  .templateTen.offerTemplate--67 .templateThreeList, .templateTen.offerTemplate--90 .templateThreeList {
    height: calc(420vw / var(--setSize--mobile));
  }
  .blog {
    overflow: hidden;
  }
  .blogOne {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .blogBox {
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
  }
  .blogBox:hover .blogBox__foto .mainFoto .img {
    transform: scale(1.05);
  }
  .blogBox__foto {
    overflow: hidden;
  }
  .blogBox__foto .mainFoto .img {
    transition: all 0.3s ease-in-out;
  }
  .blogBox__inside {
    padding: calc(30vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .blogBox__name {
    color: var(--header--color--1);
    font-size: calc(30vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(35vw / var(--setSize--mobile));
  }
  .blogBox__date {
    margin: calc(0vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile)) 0px;
    color: var(--default--color--1);
    font-size: calc(20vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(20vw / var(--setSize--mobile));
  }
  .page--idk--2 h2 {
    padding: calc(20vw / var(--setSize--mobile)) 0px calc(10vw / var(--setSize--mobile)) 0px;
  }
  .contact {
    margin: calc(0vw / var(--setSize--mobile)) 0px 0px 0px;
    overflow: hidden;
    z-index: 8;
  }
  .contact a {
    color: var(--text--color--1) !important;
  }
  .contact a:hover {
    color: var(--default--color--1) !important;
  }
  .contactOne {
    padding: calc(0vw / var(--setSize--mobile)) 0px;
  }
  .contactOne__inside {
    background: #F6F5F5;
  }
  .contactOne__left {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .contactOne__right {
    height: calc(350vw / var(--setSize--mobile));
  }
  .contactTwo {
    padding: calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .contactTwo .text__19 {
    padding: 0px calc(0vw / var(--setSize--mobile)) !important;
  }
  .contactTwo .text__19 h3 {
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) 0px;
    color: var(--header--color--1) !important;
    font-size: calc(22vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(30vw / var(--setSize--mobile));
  }
  .contactTwo .text__19 strong {
    font-size: calc(18vw / var(--setSize--mobile));
    line-height: calc(30vw / var(--setSize--mobile));
  }
  .contactTwo .text__19 table {
    float: left;
    width: 100% !important;
    height: auto !important;
    margin: 0px 0px calc(30vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px 0px;
  }
  .contactTwo .text__19 table:nth-child(1) tr td table:nth-child(1) {
    width: 100% !important;
  }
  .contactTwo .text__19 table:nth-child(1) tr td table:nth-child(2) {
    width: 100% !important;
  }
  .contactTwo .text__19 table:nth-child(1) tr td table:nth-child(3) {
    width: 100% !important;
  }
  .contactTwo .text__19 table:last-child {
    margin: 0px 0px calc(0vw / var(--setSize--mobile)) 0px;
  }
  .contactTwo .text__19 table:last-child tr td table:nth-child(1) {
    width: 100% !important;
  }
  .contactTwo .text__19 table:last-child tr td table:nth-child(2) {
    width: 100% !important;
  }
  .footer {
    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));
    background: #191718;
  }
  .footer__up {
    padding: calc(100vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .footer__logo {
    width: calc(240vw / var(--setSize--mobile));
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
  }
  .footer__text {
    width: 100%;
    padding: calc(20vw / var(--setSize--mobile)) 0px 0px 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/contactIcon_1.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(40vw / var(--setSize--mobile));
  }
  .footer__text table:nth-child(2) {
    background: url(images/contactIcon_2.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(40vw / var(--setSize--mobile));
  }
  .footer__text table:nth-child(3) {
    margin: 0;
    background: url(images/contactIcon_3.svg) center left no-repeat;
    background-size: calc(24vw / var(--setSize--mobile));
  }
  .footer__text table:nth-child(3) tr td {
    padding: 0px 0px 0px calc(40vw / var(--setSize--mobile));
  }
  .footer__up--right {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .footer__down {
    padding: calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(40vw / 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(40vw / var(--setSize--mobile)) 0px calc(40vw / 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: #5E5E5E;
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(24vw / 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%;
    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-top: 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__li:last-child {
    display: none !important;
  }
  .dir__href {
    float: left;
    position: relative;
    color: #fff;
    font-size: calc(16vw / var(--setSize--mobile));
    font-weight: 300;
    line-height: calc(16vw / 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(20vw / var(--setSize--mobile)) 0px calc(20vw / 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;
    margin: 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;
  }
  .defaultMore {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #F2F2F2;
  }
  .defaultMore .blogList {
    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 */