@charset "UTF-8";

@keyframes wobbling_x {
  0% {
    transform: translateX(30px)
  }
  to {
    transform: translateX(0)
  }
}

@keyframes wobbling_y {
  0% {
    transform: translateY(0)
  }
  to {
    transform: translateY(35px)
  }
}

.nuxt-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 0;
  opacity: 1;
  transition: width .1s, opacity .4s;
  background-color: #000;
  z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
  transition: none
}

.nuxt-progress-failed {
  background-color: red
}

.body-class {
  height: 100%;
  --activeBg: #fff8f5;
  background-color: var(--activeBg);
  transition: background-color 1s ease-in
}

.loading {
  display: block;
  opacity: 1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  background-color: #fff8f5;
  z-index: 10000
}

.end {
  animation: loadfadeout .2s ease-out forwards
}

.main-wrap {
  max-width: 1216px;
  width: 84.44444444444444%;
  margin: 0 auto
}

@media screen and (max-width: 768px) {
  .main-wrap {
    width: 89.33333333333333%;
    position: relative;
    z-index: auto
  }
}

.news-dec {
  position: relative
}

.news-dec:before {
  content: "";
  width: 110px;
  height: 110px;
  display: block;
  position: absolute;
  top: -80px;
  right: -50px;
  animation: wobbling_x 1.7s ease-in-out infinite alternate, wobbling_y 2.2s ease-in-out infinite alternate;
  background-image: url(../img/circle_04.d77e4c3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%
}

@media screen and (max-width: 768px) {
  .news-dec:before {
    width: 80px;
    height: 80px;
    top: 0
  }
}

:root .body-class, _::-webkit-full-page-media, _:future {
  background: linear-gradient(0deg, #effbff 45%, #fff8f5)
}

@keyframes loadfadeout {
  0% {
    opacity: 1
  }
  99% {
    opacity: 0
  }
  to {
    opacity: 0;
    display: none
  }
}

.custom-arrow-prev {
  position: absolute;
  left: -12px;
  top: 50%;
  z-index: 5;
  width: 28px
}

.custom-arrow-prev img {
  width: 100%
}

.custom-arrow-next {
  position: absolute;
  right: -12px;
  top: 50%;
  z-index: 0;
  width: 28px;
  transform: rotate(180deg)
}

.custom-arrow-next img {
  width: 100%
}

@media screen and (max-width: 768px) {
  .isActive .cases-item-article[data-v-5d04cfd9] {
    margin: 0 auto
  }
}

.section-howto[data-v-692b0554] {
  margin: 0 auto;
  padding: 128px 0 0;
  position: relative
}

@media screen and (max-width: 768px) {
  .section-howto[data-v-692b0554] {
    padding: 178px 0 0;
  }
}

.section-howto h2[data-v-692b0554] {
  text-align: center
}

.section-howto h2[data-v-692b0554]:before {
  content: "";
  width: 110px;
  height: 110px;
  display: block;
  position: absolute;
  top: -100px;
  left: 10px;
  animation: wobbling_x 1.7s ease-in-out infinite alternate, wobbling_y 2.2s ease-in-out infinite alternate;
  background-image: url(../img/circle_03.e1f47d4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%
}

@media screen and (max-width: 768px) {
  .section-howto h2[data-v-692b0554]:before {
    width: 80px;
    height: 80px;
    left: -40px;
    top: 0
  }
}

.section-howto-linkbutton[data-v-692b0554] {
  text-align: center;
  margin: 64px auto 0
}

@media screen and (max-width: 768px) {
  .texts[data-v-1aa136d8] {
    flex-basis: 50%;
    flex-basis: 58%;
  }
}

.section-news-instagram[data-v-50e042ec] {
  margin: 30px auto 0
}

.section-news-instagram-title[data-v-50e042ec] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #24536c;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .section-news-instagram-title[data-v-50e042ec] {
    line-height: 1.5
  }
}

.section-news-instagram-title[data-v-50e042ec]:before {
  content: "";
  width: 63px;
  height: 61px;
  background-image: url(../img/news-insta.ef6a087.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  display: block;
  margin-right: 15px
}

.section-news-instagram-items[data-v-50e042ec], .section-news-instagram-link[data-v-50e042ec] {
  margin: 30px auto 0
}
