<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.d21ndo1-main,
body {
  margin: 0;
  padding: 0;
}
.d21ndo1-main {
  min-height: 100vh;
  background-color: #fff;
  font-family: Futura PT, Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 16px;
  letter-spacing: 0;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.d21ndo1-main *,
.d21ndo1-main :after,
.d21ndo1-main :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.d21ndo1-container {
  position: relative;
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}
.d21ndo1-container--fluid {
  max-width: 1920px;
}
.d21ndo1-container--no-pad {
  padding: 0;
}
.d21ndo1-link {
  position: relative;
  padding: 3px 0;
  color: #000;
  font-size: 24px;
  line-height: 31px;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  will-change: opacity;
}
.d21ndo1-link:before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  will-change: transform;
}
.d21ndo1-img-block {
  position: relative;
  max-height: 100vh;
  padding-top: 30px;
  padding-bottom: 30px;
}
.d21ndo1-img-block__inner {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  max-height: calc(100vh - 60px);
}
.d21ndo1-img-block__img {
  max-height: calc(100vh - 60px);
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.d21ndo1-img-block__line {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -10%;
  width: 54%;
  max-width: 1400px;
  height: auto;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.d21ndo1-img-block__text-1 {
  position: absolute;
  top: 220px;
  left: 0;
  max-width: 50%;
}
.d21ndo1-img-block__text-2 {
  position: absolute;
  bottom: 120px;
  right: 30px;
  max-width: 50%;
  right: -10px;
  bottom: 50px;
}
.d21ndo1-text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.d21ndo1-text-block__title {
  font-size: 42px;
  line-height: 51px;
  font-weight: 500;
  margin: 0 0 15px;
  text-align: center;
}
.d21ndo1-text-block__description {
  text-align: center;
  margin: 15px 0;
  max-width: 792px;
  line-height: 21px;
}
.d21ndo1-text-block__link {
  margin: 15px 0 0;
}
.d21ndo1-info-block {
  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;
  text-align: right;
  padding: 30px 0;
  position: relative;
}
.d21ndo1-info-block__img-wrapper {
  position: relative;
}
.d21ndo1-info-block__img-wrapper--lined {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.d21ndo1-info-block__img {
  height: auto;
  max-width: 100%;
}
.d21ndo1-info-block__title {
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 15px;
  line-height: 51px;
}
.d21ndo1-info-block__text {
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 21px;
}
.d21ndo1-info-block__link {
  margin-top: 15px;
}
.d21ndo1-slider {
  position: relative;
}
.d21ndo1-slider__flowers-1 {
  position: absolute;
  top: -145px;
  right: -160px;
  z-index: 2;
  pointer-events: none;
}
.d21ndo1-slider__flowers-2 {
  position: absolute;
  bottom: -75px;
  left: -70px;
  z-index: 2;
  pointer-events: none;
}
.d21ndo1-slide-btn {
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.d21ndo1-slide-btn--prev {
  left: 0;
}
.d21ndo1-slide-btn--next {
  right: 0;
}
.d21ndo1-hero {
  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;
  position: relative;
  height: 100vh;
  width: 100%;
  margin: 0 auto 30px;
}
.d21ndo1-hero__bg {
  background-size: cover;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  background-attachment: fixed;
}
.d21ndo1-hero__logo {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 30%;
  background-attachment: fixed;
}
.d21ndo1-intro {
  padding-bottom: 30px;
}
.d21ndo1-about,
.d21ndo1-intro__img-block {
  margin-bottom: 30px;
}
.d21ndo1-about {
  margin-top: 30px;
  padding-top: 70px;
  padding-bottom: 120px;
  background-color: #000;
  color: #fff;
}
.d21ndo1-about__info-block-wrapper {
  position: relative;
}
.d21ndo1-about__line {
  position: absolute;
  left: -50px;
  bottom: -5%;
  width: 60vw;
  max-width: 1300px;
  z-index: 2;
}
.d21ndo1-about__flowers-1 {
  position: absolute;
  right: -70px;
  bottom: -80px;
}
.d21ndo1-about__text-wrapper {
  min-height: 100vh;
  max-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.d21ndo1-about__text {
  display: block;
  margin: 160px auto 100px;
  max-height: 90%;
  min-height: 90%;
  width: 100%;
}
.d21ndo1-about__slider {
  margin-bottom: 100px;
}
.d21ndo1-about__info-block {
  margin: 30px 0;
}
.d21ndo1-after-about {
  padding-top: 30px;
  margin-bottom: 860px;
}
.d21ndo1-about .d21ndo1-link {
  color: #fff;
}
.d21ndo1-about .d21ndo1-link:before {
  background-color: #fff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  list-style: none;
  padding: 0;
}
.swiper,
.swiper-wrapper {
  position: relative;
  z-index: 1;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
@media (min-width: 769px) {
  .d21ndo1-desktop-hidden {
    display: none;
  }
}
/* edited rr */
@media (min-width: 1025px) {
  .d21ndo1-info-block--reversed {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .d21ndo1-info-block__img-wrapper {
    max-width: 50%;
  }
  .d21ndo1-info-block__content {
    max-width: 338px;
    margin-left: 20px;
  }
  .d21ndo1-desktop-big-hidden {
    display: none;
  }
}
@media (max-width: 1024px) {
  .d21ndo1-info-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .d21ndo1-info-block__img-wrapper {
    margin-bottom: 100px;
  }
  .d21ndo1-about__line {
    left: -95px;
    max-width: 100vw;
    width: 70vw;
    bottom: unset;
  }
  .d21ndo1-about__text {
    margin-top: 100px;
  }
  .d21ndo1-desktop-sm-hidden {
    display: none;
  }
}
@media (max-width: 869px) {
  .d21ndo1-hero__logo {
    background-size: 50%;
  }
}
@media (max-width: 868px) {
  .d21ndo1-img-block__text-1 {
    top: 50px;
    left: -10px;
  }
  .d21ndo1-text-block__title {
    font-weight: 600;
  }
  .d21ndo1-info-block__title,
  .d21ndo1-text-block__title {
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 10px;
  }
  .d21ndo1-slider__flowers-1 {
    width: 170px;
    top: -180px;
    right: -70px;
  }
  .d21ndo1-slider__flowers-2 {
    width: 90px;
    bottom: -90px;
    left: -30px;
  }
  .d21ndo1-slide-btn {
    width: 40px;
    display: none;
  }
  .d21ndo1-slide-btn svg {
    width: 20px;
    height: auto;
  }
  .d21ndo1-about__flowers-1 {
    width: 110px;
    height: auto;
    -webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    right: -25px;
    bottom: -35px;
  }
}
@media (max-width: 769px) {
  .d21ndo1-main {
    font-size: 28px;
  }
  .d21ndo1-container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .d21ndo1-container--no-pad {
    padding: 0;
  }
  .d21ndo1-link {
    font-size: 28px;
    line-height: 35px;
  }
  .d21ndo1-img-block__line {
    width: 85%;
    bottom: -15%;
    right: -30px;
  }
  .d21ndo1-text-block__description {
    line-height: 35px;
    margin: 10px 0;
  }
  .d21ndo1-text-block__link {
    margin: 10px 0 0;
  }
  .d21ndo1-info-block__text {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 35px;
  }
  .d21ndo1-info-block__link {
    margin-top: 10px;
  }
  .d21ndo1-about {
    padding-top: 30px;
  }
  .d21ndo1-about__line {
    left: -15%;
    width: 90vw;
  }
  .d21ndo1-about__text {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
  }
  .d21ndo1-after-about {
    padding: 60px 0 0;
  }
  .d21ndo1-table-hidden {
    display: none;
  }
  .d21ndo1-about__text-wrapper {
    min-height: 50vh;
    max-height: 50vh;
    padding-top: 10%;
    padding-bottom: 10%;
    margin-bottom: 50px;
  }
}
@media (max-width: 580px) {
  .d21ndo1-main {
    font-size: 18px;
  }
  .d21ndo1-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .d21ndo1-container--no-pad {
    padding: 0;
  }
  .d21ndo1-link {
    font-size: 22px;
    line-height: 28px;
  }
  .d21ndo1-img-block__text-1 {
    max-width: 80%;
  }
  .d21ndo1-img-block__text-2 {
    max-width: 90%;
  }
  .d21ndo1-text-block__title {
    font-size: 28px;
    line-height: 36px;
  }
  .d21ndo1-text-block__description {
    line-height: 25px;
  }
  .d21ndo1-info-block {
    padding: 50px 0;
  }
  .d21ndo1-info-block__title {
    font-size: 28px;
    line-height: 36px;
  }
  .d21ndo1-info-block__text {
    line-height: 25px;
  }
  .d21ndo1-slider__flowers-1 {
    width: 30%;
    top: -15%;
    right: -10%;
    height: auto;
  }
  .d21ndo1-slider__flowers-2 {
    width: 17%;
    height: auto;
    bottom: -12%;
    left: -7%;
  }
}
</pre></body></html>