/*
    Theme Name: BO WEB Starter Theme
    Author: Bo web 
    Author URI: http://www.boweb.com.ua
    Description: Starter Theme
    Version: 1.0
    License: GNU General Public License v3 or later
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Rubik+Bubbles&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-appearance: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

details summary {
  list-style: none;
}
details summary:focus {
  outline: none;
}
details summary::-webkit-details-marker {
  display: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

/*--------------------*/
/* Layaut */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
  max-width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 488px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 680px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 904px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1112px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1312px;
  }
}

.row {
  margin-left: -gutter-width();
  margin-right: -gutter-width();
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.col-offset-1 {
  margin-left: 8.3333333333%;
}

.col-offset-2 {
  margin-left: 16.6666666667%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-offset-4 {
  margin-left: 33.3333333333%;
}

.col-offset-5 {
  margin-left: 41.6666666667%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-offset-7 {
  margin-left: 58.3333333333%;
}

.col-offset-8 {
  margin-left: 66.6666666667%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-offset-10 {
  margin-left: 83.3333333333%;
}

.col-offset-11 {
  margin-left: 91.6666666667%;
}

.col-offset-12 {
  margin-left: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-xxl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xxl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xxl-offset-3 {
    margin-left: 25%;
  }
  .col-xxl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xxl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xxl-offset-6 {
    margin-left: 50%;
  }
  .col-xxl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xxl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xxl-offset-9 {
    margin-left: 75%;
  }
  .col-xxl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xxl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xxl-offset-12 {
    margin-left: 100%;
  }
}
*::-webkit-scrollbar {
  display: none;
}

* {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body {
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  position: relative;
  max-width: 100vw;
  background-color: #eeb4ea;
  height: 100%;
}
body.no-scroll {
  overflow: hidden;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #002150;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#preloader img {
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
@media (orientation: landscape) {
  #preloader img {
    width: 8vw;
  }
}
@media (orientation: portrait) {
  #preloader img {
    width: 20vw;
  }
}

.video-background {
  max-width: 100vw;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
}
.video-background video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.video-background .bb {
  position: absolute;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  top: 0;
  opacity: 0;
}
@media (orientation: landscape) {
  .video-background .bb {
    padding: 6.5vw 9.5vw 9.5vw;
  }
}
@media (orientation: portrait) {
  .video-background .bb {
    padding: 22vw 5vw 30.3vw;
  }
}
.video-background .bb > div {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video-background .bb > div > img {
  display: none;
  width: 100%;
}
@media (orientation: landscape) {
  .video-background .bb > div > img.desk {
    display: block;
  }
}
@media (orientation: portrait) {
  .video-background .bb > div > img.mobile {
    display: block;
  }
}

h1, h2, h3, h4 {
  font-family: "Rubik Bubbles", system-ui;
  display: inline-block;
  -webkit-transform: translateY(-19%) scaleY(1.3);
      -ms-transform: translateY(-19%) scaleY(1.3);
          transform: translateY(-19%) scaleY(1.3);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  line-height: 92%;
}

main, header, footer {
  position: relative;
  z-index: 2;
}

.site-main {
  max-width: 100vw;
  position: relative;
}
@media (orientation: landscape) {
  .site-main {
    height: 900vh;
  }
}
@media (orientation: portrait) {
  .site-main {
    height: 613vh;
  }
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  position: absolute;
  right: 18px;
  top: 0px;
  background-color: #fff;
}

@-webkit-keyframes slidein {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-104vw);
            transform: translateX(-104vw);
  }
}

@keyframes slidein {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-104vw);
            transform: translateX(-104vw);
  }
}
@-webkit-keyframes slidein-m {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-144vw);
            transform: translateX(-144vw);
  }
}
@keyframes slidein-m {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-144vw);
            transform: translateX(-144vw);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (orientation: landscape) {
  .site-header {
    padding: 2vh 9.5vw;
  }
}
@media (orientation: portrait) {
  .site-header {
    padding: 2vh 5vw;
  }
}
.site-header .header-logo {
  position: relative;
}
@media (orientation: landscape) {
  .site-header .header-logo {
    width: 6vw;
  }
}
@media (orientation: portrait) {
  .site-header .header-logo {
    width: 15vw;
  }
}
.site-header .header-logo .alt_logo {
  position: absolute;
  opacity: 0;
}
.change .site-header .header-logo .alt_logo {
  opacity: 1;
}
.site-header .header-logo .custom-logo-link {
  position: relative;
  z-index: 1;
}
.change .site-header .header-logo .custom-logo-link {
  opacity: 0;
}
.site-header .header-logo img {
  width: 100%;
}
.site-header button {
  background-color: #002150;
  color: #eeb4ea;
  line-height: 100%;
  font-weight: 800;
  opacity: 1;
}
@media (orientation: landscape) {
  .site-header button {
    font-size: 1.6vw;
    padding: 0.55vw 0.6vw;
    border-radius: 1vw;
    letter-spacing: 0.03vw;
  }
}
@media (orientation: portrait) {
  .site-header button {
    font-size: 4vw;
    padding: 1.8vw 1.7vw;
    border-radius: 2.5vw;
    letter-spacing: 0.06vw;
  }
}
.site-header button:hover {
  opacity: 0.7;
}
.change .site-header button {
  color: #002150;
  background-color: #eeb4ea;
}

