.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: var(--image-708b924);
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: var(--image-i5cec3e91);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #4d4d4d;
  letter-spacing: .05ch;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 135%;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 100%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.35em;
}

a {
  color: #4d4d4d;
  text-decoration: none;
}

.section {
  height: 100vh;
  max-width: 378px;
  float: left;
  padding-top: 110px;
  padding-left: 85px;
  display: block;
  position: fixed;
}

.squareimage {
  width: 20vw;
  height: 20vw;
  object-fit: cover;
  background-image: var(--image-1c30d98);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .325s ease-in-out;
  display: block;
}

.squareimage:hover {
  transform: scale(.95);
}

.squareimage.size {
  width: 23vw;
  height: 23vh;
  cursor: auto;
  position: relative;
}

.navigation-bar {
  height: 65px;
  opacity: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  text-transform: uppercase;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.brand-link {
  z-index: 500;
}

.brand-text {
  letter-spacing: .05ch;
  margin-top: 3px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.navigation-menu {
  z-index: 500;
  margin-top: 9px;
  font-size: 1rem;
}

.navigation-link {
  color: silver;
  letter-spacing: 1px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Inter, sans-serif;
  font-size: .7em;
  line-height: 18px;
}

.navigation-link:hover, .navigation-link.w--current {
  color: #333;
}

.section-2 {
  width: 100%;
  max-width: 100%;
  float: none;
  padding-bottom: 140px;
  position: relative;
}

.grid {
  width: 50%;
  float: left;
  clear: left;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  text-align: center;
  flex-wrap: wrap;
  grid-template: "Area"
  / 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-right: auto;
  display: grid;
}

.grid.hide {
  display: none;
}

.hinweis {
  z-index: 1000;
  background-color: rgba(26, 26, 26, .65);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container {
  height: 186px;
  max-width: 45%;
  text-align: center;
  background-color: #fff;
  border-radius: 2px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 220px;
  display: flex;
}

.text-block {
  width: 100%;
  height: 74px;
  clear: left;
  letter-spacing: 1px;
  flex: none;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  display: block;
}

.button {
  clear: none;
  background-color: #40484e;
  flex: none;
  order: 0;
  align-self: center;
  margin-bottom: 16px;
  position: relative;
}

.pimage {
  width: auto;
  height: auto;
  max-height: 95vh;
  max-width: 80%;
  object-fit: contain;
  margin-top: 40px;
  margin-bottom: 20vh;
  display: block;
}

.container-2 {
  flex-direction: column;
  display: flex;
}

.gridlink {
  width: 20vw;
  height: 20vw;
  display: block;
}

.gridlink.squareimage {
  width: 24vw;
  height: 24vw;
}

.intro {
  margin-top: 60px;
}

.container-3 {
  max-width: 90%;
  padding-top: 20px;
}

.container-4 {
  margin-top: 100px;
}

.div-block-2 {
  height: 50px;
}

.div-block-3 {
  width: 50%;
  height: 100%;
  float: left;
  padding-left: 40px;
}

.container-5 {
  flex-flow: wrap;
  align-items: flex-start;
  display: block;
}

.heading {
  font-size: 2.5rem;
  line-height: 3rem;
}

.overview-section {
  z-index: 0;
  height: 95vh;
  border-bottom: 1px #ebebeb;
  margin-top: 60px;
  margin-bottom: -70px;
  display: block;
  position: relative;
  overflow: auto;
}

.imagescontainer {
  z-index: 700;
  height: auto;
  max-width: 138.333vh;
  background-image: linear-gradient(#fff, #fff);
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: static;
}

.imagescontainer.start {
  margin-top: 100vh;
  padding-top: 60px;
  position: relative;
}

.mainsection {
  background-color: #fff;
  border-top: 1px #ebebeb;
  margin-top: 60px;
  position: relative;
}

.mainsection.hero {
  background-image: linear-gradient(#fff, #fff);
  margin-top: 0;
  padding-top: 40px;
  position: relative;
}

.pimage-copy {
  max-height: 74vh;
  object-fit: contain;
  margin-top: auto;
  margin-bottom: auto;
  transition: all 1s;
  display: block;
}

.pimage-copy.small {
  width: 9vw;
  height: 50.256vh;
  max-height: 200px;
  max-width: 160vh;
  min-width: 100%;
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: 1px;
}

.pimage-copy.small.square {
  width: 100%;
  height: 11vw;
}

.title {
  width: 100%;
  text-align: left;
  flex: none;
  margin-bottom: 13px;
  font-size: 1.5em;
}

.title.seriestitle {
  color: #4d4d4d;
  margin-top: auto;
  font-size: 20px;
}

.title.cap {
  text-transform: uppercase;
  font-size: 20px;
}

.details {
  flex: none;
  margin-top: 13px;
  display: flex;
}

.imagedetails {
  height: 18px;
  min-height: 18px;
  white-space: nowrap;
  margin-top: 0;
  margin-right: 20px;
  font-size: .8em;
}

.imagedetails.cat {
  text-transform: uppercase;
  font-weight: 400;
}

.detailscontainer {
  max-width: 270px;
  text-align: left;
  white-space: normal;
  flex-flow: column;
  flex: 0 auto;
  align-self: flex-end;
  display: block;
  position: relative;
  overflow: visible;
}

.detailscontainer.work {
  width: auto;
  max-height: 4em;
  overflow: hidden;
}

.detailscontainer.top {
  max-width: 40%;
  flex: 1;
  align-self: flex-start;
  margin-left: auto;
}

.detailscontainer.top.left {
  max-width: 39%;
  flex: 0 auto;
  margin-top: 40px;
  margin-left: 0;
}

.detailscontainer.top.right {
  max-width: 100%;
  flex: 0 auto;
  margin-left: 0;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.detailscontainer.small {
  height: 100%;
  max-width: none;
  flex: 1;
  align-self: flex-start;
}

.detailscontainer.left {
  align-self: flex-start;
}

.description {
  width: 100%;
  letter-spacing: .03ch;
  white-space: normal;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 300;
  overflow: hidden;
}

.description.large {
  margin-bottom: 10px;
  font-size: 1.2em;
}

.description._4rows {
  color: #4d4d4d;
}

.singleimage {
  height: 100vh;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-start;
  display: flex;
  position: relative;
}

.singleimage.small {
  max-width: 20%;
}

.wrap {
  max-width: 100%;
  min-width: 300px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.wrap.left {
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.wrap.small {
  max-height: 74vh;
  max-width: 30%;
  min-width: 250px;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
}

.imagediv {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.imagediv.small {
  flex: 0 auto;
}

.grid-copy {
  width: 500px;
  height: 800px;
  float: left;
  clear: left;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  text-align: center;
  flex-wrap: wrap;
  grid: "."
  / auto auto auto;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  justify-items: stretch;
  margin-right: auto;
  display: grid;
}

.grid-copy.hide {
  display: none;
}

.gridintro {
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: block;
}

.seriesdetailscontainer {
  max-height: 75vh;
  max-width: 36vw;
  min-width: 300px;
  flex-flow: column;
  flex: 1;
  align-self: flex-start;
  display: block;
}

.seriesdetailscontainer.buttom {
  height: 80vh;
  max-height: none;
  max-width: 30vw;
  flex: 1;
  align-self: center;
  padding-left: 0;
  overflow: hidden;
}

.griddiv {
  flex: 1;
}

.hide {
  display: none;
}

.html-embed {
  width: 140px;
  height: 140px;
  object-fit: cover;
  display: inline-block;
}

.html-embed-2 {
  z-index: 500;
  cursor: zoom-in;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.detailswrap {
  height: 100%;
}

.detailswrap.series {
  height: 100%;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.detailswrap.series.big {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}

.detailswrap.small {
  font-size: .9em;
}

.detailswrap.marginbuttom {
  margin-bottom: 40px;
}

.detailswrap.marginbuttom-copy {
  margin-bottom: 16px;
}

.navcontainer {
  z-index: 10000;
  width: 100vw;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.abstand {
  width: 100%;
  height: 35px;
}

.interactiveoverlay {
  z-index: 600;
  cursor: zoom-out;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body {
  max-width: 100%;
}

.div-block-4 {
  z-index: 1000;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.herosection {
  height: 100vh;
  border-bottom: 1px solid #ebebeb;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  padding: 80px;
  padding-bottom: 140px;}

.div-block-6 {
  width: 100%;
  height: 100%;
  margin-top: 50px;
  position: relative;
}

.div-block-7 {
  height: 50px;
  position: relative;
}

.collection-item {
  flex: 1;
}

.collection-item.hero, .collection-item.heroimage, .collection-item.heroimage-copy {
  height: 95vh;
  background-image: var(--image-1c30d98);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  justify-content: center;
  display: flex;
}

.collection-item.grid {
  justify-content: space-between;
  display: flex;
}

.collection-item.columns {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-8 {
  width: 100%;
  height: 100vh;
  background-image: var(--image-1c30d98);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.singleimage-copy, .singleseries {
  height: 100vh;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-start;
  display: flex;
}

.seriesherodiv {
  width: 80vh;
  height: 80vh;
  max-width: 50vw;
  background-image: var(--image-1c30d98);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
}

.singelserieswrap {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.singelserieswrap.left {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 50px;
}

.detailscontainer-copy {
  width: 300px;
  max-height: 75vh;
  max-width: 300px;
  flex-flow: column;
  flex: none;
  align-self: flex-end;
  display: block;
  position: relative;
  overflow: scroll;
}

.seriesoveriewitem {
  height: 100vh;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.seriesoveriewitem:nth-child(2n) {
  flex-direction: row-reverse;
}

.grid-3 {
  width: 100%;
  float: left;
  clear: left;
  grid-column-gap: 35px;
  grid-row-gap: 60px;
  text-align: center;
  flex-wrap: wrap;
  grid-template: "." 1fr
  / 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: stretch;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.grid-3.hide {
  display: none;
}

.collection-list-wrapper-3 {
  width: 500px;
}

.text-span {
  width: 100%;
  float: none;
  color: rgba(77, 77, 77, .7);
  text-transform: uppercase;
  margin-top: 16px;
  font-style: italic;
}

.collection-list-wrapper-4 {
  flex-flow: column;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.grid-copy-copy {
  float: left;
  clear: left;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  text-align: center;
  flex-wrap: wrap;
  grid-template: "." 1fr
  / 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  margin-right: auto;
  display: grid;
}

.grid-copy-copy.hide {
  display: none;
}

.section-3 {
  display: block;
}

.container-6 {
  max-width: 600px;
}

.grid-4 {
  width: 600px;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
}

.collection-list-wrapper-5 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-self: flex-start;
  display: flex;
}

.collection-list {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template: "."
  / auto auto auto auto;
  grid-auto-columns: auto;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  display: grid;
}

.collection-list.grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.link-block {
  width: 12vw;
  height: 13vw;
}

.link-block.squareimage {
  height: 12vw;
  margin-bottom: -19px;
  display: block;
}

.html-embed-3 {
  width: 12vw;
  height: 12vw;
}

.html-embed-4 {
  width: 100%;
  height: 100%;
}

.div-block-9 {
  padding-top: 26vw;
}

.div-block-10 {
  z-index: 600;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: var(--image-1c30d98);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph {
  letter-spacing: .05ch;
}

.collection-item-2 {
  height: 33vw;
}

.body-3 {
  height: 100vh;
  max-height: 100vh;
}

.collection-list-wrapper-5-mobile {
  align-self: flex-end;
  display: none;
}

.seriesphotocount {
  height: 18px;
  min-height: 18px;
  white-space: nowrap;
  margin-top: 0;
  margin-right: 20px;
  font-size: .8em;
}

.seriesphotocount.cat {
  text-transform: uppercase;
  font-weight: 500;
}

.workgrid {
  width: 100%;
  float: left;
  clear: left;
  grid-column-gap: 35px;
  grid-row-gap: 60px;
  text-align: center;
  flex-wrap: wrap;
  grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ".";
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.workgrid.hide {
  display: none;
}

.toplink {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.toplink.w--current {
  position: absolute;
}

.pageid {
  z-index: -1;
  width: 0;
  height: 50px;
  position: absolute;
}

.pageid._100 {
  height: 100vh;
  position: relative;
}

.html-embed-5 {
  width: 0;
  height: 0;
  display: none;
}

.hero {
  width: 100%;
  height: 100vh;
  max-width: none;
  border-bottom: 1px #ebebeb;
  flex-direction: column;
  justify-content: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: static;
}

.collection-list-seriesgrid {
  height: 100%;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #fff;
  grid-template: "."
  / minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  align-content: start;
  justify-content: start;
  align-items: stretch;
  justify-items: start;
  display: grid;
}

.seriesgrid {
  max-height: 85vh;
  flex: 1;
  align-self: flex-start;
  overflow: scroll;
}

.div-block-12 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.empty-state-2 {
  background-color: #fff;
}

.button-2 {
  position: absolute;
  top: 100px;
}

.fullscroller.paddingtop {
  margin-bottom: 60px;
  padding-top: 40px;
}

.seriesyearcount {
  height: 18px;
  min-height: 18px;
  white-space: nowrap;
  margin-top: 0;
  margin-right: 20px;
  font-size: .8em;
  display: inline;
}

.seriesyearcount.cat {
  text-transform: uppercase;
  font-weight: 500;
}

.html-embed-6 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.photoyear {
  height: 18px;
  min-height: 18px;
  white-space: nowrap;
  margin-top: 0;
  margin-right: 20px;
  font-size: .8em;
}

.photoyear.cat {
  text-transform: uppercase;
  font-weight: 500;
}

.serieslink {
  height: 18px;
  min-height: 18px;
  white-space: nowrap;
  margin-top: 0;
  margin-right: 20px;
  font-size: .8em;
}

.serieslink.w--current:hover {
  text-decoration: underline;
}

.serieslink.cat {
  text-transform: uppercase;
  font-weight: 500;
}

.div-block-13 {
  width: 60px;
  height: 100%;
  flex: none;
}

.div-block-14 {
  height: 90vh;
  border-bottom: 1px solid #ebebeb;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.rich-text-block {
  margin-bottom: 60px;
}

.section-4 {
  padding-left: 60px;
  padding-right: 60px;
}

.ongoingtrue {
  font-size: .8rem;
  display: inline;
}

.body-4 {
  color: #4d4d4d;
}

.scrollwrap {
  margin-left: auto;
  margin-right: auto;
}

.sectioncontainer {
  width: 100vw;
  background-color: #7e7e7e;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fullscreencontainer {
  height: 100%;
  border-bottom: 1px #ebebeb;
  display: block;
}

.ratiobox {
  width: 90vw;
  height: 50.625vw;
  max-height: 90vh;
  max-width: 160vh;
}

.maxcontent {
  width: 100%;
  height: 100%;
  position: relative;
}

.fullsizecontainer.hero, .fullsizecontainer.heroimage, .fullsizecontainer.heroimage-copy {
  height: 95vh;
  background-image: var(--image-1c30d98);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  justify-content: center;
  display: flex;
}

.fullsizecontainer.flex {
  grid-row-gap: 20px;
  flex-flow: column wrap;
  display: flex;
}

.letter-box {
  width: 100%;
  height: 56.6667vw;
  max-height: 85vh;
  max-width: 138.333vh;
  min-height: 400px;
  min-width: 900px;
  object-fit: cover;
  object-position: 50% 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.letter-box.fullscreen {
  width: 100vw;
  max-height: none;
  max-width: none;
}

.letter-box.auto-height {
  width: 100%;
  height: auto;
  min-height: auto;
  min-width: auto;
  position: relative;
}

.content-box {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.layer-box {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.layer-box.vertical {
  flex-direction: column;
}

.object-container {
  width: 100%;
  height: 100%;
  max-width: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.empty-state-3 {
  background-color: #fff;
}

.object-default {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
}

.object-default.contain {
  width: auto;
  height: auto;
  object-fit: contain;
  flex: 0 auto;
  position: relative;
}

.stage {
  max-width: 940px;
  flex-direction: column;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.scroll-section {
  width: 100%;
  max-width: 100vw;
  flex-flow: column wrap;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.scroll-section.auto-height {
  height: 300px;
  flex: 1;
}

.quote {
  width: 100%;
  white-space: normal;
  align-self: flex-start;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-style: italic;
  position: relative;
}

.quote.large {
  margin-bottom: 10px;
  font-size: 1.2em;
}

.rtf-text {
  width: 100%;
  float: none;
  color: #4d4d4d;
  text-transform: uppercase;
  margin-top: 16px;
  font-style: italic;
  font-weight: 600;
}

.div-block-15 {
  width: 30px;
  height: 30px;
  background-color: #a83e3e;
}

.html-embed-7 {
  display: block;
}

.gridlistitem {
  max-width: 50%;
  min-width: 500px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.gridlistitem.small {
  max-width: 20%;
}

.collection-list-2 {
  flex-flow: column wrap;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.collection-item-3 {
  max-width: 33%;
  min-width: 300px;
  flex: none;
}

.collection-list-seriesgrid-copy {
  height: 100%;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #fff;
  grid-template: "." 1fr
  / minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto);
  grid-auto-rows: 1fr;
  grid-auto-columns: minmax(0, auto);
  /* grid-auto-flow: column; */
  align-content: start;
  justify-content: start;
  align-items: stretch;
  justify-items: start;
  display: grid;
}

.paragraph-2 {
  column-count: 1;
  column-gap: 40px;
  margin-top: 0;
}

.introtext {
  color: #000;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  font-weight: 500;
  display: block;
}

.image {
  height: 300px;
  object-fit: cover;
  flex: 0 auto;
}

.div-block-16 {
  margin-top: 20px;
}

.div-block-17 {
  max-height: 100vh;
  grid-column-gap: 65px;
  justify-content: space-between;
  display: flex;
}

.div-block-18 {
  align-self: flex-start;
  margin-bottom: 20px;
}

.div-block-19 {
  flex-direction: column;
  margin-top: 60px;
  display: flex;
}

.div-block-20 {
  width: 100%;
}

.div-block-21 {
  width: 100vw;
  height: 350px;
  background-color: #ff0;
  margin-bottom: 100px;
}

.div-block-22 {
  width: 100%;
  height: 350px;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-2 {
  max-height: 150px;
}

.div-block-23 {
  width: 300px;
  max-height: 100%;
  max-width: 100%;
  min-width: 200px;
  flex: 1;
}

.column {
  height: 100%;
  align-items: center;
  display: flex;
}

.image-3 {
  height: 60px;
}

.column-2 {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-24 {
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-2 {
  margin-top: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: block;
}

.text-block-2:hover {
  color: #000;
}

.heading-2 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 14px;
  line-height: 135%;
}

.div-block-25 {
  max-width: 30%;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
}

.div-block-26 {
  height: 100vh;
  max-height: 100vh;
  padding-top: 65px;
  padding-bottom: 65px;
}

.collection-list-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-4 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-27 {
  max-height: 100vh;
  padding-top: 65px;
}

.link-block-2 {
  flex-wrap: wrap;
  transition: all .2s;
  display: flex;
}

.link-block-2:hover {
  transform: scale(.95);
}

.imagescontainer-copy {
  z-index: 700;
  height: auto;
  max-width: 138.333vh;
  background-image: linear-gradient(#fff, #fff);
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.imagescontainer-copy.start {
  margin-top: 100vh;
  padding-top: 60px;
  position: relative;
}

.div-block-28 {
  grid-column-gap: 30px;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.column-3 {
  padding-left: 20px;
  padding-right: 0;
}

.div-block-29 {
  width: 100%;
  height: 100vh;
  position: relative;
}

.image-5 {
  width: 100%;
  max-height: 100vh;
  object-fit: cover;
  object-position: 50% 50%;
  margin-top: -65px;
  padding-top: 65px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.column-4 {
  padding-left: 0;
  padding-right: 40px;
}

.div-block-10-copy {
  z-index: 600;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  background-image: var(--image-1c30d98);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  flex: 1;
  display: block;
}

.image-6 {
  width: 100%;
  max-height: 100vh;
  object-fit: contain;
  flex: 0 auto;
  display: block;
}

.div-block-30 {
  width: 100%;
  height: 65px;
}

.collection-list-4 {
  max-height: 100%;
  position: relative;
}

.div-block-26-copy {
  padding-top: 65px;
  padding-bottom: 65px;
}

.column-5 {
  height: 100%;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: static;
}

.columns-2 {
  flex: 1;
}

.columns-3 {
  width: 100%;
  margin-bottom: 100px;
  padding-left: 10px;
  position: relative;
}

.div-block-31 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.contactsection {
  min-height: 100vh;
  margin-top: 65px;
}

.udesly-image-cover {
  object-fit: cover;
  object-position: 0% 50%;
  flex: 0 auto;
  align-self: stretch;
  display: block;
}

.udesly-image-cover.slide {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.udesly-image-block {
  border-radius: 6px;
  overflow: hidden;
}

.udesly-paragraph-small {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-paragraph-small.udesly-text-color-neutral-900 {
  font-weight: 700;
}

.udesly-author {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.udesly-paragraph-large {
  color: #404040;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.udesly-text-extrabold {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 800;
}

.udesly-text-extrabold.udesly-large {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.udeslytestimonial-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.udesly-flex {
  align-items: center;
  display: flex;
}

.udesly-flex.udesly-gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.udesly-flex.udesly-gap-32.udesly-align-start {
  align-items: flex-start;
}

.udesly-flex.udesly-gap-12 {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.udesly-testimonial-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .9fr;
}

.udesly-button-navigation {
  min-height: 40px;
  color: #fff;
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-navigation:hover {
  background-color: rgba(23, 23, 23, .85);
}

.udesly-button-navigation-secondary {
  min-height: 40px;
  color: #171717;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  flex: none;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-navigation-secondary:hover {
  background-color: #f5f5f5;
}

.udesly-navigation-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.udesly-menu-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: none;
}

.udesly-dropdown-link-title {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.udesly-dropdown-text-wrapper {
  width: 70%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.udesly-dropdown-icon {
  width: 20px;
}

.udesly-icon-circle-wrapper {
  width: auto;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  background-color: #f2f2f2;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 10px;
  display: flex;
}

.udesly-dropdown-link {
  min-width: 250px;
  opacity: 1;
  background-color: #fff;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.udesly-dropdown-link:hover {
  background-color: #f9f9f9;
  border-radius: 0;
}

.udesly-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.udesly-dropdown-arrow {
  margin-right: 15px;
  font-size: 12px;
}

.udesly-nav-link {
  min-height: 40px;
  color: #404040;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .25s ease-out;
}

.udesly-nav-link:hover {
  color: #000;
  border: 1px solid #e6e6e6;
}

.udesly-nav-link.w--current {
  color: #171717;
  transition-property: all;
}

.udesly-nav-link.udesly-dropdown {
  padding-right: 32px;
}

.udesly-container-navigation {
  width: 100%;
  max-width: 1216px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.udesly-navigation {
  width: 100%;
  background-color: #fff;
  padding: 16px 5%;
}

.udesly-dot {
  color: #737373;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 14px;
  line-height: 20px;
}

.udesly-avatar {
  width: 40px;
  height: 40px;
  outline-offset: 0px;
  border-radius: 50%;
  outline: 1px solid #fff;
  overflow: hidden;
}

.udesly-overline-large {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-content-detail {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.udesly-content-detail.mt-24 {
  margin-bottom: 24px;
}

.udesly-property-content {
  z-index: 1;
  width: 100%;
  max-width: 800px;
  background-color: #fff;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  box-shadow: 0 20px 25px -5px rgba(16, 24, 40, .1);
}

.udesly-hide {
  display: none;
}

.udesly-arrow {
  width: 44px;
  height: 44px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fafafa;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.udesly-arrow.udesly-right-property {
  background-color: rgba(250, 250, 250, 0);
  transition: all .25s ease-out;
  right: -60px;
}

.udesly-arrow.udesly-right-property:hover {
  transform: translate(3px)scale(1.1);
}

.udesly-arrow.udesly-left-property {
  background-color: rgba(250, 250, 250, 0);
  transition: all .25s ease-out;
  left: -60px;
}

.udesly-arrow.udesly-left-property:hover {
  transform: scale(1.1)translate(-3px);
}

.udesly-slide {
  height: auto;
  margin-right: 32px;
}

.udesly-slide.udesly-large {
  height: 100%;
}

.udesly-slider-large {
  min-height: 450px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  overflow: visible;
}

.udesly-slider-wrapper {
  position: relative;
}

.udesly-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.udesly-section {
  background-color: #fff;
  margin-bottom: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.udesly-paragraph-medium {
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.udesly-paragraph-medium.udesly-text-color-neutral-500 {
  font-weight: 400;
}

.udesly-article-detail {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 24px;
  display: flex;
}

.udesly-article-detail.udesly-n-padding {
  flex: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}

.udesly-article-detail.udesly-mb-24 {
  margin-bottom: 24px;
  padding-top: 0;
}

.udesly-image-wrapper {
  border-radius: 1px;
  margin-bottom: 16px;
  overflow: hidden;
}

.udesly-image-wrapper.udesly-article {
  max-width: 176px;
}

.udesly-article-card-small {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  transform-origin: 0%;
  color: #333;
  border-bottom: 1px #e6e6e6;
  align-items: flex-start;
  margin-bottom: 7px;
  padding-bottom: 0;
  transition: all .2s;
  display: flex;
}

.udesly-article-card-small:hover {
  transform: scale(.95);
}

.udesly-article-card-small.udesly-last {
  border-bottom-style: none;
}

.udesly-image {
  border: 2px solid #d6d6d6;
  border-radius: 100px;
}

.udesly-article-card {
  transform-origin: 0 0;
  color: #442c2c;
  flex-direction: column;
  padding-right: 10px;
  transition: all .2s;
  display: flex;
}

.udesly-article-card:hover {
  transform: scale(.95);
}

.udesly-article-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.udesly-price-text {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-pricing {
  align-items: center;
  display: flex;
}

.udesly-paragraph {
  color: #333;
  font-weight: 500;
}

.udesly-heading {
  color: #333;
}

.udesly-heading.udesly-3-columns {
  margin-bottom: 0;
  font-size: 18px;
}

.location-label {
  color: #171717;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.location-label.udesly-small {
  font-size: 12px;
}

.udesly-icon-block-medium {
  width: 48px;
  height: 48px;
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.udesly-location-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.udesly-card-container {
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 24px 24px;
  display: flex;
}

.udesly-card-container.udesly-3-columns {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding-top: 10px;
}

.udesly-properties-image {
  z-index: 2;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.udesly-card-v1-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  padding-top: 40%;
  transition: all .25s ease-out;
  display: flex;
  position: relative;
}

.udesly-card-v1-wrapper:hover {
  transform: translate(0, -9px);
}

.udesly-cards-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.udesly-cards-grid.udesly-3-columns {
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
}

.udesly-card-v-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  color: #333;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.div-block-32 {
  max-height: 90vw;
  max-width: 160vh;
  min-height: 5.625vw;
  min-width: 9vw;
  flex-flow: wrap;
  flex: 0 auto;
  align-self: stretch;
  display: flex;
}

.heading-3 {
  font-weight: 400;
}

.udesly-code-snippet {
  display: none;
}

.udesly-medium-image-zoom {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.image-7 {
  width: 50%;
  height: 50%;
  max-height: 90vh;
  max-width: 90vh;
  min-height: 200px;
  min-width: 200px;
  object-fit: cover;
  object-position: 50% 50%;
}

.collection-item-4 {
  justify-content: center;
  display: flex;
}

.div-block-33 {
  width: 100%;
  min-height: 100vh;
}

.div-block-34 {
  height: 65px;
}

.div-block-35 {
  height: 60vh;
  flex-direction: column;
  display: flex;
}

.image-8 {
  max-height: 100%;
  object-fit: contain;
  align-self: stretch;
}

.div-block-36 {
  width: 300px;
  height: 30px;
  flex: none;
  align-self: flex-end;
}

.udesly-paragraph-small-2 {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-paragraph-small-2.udesly-text-color-neutral-900 {
  font-weight: 700;
}

.udesly-dot-2 {
  color: #737373;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 14px;
  line-height: 20px;
}

.udesly-flex-2 {
  align-items: center;
  display: flex;
}

.udesly-flex-2.udesly-gap-12 {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.udesly-image-2 {
  border: 2px solid #d6d6d6;
  border-radius: 100px;
}

.udesly-avatar-2 {
  width: 40px;
  height: 40px;
  outline-offset: 0px;
  border-radius: 50%;
  outline: 1px solid #fff;
  overflow: hidden;
}

.udesly-heading-2 {
  color: #333;
}

.udesly-heading-2.udesly-3-columns {
  margin-bottom: 0;
  font-size: 18px;
}

.udesly-image-cover-2 {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 10px;
}

.udesly-card-v-2-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #333;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 0 1px 2px -1px rgba(16, 24, 40, .1), 0 1px 3px rgba(16, 24, 40, .25);
}

.udesly-cards-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.udesly-cards-grid-2.udesly-3-columns {
  grid-template-columns: 1fr 1fr 1fr;
}

.udesly-section-2 {
  background-color: #fff;
  padding: 50px 5%;
  position: relative;
}

.udesly-social-link {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.udesly-social {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.udesly-paragraph-medium-2 {
  color: #404040;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.udesly-paragraph-medium-2.udesly-text-bold, .udesly-text-bold {
  font-weight: 700;
}

.udesly-team-image {
  width: 100%;
  max-height: 320px;
  border-radius: 2px;
  overflow: hidden;
}

.udesly-team-card {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.udesly-grid-third {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.collection-list-6 {
  grid-column-gap: 39px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 39px;
  margin-bottom: 39px;
}

.collection-item-5 {
  flex-direction: column;
  display: flex;
}

.udesly-grid-third {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.udesly-team-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  transition: all .2s;
  display: flex;
}

.udesly-team-card:hover {
  transform: scale(.95);
}

.div-block-37 {
  padding-left: 40px;
  padding-right: 40px;
}

.collection-item-6 {
  width: 100%;
  height: 100%;
  transition: all .2s;
  position: relative;
}

.collection-item-6:hover {
  transform: scale(.95);
}

.image-9 {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.image-9.squareimage.square {
  width: 180px;
  height: 180px;
}

.pagination {
  justify-content: space-between;
}

.next {
  background-color: #fff;
  border-style: none;
  margin-left: auto;
  margin-right: 0;
}

.previous {
  background-color: #fff;
  border-style: none;
  margin-left: 0;
}

.div-block-38 {
  flex-direction: column;
  display: flex;
}

.div-block-39 {
  height: 1600vh;
  background-color: #fff;
  position: absolute;
  top: 100vh;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body-5 {
  background-image: var(--image-7b40fadb);
  background-position: 0 0;
  background-size: auto;
}

.component {
  margin-left: auto;
  margin-right: auto;
}

.componentwidth {
  width: 138vh;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.componentheight {
  height: 60vh;
  position: relative;
}

.componentwrp {
  flex-flow: column wrap;
  align-content: flex-start;
  display: flex;
}

.image-10 {
  object-fit: contain;
  flex: none;
  align-self: stretch;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rich-text-block-2 {
  flex-direction: column;
  flex: none;
}

.div-block-40 {
  width: 100%;
  max-height: 64vh;
  max-width: 100%;
  flex-wrap: wrap;
  flex: 1 0 50vh;
  display: flex;
  position: relative;
}

.image-11 {
  width: 300px;
  max-height: 600px;
  object-fit: contain;
  flex: 1;
}

.udesly-error-message {
  color: #dc2828;
  background-color: #fef1f1;
  border: 1px solid #fec8c8;
  border-radius: 6px;
  margin-top: 16px;
  padding: 12px 20px;
}

.udesly-success-message {
  color: #157f3c;
  background-color: #f2fdf5;
  border: 1px solid #bbf7d0;
  border-radius: 6px;
}

.udesly-paragraph-xsmall {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-submit-button {
  min-height: 40px;
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  padding: 10px 16px;
  transition: all .25s ease-out;
}

.udesly-submit-button:hover {
  background-color: rgba(23, 23, 23, .85);
}

.udesly-submit-button.udesly-mb-24 {
  margin-bottom: 24px;
}

.udesly-form-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.udesly-text-area {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  top: 8px;
  bottom: auto;
  left: auto;
  right: 12px;
}

.udesly-textarea {
  min-height: 155px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  margin-bottom: 32px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.udesly-textarea::-ms-input-placeholder {
  color: #a3a3a3;
}

.udesly-textarea::placeholder {
  color: #a3a3a3;
}

.udesly-relative-block {
  position: relative;
}

.udesly-field-label {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-input {
  width: 100%;
}

.udesly-checkbox-label {
  color: #737373;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.udesly-checkbox {
  width: 18px;
  height: 18px;
  border-width: 1.5px;
  border-color: #d4d4d4;
  border-radius: 50%;
  margin-top: 0;
  margin-right: 12px;
}

.udesly-checkbox.w--redirected-checked {
  background-color: #fff;
  background-image: var(--image-7bd1c037);
  background-size: 10px 10px;
  border-color: #000;
  border-radius: 50%;
}

.udesly-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.udesly-checkbox-field.udesly-mb-12 {
  margin-bottom: 12px;
}

.udesly-checkbox-text {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-checkbox-wrapper {
  margin-bottom: 32px;
}

.udesly-select-field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 32px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.udesly-select-field:focus {
  border-bottom-color: #141414;
}

.udesly-company-info {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  top: auto;
  bottom: 10px;
  left: auto;
  right: 0%;
}

.udesly-text-fiel-contact {
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 32px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.udesly-text-fiel-contact:focus {
  border-bottom-color: #141414;
}

.udesly-text-fiel-contact::-ms-input-placeholder {
  color: #a3a3a3;
}

.udesly-text-fiel-contact::placeholder {
  color: #a3a3a3;
}

.udesly-column {
  width: 100%;
  position: relative;
}

.udesly-column.udesly-max-width-384 {
  max-width: 384px;
}

.udesly-paragraph-medium-3 {
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.udesly-paragraph-medium-3.udesly-mb-16 {
  margin-bottom: 16px;
}

.udesly-flex-3 {
  align-items: center;
  display: flex;
}

.udesly-flex-3.udesly-gap-08 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.udesly-text-extrabold-2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-contact-grid {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: var(--image-5c2f0f5c);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  max-width: 40%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-right: 16px;
}

.serieshero {
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-start;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.serieshero.small {
  max-width: 20%;
}

.serieshero.hide {
  display: none;
}

.div-block-41, .html-embed-8 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-42 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "SeriesCover SeriesCover SeriesDescritpion SeriesDescritpion SeriesDescritpion"
  / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 16px;
  display: grid;
}

.collection-list-wrapper-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: none;
}

.collection-list-7 {
  max-height: 400px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.image-12 {
  width: 100%;
  object-fit: cover;
  display: block;
}

.collection-item-7 {
  height: 12vh;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.image-13 {
  transition: all .2s;
}

.image-13:hover {
  transform: scale(.95);
}

.heading-4 {
  color: #4d4d4d;
  font-weight: 400;
}

.heading-5 {
  margin-top: 0;
  font-size: 1.5em;
  font-weight: 400;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-8 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  max-width: 940px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  color: #fff;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
}

.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.div-block-43 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section-5 {
  background-color: #000;
  padding-bottom: 60px;
}

.div-block-44 {
  padding-left: 20px;
}

.hero-without-image {
  color: #4d4d4d;
  border-top: 1px solid #e4ebf3;
  border-bottom: 0 solid #e4ebf3;
  margin-top: -30px;
  padding: 80px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-size: 16px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.collection-list-wrapper-7-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 39px;
  margin-bottom: 39px;
}

.udesly-team-image-copy {
  width: 100%;
  max-height: 320px;
  border-radius: 2px;
  overflow: hidden;
}

.heading-6 {
  font-size: 5.4em;
}

.textrtf h1 {
  text-transform: uppercase;
}

.collection-item-8 {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .squareimage {
    width: 230px;
    height: 230px;
  }

  .brand-text {
    margin-top: 5px;
    font-size: 1.6em;
  }

  .navigation-menu {
    clear: none;
    margin-top: 0;
    padding-top: 10px;
  }

  .navigation-link {
    float: none;
    color: silver;
    text-align: center;
    padding: 9px 20px;
  }

  .navigation-link:hover {
    color: #fff;
  }

  .navigation-link.w--current {
    float: none;
  }

  .hamburger-button {
    padding: 7px;
  }

  .hamburger-button.w--open {
    background-color: #000;
  }

  .container {
    max-width: 74%;
  }

  .container-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .imagescontainer {
    position: static;
  }

  .imagescontainer.start {
    max-width: 100%;
    overflow: hidden;
  }

  .wrap.left {
    width: 100%;
  }

  .seriesdetailscontainer.buttom {
    height: 50vw;
    max-height: 50vh;
    max-width: none;
    overflow: visible;
  }

  .navcontainer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .collection-item.hero, .collection-item.heroimage, .collection-item.heroimage-copy {
    width: 100%;
    display: flex;
  }

  .seriesherodiv {
    width: 50vw;
    height: 50vw;
    max-height: 50vh;
    flex: 0 auto;
  }

  .seriesoveriewitem {
    height: 70vh;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .collection-list {
    grid-template-columns: auto auto auto;
  }

  .link-block.squareimage {
    width: 12vw;
  }

  .div-block-9 {
    width: 230px;
  }

  .workgrid {
    grid-template-columns: 1fr 1fr;
  }

  .hero {
    min-height: 0;
  }

  .collection-list-seriesgrid {
    grid-template-columns: auto auto auto;
  }

  .div-block-13 {
    width: 40px;
  }

  .div-block-14 {
    width: 100%;
  }

  .fullsizecontainer.hero, .fullsizecontainer.heroimage, .fullsizecontainer.heroimage-copy {
    width: 100%;
    display: flex;
  }

  .letter-box {
    min-width: 0;
  }

  .letter-box.auto-height {
    min-width: auto;
  }

  .stage {
    width: 90vw;
  }

  .collection-list-seriesgrid-copy {
    grid-template-columns: auto auto auto;
  }

  .paragraph-2 {
    column-count: 2;
  }

  .imagescontainer-copy {
    position: static;
  }

  .imagescontainer-copy.start {
    max-width: 100%;
    overflow: hidden;
  }

  .udesly-testimonial-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .udesly-lottie-animation {
    width: 32px;
    height: 32px;
  }

  .udesly-menu-button {
    width: 48px;
    height: 48px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    padding: 7px;
    display: flex;
  }

  .udesly-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .udesly-button-navigation-secondary.udesly-full {
    border: 1px solid #d4d4d4;
  }

  .udesly-navigation-buttons {
    display: none;
  }

  .udesly-menu-buttons {
    justify-content: center;
    margin-top: 32px;
    display: flex;
  }

  .udesly-dropdown-text-wrapper {
    width: auto;
    align-items: center;
  }

  .udesly-dropdown-link {
    min-width: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .udesly-nav-menu {
    background-color: #fff;
    padding: 24px;
  }

  .udesly-container-navigation {
    justify-content: space-between;
  }

  .udesly-property-content {
    max-width: 600px;
  }

  .udesly-image-wrapper {
    max-height: 400px;
  }

  .udesly-article-wrapper {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .udesly-heading.udesly-3-columns {
    font-size: 24px;
  }

  .udesly-card-v1-wrapper {
    max-width: none;
    padding-top: 124px;
  }

  .udesly-cards-grid, .udesly-cards-grid.udesly-3-columns {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .udesly-heading-2.udesly-3-columns {
    font-size: 24px;
  }

  .udesly-image-cover-2 {
    height: 280px;
  }

  .udesly-cards-grid-2, .udesly-cards-grid-2.udesly-3-columns {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .udesly-grid-third {
    grid-column-gap: 39px;
  }

  .udesly-contact-grid {
    grid-template-columns: 1fr;
  }

  .container-7 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .container-8 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-9 {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .squareimage {
    width: 545px;
    height: 545px;
  }

  .navigation-bar {
    z-index: 1000;
  }

  .brand-text {
    margin-top: 8px;
    font-size: 1.4em;
  }

  .navigation-menu {
    margin-left: -10px;
  }

  .hamburger-button {
    padding: 10px;
  }

  .grid {
    grid-template-columns: max-content;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gridlink.squareimage {
    width: 50vh;
    height: 50vh;
    max-width: 50vh;
    min-height: 50vw;
  }

  .intro {
    padding-left: 0;
    padding-right: 20px;
  }

  .container-3 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .container-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .imagescontainer {
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .imagescontainer.start {
    padding-left: 20px;
    padding-right: 20px;
  }

  .detailscontainer.top.left, .detailscontainer.top.right {
    max-width: 66%;
  }

  .description {
    margin-top: 10px;
  }

  .grid-copy {
    grid-template-columns: max-content;
  }

  .seriesdetailscontainer.buttom {
    height: 50vw;
    max-height: 60vh;
    min-width: 250px;
    overflow: hidden;
  }

  .detailswrap.marginbuttom, .detailswrap.marginbuttom-copy {
    margin-left: 0;
  }

  .navcontainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .seriesherodiv {
    height: 50vw;
    max-height: 50vw;
    max-width: 50vw;
    min-height: 50vw;
    flex: 0 auto;
  }

  .seriesoveriewitem {
    height: 60vh;
  }

  .grid-3, .grid-copy-copy {
    grid-template-columns: max-content;
  }

  .div-block-9 {
    width: auto;
    padding-top: 53vh;
  }

  .collection-item-2 {
    height: 100vh;
  }

  .body-3 {
    font-size: 12px;
  }

  .workgrid {
    grid-template-columns: max-content;
  }

  .hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-13 {
    width: 20px;
  }

  .section-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .quote {
    margin-top: 10px;
  }

  .paragraph-2 {
    column-count: 1;
  }

  .imagescontainer-copy {
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .imagescontainer-copy.start {
    padding-left: 20px;
    padding-right: 20px;
  }

  .udesly-paragraph-small {
    font-size: 12px;
  }

  .udesly-lottie-animation {
    width: 20px;
    height: 20px;
  }

  .udesly-menu-button {
    width: 36px;
    height: 36px;
  }

  .udesly-property-content {
    margin-top: 32px;
    position: static;
  }

  .udesly-slide {
    margin-right: 0;
  }

  .udesly-slider-large {
    min-height: 240px;
  }

  .udesly-image-wrapper {
    max-height: 360px;
  }

  .udesly-cards-grid {
    grid-template-columns: 1fr;
  }

  .udesly-medium-image-zoom {
    width: 100%;
    max-width: 100%;
  }

  .udesly-paragraph-small-2 {
    font-size: 12px;
  }

  .udesly-image-cover-2 {
    height: 240px;
  }

  .udesly-cards-grid-2 {
    grid-template-columns: 1fr;
  }

  .udesly-team-image {
    max-height: none;
    max-width: none;
    overflow: hidden;
  }

  .udesly-grid-third {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr 1fr;
  }

  .image-9.squareimage.square {
    height: 180px;
  }

  .udesly-form-flex {
    flex-direction: column;
  }

  .gallery-overview, .features-list {
    padding: 60px 15px;
  }

  .serieshero {
    padding-top: 60px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .udesly-team-image-copy {
    max-height: none;
    max-width: none;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .squareimage {
    width: 310px;
    height: 310px;
  }

  .squareimage.size {
    width: 27vw;
    height: 27vw;
  }

  .brand-link {
    padding-left: 20px;
  }

  .brand-text {
    margin-top: 8px;
    font-size: 1.3em;
    line-height: 32px;
  }

  .navigation-menu {
    background-color: #fff;
  }

  .navigation-link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.3em;
    line-height: 132%;
  }

  .navigation-link:hover {
    color: #333;
  }

  .hamburger-button.w--open {
    background-color: #c2c2c2;
  }

  .grid {
    grid-template-columns: max-content;
  }

  .container {
    max-width: 96%;
    border: 1px solid #000;
  }

  .gridlink.squareimage {
    width: 100%;
    max-width: none;
    min-height: auto;
  }

  .container-3 {
    margin-right: 0;
  }

  .container-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-2 {
    width: 330px;
    margin-left: auto;
    margin-right: auto;
  }

  .overview-section {
    height: auto;
    padding-bottom: 20px;
  }

  .imagescontainer {
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .mainsection.hero {
    z-index: 1000;
  }

  .title {
    margin-bottom: 10px;
  }

  .title.seriestitle {
    margin-top: 0;
  }

  .detailscontainer {
    align-self: flex-start;
  }

  .detailscontainer.top.left, .detailscontainer.top.right {
    max-width: 100%;
  }

  .description {
    padding-right: 10px;
  }

  .wrap {
    flex-direction: column;
  }

  .wrap.left {
    flex-direction: column-reverse;
    align-items: center;
    overflow: visible;
  }

  .grid-copy {
    grid-template-columns: max-content;
  }

  .gridintro {
    margin-bottom: 0;
    padding-top: 60px;
  }

  .seriesdetailscontainer {
    max-height: none;
    max-width: none;
    min-width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 40px;
  }

  .seriesdetailscontainer.buttom {
    height: 50vw;
    max-width: none;
    min-width: 210px;
    align-self: flex-start;
    margin-bottom: 0;
    padding-right: 0;
    overflow: visible;
  }

  .html-embed-2 {
    display: block;
  }

  .detailswrap {
    margin-left: 0;
    padding-left: 1px;
  }

  .navcontainer {
    margin-left: 0;
    margin-right: 0;
    position: fixed;
  }

  .abstand {
    display: none;
  }

  .herosection {
    z-index: -1;
  }

  .seriesherodiv {
    height: 25vh;
    max-width: 25vh;
    align-self: flex-start;
    margin-bottom: 20px;
  }

  .seriesoveriewitem {
    height: 100%;
    min-height: 40vh;
    flex-wrap: wrap;
    margin-top: 60px;
    padding-bottom: 8em;
    overflow: hidden;
  }

  .grid-3 {
    grid-template-columns: max-content;
    justify-content: center;
  }

  .grid-copy-copy {
    grid-template-columns: max-content;
  }

  .collection-list-wrapper-5 {
    align-self: center;
    margin-top: 40px;
    display: none;
    overflow: visible;
  }

  .collection-list {
    width: 100%;
  }

  .link-block.squareimage {
    width: 29vw;
    height: 29vw;
    display: block;
  }

  .body-2 {
    font-size: 12px;
  }

  .collection-item-2 {
    width: 100vw;
    height: 170vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .body-3 {
    max-width: 100vw;
  }

  .collection-list-wrapper-5-mobile {
    align-self: center;
    margin-top: 40px;
    display: block;
    overflow: visible;
  }

  .empty-state {
    display: none;
  }

  .icon {
    margin-top: 3px;
  }

  .workgrid {
    grid-template-columns: max-content;
    justify-content: center;
    padding-top: 60px;
  }

  .pageid {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .pageid._100 {
    height: 100vh;
    position: relative;
  }

  .hero {
    z-index: 600;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-list-seriesgrid {
    width: 100%;
  }

  .seriesgrid {
    height: auto;
    overflow: visible;
  }

  .div-block-13 {
    width: 20px;
    height: 100%;
    flex: none;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-14 {
    height: auto;
  }

  .body-4 {
    font-size: 12px;
  }

  .fullscreencontainer {
    z-index: -1;
  }

  .quote {
    padding-right: 10px;
  }

  .collection-list-seriesgrid-copy {
    width: 100%;
  }

  .imagescontainer-copy {
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .udesly-flex.udesly-gap-32 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .udesly-flex.udesly-gap-12 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .udesly-button-navigation {
    width: 100%;
  }

  .udesly-button-navigation-secondary.udesly-full {
    width: 100%;
    border: 1px solid #d4d4d4;
  }

  .udesly-menu-buttons {
    flex-direction: column;
  }

  .udesly-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .udesly-image-wrapper.udesly-article {
    max-height: 180px;
    max-width: none;
  }

  .udesly-article-card-small {
    flex-direction: column;
  }

  .udesly-heading.udesly-3-columns {
    font-size: 24px;
  }

  .udesly-location-wrapper {
    margin-top: 0;
  }

  .udesly-card-v1-wrapper {
    max-width: 350px;
  }

  .udesly-medium-image-zoom {
    width: 100%;
  }

  .udesly-flex-2.udesly-gap-12 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .udesly-heading-2.udesly-3-columns {
    font-size: 24px;
  }

  .udesly-image-cover-2 {
    height: 150px;
  }

  .udesly-grid-third {
    grid-column-gap: 6px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .udesly-team-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .udesly-form-flex {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .udesly-flex-3.udesly-gap-08 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .container-7 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .container-8, .container-9 {
    max-width: none;
  }
}

#w-node-_0be5d6ee-e080-6a33-97af-44426f627f85-7be3bfe8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09cde74b-f952-e6db-eec8-065ab4b1a5da-79e3bfe9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_7aeb3262-a56b-ab10-a62b-7980b41c05ff-79e3bfe9 {
  grid-area: SeriesCover;
}

#w-node-_94aa57ae-6cf9-b761-8c6f-4eb76a7ce8de-79e3bfe9 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_728bebaa-df96-d2e8-20b1-f54d21508359-79e3bfe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_728bebaa-df96-d2e8-20b1-f54d2150835b-79e3bfe9, #w-node-a4be101f-e50f-6a24-462f-6b4d28b9493c-79e3bfe9, #w-node-a4be101f-e50f-6a24-462f-6b4d28b94943-79e3bfe9, #w-node-cedab21b-61bc-8d84-1e21-323877c58a92-79e3bfe9, #w-node-c256e25d-6ec6-f619-50fa-a44b27e96cb9-79e3bfe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-b8221997-8c3e-b963-3c7d-e16553d77ac5-1de3bff3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b8221997-8c3e-b963-3c7d-e16553d77acb-1de3bff3 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_273f544a-0b0a-6d0b-f199-d107185717ee-1de3bff3, #w-node-_273f544a-0b0a-6d0b-f199-d10718571804-1de3bff3, #w-node-_7dfda916-a9ab-4769-02c9-d6a376204c09-1de3bff3, #w-node-_7dfda916-a9ab-4769-02c9-d6a376204c0a-1de3bff3, #w-node-_7dfda916-a9ab-4769-02c9-d6a376204c15-1de3bff3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8d8d986-be59-a7c0-d96e-31dfc231465f-63e3bff5, #w-node-ee1c7a80-bab0-b9af-3e90-aa06ea1c36b4-63e3bff5, #w-node-d1ff5394-4481-7ef2-38a5-a0e4a90c5252-63e3bff5, #w-node-cdb139f7-04b1-d3de-77d8-d34150399b83-48a26adb, #w-node-b32fc4c9-18f6-bd4b-1853-07573e3d9870-48a26adb {
  justify-self: center;
}

#w-node-_6a0ed6ec-9402-57af-93a2-0b11ebe93dec-48a26adb, #w-node-_6a0ed6ec-9402-57af-93a2-0b11ebe93df5-48a26adb, #w-node-_6a0ed6ec-9402-57af-93a2-0b11ebe93e12-48a26adb, #w-node-_6a0ed6ec-9402-57af-93a2-0b11ebe93e13-48a26adb, #w-node-_6a0ed6ec-9402-57af-93a2-0b11ebe93e1e-48a26adb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9270ba7b-aa2a-2aed-cf58-c233f535715b-88c94eb5 {
  align-self: end;
}

#w-node-d8729b4c-6295-c505-81e8-3160e6b83e85-180c6e4c, #w-node-d8729b4c-6295-c505-81e8-3160e6b83e8d-180c6e4c, #w-node-_482f94fe-90bb-4ce7-b754-38907a9c2426-180c6e4c, #w-node-_482f94fe-90bb-4ce7-b754-38907a9c242e-180c6e4c, #w-node-_5b9d6d0e-041c-6ba0-5f89-efd3b7f7d5c0-180c6e4c, #w-node-_5b9d6d0e-041c-6ba0-5f89-efd3b7f7d5c3-180c6e4c, #w-node-_5b9d6d0e-041c-6ba0-5f89-efd3b7f7d5d5-180c6e4c, #w-node-_5b9d6d0e-041c-6ba0-5f89-efd3b7f7d5d6-180c6e4c, #w-node-_5b9d6d0e-041c-6ba0-5f89-efd3b7f7d5d7-180c6e4c, #w-node-_5b9d6d0e-041c-6ba0-5f89-efd3b7f7d5d8-180c6e4c, #w-node-_5b9d6d0e-041c-6ba0-5f89-efd3b7f7d5d9-180c6e4c, #w-node-_5b9d6d0e-041c-6ba0-5f89-efd3b7f7d5da-180c6e4c, #w-node-_5b9d6d0e-041c-6ba0-5f89-efd3b7f7d5db-180c6e4c, #w-node-_5b9d6d0e-041c-6ba0-5f89-efd3b7f7d5dc-180c6e4c, #w-node-_5b9d6d0e-041c-6ba0-5f89-efd3b7f7d5dd-180c6e4c, #w-node-_5b9d6d0e-041c-6ba0-5f89-efd3b7f7d5de-180c6e4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83f45de5-5c17-2c33-0194-50375801fe3c-6060de26 {
  justify-self: center;
}

#w-node-_11dd27f1-91d0-a981-8db1-e5097c1a8f1a-6060de26, #w-node-_11dd27f1-91d0-a981-8db1-e5097c1a8f23-6060de26, #w-node-_2493ca96-573e-2a27-577d-7679b5529d35-6060de26, #w-node-_2493ca96-573e-2a27-577d-7679b5529d3e-6060de26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2493ca96-573e-2a27-577d-7679b5529d49-6060de26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a8d8d986-be59-a7c0-d96e-31dfc231465f-11712222, #w-node-ee1c7a80-bab0-b9af-3e90-aa06ea1c36b4-11712222, #w-node-d1ff5394-4481-7ef2-38a5-a0e4a90c5252-11712222, #w-node-b32fc4c9-18f6-bd4b-1853-07573e3d9870-7961ce86 {
  justify-self: center;
}

#w-node-_6d371dd2-ef0c-ee7a-2309-096481cd59a2-7961ce86, #w-node-_6d371dd2-ef0c-ee7a-2309-096481cd59ab-7961ce86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d371dd2-ef0c-ee7a-2309-096481cd59b4-7961ce86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_5b9d6d0e-041c-6ba0-5f89-efd3b7f7d5c3-180c6e4c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a8d8d986-be59-a7c0-d96e-31dfc231465f-63e3bff5, #w-node-ee1c7a80-bab0-b9af-3e90-aa06ea1c36b4-63e3bff5, #w-node-d1ff5394-4481-7ef2-38a5-a0e4a90c5252-63e3bff5, #w-node-cdb139f7-04b1-d3de-77d8-d34150399b83-48a26adb, #w-node-b32fc4c9-18f6-bd4b-1853-07573e3d9870-48a26adb {
    justify-self: center;
  }

  #w-node-_5b9d6d0e-041c-6ba0-5f89-efd3b7f7d5c3-180c6e4c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_83f45de5-5c17-2c33-0194-50375801fe3c-6060de26, #w-node-a8d8d986-be59-a7c0-d96e-31dfc231465f-11712222, #w-node-ee1c7a80-bab0-b9af-3e90-aa06ea1c36b4-11712222, #w-node-d1ff5394-4481-7ef2-38a5-a0e4a90c5252-11712222, #w-node-b32fc4c9-18f6-bd4b-1853-07573e3d9870-7961ce86 {
    justify-self: center;
  }
}


