html, body, ul {
    margin: 0;
    padding: 0;
    font-weight: lighter
}

body {
    font-size: 0.9em;
    -webkit-font-smoothing: subpixel-antialiased
}

::-moz-selection {
    background: #00bcff;
    color: #ffffff
}

::selection {
    background: #00bcff;
    color: #ffffff
}

ul {
    list-style: none
}

a {
    color: #000;
    text-decoration: none;
    outline: none
}

img {
    vertical-align: middle
}

.cf:after {
    content: '';
    clear: both;
    overflow: hidden;
    display: block;
    visibility: hidden;
    margin: 0;
    padding: 0;
    height: 0;
    width: 0
}

.middle-y {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%
}

#skrollr-body {
    max-width: 100%;
    overflow: hidden
}

#skrollr-body section {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden
}

#skrollr-body #hp-section3 {
    overflow: visible;
    z-index: 100;
    margin-bottom: -2px
}

@media (min-width: 769px) {
    #skrollr-body #hp-section3 {
        min-height: 600px
    }
}

#skrollr-body #hp-section3 .section3-1 {
    width: 25%;
    height: 100%;
    float: left;
    position: relative;
    padding-left: 90px;
    color: #fff;
    box-sizing: border-box;
}

#skrollr-body #hp-section3 .section3-1 .middle-y {
    padding-right: 50px
}

#skrollr-body #hp-section3 .section3-1 .middle-y #ticker {
    min-width: 350px
}

#skrollr-body #hp-section3 .section3-1 .middle-y #ticker ul {
    margin-top: 50px;
    overflow: visible
}

#skrollr-body #hp-section3 .section3-1 .middle-y #ticker ul li {
    border-left: 3px solid #248cc8;
    padding-left: 8px !important
}

#skrollr-body #hp-section3 .section3-2 {
    width: 75%;
    height: 100%;
    float: left;
    position: relative
}

.map {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 5%;
    width: 80%
}

.map img {
    width: 100%
}

.map .pin {
    position: absolute;
    animation-name: pin-overflow;
    animation-duration: 0s;
    animation-timing-function: ease;
    animation-delay: 0.8s;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-play-state: running
}

@keyframes pin-overflow {
    0% {
        overflow: visible;
        z-index: 10
    }
    100% {
        overflow: hidden;
        z-index: 1
    }
}

.map .pin .pin-circle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    z-index: 1;
    margin: 2px;
    border: 2px solid #fff;
    width: 34px;
    height: 34px;
    position: relative;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease
}

.map .pin .pin-info {
    width: 230px;
    height: 330px;
    position: absolute;
    z-index: 0;
    top: 0;
    overflow: hidden;
    left: -250px;
    pointer-events: none
}

.map .pin .pin-info .place {
    width: 200px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 5px;
    position: absolute;
    left: 100%;
    transition: left 0.3s ease;
    padding: 5px 10px;
    opacity: 0;
    animation-name: place-bounce;
    animation-duration: 0.4s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-direction: alternate;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-play-state: running
}

@keyframes place-bounce {
    0% {
        left: 0;
        opacity: 1
    }
    100% {
        left: 100%;
        opacity: 1
    }
}

.map .pin .pin-info .place .triangle {
    position: absolute;
    right: -6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff
}

.map .pin .pin-info .info {
    width: 200px;
    position: absolute;
    left: 100%;
    top: 38px;
    z-index: 1;
    transition: all 0.3s ease;
    line-height: 1.8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden !important;
    animation-name: info-bounce;
    animation-duration: 0.4s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-play-state: running
}

@keyframes info-bounce {
    0% {
        left: 0;
        height: 250px;
        opacity: 1
    }
    100% {
        left: 0;
        height: 0;
        opacity: 0
    }
}

.map .pin .pin-info .info ul {
    background: #343538;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    width: 100%
}

.map .pin .pin-info .info ul li a {
    padding: 6px 12px;
    cursor: pointer;
    position: relative;
    display: block;
    background-color: #343538;
    text-decoration: none;
    color: #e2e2e2;
}
.map .pin .pin-info .info ul li a:hover {
    padding: 6px 12px;
    cursor: pointer;
    position: relative;
    display: block;
    background-color:#248cc8;
    text-decoration: none;
    color: #e2e2e2;

}

.map .pin .pin-info .info ul li:hover:after {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #000
}

.map .pin .pin-info .info ul.summary {
    display: none
}

.map .pin .pin-info .info ul.summary li {
    padding: 4px 12px
}