.site-footer {
  position: fixed;
  background-color: #002150;
  color: #eeb4ea;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (orientation: landscape) {
  .site-footer {
    padding: 2vh 9.5vw 4vh;
  }
}
@media (orientation: portrait) {
  .site-footer {
    padding: 2vh 5vw 4vh;
  }
}
.site-footer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.site-footer .copyr p {
  color: #eeb4ea;
  line-height: 135%;
}
@media (orientation: landscape) {
  .site-footer .copyr p {
    font-size: 1.1vw;
  }
}
@media (orientation: portrait) {
  .site-footer .copyr p {
    font-size: 3.3vw;
  }
}
.site-footer .copyr p:nth-child(1) {
  font-weight: 700;
}
.site-footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (orientation: landscape) {
  .site-footer .social {
    gap: 0.5vw;
  }
}
@media (orientation: portrait) {
  .site-footer .social {
    gap: 1.5vw;
  }
}
@media (orientation: landscape) {
  .site-footer .social a img {
    height: 3vw;
  }
}
@media (orientation: portrait) {
  .site-footer .social a img {
    height: 9vw;
  }
}

.section-hero {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  will-change: transform;
  position: relative;
}
@media (orientation: landscape) {
  .section-hero {
    padding: 8vw 9.5vw 0;
    height: 100vh;
    max-height: 100vh;
    position: fixed;
  }
}
@media (orientation: portrait) {
  .section-hero {
    height: 150vh;
    max-height: 150vh;
    margin-bottom: -50vh;
    padding: 32vw 4.5vw 0;
    overflow: hidden;
  }
}
.section-hero > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (orientation: landscape) {
  .section-hero > div {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (orientation: portrait) {
  .section-hero > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (orientation: landscape) {
  .section-hero > div .description {
    width: 56%;
    padding-top: 5%;
  }
}
@media (orientation: portrait) {
  .section-hero > div .description {
    width: 100%;
    padding-bottom: 10%;
  }
}
.section-hero > div .description h1 {
  color: #002150;
}
@media (orientation: landscape) {
  .section-hero > div .description h1 {
    font-size: 5.5vw;
  }
}
@media (orientation: portrait) {
  .section-hero > div .description h1 {
    font-size: 9.8vw;
  }
}
.section-hero > div .description p {
  color: #002150;
  font-weight: 500;
}
@media (orientation: landscape) {
  .section-hero > div .description p {
    font-size: 1.6vw;
    line-height: 126%;
    letter-spacing: 0.03vw;
    margin-top: -0.6vw;
  }
}
@media (orientation: portrait) {
  .section-hero > div .description p {
    font-size: 4.5vw;
    line-height: 126%;
    letter-spacing: 0.03vw;
  }
}
.section-hero > div .description p > span {
  font-weight: 900;
  position: relative;
}
.section-hero > div .description p > span > span {
  position: relative;
  z-index: 2;
}
.section-hero > div .description p > span::before {
  content: "";
  width: 100%;
  height: 90%;
  position: absolute;
  background-color: #e5b6e7;
  top: 5%;
}
.section-hero > div .phone {
  position: relative;
}
@media (orientation: landscape) {
  .section-hero > div .phone {
    width: 40%;
    aspect-ratio: 1/1.3;
  }
}
@media (orientation: portrait) {
  .section-hero > div .phone {
    width: 100%;
    aspect-ratio: 1/1.1;
  }
}
.section-hero > div .phone > div {
  background-color: #111;
  position: absolute;
  aspect-ratio: 8.6/19;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
@media (orientation: landscape) {
  .section-hero > div .phone > div {
    width: 15.58vw;
    left: 6.05vw;
    top: 0.94vw;
    border-radius: 2.4vw;
  }
}
@media (orientation: portrait) {
  .section-hero > div .phone > div {
    aspect-ratio: 8.56/19;
    width: 38.6vw;
    left: 26.2vw;
    top: 2.3vw;
    border-radius: 6vw;
  }
}
.section-hero > div .phone > div iframe, .section-hero > div .phone > div video {
  position: absolute;
  height: 100%;
}
.section-hero > div .phone > div > div {
  text-align: center;
  position: relative;
  z-index: 2;
}
.section-hero > div .phone > div > div .play-btn {
  margin: auto;
  display: block;
  opacity: 0.8;
}
@media (orientation: landscape) {
  .section-hero > div .phone > div > div .play-btn {
    width: 6vw;
    margin-bottom: 0.7vw;
  }
}
@media (orientation: portrait) {
  .section-hero > div .phone > div > div .play-btn {
    width: 18vw;
    margin-bottom: 1.7vw;
  }
}
.section-hero > div .phone > div > div > span {
  background-color: #002150;
  color: #eeb4ea;
  font-weight: 700;
  padding: 0 0.3rem;
  display: inline-block;
}
.section-hero > div .phone > div > div > span:nth-child(2) {
  font-size: 2vw;
  margin-bottom: 0.4vw;
}
@media (orientation: landscape) {
  .section-hero > div .phone > div > div > span:nth-child(2) {
    font-size: 2vw;
    margin-bottom: 0.4vw;
  }
}
@media (orientation: portrait) {
  .section-hero > div .phone > div > div > span:nth-child(2) {
    font-size: 4vw;
    margin-bottom: 0.4vw;
  }
}
@media (orientation: landscape) {
  .section-hero > div .phone > div > div > span:last-child {
    font-size: 1.1vw;
  }
}
@media (orientation: portrait) {
  .section-hero > div .phone > div > div > span:last-child {
    font-size: 2vw;
  }
}
.section-hero > div .phone > img {
  position: absolute;
  top: 0;
  z-index: 2;
}
@media (orientation: landscape) {
  .section-hero > div .phone > img {
    width: 53vw;
    left: -2vw;
  }
}
@media (orientation: portrait) {
  .section-hero > div .phone > img {
    width: 132vw;
    left: 6vw;
  }
}

.section-two {
  height: 100vh;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  will-change: transform;
}
@media (orientation: landscape) {
  .section-two {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    padding: 5vw 9.5vw 2vw;
    position: fixed;
  }
}
@media (orientation: portrait) {
  .section-two {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
    padding: 14vw 6vw 5vw;
    position: sticky;
    top: 0;
  }
}
.section-two > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5%;
  margin-bottom: 4vw;
  position: relative;
}
@media (orientation: portrait) {
  .section-two > div > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2vw;
    margin-bottom: 14vw;
  }
}
.section-two > div > div > div.phone-box {
  position: relative;
}
@media (orientation: landscape) {
  .section-two > div > div > div.phone-box {
    width: 17%;
    aspect-ratio: 9/17;
  }
}
@media (orientation: portrait) {
  .section-two > div > div > div.phone-box {
    width: 70%;
    aspect-ratio: 17/9;
  }
}
.section-two > div > div > div.phone-box > div {
  position: absolute;
  overflow: hidden;
  z-index: -1;
}
@media (orientation: landscape) {
  .section-two > div > div > div.phone-box > div {
    width: 95%;
    height: 100%;
    border-radius: 2.5vw;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
}
@media (orientation: portrait) {
  .section-two > div > div > div.phone-box > div {
    width: 100%;
    height: 95%;
    border-radius: 5vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
}
.section-two > div > div > div.phone-box > div .video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}
.section-two > div > div > div.phone-box > div .video-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}
@media (orientation: landscape) {
  .section-two > div > div > div.phone-box > div .video-wrapper iframe {
    height: 100%;
  }
}
@media (orientation: portrait) {
  .section-two > div > div > div.phone-box > div .video-wrapper iframe {
    width: 100%;
  }
}
@media (orientation: landscape) {
  .section-two > div > div > div.phone-box > div .video-wrapper iframe.desk {
    display: block;
  }
}
@media (orientation: portrait) {
  .section-two > div > div > div.phone-box > div .video-wrapper iframe.mobile {
    display: block;
  }
}
.section-two > div > div > div.phone-box > div video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}
@media (orientation: landscape) {
  .section-two > div > div > div.phone-box > div video.desk {
    display: block;
  }
}
@media (orientation: portrait) {
  .section-two > div > div > div.phone-box > div video.mobile {
    display: block;
  }
}
.section-two > div > div > div.phone-box > div > div:not(.video-wrapper) {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.section-two > div > div > div.phone-box > div > div:not(.video-wrapper)::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #eeb4ea;
  opacity: 1;
}
.section-two > div > div > div.phone-box > div > div:not(.video-wrapper) > * {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 2;
}
@media (orientation: landscape) {
  .section-two > div > div > div.phone-box > div > div:not(.video-wrapper) > img {
    width: 80%;
  }
}
@media (orientation: portrait) {
  .section-two > div > div > div.phone-box > div > div:not(.video-wrapper) > img {
    width: 40%;
  }
}
.section-two > div > div > div.phone-box > div > div:not(.video-wrapper) > div {
  opacity: 0;
  color: #002150;
  text-align: center;
  font-weight: 800;
  line-height: 126%;
  letter-spacing: 0.02vw;
}
@media (orientation: landscape) {
  .section-two > div > div > div.phone-box > div > div:not(.video-wrapper) > div {
    font-size: 0.9vw;
    width: 86%;
  }
}
@media (orientation: portrait) {
  .section-two > div > div > div.phone-box > div > div:not(.video-wrapper) > div {
    font-size: 2.3vw;
    width: 90%;
    padding-top: 0.8vw;
  }
}
.section-two > div > div > div.phone-box > div > div:not(.video-wrapper) > div p {
  margin-bottom: 1vw;
}
.section-two > div > div > div.phone-box > img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
@media (orientation: landscape) {
  .section-two > div > div > div.phone-box > img.desk {
    display: block;
  }
}
@media (orientation: portrait) {
  .section-two > div > div > div.phone-box > img.mobile {
    display: block;
  }
}
.section-two > div > div > div.phone-box:hover {
  cursor: pointer;
}
.section-two > div > div > div.phone-box:hover > div > div > img {
  opacity: 0;
}
.section-two > div > div > div.phone-box:hover > div > div > div {
  opacity: 1;
}
.section-two > div > div > div.phone-box:hover > div > div::before {
  opacity: 0;
}
.section-two > div > div > div.reveal {
  position: absolute;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  z-index: -1;
}
@media (orientation: landscape) {
  .section-two > div > div > div.reveal {
    left: 16%;
    width: 11%;
    -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}
@media (orientation: portrait) {
  .section-two > div > div > div.reveal {
    left: 12%;
    width: 16%;
    -webkit-transform: rotate(-33deg);
        -ms-transform: rotate(-33deg);
            transform: rotate(-33deg);
    margin-top: -1vh;
  }
}
.section-two > div > div > div.reveal img {
  width: 100%;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  display: none;
}
@media (orientation: landscape) {
  .section-two > div > div > div.reveal img.desk {
    display: block;
  }
}
@media (orientation: portrait) {
  .section-two > div > div > div.reveal img.mobile {
    display: block;
  }
}
.section-two > div > h2 {
  color: #002150;
  font-size: 4.5vw;
  text-align: center;
  width: 100%;
}
@media (orientation: landscape) {
  .section-two > div > h2 {
    font-size: 4.5vw;
  }
}
@media (orientation: portrait) {
  .section-two > div > h2 {
    font-size: 11.5vw;
  }
}
.section-two > div > h2 span {
  position: relative;
}
.section-two > div > h2 span::after {
  content: "";
  width: 100%;
  height: 0.2vw;
  background-color: #002150;
  bottom: 0.4vw;
  position: absolute;
  left: 0;
}
.section-two > div > p {
  color: #002150;
  font-weight: 500;
  line-height: 126%;
  text-align: center;
}
@media (orientation: landscape) {
  .section-two > div > p {
    font-size: 1.6vw;
    letter-spacing: 0.03vw;
    margin-top: 1vw;
  }
}
@media (orientation: portrait) {
  .section-two > div > p {
    font-size: 4.6vw;
    letter-spacing: 0.06vw;
    margin-top: 3vw;
  }
}
.section-two > div > p > span {
  font-weight: 900;
  position: relative;
}
.section-two > div > p > span > span {
  position: relative;
  z-index: 2;
}
.section-two > div > p > span::before {
  content: "";
  width: 100%;
  height: 90%;
  position: absolute;
  background-color: #e5b6e7;
  top: 5%;
}

.section-three {
  height: 100vh;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #002150;
  z-index: 2;
}
@media (orientation: landscape) {
  .section-three {
    position: fixed;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    will-change: transform;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform: translate3d(0, 100vh, 0);
            transform: translate3d(0, 100vh, 0);
    top: 0;
  }
}
@media (orientation: portrait) {
  .section-three {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 17vw;
    margin-top: -400vh;
    position: sticky;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
  }
}
.section-three .logos-container {
  width: 100%;
  position: relative;
  z-index: 1;
}
.section-three .logos-container .logos-row {
  gap: 4vw;
  margin-bottom: 4vw;
  display: none;
}
@media (orientation: landscape) {
  .section-three .logos-container .logos-row.desk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: 14s linear infinite running slidein;
            animation: 14s linear infinite running slidein;
  }
}
@media (orientation: portrait) {
  .section-three .logos-container .logos-row.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: 14s linear infinite running slidein-m;
            animation: 14s linear infinite running slidein-m;
  }
}
.section-three .logos-container .logos-row > img {
  width: 100vw;
}
@media (orientation: portrait) {
  .section-three .logos-container .logos-row > img {
    width: 140vw;
  }
}
@media (orientation: landscape) {
  .section-three .logos-container .logos-row:nth-child(2).desk, .section-three .logos-container .logos-row:nth-child(4).desk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    animation: 14s linear infinite running reverse slidein;
  }
}
@media (orientation: portrait) {
  .section-three .logos-container .logos-row:nth-child(2).mobile, .section-three .logos-container .logos-row:nth-child(4).mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    animation: 14s linear infinite running reverse slidein-m;
  }
}
@media (orientation: landscape) {
  .section-three .description-block {
    position: absolute;
    background: rgb(0, 33, 80);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 33, 80, 0)), color-stop(15%, rgb(0, 33, 80)), color-stop(85%, rgb(0, 33, 80)), to(rgba(0, 33, 80, 0)));
    background: linear-gradient(90deg, rgba(0, 33, 80, 0) 0%, rgb(0, 33, 80) 15%, rgb(0, 33, 80) 85%, rgba(0, 33, 80, 0) 100%);
    width: 50%;
    text-align: center;
    padding: 5vw 10vw 0;
    z-index: 2;
  }
}
@media (orientation: portrait) {
  .section-three .description-block {
    width: 76%;
    text-align: center;
  }
}
.section-three .description-block h2 {
  text-shadow: -1px 0 #eeb4ea, 0 1px #eeb4ea, 1px 0 #eeb4ea, 0 -1px #eeb4ea;
  color: #002150;
  width: 100%;
}
@media (orientation: landscape) {
  .section-three .description-block h2 {
    font-size: 5.5vw;
  }
  .section-three .description-block h2 span {
    display: block;
    font-size: 9.2vw;
    -webkit-transform: translateY(0%) scaleY(1.45);
        -ms-transform: translateY(0%) scaleY(1.45);
            transform: translateY(0%) scaleY(1.45);
    line-height: 128%;
  }
}
@media (orientation: portrait) {
  .section-three .description-block h2 {
    font-size: 7.5vw;
    margin-bottom: 2vw;
  }
}
.section-three .description-block p {
  color: #eeb4ea;
  text-align: center;
  font-weight: 400;
  line-height: 126%;
}
@media (orientation: landscape) {
  .section-three .description-block p {
    font-size: 0.9vw;
    letter-spacing: 0.02vw;
  }
  .section-three .description-block p br {
    display: none;
  }
}
@media (orientation: portrait) {
  .section-three .description-block p {
    font-size: 3.5vw;
    letter-spacing: 0.06vw;
  }
}

