body {
  color: #2b2b2a;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.container {
  width: 90%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.book {
  position: relative;
}

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

.section {
  height: 670px;
  position: relative;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menulink {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.div-block-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.header {
  padding-top: 48px;
  padding-bottom: 48px;
}

.grid {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 6fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image {
  width: 118%;
  max-width: 472px;
  margin-left: -40px;
}

.div-block-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  flex-direction: column;
  padding-top: 80px;
  display: flex;
}

.text-block {
  font-size: 46px;
  font-weight: 600;
  line-height: 125%;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-bg.desktop {
  height: auto;
  object-fit: cover;
}

.hero-bg.mobile {
  display: none;
}

.section-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #fff;
  flex-direction: column;
  padding-top: 100px;
  display: flex;
}

.h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 125%;
}

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

.body {
  line-height: 160%;
}

.body.opacity-50 {
  opacity: .5;
}

.body.white {
  color: rgba(255, 255, 255, .7);
}

.div-block-6 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.hashtag {
  color: #bf69a6;
  font-weight: 600;
}

.text-block-3 {
  font-weight: 600;
}

.div-block-8 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-9 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f9f0f6;
  flex-direction: column;
  padding: 56px;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-11 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.quote-author {
  opacity: .7;
}

.div-block-12 {
  position: absolute;
}

.book-image {
  width: 140%;
  max-width: 472px;
  margin-left: -36px;
  padding-top: 56px;
  position: -webkit-sticky;
  position: sticky;
  top: 82px;
}

.rich-text-block {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.div-block-13 {
  height: 1260px;
  position: relative;
}

.author {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-14 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-block-4 {
  z-index: 2;
  color: #ab5592;
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  line-height: 125%;
  position: relative;
}

.text-span {
  color: #fff;
}

.div-block-15 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: url('../images/gradient_fullsize_nonoise.webp');
  background-position: 50% 82%;
  background-size: 1440px;
  flex-direction: column;
  align-items: center;
  padding: 80px;
  display: flex;
}

.html-embed {
  width: 20px;
  height: 20px;
}

.link-block {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-block:hover {
  color: #ab5592;
}

.large-link {
  color: #bf69a6;
  font-size: 42px;
  font-weight: 600;
  line-height: 125%;
  text-decoration: none;
  transition: all .1s linear;
}

.large-link:hover {
  color: #ab5592;
}

.div-block-16 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-5 {
  opacity: .4;
  color: #ab5592;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.social-and-contact {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-18 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-5 {
  background-color: #720b45;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-19 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  width: 100%;
}

.link-block-2 {
  color: #bf69a6;
  font-weight: 600;
  text-decoration: none;
}

.link-block-2:hover {
  color: #ab5592;
}

.mobile-book-wrapper {
  display: none;
}

.image-5 {
  width: 120px;
}

.noiseoverlay {
  z-index: 1;
  opacity: .6;
  background-image: url('../images/noise_pattern.webp');
  background-position: 50%;
  background-size: 100px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-6 {
  font-size: 18px;
}

.bg-v2 {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.shape-6 {
  width: 66em;
  height: 60em;
  background-color: #a0bce0;
  border-radius: 999em;
  margin-left: auto;
  position: absolute;
  top: -14.2em;
  right: -25em;
  transform: rotate(60deg);
}

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

.shape-2 {
  width: 43em;
  height: 40em;
  background-color: #fff;
  border-radius: 999em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20em;
  left: -27.4em;
  right: 0;
}

.container-w3 {
  width: 100%;
  max-width: 58em;
  margin-left: auto;
  margin-right: auto;
}

.main-shapes-wrapper {
  filter: blur(120px);
}

.blending-group-wrapper {
  z-index: 1;
  filter: blur(120px);
  mix-blend-mode: overlay;
}

.intro-description {
  padding-top: 2em;
  padding-left: 4em;
  padding-right: 4em;
}

.shape-4 {
  width: 65em;
  height: 40em;
  background-color: #f6c779;
  border-radius: 999em;
  margin-left: auto;
  position: absolute;
  top: -11.3em;
  left: 0;
  transform: rotate(40deg);
}

.title-highlight {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(252, 246, 243, .15);
  border-radius: 999em;
  padding: .7em 1.4em .8em;
  font-size: 1.5em;
  display: inline-block;
}

.gradient-intro-wrapper {
  z-index: 1;
  color: #f5f5f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ultra-gradient-wrapper {
  width: 100%;
  height: 100%;
  background-color: #ab5592;
  justify-content: center;
  align-items: flex-start;
  font-size: 1vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.background-noise {
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.shape-1 {
  width: 40em;
  height: 40em;
  background-color: #e0511d;
  border-radius: 999em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.copy-medium {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.45em;
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.shape-8 {
  width: 47em;
  height: 119em;
  background-color: #9fc68e;
  border-radius: 999em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.1em;
  left: 26.7em;
  right: 0;
  transform: rotate(29deg);
}

.section-ultra-gradients {
  height: 100vh;
  min-height: 45em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-ultra-gradients.is-first {
  z-index: 2;
}

.title-highlight-wrapper {
  margin-bottom: 1.3em;
  font-size: .7em;
}

.shape-9 {
  width: 30em;
  height: 119em;
  background-color: #1b1b1b;
  border-radius: 999em;
  position: absolute;
  top: -5.3em;
  right: 1.2em;
  transform: rotate(39deg);
}

.title1 {
  font-size: 10em;
  font-weight: 300;
  line-height: 1;
}

.shape-7 {
  width: 20em;
  height: 13em;
  background-color: #b5a3d6;
  border-radius: 999em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -4.1em;
  left: 0;
  right: -23.9em;
  transform: rotate(40deg);
}

.shape-5 {
  width: 30em;
  height: 30em;
  background-color: #e7805b;
  border-radius: 999em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -21.7em;
  left: 0;
  right: 0;
}

.shape-3, .shape-3-copy {
  width: 53em;
  height: 100em;
  background-color: #f1ac5c;
  border-radius: 999em;
  position: absolute;
  top: -19.8em;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

.shape-3-copy._41 {
  opacity: .29;
  background-color: #fff;
  top: -8.4em;
  left: auto;
  right: -9.8em;
}

.section-6 {
  margin-top: 0;
  margin-bottom: 100px;
}

.events-wrapper {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.event-item {
  width: 100%;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #bf69a6;
  background-image: url('../images/externalIcon.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 solid rgba(0, 0, 0, .1);
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 32px 16px 16px;
  text-decoration: none;
  display: flex;
}

.event-item:hover {
  background-color: #fff;
  border-top-style: none;
  border-top-width: 1px;
  border-left-style: none;
  border-left-width: 1px;
  border-right-style: none;
  border-right-width: 1px;
}

.eventinfo {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.datewrapper {
  width: 76px;
  height: 76px;
  border: 1px solid #cecece;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.day {
  color: #2b2b2a;
  letter-spacing: -.01em;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.secondary {
  grid-column-gap: -5px;
  grid-row-gap: -5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.monthname {
  opacity: .5;
  color: #000;
  text-align: center;
  letter-spacing: -.01em;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
}

.eventdetails {
  width: 80%;
  height: 76px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.eventtitle {
  color: #2b2b2a;
  letter-spacing: -.01em;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 125%;
}

.eventadress {
  opacity: .5;
  color: #000;
  letter-spacing: -.01em;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 130%;
}

.vectors-wrapper {
  width: 22px;
  height: 22px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.year {
  opacity: .5;
  color: #000;
  text-align: center;
  letter-spacing: -.01em;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
}

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

  .book-image {
    width: 100%;
    max-width: 49vw;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .shape-4 {
    top: 22em;
  }

  .ultra-gradient-wrapper {
    font-size: 1.3vh;
  }

  .shape-3, .shape-3-copy {
    width: 44em;
    height: 57em;
    position: absolute;
    top: 23.2em;
    bottom: 0;
    left: auto;
    right: -9.5em;
  }

  .eventdetails {
    width: 72%;
  }
}

@media screen and (max-width: 767px) {
  .container.book {
    display: none;
  }

  .div-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .div-block-4 {
    text-align: center;
    padding-top: 0;
  }

  .hero-bg.desktop {
    display: none;
  }

  .hero-bg.mobile {
    width: 160%;
    height: auto;
    max-width: 160%;
    margin-left: -30%;
    display: block;
    transform: translate(0);
  }

  .section-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .h3 {
    font-size: 28px;
  }

  .div-block-9 {
    padding: 40px;
  }

  .div-block-10 {
    grid-template-columns: 1fr;
  }

  .div-block-14 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    display: flex;
  }

  .text-block-4 {
    font-size: 36px;
  }

  .div-block-15 {
    padding: 60px;
  }

  .large-link {
    font-size: 32px;
  }

  .div-block-16 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .mobile-book-wrapper {
    margin-top: -304px;
    display: flex;
  }

  .image-5 {
    width: 170px;
  }

  .main-shapes-wrapper, .blending-group-wrapper {
    filter: blur(80px);
  }

  .intro-description {
    padding-left: 0;
    padding-right: 0;
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .title1 {
    font-size: 5em;
  }

  .shape-3, .shape-3-copy {
    width: 30em;
    height: 100em;
  }

  .eventinfo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .eventtitle {
    font-size: 22px;
  }

  .eventadress {
    font-size: 13px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 86%;
  }

  .section {
    line-height: 170%;
  }

  .text-block {
    font-size: 32px;
  }

  .hero-bg.mobile {
    width: 220%;
    max-width: none;
    margin-left: -72%;
    transform: translate(0);
  }

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

  .text-block-4 {
    font-size: 32px;
  }

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

  .link {
    font-size: 16px;
  }

  .large-link, .large-link.smaller {
    font-size: 24px;
  }

  .div-block-16, .div-block-17 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div-block-18 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .mobile-book-wrapper {
    margin-top: -320px;
  }

  .image-5 {
    width: 160px;
  }

  .shape-4 {
    top: 30.7em;
  }

  .events-wrapper {
    width: 110%;
  }

  .event-item {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .eventinfo {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .datewrapper {
    width: auto;
    height: auto;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    border-style: none;
    flex-direction: row;
  }

  .day {
    opacity: .5;
    font-size: 13px;
    font-weight: 400;
  }

  .secondary {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-direction: row;
  }

  .monthname {
    font-size: 13px;
  }

  .eventdetails {
    width: 82%;
    height: auto;
  }

  .eventtitle {
    font-size: 20px;
  }

  .vectors-wrapper {
    display: none;
  }

  .year {
    font-size: 13px;
  }
}

#w-node-_0251c619-7b06-f97d-523e-a856cade1610-f426d2a4, #w-node-_5809b769-3a87-f291-873a-0be3cbad79a9-f426d2a4, #w-node-f7efd890-4dff-f819-e610-4dcfd8b577c3-f426d2a4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_34c81709-a093-d8db-fb22-79d829d5d094-f426d2a4 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_903bb084-2fb8-79bf-4389-d9a3e3ee6e3d-f426d2a4 {
  grid-area: 1 / 7 / 2 / 12;
}