.map .pin.pin-hover {
    z-index: 10 !important;
    overflow: visible !important;
    animation-name: pin-overflow-hover;
    animation-duration: 0s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-play-state: running
}

@keyframes pin-overflow-hover {
    0% {
        overflow: visible;
        z-index: 10
    }
    100% {
        overflow: visible;
        z-index: 10
    }
}

.map .pin.pin-hover .pin-circle {
    width: 102px;
    height: 102px;
    margin-left: -34px;
    margin-top: -34px;
    transition: all 0.3s ease
}

.map .pin.pin-hover .pin-info {
    pointer-events: all
}

.map .pin.pin-hover .pin-info .place {
    animation-name: place;
    animation-duration: 0.4s;
    animation-timing-function: ease;
    animation-delay: 0.4s;
    animation-direction: alternate;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-play-state: running
}

@keyframes place {
    0% {
        left: 100%;
        opacity: 1
    }
    100% {
        left: 0;
        opacity: 1
    }
}

.map .pin.pin-hover .pin-info .info {
    animation-name: info;
    animation-duration: 0.4s;
    animation-timing-function: ease;
    animation-delay: 0.8s;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-play-state: running
}

@keyframes info {
    0% {
        left: 0;
        height: 0;
        opacity: 0
    }
    100% {
        left: 0;
        height: 250px;
        opacity: 1
    }
}

#section2 select {
    width: 100%;
    border: 0;
    border-top: 1px solid #ccc;
    font-family: "Open Sans Hebrew", "Open Sans";
    color: #ccc;
    color: #767676;
    font-weight: 100;
    background: none;
    padding: 25px 20px;
    font-size: 1.4em;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
    -webkit-font-smoothing: antialiased;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

#section2 select::-ms-expand {
    display: none
}

#section2 select.error {
    color: #d10000;
    border-color: #d10000
}

#section2 .select-wrapper {
    position: relative
}

#section2 .select-wrapper:after {
    content: '\F0DA';
    position: absolute;
    top: 40%;
    left: 5%;
    font-family: 'FontAwesome', sans-serif;
    color: #ccc;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

#ru_RU #section2 .select-wrapper:after {
    right: 5%;
    left: initial
}

@media screen and (min-width: 768px) and (max-width: 1280px) and (min-height: 1024px) {
    #section1 .middle-y {
        right: 5% !important
    }

    #section2 select, #section2 input {
        font-size: 26px !important
    }

    #section4 .image {
        display: none
    }

    #section4 .testimonials {
        width: 100% !important
    }
}

section img {
    max-width: 100%
}

section a {
    transition: color .2s ease-out
}

section a:hover {
    color: #e2e2e2 !important
}


@media screen and (min-width: 1600px) {
    body {
        font-size: 1em
    }
}

@media screen and (max-width: 1024px) {

    #skrollr-body #hp-section3 {
        height: auto;
        padding-bottom: 240px;
    }

    #skrollr-body #hp-section3 .section3-1 {
        width: 100%;
        height: auto;
        float: none;
        padding: 60px 30px
    }

    #skrollr-body #hp-section3 .section3-1 .middle-y {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        padding-right: 0
    }

    #skrollr-body #hp-section3 .section3-2 {
        width: 100%;
        height: auto;
        float: none;
        margin: -80px 0 0;
        padding-bottom: 70px
    }

    .map {
        position: relative;
        top: auto;
        left: auto !important;
        right: auto;
        margin: auto;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .map .pin .pin-info {
        position: static;
        left: 50%;
        top: auto;
        -webkit-transform: translate(-110%, -21%);
        -moz-transform: translate(-110%, -21%);
        -ms-transform: translate(-110%, -21%);
        -o-transform: translate(-110%, -21%);
        transform: translate(-110%, -21%)
    }
}

@media screen and (max-width: 768px) {

    .map {
        width: 100%;
        right: auto
    }

    .map .pin .pin-circle {
        width: 20px;
        height: 20px;
        border-width: 1px
    }

    .map .pin .pin-info {
        position: fixed;
        top: 65%;
        height: 120px;
        padding-top: 6px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .map .pin .pin-info .info {
        max-height: 72px
    }

    .map .pin .pin-info .info ul.cities {
        display: none
    }

    .map .pin .pin-info .place .triangle {
        left: 50%;
        top: -3px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        border: none;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-bottom: 6px solid #fff
    }
}

@media screen and (max-width: 800px) {
    #ticker {
        min-width: 300px !important;
        max-width: 100%
    }
}