.section-fore {
  height: 100vh;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #002150;
}
@media (orientation: landscape) {
  .section-fore {
    top: -1px;
    padding: 9vw 9.5vw 2vw;
    position: fixed;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform: translate3d(0, 100vh, 0);
            transform: translate3d(0, 100vh, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    will-change: transform;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
}
@media (orientation: portrait) {
  .section-fore {
    padding: 20vw 9.5vw 2vw;
    position: sticky;
    margin-top: -1px;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
  }
}
.section-fore > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5%;
  margin-bottom: 4vw;
  position: relative;
}
@media (orientation: portrait) {
  .section-fore > div > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-fore > div > div > div.phone-box {
  position: relative;
}
@media (orientation: landscape) {
  .section-fore > div > div > div.phone-box {
    width: 17%;
    aspect-ratio: 9/17;
  }
}
@media (orientation: portrait) {
  .section-fore > div > div > div.phone-box {
    width: 70%;
    aspect-ratio: 17/9;
  }
}
.section-fore > div > div > div.phone-box > div {
  position: absolute;
  overflow: hidden;
}
@media (orientation: landscape) {
  .section-fore > div > div > div.phone-box > div {
    width: 95%;
    height: 100%;
    border-radius: 2.5vw;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
}
@media (orientation: portrait) {
  .section-fore > div > div > div.phone-box > div {
    width: 100%;
    height: 95%;
    border-radius: 5vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
}
.section-fore > div > div > div.phone-box > div > div {
  position: relative;
  width: 100%;
  height: 100%;
}
.section-fore > div > div > div.phone-box > div > div::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #eeb4ea;
  opacity: 1;
}
.section-fore > div > div > div.phone-box > div > div > * {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 2;
}
.section-fore > div > div > div.phone-box > div > div > p {
  color: #002150;
  font-weight: 900;
}
@media (orientation: landscape) {
  .section-fore > div > div > div.phone-box > div > div > p {
    font-size: 12vw;
  }
}
@media (orientation: portrait) {
  .section-fore > div > div > div.phone-box > div > div > p {
    font-size: 24vw;
  }
}
.section-fore > div > div > div.phone-box > div > div > div {
  opacity: 0;
  color: #002150;
  text-align: center;
  font-weight: 800;
  line-height: 126%;
  letter-spacing: 0.02vw;
}
@media (orientation: landscape) {
  .section-fore > div > div > div.phone-box > div > div > div {
    font-size: 0.9vw;
    width: 90%;
  }
}
@media (orientation: portrait) {
  .section-fore > div > div > div.phone-box > div > div > div {
    font-size: 2.3vw;
    width: 51%;
    padding-top: 0.8vw;
  }
}
.section-fore > div > div > div.phone-box > div > div > div p {
  margin-bottom: 1vw;
}
.section-fore > div > div > div.phone-box > img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
@media (orientation: landscape) {
  .section-fore > div > div > div.phone-box > img.desk {
    display: block;
  }
}
@media (orientation: portrait) {
  .section-fore > div > div > div.phone-box > img.mobile {
    display: block;
  }
}
.section-fore > div > div > div.phone-box:hover {
  cursor: pointer;
}
.section-fore > div > div > div.phone-box:hover > div > div > p {
  opacity: 0;
}
.section-fore > div > div > div.phone-box:hover > div > div > div {
  opacity: 1;
}
.section-fore > div > div > div.reveal {
  position: absolute;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  z-index: -1;
}
@media (orientation: landscape) {
  .section-fore > div > div > div.reveal {
    left: 16%;
    width: 11%;
    -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}
@media (orientation: portrait) {
  .section-fore > div > div > div.reveal {
    left: 12%;
    width: 16%;
    -webkit-transform: rotate(-33deg);
        -ms-transform: rotate(-33deg);
            transform: rotate(-33deg);
    margin-top: -1vh;
  }
}
.section-fore > div > div > div.reveal img {
  width: 100%;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  display: none;
}
@media (orientation: landscape) {
  .section-fore > div > div > div.reveal img.desk {
    display: block;
  }
}
@media (orientation: portrait) {
  .section-fore > div > div > div.reveal img.mobile {
    display: block;
  }
}
.section-fore > div > h2 {
  color: #eeb4ea;
  text-align: center;
  width: 100%;
}
@media (orientation: landscape) {
  .section-fore > div > h2 {
    font-size: 6vw;
    margin-bottom: 2vw;
  }
  .section-fore > div > h2 br {
    display: none;
  }
}
@media (orientation: portrait) {
  .section-fore > div > h2 {
    font-size: 15vw;
    margin-bottom: 4vw;
  }
}

.section-five {
  height: 100vh;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  will-change: transform;
}
@media (orientation: landscape) {
  .section-five {
    padding: 8vw 9.5vw 0;
    overflow: hidden;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    position: fixed;
  }
}
@media (orientation: portrait) {
  .section-five {
    padding: 20vw 4.5vw 15vw;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
    position: sticky;
    margin-top: 50vw;
    margin-bottom: 200vw;
    top: 0;
  }
}
.section-five > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (orientation: landscape) {
  .section-five > div {
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (orientation: portrait) {
  .section-five > div {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (orientation: landscape) {
  .section-five > div .description {
    width: 53%;
    padding-top: 8%;
  }
}
@media (orientation: portrait) {
  .section-five > div .description {
    width: 100%;
    padding-bottom: 12%;
  }
}
.section-five > div .description h1 {
  color: #002150;
  font-size: 5vw;
  margin-bottom: 1.2vw;
}
@media (orientation: landscape) {
  .section-five > div .description h1 {
    font-size: 5vw;
    margin-bottom: 1.2vw;
  }
}
@media (orientation: portrait) {
  .section-five > div .description h1 {
    font-size: 7vw;
    margin-bottom: 2vw;
  }
}
.section-five > div .description p {
  color: #002150;
  font-weight: 600;
  line-height: 110%;
}
@media (orientation: landscape) {
  .section-five > div .description p {
    font-size: 1.6vw;
    letter-spacing: 0.03vw;
    margin-top: -0.6vw;
  }
}
@media (orientation: portrait) {
  .section-five > div .description p {
    font-size: 4.7vw;
    letter-spacing: 0.06vw;
    margin-top: 0vw;
  }
}
@media (orientation: landscape) {
  .section-five > div .description p:not(:last-child) {
    margin-bottom: 1.6vw;
  }
}
@media (orientation: portrait) {
  .section-five > div .description p:last-child {
    display: none;
  }
}
.section-five > div .description p > span {
  font-weight: 900;
  position: relative;
}
.section-five > div .description p > span > span {
  position: relative;
  z-index: 2;
}
.section-five > div .description p > span::before {
  content: "";
  width: 100%;
  height: 90%;
  position: absolute;
  background-color: #e5b6e7;
  top: 5%;
}
.section-five > div .phone {
  position: relative;
}
@media (orientation: landscape) {
  .section-five > div .phone {
    width: 45%;
    aspect-ratio: 1/1.3;
  }
}
@media (orientation: portrait) {
  .section-five > div .phone {
    width: 100%;
    aspect-ratio: 1/1.1;
  }
}
.section-five > div .phone > div {
  top: 0.4vw;
  position: absolute;
  aspect-ratio: 8.6/18;
  overflow: hidden;
}
@media (orientation: landscape) {
  .section-five > div .phone > div {
    width: 17vw;
    right: 8vw;
    border-radius: 2.5vw;
  }
}
@media (orientation: portrait) {
  .section-five > div .phone > div {
    width: 41vw;
    right: 24vw;
    border-radius: 4.5vw;
  }
}
.section-five > div .phone > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section-five > div .phone > div > p {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 10%;
  color: #eeb4ea;
  font-weight: 500;
  line-height: 130%;
}
@media (orientation: landscape) {
  .section-five > div .phone > div > p {
    font-size: 1.2vw;
  }
}
@media (orientation: portrait) {
  .section-five > div .phone > div > p {
    font-size: 2.8vw;
  }
}
.section-five > div .phone > img {
  position: absolute;
  width: 60vw;
  top: 0;
  z-index: 2;
}
@media (orientation: landscape) {
  .section-five > div .phone > img {
    width: 60vw;
    right: 0;
  }
}
@media (orientation: portrait) {
  .section-five > div .phone > img {
    width: 146vw;
    right: 4vw;
  }
}

.section-six {
  height: 100vh;
  max-width: 100%;
  overflow: hidden;
  padding: 6vw 9.5vw 9vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  will-change: transform;
}
@media (orientation: landscape) {
  .section-six {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    position: fixed;
  }
}
@media (orientation: portrait) {
  .section-six {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
    position: sticky;
    top: 0;
    margin-top: 175vh;
  }
}
.section-six > div {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 73px -19px rgb(54, 54, 54);
  box-shadow: 0px 0px 73px -19px rgb(54, 54, 54);
  text-align: center;
}
@media (orientation: landscape) {
  .section-six > div {
    max-width: 34vw;
    padding: 2vw;
    border-radius: 1.4vw;
  }
}
@media (orientation: portrait) {
  .section-six > div {
    max-width: 61vw;
    padding: 3vw;
    border-radius: 3vw;
  }
}
.section-six > div label {
  color: rgb(164, 164, 164);
  display: block;
  text-align: left;
}
@media (orientation: landscape) {
  .section-six > div label {
    margin-bottom: 0.5vw;
  }
}
@media (orientation: portrait) {
  .section-six > div label {
    font-size: 1.5vw;
    margin-bottom: 2vw;
  }
}
.section-six > div input, .section-six > div textarea {
  border: 0.16vw solid rgb(164, 164, 164);
  width: 100%;
}
@media (orientation: landscape) {
  .section-six > div input, .section-six > div textarea {
    border: 0.16vw solid rgb(164, 164, 164);
    border-radius: 1vw;
    font-size: 1.1vw;
    padding: 0.3vw 0.6vw;
    margin-top: 0.1vw;
  }
}
@media (orientation: portrait) {
  .section-six > div input, .section-six > div textarea {
    border: 0.16vw solid rgb(164, 164, 164);
    border-radius: 2vw;
    font-size: 2.8vw;
    padding: 0.6vw 1.2vw;
    margin-top: 0.6vw;
  }
}
.section-six > div input.wpcf7-submit, .section-six > div textarea.wpcf7-submit {
  width: auto;
  background-color: #002150;
  color: #eeb4ea;
  font-weight: 800;
  font-size: 1.2vw;
  border-color: #002150;
  margin: auto;
}
@media (orientation: landscape) {
  .section-six > div input.wpcf7-submit, .section-six > div textarea.wpcf7-submit {
    font-size: 1.2vw;
  }
}
@media (orientation: portrait) {
  .section-six > div input.wpcf7-submit, .section-six > div textarea.wpcf7-submit {
    font-size: 3vw;
  }
}
@media (orientation: landscape) {
  .section-six > div textarea {
    height: 7vw;
  }
}
@media (orientation: portrait) {
  .section-six > div textarea {
    height: 11vw;
  }
}
.section-six > div .wpcf7-spinner {
  display: none;
}