@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: 100%;
    height: calc(60vw / var(--setSize--mobile));
    position: relative;
  }
  .buyFixed {
    display: none !important;
    width: calc(220vw / var(--setSize--mobile));
    position: fixed;
    right: 0;
    bottom: calc(120vw / var(--setSize--mobile));
    z-index: 60;
  }
  .buyFixed.buyFixedMargin {
    bottom: calc(120vw / var(--setSize--mobile));
  }
  .buyFixed__img {
    float: left;
    width: 100%;
    position: relative;
  }
  .buy__text {
    width: calc(125vw / var(--setSize--mobile));
    position: absolute;
    top: calc(126vw / var(--setSize--mobile));
    left: 0;
    color: #000;
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(18vw / var(--setSize--mobile));
    text-transform: uppercase;
    text-align: center;
  }
  .wrapper {
    float: left;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    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);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 30;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
  }
  .wrapper:before {
    content: " ";
    float: left;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
  }
  .wrapper__logo {
    float: left;
    width: calc(180vw / var(--setSize--mobile));
    position: absolute;
    left: calc(5vw / var(--setSize--mobile));
    top: calc(5vw / var(--setSize--mobile));
    margin: calc(0vw / var(--setSize--mobile)) 0px 0px calc(0vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
    z-index: 8;
  }
  .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 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    z-index: 6;
  }
  .wrapper__menu--name {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px calc(5vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
  }
  .wrapper__menu--name.wrapper__menu--active .wrapper__menu--href {
    background: 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 {
    background: 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%;
    height: calc(50vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px calc(35vw / var(--setSize--mobile)) 0px calc(35vw / var(--setSize--mobile));
    color: #000;
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(18vw / var(--setSize--mobile));
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    justify-content: flex-end !important;
    border-radius: calc(20vw / var(--setSize--mobile));
  }
  .wrapper__menu--href:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0%;
    height: calc(2vw / var(--setSize--mobile));
    background-color: var(--default--color--1);
    transition: all 0.2s ease-in-out;
  }
  .wrapper__menu--hr {
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px calc(1vw / var(--setSize--mobile)) 0px calc(1vw / var(--setSize--mobile));
  }
  .wrapper__menu .subMenu {
    float: left;
    width: 100%;
    margin: calc(5vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    background: rgba(0, 0, 0, 0.05);
    z-index: 5;
    border-radius: calc(20vw / var(--setSize--mobile));
    overflow: hidden;
    text-align: right;
  }
  .wrapper__menu .wrapper__menu--name:hover .subMenu {
    display: block;
    opacity: 1;
  }
  .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: right;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(12vw / var(--setSize--mobile)) calc(30vw / var(--setSize--mobile)) calc(12vw / var(--setSize--mobile)) calc(30vw / var(--setSize--mobile));
    color: #393939;
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(18vw / var(--setSize--mobile));
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
  }
  .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 {
    background-color: var(--default--color--2);
  }
  .wrapper__menu .subMenu__href:hover, .wrapper__menu .subMenu__href.subMenu__active {
    color: #fff;
    background: var(--default--color--2);
  }
  .wrapper__other {
    float: left;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    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));
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    justify-content: space-between !important;
    flex-direction: row-reverse !important;
  }
  .wrapper__buy {
    float: left;
  }
  .wrapper__buy .wrapper__menu--name {
    margin: 0;
  }
  .wrapper__buy .wrapper__menu--name:hover .wrapper__menu--href {
    color: #fff;
    background: var(--default--color--2);
  }
  .wrapper__social {
    float: left;
    position: relative;
    margin: 0px 0px 0px calc(0vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
  }
  .wrapper__social--href {
    float: left;
    width: calc(40vw / var(--setSize--mobile));
    height: calc(40vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px calc(1vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
    border-radius: calc(20vw / var(--setSize--mobile));
  }
  .wrapper__social--href:first-child {
    margin: 0;
  }
  .wrapper__social--href:hover {
    background: var(--default--color--2);
  }
  .wrapper__social--href:hover .wrapper__social--img {
    filter: invert(1) brightness(100);
  }
  .wrapper__social--href:hover .wrapper__social--img--1 {
    width: calc(7vw / var(--setSize--mobile));
  }
  .wrapper__social--href:hover .wrapper__social--img--2 {
    width: calc(14vw / var(--setSize--mobile));
  }
  .wrapper__social--href:hover .wrapper__social--img--3 {
    width: calc(12vw / 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(9vw / var(--setSize--mobile));
  }
  .wrapper__social--img.wrapper__social--img--2 {
    width: calc(18vw / var(--setSize--mobile));
  }
  .wrapper__social--img.wrapper__social--img--3 {
    width: calc(16vw / var(--setSize--mobile));
  }
  .wrapper__lang {
    float: left;
    width: calc(90vw / var(--setSize--mobile));
    height: calc(50vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px calc(0vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
    border-left: 1px solid var(--default--color--1);
    border-right: 1px solid var(--default--color--1);
  }
  .wrapper__lang--href {
    float: left;
    width: calc(40vw / var(--setSize--mobile));
    height: calc(40vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px calc(0vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
    color: #000;
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(18vw / var(--setSize--mobile));
    text-transform: uppercase;
    text-decoration: none;
    border-radius: calc(20vw / var(--setSize--mobile));
  }
  .wrapper__lang--href:hover {
    color: #fff;
    font-size: calc(14vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(14vw / var(--setSize--mobile));
    background: var(--default--color--2);
  }
  .wrapper.smallWrapper {
    height: auto;
  }
  .wrapper.smallWrapper .wrapper__logo {
    width: calc(110vw / var(--setSize--mobile));
  }
  .page--5 .slide {
    height: calc(650vw / var(--setSize--mobile));
  }
  .page--5 .slide .slide__slides--inside {
    padding: 0px calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .slide {
    float: left;
    width: 100%;
    height: calc(450vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    z-index: 5;
    overflow: hidden;
  }
  .slide:before {
    content: " ";
    float: left;
    width: 100%;
    height: calc(185vw / var(--setSize--mobile));
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(images/slideLine.png) left bottom repeat-x;
    background-size: auto 100%;
    z-index: 10;
  }
  .slide__carousel {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    z-index: 6;
  }
  .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(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) 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(18vw / var(--setSize--mobile));
    font-weight: 500;
    line-height: calc(26vw / 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: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 calc(10vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px 0px;
    font-size: calc(40vw / var(--setSize--mobile));
    font-weight: 800;
    line-height: calc(40vw / var(--setSize--mobile));
    text-align: center;
    text-transform: uppercase;
  }
  .slide__slides--text em {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px 0px;
    font-style: normal;
    color: var(--default--color--1);
    font-size: calc(25vw / var(--setSize--mobile));
    font-weight: 800;
    line-height: calc(30vw / var(--setSize--mobile));
    text-align: center;
  }
  .slide__slides--text a {
    float: left;
    height: calc(70vw / var(--setSize--mobile));
    position: relative;
    margin: calc(30vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: 0px calc(30vw / var(--setSize--mobile)) 0px calc(30vw / var(--setSize--mobile));
    color: var(--header--color--1);
    font-size: calc(20vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(20vw / var(--setSize--mobile));
    text-decoration: none;
    text-transform: uppercase;
    background: var(--default--color--1);
    border-radius: calc(20vw / var(--setSize--mobile));
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    transition: all 0.3s ease-in-out;
  }
  .slide__slides--text a:hover {
    color: #fff;
    background: var(--default--color--2);
  }
  .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(60vw / var(--setSize--mobile));
    height: calc(60vw / var(--setSize--mobile));
    position: absolute;
    top: 0;
    right: calc(-15vw / 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;
    border-radius: 50%;
  }
  .owl-carousel-nav--1 .owl-nav .owl-prev {
    float: left;
    width: calc(60vw / var(--setSize--mobile));
    height: calc(60vw / var(--setSize--mobile));
    position: absolute;
    top: 0;
    left: calc(-15vw / 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;
    border-radius: 50%;
  }
  .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 {
    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: 800;
    line-height: calc(50vw / var(--setSize--mobile));
    text-transform: uppercase;
  }
  .header.beforeHeaderSmall {
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) 0px;
  }
  .headerSmall {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px calc(30vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px 0px;
    color: var(--header--color--2);
    font-size: calc(25vw / var(--setSize--mobile));
    font-weight: 800;
    line-height: calc(30vw / var(--setSize--mobile));
  }
  .home {
    margin: 0px 0px calc(0vw / var(--setSize--mobile)) 0px;
    z-index: 4;
    overflow: hidden;
  }
  .homeOne {
    padding: calc(40vw / var(--setSize--mobile)) 0px calc(60vw / var(--setSize--mobile)) 0px;
    z-index: 6;
  }
  .homeOne__left {
    padding: 0px 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(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeOne__time {
    width: 100%;
    padding: calc(15vw / var(--setSize--mobile));
    background: var(--default--color--1);
    border-radius: calc(20vw / var(--setSize--mobile));
  }
  .homeOne__time .mainFoto {
    border-radius: calc(20vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .homeOne__timeEvent {
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px calc(0vw / var(--setSize--mobile));
  }
  .homeOne__timeEvent--img {
    width: calc(33vw / var(--setSize--mobile));
    margin: calc(4vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) 0px 0px;
  }
  .homeOne__timeEvent--name {
    color: #fff;
    font-size: calc(20vw / var(--setSize--mobile));
    font-weight: 800;
    line-height: calc(20vw / var(--setSize--mobile));
    text-transform: uppercase;
  }
  .homeOne__timeEvent--date {
    margin: 0px 0px 0px calc(55vw / var(--setSize--mobile));
    color: #fff;
    font-size: calc(20vw / var(--setSize--mobile));
    font-weight: 800;
    line-height: calc(20vw / var(--setSize--mobile));
    text-transform: uppercase;
  }
  .homeOne__timeEvent--date .hr {
    float: left;
    width: 3px;
    height: calc(18vw / var(--setSize--mobile));
    position: relative;
    margin: calc(3vw / var(--setSize--mobile)) calc(15vw / var(--setSize--mobile)) 0px calc(15vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
    background: rgba(255, 255, 255, 0.2);
  }
  .homeTwo {
    margin: calc(-60vw / var(--setSize--mobile)) 0px 0px 0px;
    z-index: 4;
  }
  .homeTwo__line {
    height: calc(140vw / var(--setSize--mobile));
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: url(images/homeTwoLine.png) top center repeat-x;
    background-size: cover;
  }
  .homeTwo__inside {
    margin: calc(0vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: 0px calc(20vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: url(images/homeTwoBg.jpg) bottom left no-repeat;
    background-size: cover;
  }
  .homeTwo__left {
    margin: calc(-20vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px 0px;
    z-index: 12;
  }
  .homeTwo__left--inside {
    padding: 0px calc(0vw / var(--setSize--mobile)) calc(15vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
    background: var(--default--color--1);
    border-radius: calc(20vw / var(--setSize--mobile));
  }
  .homeTwo__left--inside .mainFoto {
    height: 100%;
    border-radius: calc(20vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .homeTwo__right {
    padding: calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(100vw / var(--setSize--mobile)) 0px;
    z-index: 12;
  }
  .homeTwo__img {
    float: right;
    width: calc(260vw / var(--setSize--mobile));
    position: absolute;
    top: calc(200vw / var(--setSize--mobile));
    right: 0;
    z-index: 14;
    pointer-events: none !important;
  }
  .homeThree {
    padding: calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile));
  }
  .homeThreeList {
    height: calc(510vw / var(--setSize--mobile));
    margin: calc(30vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .homeThreeList__inside {
    height: calc(510vw / var(--setSize--mobile));
  }
  .homeThreeBox {
    height: calc(510vw / var(--setSize--mobile));
  }
  .homeThreeBox:before {
    content: " ";
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--default--color--1);
    border-radius: calc(20vw / var(--setSize--mobile));
    overflow: hidden;
    z-index: 2;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .homeThreeBox__inside {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px calc(10vw / var(--setSize--mobile));
    z-index: 4;
    border-radius: calc(20vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .homeThreeBox__foto {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border-radius: calc(20vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .homeThreeBox__inside {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
  }
  .homeThreeBox__foto {
    height: 100%;
    z-index: 4;
  }
  .homeThreeBox__foto:before {
    content: " ";
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%);
    z-index: 6;
    transition: all 0.3s ease-in-out;
  }
  .homeThreeBox__foto:after {
    content: " ";
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 6;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .homeThreeBox__information {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: calc(30vw / var(--setSize--mobile)) calc(50vw / var(--setSize--mobile)) 0px calc(50vw / var(--setSize--mobile));
    z-index: 8;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .homeThreeBox__information:before {
    content: " ";
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(0deg, rgb(255, 193, 20) 0%, rgba(0, 0, 0, 0) 50%);
    z-index: 6;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .homeThreeBox__name {
    padding: 0px 0px calc(60vw / var(--setSize--mobile)) 0px;
    z-index: 10;
  }
  .homeThreeBox__text {
    z-index: 10;
  }
  .homeThreeBox__more {
    z-index: 10;
  }
  .homeThreeBox:before {
    opacity: 1;
  }
  .homeThreeBox .homeThreeBox__foto:after {
    opacity: 1;
  }
  .homeThreeBox .homeThreeBox__information {
    padding: calc(0vw / var(--setSize--mobile)) calc(50vw / var(--setSize--mobile)) 0px calc(50vw / var(--setSize--mobile));
  }
  .homeThreeBox .homeThreeBox__information:before {
    opacity: 1;
  }
  .homeThreeBox .homeThreeBox__information .homeThreeBox__name {
    padding: 0;
  }
  .homeFour {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeFour__text {
    font-weight: 800 !important;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-row-gap: calc(10vw / var(--setSize--mobile)) !important;
    grid-column-gap: calc(10vw / var(--setSize--mobile)) !important;
    font-size: calc(14vw / var(--setSize--mobile)) !important;
    line-height: calc(20vw / var(--setSize--mobile)) !important;
  }
  .homeFour__text strong {
    color: var(--default--color--2);
    font-size: calc(30vw / var(--setSize--mobile));
    font-weight: 800;
    line-height: calc(40vw / var(--setSize--mobile));
  }
  .homeFour__text table {
    float: left;
    width: 100% !important;
    height: auto !important;
    position: relative;
  }
  .homeFour__text table:nth-child(1) img {
    width: calc(81vw / var(--setSize--mobile));
    height: auto !important;
  }
  .homeFour__text table:nth-child(2) img {
    width: calc(49vw / var(--setSize--mobile));
    height: auto !important;
  }
  .homeFour__text table:nth-child(3) img {
    width: calc(74vw / var(--setSize--mobile));
    height: auto !important;
  }
  .homeFour__text table:nth-child(4) img {
    width: calc(139vw / var(--setSize--mobile));
    height: auto !important;
  }
  .homeFour__text table:nth-child(5) img {
    width: calc(110vw / var(--setSize--mobile));
    height: auto !important;
  }
  .homeFour__text table:nth-child(6) img {
    width: calc(97vw / var(--setSize--mobile));
    height: auto !important;
  }
  .homeFour__text table tr:nth-child(1) td {
    height: calc(140vw / var(--setSize--mobile)) !important;
  }
  .homeFour__text table tr:nth-child(2) td {
    height: calc(50vw / var(--setSize--mobile)) !important;
  }
  .homeFour__text table tr:nth-child(3) td {
    height: auto !important;
    padding: calc(10vw / var(--setSize--mobile)) calc(10vw / var(--setSize--mobile)) 0px calc(10vw / var(--setSize--mobile));
    vertical-align: top;
    text-transform: uppercase;
  }
  .homeFive {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    border-radius: calc(20vw / var(--setSize--mobile) * 2);
  }
  .homeFive .header {
    font-size: calc(30vw / var(--setSize--mobile)) !important;
    line-height: calc(40vw / var(--setSize--mobile)) !important;
  }
  .homeSix {
    padding: calc(60vw / var(--setSize--mobile)) 0px calc(60vw / var(--setSize--mobile)) 0px;
    flex-direction: row-reverse !important;
  }
  .homeSix__left {
    padding: 0px calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile));
  }
  .homeSix__left .mainFoto {
    border-radius: calc(20vw / var(--setSize--mobile));
    border-radius: calc(20vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .homeSix__left--one {
    float: left;
    width: calc(215vw / var(--setSize--mobile));
    height: calc(125vw / var(--setSize--mobile));
    position: absolute;
    top: calc(-20vw / var(--setSize--mobile));
    left: calc(40vw / var(--setSize--mobile));
    z-index: 8;
  }
  .homeSix__left--one .galleryFoto {
    height: 100%;
  }
  .homeSix__left--one:before {
    content: "";
    float: left;
    width: calc(215vw / var(--setSize--mobile));
    height: calc(135vw / var(--setSize--mobile));
    position: absolute;
    top: calc(vw / var(--setSize--mobile));
    left: calc(10vw / var(--setSize--mobile));
    background: var(--default--color--1);
    border-radius: calc(20vw / var(--setSize--mobile) * 1);
    overflow: hidden;
  }
  .homeSix__left--one .galleryFoto {
    border-radius: calc(20vw / var(--setSize--mobile) * 1);
    overflow: hidden;
  }
  .homeSix__left--two {
    float: left;
    width: 45%;
    height: calc(125vw / var(--setSize--mobile));
    position: absolute;
    bottom: calc(-20vw / var(--setSize--mobile));
    right: calc(40vw / var(--setSize--mobile));
    z-index: 8;
  }
  .homeSix__left--two .galleryFoto {
    height: 100%;
  }
  .homeSix__left--two:before {
    content: "";
    float: left;
    width: calc(215vw / var(--setSize--mobile));
    height: calc(135vw / var(--setSize--mobile));
    position: absolute;
    top: calc(-10vw / var(--setSize--mobile));
    left: calc(-10vw / var(--setSize--mobile));
    background: #E53225;
    border-radius: calc(20vw / var(--setSize--mobile) * 1);
    overflow: hidden;
  }
  .homeSix__left--two .galleryFoto {
    border-radius: calc(20vw / var(--setSize--mobile) * 1);
    overflow: hidden;
  }
  .homeSix__right {
    padding: calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile));
  }
  .homeSix__right .header {
    font-size: calc(35vw / var(--setSize--mobile)) !important;
  }
  .homeSeven {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: url(images/homeSevenBg.jpg) top center repeat-x;
    background-size: cover;
    scroll-margin-top: calc(60vw / var(--setSize--mobile));
  }
  .homeSevenList {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .homeSevenBox {
    margin: 0px 0px calc(30vw / var(--setSize--mobile)) 0px;
    padding: calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile)) 0px;
    background: #fff;
    border-radius: calc(20vw / var(--setSize--mobile));
    box-shadow: 0px 0px 0px calc(5vw / var(--setSize--mobile)) rgb(215, 161, 16);
    text-decoration: none !important;
  }
  .homeSevenBox__name {
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) 0px;
    color: #000;
  }
  .homeSevenBox__name span {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #E53225;
    font-size: calc(30vw / var(--setSize--mobile));
  }
  .homeSevenBox__price {
    color: #000;
    font-size: calc(60vw / var(--setSize--mobile)) !important;
  }
  .homeSevenBox__currency {
    color: #C7C7C7;
  }
  .homeSevenBox__button {
    float: left;
    width: calc(235vw / var(--setSize--mobile));
    height: calc(75vw / var(--setSize--mobile));
    position: relative;
    margin: calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 800;
    line-height: calc(18vw / var(--setSize--mobile));
    text-transform: uppercase;
    background: url(images/buttonBuy.svg) center no-repeat;
    background-size: 100% 100%;
  }
  .homeSeven__text {
    width: auto !important;
    margin: calc(10vw / var(--setSize--mobile)) 0px 0px 0px !important;
    padding: calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(65vw / var(--setSize--mobile)) !important;
    background: #FFEFC2 url(images/homeSevenTextIcon.svg) center left calc(20vw / var(--setSize--mobile)) no-repeat;
    background-size: calc(32vw / var(--setSize--mobile));
    border-radius: calc(20vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .homeEight {
    padding: calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: url(images/homeEightBg.jpg) bottom center no-repeat;
    background-size: 100% auto;
    z-index: 4;
    scroll-margin-top: calc(60vw / var(--setSize--mobile));
  }
  .homeEight__text {
    margin: calc(0vw / var(--setSize--mobile)) 0px 0px 0px !important;
    font-size: calc(14vw / var(--setSize--mobile)) !important;
    font-weight: 300 !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .homeEight__text strong {
    color: #000;
    font-size: calc(20vw / var(--setSize--mobile));
    font-weight: 800;
    line-height: calc(30vw / var(--setSize--mobile));
    text-transform: uppercase;
  }
  .homeEight__text table {
    float: left;
    width: 100% !important;
    height: auto !important;
    position: relative;
    background: #FFEFC2;
    border-radius: calc(20vw / var(--setSize--mobile));
  }
  .homeEight__text table tbody {
    position: relative;
    z-index: 8;
  }
  .homeEight__text table:nth-child(1) img {
    width: calc(132vw / var(--setSize--mobile));
    height: auto !important;
  }
  .homeEight__text table:nth-child(2) img {
    width: calc(146vw / var(--setSize--mobile));
    height: auto !important;
  }
  .homeEight__text table:nth-child(3) img {
    width: calc(162vw / var(--setSize--mobile));
    height: auto !important;
  }
  .homeEight__text table:nth-child(4) img {
    width: calc(178vw / var(--setSize--mobile));
    height: auto !important;
  }
  .homeEight__text table tr {
    position: relative;
    z-index: 8;
  }
  .homeEight__text table tr:nth-child(1) td {
    height: calc(180vw / var(--setSize--mobile)) !important;
    padding: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
    vertical-align: bottom;
  }
  .homeEight__text table tr:nth-child(2) td {
    height: calc(70vw / var(--setSize--mobile)) !important;
  }
  .homeEight__text table tr:nth-child(3) td {
    height: auto !important;
    padding: calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(30vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    vertical-align: top;
  }
  .homeNine {
    margin: calc(0vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #fff;
    border-radius: calc(20vw / var(--setSize--mobile) * 3);
    z-index: 6;
    scroll-margin-top: calc(60vw / var(--setSize--mobile));
  }
  .homeNine__inside {
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .homeNine__text {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px !important;
    font-size: calc(16vw / var(--setSize--mobile)) !important;
    line-height: calc(18vw / var(--setSize--mobile)) !important;
  }
  .homeNine__text table {
    float: left;
    width: 100% !important;
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px !important;
  }
  .homeTen {
    padding: calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile)) 0px;
    overflow: hidden;
    scroll-margin-top: calc(60vw / var(--setSize--mobile));
  }
  .homeTen__line {
    height: calc(65vw / var(--setSize--mobile));
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: url(images/homeTenLine.png) top center repeat-x;
    background-size: cover;
  }
  .homeTen__inside {
    padding: calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #ffc214;
  }
  .homeTen__left {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px 0px;
    background: var(--default--color--1);
  }
  .homeTen__left .mainFoto .img {
    border-radius: calc(20vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .homeTen__right {
    padding: calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .homeEleven {
    padding: calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(160vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #ffc214;
    scroll-margin-top: calc(80vw / var(--setSize--mobile));
  }
  .homeEleven__inside {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .homeEleven__inside:before {
    content: " ";
    float: left;
    width: 100%;
    height: calc(130vw / var(--setSize--mobile));
    position: absolute;
    left: 0;
    top: calc(-20vw / var(--setSize--mobile));
    background: var(--default--color--2);
    border-radius: calc(20vw / var(--setSize--mobile));
    z-index: 4;
  }
  .homeEleven__inside:after {
    content: " ";
    float: left;
    width: 100%;
    height: calc(130vw / var(--setSize--mobile));
    position: absolute;
    left: 0;
    bottom: calc(-20vw / var(--setSize--mobile));
    background: #FFEFC2;
    border-radius: calc(20vw / var(--setSize--mobile));
    z-index: 4;
  }
  .homeEleven__inside--inner {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #fff;
    border-radius: calc(20vw / var(--setSize--mobile));
    overflow: hidden;
    z-index: 6;
  }
  .homeElevenList {
    margin: calc(0vw / var(--setSize--mobile)) 0px 0px 0px;
    grid-row-gap: 0 !important;
  }
  .homeElevenBox {
    margin: -1px 0px 0px 0px;
    padding: calc(15vw / var(--setSize--mobile)) 0px calc(15vw / var(--setSize--mobile)) 0px;
    border: 1px solid #C4C4C4;
  }
  .homeElevenBox__up {
    padding: 0px calc(20vw / var(--setSize--mobile)) 0px calc(50vw / var(--setSize--mobile));
    background: url(images/plus.svg) center left calc(20vw / var(--setSize--mobile)) no-repeat;
    background-size: calc(13vw / var(--setSize--mobile));
  }
  .homeElevenBox__up.active {
    background: url(images/minus.svg) center left calc(20vw / var(--setSize--mobile)) no-repeat;
    background-size: calc(13vw / var(--setSize--mobile));
  }
  .homeElevenBox__down {
    padding: calc(5vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(10vw / var(--setSize--mobile)) calc(50vw / var(--setSize--mobile));
  }
  .attractions {
    overflow: hidden;
  }
  .attractionBox {
    scroll-margin-top: calc(100vw / var(--setSize--mobile));
  }
  .attractionBox .header {
    font-size: calc(27vw / var(--setSize--mobile)) !important;
    line-height: calc(30vw / var(--setSize--mobile)) !important;
  }
  .attractionBox .text__19 {
    text-align: justify !important;
  }
  .attractionBoxOne {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    z-index: 2;
  }
  .attractionBoxOne__inside {
    padding: calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
    flex-direction: row-reverse !important;
  }
  .attractionBoxOne__left {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .attractionBoxOne__left::before {
    content: " ";
    float: left;
    width: 100%;
    height: calc(310vw / var(--setSize--mobile));
    position: absolute;
    left: ca1c(0vw/var(--setSize--mobile));
    top: 0;
    background: #54BF74;
    z-index: 2;
    border-radius: calc(20vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .attractionBoxOne__left .galleryFotoOwl {
    height: calc(300vw / var(--setSize--mobile));
    margin: 0px 0px 0px calc(0vw / var(--setSize--mobile));
    z-index: 5;
  }
  .attractionBoxOne__left .galleryFotoOwl .box {
    position: relative;
    z-index: 4;
    border-radius: calc(20vw / var(--setSize--mobile));
    border-radius: calc(20vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .attractionBoxOne__left .galleryFotoOwl.owl-carousel-nav--1 .owl-prev {
    left: calc(-15vw / var(--setSize--mobile)) !important;
  }
  .attractionBoxOne__left .galleryFotoOwl.owl-carousel-nav--1 .owl-next {
    right: calc(-15vw / var(--setSize--mobile)) !important;
  }
  .attractionBoxOne__right {
    padding: calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
  }
  .attractionBoxOne__right .text__19 em {
    color: var(--default--color--2);
    font-style: normal;
    font-size: calc(35vw / var(--setSize--mobile));
  }
  .attractionBoxTwo {
    margin: calc(0vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
    z-index: 6;
  }
  .attractionBoxTwo__line {
    height: calc(65vw / var(--setSize--mobile));
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: url(images/homeTenLine.png) top center repeat-x;
    background-size: cover;
  }
  .attractionBoxTwo__inside {
    padding: calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: var(--default--color--1);
  }
  .attractionBoxTwo__left {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .attractionBoxTwo__left::before {
    content: " ";
    float: left;
    width: 100%;
    height: calc(290vw / var(--setSize--mobile));
    position: absolute;
    right: calc(0vw / var(--setSize--mobile));
    top: 0;
    background: #54BF74;
    z-index: 2;
    border-radius: calc(20vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .attractionBoxTwo__left .galleryFotoOwl {
    height: calc(280vw / var(--setSize--mobile));
    margin: 0px 0px 0px calc(0vw / var(--setSize--mobile));
    z-index: 5;
  }
  .attractionBoxTwo__left .galleryFotoOwl .box {
    position: relative;
    z-index: 4;
    border-radius: calc(20vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .attractionBoxTwo__left .galleryFotoOwl.owl-carousel-nav--1 .owl-prev {
    left: calc(-15vw / var(--setSize--mobile)) !important;
    background: #FFEEBE url(images/owlNav_arrowLeftColor.svg) center no-repeat !important;
  }
  .attractionBoxTwo__left .galleryFotoOwl.owl-carousel-nav--1 .owl-next {
    right: calc(-15vw / var(--setSize--mobile)) !important;
    background: #FFEEBE url(images/owlNav_arrowRightColor.svg) center no-repeat !important;
  }
  .attractionBoxTwo__right {
    padding: calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .attractionBoxTwo__right .text__19 em {
    color: var(--default--color--2);
    font-style: normal;
    font-size: calc(35vw / var(--setSize--mobile));
  }
  .attractionBoxThree {
    margin: calc(0vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    z-index: 6;
  }
  .attractionBoxThree__inside .header {
    text-align: left !important;
  }
  .attractionBoxThree__inside .text__19 {
    text-align: justify !important;
  }
  .attractionBoxThree__inside .text__19 ul {
    text-align: left !important;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(30vw / var(--setSize--mobile));
    grid-row-gap: calc(10vw / var(--setSize--mobile));
  }
  .attractionBoxThree__inside .text__19 ul li strong {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px calc(5vw / var(--setSize--mobile)) 0px;
  }
  .attractionBoxThree__inside .galleryFotoOwl {
    height: calc(335vw / var(--setSize--mobile));
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .attractionBoxThree__inside .galleryFotoOwl .box {
    height: 100%;
    border-radius: calc(20vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .attractionBoxThree__inside .galleryFotoOwl.owl-carousel-nav--1 .owl-prev {
    left: calc(-15vw / var(--setSize--mobile)) !important;
  }
  .attractionBoxThree__inside .galleryFotoOwl.owl-carousel-nav--1 .owl-next {
    right: calc(-15vw / var(--setSize--mobile)) !important;
  }
  .attractionBoxFour {
    padding: calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(140vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
    z-index: 2;
    background-image: linear-gradient(0deg, rgb(0, 160, 47) 0%, rgb(148, 186, 47) 100%);
    border-top-left-radius: calc(20vw / var(--setSize--mobile));
    border-top-right-radius: calc(20vw / var(--setSize--mobile));
  }
  .attractionBoxFour__inside {
    padding: calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    flex-direction: row-reverse !important;
    overflow: hidden;
  }
  .attractionBoxFour__left {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .attractionBoxFour__left::before {
    content: " ";
    float: left;
    width: 100%;
    height: calc(320vw / var(--setSize--mobile));
    position: absolute;
    left: ca1c(0vw/var(--setSize--mobile));
    top: ca1c(10vw/var(--setSize--mobile));
    background: #54BF74;
    z-index: 2;
    border-radius: calc(20vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .attractionBoxFour__left .galleryFotoOwl {
    height: calc(310vw / var(--setSize--mobile));
    margin: 0px 0px 0px calc(0vw / var(--setSize--mobile));
    z-index: 5;
  }
  .attractionBoxFour__left .galleryFotoOwl .box {
    position: relative;
    z-index: 4;
    border-radius: calc(20vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .attractionBoxFour__left .galleryFotoOwl.owl-carousel-nav--1 .owl-prev {
    left: calc(-15vw / var(--setSize--mobile)) !important;
  }
  .attractionBoxFour__left .galleryFotoOwl.owl-carousel-nav--1 .owl-next {
    right: calc(-15vw / var(--setSize--mobile)) !important;
  }
  .attractionBoxFour__right {
    padding: calc(40vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
  }
  .attractionBoxFour__right .text__19 strong {
    float: left;
    width: 100%;
    position: relative;
  }
  .attractionBoxFour__line {
    height: calc(115vw / var(--setSize--mobile));
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(images/attractionBoxFourLine.png) top center repeat-x;
    background-size: cover;
  }
  .attractionBoxFive {
    margin: calc(0vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    z-index: 8;
    background: #fff;
    border-bottom-left-radius: calc(20vw / var(--setSize--mobile) * 1);
    border-bottom-right-radius: calc(20vw / var(--setSize--mobile) * 1);
  }
  .attractionBoxFive__inside .header {
    text-align: left !important;
  }
  .attractionBoxFive__inside .text__19 {
    text-align: justify !important;
  }
  .attractionBoxFive__inside .text__19 ul {
    text-align: left !important;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(20vw / var(--setSize--mobile));
    grid-row-gap: calc(20vw / var(--setSize--mobile));
  }
  .attractionBoxFive__inside .text__19 ul li {
    height: calc(230vw / var(--setSize--mobile));
    padding: 0px calc(40vw / var(--setSize--mobile)) !important;
    background: var(--default--color--1) !important;
    border-radius: calc(20vw / var(--setSize--mobile));
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .attractionBoxFive__inside .text__19 ul li strong {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) 0px;
  }
  .attractionBoxFive__inside .galleryFotoOwl {
    height: calc(335vw / var(--setSize--mobile));
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .attractionBoxFive__inside .galleryFotoOwl .box {
    height: 100%;
    border-radius: calc(20vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .attractionBoxFive__inside .galleryFotoOwl.owl-carousel-nav--1 .owl-prev {
    left: calc(-15vw / var(--setSize--mobile)) !important;
  }
  .attractionBoxFive__inside .galleryFotoOwl.owl-carousel-nav--1 .owl-next {
    right: calc(-15vw / var(--setSize--mobile)) !important;
  }
  .attractionBoxSix {
    margin: calc(-60vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: calc(120vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(180vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    z-index: 6;
    background: url(images/attractionBoxSixBg.jpg) bottom center no-repeat;
    background-size: cover;
  }
  .attractionBoxSix__inside {
    padding: calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile)) 0px;
  }
  .attractionBoxSix__left {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .attractionBoxSix__left::before {
    content: " ";
    float: left;
    width: 100%;
    height: calc(300vw / var(--setSize--mobile));
    position: absolute;
    right: calc(0vw / var(--setSize--mobile));
    top: calc(10vw / var(--setSize--mobile));
    background: var(--default--color--1);
    z-index: 2;
    border-radius: calc(20vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .attractionBoxSix__left .galleryFotoOwl {
    height: calc(300vw / var(--setSize--mobile));
    margin: 0px 0px 0px calc(0vw / var(--setSize--mobile));
    z-index: 5;
  }
  .attractionBoxSix__left .galleryFotoOwl .box {
    position: relative;
    z-index: 4;
    border-radius: calc(20vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .attractionBoxSix__left .galleryFotoOwl.owl-carousel-nav--1 .owl-prev {
    left: calc(-15vw / var(--setSize--mobile)) !important;
    background: #FFEEBE url(images/owlNav_arrowLeftColor.svg) center no-repeat !important;
  }
  .attractionBoxSix__left .galleryFotoOwl.owl-carousel-nav--1 .owl-next {
    right: calc(-15vw / var(--setSize--mobile)) !important;
    background: #FFEEBE url(images/owlNav_arrowRightColor.svg) center no-repeat !important;
  }
  .attractionBoxSix__right {
    padding: calc(60vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .attractionBoxSix__right .text__19 em {
    color: var(--default--color--2);
    font-style: normal;
    font-size: calc(35vw / var(--setSize--mobile));
  }
  .attractionBoxSeven {
    padding: calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .attractionBoxEight {
    margin: calc(0vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    z-index: 6;
    background: var(--default--color--1);
    border-radius: calc(20vw / var(--setSize--mobile));
  }
  .attractionBoxEight__inside .text__19 ul {
    text-align: left !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: calc(30vw / var(--setSize--mobile));
    grid-row-gap: calc(50vw / var(--setSize--mobile));
  }
  .attractionBoxEight__inside .text__19 ul li strong {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
  }
  .attractionBoxEight__inside .galleryFotoOwl {
    height: calc(335vw / var(--setSize--mobile));
    margin: calc(60vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .attractionBoxEight__inside .galleryFotoOwl .box {
    height: 100%;
    border-radius: calc(20vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .attractionBoxEight__inside .galleryFotoOwl.owl-carousel-nav--1 .owl-prev {
    left: calc(-15vw / var(--setSize--mobile)) !important;
    background: #FFEEBE url(images/owlNav_arrowLeftColor.svg) center no-repeat !important;
  }
  .attractionBoxEight__inside .galleryFotoOwl.owl-carousel-nav--1 .owl-next {
    right: calc(-15vw / var(--setSize--mobile)) !important;
    background: #FFEEBE url(images/owlNav_arrowRightColor.svg) center no-repeat !important;
  }
  .attractionBoxEight .galleryFotoOwl:before {
    content: "";
    float: left;
    width: calc(400vw / var(--setSize--mobile));
    height: calc(710vw / var(--setSize--mobile));
    position: absolute;
    left: calc(-150vw / var(--setSize--mobile));
    bottom: calc(-200vw / var(--setSize--mobile));
    background: url(images/attractionBoxEightLine.png) top left calc(-300vw / var(--setSize--mobile)) no-repeat;
    background-size: auto 100%;
    z-index: 4;
    pointer-events: none !important;
  }
  .attractionBoxEight .galleryFotoOwl:after {
    content: "";
    float: left;
    width: calc(400vw / var(--setSize--mobile));
    height: calc(710vw / var(--setSize--mobile));
    position: absolute;
    right: calc(-150vw / var(--setSize--mobile));
    bottom: calc(-200vw / var(--setSize--mobile));
    background: url(images/attractionBoxEightLine.png) top right calc(-200vw / var(--setSize--mobile)) no-repeat;
    background-size: auto 100%;
    z-index: 4;
    pointer-events: none !important;
  }
  .attractionBoxNine {
    margin: 0 !important;
    padding: calc(90vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile)) 0px;
  }
  .attractionBoxNine .attractionBoxTwo__inside {
    background: #fff !important;
  }
  .group {
    overflow: hidden;
  }
  .groupOne {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    scroll-margin-top: calc(200vw / var(--setSize--mobile));
  }
  .groupOne__text p {
    float: left;
    width: 100%;
    height: calc(220vw / var(--setSize--mobile));
    position: relative;
    margin: 0px calc(0vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
    padding: 0px calc(60vw / var(--setSize--mobile)) 0px calc(60vw / var(--setSize--mobile));
    background: var(--default--color--1);
    border-radius: calc(40vw / var(--setSize--mobile));
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .groupOne__text p:last-child {
    margin: 0px calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
  }
  .groupOne__text p:nth-child(1) {
    margin: 0px calc(0vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
  }
  .groupOne__text p:nth-child(3) {
    margin: 0px calc(0vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
  }
  .groupOne__text p em {
    float: left;
    width: calc(70vw / var(--setSize--mobile));
    height: calc(70vw / var(--setSize--mobile));
    position: absolute;
    top: 0;
    left: 50%;
    margin: calc(-35vw / var(--setSize--mobile)) 0px 0px calc(-35vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
    color: #fff;
    font-size: calc(30vw / var(--setSize--mobile));
    font-weight: 800;
    line-height: calc(30vw / var(--setSize--mobile));
    font-style: normal;
    background: var(--default--color--2);
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .groupOne__text p em:before {
    content: "";
    float: left;
    width: calc(70vw / var(--setSize--mobile));
    height: calc(70vw / var(--setSize--mobile));
    position: absolute;
    top: calc(-7vw / var(--setSize--mobile));
    left: calc(-7vw / var(--setSize--mobile));
    border: calc(7vw / var(--setSize--mobile)) solid rgba(0, 160, 47, 0.5);
    border-radius: 50%;
  }
  .groupTwo {
    padding: calc(180vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) !important;
    background: url(images/groupTwoBg.jpg) top center repeat-x;
    background-size: cover;
  }
  .groupTwo .text-white {
    color: var(--header--color--1) !important;
  }
  .groupTwo .homeSevenList .homeSevenBox__name span {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #E53225;
    font-size: calc(30vw / var(--setSize--mobile));
  }
  .groupTwo .homeSevenList .homeSevenBox__currency {
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
  }
  .groupTwo__inside {
    margin: calc(20vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile)) 0px;
  }
  .groupTwo__inside--text {
    width: 100% !important;
    font-size: calc(22vw / var(--setSize--mobile)) !important;
  }
  .groupTwo__inside--text.text-white {
    color: #fff !important;
  }
  .groupTwo__inside--text.text-white a {
    color: #fff !important;
  }
  .groupTwo__inside--text p {
    height: calc(60vw / var(--setSize--mobile));
    padding: 0px 0px 0px calc(70vw / var(--setSize--mobile));
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
  .groupTwo__inside--text p:nth-child(1) {
    margin: 0px 0px 0px calc(0vw / var(--setSize--mobile));
    background: url(images/bottomIcon_2.svg) center left no-repeat;
    background-size: calc(49vw / var(--setSize--mobile));
  }
  .groupTwo__inside--text p:nth-child(2) {
    margin: 0px 0px 0px calc(0vw / var(--setSize--mobile));
    background: url(images/bottomIcon_3.svg) center left no-repeat;
    background-size: calc(48vw / var(--setSize--mobile));
  }
  .groupTwo__files {
    width: 100%;
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px calc(30vw / var(--setSize--mobile));
    background: var(--default--color--1);
    border-radius: calc(20vw / var(--setSize--mobile));
  }
  .groupThree {
    padding: calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    scroll-margin-top: calc(100vw / var(--setSize--mobile));
  }
  .groupThree__inside {
    padding: calc(60vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile)) 0px;
    flex-direction: row-reverse !important;
  }
  .groupThree__left {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px 0px;
  }
  .groupThree__left::before {
    content: " ";
    float: left;
    width: 100%;
    height: calc(260vw / var(--setSize--mobile));
    position: absolute;
    left: ca1c(0vw/var(--setSize--mobile));
    top: 0;
    background: #54BF74;
    z-index: 2;
    border-radius: calc(20vw / var(--setSize--mobile));
    border-radius: calc(20vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .groupThree__left .galleryFotoOwl {
    height: calc(250vw / var(--setSize--mobile));
    margin: calc(10vw / var(--setSize--mobile)) 0px 0px calc(0vw / var(--setSize--mobile));
    z-index: 5;
  }
  .groupThree__left .galleryFotoOwl .box {
    position: relative;
    z-index: 4;
    border-radius: calc(20vw / var(--setSize--mobile));
    border-radius: calc(20vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .groupThree__left .galleryFotoOwl.owl-carousel-nav--1 .owl-prev {
    left: calc(-15vw / var(--setSize--mobile)) !important;
  }
  .groupThree__left .galleryFotoOwl.owl-carousel-nav--1 .owl-next {
    right: calc(-15vw / var(--setSize--mobile)) !important;
  }
  .groupThree__files {
    width: 100%;
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px calc(30vw / var(--setSize--mobile));
    background: var(--default--color--1);
    border-radius: calc(20vw / var(--setSize--mobile));
  }
  .groupThree__files .filesBoxFileImg {
    filter: invert(1) brightness(100);
  }
  .groupThree__files .filesBoxFileTitle {
    color: #fff;
  }
  .groupThree__right {
    padding: calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .groupThree__right .text__19 em {
    float: left;
    width: 100%;
    color: var(--default--color--2);
    font-style: normal;
    font-size: calc(35vw / var(--setSize--mobile));
  }
  .groupFour {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(120vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    overflow: hidden;
    background: var(--default--color--1);
    border-top-left-radius: calc(20vw / var(--setSize--mobile) * 2);
    border-top-right-radius: calc(20vw / var(--setSize--mobile) * 2);
  }
  .eventsOne {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .newsBox {
    margin: 0px 0px calc(40vw / var(--setSize--mobile)) 0px;
    border: 1px solid var(--default--color--1);
    border-radius: calc(20vw / var(--setSize--mobile) * 1);
  }
  .newsBox:nth-child(even) .newsBox__left {
    background: var(--default--color--1);
  }
  .newsBox__left {
    width: 100%;
    margin: -1px 0px 0px 0px;
    background: #54BF74;
    border-radius: calc(20vw / var(--setSize--mobile) * 1);
    overflow: hidden;
    padding: calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(10vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
  }
  .newsBox__left .mainFoto {
    border-radius: calc(20vw / var(--setSize--mobile) * 1);
    overflow: hidden;
  }
  .newsBox__right {
    width: 100%;
    padding: calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .newsBox__right .fs-35 {
    font-size: calc(23vw / var(--setSize--mobile)) !important;
    line-height: calc(30vw / var(--setSize--mobile)) !important;
  }
  .eventsTwo {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(120vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    overflow: hidden;
    background-image: linear-gradient(0deg, rgb(0, 160, 47) 0%, rgb(148, 186, 47) 100%);
    border-top-left-radius: calc(20vw / var(--setSize--mobile) * 2);
    border-top-right-radius: calc(20vw / var(--setSize--mobile) * 2);
  }
  .eventsTwo .text__19 {
    text-align: center !important;
  }
  .contact {
    padding: calc(100vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(140vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .contactOne__text {
    float: left;
    width: 100%;
    position: relative;
    margin: calc(20vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile)) 0px;
    color: #000;
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 300;
    line-height: calc(26vw / var(--setSize--mobile));
    z-index: 8;
  }
  .contactOne__text a {
    color: #000;
    text-decoration: none;
  }
  .contactOne__text a:hover {
    color: var(--default--color--1);
  }
  .contactOne__text strong {
    color: #000;
  }
  .contactOne__text table {
    float: left;
    width: 100%;
    margin: 0px 0px calc(40vw / var(--setSize--mobile)) 0px;
  }
  .contactOne__text table:nth-child(1) {
    background: url(images/bottomIcon_1.svg) center left no-repeat;
    background-size: calc(42vw / var(--setSize--mobile));
  }
  .contactOne__text table:nth-child(2) {
    background: url(images/bottomIcon_2.svg) center left no-repeat;
    background-size: calc(42vw / var(--setSize--mobile));
  }
  .contactOne__text table:nth-child(3) {
    margin: 0px 0px calc(0vw / var(--setSize--mobile)) 0px;
    background: url(images/bottomIcon_3.svg) center left no-repeat;
    background-size: calc(42vw / var(--setSize--mobile));
  }
  .contactOne__text table tr td {
    padding: 0px 0px 0px calc(70vw / var(--setSize--mobile));
  }
  .contactOne__right {
    height: calc(435vw / var(--setSize--mobile));
    margin: calc(60vw / var(--setSize--mobile)) 0px 0px 0px;
    overflow: hidden;
    border-radius: calc(20vw / var(--setSize--mobile));
  }
  .page--6 .bottom {
    margin: 0;
  }
  .bottom {
    margin: calc(0vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: 0px calc(20vw / var(--setSize--mobile));
    background: #0D0D0D;
    z-index: 10;
  }
  .bottom:before {
    content: " ";
    float: left;
    width: 100%;
    height: calc(190vw / var(--setSize--mobile));
    position: absolute;
    left: 0;
    top: calc(-185vw / var(--setSize--mobile));
    background: url(images/bottomLine.png) left bottom repeat-x;
    background-size: auto 100%;
    pointer-events: none !important;
    z-index: 2;
  }
  .bottomLogo {
    float: left;
    width: calc(180vw / var(--setSize--mobile));
    position: relative;
    margin: calc(0vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    z-index: 6;
  }
  .bottomText {
    margin: calc(40vw / var(--setSize--mobile)) 0px calc(40vw / var(--setSize--mobile)) 0px;
    color: #989898;
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 300;
    line-height: calc(26vw / var(--setSize--mobile));
    grid-row-gap: calc(20vw / var(--setSize--mobile)) !important;
    z-index: 8;
  }
  .bottomText a {
    color: #989898;
    text-decoration: none;
  }
  .bottomText a:hover {
    color: var(--default--color--1);
  }
  .bottomText strong {
    color: #fff;
  }
  .bottomText table:nth-child(1) {
    background: url(images/bottomIcon_1.svg) center left no-repeat;
    background-size: calc(42vw / var(--setSize--mobile));
  }
  .bottomText table:nth-child(2) {
    background: url(images/bottomIcon_2.svg) center left no-repeat;
    background-size: calc(42vw / var(--setSize--mobile));
  }
  .bottomText table:nth-child(3) {
    background: url(images/bottomIcon_3.svg) center left no-repeat;
    background-size: calc(42vw / var(--setSize--mobile));
  }
  .bottomText table tr td {
    padding: 0px 0px 0px calc(70vw / var(--setSize--mobile));
  }
  .footer {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(120vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #0D0D0D;
    z-index: 2;
  }
  .footer__right .footer__menu {
    margin: calc(30vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px 0px !important;
  }
  .footer__right .footer__menu .footer__menu--href {
    color: #565656;
  }
  .footer__right .footer__menu .footer__menu--href:hover {
    color: var(--default--color--2);
  }
  .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 0px calc(0vw / var(--setSize--mobile));
    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: #ffffff;
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 600;
    line-height: calc(30vw / var(--setSize--mobile));
    text-transform: uppercase;
    text-decoration: none;
    justify-content: flex-start !important;
    text-align: left;
  }
  .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: var(--default--color--2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 1;
  }
  .dir:before {
    content: " ";
    float: left;
    width: 100%;
    height: 0;
    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:last-child {
    margin: 0px calc(20vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .dir__href {
    float: left;
    position: relative;
    color: #fff;
    font-size: calc(16vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(16vw / var(--setSize--mobile));
    text-decoration: none;
  }
  .dir__href:hover {
    color: #fff;
  }
  .dir__arrow {
    float: left;
    width: calc(4vw / var(--setSize--mobile));
    position: relative;
    margin: calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile));
  }
  .default {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(180vw / 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: calc(100% - calc(450vw / var(--setSize--mobile)));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(50vw / var(--setSize--mobile)) 0px 0px calc(100vw / 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(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px;
    color: #000;
    font-size: calc(20vw / var(--setSize--mobile));
    font-weight: 800;
    line-height: calc(24vw / var(--setSize--mobile));
    text-decoration: none;
    text-transform: uppercase;
  }
  .filesBoxFileImg {
    float: left;
    width: calc(21vw / var(--setSize--mobile));
    position: relative;
    margin: 0px calc(20vw / var(--setSize--mobile)) 0px 0px;
  }
  .filesBoxFileTitle {
    float: left;
    width: calc(100% - calc(70vw / var(--setSize--mobile)));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .filesBoxFile:hover .filesBoxFileTitle {
    text-decoration: underline;
  }
  .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 */