@charset "UTF-8";
@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;
  }
  .is-leaving {
    opacity: 0 !important;
    transform: scale(0.55) !important;
    pointer-events: none;
  }
  .homeSeven__item--img {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .homeSeven__item:hover .homeSeven__item--img {
    transform: scale(1.1) rotate(2deg);
  }
  .homeTen .text__19 table img {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .homeTen .text__19 table:hover img {
    transform: scale(1.1) rotate(2deg);
  }
  .js--close--popupAll {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  [id] {
    /*scroll-margin-top: $wrapper--height--small;*/
    scroll-margin-top: 0;
  }
  .wrapperMargin {
    float: left;
    width: 0;
    height: calc(50vw / var(--setSize--mobile));
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
  .hamburger {
    width: calc(36vw / var(--setSize--mobile));
    height: calc(24vw / var(--setSize--mobile));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
  }
  .hamburger span {
    display: block;
    width: calc(36vw / var(--setSize--mobile));
    height: calc(2vw / var(--setSize--mobile));
    background-color: white;
    border-radius: calc(2vw / var(--setSize--mobile));
    transition: all 0.3s ease-in-out;
  }
  .hamburger.active span:nth-child(1) {
    transform: translateY(calc(11vw / var(--setSize--mobile))) rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(calc(-20vw / var(--setSize--mobile)));
  }
  .hamburger.active span:nth-child(3) {
    transform: translateY(calc(-11vw / var(--setSize--mobile))) rotate(-45deg);
  }
  .wrapper {
    float: left;
    width: 100%;
    height: calc(100vw / var(--setSize--mobile));
    position: fixed;
    top: 0;
    left: 0;
    margin: 0px 0px 0px 0px;
    padding: 0px calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile));
    border-bottom: 0px solid rgba(255, 255, 255, 0.2);
    background: #030021;
    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(160vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    z-index: 5;
  }
  .wrapper__logo--img {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__menu {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: rgba(3, 0, 33, 0.9);
    opacity: 0;
    pointer-events: none !important;
  }
  .wrapper__menu.wrapper--active {
    opacity: 1;
    pointer-events: auto !important;
  }
  .wrapper__menu--inside {
    height: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
  }
  .wrapper__menu--name {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__menu--name.wrapper__menu--active .wrapper__menu--href {
    background-image: linear-gradient(155deg, rgb(72, 165, 250) 0%, rgb(46, 71, 225) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }
  .wrapper__menu--name.wrapper__menu--active .wrapper__menu--href:before {
    width: 0%;
    left: 0;
  }
  .wrapper__menu--name:hover .wrapper__menu--href {
    background-image: linear-gradient(155deg, rgb(72, 165, 250) 0%, rgb(46, 71, 225) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }
  .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(30vw / var(--setSize--mobile));
    font-weight: 500;
    line-height: calc(60vw / var(--setSize--mobile));
    text-decoration: none;
  }
  .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 {
    float: left;
    width: calc(250vw / var(--setSize--mobile));
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    top: calc(100vw / var(--setSize--mobile));
    left: calc(0vw / var(--setSize--mobile));
    background: rgba(255, 255, 255, 0.8);
    z-index: 5;
    display: none;
    opacity: 0;
    border-bottom-left-radius: calc(0vw / var(--setSize--mobile));
    border-bottom-right-radius: calc(0vw / var(--setSize--mobile));
  }
  .wrapper__menu .subMenu__href:nth-child(1):before {
    content: " ";
    float: left;
    width: calc(11vw / var(--setSize--mobile));
    height: calc(11vw / var(--setSize--mobile));
    position: absolute;
    top: calc(-11vw / var(--setSize--mobile));
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
  .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: 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(30vw / var(--setSize--mobile));
    color: #393939;
    font-size: calc(16vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(16vw / var(--setSize--mobile));
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .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__menu--in {
    width: calc(50vw / var(--setSize--mobile));
    position: absolute;
    left: 50%;
    bottom: calc(90vw / var(--setSize--mobile));
    margin: 0px 0px 0px calc(-25vw / var(--setSize--mobile));
  }
  .wrapper__other {
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__more {
    width: auto !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px calc(10vw / var(--setSize--mobile)) !important;
    font-size: calc(14vw / var(--setSize--mobile)) !important;
  }
  .wrapper__lang {
    float: left;
    position: relative;
    margin: 0px calc(20vw / var(--setSize--mobile)) 0px calc(10vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
  }
  .wrapper__lang--href {
    float: left;
    width: calc(46vw / var(--setSize--mobile));
    height: calc(46vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px calc(0vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
    color: #fff;
    font-size: calc(14vw / var(--setSize--mobile));
    font-weight: 500;
    line-height: calc(20vw / var(--setSize--mobile));
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid var(--default--color--2);
    border-radius: calc(10vw / var(--setSize--mobile));
  }
  .wrapper__lang--href:hover {
    border: 1px solid var(--default--color--1);
    background-image: linear-gradient(153deg, rgb(72, 165, 250) 0%, rgb(46, 71, 225) 100%);
  }
  .wrapper.smallWrapper {
    height: calc(50vw / var(--setSize--mobile));
  }
  .header {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px 0px;
    font-size: calc(50vw / var(--setSize--mobile));
    font-weight: 600;
    line-height: calc(55vw / var(--setSize--mobile));
    letter-spacing: calc(-1vw / var(--setSize--mobile));
    background-image: linear-gradient(155deg, rgb(72, 165, 250) 0%, rgb(46, 71, 225) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-wrap: balance;
    background-clip: text;
    color: transparent;
  }
  .header.text-white {
    background: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-text-fill-color: initial;
  }
  .header em {
    color: #fff;
    font-style: normal;
    background: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-text-fill-color: initial;
  }
  .headerAnimateGradinet {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px calc(0vw / var(--setSize--mobile)) 0px;
    font-size: calc(50vw / var(--setSize--mobile));
    font-weight: 600;
    line-height: calc(55vw / var(--setSize--mobile));
    letter-spacing: calc(-1vw / var(--setSize--mobile));
    background: linear-gradient(to right, #48a5fa 0%, #2e47e1 33%, #ffffff 50%, #48a5fa 66%, #2e47e1 100%);
    background-position: 100% 50%;
    background-size: 300% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    will-change: background-position;
  }
  .headerAnimateGradinet.is-shimmering {
    animation: shimmerWave 5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
  .headerAnimateGradinet em {
    font-style: normal;
    display: inline-block;
    position: relative;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
            background-clip: text;
    /* Ten sam gradient co w reszcie napisu */
    background-image: linear-gradient(to right, #48a5fa 0%, #2e47e1 33%, #ffffff 50%, #48a5fa 66%, #2e47e1 100%);
    background-size: 300% 100%;
    background-position: 100% 50%;
  }
  .headerAnimateGradinet em::after {
    content: "here";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-text-fill-color: #ffffff;
    opacity: 0;
    will-change: opacity;
  }
  .headerAnimateGradinet.is-shimmering em {
    animation: emShimmer 5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
  .headerAnimateGradinet.is-shimmering em::after {
    animation: emFadeIn 5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
  @keyframes emShimmer {
    0% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes emFadeIn {
    0% {
      opacity: 0;
    }
    60% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes shimmerWave {
    0% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  .gradinet--1 {
    background-image: linear-gradient(153deg, rgb(72, 165, 250) 0%, rgb(46, 71, 225) 100%);
  }
  .gradinet--2 {
    background-image: linear-gradient(153deg, rgb(2, 165, 167) 0%, rgb(0, 182, 106) 100%);
  }
  .home__arrow {
    float: left;
    width: calc(40vw / var(--setSize--mobile));
    height: calc(40vw / var(--setSize--mobile));
    position: absolute;
    margin: 0px 0px 0px calc(-20vw / var(--setSize--mobile));
    left: 50%;
    bottom: calc(20vw / var(--setSize--mobile));
    z-index: 10;
    animation: pulse-animation 2s ease-in-out infinite;
    /* Dodatkowa optymalizacja dla płynności ruchu */
    backface-visibility: hidden;
    will-change: transform;
  }
  .home__arrow .home__arrow--img {
    width: calc(15vw / var(--setSize--mobile));
  }
  @keyframes pulse-animation {
    0% {
      transform: scale(1);
      opacity: 0.8;
    }
    50% {
      transform: scale(1.8);
      opacity: 1;
    }
    100% {
      transform: scale(1);
      opacity: 0.8;
    }
  }
  .fade-on-load {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.8s ease-in-out, visibility 0.8s !important;
  }
  .fade-on-load.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
  }
  #body {
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  .content-ready #body {
    opacity: 1;
  }
  .home {
    overflow: hidden;
  }
  .homeOne {
    height: 100svh;
  }
  .homeOne__inside {
    height: 100%;
  }
  .homeOne__buttons {
    margin: calc(30vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .homeOne__buttons .more__18 {
    margin: 0px calc(10vw / var(--setSize--mobile));
  }
  .homeTwo {
    height: 100svh;
  }
  .homeTwo__inside {
    height: 100%;
  }
  .homeTwoList {
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .homeTwoList__inside {
    touch-action: pan-y;
    -webkit-user-drag: none;
  }
  .homeTwoList__inside .owl-stage-outer {
    touch-action: manipulation;
  }
  .homeTwoList__item {
    height: calc(195vw / var(--setSize--mobile));
    padding: 0px calc(20vw / var(--setSize--mobile));
  }
  .homeTwoList__item--inside {
    height: calc(195vw / var(--setSize--mobile));
    padding: 0px calc(40vw / var(--setSize--mobile));
    background: #030021;
    border: 1px solid #707070;
    border-radius: calc(20vw / var(--setSize--mobile));
  }
  .homeTwoList__item--inside:hover {
    border: 1px solid var(--default--color--1);
  }
  .homeTwoList__item--name {
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) 0px;
    font-size: calc(20vw / var(--setSize--mobile));
    font-weight: 600;
    line-height: calc(28vw / var(--setSize--mobile));
    text-wrap: balance;
  }
  .homeTwo__buttons {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .homeTwo__buttons .more__18 {
    margin: 0px calc(10vw / var(--setSize--mobile));
  }
  .homeThree {
    height: 100svh;
  }
  .homeThree__inside {
    height: 100%;
  }
  .homeThree__buttons {
    margin: calc(30vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .homeThree__buttons .more__18 {
    margin: 0px calc(10vw / var(--setSize--mobile));
  }
  .homeFive {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    overflow: hidden;
    z-index: 4;
  }
  .homeFive__inside--text {
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px !important;
  }
  .homeFive__inside--text p {
    float: left;
    width: 100%;
    height: calc(140vw / var(--setSize--mobile));
    padding: 0px calc(20vw / var(--setSize--mobile));
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: 2px solid #707070;
    border-radius: calc(20vw / var(--setSize--mobile));
    transition: all 0.3s ease-in-out;
  }
  .homeFive__inside--text p strong {
    margin: 0px calc(20vw / var(--setSize--mobile)) 0px 0px;
    color: var(--default--color--2);
    font-size: calc(70vw / var(--setSize--mobile));
    font-weight: 300;
    line-height: calc(80vw / var(--setSize--mobile));
  }
  .homeFive__inside--text p em {
    width: calc(300vw / var(--setSize--mobile)) !important;
    font-style: normal;
  }
  .homeFive__inside--text p:hover {
    border: 2px solid var(--default--color--1);
  }
  .homeFive__down {
    margin: calc(100vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .homeFive__left {
    padding: 0px calc(0vw / var(--setSize--mobile));
  }
  .homeFive__left .homeOne__buttons .more__18:nth-child(1) {
    margin: 0px calc(20vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .homeFive__header {
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) 0px !important;
  }
  .homeFive__headerSmall {
    margin: 0px 0px calc(30vw / var(--setSize--mobile)) 0px !important;
  }
  .homeFive__text strong {
    color: var(--default--color--1);
  }
  .homeFive__right {
    padding: calc(60vw / var(--setSize--mobile)) 0px 0px calc(0vw / var(--setSize--mobile));
  }
  .homeFive__right--header {
    font-size: calc(16vw / var(--setSize--mobile)) !important;
    line-height: calc(24vw / var(--setSize--mobile)) !important;
  }
  .homeFive__right--text {
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px !important;
    font-size: calc(16vw / var(--setSize--mobile)) !important;
    line-height: calc(20vw / var(--setSize--mobile)) !important;
  }
  .homeFive__right--textDown {
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px !important;
    font-size: calc(12vw / var(--setSize--mobile)) !important;
    line-height: calc(20vw / var(--setSize--mobile)) !important;
  }
  .homeFive__right--textDown.is-active p:nth-child(2) {
    background: url(images/modelIcon_6.svg) center left calc(25vw / var(--setSize--mobile)) no-repeat;
    background-size: calc(16vw / var(--setSize--mobile));
  }
  .homeFive__right--textDown p {
    margin: 0px 0px calc(5vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px calc(0vw / var(--setSize--mobile)) calc(50vw / var(--setSize--mobile));
  }
  .homeFive__right--textDown p:nth-child(1) {
    background: url(images/modelIcon_2.svg) center left calc(30vw / var(--setSize--mobile)) no-repeat;
    background-size: calc(8vw / var(--setSize--mobile));
  }
  .homeFive__right--textDown p:nth-child(2) {
    background: url(images/modelIcon_7.svg) center left calc(25vw / var(--setSize--mobile)) no-repeat;
    background-size: calc(16vw / var(--setSize--mobile));
  }
  .homeFive__right--textDown p:nth-child(3) {
    background: url(images/modelIcon_4.svg) center left calc(25vw / var(--setSize--mobile)) no-repeat;
    background-size: calc(16vw / var(--setSize--mobile));
  }
  .homeFive__right--textDown p:nth-child(4) {
    background: url(images/modelIcon_5.svg) center left calc(0vw / var(--setSize--mobile)) no-repeat;
    background-size: calc(40vw / var(--setSize--mobile));
  }
  .model {
    padding: calc(20vw / var(--setSize--mobile));
    border: 2px solid #707070;
    border-radius: calc(20vw / var(--setSize--mobile));
  }
  .model:hover {
    border: 2px solid var(--default--color--1);
  }
  .model__item {
    padding: calc(20vw / var(--setSize--mobile)) calc(25vw / var(--setSize--mobile));
    border: 2px solid #707070;
    border-radius: calc(20vw / var(--setSize--mobile));
    background: #010020;
    z-index: 8;
  }
  .model__item:hover {
    border: 2px solid var(--default--color--1);
  }
  .model__item .model__item--light {
    display: none !important;
  }
  .model__item.addBefore .model__item--light {
    display: block !important;
    position: absolute;
    width: calc(22vw / var(--setSize--mobile));
    height: calc(49vw / var(--setSize--mobile));
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .model__item.addBefore .model__item--light--img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .model__item.addBefore .model__item--light--base {
    z-index: 1;
    filter: drop-shadow(0 0 5px rgba(255, 255, 0, 0.6));
  }
  .model__item.addBefore .model__item--light--light {
    z-index: 2;
    opacity: 0;
    filter: brightness(0) invert(1);
    animation: thunderStrike 3s infinite;
  }
  .model__item.addBefore.model__item--16 .model__item--light {
    top: 50%;
    right: calc(-23vw / var(--setSize--mobile));
    transform: translate(0%, -50%);
  }
  .model__item.addBefore.model__item--16 .model__item--light--light {
    animation: thunderStrike 12s infinite;
  }
  .model__item.addBefore.model__item--17 .model__item--light {
    top: 50%;
    right: calc(-23vw / var(--setSize--mobile));
    transform: translate(0%, -50%);
  }
  .model__item.addBefore.model__item--17 .model__item--light--light {
    animation: thunderStrike 4.2s infinite;
  }
  .model__item.addBefore.model__item--18 {
    z-index: 10;
  }
  .model__item.addBefore.model__item--18 .model__item--light {
    top: calc(-36vw / var(--setSize--mobile));
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .model__item.addBefore.model__item--18 .model__item--light--light {
    animation: thunderStrike 4.4s infinite;
  }
  .model__item.addBefore.model__item--19 {
    z-index: 10;
  }
  .model__item.addBefore.model__item--19 .model__item--light {
    top: calc(-36vw / var(--setSize--mobile));
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .model__item.addBefore.model__item--19 .model__item--light--light {
    animation: thunderStrike 4.8s infinite;
  }
  .model__item.addBefore.model__item--20 {
    z-index: 10;
  }
  .model__item.addBefore.model__item--20 .model__item--light {
    bottom: calc(-36vw / var(--setSize--mobile));
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .model__item.addBefore.model__item--20 .model__item--light--light {
    animation: thunderStrike 4.9s infinite;
  }
  .model__item.addBefore.model__item--21 .model__item--light {
    top: 50%;
    left: calc(-23vw / var(--setSize--mobile));
    transform: translate(0%, -50%);
  }
  .model__item.addBefore.model__item--21 .model__item--light--light {
    animation: thunderStrike 4s infinite;
  }
  .model__item.addBefore.model__item--22 .model__item--name {
    padding: 0px calc(70vw / var(--setSize--mobile)) 0px 0px;
  }
  .model__item.addBefore.model__item--22 .model__item--light {
    top: 50%;
    left: calc(-23vw / var(--setSize--mobile));
    transform: translate(0%, -50%);
  }
  .model__item.addBefore.model__item--22 .model__item--light--light {
    animation: thunderStrike 4.35s infinite;
  }
  .model__item.addBefore.model__item--23 .model__item--light {
    top: 50%;
    left: calc(-23vw / var(--setSize--mobile));
    transform: translate(0%, -50%);
  }
  .model__item.addBefore.model__item--23 .model__item--light--light {
    animation: thunderStrike 4.9s infinite;
  }
  .model__item.addBefore.model__item--24 .model__item--light {
    top: 50%;
    right: calc(-23vw / var(--setSize--mobile));
    transform: translate(0%, -50%);
  }
  .model__item.addBefore.model__item--24 .model__item--light--light {
    animation: thunderStrike 4.2s infinite;
  }
  @keyframes thunderStrike {
    0% {
      opacity: 0;
      filter: brightness(0) invert(1) blur(0);
    }
    1% {
      opacity: 1;
      filter: brightness(0) invert(1) blur(2px) drop-shadow(0 0 20px #fff);
      transform: scale(1.1);
    }
    3% {
      opacity: 0.4;
      filter: brightness(0) invert(1) blur(1px) drop-shadow(0 0 10px #fff);
      transform: scale(1);
    }
    5% {
      opacity: 1;
      filter: brightness(0) invert(1) blur(3px) drop-shadow(0 0 30px #fff);
      transform: scale(1.15);
    }
    15% {
      opacity: 0;
      filter: brightness(0) invert(1) blur(0);
      transform: scale(1);
    }
    100% {
      opacity: 0;
    }
  }
  .model__item--up {
    margin: 0px 0px calc(5vw / var(--setSize--mobile)) 0px;
  }
  .model__item--name {
    float: left;
    width: 75%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: var(--default--color--2);
    font-size: calc(16vw / var(--setSize--mobile));
    font-weight: 600;
    line-height: calc(20vw / var(--setSize--mobile));
  }
  .model__item--type {
    float: left;
    width: 25%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #ACACD4;
    font-size: calc(16vw / var(--setSize--mobile));
    font-weight: 600;
    line-height: calc(20vw / var(--setSize--mobile));
    text-align: right;
  }
  .model__item--text {
    font-size: calc(12vw / var(--setSize--mobile)) !important;
    font-weight: 400 !important;
    line-height: calc(20vw / var(--setSize--mobile)) !important;
  }
  .model__item--text ul li {
    width: 50% !important;
    margin: 0px 0px calc(0vw / var(--setSize--mobile)) 0px !important;
    padding: 0px 0px 0px calc(15vw / var(--setSize--mobile)) !important;
    background: url(images/listBg.svg) top calc(8vw / var(--setSize--mobile)) left calc(0vw / var(--setSize--mobile)) no-repeat !important;
    background-size: calc(4vw / var(--setSize--mobile)) !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .modelGrid {
    float: left;
    width: 100%;
    height: 100%;
    max-height: calc(1500vw / var(--setSize--mobile));
    position: absolute;
    top: calc(0vw / var(--setSize--mobile));
    left: 0;
    z-index: 1;
  }
  .modelGrid--1 {
    float: left;
    width: 50%;
    height: 100%;
    position: absolute;
    top: calc(0vw / var(--setSize--mobile));
    left: 0;
    border-right: 2px solid #01242F;
  }
  .homeFive__itemPopup {
    display: none;
    float: left;
    width: 100%;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    background: rgba(3, 0, 33, 0.9);
  }
  .homeFive__itemPopup--inside {
    float: left;
    width: 96%;
    padding: calc(40vw / var(--setSize--mobile)) calc(30vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(30vw / var(--setSize--mobile));
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    background: #16163F;
    border: 1px solid #707070;
    border-radius: calc(20vw / var(--setSize--mobile));
  }
  .homeFive__itemPopup--close {
    float: right;
    width: calc(18vw / var(--setSize--mobile));
    position: absolute;
    top: calc(20vw / var(--setSize--mobile));
    right: calc(20vw / var(--setSize--mobile));
    cursor: pointer;
  }
  .homeFive__itemPopup--close:hover {
    transform: rotate(180deg) scale(1.6);
  }
  .homeFive__itemPopup--inner {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px 0px;
  }
  .homeFive__itemPopup--name {
    margin: 0px 0px calc(5vw / var(--setSize--mobile)) 0px;
    color: var(--default--color--2);
    font-size: calc(25vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(30vw / var(--setSize--mobile));
    text-wrap: balance;
  }
  .homeFive__itemPopup--subname {
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
    color: #ACACD4;
    font-size: calc(20vw / var(--setSize--mobile));
    font-weight: 300;
    line-height: calc(25vw / var(--setSize--mobile));
    text-wrap: balance;
  }
  .homeFive__itemPopup--text {
    text-wrap: pretty;
  }
  .homeFive__itemPopup--text ul li {
    margin: 0px 0px calc(15vw / var(--setSize--mobile)) 0px !important;
  }
  .homeFive__itemPopup--text ul li:last-child {
    margin: 0 !important;
  }
  .homeSix {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeSix__inside {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #16163F;
    border-radius: calc(20vw / var(--setSize--mobile));
  }
  .homeSix__inside .header {
    font-size: calc(40vw / var(--setSize--mobile)) !important;
    line-height: calc(45vw / var(--setSize--mobile)) !important;
  }
  .homeSix__buttons {
    margin: calc(30vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .homeSix__buttons .more__18 {
    margin: 0px calc(10vw / var(--setSize--mobile));
  }
  .homeSeven {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeSevenList {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-column-gap: calc(10vw / var(--setSize--mobile)) !important;
  }
  .homeSeven__item {
    padding: 0px calc(10vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(10vw / var(--setSize--mobile));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: calc(20vw / var(--setSize--mobile));
  }
  .homeSeven__item:hover {
    border: 1px solid var(--default--color--1);
  }
  .homeSeven__item.homeSeven__item--26 .homeSeven__item--img {
    width: calc(91vw / var(--setSize--mobile));
    height: auto;
  }
  .homeSeven__item.homeSeven__item--27 .homeSeven__item--img {
    width: calc(97vw / var(--setSize--mobile));
    height: auto;
  }
  .homeSeven__item.homeSeven__item--28 .homeSeven__item--img {
    width: calc(98vw / var(--setSize--mobile));
    height: auto;
  }
  .homeSeven__item.homeSeven__item--29 .homeSeven__item--img {
    width: calc(98vw / var(--setSize--mobile));
    height: auto;
  }
  .homeSeven__item.homeSeven__item--30 .homeSeven__item--img {
    width: calc(85vw / var(--setSize--mobile));
    height: auto;
  }
  .homeSeven__item.homeSeven__item--31 .homeSeven__item--img {
    width: calc(104vw / var(--setSize--mobile));
    height: auto;
  }
  .homeSeven__item--icon {
    height: calc(150vw / var(--setSize--mobile));
  }
  .homeSeven__item--name {
    height: calc(60vw / var(--setSize--mobile));
    font-size: calc(16vw / var(--setSize--mobile));
    font-weight: 300;
    line-height: calc(20vw / var(--setSize--mobile));
  }
  .homeSeven__itemPopup {
    display: none;
    float: left;
    width: 100%;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    background: rgba(3, 0, 33, 0.9);
  }
  .homeSeven__itemPopup.homeSeven__itemPopup--26 .homeSeven__itemPopup--img {
    width: calc(41vw / var(--setSize--mobile));
    height: auto;
  }
  .homeSeven__itemPopup.homeSeven__itemPopup--27 .homeSeven__itemPopup--img {
    width: calc(47vw / var(--setSize--mobile));
    height: auto;
  }
  .homeSeven__itemPopup.homeSeven__itemPopup--28 .homeSeven__itemPopup--img {
    width: calc(58vw / var(--setSize--mobile));
    height: auto;
  }
  .homeSeven__itemPopup.homeSeven__itemPopup--29 .homeSeven__itemPopup--img {
    width: calc(58vw / var(--setSize--mobile));
    height: auto;
  }
  .homeSeven__itemPopup.homeSeven__itemPopup--30 .homeSeven__itemPopup--img {
    width: calc(45vw / var(--setSize--mobile));
    height: auto;
  }
  .homeSeven__itemPopup.homeSeven__itemPopup--31 .homeSeven__itemPopup--img {
    width: calc(54vw / var(--setSize--mobile));
    height: auto;
  }
  .homeSeven__itemPopup--inside {
    float: left;
    width: 96%;
    padding: calc(20vw / var(--setSize--mobile)) calc(30vw / var(--setSize--mobile)) calc(50vw / var(--setSize--mobile)) calc(30vw / var(--setSize--mobile));
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    background: #16163F;
    border: 1px solid #707070;
    border-radius: calc(20vw / var(--setSize--mobile));
  }
  .homeSeven__itemPopup--close {
    float: right;
    width: calc(18vw / var(--setSize--mobile));
    position: absolute;
    top: calc(20vw / var(--setSize--mobile));
    right: calc(20vw / var(--setSize--mobile));
    cursor: pointer;
  }
  .homeSeven__itemPopup--close:hover {
    transform: rotate(180deg) scale(1.6);
  }
  .homeSeven__itemPopup--left {
    padding: 0px calc(0vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) 0px;
  }
  .homeSeven__itemPopup--icon {
    height: calc(80vw / var(--setSize--mobile));
  }
  .homeSeven__itemPopup--name {
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
    font-size: calc(25vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(30vw / var(--setSize--mobile));
    text-wrap: balance;
  }
  .homeSeven__itemPopup--right {
    height: calc(330vw / var(--setSize--mobile));
  }
  .homeEight {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeEight__inside {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #16163F;
    border-radius: calc(20vw / var(--setSize--mobile));
  }
  .homeEight__inside .header {
    font-size: calc(40vw / var(--setSize--mobile)) !important;
    line-height: calc(45vw / var(--setSize--mobile)) !important;
  }
  .homeEight__inside .text__19 {
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px !important;
  }
  .homeEight__buttons {
    margin: calc(0vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .homeEight__buttons .more__18 {
    margin: 0px calc(10vw / var(--setSize--mobile));
  }
  .homeNine {
    padding: calc(80vw / var(--setSize--mobile)) 0px calc(80vw / var(--setSize--mobile)) 0px;
  }
  .homeNine .owl-carousel, .homeNine .owl-item {
    height: auto !important;
  }
  .homeNine__inside .header {
    padding: 0px calc(40vw / var(--setSize--mobile));
  }
  .homeNineList {
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .homeNineList__inside {
    touch-action: pan-y;
    -webkit-user-drag: none;
  }
  .homeNineList__inside .owl-stage-outer {
    touch-action: manipulation;
  }
  .homeNineList__item {
    padding: 0px calc(20vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .homeNineList__item--inside {
    padding: calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #030021;
    border: 2px solid var(--default--color--1);
    border-radius: calc(20vw / var(--setSize--mobile));
  }
  .homeNineList__item--name {
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
  }
  .homeNineList__item--text table {
    float: left;
    width: 100% !important;
    height: auto !important;
    position: relative;
    font-size: calc(16vw / var(--setSize--mobile));
    line-height: calc(22vw / var(--setSize--mobile));
  }
  .homeNineList__item--text table tr:has(ul)::before {
    opacity: 0;
  }
  .homeNineList__item--text table tr {
    position: relative;
    padding: calc(8vw / var(--setSize--mobile)) 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .homeNineList__item--text table tr:before {
    content: " ";
    float: left;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease-in-out;
  }
  .homeNineList__item--text table tr:hover:before {
    width: 100%;
  }
  .homeNineList__item--text table tr td {
    padding: calc(0vw / var(--setSize--mobile)) 0px;
    vertical-align: top;
  }
  .homeNineList__item--text table tr td ul {
    margin: 0 !important;
    padding: 0px 0px 0px calc(10vw / var(--setSize--mobile));
  }
  .homeNineList__item--text table tr td ul li:before {
    content: " ";
    float: left;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease-in-out;
  }
  .homeNineList__item--text table tr td ul li:hover:before {
    width: 100%;
  }
  .homeNineList__item--text table tr td:nth-child(2) {
    text-align: left;
  }
  .homeNine__buttons {
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .homeNine__buttons .more__18 {
    margin-top: 0 !important;
  }
  .homeNine__buttons .more__18:nth-child(1) {
    margin: 0px calc(40vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .homeNine__qtu {
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    border: 1px solid var(--default--color--1);
    border-radius: calc(10vw / var(--setSize--mobile));
  }
  .homeNine__itemPopup {
    display: none;
    float: left;
    width: 100%;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    background: rgba(3, 0, 33, 0.9);
  }
  .homeNine__itemPopup--inside {
    float: left;
    width: 96%;
    max-height: 90%;
    padding: calc(40vw / var(--setSize--mobile)) calc(30vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(30vw / var(--setSize--mobile));
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    background: #16163F;
    border: 1px solid #707070;
    overflow: hidden;
    overflow-y: auto;
    border-radius: calc(20vw / var(--setSize--mobile));
    align-content: flex-start !important;
  }
  .homeNine__itemPopup--inside.refe {
    width: 96%;
  }
  .homeNine__itemPopup--close {
    float: right;
    width: calc(18vw / var(--setSize--mobile));
    position: absolute;
    top: calc(20vw / var(--setSize--mobile));
    right: calc(20vw / var(--setSize--mobile));
    cursor: pointer;
  }
  .homeNine__itemPopup--close:hover {
    transform: rotate(180deg) scale(1.6);
  }
  .homeNine__itemPopup--left {
    padding: 0px calc(80vw / var(--setSize--mobile)) 0px 0px;
  }
  .homeNine__itemPopup--left.w-100 {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px 0px;
  }
  .homeNine__itemPopup--name {
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
    font-size: calc(25vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(30vw / var(--setSize--mobile));
  }
  .homeSeven__itemPopup--text table {
    float: left;
    width: 100% !important;
    height: auto !important;
    position: relative;
  }
  .homeSeven__itemPopup--text table:nth-child(2) {
    float: left !important;
    margin: calc(40vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile)) 0px;
  }
  .homeSeven__itemPopup--text table tr td {
    vertical-align: top;
  }
  .homeTen {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeTen__inside .text__19 {
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px !important;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-column-gap: calc(20vw / var(--setSize--mobile)) !important;
    grid-row-gap: calc(20vw / var(--setSize--mobile)) !important;
  }
  .homeTen__inside .text__19 table {
    float: left;
    width: 100% !important;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .homeTen__inside .text__19 table:before {
    content: "";
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: calc(20vw / var(--setSize--mobile));
    transition: all 0.3s ease-in-out;
  }
  .homeTen__inside .text__19 table:hover:before {
    border: 1px solid var(--default--color--1);
  }
  .homeTen__inside .text__19 table:nth-child(1) img {
    width: calc(63vw / var(--setSize--mobile)) !important;
    height: auto !important;
  }
  .homeTen__inside .text__19 table:nth-child(2) img {
    width: calc(91vw / var(--setSize--mobile)) !important;
    height: auto !important;
  }
  .homeTen__inside .text__19 table:nth-child(3) img {
    width: calc(62vw / var(--setSize--mobile)) !important;
    height: auto !important;
  }
  .homeTen__inside .text__19 table:nth-child(4) img {
    width: calc(91vw / var(--setSize--mobile)) !important;
    height: auto !important;
  }
  .homeTen__inside .text__19 table tr {
    width: 100% !important;
    height: auto !important;
  }
  .homeTen__inside .text__19 table tr td {
    width: 100% !important;
    height: auto !important;
  }
  .homeTen__inside .text__19 table tr:nth-child(1) td {
    height: calc(140vw / var(--setSize--mobile)) !important;
  }
  .homeTen__inside .text__19 table tr:nth-child(2) td {
    vertical-align: top;
    height: calc(50vw / var(--setSize--mobile)) !important;
    padding: calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile));
  }
  .homeTen__inside .text__19 table tr:nth-child(3) td {
    vertical-align: top;
    padding: calc(15vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .homeEleven {
    padding: calc(240vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(240vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeEleven__inside .text__19 {
    font-size: calc(30vw / var(--setSize--mobile));
    font-weight: 600;
    line-height: calc(40vw / var(--setSize--mobile));
  }
  .homeTwelve {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeTwelve__inside .text__19 {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px !important;
  }
  .homeTwelve__inside .text__19 h3 {
    color: var(--default--color--2);
    font-size: calc(25vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(30vw / var(--setSize--mobile));
  }
  .homeTwelve__inside .text__19 strong {
    float: left;
    width: 100%;
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
    padding: 0px calc(60vw / var(--setSize--mobile)) 0px 0px;
    text-wrap: balance;
  }
  .homeTwelve__inside .text__19 table {
    float: left;
    width: 100% !important;
    height: auto !important;
    margin: 0px 0px calc(40vw / var(--setSize--mobile)) 0px;
  }
  .homeTwelve__inside .text__19 table:nth-child(1) {
    background: url(images/homeTwelveIcon_1.svg) center left no-repeat;
    background-size: calc(91vw / var(--setSize--mobile));
  }
  .homeTwelve__inside .text__19 table:nth-child(2) {
    background: url(images/homeTwelveIcon_2.svg) center left no-repeat;
    background-size: calc(96vw / var(--setSize--mobile));
  }
  .homeTwelve__inside .text__19 table:nth-child(3) {
    background: url(images/homeTwelveIcon_3.svg) center left no-repeat;
    background-size: calc(100vw / var(--setSize--mobile));
  }
  .homeTwelve__inside .text__19 table:nth-child(4) {
    background: url(images/homeTwelveIcon_4.svg) center left no-repeat;
    background-size: calc(72vw / var(--setSize--mobile));
  }
  .homeTwelve__inside .text__19 table tr td {
    height: auto;
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px calc(120vw / var(--setSize--mobile));
    vertical-align: top !important;
  }
  .homeTwelve__inside .text__19 table tr:nth-child(1) td {
    padding: 0px calc(0vw / var(--setSize--mobile)) calc(10vw / var(--setSize--mobile)) calc(120vw / var(--setSize--mobile));
  }
  .homeThirteen {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeThirteen__left .mainFoto {
    border-radius: calc(50vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .homeThirteen__right {
    padding: calc(40vw / var(--setSize--mobile)) 0px 0px calc(0vw / var(--setSize--mobile));
  }
  .homeThirteen__right .header {
    margin: 0 !important;
  }
  .homeThirteen__right .text__19 h3 {
    color: var(--default--color--2);
    font-size: calc(30vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(40vw / var(--setSize--mobile));
  }
  .homeThirteen__buttons {
    margin: calc(30vw / var(--setSize--mobile)) 0px 0px 0px !important;
  }
  .homeThirteen__buttons .more__18:nth-child(1) {
    margin: 0px calc(20vw / var(--setSize--mobile)) 0px 0px !important;
  }
  .homeThirteen__in {
    height: calc(46vw / var(--setSize--mobile));
  }
  .homeFourteen {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .faqOneList {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .faqBox {
    margin: -1px 0px 0px 0px;
    border: 1px solid #3E3E5E;
    border-radius: calc(20vw / var(--setSize--mobile));
  }
  .faqBox:first-child {
    margin: 0 !important;
  }
  .faqBox.active {
    border: 1px solid #3679EF;
    z-index: 10;
  }
  .faqBox.active .faqBox__up:before {
    rotate: 180deg;
  }
  .faqBox__up {
    height: calc(70vw / var(--setSize--mobile));
    padding: 0px calc(50vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile));
  }
  .faqBox__up:before {
    content: " ";
    float: right;
    width: calc(25vw / var(--setSize--mobile));
    height: calc(70vw / var(--setSize--mobile));
    position: absolute;
    top: 0;
    right: calc(15vw / var(--setSize--mobile));
    background: url(images/faqArrow.svg) center no-repeat;
    background-size: calc(19vw / var(--setSize--mobile));
    transition: all 0.3s ease-in-out;
  }
  .faqBox__name {
    color: #fff;
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(24vw / var(--setSize--mobile));
  }
  .faqBox__down {
    padding: calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .faqBox__down .text__19 {
    color: #9E9EC9;
  }
  .homeFifteen {
    padding: calc(240vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(240vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeFifteen__inside {
    height: 100%;
  }
  .homeSixteen {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeSixteen__inside {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #16163F;
    border-radius: calc(20vw / var(--setSize--mobile));
  }
  .homeSixteen__inside .header {
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) 0px !important;
  }
  .homeSixteen__inside .text__19 {
    text-wrap: balance;
  }
  .homeSixteen__inside .formBox {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: 0px calc(0vw / var(--setSize--mobile));
  }
  .homeSeventeen {
    padding: calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeSeventeen__inside {
    padding: calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
  }
  .homeSeventeen__inside .text__19 {
    width: 100%;
    padding: calc(40vw / var(--setSize--mobile)) 0px 0px calc(0vw / var(--setSize--mobile));
    font-size: calc(18vw / var(--setSize--mobile)) !important;
    font-weight: 300;
    line-height: calc(26vw / var(--setSize--mobile)) !important;
  }
  .homeSeventeen__inside .text__19 table {
    float: left;
    width: 100% !important;
    height: auto !important;
    position: relative;
    margin: 0px calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px 0px;
  }
  .homeSeventeen__inside .text__19 table strong {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px calc(5vw / var(--setSize--mobile)) 0px !important;
    color: #4A4F77;
    text-transform: uppercase;
  }
  .homeSeventeen__logo {
    float: left;
    width: calc(160vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .homeSeventeen__logo--img {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .homeSeventeen__in {
    width: calc(54vw / var(--setSize--mobile));
    position: absolute;
    right: 0;
    top: calc(0vw / var(--setSize--mobile));
  }
  .footer {
    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));
  }
  .footer__arrow {
    float: left;
    position: relative;
  }
  .footer__arrow--img {
    float: left;
    width: calc(20vw / var(--setSize--mobile));
    position: relative;
  }
  .footer__text {
    float: left;
    position: relative;
    margin: calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
    color: #4A4F77;
    font-size: calc(14vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(16vw / var(--setSize--mobile));
    text-decoration: none;
  }
  .footer__text p.text-uppercase {
    margin: 0px calc(2vw / var(--setSize--mobile)) 0px calc(2vw / var(--setSize--mobile));
  }
  .footer__text span {
    float: left;
    margin: calc(-2vw / var(--setSize--mobile)) calc(5vw / var(--setSize--mobile)) 0px calc(5vw / var(--setSize--mobile));
    font-size: calc(32vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(32vw / var(--setSize--mobile));
  }
  .footer__text a {
    color: #4A4F77;
    text-decoration: none;
  }
  .footer__text a:hover {
    color: #fff;
  }
  .owl-carousel-nav--1 .owl-nav {
    float: left;
    width: 100%;
    margin: calc(-20vw / 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(40vw / var(--setSize--mobile));
    height: calc(40vw / var(--setSize--mobile));
    position: absolute;
    top: 0;
    right: calc(2vw / var(--setSize--mobile));
    font-size: 0;
    background: #030021 url(images/owlNav_arrowRight.svg) center no-repeat !important;
    background-size: calc(20vw / var(--setSize--mobile)) !important;
    border-radius: 50%;
    border: 2px solid var(--default--color--1) !important;
  }
  .owl-carousel-nav--1 .owl-nav .owl-prev {
    float: left;
    width: calc(40vw / var(--setSize--mobile));
    height: calc(40vw / var(--setSize--mobile));
    position: absolute;
    top: 0;
    left: calc(2vw / var(--setSize--mobile));
    font-size: 0;
    background: #030021 url(images/owlNav_arrowLeft.svg) center no-repeat !important;
    background-size: calc(20vw / var(--setSize--mobile)) !important;
    border-radius: 50%;
    border: 2px solid var(--default--color--1) !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;
  }
  .homeTwoList-owl.anim-next .owl-item.animated.owl-animated-out,
  .homeNineList-owl.anim-next .owl-item.animated.owl-animated-out {
    animation-name: fadeOutLeft;
  }
  .homeTwoList-owl.anim-next .owl-item.animated.owl-animated-in,
  .homeNineList-owl.anim-next .owl-item.animated.owl-animated-in {
    animation-name: fadeInRight;
  }
  .homeTwoList-owl.anim-prev .owl-item.animated.owl-animated-out,
  .homeNineList-owl.anim-prev .owl-item.animated.owl-animated-out {
    animation-name: fadeOutRight;
  }
  .homeTwoList-owl.anim-prev .owl-item.animated.owl-animated-in,
  .homeNineList-owl.anim-prev .owl-item.animated.owl-animated-in {
    animation-name: fadeInLeft;
  }
  .homeTwoList-owl .animated,
  .homeNineList-owl .animated {
    animation-duration: 1000ms !important;
  }
  .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;
  }
  /* 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(0vw / 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: #fff;
    font-size: calc(16vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(22vw / 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;
    filter: invert(1);
  }
  .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 {
    color: var(--default--color--1);
  }
  .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 */