@font-face {
  font-family: Diagramm;
  src: url('../fonts/Diagramm-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Diagramm;
  src: url('../fonts/Diagramm-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Diagramm;
  src: url('../fonts/Diagramm-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Diagramm;
  src: url('../fonts/Diagramm-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 768px;
  display: flex;
  position: relative;
  overflow: clip;
}

.text-block {
  font-family: Diagramm, Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 32px;
}

.logo {
  z-index: 55;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  inset: 20% 0% auto;
}

.hero-photo {
  width: 338px;
  height: 507px;
  position: absolute;
}

.hero-photo._1 {
  background-image: url('../images/_DSF0314.JPG');
  background-position: 0 0;
  background-size: cover;
  top: 6%;
  left: 7%;
  transform: rotate(-4deg);
}

.hero-photo._2 {
  background-image: url('../images/_DSF3043.JPG');
  background-position: 0 0;
  background-size: cover;
  top: 20%;
  bottom: 20%;
  left: 20%;
  transform: rotate(-6.3deg);
}

.hero-photo._3 {
  background-image: url('../images/_DSF2443.JPG');
  background-position: 0 0;
  background-size: cover;
  top: 34%;
  left: 34%;
  transform: rotate(-5.5deg);
}

.hero-photo._4 {
  background-image: url('../images/_DSF2596.JPG');
  background-position: 0 0;
  background-size: cover;
  top: 39%;
  right: 34%;
  transform: rotate(9.17deg);
}

.hero-photo._5 {
  background-image: url('../images/_DSF3473.JPG');
  background-position: 100%;
  background-size: cover;
  top: 26%;
  right: 21%;
  transform: rotate(9.3deg);
}

.hero-photo._6 {
  background-image: url('../images/_DSF1962.JPG');
  background-position: 0 0;
  background-size: cover;
  top: 4%;
  right: 9%;
  transform: rotate(9deg);
}

.who {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 32px;
  display: flex;
}

.content {
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.what-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 642px;
  padding-left: 0;
  padding-right: 80px;
  display: flex;
}

.content-photo {
  width: 60%;
  overflow: hidden;
}

.heading {
  font-family: Diagramm, Arial, sans-serif;
  font-size: 21px;
  line-height: 170%;
}

.paragraph, .text {
  font-family: Diagramm, Arial, sans-serif;
  line-height: 170%;
}

.text.prices {
  margin-bottom: 0;
}

.who-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 642px;
  padding-left: 80px;
  padding-right: 0;
  display: flex;
}

.what {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 32px;
  display: flex;
}

.hero-composition {
  justify-content: center;
  align-items: center;
  width: 1920px;
  height: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-block-2 {
  font-family: Diagramm, Arial, sans-serif;
  font-size: 18px;
}

.hero-composition-mobile {
  justify-content: center;
  align-items: center;
  width: 1920px;
  height: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.link-button {
  color: #000;
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 12px;
  padding: 8px 16px;
  text-decoration: none;
  transition: color .575s, background-color .4s;
  position: sticky;
  bottom: 0;
}

.link-button:hover {
  color: #fff;
  background-color: #575757;
}

.link-button.book {
  color: #fff;
  background-color: #000;
}

.link-button.book:hover {
  background-color: #333;
}

.price-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f3f3f3;
  border-radius: 8px;
  flex-flow: row;
  width: 100%;
  margin-top: 20px;
  padding: 16px;
}

.text-block-3 {
  font-family: Diagramm, Arial, sans-serif;
}

.link-block {
  color: #000;
  text-decoration: none;
}

.links {
  z-index: 50;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  padding-left: 16px;
  padding-right: 16px;
  position: absolute;
  bottom: 3%;
}

.footer {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: row;
  justify-content: center;
  align-items: baseline;
  padding: 24px 32px;
  font-family: Diagramm, Arial, sans-serif;
  display: flex;
}

.footer-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: baseline;
  width: 1005px;
}

.footer-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: baseline;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.paragraph-2 {
  margin-bottom: 0;
}

.body {
  min-height: 100vh;
}

.logo-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #ffffff80;
  border-radius: 8px;
  padding: 20px 32px;
}

.flex-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .hero {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    position: relative;
    overflow: hidden;
  }

  .logo {
    z-index: 10;
    padding-top: 32px;
    padding-bottom: 16px;
    position: absolute;
    top: 0%;
  }

  .hero-photo {
    width: 250px;
    height: 400px;
    position: relative;
  }

  .hero-photo._1 {
    position: absolute;
    top: 13%;
    bottom: 13%;
  }

  .hero-photo._2 {
    position: absolute;
    inset: 19% 34%;
  }

  .hero-photo._3 {
    position: absolute;
    top: 49%;
    bottom: 49%;
    left: 6%;
  }

  .hero-photo._4 {
    position: absolute;
    top: 18%;
    left: 63%;
    right: 63%;
  }

  .hero-photo._5 {
    z-index: 4;
    position: absolute;
    inset: 54% 33%;
  }

  .hero-photo._6 {
    z-index: 2;
    position: absolute;
    inset: 54% 63%;
  }

  .who {
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .content {
    width: 90%;
  }

  .heading {
    margin-top: 0;
  }

  .who-content {
    padding-left: 24px;
  }

  .what {
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero-composition {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 1050px;
    padding-top: 127px;
    display: none;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .hero-composition-mobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 1250px;
    padding-top: 127px;
    display: flex;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .price-box {
    flex-flow: column;
  }

  .footer-links {
    display: none;
  }

  .footer-content {
    justify-content: center;
    align-items: baseline;
  }
}

@media screen and (max-width: 767px) {
  .hero-photo {
    width: 200px;
    height: 300px;
  }

  .hero-photo._2 {
    top: 14%;
    left: auto;
    right: 19%;
  }

  .hero-photo._3 {
    z-index: 3;
    top: 60%;
    left: 13%;
  }

  .hero-photo._4 {
    top: 33%;
    left: auto;
    right: 1%;
  }

  .hero-photo._5 {
    top: 53%;
    left: auto;
    right: 21%;
  }

  .hero-photo._6 {
    top: 38%;
    left: auto;
    right: 41%;
  }

  .who {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content {
    flex-flow: column;
  }

  .content.what, .content._2 {
    flex-flow: wrap-reverse;
    padding-top: 0;
  }

  .what-content {
    padding-top: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-photo {
    width: 100%;
  }

  .who-content {
    padding-top: 64px;
    padding-right: 24px;
  }

  .what {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 479px) {
  .text-block {
    font-size: 32px;
  }

  .logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-photo {
    width: 180px;
    height: 250px;
  }

  .hero-photo._1 {
    top: 150px;
    bottom: auto;
    left: 9%;
  }

  .hero-photo._2 {
    top: 227px;
    bottom: auto;
    right: 45px;
  }

  .hero-photo._3 {
    top: 707px;
    bottom: auto;
    left: 40px;
  }

  .hero-photo._4 {
    z-index: 2;
    top: 407px;
    left: 46px;
    right: auto;
  }

  .hero-photo._5 {
    top: 537px;
    bottom: auto;
    right: 46px;
  }

  .hero-photo._6 {
    z-index: 4;
    top: 831px;
    bottom: auto;
    right: 40px;
  }

  .hero-composition {
    height: 1102px;
    padding-top: 0;
  }

  .text-block-2 {
    text-align: center;
    font-size: 14px;
  }

  .hero-composition-mobile {
    height: 1350px;
    padding-top: 0;
  }

  .link-button {
    text-align: center;
  }

  .links {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-container {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 16px;
  }
}


@font-face {
  font-family: 'Diagramm';
  src: url('../fonts/Diagramm-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Diagramm';
  src: url('../fonts/Diagramm-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Diagramm';
  src: url('../fonts/Diagramm-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Diagramm';
  src: url('../fonts/Diagramm-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}