.table-wrapper::-webkit-scrollbar:vertical {
    width: 12px
}

.table-wrapper::-webkit-scrollbar:horizontal {
    height: 12px
}
section h1 {
font-size: 2.5em;
font-weight: 100;
max-width: 100%;
}
/* TODO: Add more shadows variants and fix naming then */
.wh-container {
  width: 100%;
  padding: 0 6.4%;
  margin: 0 auto;
  box-sizing: border-box; }
  .wh-container-wrapper {
    margin: 0 auto;
    max-width: 625px;
    width: 100%; }
    @media (min-width: 784px) {
      .wh-container-wrapper {
        max-width: inherit; } }

@media (max-width: 783px) {
  .wh-container {
    max-width: 625px; } }

@media (min-width: 784px) and (max-width: 1023px) {
  .wh-container {
    width: 784px;
    padding: 0 32px; } }

@media (min-width: 1024px) {
  .wh-container {
    width: 1024px;
    padding: 0 32px; } }

/* TODO: Add more shadows variants and fix naming then */

.wh-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start; }
  .wh-grid__column {
    width: 100%;
    flex-basis: 100%; }

@media (max-width: 783px) {
  .wh-grid__column_12\@mobile {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%; } }

@media (min-width: 784px) and (max-width: 1023px) {
  .wh-grid__column_8\@tablet {
    flex-basis: 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%; } }

@media (min-width: 1024px) {
  .wh-grid__column_8\@desktop {
    flex-basis: 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%; } }

.wh-grid_justify-end {
}

.wh-cell {
  display: flex;
  flex-direction: row;
  position: relative; }
    .wh-cell_basic .wh-cell__part-title_l {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-synthesis: none;
      word-break: break-word;
      font-size: 17px;
      line-height: 24px;
      font-weight: 350;
      letter-spacing: 0.015em;
      padding: 14px 0; }
  .wh-cell_badge img {
    display: block;
    height: 100%; }
  .wh-cell_badge .wh-cell__part-badge_xl {
    padding-top: 8px;
    padding-bottom: 8px;
    height: 40px; }

@media (min-width: 784px) and (max-width: 1023px) {
  .wh-cell_badge .wh-cell__part-badge_l\@tablet {
    padding-top: 9px;
    padding-bottom: 9px;
    height: 34px; } }
  @media (min-width: 1024px) {
    .wh-cell_badge .wh-cell__part-badge_l\@desktop {
      padding-top: 9px;
      padding-bottom: 9px;
      height: 34px; } }
  .wh-cell__part {
    flex-grow: 0; }

/* stylelint-disable selector-list-comma-newline-after */


section {
  display: block; }

body {
  line-height: 1;
  background: #FFF;
  color: #000; }


@media (min-width: 784px) and (max-width: 1023px) {
  .wh-hidden\@tablet {
    display: none !important;
    /* stylelint-disable-line declaration-no-important */ } }

@media (min-width: 1024px) {
  .wh-hidden\@desktop {
    display: none !important;
    /* stylelint-disable-line declaration-no-important */ } }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: none;
  word-break: break-word;
  font-size: 15px;
  line-height: 20px;
  font-weight: 350;
  letter-spacing: 0.015em; }

/* TODO: Add more shadows variants and fix naming then */

