html, body {
  height: 100%;
}

html {
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  html {
    font-size: 21px;
  }
}

body {
  background: #F4F0E8;
  color: #111111;
  font-family: "EB Garamond", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  word-wrap: break-word;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) {
  body {
    line-height: 1.23;
    font-size: 21px;
  }
}

body.with-modal {
  overflow: hidden;
}

a {
  color: #111111;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

a:hover, a:active, a:focus {
  outline: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin-top: 0;
}

.video-wrapper {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.video-wrapper > .video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-wrapper > .video > video {
  display: block;
  width: 100%;
}

.video-wrapper > .play-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: opacity ease-in-out 0.2s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.video-wrapper > .play-button.hidden {
  opacity: 0;
  pointer-events: none;
}

.video-wrapper > .play-button > .play-icon {
  width: 70px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .video-wrapper > .play-button > .play-icon {
    width: 120px;
  }
}

.image-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.image-wrapper > .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-wrapper > .image > img {
  display: block;
  width: 100%;
}

@font-face {
  font-family: "EB Garamond";
  src: url(/packs/media/fonts/eb-garamond-v15-latin-ext_latin-regular-824ba2ee5c32f73e8060129cc1eac03b.woff2) format("woff2"), url(/packs/media/fonts/eb-garamond-v15-latin-ext_latin-regular-3e00291538ece2161bad2d572c85a02f.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "EB Garamond";
  src: url(/packs/media/fonts/eb-garamond-v15-latin-ext_latin-italic-76e4f94815241398fb05bc7cda90211f.woff2) format("woff2"), url(/packs/media/fonts/eb-garamond-v15-latin-ext_latin-italic-295b0310a93101bb891214ac3687bd6b.woff) format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "EB Garamond";
  src: url(/packs/media/fonts/eb-garamond-v15-latin-ext_latin-500-68bb6d46060538209c76dc2bbcce393e.woff2) format("woff2"), url(/packs/media/fonts/eb-garamond-v15-latin-ext_latin-500-38ed4f02f8848b7e40755a7db07e6776.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "EB Garamond";
  src: url(/packs/media/fonts/eb-garamond-v15-latin-ext_latin-500italic-16ff1c0a2dfbcdf276faf846ad2ec806.woff2) format("woff2"), url(/packs/media/fonts/eb-garamond-v15-latin-ext_latin-500italic-0432640e6fac1b6cf2b23edee3a3e104.woff) format("woff");
  font-weight: 500;
  font-style: italic;
}

h1 {
  font-family: "EB Garamond", serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2.1rem;
  line-height: 2.7rem;
  margin-bottom: 20px;
}

@media only screen and (min-width: 560px) {
  h1 {
    font-size: 2.3rem;
  }
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.3rem;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 2.3rem;
  }
}

@media only screen and (min-width: 1280px) {
  h1 {
    font-size: 2.3rem;
  }
}

@media only screen and (min-width: 768px) {
  h1 {
    line-height: 2.8rem;
    margin-bottom: 30px;
  }
}

h2 {
  font-family: "EB Garamond", serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.75rem;
  line-height: 2.1rem;
}

@media only screen and (min-width: 560px) {
  h2 {
    font-size: 1.75rem;
  }
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  h2 {
    font-size: 1.9rem;
  }
}

@media only screen and (min-width: 1280px) {
  h2 {
    font-size: 1.9rem;
  }
}

@media only screen and (min-width: 768px) {
  h2 {
    line-height: 2.1rem;
  }
}

h3 {
  font-family: "EB Garamond", serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 560px) {
  h3 {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  h3 {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1280px) {
  h3 {
    font-size: 1.6rem;
  }
}

h4 {
  font-family: "EB Garamond", serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1rem;
}

@media only screen and (min-width: 560px) {
  h4 {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  h4 {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  h4 {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 1280px) {
  h4 {
    font-size: 1rem;
  }
}

.startpage p {
  word-wrap: break-word;
}

.startpage > .cover {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.startpage > .cover .cover-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media only screen and (min-width: 768px) {
  .startpage > .cover .cover-image.cover-mobile {
    display: none;
  }
}

.startpage > .cover .cover-image.cover-desktop {
  display: none;
}

@media only screen and (min-width: 768px) {
  .startpage > .cover .cover-image.cover-desktop {
    display: block;
  }
}

.startpage > .cover > .empty {
  height: 60px;
}

@media only screen and (min-width: 768px) {
  .startpage > .cover > .empty {
    height: 100px;
  }
}

.startpage > .cover > .title {
  color: #ffffff;
  text-align: center;
  padding: 0 15px;
  z-index: 9;
}

.startpage > .cover > .bottom {
  text-align: center;
  color: #ffffff;
  padding: 0 15px 10px;
  z-index: 9;
}

@media only screen and (min-width: 768px) {
  .startpage > .cover > .bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}

.startpage > .cover > .bottom p span {
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .startpage > .cover > .bottom > .col {
    width: 49%;
  }
}

.startpage > .wrapper {
  padding: 0 15px;
  overflow-x: hidden;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper {
    padding: 0 20px;
  }
}

.startpage > .wrapper > .block {
  border-bottom: 1px solid #111111;
  padding: 10px 0;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block {
    max-width: 1380px;
    margin: 0 auto;
    padding: 20px;
  }
}

.startpage > .wrapper > .block .text-wrapper p {
  font-size: 21px;
  line-height: 1.23;
  text-indent: 20px;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block .text-wrapper p {
    font-size: 1.4rem;
    line-height: 1.2;
    text-indent: 40px;
  }
}

.startpage > .wrapper > .block.research > .content > .title, .startpage > .wrapper > .block.symposium > .content > .title {
  text-align: center;
  margin-bottom: 32px;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.research > .content > .title, .startpage > .wrapper > .block.symposium > .content > .title {
    margin-bottom: 70px;
  }
}

.startpage > .wrapper > .block.research > .content > .headline, .startpage > .wrapper > .block.symposium > .content > .headline {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 400;
  max-width: 240px;
  margin: 60px auto;
  line-height: 1.1;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.research > .content > .headline, .startpage > .wrapper > .block.symposium > .content > .headline {
    max-width: 100%;
    font-size: 4.8rem;
    margin: 80px auto 90px;
  }
}

.startpage > .wrapper > .block.research > .content > .headline span, .startpage > .wrapper > .block.symposium > .content > .headline span {
  font-style: italic;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.research > .content > .headline span, .startpage > .wrapper > .block.symposium > .content > .headline span {
    display: block;
  }
}

.startpage > .wrapper > .block.research > .content > .video-wrapper, .startpage > .wrapper > .block.symposium > .content > .video-wrapper {
  margin: 0 auto 38px;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.research > .content > .video-wrapper, .startpage > .wrapper > .block.symposium > .content > .video-wrapper {
    margin: 0 auto 90px;
  }
}

.startpage > .wrapper > .block.research > .content > .video-wrapper img, .startpage > .wrapper > .block.symposium > .content > .video-wrapper img {
  display: block;
  width: 100%;
}

.startpage > .wrapper > .block.research > .content > .text-wrapper, .startpage > .wrapper > .block.symposium > .content > .text-wrapper {
  max-width: 1220px;
  margin: 0 auto 50px;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.research > .content > .text-wrapper, .startpage > .wrapper > .block.symposium > .content > .text-wrapper {
    display: flex;
    margin-bottom: 110px;
  }
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.research > .content > .text-wrapper .col, .startpage > .wrapper > .block.symposium > .content > .text-wrapper .col {
    width: 50%;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.research > .content > .text-wrapper .col:first-child, .startpage > .wrapper > .block.symposium > .content > .text-wrapper .col:first-child {
    padding-left: 0;
    padding-right: 15px;
  }
}

.startpage > .wrapper > .block.research > .content > .subscribe-wrapper, .startpage > .wrapper > .block.symposium > .content > .subscribe-wrapper {
  max-width: 510px;
  margin: 60px auto 80px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.research > .content > .subscribe-wrapper, .startpage > .wrapper > .block.symposium > .content > .subscribe-wrapper {
    max-width: 820px;
    margin: 100px auto 130px;
  }
}

.startpage > .wrapper > .block.research > .content > .subscribe-wrapper > .text, .startpage > .wrapper > .block.symposium > .content > .subscribe-wrapper > .text {
  font-size: 21px;
  line-height: 1.23;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.research > .content > .subscribe-wrapper > .text, .startpage > .wrapper > .block.symposium > .content > .subscribe-wrapper > .text {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.exhibition > .header, .startpage > .wrapper > .block.garden > .header, .startpage > .wrapper > .block.venice > .header {
    padding-left: 17%;
  }
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.exhibition > .content, .startpage > .wrapper > .block.garden > .content, .startpage > .wrapper > .block.venice > .content {
    padding: 0 17%;
  }
}

.startpage > .wrapper > .block.exhibition > .content > .swiper-wrapper, .startpage > .wrapper > .block.garden > .content > .swiper-wrapper, .startpage > .wrapper > .block.venice > .content > .swiper-wrapper {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.exhibition > .content > .swiper-wrapper, .startpage > .wrapper > .block.garden > .content > .swiper-wrapper, .startpage > .wrapper > .block.venice > .content > .swiper-wrapper {
    margin-bottom: 100px;
  }
}

.startpage > .wrapper > .block.exhibition > .content > .image-container, .startpage > .wrapper > .block.garden > .content > .image-container, .startpage > .wrapper > .block.venice > .content > .image-container {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.exhibition > .content > .image-container, .startpage > .wrapper > .block.garden > .content > .image-container, .startpage > .wrapper > .block.venice > .content > .image-container {
    margin-bottom: 100px;
  }
}

.startpage > .wrapper > .block.exhibition > .content > .image-container .image-wrapper, .startpage > .wrapper > .block.garden > .content > .image-container .image-wrapper, .startpage > .wrapper > .block.venice > .content > .image-container .image-wrapper {
  margin-bottom: 0;
}

.startpage > .wrapper > .block.exhibition > .content > .image-container .descr, .startpage > .wrapper > .block.garden > .content > .image-container .descr, .startpage > .wrapper > .block.venice > .content > .image-container .descr {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.exhibition > .content > .image-container .descr, .startpage > .wrapper > .block.garden > .content > .image-container .descr, .startpage > .wrapper > .block.venice > .content > .image-container .descr {
    text-indent: 40px;
  }
}

.startpage > .wrapper > .block.exhibition > .content > .text-wrapper, .startpage > .wrapper > .block.garden > .content > .text-wrapper, .startpage > .wrapper > .block.venice > .content > .text-wrapper {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.exhibition > .content > .text-wrapper, .startpage > .wrapper > .block.garden > .content > .text-wrapper, .startpage > .wrapper > .block.venice > .content > .text-wrapper {
    margin-bottom: 130px;
  }
}

.startpage > .wrapper > .block.exhibition > .content > .text-wrapper p > a, .startpage > .wrapper > .block.garden > .content > .text-wrapper p > a, .startpage > .wrapper > .block.venice > .content > .text-wrapper p > a {
  text-decoration: underline;
  display: flex;
  text-indent: 0px;
  margin-top: 40px;
}

.startpage > .wrapper > .block.exhibition > .content > .text-wrapper p > a:hover, .startpage > .wrapper > .block.garden > .content > .text-wrapper p > a:hover, .startpage > .wrapper > .block.venice > .content > .text-wrapper p > a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.exhibition > .content > .text-wrapper p > a, .startpage > .wrapper > .block.garden > .content > .text-wrapper p > a, .startpage > .wrapper > .block.venice > .content > .text-wrapper p > a {
    justify-content: center;
    margin-top: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.caravane > .content {
    padding: 0 17%;
  }
}

.startpage > .wrapper > .block.caravane > .content > .text-wrapper {
  margin: 40px auto;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.caravane > .content > .text-wrapper {
    margin: 50px auto 110px;
  }
}

.startpage > .wrapper > .block.caravane > .content > .text-wrapper p:first-child {
  margin-bottom: 0;
}

.startpage > .wrapper > .block.caravane > .content > .text-wrapper p > a {
  text-decoration: underline;
  display: flex;
  text-indent: 0px;
  margin-top: 40px;
}

.startpage > .wrapper > .block.caravane > .content > .text-wrapper p > a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.caravane > .content > .text-wrapper p > a {
    justify-content: center;
    margin-top: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.committee > .content {
    padding-left: 17%;
  }
}

.startpage > .wrapper > .block.committee > .content > .committee-wrapper {
  margin: 40px auto;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.committee > .content > .committee-wrapper {
    margin: 90px auto 100px;
  }
}

.startpage > .wrapper > .block.committee > .content > .committee-wrapper > .item {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.committee > .content > .committee-wrapper > .item {
    display: flex;
    max-width: 1000px;
    margin-bottom: 56px;
  }
}

.startpage > .wrapper > .block.committee > .content > .committee-wrapper > .item .position, .startpage > .wrapper > .block.committee > .content > .committee-wrapper > .item .name {
  font-size: 21px;
  line-height: 1.23;
  margin-bottom: 4px;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.committee > .content > .committee-wrapper > .item .position, .startpage > .wrapper > .block.committee > .content > .committee-wrapper > .item .name {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.committee > .content > .committee-wrapper > .item .descr {
    line-height: 1.35;
  }
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.committee > .content > .committee-wrapper > .item > .left {
    width: 43%;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.committee > .content > .committee-wrapper > .item > .right {
    width: 55%;
  }
}

.startpage > .wrapper > .block.committee > .content > .committee-wrapper > .item.first {
  text-align: center;
  max-width: 860px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.committee > .content > .committee-wrapper > .item.first {
    margin-bottom: 100px;
    flex-direction: column;
  }
}

.startpage > .wrapper > .block.committee > .content > .committee-wrapper > .item.first span {
  display: block;
  font-style: italic;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.press > .header {
    padding-left: 17%;
  }
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.press > .header .swiper-header {
    margin-bottom: 46px;
  }
}

.startpage > .wrapper > .block.press > p.notice {
  margin-top: 25px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.press > p.notice {
    padding: 0 17%;
    margin-bottom: 65px;
    text-indent: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.press > .content {
    padding-left: 17%;
  }
}

.startpage > .wrapper > .block.press > .content > .swiper-wrapper {
  width: 95%;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.press > .content > .swiper-wrapper {
    width: 41%;
    margin-bottom: 100px;
  }
}

.startpage > .wrapper > .block.press > .content > .swiper-wrapper .press-wrapper {
  border-left: 1px solid #111111;
  padding: 0 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.press > .content > .swiper-wrapper .press-wrapper {
    padding: 0 30px;
  }
}

.startpage > .wrapper > .block.press > .content > .swiper-wrapper .press-wrapper .text {
  font-size: 21px;
  line-height: 1.23;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.press > .content > .swiper-wrapper .press-wrapper .text {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 40px;
  }
}

.startpage > .wrapper > .block.press > .content > .swiper-wrapper .press-wrapper .logo {
  display: block;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.press > .content > .swiper-wrapper .press-wrapper .logo {
    margin-bottom: 30px;
  }
}

.startpage > .wrapper > .block.press > .content > .swiper-wrapper .press-wrapper .netimes {
  width: 170px;
}

.startpage > .wrapper > .block.press > .content > .swiper-wrapper .press-wrapper .ft {
  width: 190px;
}

.startpage > .wrapper > .block.press > .content > .swiper-wrapper .press-wrapper .vanity-fair {
  width: 90px;
}

.startpage > .wrapper > .block.press > .content > .swiper-wrapper .press-wrapper .dezeen {
  width: 79px;
}

.startpage > .wrapper > .block.press > .content > .swiper-wrapper .press-wrapper .wallpaper {
  width: 100px;
}

.startpage > .wrapper > .block.team > .profile-info-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: #F4F0E8;
}

.startpage > .wrapper > .block.team > .profile-info-container.hidden {
  pointer-events: none;
  z-index: -1;
  display: none;
}

.startpage > .wrapper > .block.team > .profile-info-container > .profile-info-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background-color: #F4F0E8;
}

.startpage > .wrapper > .block.team > .profile-info-container > .icon-close {
  cursor: pointer;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 1;
}

.startpage > .wrapper > .block.team > .profile-info-container > .icon-close > .wrapper {
  width: 24px;
  height: 19px;
  position: relative;
  margin-right: -3px;
}

.startpage > .wrapper > .block.team > .profile-info-container > .icon-close > .wrapper > .line {
  width: 100%;
  height: 1px;
  background-color: #111111;
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
}

.startpage > .wrapper > .block.team > .profile-info-container > .icon-close > .wrapper > .line.top {
  transform: rotate(45deg);
}

.startpage > .wrapper > .block.team > .profile-info-container > .icon-close > .wrapper > .line.bottom {
  transform: rotate(-45deg);
}

.startpage > .wrapper > .block.team > .profile-info-container > .profile-info-wrapper {
  padding: 15px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.team > .profile-info-container > .profile-info-wrapper {
    max-width: 900px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    margin: 0 auto;
    display: flex;
  }
}

.startpage > .wrapper > .block.team > .profile-info-container > .profile-info-wrapper > .left {
  width: 190px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.team > .profile-info-container > .profile-info-wrapper > .left {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.team > .profile-info-container > .profile-info-wrapper > .text-wrapper {
    flex: 1 1;
    padding-left: 40px;
    margin-top: -7px;
  }
}

.startpage > .wrapper > .block.team > .profile-info-container > .profile-info-wrapper > .text-wrapper > .name {
  font-size: 21px;
  line-height: 1.15;
  padding-right: 30px;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.team > .profile-info-container > .profile-info-wrapper > .text-wrapper > .name {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

.startpage > .wrapper > .block.team > .profile-info-container > .profile-info-wrapper > .text-wrapper > .position {
  font-style: italic;
  margin-top: 3px;
  line-height: 1.15;
}

.startpage > .wrapper > .block.team > .profile-info-container > .profile-info-wrapper > .text-wrapper > .info {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.team > .profile-info-container > .profile-info-wrapper > .text-wrapper > .info {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.team > .header {
    padding-left: 17%;
  }
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.team > .content {
    padding-left: 17%;
  }
}

.startpage > .wrapper > .block.team > .content > .swiper-wrapper {
  width: 190px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.team > .content > .swiper-wrapper {
    margin-bottom: 100px;
  }
}

.startpage > .wrapper > .block.team > .content > .swiper-wrapper .swiper-slide img {
  opacity: 0.7;
  transition: opacity ease-in-out 0.2s;
}

.startpage > .wrapper > .block.team > .content > .swiper-wrapper .swiper-slide-active img {
  opacity: 1;
}

.startpage > .wrapper > .block.team > .content > .swiper-wrapper .profile {
  cursor: pointer;
}

.startpage > .wrapper > .block.team > .content > .swiper-wrapper .profile:hover img {
  opacity: 1;
}

.startpage > .wrapper > .block.team > .content > .swiper-wrapper .text-wrapper > .name {
  margin-top: 15px;
}

.startpage > .wrapper > .block.team > .content > .swiper-wrapper .text-wrapper > .position {
  margin-top: 3px;
  font-style: italic;
  line-height: 1.15;
}

.startpage > .wrapper > .block.team > .content > .swiper-wrapper .text-wrapper > .info {
  display: none;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.location > .content {
    padding-left: 17%;
    display: flex;
  }
}

.startpage > .wrapper > .block.location > .content p.notice {
  margin-top: 25px;
  margin-bottom: 27px;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.location > .content p.notice {
    margin-bottom: 50px;
    text-indent: 40px;
  }
}

.startpage > .wrapper > .block.location > .content > .col {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.location > .content > .col {
    margin-bottom: 90px;
  }
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.location > .content > .col.left {
    width: 55%;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.location > .content > .col.right {
    width: 45%;
    padding-left: 40px;
  }
}

.startpage > .wrapper > .block.location > .content > .col > .image-container {
  margin: 30px 0 36px;
  max-width: 450px;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.location > .content > .col > .image-container {
    margin: 40px 0 60px;
  }
}

.startpage > .wrapper > .block.location > .content > .col > .visit-link {
  text-decoration: underline;
}

.startpage > .wrapper > .block.location > .content > .col > .accordion-wrapper {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.location > .content > .col > .accordion-wrapper {
    margin-top: 30px;
  }
}

.startpage > .wrapper > .block.location > .content > .col > .accordion-wrapper > .accordion {
  border-bottom: 1px solid #111111;
}

.startpage > .wrapper > .block.location > .content > .col > .accordion-wrapper > .accordion.collapsed > .accordion-body {
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
}

.startpage > .wrapper > .block.location > .content > .col > .accordion-wrapper > .accordion:last-child {
  border-bottom: none;
}

.startpage > .wrapper > .block.location > .content > .col > .accordion-wrapper > .accordion p {
  word-break: break-word;
}

.startpage > .wrapper > .block.location > .content > .col > .accordion-wrapper > .accordion .left {
  width: 20px;
  margin-top: -1px;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.location > .content > .col > .accordion-wrapper > .accordion .left {
    width: 35px;
  }
}

.startpage > .wrapper > .block.location > .content > .col > .accordion-wrapper > .accordion .right {
  flex: 1 1;
}

.startpage > .wrapper > .block.location > .content > .col > .accordion-wrapper > .accordion > .accordion-header, .startpage > .wrapper > .block.location > .content > .col > .accordion-wrapper > .accordion > .accordion-body {
  display: flex;
}

.startpage > .wrapper > .block.location > .content > .col > .accordion-wrapper > .accordion > .accordion-header {
  cursor: pointer;
  padding: 10px 0;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.location > .content > .col > .accordion-wrapper > .accordion > .accordion-header {
    padding: 20px 0;
  }
}

.startpage > .wrapper > .block.location > .content > .col > .accordion-wrapper > .accordion > .accordion-header > .left, .startpage > .wrapper > .block.location > .content > .col > .accordion-wrapper > .accordion > .accordion-header > .right {
  font-size: 21px;
  line-height: 1.23;
  margin-bottom: 4px;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.location > .content > .col > .accordion-wrapper > .accordion > .accordion-header > .left, .startpage > .wrapper > .block.location > .content > .col > .accordion-wrapper > .accordion > .accordion-header > .right {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

.startpage > .wrapper > .block.location > .content > .col > .accordion-wrapper > .accordion > .accordion-body {
  transition: height ease-in-out 0.3s;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.book-visit > .content {
    padding: 0 17%;
    display: flex;
    flex-direction: column;
  }
}

.startpage > .wrapper > .block.book-visit > .content p.notice {
  margin-top: 25px;
  margin-bottom: 27px;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.book-visit > .content p.notice {
    margin-bottom: 50px;
    text-indent: 40px;
  }
}

.startpage > .wrapper > .block.book-visit > .content .book {
  margin-bottom: 45px;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.book-visit > .content .book {
    margin-bottom: 60px;
  }
}

.startpage > .wrapper > .block.book-visit > .content .book .fields {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.startpage > .wrapper > .block.book-visit > .content .book .fields .field {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.book-visit > .content .book .fields .field {
    width: 50%;
    padding-right: 30px;
    margin-bottom: 15px;
  }
}

.startpage > .wrapper > .block.book-visit > .content .book .fields .field .label {
  margin-bottom: 6px;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.book-visit > .content .book .fields .field .label {
    margin-bottom: 10px;
  }
}

.startpage > .wrapper > .block.book-visit > .content .book .fields .field .select-wrapper {
  padding-right: 10px;
}

.startpage > .wrapper > .block.book-visit > .content .book .fields .field select, .startpage > .wrapper > .block.book-visit > .content .book .fields .field input, .startpage > .wrapper > .block.book-visit > .content .book .fields .field button {
  width: 100%;
  background: transparent;
}

.startpage > .wrapper > .block.book-visit > .content .book .fields .field input, .startpage > .wrapper > .block.book-visit > .content .book .fields .field .select-wrapper {
  border: 1px solid #111111;
}

.startpage > .wrapper > .block.book-visit > .content .book .fields .field select {
  font-family: "EB Garamond", serif;
  outline: none;
  border: 0;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  padding: 10px 10px;
  margin: 0;
  font-size: 1.3rem;
  cursor: pointer;
}

.startpage > .wrapper > .block.book-visit > .content .book .fields .field button {
  height: 57px;
  max-width: 220px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 768px) {
  .startpage > .wrapper > .block.book-visit > .content .book .fields .field button {
    margin-top: 24px;
  }
}

input, textarea {
  display: inline-block;
  font-family: "EB Garamond", serif;
  outline: none;
  border-radius: 0;
  background: white;
  border: 0;
  resize: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  padding: 10px 10px;
  margin: 0;
  font-size: 1.3rem;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #111111;
}

input:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  background: white;
}

textarea {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

input[type=submit], .button, button {
  display: inline-block;
  font-family: "EB Garamond", serif;
  background: white;
  box-shadow: none;
  transition: background 0.3s cubic-bezier(0.66, 0, 0.07, 1), color 0.3s cubic-bezier(0.66, 0, 0.07, 1), border-color 0.3s cubic-bezier(0.66, 0, 0.07, 1), opacity 0.3s cubic-bezier(0.66, 0, 0.07, 1);
  padding: 5px 20px;
  font-size: 1.3rem;
  cursor: pointer;
  color: #111111;
  -webkit-appearance: none;
  border: 1px solid #111111;
  font-feature-settings: normal;
  font-variant-numeric: normal;
}

input[type=submit]:hover, .button:hover, button:hover {
  background: #111111;
  border-color: #111111;
  text-decoration: none;
  text-decoration: initial;
}

@media only screen and (min-width: 768px) {
  input[type=submit], .button, button {
    padding: 5px 30px;
  }
}

button:focus {
  outline: 0;
}

.subscribe {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .subscribe {
    margin-top: 44px;
    max-width: 700px;
  }
}

.subscribe > #subscribe-mc > form {
  display: flex;
  position: relative;
}

.subscribe > #subscribe-mc > form > input {
  background: transparent;
  border: 1px solid #111111;
  padding: 10px 10px 11px;
  width: 100%;
  font-size: 21px;
  color: #111111;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .subscribe > #subscribe-mc > form > input {
    font-size: 1.4rem;
    padding: 6.6666666667px 13.3333333333px 8.6666666667px;
  }
}

.subscribe > #subscribe-mc > form > input::-moz-placeholder {
  color: #111111;
}

.subscribe > #subscribe-mc > form > input:-ms-input-placeholder {
  color: #111111;
}

.subscribe > #subscribe-mc > form > input::placeholder {
  color: #111111;
}

.subscribe > #subscribe-mc > form > input:-webkit-autofill::first-line {
  font-family: "EB Garamond", serif;
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  .subscribe > #subscribe-mc > form > input:-webkit-autofill::first-line {
    font-size: 36px;
  }
}

.subscribe > #subscribe-mc > form > button {
  background: transparent;
  border: 0;
  padding: 0 10px;
  color: #111111;
  font-size: 21px;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .subscribe > #subscribe-mc > form > button {
    font-size: 1.4rem;
    padding: 0 30px;
  }
}

.subscribe > #subscribe-mc > form > button:hover {
  opacity: 0.5;
}

.subscribe > #subscribe-mc > form > .msg-alert {
  position: absolute;
  bottom: -30px;
  text-align: center;
  width: 100%;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .subscribe > #subscribe-mc > form > .msg-alert {
    font-size: 18px;
  }
}

.subscribe > #subscribe-mc > form > .msg-alert > p {
  margin-bottom: 0;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.swiper-container .image-wrapper {
  margin-bottom: 0;
}

.swiper-container .swiper-slide > .descr {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .swiper-container .swiper-slide > .descr {
    text-indent: 40px;
  }
}

.swiper-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .swiper-header {
    margin-bottom: 70px;
  }
}

.swiper-header > .title {
  margin-bottom: 0;
}

.swiper-header > .swiper-buttons {
  display: flex;
  margin-right: -3px;
}

@media only screen and (min-width: 768px) {
  .swiper-header > .swiper-buttons {
    margin-right: -5px;
  }
}

.swiper-header > .swiper-buttons > .swiper-button {
  font-size: 2rem;
  line-height: 0.95;
  cursor: pointer;
  transition: opacity ease-in-out 0.2s;
  width: 26px;
  text-align: center;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .swiper-header > .swiper-buttons > .swiper-button {
    line-height: 0.6;
    font-size: 2.5rem;
    width: 38px;
  }
}

.swiper-header > .swiper-buttons > .swiper-button:hover {
  opacity: 0.5;
}

.swiper-header > .swiper-buttons > .swiper-button.swiper-button-next {
  padding-left: 0;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.header-main {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  transition: top 0.6s cubic-bezier(0.66, 0, 0.07, 1);
  background: transparent;
  width: 100%;
  padding: 20px 15px;
}

@media only screen and (min-width: 768px) {
  .header-main {
    padding: 20px;
  }
}

.header-main.logo-small {
  position: fixed;
}

.header-main a {
  text-decoration: none;
}

.header-main > .header-content > .header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header-main > .header-content > .header > .logo {
  color: #FFFFFF;
}

.header-main > .header-content > .header > .logo.black {
  color: #111111;
}

@media only screen and (min-width: 1265px) {
  .header-main > .header-content > .header > .logo {
    width: 135px;
  }
}

.header-main > .header-content > .header > .menu {
  display: none;
}

@media only screen and (min-width: 1265px) {
  .header-main > .header-content > .header > .menu {
    display: block;
  }
}

.header-main > .header-content > .header > .menu.black > a {
  color: #111111;
}

.header-main > .header-content > .header > .menu > a {
  color: #FFFFFF;
  margin-right: 20px;
}

.header-main > .header-content > .header > .menu > a:last-child {
  margin-right: 0;
}

.header-main > .header-content > .header > .links {
  display: none;
}

@media only screen and (min-width: 1265px) {
  .header-main > .header-content > .header > .links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 135px;
  }
}

.header-main > .header-content > .header > .links.black > a {
  color: #111111;
}

.header-main > .header-content > .header > .links > a {
  color: #FFFFFF;
}

.header-main > .header-content > .header > .links > a.caravane {
  margin-bottom: 20px;
}

.header-main > .header-content > .header > .menu-button-mobile {
  cursor: pointer;
  padding: 15px;
  margin: -15px;
}

@media only screen and (min-width: 768px) {
  .header-main > .header-content > .header > .menu-button-mobile {
    padding: 10px;
    margin: -10px;
  }
}

@media only screen and (min-width: 1265px) {
  .header-main > .header-content > .header > .menu-button-mobile {
    display: none;
  }
}

.header-main > .header-content > .header > .menu-button-mobile > .wrapper {
  width: 24px;
  height: 19px;
  position: relative;
}

.header-main > .header-content > .header > .menu-button-mobile > .wrapper > .line {
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  right: 0;
  left: 0;
}

.header-main > .header-content > .header > .menu-button-mobile > .wrapper > .line.black {
  background-color: #111111;
}

.header-main > .header-content > .header > .menu-button-mobile > .wrapper > .line.top {
  top: 0;
}

.header-main > .header-content > .header > .menu-button-mobile > .wrapper > .line.center {
  top: 50%;
  transform: translateY(-50%);
}

.header-main > .header-content > .header > .menu-button-mobile > .wrapper > .line.bottom {
  bottom: 0;
}

.header-main.active > .menu-wrapper {
  cursor: inherit;
  transform: translateX(0);
}

.header-main.active > .menu-wrapper > .menu-button {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 768px) {
  .header-main.active > .overlay {
    display: block;
  }
}

.header-main.active > .icon-close {
  opacity: 1;
  visibility: visible;
}

.header-main > .overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 240px;
  bottom: 0;
  z-index: 99;
}

@media only screen and (min-width: 768px) {
  .header-main > .overlay {
    right: 640px;
  }
}

.header-main > .menu-wrapper {
  transition: transform 0.3s cubic-bezier(0.66, 0, 0.07, 1);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #F4F0E8;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  padding: 0 15px;
}

@media only screen and (min-width: 768px) {
  .header-main > .menu-wrapper {
    padding: 0 20px;
  }
}

.header-main > .menu-wrapper > .menu-header {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 0;
}

.header-main > .menu-wrapper > .menu-header > .icon-close {
  cursor: pointer;
  padding: 15px;
  margin: -15px;
}

.header-main > .menu-wrapper > .menu-header > .icon-close > .wrapper {
  width: 24px;
  height: 19px;
  position: relative;
  margin-right: -3px;
}

.header-main > .menu-wrapper > .menu-header > .icon-close > .wrapper > .line {
  width: 100%;
  height: 1px;
  background-color: #111111;
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
}

.header-main > .menu-wrapper > .menu-header > .icon-close > .wrapper > .line.top {
  transform: rotate(45deg);
}

.header-main > .menu-wrapper > .menu-header > .icon-close > .wrapper > .line.bottom {
  transform: rotate(-45deg);
}

.header-main > .menu-wrapper > .menu-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.header-main > .menu-wrapper > .menu-main > a {
  font-family: "EB Garamond", serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5rem;
  border-bottom: 1px solid #111111;
  margin-bottom: 0;
  padding: 5px 0 10px;
}

@media only screen and (min-width: 560px) {
  .header-main > .menu-wrapper > .menu-main > a {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .header-main > .menu-wrapper > .menu-main > a {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .header-main > .menu-wrapper > .menu-main > a {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1280px) {
  .header-main > .menu-wrapper > .menu-main > a {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .header-main > .menu-wrapper > .menu-main > a {
    margin-bottom: 0;
  }
}

.header-main > .menu-wrapper > .menu-main > a:last-child {
  border-bottom: 0;
}

.header-main > .menu-wrapper > .menu-footer {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.header-main > .menu-wrapper > .menu-footer > .separator {
  margin: 5px auto;
}

.header-main > .menu-wrapper > .menu-footer > a {
  font-family: "EB Garamond", serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.2rem;
  margin-bottom: 0;
}

@media only screen and (min-width: 560px) {
  .header-main > .menu-wrapper > .menu-footer > a {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .header-main > .menu-wrapper > .menu-footer > a {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .header-main > .menu-wrapper > .menu-footer > a {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1280px) {
  .header-main > .menu-wrapper > .menu-footer > a {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .header-main > .menu-wrapper > .menu-footer > a {
    margin-bottom: 0;
  }
}

.footer-main {
  width: 100%;
}

.footer-main > .footer-container > .wrapper {
  padding: 0 15px;
  overflow-x: hidden;
}

@media only screen and (min-width: 768px) {
  .footer-main > .footer-container > .wrapper {
    padding: 0 20px;
  }
}

.footer-main > .footer-container > .wrapper > .block {
  border-bottom: 1px solid #111111;
  padding: 10px 0;
}

@media only screen and (min-width: 768px) {
  .footer-main > .footer-container > .wrapper > .block {
    max-width: 1380px;
    margin: 0 auto;
    padding: 20px 0;
  }
}

@media only screen and (min-width: 768px) {
  .footer-main > .footer-container > .wrapper > .location > .content {
    padding-left: 17%;
    display: flex;
  }
}

.footer-main > .footer-container > .wrapper > .location > .content p.notice {
  margin-top: 25px;
  margin-bottom: 27px;
}

@media only screen and (min-width: 768px) {
  .footer-main > .footer-container > .wrapper > .location > .content p.notice {
    margin-bottom: 50px;
    text-indent: 40px;
  }
}

.footer-main > .footer-container > .wrapper > .location > .content > .col {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .footer-main > .footer-container > .wrapper > .location > .content > .col {
    margin-bottom: 90px;
  }
}

@media only screen and (min-width: 768px) {
  .footer-main > .footer-container > .wrapper > .location > .content > .col.left {
    width: 55%;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .footer-main > .footer-container > .wrapper > .location > .content > .col.right {
    width: 45%;
    padding-left: 40px;
  }
}

.footer-main > .footer-container > .wrapper > .location > .content > .col > .image-container {
  margin: 30px 0 36px;
  max-width: 450px;
}

@media only screen and (min-width: 768px) {
  .footer-main > .footer-container > .wrapper > .location > .content > .col > .image-container {
    margin: 40px 0 60px;
  }
}

.footer-main > .footer-container > .wrapper > .location > .content > .col > .visit-link {
  text-decoration: underline;
}

.footer-main > .footer-container > .wrapper > .location > .content > .col > .accordion-wrapper {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .footer-main > .footer-container > .wrapper > .location > .content > .col > .accordion-wrapper {
    margin-top: 30px;
  }
}

.footer-main > .footer-container > .wrapper > .location > .content > .col > .accordion-wrapper > .accordion {
  border-bottom: 1px solid #111111;
}

.footer-main > .footer-container > .wrapper > .location > .content > .col > .accordion-wrapper > .accordion.collapsed > .accordion-body {
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
}

.footer-main > .footer-container > .wrapper > .location > .content > .col > .accordion-wrapper > .accordion:last-child {
  border-bottom: none;
}

.footer-main > .footer-container > .wrapper > .location > .content > .col > .accordion-wrapper > .accordion p {
  word-break: break-word;
}

.footer-main > .footer-container > .wrapper > .location > .content > .col > .accordion-wrapper > .accordion .left {
  width: 20px;
  margin-top: -1px;
}

@media only screen and (min-width: 768px) {
  .footer-main > .footer-container > .wrapper > .location > .content > .col > .accordion-wrapper > .accordion .left {
    width: 35px;
  }
}

.footer-main > .footer-container > .wrapper > .location > .content > .col > .accordion-wrapper > .accordion .right {
  flex: 1 1;
}

.footer-main > .footer-container > .wrapper > .location > .content > .col > .accordion-wrapper > .accordion > .accordion-header, .footer-main > .footer-container > .wrapper > .location > .content > .col > .accordion-wrapper > .accordion > .accordion-body {
  display: flex;
}

.footer-main > .footer-container > .wrapper > .location > .content > .col > .accordion-wrapper > .accordion > .accordion-header {
  cursor: pointer;
  padding: 10px 0;
}

@media only screen and (min-width: 768px) {
  .footer-main > .footer-container > .wrapper > .location > .content > .col > .accordion-wrapper > .accordion > .accordion-header {
    padding: 20px 0;
  }
}

.footer-main > .footer-container > .wrapper > .location > .content > .col > .accordion-wrapper > .accordion > .accordion-header > .left, .footer-main > .footer-container > .wrapper > .location > .content > .col > .accordion-wrapper > .accordion > .accordion-header > .right {
  font-size: 21px;
  line-height: 1.23;
  margin-bottom: 4px;
}

@media only screen and (min-width: 768px) {
  .footer-main > .footer-container > .wrapper > .location > .content > .col > .accordion-wrapper > .accordion > .accordion-header > .left, .footer-main > .footer-container > .wrapper > .location > .content > .col > .accordion-wrapper > .accordion > .accordion-header > .right {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

.footer-main > .footer-container > .wrapper > .location > .content > .col > .accordion-wrapper > .accordion > .accordion-body {
  transition: height ease-in-out 0.3s;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .footer-main > .footer-container > .wrapper > .book-visit > .content {
    padding: 0 17%;
    display: flex;
    flex-direction: column;
  }
}

.footer-main > .footer-container > .wrapper > .book-visit > .content p.notice {
  margin-top: 25px;
  margin-bottom: 27px;
}

@media only screen and (min-width: 768px) {
  .footer-main > .footer-container > .wrapper > .book-visit > .content p.notice {
    margin-bottom: 50px;
    text-indent: 40px;
  }
}

.footer-main > .footer-container > .wrapper > .book-visit > .content .book {
  margin-bottom: 45px;
}

@media only screen and (min-width: 768px) {
  .footer-main > .footer-container > .wrapper > .book-visit > .content .book {
    margin-bottom: 60px;
  }
}

.footer-main > .footer-container > .wrapper > .book-visit > .content .book .fields {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.footer-main > .footer-container > .wrapper > .book-visit > .content .book .fields .field {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .footer-main > .footer-container > .wrapper > .book-visit > .content .book .fields .field {
    width: 50%;
    padding-right: 30px;
    margin-bottom: 15px;
  }
}

.footer-main > .footer-container > .wrapper > .book-visit > .content .book .fields .field .label {
  margin-bottom: 6px;
}

@media only screen and (min-width: 768px) {
  .footer-main > .footer-container > .wrapper > .book-visit > .content .book .fields .field .label {
    margin-bottom: 10px;
  }
}

.footer-main > .footer-container > .wrapper > .book-visit > .content .book .fields .field .select-wrapper {
  padding-right: 10px;
}

.footer-main > .footer-container > .wrapper > .book-visit > .content .book .fields .field select, .footer-main > .footer-container > .wrapper > .book-visit > .content .book .fields .field input, .footer-main > .footer-container > .wrapper > .book-visit > .content .book .fields .field button {
  width: 100%;
  background: transparent;
}

.footer-main > .footer-container > .wrapper > .book-visit > .content .book .fields .field input, .footer-main > .footer-container > .wrapper > .book-visit > .content .book .fields .field .select-wrapper {
  border: 1px solid #111111;
}

.footer-main > .footer-container > .wrapper > .book-visit > .content .book .fields .field select {
  font-family: "EB Garamond", serif;
  outline: none;
  border: 0;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  padding: 10px 10px;
  margin: 0;
  font-size: 1.3rem;
  cursor: pointer;
}

.footer-main > .footer-container > .wrapper > .book-visit > .content .book .fields .field button {
  height: 57px;
  max-width: 220px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 768px) {
  .footer-main > .footer-container > .wrapper > .book-visit > .content .book .fields .field button {
    margin-top: 24px;
  }
}

.footer-main > .footer-container > .wrapper .logos {
  border-bottom: none;
  padding: 40px 0 20px;
}

@media only screen and (min-width: 768px) {
  .footer-main > .footer-container > .wrapper .logos {
    padding: 50px 20px 50px 17%;
  }
}

.footer-main > .footer-container > .wrapper .logos .text {
  font-size: 21px;
  line-height: 1.23;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .footer-main > .footer-container > .wrapper .logos .text {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

.footer-main > .footer-container > .wrapper .logos .links {
  margin-top: 2px;
}

.footer-main > .footer-container > .wrapper .logos .links > a {
  margin-right: 10px;
  font-size: 21px;
  line-height: 1.23;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .footer-main > .footer-container > .wrapper .logos .links > a {
    margin-right: 20px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

.footer-main > .footer-container > .wrapper .logos .col.right {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.footer-main > .footer-container > .wrapper .logos .col.right > .link {
  display: block;
  margin-right: 40px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .footer-main > .footer-container > .wrapper .logos .col.right > .link {
    margin-right: 50px;
    margin-bottom: 0;
  }
}

.footer-main > .footer-container > .wrapper .logos .col.right > .link img {
  display: block;
  width: 100%;
}

.footer-main > .footer-container > .wrapper .logos .col.right > .caravane {
  width: 155px;
}

@media only screen and (min-width: 768px) {
  .footer-main > .footer-container > .wrapper .logos .col.right > .caravane {
    margin-top: 8px;
  }
}

.footer-main > .footer-container > .wrapper .logos .col.right > .heenatsalma {
  width: 180px;
}

@media only screen and (min-width: 768px) {
  .footer-main > .footer-container > .wrapper .logos .col.right > .heenatsalma {
    margin-top: 16px;
  }
}

.footer-main > .footer-container > .wrapper .logos .col.right > .nmoq {
  width: 140px;
}

@media only screen and (min-width: 768px) {
  .footer-main > .footer-container > .wrapper .logos .col.right > .nmoq {
    margin-top: 12px;
  }
}

.footer-main > .footer-container > .wrapper .logos .col.right > .qatar-museums {
  width: 100px;
}

@media only screen and (min-width: 768px) {
  .footer-main > .footer-container > .wrapper .logos .col.right > .qatar-museums {
    margin-top: 10px;
  }
}

.footer-main > .footer-container > .wrapper .logos .col.right > .inq {
  width: 150px;
}

@media only screen and (min-width: 768px) {
  .footer-main > .footer-container > .wrapper .logos .col.right > .inq {
    margin-top: 10px;
  }
}

.footer-main > .footer-container > .wrapper .logos .col.right > .abbazia {
  width: 155px;
}

@media only screen and (min-width: 768px) {
  .footer-main > .footer-container > .wrapper .logos .col.right > .abbazia {
    margin-top: 24px;
  }
}

.footer-main > .footer-container > .wrapper .logos .col.right > .biennale {
  width: 155px;
}

.footer-main > .footer-container > .wrapper .logos .col.right > .qatar-airways {
  width: 155px;
  text-decoration: none;
}

.footer-main > .footer-container > .wrapper .logos .col.right > .qatar-airways span {
  text-decoration: none;
  font-size: 12px;
  opacity: 0.8;
  margin-bottom: 4px;
}

@media only screen and (min-width: 768px) {
  .footer-main > .footer-container > .wrapper .logos .col.right > .qatar-airways {
    margin-top: 11px;
  }
}

.virtual-tour {
  padding-top: 120px;
}

@media only screen and (min-width: 768px) {
  .virtual-tour {
    padding-top: 220px;
  }
}

.virtual-tour > .wrapper {
  padding: 0 15px;
  overflow-x: hidden;
  border-bottom: 1px solid #111111;
}

@media only screen and (min-width: 768px) {
  .virtual-tour > .wrapper {
    padding: 0 20px;
  }
}

.virtual-tour > .wrapper > .block {
  padding: 10px 0;
}

@media only screen and (min-width: 768px) {
  .virtual-tour > .wrapper > .block {
    max-width: 1380px;
    margin: 0 auto;
    padding: 20px 0;
  }
}

.virtual-tour > .wrapper > .block .text-wrapper p {
  font-size: 21px;
  line-height: 1.23;
}

@media only screen and (min-width: 768px) {
  .virtual-tour > .wrapper > .block .text-wrapper p {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

.virtual-tour > .wrapper > .block.tour-embed > .content > .title {
  font-family: "EB Garamond", serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.75rem;
  line-height: 2.1rem;
  margin-bottom: 1.2rem;
}

@media only screen and (min-width: 560px) {
  .virtual-tour > .wrapper > .block.tour-embed > .content > .title {
    font-size: 1.75rem;
  }
}

@media only screen and (min-width: 768px) {
  .virtual-tour > .wrapper > .block.tour-embed > .content > .title {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .virtual-tour > .wrapper > .block.tour-embed > .content > .title {
    font-size: 1.9rem;
  }
}

@media only screen and (min-width: 1280px) {
  .virtual-tour > .wrapper > .block.tour-embed > .content > .title {
    font-size: 1.9rem;
  }
}

@media only screen and (min-width: 768px) {
  .virtual-tour > .wrapper > .block.tour-embed > .content > .title {
    text-align: center;
    line-height: 2.1rem;
    padding: 0 17%;
    margin-bottom: 2.3rem;
  }
}

.virtual-tour > .wrapper > .block.tour-embed > .content > p {
  font-size: 21px;
  line-height: 1.23;
}

@media only screen and (min-width: 768px) {
  .virtual-tour > .wrapper > .block.tour-embed > .content > p {
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 0 17%;
  }
}

.virtual-tour > .wrapper > .block.tour-embed > .content > .embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.2719812427%;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .virtual-tour > .wrapper > .block.tour-embed > .content > .embed {
    margin-top: 70px;
    margin-bottom: 90px;
  }
}

.virtual-tour > .wrapper > .block.tour-embed > .content > .embed iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .virtual-tour > .wrapper > .block.artefacts > .header, .virtual-tour > .wrapper > .block.documentation > .header, .virtual-tour > .wrapper > .block.textiles > .header, .virtual-tour > .wrapper > .block.garden > .header, .virtual-tour > .wrapper > .block.simposium > .header {
    padding-left: 17%;
  }
}

@media only screen and (min-width: 768px) {
  .virtual-tour > .wrapper > .block.artefacts > .content, .virtual-tour > .wrapper > .block.documentation > .content, .virtual-tour > .wrapper > .block.textiles > .content, .virtual-tour > .wrapper > .block.garden > .content, .virtual-tour > .wrapper > .block.simposium > .content {
    padding: 0 17%;
  }
}

.virtual-tour > .wrapper > .block.artefacts > .content .text-wrapper, .virtual-tour > .wrapper > .block.documentation > .content .text-wrapper, .virtual-tour > .wrapper > .block.textiles > .content .text-wrapper, .virtual-tour > .wrapper > .block.garden > .content .text-wrapper, .virtual-tour > .wrapper > .block.simposium > .content .text-wrapper {
  margin-top: 20px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .virtual-tour > .wrapper > .block.artefacts > .content .text-wrapper, .virtual-tour > .wrapper > .block.documentation > .content .text-wrapper, .virtual-tour > .wrapper > .block.textiles > .content .text-wrapper, .virtual-tour > .wrapper > .block.garden > .content .text-wrapper, .virtual-tour > .wrapper > .block.simposium > .content .text-wrapper {
    margin-top: 100px;
    margin-bottom: 120px;
  }
}

.virtual-tour > .wrapper > .block.committee {
  border-top: 1px solid #111111;
}

@media only screen and (min-width: 768px) {
  .virtual-tour > .wrapper > .block.committee > .content {
    padding-left: 17%;
  }
}

.virtual-tour > .wrapper > .block.committee > .content > .committee-wrapper {
  margin: 40px auto;
}

@media only screen and (min-width: 768px) {
  .virtual-tour > .wrapper > .block.committee > .content > .committee-wrapper {
    margin: 90px auto 100px;
  }
}

.virtual-tour > .wrapper > .block.committee > .content > .committee-wrapper > .item {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .virtual-tour > .wrapper > .block.committee > .content > .committee-wrapper > .item {
    display: flex;
    max-width: 1000px;
    margin-bottom: 56px;
  }
}

.virtual-tour > .wrapper > .block.committee > .content > .committee-wrapper > .item .position, .virtual-tour > .wrapper > .block.committee > .content > .committee-wrapper > .item .name {
  font-size: 21px;
  line-height: 1.23;
  margin-bottom: 4px;
}

@media only screen and (min-width: 768px) {
  .virtual-tour > .wrapper > .block.committee > .content > .committee-wrapper > .item .position, .virtual-tour > .wrapper > .block.committee > .content > .committee-wrapper > .item .name {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 768px) {
  .virtual-tour > .wrapper > .block.committee > .content > .committee-wrapper > .item .descr {
    line-height: 1.35;
  }
}

@media only screen and (min-width: 768px) {
  .virtual-tour > .wrapper > .block.committee > .content > .committee-wrapper > .item > .left {
    width: 43%;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .virtual-tour > .wrapper > .block.committee > .content > .committee-wrapper > .item > .right {
    width: 55%;
  }
}

.virtual-tour > .wrapper > .block.committee > .content > .committee-wrapper > .item.first {
  text-align: center;
  max-width: 860px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .virtual-tour > .wrapper > .block.committee > .content > .committee-wrapper > .item.first {
    margin-bottom: 100px;
    flex-direction: column;
  }
}

.virtual-tour > .wrapper > .block.committee > .content > .committee-wrapper > .item.first span {
  display: block;
  font-style: italic;
}

.virtual-tour > .wrapper > .block.team {
  border-top: 1px solid #111111;
}

.virtual-tour > .wrapper > .block.team > .profile-info-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: #F4F0E8;
}

.virtual-tour > .wrapper > .block.team > .profile-info-container.hidden {
  pointer-events: none;
  z-index: -1;
  display: none;
}

.virtual-tour > .wrapper > .block.team > .profile-info-container > .profile-info-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background-color: #F4F0E8;
}

.virtual-tour > .wrapper > .block.team > .profile-info-container > .icon-close {
  cursor: pointer;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 1;
}

.virtual-tour > .wrapper > .block.team > .profile-info-container > .icon-close > .wrapper {
  width: 24px;
  height: 19px;
  position: relative;
  margin-right: -3px;
}

.virtual-tour > .wrapper > .block.team > .profile-info-container > .icon-close > .wrapper > .line {
  width: 100%;
  height: 1px;
  background-color: #111111;
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
}

.virtual-tour > .wrapper > .block.team > .profile-info-container > .icon-close > .wrapper > .line.top {
  transform: rotate(45deg);
}

.virtual-tour > .wrapper > .block.team > .profile-info-container > .icon-close > .wrapper > .line.bottom {
  transform: rotate(-45deg);
}

.virtual-tour > .wrapper > .block.team > .profile-info-container > .profile-info-wrapper {
  padding: 15px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
}

@media only screen and (min-width: 768px) {
  .virtual-tour > .wrapper > .block.team > .profile-info-container > .profile-info-wrapper {
    max-width: 900px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    margin: 0 auto;
    display: flex;
  }
}

.virtual-tour > .wrapper > .block.team > .profile-info-container > .profile-info-wrapper > .left {
  width: 190px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .virtual-tour > .wrapper > .block.team > .profile-info-container > .profile-info-wrapper > .left {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .virtual-tour > .wrapper > .block.team > .profile-info-container > .profile-info-wrapper > .text-wrapper {
    flex: 1 1;
    padding-left: 40px;
    margin-top: -7px;
  }
}

.virtual-tour > .wrapper > .block.team > .profile-info-container > .profile-info-wrapper > .text-wrapper > .name {
  font-size: 21px;
  line-height: 1.15;
  padding-right: 30px;
}

@media only screen and (min-width: 768px) {
  .virtual-tour > .wrapper > .block.team > .profile-info-container > .profile-info-wrapper > .text-wrapper > .name {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

.virtual-tour > .wrapper > .block.team > .profile-info-container > .profile-info-wrapper > .text-wrapper > .position {
  font-style: italic;
  margin-top: 3px;
  line-height: 1.15;
}

.virtual-tour > .wrapper > .block.team > .profile-info-container > .profile-info-wrapper > .text-wrapper > .info {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .virtual-tour > .wrapper > .block.team > .profile-info-container > .profile-info-wrapper > .text-wrapper > .info {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .virtual-tour > .wrapper > .block.team > .header {
    padding-left: 17%;
  }
}

@media only screen and (min-width: 768px) {
  .virtual-tour > .wrapper > .block.team > .content {
    padding-left: 17%;
  }
}

.virtual-tour > .wrapper > .block.team > .content > .swiper-wrapper {
  width: 190px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .virtual-tour > .wrapper > .block.team > .content > .swiper-wrapper {
    margin-bottom: 100px;
  }
}

.virtual-tour > .wrapper > .block.team > .content > .swiper-wrapper .swiper-slide img {
  opacity: 0.7;
  transition: opacity ease-in-out 0.2s;
}

.virtual-tour > .wrapper > .block.team > .content > .swiper-wrapper .swiper-slide-active img {
  opacity: 1;
}

.virtual-tour > .wrapper > .block.team > .content > .swiper-wrapper .profile {
  cursor: pointer;
}

.virtual-tour > .wrapper > .block.team > .content > .swiper-wrapper .profile:hover img {
  opacity: 1;
}

.virtual-tour > .wrapper > .block.team > .content > .swiper-wrapper .text-wrapper > .name {
  margin-top: 15px;
}

.virtual-tour > .wrapper > .block.team > .content > .swiper-wrapper .text-wrapper > .position {
  margin-top: 3px;
  font-style: italic;
  line-height: 1.15;
}

.virtual-tour > .wrapper > .block.team > .content > .swiper-wrapper .text-wrapper > .info {
  display: none;
}

.container.the-book {
  padding-top: 120px;
}

@media only screen and (min-width: 768px) {
  .container.the-book {
    padding-top: 160px;
  }
}

.container.the-book .description {
  opacity: 0.75;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.container.the-book section.retailers {
  padding-bottom: 60px !important;
}

.container.the-book section.retailers .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}

@media only screen and (min-width: 1184px) {
  .container.the-book section.retailers .list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.container.the-book .wrapper {
  padding: 0 15px;
  overflow-x: hidden;
  border-bottom: 1px solid #111111;
}

@media only screen and (min-width: 768px) {
  .container.the-book .wrapper {
    padding: 0 20px;
  }
}

.container.the-book .wrapper section.block {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .container.the-book .wrapper section.block {
    padding-right: 17%;
    padding-left: 17%;
  }
}

@media only screen and (min-width: 768px) {
  .container.the-book .wrapper section.block {
    max-width: 1380px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.container.the-book .wrapper section.block .text-wrapper p {
  font-size: 21px;
  line-height: 1.23;
}

@media only screen and (min-width: 768px) {
  .container.the-book .wrapper section.block .text-wrapper p {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

/*# sourceMappingURL=caravane-biennale-app-18d45aab.css.map*/