body {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  min-width: 375px;
  background-color: #000; }

.hero___2O9yv {
  position: relative;
  overflow: hidden;
  background-color: #343538; }
  .hero__image___1-lHK {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .hero__image___1-lHK picture, .hero__image___1-lHK img {
      height: 384px;
      align-self: flex-end;
      object-fit: cover;
      width: 100%; }

@media (min-width: 784px) and (max-width: 1023px) {
  .hero__image___1-lHK picture, .hero__image___1-lHK img {
    height: 784px;
    object-position: 50% -80px; } }
      @media (min-width: 1024px) {
        .hero__image___1-lHK picture, .hero__image___1-lHK img {
          height: 944px;
          object-position: 50% -144px; } }
      @media (min-width: 1680px) {
        .hero__image___1-lHK picture, .hero__image___1-lHK img {
          height: 800px;
          object-position: initial; } }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .hero__image___1-lHK picture, .hero__image___1-lHK img {
          width: auto; } }
    @media (max-width: 783px) {
      .hero__image___1-lHK {
        min-height: 384px; } }

@media (min-width: 784px) and (max-width: 1023px) {
  .hero__image___1-lHK {
    min-height: 704px; } }
    @media (min-width: 1024px) {
      .hero__image___1-lHK {
        min-height: 800px; } }
    @media (min-width: 784px) {
      .hero__image___1-lHK {
        position: absolute; } }
  .hero__container___3bSW9 {
    position: relative;
    display: flex;
    flex-direction: column; }

@media (min-width: 784px) and (max-width: 783px) {
  .hero__container___3bSW9 {
    min-height: 384px; } }

@media (min-width: 784px) and (min-width: 784px) and (max-width: 1023px) {
  .hero__container___3bSW9 {
    min-height: 704px; } }

@media (min-width: 784px) and (min-width: 1024px) {
  .hero__container___3bSW9 {
    min-height: 800px; } }
  @media (min-width: 784px) {
    .hero__frame___2aqmZ {
      margin-top: 344px;
      margin-right: -32px;
      flex-basis: calc(66.6666666667% + 32px);
      width: calc(66.6666666667% + 32px);
      max-width: calc(66.6666666667% + 32px); } }
  @media (min-width: 1024px) {
    .hero__frame___2aqmZ {
      margin-top: 352px; } }
  .hero__badges___2tRJy {
    display: flex;
    margin-top: 16px;
    margin-bottom: 48px; }
  .hero__badge___2XxX8 {
    margin-right: 16px; }
    .hero__badge___2XxX8:last-child {
      margin-right: 0px; }

.wh-section__wrapper_hero___3jip6 {
  background-color: #343538; }

.wh-section__container___3P3iJ {
  max-width: 1920px;
  margin: 0 auto; }

.frame___weRZF {
  box-sizing: border-box;
  padding-top: 32px;
  background-color: #343538; }
  @media (min-width: 784px) {
    .frame___weRZF {
      padding: 35px 32px 32px; } }
  @media (min-width: 1024px) {
    .frame___weRZF {
      padding-top: 46px;
      padding-bottom: 48px; } }
  .frame__title___320zw {
    padding-top: 15px;
    padding-bottom: 17px;
    color: #FFF;
    text-transform: uppercase;
    font-variant-numeric: proportional-nums;
    font-feature-settings: 'pnum' 1;
    font-size: 24px;
    line-height: 32px;
    font-weight: 350;
    letter-spacing: 0.065em; }
    @media (min-width: 784px) {
      .frame__title___320zw {
        padding-top: 0;
        padding-bottom: 9px;
        text-transform: uppercase;
        font-variant-numeric: proportional-nums;
        font-feature-settings: 'pnum' 1;
        font-size: 36px;
        line-height: 48px;
        font-weight: 325;
        letter-spacing: 0.065em; } }
    @media (min-width: 1024px) {
      .frame__title___320zw {
        text-transform: uppercase;
        font-variant-numeric: proportional-nums;
        font-feature-settings: 'pnum' 1;
        font-size: 30px;
        line-height: 64px;
        font-weight: 300;
        letter-spacing: 0.065em;
        padding-bottom: 18px; } }
  .frame__content___2zou6 {
    color: #D9D9D9; }

@media (min-width: 784px) and (max-width: 1023px) {
  .frame__content___2zou6 {
    margin-right: 0px; } }
    @media (min-width: 1024px) {
      .frame__content___2zou6 {
        margin-right: 80px; } }



/* TODO: Add more shadows variants and fix naming then */
.wh-container {
  width: 100%;
  padding: 0 6.4%;
  margin: 0 auto;
  box-sizing: border-box; }
  .wh-container-wrapper {
    margin: 0 auto;
    max-width: 625px;
    width: 100%; }
    @media (min-width: 784px) {
      .wh-container-wrapper {
        max-width: inherit; } }

@media (max-width: 783px) {
  .wh-container {
    max-width: 625px; } }

@media (min-width: 784px) and (max-width: 1023px) {
  .wh-container {
    width: 784px;
    padding: 0 32px; } }

@media (min-width: 1024px) {
  .wh-container {
    width: 1078px;
    padding: 0; } }

/* TODO: Add more shadows variants and fix naming then */

.wh-grid {
  display: flex;
  flex-flow: row wrap; }
  .wh-grid__column {
    width: 100%;
    flex-basis: 100%; }

@media (max-width: 783px) {
  .wh-grid__column_12\@mobile {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%; } }

@media (min-width: 784px) and (max-width: 1023px) {
  .wh-grid__column_6\@tablet {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%; } }

@media (min-width: 1024px) {
  .wh-grid__column_6\@desktop {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%; } }

.wh-cell {
  display: flex;
  flex-direction: row;
  position: relative; }
    .wh-cell_basic .wh-cell__part-title_l {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-synthesis: none;
      word-break: break-word;
      font-size: 15px;
      line-height: 24px;
      font-weight: 350;
      letter-spacing: 0.015em;
      padding: 14px 0; }
  .wh-cell_badge img {
    display: block;
    height: 100%; }
  .wh-cell_badge .wh-cell__part-badge_xl {
    padding-top: 8px;
    padding-bottom: 8px;
    height: 40px; }

@media (min-width: 784px) and (max-width: 1023px) {
  .wh-cell_badge .wh-cell__part-badge_l\@tablet {
    padding-top: 9px;
    padding-bottom: 9px;
    height: 34px; } }
  @media (min-width: 1024px) {
    .wh-cell_badge .wh-cell__part-badge_l\@desktop {
      padding-top: 9px;
      padding-bottom: 9px;
      height: 34px; } }
  .wh-cell__part {
    flex-grow: 0; }

/* stylelint-disable selector-list-comma-newline-after */
html, body, div, span, a, img, section {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

section {
  display: block; }

body {
  line-height: 1;
  background: #FFF;
  color: #000; }


body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: none;
  word-break: break-word;
  font-size: 13px;
  line-height: 20px;
  font-weight: 350;
  letter-spacing: 0.015em; }

/* TODO: Add more shadows variants and fix naming then */

body {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  min-width: 375px;
  background-color: #000; }

.wh-section__wrapper_app___10dir {
  background-color: #F5F5F5;  }

.wh-section__container___3P3iJ {
  max-width: 1920px;
  margin: 0 auto; }

.app___31_XP {
  position: relative;
  /*background-color: #FFF; */ }
    .app___31_XP_dark {
  position: relative;
 /* background-color: #000; */ }
  .app__image___1Zp2m {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    .app__image___1Zp2m picture, .app__image___1Zp2m picture > img {
      object-fit: cover;
      width: 100%; }
      @media (max-width: 783px) {
        .app__image___1Zp2m picture, .app__image___1Zp2m picture > img {
          height: 448px; } }

@media (min-width: 784px) and (max-width: 1023px) {
  .app__image___1Zp2m picture, .app__image___1Zp2m picture > img {
    height: 864px; } }
      @media (min-width: 1024px) {
        .app__image___1Zp2m picture, .app__image___1Zp2m picture > img {
          height: 864px; } }

@media (min-width: 784px) and (max-width: 1023px) {
  .app__image___1Zp2m picture, .app__image___1Zp2m picture > img {
    object-position: 58% 50%; } }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .app__image___1Zp2m picture, .app__image___1Zp2m picture > img {
          position: relative;
          width: auto; } }

@media (min-width: 784px) and (max-width: 1023px) {
  .app__image___1Zp2m picture, .app__image___1Zp2m picture > img {
    left: -200px; } }
      @media (min-width: 1024px) {
        .app__image___1Zp2m picture, .app__image___1Zp2m picture > img {
          left: -100px; } }
      @media screen and (min-width: 1280px) {
        .app__image___1Zp2m picture, .app__image___1Zp2m picture > img {
          left: 0; } }
    @media (max-width: 783px) {
      .app__image___1Zp2m {
        height: 448px; } }

@media (min-width: 784px) and (max-width: 1023px) {
  .app__image___1Zp2m {
    height: 864px; } }
    @media (min-width: 1024px) {
      .app__image___1Zp2m {
        height: 864px; } }
    @media (min-width: 784px) {
      .app__image___1Zp2m {
        position: absolute; } }
        /*dark mode */
        .app__image___1Zp2m_dark {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    .app__image___1Zp2m_dark picture, .app__image___1Zp2m_dark picture > img {
      object-fit: cover;
      width: 100%; }
      @media (max-width: 783px) {
        .app__image___1Zp2m_dark picture, .app__image___1Zp2m_dark picture > img {
          height: 448px; } }

@media (min-width: 784px) and (max-width: 1023px) {
  .app__image___1Zp2m_dark picture, .app__image___1Zp2m_dark picture > img {
    height: 864px; } }
      @media (min-width: 1024px) {
        .app__image___1Zp2m_dark picture, .app__image___1Zp2m_dark picture > img {
          height: 864px; } }

@media (min-width: 784px) and (max-width: 1023px) {
  .app__image___1Zp2m_dark picture, .app__image___1Zp2m_dark picture > img {
    object-position: 58% 50%; } }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .app__image___1Zp2m_dark picture, .app__image___1Zp2m_dark picture > img {
          position: relative;
          width: auto; } }

@media (min-width: 784px) and (max-width: 1023px) {
  .app__image___1Zp2m_dark picture, .app__image___1Zp2m_dark picture > img {
    left: -200px; } }
      @media (min-width: 1024px) {
        .app__image___1Zp2m_dark picture, .app__image___1Zp2m_dark picture > img {
          left: -100px; } }
      @media screen and (min-width: 1280px) {
        .app__image___1Zp2m_dark picture, .app__image___1Zp2m_dark picture > img {
          left: 0; } }
    @media (max-width: 783px) {
      .app__image___1Zp2m_dark {
        height: 448px; } }

@media (min-width: 784px) and (max-width: 1023px) {
  .app__image___1Zp2m_dark {
    height: 864px; } }
    @media (min-width: 1024px) {
      .app__image___1Zp2m_dark {
        height: 864px; } }
    @media (min-width: 784px) {
      .app__image___1Zp2m_dark {
        position: absolute; } }
        /*dark end*/
  .app__container___2mJkW {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }

@media (min-width: 784px) and (max-width: 783px) {
  .app__container___2mJkW {
    height: 448px; } }

@media (min-width: 784px) and (min-width: 784px) and (max-width: 1023px) {
  .app__container___2mJkW {
    height: 864px; } }

@media (min-width: 784px) and (min-width: 1024px) {
  .app__container___2mJkW {
    height: 864px; } }

@media (min-width: 784px) and (max-width: 1023px) {
  .app__container___2mJkW {
    padding-top: 64px; } }
    @media (min-width: 1024px) {
      .app__container___2mJkW {
        padding-top: 64px; } }

.frame___2geSo {
  box-sizing: border-box;
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #FFF; }

@media (min-width: 784px) and (max-width: 1023px) {
  .frame___2geSo {
    margin-left: -32px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    flex-basis: calc(50% + 32px);
    width: calc(50% + 32px);
    max-width: calc(50% + 32px);
    border-radius: 12px; } }
  @media (min-width: 1024px) {
    .frame___2geSo {
      padding-right: 32px;
      padding-left: 32px;
      opacity: 0.95;
      border-radius: 12px; } }
  .frame__app-icon___31Ias {
    margin-bottom: 35px;
    line-height: 0; }
    @media (min-width: 1024px) {
      .frame__app-icon___31Ias {
        margin-bottom: 38px; } }
  .frame__title___3WKjg {
    margin-bottom: 9px;
    color: #000;
    text-transform: uppercase;
    font-variant-numeric: proportional-nums;
    font-feature-settings: 'pnum' 1;
    font-size: 36px;
    line-height: 48px;
    font-weight: 325;
    letter-spacing: 0.065em; }
    @media (min-width: 1024px) {
      .frame__title___3WKjg {
        margin-bottom: 10px;
        text-transform: uppercase;
        font-variant-numeric: proportional-nums;
        font-feature-settings: 'pnum' 1;
        font-size: 30px;
        line-height: 64px;
        font-weight: 300;
        letter-spacing: 0.065em; } }
  .frame__subtitle___E-Vjs {
    margin-bottom: 8px;
    padding-top: 15px;
    padding-bottom: 13px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-synthesis: none;
    word-break: break-word;
    font-size: 20px;
    line-height: 28px;
    font-weight: 350;
    letter-spacing: 0.01em; }
    @media (min-width: 1024px) {
      .frame__subtitle___E-Vjs {
        margin-bottom: 13px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-synthesis: none;
        word-break: break-word;
        font-size: 20px;
        line-height: 32px;
        font-weight: 350;
        letter-spacing: 0.01em; } }
  .frame__content___2ipGg {
    margin-bottom: 16px; }
    @media (min-width: 1024px) {
      .frame__content___2ipGg {
        margin-bottom: 15px; } }
  .frame__icons___2Z_wS {
    display: flex; }
  .frame__icon___14jPq {
    margin-right: 16px; }
    .frame__icon___14jPq:last-child {
      margin-right: 0px; }

.app-icon___1tvI- {
  width: 64px;
  height: 64px; }
  @media (min-width: 1024px) {
    .app-icon___1tvI- {
      width: 88px;
      height: 88px; } }

/*Cooperation*/
        .hwEOEQ {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            padding-left: 24px;
            padding-right: 24px;
            position: relative;
        }

        @media (min-width: 550px) {
            .hwEOEQ {
                padding-left: 48px;
                padding-right: 48px;
            }
        }

        @media (min-width: 950px) {
            .hwEOEQ {
                padding-left: 48px;
                padding-right: 48px;
            }
        }

        @media (min-width: 1200px) {
            .hwEOEQ {
                padding-left: 130px;
                padding-right: 130px;
            }
        }

        .grJbPF {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            padding-left: 0px;
            padding-right: 0px;
        }

        .fABWPi {
            width: 100%;
        }

        .hOcEjx {
            margin-top: 32px;
        }

        .hNccHX {
            width: auto;
            padding-left: 48px;
            padding-right: 48px;
            padding-top: 16px;
            padding-bottom: 16px;
        }

        .bcaxyp {
            width: 100%;
            margin-left: -4px;
            margin-right: -4px;
            padding-bottom: 72px;
            padding-top: 72px;
        }

        @media (min-width: 550px) {
            .bcaxyp {
                margin-left: -8px;
                margin-right: -8px;
                padding-bottom: 144px;
                padding-top: 144px;
            }
        }

        @media (min-width: 950px) {
            .bcaxyp {
                margin-left: -12px;
                margin-right: -12px;
                padding-bottom: 144px;
                padding-top: 144px;
            }
        }

        @media (min-width: 1200px) {
            .bcaxyp {
                margin-left: -12px;
                margin-right: -12px;
                padding-bottom: 144px;
                padding-top: 144px;
            }
        }

        @media (min-width: 1440px) {
            .bcaxyp {
                margin-left: -16px;
                margin-right: -16px;
                padding-bottom: 144px;
                padding-top: 144px;
            }
        }

        @media (min-width: 1800px) {
            .bcaxyp {
                margin-left: -16px;
                margin-right: -16px;
                padding-bottom: 144px;
                padding-top: 144px;
            }
        }

        .icdXq {
            width: 100%;
            padding-left: 0px;
            padding-right: 0px;
        }

        @media (min-width: 550px) {
            .icdXq {
                width: 100%;
                padding-left: 0px;
                padding-right: 0px;
            }
        }

        @media (min-width: 950px) {
            .icdXq {
                width: 62.5%;
                padding-left: 12px;
                padding-right: 12px;
            }
        }

        @media (min-width: 1200px) {
            .icdXq {
                width: 66.66666666666666%;
                padding-left: 12px;
                padding-right: 12px;
            }
        }

        @media (min-width: 1440px) {
            .icdXq {
                width: 66.66666666666666%;
                padding-left: 16px;
                padding-right: 16px;
            }
        }

        @media (min-width: 1800px) {
            .icdXq {
                width: 66.66666666666666%;
                padding-left: 16px;
                padding-right: 16px;
            }
        }

        .guGGFx {
            background-color: #4a5a75;
            background-image: url("/images/cooperation-pic.jpg");
            width: 100%;
        }

        @media (min-width: 550px) {
            .guGGFx {
                background-image: url("/images/cooperation-pic.jpg");
            }
        }

        @media (min-width: 950px) {
            .guGGFx {
                background-image: url("/images/cooperation-pic.jpg");
            }
        }

        @media (min-width: 1200px) {
            .guGGFx {
                background-image: url("/images/cooperation-pic.jpg");
            }
        }

        @media (min-width: 1440px) {
            .guGGFx {
                background-image: url("/images/cooperation-pic.jpg");
            }
        }


        .cEnpRG {
            background: transparent;
            color: inherit;
            border: none;
            font: inherit;
            line-height: normal;
            overflow: visible;
            width: auto;
            -webkit-font-smoothing: inherit;
            -moz-osx-font-smoothing: inherit;
            -webkit-appearance: none;
            font-size: 12px;
            margin: 0px;
            margin-bottom: 8px;
            padding: 0px;
            width: auto;
        }


        .cAtmeO {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

        .bEQBAK {
            -webkit-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .zpuyr {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .xcmrV {
            -webkit-align-items: flex-start;
            -webkit-box-align: flex-start;
            -ms-flex-align: flex-start;
            align-items: flex-start;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .eETyQm {
            -webkit-align-items: flex-start;
            -webkit-box-align: flex-start;
            -ms-flex-align: flex-start;
            align-items: flex-start;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .hSvTmP {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        }

        @media (min-width: 550px) {
            .hSvTmP {
                -webkit-flex-direction: column-reverse;
                -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
            }
        }

        @media (min-width: 950px) {
            .hSvTmP {
                -webkit-flex-direction: row-reverse;
                -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
            }
        }


        .kxLnWw {
            color: inherit;
            font-size: 16px;
            line-height: 1;
            font-weight: 600;
            margin: 0px;
        }

        .nxqEt {
            color: #ffffff;
            font-size: 32px;
            -webkit-letter-spacing: 0;
            -moz-letter-spacing: 0;
            -ms-letter-spacing: 0;
            letter-spacing: 0;
            line-height: 1.25;
            font-weight: 200;
            margin: 0px;
            margin-bottom: 8px;
            text-align: flex-start;
            width: 100%;
        }

        @media (min-width: 550px) {
            .nxqEt {
                font-size: 36px;
                -webkit-letter-spacing: 0;
                -moz-letter-spacing: 0;
                -ms-letter-spacing: 0;
                letter-spacing: 0;
                line-height: 1.25;
                margin-bottom: 16px;
            }
        }

        @media (min-width: 950px) {
            .nxqEt {
                font-size: 42px;
                -webkit-letter-spacing: -0.5px;
                -moz-letter-spacing: -0.5px;
                -ms-letter-spacing: -0.5px;
                letter-spacing: -0.5px;
                line-height: 1.125;
                margin-bottom: 24px;
            }
        }

        @media (min-width: 1200px) {
            .nxqEt {
                font-size: 42px;
                line-height: 1.125;
            }
        }

        @media (min-width: 1440px) {
            .nxqEt {
                font-size: 30px;
                line-height: 1.125;
            }
        }

        @media (min-width: 1800px) {
            .nxqEt {
                line-height: 1.125;
            }
        }

        .gcMNej {
            color: #ffffff;
            font-size: 18px;
            -webkit-letter-spacing: 0.5px;
            -moz-letter-spacing: 0.5px;
            -ms-letter-spacing: 0.5px;
            letter-spacing: 0.5px;
            line-height: 1.5;
            font-weight: 400;
            margin: 0px;
            text-align: flex-start;
            width: 100%;
        }

        @media (min-width: 550px) {
            .gcMNej {
                font-size: 18px;
            }
        }

        @media (min-width: 950px) {
            .gcMNej {
                font-size: 18px;
            }
        }

        @media (min-width: 1200px) {
            .gcMNej {
                font-size: 18px;
            }
        }

        @media (min-width: 1440px) {
            .gcMNej {
                font-size: 18px;
            }
        }

        @media (min-width: 1800px) {
            .gcMNej {
                font-size: 18px;
            }
        }


        .snSBa {
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
        }


        .iqAQYn {
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-transition: background-color 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000), color 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000), border-color 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000), opacity 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
            transition: background-color 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000), color 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000), border-color 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000), opacity 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
            border-radius: 12px;
            display: inline-block;
            fill: #ffffff;
            color: #ffffff;
            background-color: rgba(255, 255, 255, 0);
            border: 1px solid #ffffff;
        }

        .iqAQYn:hover {
            background-color: rgba(255, 255, 255, 0.2);
        }


        .jsJkcg {
            cursor: pointer;
            -webkit-text-decoration: none;
            text-decoration: none;
            display: inline-block;
            margin-bottom: 8px;
        }


        .iucSKa {
            max-width: 1700px;
        }


        .fEJQvD {
            max-width: 1440px;
        }

        .dTcUlu {
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .gzxSkw {
            -webkit-box-flex: 0;
            -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
        }


        .leEcDs p {
            margin: 0;
        }

        .leEcDs p {
            margin-bottom: 16px;
        }

        .leEcDs p:last-child {
            margin-bottom: 0;
        }

        .jnTQMC {
            display: inline-block;
            margin-right: 10px;
        }

        .htxdrS {
            position: relative;
        }

        .kEywVC {
            overflow: hidden;
            position: relative;
            background-position: center center;
        }


        html {
            box-sizing: border-box;
        }

        *:focus {
            outline: none;
        }

        body {
            font-weight: 400;
            -webkit-font-smoothing: antialiased;
            margin: 0;
        }
</style>
    <style data-styled="gdMPTF" data-styled-version="4.4.1" data-styled-streamed="true">

        @-webkit-keyframes gdMPTF {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }
