h3.essence-topic__title {       
    font-family: "Rizoma L", serif;
    font-size: 17px;
    min-height: 55px;
}

.pubstack-container {
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .pubstack-container {
    max-width: calc(91.6666666667vw - 28px);
  }
}
@media only screen and (min-width: 1280px) {
  .pubstack-container {
    max-width: calc(77.7958333333vw - 28px);
  }
}
@media only screen and (min-width: 1920px) {
  .pubstack-container {
    max-width: calc(66.6666666667vw - 28px);
  }
}
.essence-accordion {
  --swiper-navigation-sides-offset: 20px;
  --swiper-navigation-top-offset: 35%;
}
.essence-accordion .swiper-container {
  position: relative;
}
.essence-accordion .swiper-slide {
  height: auto;
}
.essence-accordion .swiper-button-prev,
.essence-accordion .swiper-button-next {
  color: #fff;
}
.essence-accordion a {
  color: inherit !important;
}
.essence-accordion__item {
  height: 100%;
  position: relative;
  z-index: 1;
}
.essence-accordion__featured-image {
  padding-top: 56.25%;
  position: relative;
  z-index: -1;
}
.essence-accordion__featured-image img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.essence-accordion__featured-image:before {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
  transition: opacity 500ms ease-in-out;
}
.swiper-slide-active .essence-accordion__featured-image:before {
  opacity: 0;
}
.essence-accordion__content {
  background-color: #fff;
  margin: 0 auto;
  opacity: 0;
  padding: 1rem;
  text-align: center;
  transform: translateY(-50%);
  transition: opacity 500ms ease-in-out;
  width: 75%;
}
@media only screen and (min-width: 768px) {
  .essence-accordion__content {
    min-height: 8rem;
    padding: 1.5rem;
    width: 70%;
  }
}
@media only screen and (min-width: 960px) {
  .essence-accordion__content {
    padding: 2rem 2.5rem;
    width: 60%;
  }
}
.swiper-slide-active .essence-accordion__content {
  opacity: 1;
}
.essence-accordion__link:after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.essence-accordion__category-list {
  text-transform: uppercase;
}
.essence-promo {
  background: url(ebf5898d27c2e13d6eaf.png) repeat center/contain;
  display: grid;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .essence-promo {
    grid-template-columns: 1fr 1fr;
  }
}
.essence-promo-block {
  background: var(--block-section-bg, #fff);
  padding: var(--block-section-padding-y, 3rem) 0;
}
.essence-promo__container {
  align-items: center;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .essence-promo__container {
    background: var(--block-top-stories-card-bg, #fff);
  }
}
.essence-promo__link {
  color: var(--block-category-color);
}
.essence-promo__link:before {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.essence-promo__content {
  display: grid;
  gap: 8px;
  padding: 1rem 1rem 2rem;
}
@media only screen and (max-width: 767px) {
  .essence-promo__content {
    background: #fff;
    margin: -60px auto 24px;
    width: 90%;
    z-index: 1;
  }
}
@media only screen and (min-width: 768px) {
  .essence-promo__content {
    gap: 16px;
    padding: 1.5rem;
  }
}
@media only screen and (min-width: 1440px) {
  .essence-promo__content {
    gap: 24px;
    padding: 2.5rem;
  }
}
.essence-promo__featured-image {
  padding-top: 380px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .essence-promo__featured-image {
    padding-top: 100%;
  }
}
.essence-promo__featured-image img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.essence-promo__title {
  margin: 0;
}
.essence-promo__title a {
  color: inherit !important;
}
.essence-promo__category-list {
  color: var(--block-category-color);
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.essence-promo__category-list a {
  color: inherit !important;
}
.essence-promo__images {
  display: flex;
  list-style: none;
  justify-content: center;
  padding-left: 0;
  margin: 0 0 1rem;
}
.essence-promo__images li {
  margin-right: 1rem;
}
.essence-promo__images li:not(.more) {
  position: relative;
  display: inline-block;
  height: 130px;
  width: 130px;
}
@media only screen and (max-width: 1439px) {
  .essence-promo__images li:not(.more) {
    height: 110px;
    width: 110px;
  }
}
@media only screen and (max-width: 1124px) {
  .essence-promo__images li:not(.more) {
    height: 70px;
    width: 70px;
  }
}
.essence-promo__meta {
  position: relative;
  z-index: 1;
}
.essence-promo__meta a {
  color: inherit !important;
}
.essence-promo__excerpt a {
  color: var(--block-promo-readmore-color) !important;
  font-weight: 500;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .essence-promo__excerpt a {
    text-decoration: none;
  }
}
.essence-top-stories {
  background-color: var(--block-section-bg, #e9ecef);
  padding: var(--block-section-padding-y, 3rem) 0;
}
.essence-top-stories__inner {
  display: grid;
}
@media only screen and (min-width: 768px) {
  .essence-top-stories__inner {
    gap: 28px;
  }
}
@media only screen and (min-width: 960px) {
  .essence-top-stories__inner {
    grid-template-columns: 1fr 1fr;
  }
}
.essence-top-stories__inner:not(:first-child) {
  margin-top: 2rem;
}
.essence-top-story {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .essence-top-story:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
}
@media only screen and (min-width: 768px) {
  .essence-top-story__inner {
    background-color: var(--block-top-stories-card-bg, #fff);
    display: grid;
    grid-template-columns: 175px 1fr;
  }
}
.essence-top-story__featured-image {
  height: 100%;
  min-height: 175px;
  position: relative;
}
.essence-top-story__featured-image img {
  object-fit: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.essence-top-story__counter {
  background-color: #000;
  border-radius: 100%;
  color: #fff;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
  font-family: "Rizoma L", serif;
}
@media only screen and (min-width: 768px) {
  .essence-top-story__counter {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .essence-top-story .essence-topic__content {
    flex-direction: row;
    padding: 14px 0;
  }
}
@media only screen and (max-width: 767px) {
  .essence-top-story .essence-topic__title {
    min-height: 0;
    flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  .essence-top-story__featured-image,
  .essence-top-story .essence-topic__category-list,
  .essence-top-story .essence-topic__meta {
    display: none;
  }
}
.top-stories-tag {
  position: absolute;
  top: 21px;
  right: -20px;
  text-transform: uppercase;
  width: 143px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .top-stories-tag {
    right: -8px;
    top: 15px;
    width: 100px;
  }
}
.essence-topics {
  padding: var(--block-section-padding-y, 3rem) 0;
}
body.home .essence-topics {
  color: #fff;
}
.essence-topics__inner {
  display: grid;
  gap: 24px;
}
@media only screen and (min-width: 768px) {
  .essence-topics__inner {
    grid-template-columns: repeat(3, 1fr);
  }
  .essence-topics__inner .loadmore,
  .essence-topics__inner .viewmore {
    grid-column: 1/-1;
  }
}
.essence-topic {
  background-color: #fff;
  color: #161616;
  display: flex;
  flex-direction: column;
  position: relative;
}
.essence-topic__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
}
@media only screen and (min-width: 768px) {
  .essence-topic__content {
    padding: 18px;
  }
}
.essence-topic__category-list {
  color: var(--block-category-color);
  font-family: var(--block-category-font, inherit);
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.essence-topic__category-list a {
  color: inherit !important;
}
.essence-topic__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
  margin: 0 0 auto;
  text-transform: capitalize;
}
.essence-topic__title a {
  color: inherit !important;
}
.essence-topic__link:before {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.essence-topic__featured-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 74.2%;
}
.essence-topic__featured-image img {
  object-fit: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.essence-topic__featured-image.icon-gallery {
  position: relative;
}
.essence-topic__featured-image.icon-gallery:before {
  content: "";
  position: absolute;
  width: 34px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name=%27Icon Gallery%27 xmlns=%27http://www.w3.org/2000/svg%27 width=%2744.65%27 height=%2734.63%27%3E%3Cpath fill=%27%23fff%27 data-name=%27Forme 1414%27 d=%27M5.98 6.04v28.6h38.69V6.04H5.98zm36.53 26.42H8.14V8.22h34.37v24.24zM38.69-.01H0V28.6h2.16V2.17h36.53V-.01z%27/%3E%3C/svg%3E");
  z-index: 1;
  right: 1rem;
  top: 1rem;
}
.essence-topic__featured-image.icon-video {
  position: relative;
}
.essence-topic__featured-image.icon-video:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2762%27 height=%2762%27 viewBox=%270 0 62 62%27 fill=%27none%27%3E%3Cg filter=%27url%28%23filter0_d_110_6%29%27%3E%3Ccircle cx=%2731%27 cy=%2730%27 r=%2730%27 fill=%27%23C13594%27/%3E%3Cpath d=%27M21 14L47 30L21 46V30V14Z%27 fill=%27white%27/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id=%27filter0_d_110_6%27 x=%270%27 y=%270%27 width=%2762%27 height=%2762%27 filterUnits=%27userSpaceOnUse%27 color-interpolation-filters=%27sRGB%27%3E%3CfeFlood flood-opacity=%270%27 result=%27BackgroundImageFix%27/%3E%3CfeColorMatrix in=%27SourceAlpha%27 type=%27matrix%27 values=%270 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0%27 result=%27hardAlpha%27/%3E%3CfeOffset dy=%271%27/%3E%3CfeGaussianBlur stdDeviation=%270.5%27/%3E%3CfeColorMatrix type=%27matrix%27 values=%270 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0%27/%3E%3CfeBlend mode=%27normal%27 in2=%27BackgroundImageFix%27 result=%27effect1_dropShadow_110_6%27/%3E%3CfeBlend mode=%27normal%27 in=%27SourceGraphic%27 in2=%27effect1_dropShadow_110_6%27 result=%27shape%27/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E")
    no-repeat center/60px;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.essence-topic__meta {
  margin-top: 6px;
  position: relative;
  z-index: 1;
}
.essence-topic__meta a {
  color: inherit !important;
}
.essence-video-carousel {
  background-color: var(--block-video-carousel-bg, #000);
  color: var(--block-video-carousel-color, #fff);
  padding: var(--block-section-padding-y, 3rem) 0;
}
.essence-video-carousel .swiper-container {
  position: relative;
}
.essence-video-carousel .swiper-slide {
  background-color: var(--block-video-carousel-card-bg, #000);
  color: var(--block-video-carousel-card-color, #fff);
}
@media only screen and (min-width: 768px) {
  .essence-video-carousel .swiper-slide {
    transform: none !important;
  }
  .essence-video-carousel .swiper-slide .swiper-slide-shadow-left,
  .essence-video-carousel .swiper-slide .swiper-slide-shadow-right {
    opacity: 0 !important;
  }
}
.essence-video-carousel .swiper-button-next,
.essence-video-carousel .swiper-button-prev {
  color: inherit;
}
:root {
  --block-section-bg: #e8ecef;
  --block-category-color: #bd1187;
  --block-promo-readmore-color: #bd1187;
  --block-video-carousel-bg: #161616;
}
.article-promo--small {
  width: 200px;
}
.article-promo--small .article-promo__inner:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 60%);
}
.article-promo--small .article-promo__content {
  align-items: center;
  justify-content: start;
  padding: 16px 8px 8px;
}
.article-promo--small .article-promo__copy {
  margin-bottom: auto;
}
.article-promo--small .article-promo__btn {
  margin-top: auto;
  width: 100%;
  padding: 12px 16px;
}
.article-promo--large .article-promo__inner:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 60%);
}
.article-promo--large .article-promo__content {
  align-items: center;
  justify-content: flex-end;
  padding: 24px;
}
@media only screen and (min-width: 768px) {
  .article-promo--large .article-promo__content {
    padding: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .article-promo--large .article-promo__title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .article-promo--large .article-promo__copy {
    font-size: 18px;
    line-height: 26px;
  }
}
.article-promo__inner {
  position: relative;
  padding-top: var(--padding);
}
.article-promo__inner::after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}
.article-promo__content {
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 4px;
  left: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 2;
}
.article-promo__label {
  background-color: #000;
  border-radius: 40px;
  font-size: 14px;
  line-height: 18px;
  padding: 4px 8px;
}
.article-promo__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.article-promo__copy {
  font-size: 14px;
  line-height: 22px;
}
.article-promo__btn {
  background-color: #fff;
  border-radius: 4px;
  color: #161616 !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  margin-top: 12px;
  padding: 12px 35px;
  text-decoration: none !important;
}
@media only screen and (min-width: 768px) {
  .article-promo__btn {
    margin-top: 18px;
    padding: 12px 50px;
  }
}
.article-promo__btn:hover {
  background-color: #161616;
  color: #fff !important;
}
.article-promo__btn:before {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.article-promo__image {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.article-promo__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.essence-accordion__featured-image:before {
  background-image: linear-gradient(to top right, #3421e5, #bd1187);
  opacity: 0.7;
}
.essence-accordion__featured-image:after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(
    130deg,
    #2b2b2b 25%,
    transparent 25%,
    transparent 50%,
    #2b2b2b 50%,
    #2b2b2b 75%,
    transparent 75%,
    transparent 100%
  );
  background-size: 3.22px 4.22px;
  opacity: 0.2;
  z-index: 2;
}
.essence-accordion__category-list {
  color: #bd1187;
  font-weight: 500;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .essence-accordion__category-list {
    font-weight: 500;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) {
  .essence-accordion__category-list {
    font-size: 16px;
  }
}
.essence-accordion__title {
  font-family: var(--font-heading);
  line-height: 1;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .essence-accordion__title {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 960px) {
  .essence-accordion__title {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .essence-accordion__title {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1440px) {
  .essence-accordion__title {
    font-size: 38px;
  }
}
.essence-accordion__sep {
  font-size: 14px;
}
.single-topic .site-main {
  overflow-x: hidden;
}
.single-topic .topics-header {
  background: #fff;
  text-align: center;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .single-topic .topics-header {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .single-topic .topics-header {
    font-size: 21px;
  }
}
.single-topic .topics-header .topics-header-wrapper {
  padding: 15px 5px;
}
@media only screen and (min-width: 768px) {
  .single-topic .topics-header .topics-header-wrapper {
    padding: 35px 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .single-topic .topics-header .topics-header-wrapper {
    padding: 55px 15px;
  }
}
.single-topic .topics-header .pubstack-section-heading {
  font-size: 30px;
  line-height: 1;
  margin: 0;
  padding: 0.25em 0;
}
@media only screen and (min-width: 768px) {
  .single-topic .topics-header .pubstack-section-heading {
    font-size: 52px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .single-topic .topics-header .pubstack-section-heading {
    font-size: 64px;
  }
}
.single-topic .topics-header .essence-topic-summary {
  line-height: 1.2380952381em;
  margin-bottom: 1.2380952381em;
}
.single-topic .topics-header .essence-topic-subcat a {
  display: inline-block;
  padding: 0 2em;
  color: #161616;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
}
.single-topic .topics-header .essence-topic-subcat a:hover {
  color: #bd1187;
}
.single-topic .topics-header .essence-topic-subcat .swiper-slide:last-child a {
  padding-right: 0;
}
.single-topic .topics-header .essence-topic-subcat .swiper-slide:first-child a {
  padding-left: 0;
}
.single-topic
  .topics-header
  .essence-topic-subcat
  .swiper-slide:not(:last-child)
  a {
  border-right: 1px solid #161616;
}
.single-topic .topics-header .swiper-container {
  position: relative;
  padding: 0 30px;
}
.single-topic .wp-block-image {
  margin-bottom: 0;
}
.single-topic .wp-block-image img {
  display: block;
}
.single-topic .essence-accordion {
  background: url(a713fd3de17d67964d3b.png) no-repeat bottom center/cover,
    #161616;
}
.single-topic .accent {
  text-align: center;
  color: #fff;
}
.video_landing h3.accent a,
.video_subcategory h3.accent a {
  color: #fff;
}
.video_landing-content,
.video_subcategory-content {
  text-align: center;
  background-color: #161616;
  color: #fff;
}
.video_landing-content .essence-promo__content,
.video_subcategory-content .essence-promo__content {
  color: #161616;
}
.video_landing-content .viewmore,
.video_subcategory-content .viewmore {
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  cursor: pointer;
  padding-bottom: calc(3 * 1rem);
}
.video_landing-content .viewmore a,
.video_subcategory-content .viewmore a {
  color: #fff;
}
.video_landing-content .viewmore a:after,
.video_subcategory-content .viewmore a:after {
  content: "";
  background-image: url(32e25340ef45a6310875.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto;
}
.video_landing .essence-topic-subcat > a,
.video_subcategory .essence-topic-subcat > a {
  border: 1px solid #fff;
}
.video_landing .essence-topic-subcat > a.active,
.video_subcategory .essence-topic-subcat > a.active {
  border: none;
  color: #bd1187;
}
.video_landing .essence-topic-subcat > a.active:hover,
.video_subcategory .essence-topic-subcat > a.active:hover {
  color: #bd1187;
}
.video_subcategory .back-link {
  background-color: #161616;
  font-family: "Sohne", sans-serif;
  padding: 1rem;
  font-weight: 500;
}
.video_subcategory .back-link a {
  color: #fff;
}
.video_subcategory-content .wp-block-cover {
  padding-top: 33.3333333333%;
  min-height: auto;
  margin: 0;
}
.video_subcategory-content .wp-block-cover:before,
.video_subcategory-content .wp-block-cover.has-background-dim:before {
  z-index: auto;
}
.video_subcategory-content .wp-block-cover__inner-container {
  position: absolute;
  top: 30%;
}
.video_subcategory .total-count {
  padding: 2rem 1rem 0;
  margin: 0 0 2rem;
  color: #bd1187 !important;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: "Sohne", sans-serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: -0.07em;
}
.gallery-shows .essence-container__wrapper {
  position: relative;
}
.video_landing {
  background: #161616;
}
.video-lp-hero {
  position: relative;
  background-color: #161616;
  color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  text-shadow: 0 0 1em #161616, 0 0 0.2em #161616;
  transition: 0.4s ease-in-out;
}
@media screen and (orientation: portrait) {
  .video-lp-hero {
    min-height: 350px;
  }
}
.video-lp-hero.is-active {
  height: 0;
}
@media screen and (orientation: portrait) {
  .video-lp-hero.is-active {
    min-height: unset;
  }
}
@media only screen and (min-width: 768px) {
  .video-lp-hero.is-active {
    height: auto;
  }
}
.video-lp-hero.is-active .videostream .vjs-pip-container {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .video-lp-hero {
    height: auto;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 599px) {
  .video-lp-hero .videostream .video-js,
  article.video:not(.iscrolled) .bc-hero-video .videostream .video-js {
    top: 59px;
    left: 0 !important;
    width: 100vw;
    height: 56.25vw !important;
    z-index: 9999;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    box-sizing: content-box;
  }
  .video-lp-hero .videostream .vjs-pip-container,
  article.video:not(.iscrolled) .bc-hero-video .videostream .vjs-pip-container {
    margin-top: -1em;
  }
}
.video-lp-hero__bg {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(0);
  transition: filter 0.5s;
  transform: scale(1);
  background-position: center center;
}
.video-lp-hero__bg::before {
  content: "";
  display: block;
  opacity: 1;
  right: 0;
  bottom: 0;
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(
    180deg,
    rgba(199, 37, 148, 0) 0%,
    #c72594 46%,
    #9a258f 74%,
    #472f92 100%
  );
}
@media only screen and (min-width: 768px) {
  .video-lp-hero__bg::before {
    height: 100%;
    opacity: 0.8;
    background-image: linear-gradient(180deg, #bd1187, #3421e5);
    mix-blend-mode: multiply;
    mask-image: -webkit-gradient(
      linear,
      left center,
      right center,
      color-stop(0, rgba(0, 0, 0, 0)),
      color-stop(0.35, rgba(0, 0, 0, 0)),
      color-stop(0.5, rgba(0, 0, 0, 0.5)),
      color-stop(0.65, black),
      color-stop(1, black)
    );
  }
}
.page-template-if-not-for-my-girls .video-lp-hero__bg::before {
  display: none;
}
.video-lp-hero__bg .hero-img {
  height: 100%;
  width: 100%;
}
.video-lp-hero__bg .hero-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.video-lp-hero.is-active .video-lp-hero__bg {
  filter: blur(15px);
  transition: filter 0.4s, transform 0.4s;
  transform: scale(1.02);
}
.video-lp-hero__container {
  position: absolute;
  display: flex;
  z-index: 1;
  padding: 0 5% 10px;
  bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .video-lp-hero__container {
    position: relative;
    padding: 0 5%;
  }
}
.video-lp-hero.is-active .video-lp-hero__container {
  visibility: hidden;
}
.video-lp-hero__spacer {
  min-width: 15%;
}
@media only screen and (min-width: 768px) {
  .video-lp-hero__spacer {
    min-width: 65%;
  }
}
.video-lp-hero__content {
  cursor: pointer;
}
.video-lp-hero__subheading {
  font-size: 0.75rem;
  font-weight: 200;
  margin-bottom: 0.2em;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) {
  .video-lp-hero__subheading {
    font-size: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .video-lp-hero__subheading {
    font-size: 1.82vw;
  }
}
@media only screen and (min-width: 1920px) {
  .video-lp-hero__subheading {
    font-size: 35px;
  }
}
.video-lp-hero__heading {
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .video-lp-hero__heading {
    margin-bottom: 0.8em;
    font-size: 2.5vw;
  }
}
@media only screen and (min-width: 1920px) {
  .video-lp-hero__heading {
    font-size: 48px;
  }
}
.video-lp-hero__heading::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2762%27 height=%2762%27 viewBox=%270 0 62 62%27 fill=%27none%27%3E%3Cg filter=%27url%28%23filter0_d_110_6%29%27%3E%3Ccircle cx=%2731%27 cy=%2730%27 r=%2730%27 fill=%27%23C13594%27/%3E%3Cpath d=%27M21 14L47 30L21 46V30V14Z%27 fill=%27white%27/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id=%27filter0_d_110_6%27 x=%270%27 y=%270%27 width=%2762%27 height=%2762%27 filterUnits=%27userSpaceOnUse%27 color-interpolation-filters=%27sRGB%27%3E%3CfeFlood flood-opacity=%270%27 result=%27BackgroundImageFix%27/%3E%3CfeColorMatrix in=%27SourceAlpha%27 type=%27matrix%27 values=%270 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0%27 result=%27hardAlpha%27/%3E%3CfeOffset dy=%271%27/%3E%3CfeGaussianBlur stdDeviation=%270.5%27/%3E%3CfeColorMatrix type=%27matrix%27 values=%270 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0%27/%3E%3CfeBlend mode=%27normal%27 in2=%27BackgroundImageFix%27 result=%27effect1_dropShadow_110_6%27/%3E%3CfeBlend mode=%27normal%27 in=%27SourceGraphic%27 in2=%27effect1_dropShadow_110_6%27 result=%27shape%27/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E")
    no-repeat center/contain;
  position: absolute;
  top: 0;
  left: -2.5em;
  width: 2em;
  height: 2em;
}
.video-lp-hero__description {
  display: none;
  font-size: 9px;
}
@media only screen and (min-width: 768px) {
  .video-lp-hero__description {
    display: block;
    line-height: 1.5;
    max-width: 76%;
    font-size: 0.83vw;
  }
}
@media only screen and (min-width: 1920px) {
  .video-lp-hero__description {
    font-size: 16px;
  }
}
.video-lp-hero__video {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.ess-featured-shows {
  background-color: #161616;
}
.ess-show {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 132%;
  background-size: cover;
  background-position: top center;
  box-sizing: border-box;
  cursor: pointer;
}
.ess-show::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  .ess-show::before {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-slide-prev .ess-show,
  .swiper-slide-next .ess-show {
    opacity: 0.1;
  }
}
.ess-show__basic-info {
  position: absolute;
  bottom: 0;
  padding: 1em 2em;
  opacity: 1;
  transition: opacity 0.2s;
}
.ess-show:hover .ess-show__basic-info {
  opacity: 0;
  transition: opacity 0.25s;
}
@media (max-width: 768px) {
  .ess-show__basic-info {
    opacity: 0;
  }
}
.ess-show__details {
  position: absolute;
  width: 100%;
  height: 60%;
  top: 100%;
  left: 0;
  padding: 1em 2em 0;
  background: linear-gradient(
    0deg,
    rgba(189, 17, 135, 0.87),
    rgba(52, 33, 229, 0.87)
  );
  transition: top 0.15s;
}
@media (max-width: 768px) {
  .ess-show__details {
    display: none;
  }
}
.ess-show__title,
.ess-show__episode,
.ess-show__description,
.ess-show__cat-name {
  font-family: "Sohne", sans-serif, "Helvetica Neue", sans-serif;
  color: #fff;
}
.ess-show__title,
.ess-show__cat-name {
  font-weight: 300;
  font-size: 14px;
}
.ess-show__title {
  text-transform: uppercase;
}
.ess-show__episode {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}
.ess-show__description {
  line-height: 1.6;
  font-size: 13px;
}
.gallery-shows .swiper-container::before,
.gallery-shows .swiper-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: initial;
  bottom: 0;
  left: 0;
  width: calc(12.5% - 8px);
  height: 100%;
  background-image: linear-gradient(
    0deg,
    rgba(154, 37, 143, 0.6),
    rgba(71, 47, 146, 0.6)
  );
  opacity: 0.8;
  z-index: 2;
  transition: opacity 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .gallery-shows .swiper-container::before,
  .gallery-shows .swiper-container::after {
    width: calc(25% - 7px);
  }
}
.gallery-shows .swiper-container::after {
  right: 0;
  left: initial;
}
.culture-content-hub .gallery-shows {
  margin-top: 3.375rem;
}
@media only screen and (min-width: 1280px) {
  .culture-content-hub .gallery-shows {
    margin-top: 5.375rem;
  }
}
.featured-shows {
  background-color: #161616;
  color: #fff;
}
.video_landing .video-subcats {
  list-style: none;
  display: flex;
  margin: 2rem;
  max-width: 100%;
  overflow-x: auto;
  justify-content: flex-start;
}
.video_landing .video-subcats::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 768px) {
  .video_landing .video-subcats {
    justify-content: center;
    margin: 3.65vw;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1920px) {
  .video_landing .video-subcats {
    margin: 70px;
  }
}
.video_landing .video-subcats a {
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid;
  margin: 0.5em;
  cursor: pointer;
  text-align: center;
  font-size: 11px;
  min-width: 120px;
  padding: 0 1em;
  transition: 0.3s ease-in-out;
  white-space: pre;
}
@media only screen and (min-width: 768px) {
  .video_landing .video-subcats a {
    padding: 0.5em 1em;
    font-size: 1.04vw;
    min-width: 10.6vw;
  }
}
@media only screen and (min-width: 1920px) {
  .video_landing .video-subcats a {
    font-size: 20px;
    min-width: 205px;
  }
}
.video_landing .video-subcats a:hover {
  color: #bd1187;
}
.video_landing .ess-featured-shows .swiper-container {
  position: relative;
}
.video_landing .ess-featured-shows .swiper-button-prev,
.video_landing .ess-featured-shows .swiper-button-next {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .video_landing .ess-featured-shows {
    --swiper-navigation-sides-offset: 2vw;
    --swiper-navigation-size: 2.5vw;
  }
}
.culture-content-hub .video_landing .ess-featured-shows .swiper-slide {
  transition: opacity 0.3s;
}
.culture-content-hub
  .video_landing
  .ess-featured-shows
  .swiper-slide:not(.active):not(:hover) {
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .video_landing .essence-promo {
    background: #161616;
  }
  .video_landing .essence-promo-container {
    background: #000;
  }
  .video_landing .essence-promo__title a {
    font-size: 0.9rem;
  }
  .video_landing .essence-promo__title a,
  .video_landing .essence-promo__meta,
  .video_landing .essence-promo__meta a,
  .video_landing .essence-promo__date {
    color: #fff;
  }
  .video_landing .essence-promo__excerpt {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .video_landing .essence-topic {
    margin-bottom: 2rem !important;
  }
}
.culture-content-hub .video_landing .essence-topic {
  transition: opacity 0.3s;
}
.culture-content-hub .video_landing .essence-topic:not(.active):not(:hover) {
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .video_landing .essence-container {
    text-align: center;
  }
  .video_landing .essence-container .accent {
    display: inline-block;
    position: relative;
    margin-top: 1.5em;
  }
  .video_landing .gallery-shows .swiper-button-next {
    right: 12%;
  }
  .video_landing .gallery-shows .swiper-button-prev {
    left: 12%;
  }
}
@media only screen and (min-width: 768px) {
  .video_landing .essence-video-carousel .essence-carousel-swiper {
    max-width: 100%;
  }
  .video_landing .essence-video-carousel .swiper-button-prev,
  .video_landing .essence-video-carousel .swiper-button-next {
    top: 28% !important;
    width: 2.5vw;
    right: -3.75vw;
    height: 4.3vw;
  }
  .video_landing .essence-video-carousel .swiper-button-prev {
    left: -3.75vw;
  }
}
.video_landing-content,
.video_subcategory-content {
  padding: 2rem 0;
}
.video_landing-content #svgspin,
.video_subcategory-content #svgspin {
  transition: opacity 0.3s;
  opacity: 1;
  fill: #fff;
}
.video_landing-content .hidden,
.video_subcategory-content .hidden {
  display: none;
}
.video_landing-content .viewmore,
.video_subcategory-content .viewmore {
  padding-top: 2rem;
}
.video_landing-content .loadmore,
.video_subcategory-content .loadmore {
  margin: 2rem 0;
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
}
#hero-component .info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 44px;
  max-width: maxWidthContain;
  width: 40%;
}
#hero-component .info .desc {
  white-space: normal;
  margin-top: 18px;
  font-family: "Sohne", sans-serif;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  font-size: 15px;
  line-height: 1.47;
  color: #fff;
}
#hero-component .info .button,
#hero-component .info .wp-block-button__link {
  display: inline-block;
  margin-top: 30px;
  padding: 17px 35px;
  background-color: #d04efd;
  border-radius: 22.5px;
  font-family: "Sohne", sans-serif;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #fff;
  text-transform: uppercase;
}
#hero-component .item {
  width: 100%;
  display: inline-block;
}
#hero-component .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#hero-component .bg-item {
  position: relative;
  width: 100%;
}
#hero-component .item-logo {
  width: auto;
  margin-bottom: 20px;
  max-height: 200px;
  max-width: 415px;
}
#hero-component .wrapper-button {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
#hero-component .owl-dots {
  position: absolute;
  bottom: 35px;
  left: 50px;
}
#hero-component #hero-component .owl-theme .owl-nav {
  display: none;
}
@media only screen and (max-width: 767px) {
  #hero-component .owl-dots {
    left: auto;
    bottom: auto;
    top: auto;
    text-align: center;
    position: relative;
    margin: 10px auto 0;
    display: block;
    width: 100%;
  }
  #hero-component .info .desc {
    text-align: center;
    margin-top: 6px;
  }
  #hero-component .item-logo {
    margin: 0 auto;
    max-width: 200px;
    max-height: none;
  }
  #hero-component .wrapper-button {
    justify-content: center;
    margin-bottom: 50px;
  }
  #hero-component .info {
    position: absolute;
    display: block;
    margin: -60px auto 0;
    left: 0;
    width: 100%;
    padding: 0 20px;
    transform: none;
    box-sizing: border-box;
    text-align: center !important;
    margin-top: 0 !important;
    top: auto;
    bottom: 0;
  }
  #hero-component .info .desc {
    text-align: center;
    margin-top: 6px;
  }
  #hero-component .info .button,
  #hero-component .info .wp-block-button__link {
    margin-top: 20px;
  }
  #hero-component .info #hero-component .item-logo {
    height: none;
    max-width: 200px;
  }
}
.ess-slider {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 40px 0 40px 0;
  position: relative;
}
.ess-slider .custom-carousel {
  transform-style: flat !important;
  position: relative;
}
.ess-slider .custom-carousel .owl-nav {
  opacity: 0;
}
.ess-slider .custom-carousel .owl-nav .owl-prev,
.ess-slider .custom-carousel .owl-nav .owl-next {
  opacity: 1;
  transition: opacity 0.4s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 57px;
  height: 106px;
  padding: 0;
  background-color: #d04efd;
  border: none;
  cursor: pointer;
  color: #fff;
  right: 0;
  font-size: 70px;
  color: #fff;
  z-index: 99;
}
.ess-slider .custom-carousel .owl-nav .owl-next {
  border-radius: 5px 0 0 5px;
}
.ess-slider .custom-carousel .owl-nav .owl-prev {
  right: auto;
  left: 0;
  border-radius: 0 5px 5px 0;
}
.ess-slider .custom-carousel .owl-nav span {
  margin-top: -10px;
  display: inline-block;
  float: left;
  width: 100%;
  text-align: center;
}
.ess-slider .custom-carousel:hover .owl-nav {
  opacity: 1;
}
.ess-slider .custom-carousel .overlay-ess {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: absolute;
  width: 400px;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  z-index: 1;
}
.ess-slider .custom-carousel .item:not(.ess-slider-card-item) {
  position: relative;
  width: 300px;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s;
}
.ess-slider .custom-carousel .item:not(.ess-slider-card-item) img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  opacity: 1;
  border-radius: 5px;
  transition: all 0.5s;
}
.ess-slider .custom-carousel .item:not(.ess-slider-card-item):hover {
  width: 400px;
  z-index: 1;
  transform: scale(1.2);
  transition: all 0.5s;
  margin: 0 45px;
}
.ess-slider .custom-carousel .item:not(.ess-slider-card-item):hover img {
  opacity: 0;
}
.ess-slider
  .custom-carousel
  .item:not(.ess-slider-card-item):hover
  .overlay-ess {
  opacity: 1;
  transition: all 0.5s;
}
.ess-slider .custom-carousel .item:not(.ess-slider-card-item) .carousel-video {
  min-height: 180px;
  background: #000;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.ess-slider
  .custom-carousel
  .item:not(.ess-slider-card-item)
  .carousel-video
  video {
  width: 100%;
  height: auto;
}
.ess-slider
  .custom-carousel
  .item:not(.ess-slider-card-item)
  .carousel-content {
  background: #262534;
  padding: 20px 40px;
  height: auto;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  text-align: left;
}
.ess-slider .custom-carousel .item:not(.ess-slider-card-item) h3 {
  font-size: 17px;
  line-height: 19px;
  color: #d04efd;
  white-space: normal;
  margin-top: 0;
}
.ess-slider .custom-carousel .item:not(.ess-slider-card-item) p {
  font-size: 17px;
  line-height: 23px;
  color: #70798d;
}
.ess-slider
  .custom-carousel
  .item:not(.ess-slider-card-item)
  .custom-carousel-btn {
  display: inline-block;
  margin-top: 15px;
  border: solid 2px #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  letter-spacing: 0.5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  padding: 10px 25px;
  text-decoration: none;
}
.ess-slider .custom-carousel .owl-stage-outer {
  overflow: visible;
  padding-top: 45px;
}
.ess-slider .owl-controls {
  opacity: 0;
}
.ess-slider:hover .owl-controls {
  opacity: 1;
}
.ess-slider .ess-slider-cards .item.ess-slider-card-item a {
  text-decoration: none;
}
.ess-slider .ess-slider-cards .item.ess-slider-card-item .ess-slider-card {
  width: 100%;
}
.ess-slider
  .ess-slider-cards
  .item.ess-slider-card-item
  .ess-slider-card
  .ess-slider-view {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.ess-slider
  .ess-slider-cards
  .item.ess-slider-card-item
  .ess-slider-card
  .ess-slider-view
  img {
  height: 210px;
  object-fit: cover;
}
.ess-slider
  .ess-slider-cards
  .item.ess-slider-card-item
  .ess-slider-card
  .ess-slider-view
  .overlay-ess {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.35);
}
.ess-slider .ess-slider-cards .item.ess-slider-card-item .ess-slider-card h4 {
  font-size: 17px;
  line-height: 19px;
  letter-spacing: 0;
  color: #d04efd;
  margin: 15px 0 0 0;
  text-transform: capitalize;
  font-weight: 500;
}
.ess-slider .ess-slider-cards .item.ess-slider-card-item .ess-slider-card p {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0;
  color: #a4a6c8;
}
.ess-slider
  .ess-slider-cards
  .item.ess-slider-card-item:hover
  .ess-slider-card
  .ess-slider-view
  .overlay-ess {
  opacity: 1;
}
.ess-slider .ess-slider-cards .owl-nav {
  opacity: 0;
}
.ess-slider .ess-slider-cards .owl-nav .owl-prev,
.ess-slider .ess-slider-cards .owl-nav .owl-next {
  opacity: 1;
  transition: opacity 0.4s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 57px;
  height: 106px;
  padding: 0;
  background-color: #d04efd;
  border: none;
  cursor: pointer;
  color: #fff;
  right: 0;
  font-size: 70px;
  color: #fff;
  z-index: 99;
}
.ess-slider .ess-slider-cards .owl-nav .owl-next {
  border-radius: 5px 0 0 5px;
}
.ess-slider .ess-slider-cards .owl-nav .owl-prev {
  right: auto;
  left: 0;
  border-radius: 0 5px 5px 0;
}
.ess-slider .ess-slider-cards .owl-nav span {
  margin-top: -10px;
  display: inline-block;
  float: left;
  width: 100%;
  text-align: center;
}
.ess-slider .ess-slider-cards:hover .owl-nav {
  opacity: 1;
}
.ess-slider .ess-slider-cards .owl-stage-outer {
  margin-left: 3%;
}
.ess-stu-title.essence-ep-slider h2 {
  margin-bottom: 40px;
  color: #fff;
  font-size: 31px;
}
.ess-slider.content-hide .owl-nav .owl-prev,
.ess-slider.content-hide .owl-nav .owl-next {
  top: 60%;
}
@media only screen and (max-width: 1100px) {
  .ess-slider .custom-carousel .item:not(.ess-slider-card-item),
  .ess-slider .custom-carousel .item:not(.ess-slider-card-item):hover {
    width: auto;
    transform: scale(1);
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .ess-slider .custom-carousel .item:not(.ess-slider-card-item) .overlay,
  .ess-slider .owl-controls {
    display: none;
  }
  .ess-slider .custom-carousel .item:not(.ess-slider-card-item):hover img {
    opacity: 1;
    visibility: visible;
  }
  .ess-slider .custom-carousel .item:not(.ess-slider-card-item) {
    width: auto;
  }
}
span.overlay-ess {
  opacity: 0;
}
span.overlay-ess:hover {
  opacity: 1;
}
.ess-slider-view .overlay-ess:before {
  content: "";
  width: 80px;
  height: 80px;
  border: solid 3px #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ess-slider-view .overlay-ess:after {
  position: absolute;
  left: calc(50% + 5px);
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 32px solid #fff;
  content: "";
}
.ess-original-title h2 {
  font-size: 31px;
  color: #fff;
  padding-left: 3%;
}
.main-content {
  position: relative;
}
.main-content .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.main-content .owl-theme .custom-nav .owl-prev,
.main-content .owl-theme .custom-nav .owl-next {
  opacity: 100;
  z-index: 9999;
  position: absolute;
  top: 35%;
  width: 57px;
  height: 106px;
  padding: 42px 0 42px 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  background-color: #d04efd;
  border: none;
  cursor: pointer;
}
.main-content .owl-theme .custom-nav .owl-prev i,
.main-content .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.main-content .owl-theme .custom-nav .owl-prev {
  left: 0;
}
.main-content .owl-theme .custom-nav .owl-next {
  right: 0;
}
@media only screen and (max-width: 599px) {
  .essence-infinity-posts .essence-topic {
    box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.3);
    display: grid;
    grid-template-columns: 108px 1fr;
  }
  .essence-infinity-posts .essence-topic__featured-image {
    min-height: 108px;
  }
  .essence-infinity-posts .essence-topic__featured-image.icon-video:before {
    background-size: 40px;
  }
  .essence-infinity-posts .essence-topic__content {
    padding: 10px;
  }
  .essence-infinity-posts .essence-topic__title {
    height: auto;
    font-size: 12px;
  }
  .essence-infinity-posts .essence-topic__meta {
    font-size: 8px;
  }
}
.essence-infinity-posts .loadmore {
  text-align: center;
  vertical-align: middle;
  margin: 2rem auto 0;
  padding-bottom: 2rem;
}
.essence-infinity-posts .loadmore.hidden {
  display: none;
}
.essence-infinity-posts .loadmore.hidden #svgspin {
  opacity: 0;
}
.essence-infinity-posts #svgspin {
  transition: opacity 0.3s;
  opacity: 1;
  text-align: center;
  fill: #161616;
  height: 50px;
  width: 50px;
  position: relative;
}
body.home .essence-infinity-posts #svgspin {
  fill: #fff;
}
.essence-infinity-posts .viewmore {
  margin-top: 2rem;
  text-align: center;
  padding-bottom: 58px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
}
.essence-infinity-posts .viewmore.hidden {
  display: none;
}
.essence-infinity-posts .viewmore a {
  color: #fff;
  background-color: #bd1187;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 13px;
  display: inline-block;
  padding: 3px 5px;
}
.essence-infinity-posts .viewmore a:active {
  text-decoration: none;
}
.essence-infinity-posts .viewmore a:after,
.essence-infinity-posts .viewmore a:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4NCiAgIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik03LjQxLDguNThMMTIsMTMuMTdMMTYuNTksOC41OEwxOCwxMEwxMiwxNkw2LDEwTDcuNDEsOC41OFoiIC8+DQo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
}
.essence-infinity-posts .viewmore a:after {
  margin-left: 20px;
}
.essence-infinity-posts .viewmore a:before {
  margin-right: 20px;
}
.essence-promo__title {
  font-family: "Rizoma L", serif;
  font-size: 15px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .essence-promo__title {
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 768px) {
  .essence-promo__title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .essence-promo__title {
    font-size: 28px;
  }
}
.essence-promo__category-list {
  font-size: 11px;
}
@media only screen and (min-width: 768px) {
  .essence-promo__category-list {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .essence-promo__category-list {
    font-size: 16px;
  }
}
.essence-promo__excerpt {
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.22px;
}
@media only screen and (min-width: 768px) {
  .essence-promo__excerpt {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) {
  .essence-promo__excerpt {
    font-size: 16px;
  }
}
.top-stories-tag {
  background: #000;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  height: 33px;
  line-height: 33px;
}
@media only screen and (max-width: 767px) {
  .top-stories-tag {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
  }
}
.top-stories-tag span:after {
  content: ".";
  font-family: "Rizoma L", serif;
  font-weight: 900;
  font-size: 21px;
  line-height: 0;
}
@media only screen and (min-width: 768px) {
  .essence-top-story__inner {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  }
}
.essence-topic__category-list {
  font-size: 11px;
}
@media only screen and (min-width: 768px) {
  .essence-topic__category-list {
    font-size: 12px;
  }
}
.essence-topic__title {
  font-size: 15px;
  min-height: 55px;
}
@media only screen and (min-width: 768px) {
  .essence-video-carousel .swiper-container {
    --swiper-navigation-sides-offset: -40px;
  }
}
.essence-video-carousel .essence-topic__meta {
  color: #f4f4f4;
}
.essence-commerce-carousel {
  background-color: #b73990;
}
@media only screen and (min-width: 1280px) {
  .essence-commerce-carousel {
    padding-bottom: 110px;
  }
}
.essence-commerce-carousel.incontent {
  max-width: calc(728px + 3rem);
  padding: 0;
  background-color: initial;
  margin: 2rem auto;
}
.essence-commerce-carousel.incontent .swiper-slide {
  height: auto;
  transition: transform 0.3s ease;
}
.essence-commerce-carousel.incontent .swiper-slide-prev,
.essence-commerce-carousel.incontent .swiper-slide-next {
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .essence-commerce-carousel.incontent .swiper-slide-prev,
  .essence-commerce-carousel.incontent .swiper-slide-next {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .essence-commerce-carousel.incontent .swiper-slide:not(.swiper-slide-next) {
    transform: scale(0.9) !important;
  }
}
.essence-commerce-carousel.incontent .swiper-button-prev,
.essence-commerce-carousel.incontent .swiper-button-next {
  color: #000;
}
.essence-commerce-carousel .see-all a {
  color: #fff;
}
.essence-commerce-carousel .see-all a:after {
  filter: brightness(100);
}
.essence-commerce-carousel .swiper-slide {
  background: #fff;
  color: #000;
  margin-top: 0;
}
.essence-commerce-carousel .essence-topic__title {
  height: 36px;
}
.essence-commerce-carousel__link {
  background-color: #000;
  border-radius: 30px;
  color: #fff !important;
  display: block;
  font-size: 15px;
  font-weight: 700;
  height: 35px;
  line-height: 35px;
  max-width: 120px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}
.event-promo-block {
  color: #fff;
  overflow: hidden;
  position: relative;
  padding: 3rem 0 120px;
}
.event-promo-block--no-footer {
  padding-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .event-promo-block {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.event-promo-block__bg {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.event-promo-block__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-promo-block__bg:after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.event-promo-block__slider {
  overflow: hidden;
}
.event-promo-block__slider-container {
  position: relative;
}
.event-promo-block .swiper-button-next,
.event-promo-block .swiper-button-prev {
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  height: 44px;
  width: 44px;
}
@media only screen and (min-width: 1440px) {
  .event-promo-block .swiper-button-next,
  .event-promo-block .swiper-button-prev {
    height: 52px;
    width: 52px;
  }
}
.event-promo-block .swiper-button-next.swiper-button-disabled,
.event-promo-block .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.event-promo-block .swiper-button-next::after,
.event-promo-block .swiper-button-prev::after {
  display: none;
}
.event-promo-block .swiper-button-prev .svg-icon {
  transform: rotate(180deg);
}
.event-promo-block .swiper-button-prev,
.event-promo-block .swiper-button-next {
  color: #000;
  top: 90px;
}
@media only screen and (min-width: 1440px) {
  .event-promo-block .swiper-button-prev,
  .event-promo-block .swiper-button-next {
    top: 150px;
  }
}
.event-promo-block .swiper-button-prev {
  left: -8px;
}
@media only screen and (min-width: 1440px) {
  .event-promo-block .swiper-button-prev {
    left: -68px;
  }
}
.event-promo-block .swiper-button-next {
  right: -8px;
}
@media only screen and (min-width: 1440px) {
  .event-promo-block .swiper-button-next {
    right: -68px;
  }
}
.event-promo-block__header {
  display: grid;
  gap: 8px;
  justify-items: center;
  margin: 0 0 24px;
  position: relative;
}
@media only screen and (min-width: 1280px) {
  .event-promo-block__header {
    padding: 0 120px;
  }
}
.event-promo-block__headline {
  font-size: 20px;
  margin: 0 !important;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .event-promo-block__headline {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1440px) {
  .event-promo-block__headline {
    font-size: 36px;
  }
}
.event-promo-block__see-all {
  align-items: center;
  color: inherit !important;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (min-width: 1280px) {
  .event-promo-block__see-all {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.event-promo-block__see-all .svg-icon {
  margin-left: 4px;
}
.event-promo-block .swiper-slide {
  position: relative;
  width: auto;
}
.event-promo-block__thumb {
  background-color: #000;
  margin-bottom: 16px;
  position: relative;
  padding-top: 56.25%;
}
.event-promo-block__thumb:after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%0A%3Csvg width=%2764%27 height=%2764%27 viewBox=%270 0 64 64%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg style=%27mix-blend-mode:multiply%27 opacity=%270.8%27%3E%3Ccircle cx=%2732%27 cy=%2732%27 r=%2732%27 fill=%27black%27/%3E%3C/g%3E%3Cpath d=%27M42.5 31.134C43.1667 31.5189 43.1667 32.4811 42.5 32.866L27.5 41.5263C26.8333 41.9112 26 41.4301 26 40.6603L26 23.3397C26 22.5699 26.8333 22.0888 27.5 22.4737L42.5 31.134Z%27 fill=%27white%27/%3E%3C/svg%3E%0A")
      no-repeat center/64px 64px,
    rgba(0, 0, 0, 0.2);
  content: "";
  z-index: 1;
}
.event-promo-block__thumb-img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-promo-block__content {
  display: grid;
  gap: 4px;
  font-size: 12px;
  line-height: 1.3;
}
@media only screen and (min-width: 1440px) {
  .event-promo-block__content {
    font-size: 14px;
    gap: 8px;
  }
}
.event-promo-block__title {
  color: inherit !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (min-width: 1440px) {
  .event-promo-block__title {
    font-size: 24px;
  }
}
.event-promo-block__title::before {
  content: "";
  z-index: 2;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.event-promo-block__desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.event-promo-block__duration {
  color: #858585;
}
.event-promo-block__app-link {
  bottom: 0;
  color: #000 !important;
  font-size: 16px;
  font-weight: 700;
  left: 50%;
  line-height: 1;
  padding: 42px 35px 13px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  transform: translateX(-50%);
  width: 173px;
}
.event-promo-block__app-link:before {
  background: url("data:image/svg+xml,%0A%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M4.46967 8.46967C4.76256 8.17678 5.23744 8.17678 5.53033 8.46967L12 14.9393L18.4697 8.46967C18.7626 8.17678 19.2374 8.17678 19.5303 8.46967C19.8232 8.76256 19.8232 9.23744 19.5303 9.53033L12.5303 16.5303C12.2374 16.8232 11.7626 16.8232 11.4697 16.5303L4.46967 9.53033C4.17678 9.23744 4.17678 8.76256 4.46967 8.46967Z%27 fill=%27black%27/%3E%3C/svg%3E%0A")
      no-repeat top 12px center,
    #ffe900;
  border-radius: 50%;
  content: "";
  left: 0;
  padding-top: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 1279px) {
  .event-promo-block.event-upcoming-experiences .event-promo-block__main {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 400px) {
  .event-promo-block.event-upcoming-experiences .article-promo {
    width: 100%;
  }
}
.event-promo-block.event-upcoming-experiences .swiper-button-prev,
.event-promo-block.event-upcoming-experiences .swiper-button-next {
  top: 50%;
}
@media only screen and (max-width: 1439px) {
  .event-promo-block.event-upcoming-experiences .swiper-button-prev {
    left: -68px;
  }
}
@media only screen and (max-width: 1439px) {
  .event-promo-block.event-upcoming-experiences .swiper-button-next {
    right: -68px;
  }
}
.cboxElement {
  cursor: pointer;
}
#colorbox.ess_lightbox,
#cboxOverlay.ess_lightbox,
#colorbox.ess_lightbox #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
  overflow: visible;
}
#cboxOverlay.ess_lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
}
#colorbox.ess_lightbox #cboxMiddleLeft,
#colorbox.ess_lightbox #cboxBottomLeft {
  clear: left;
}
#colorbox.ess_lightbox #cboxContent {
  position: relative;
}
#colorbox.ess_lightbox #cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#colorbox.ess_lightbox #cboxTitle {
  margin: 0;
}
#colorbox.ess_lightbox #cboxLoadingOverlay,
#colorbox.ess_lightbox #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#colorbox.ess_lightbox #cboxPrevious,
#colorbox.ess_lightbox #cboxNext,
#colorbox.ess_lightbox #cboxClose,
#colorbox.ess_lightbox #cboxSlideshow {
  cursor: pointer;
  outline: none;
}
#colorbox.ess_lightbox .cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
#colorbox.ess_lightbox .cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox.ess_lightbox,
#colorbox.ess_lightbox #cboxContent,
#colorbox.ess_lightbox #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxOverlay.ess_lightbox {
  background: #000;
}
#colorbox.ess_lightbox {
  outline: 0;
}
#colorbox.ess_lightbox #cboxContent {
  margin-top: 0;
  overflow: visible;
  background: #161616;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#colorbox.ess_lightbox .cboxIframe {
  background: #161616;
}
#colorbox.ess_lightbox #cboxError {
  padding: 50px;
  border: 1px solid #d0d0d0;
}
#colorbox.ess_lightbox #cboxLoadedContent {
  margin: 0;
  border: 8px solid #161616;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #161616;
  padding: 1px;
}
#colorbox.ess_lightbox #cboxLoadingOverlay {
  background: #161616;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#colorbox.ess_lightbox #cboxTitle {
  position: absolute;
  bottom: -42px;
  top: auto;
  left: auto;
  border: none;
  font-size: 18px;
  color: #d0d0d0;
  text-align: left;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}
#colorbox.ess_lightbox #cboxCurrent {
  position: absolute;
  top: -22px;
  text-indent: -9999px;
  bottom: auto;
  right: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
}
#colorbox.ess_lightbox #cboxPrevious,
#colorbox.ess_lightbox #cboxNext,
#colorbox.ess_lightbox #cboxSlideshow,
#colorbox.ess_lightbox #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
}
#colorbox.ess_lightbox #cboxCurrent,
#colorbox.ess_lightbox #cboxPrevious,
#colorbox.ess_lightbox #cboxNext,
#colorbox.ess_lightbox #cboxSlideshow {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#colorbox.ess_lightbox #cboxPrevious:active,
#colorbox.ess_lightbox #cboxNext:active,
#colorbox.ess_lightbox #cboxSlideshow:active,
#colorbox.ess_lightbox #cboxClose:active {
  outline: 0;
}
#colorbox.ess_lightbox #cboxPrevious {
  position: absolute;
  top: 0;
  left: 2rem;
  bottom: auto;
  right: auto;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%27%20fill%3D%27%23ffffff%27%2F%3E%3C%2Fsvg%3E")
    no-repeat center left;
  width: 20px;
  height: 100%;
  text-indent: -9999px;
  opacity: 0.6;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  #colorbox.ess_lightbox #cboxPrevious {
    width: 27px;
  }
}
#colorbox.ess_lightbox #cboxPrevious:hover {
  opacity: 1;
}
#colorbox.ess_lightbox #cboxNext {
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: auto;
  left: auto;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%27%20fill%3D%27%23ffffff%27%2F%3E%3C%2Fsvg%3E")
    no-repeat center right;
  width: 20px;
  height: 100%;
  text-indent: -9999px;
  opacity: 0.6;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  #colorbox.ess_lightbox #cboxNext {
    width: 27px;
  }
}
#colorbox.ess_lightbox #cboxNext:hover {
  opacity: 1;
}
#colorbox.ess_lightbox #cboxClose {
  position: absolute;
  bottom: auto;
  right: 0;
  top: 0;
  left: auto;
  display: block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath d=%27M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z%27/%3E%3Cpath d=%27M0 0h24v24H0z%27 fill=%27none%27/%3E%3C/svg%3E")
    no-repeat top center;
  width: 27px;
  height: 27px;
  text-indent: -9999px;
}
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
.about-video {
  position: relative;
  margin-bottom: -3px;
}
.about-video__overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-video .about-view-more {
  display: none;
}
.about-video .about-play-btn {
  position: relative;
  background: url(b0d0e3ef295ce0cfb35e.png);
  width: 131px;
  height: 131px;
}
.about-video .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .about-video {
    height: calc(100% - 88px);
  }
  .about-video .about-view-more {
    position: absolute;
    display: block;
    bottom: 30px;
    font-size: 28px;
    font-family: "Sohne", sans-serif;
    color: #fff;
    font-weight: 700;
    line-height: 1.058;
    padding-bottom: 50px;
  }
  .about-video .about-view-more:after {
    position: absolute;
    background: url(13cd97a9329bdd8456e5.svg);
    content: "";
    display: inline-block;
    bottom: 0;
    left: 50%;
    margin-left: -13px;
    width: 26px;
    height: 27px;
  }
  .about-video .about-view-more {
    position: absolute;
    bottom: 65px;
  }
}
.about-banner-block {
  position: relative;
  background-color: #161616;
  padding: 50px 20px 70px;
}
.about-banner-block .about-logo-list {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  padding: 0;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0;
}
.about-banner-block .about-logo-list li {
  margin: 15px 0;
}
.about-banner-block .about-logo-list li img {
  position: relative;
  display: block;
  margin: 0;
  max-width: 100%;
}
.about-banner-block .about-logo-list a {
  position: relative;
  display: block;
}
@media only screen and (min-width: 768px) {
  .about-banner-block .about-logo-list {
    flex-flow: row wrap;
    margin: 100px 0 0;
    align-items: center;
    padding: 0 40px 0;
  }
  .about-banner-block .about-logo-list li {
    margin: 0 20px;
    width: calc(25% - 40px);
  }
  .about-banner-block .about-logo-list li:last-child img {
    margin-top: 15px;
  }
  .about-banner-block .about-logo-list a:hover {
    color: #bd1187;
  }
}
.about-banner-block__card {
  position: relative;
  display: flex;
  flex-flow: column wrap;
}
.about-banner-block__card h3 {
  font-size: 16px;
  font-family: "Sohne", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
  color: #bd1187;
  margin: 0;
}
.about-banner-block__card p {
  font-size: 30px;
  font-family: "Rizoma L", serif;
  color: #161616;
  line-height: 1.3;
  text-align: center;
  font-weight: 900;
  margin-top: 5px;
}
.about-banner-block__card .about-banner-block__card-image,
.about-banner-block__card .about-banner-block__card-content {
  width: 100%;
}
.about-banner-block__card .about-banner-block__card-content {
  padding: 70px 30px;
  background: #fff;
  text-align: center;
}
.about-banner-block__card .about-banner-block__card-image {
  background: url(d2e3a3b2df1131397596.png);
  background-size: cover;
  background-position: center;
  height: 300px;
}
@media only screen and (min-width: 768px) {
  .about-banner-block__card {
    flex-flow: row wrap;
  }
  .about-banner-block__card .about-banner-block__card-image {
    height: auto;
  }
  .about-banner-block__card p {
    max-width: 380px;
    margin: 10px auto;
  }
  .about-banner-block__card .about-banner-block__card-image,
  .about-banner-block__card .about-banner-block__card-content {
    width: 50%;
  }
  .about-banner-block__card .about-banner-block__card-content {
    padding: 200px 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .about-banner-block__card .about-banner-block__card-content {
    padding: 250px 100px;
  }
}
.about-us-new .essence-has-background .essence-container__wrapper,
.about-us-new
  .essence-has-background
  .essence-container__content-wrapper
  .about-banner-block {
  background: transparent;
}
.about-us-new .container {
  padding: 0 15px;
  margin: 0 auto;
}
@media only screen and (min-width: 1280px) {
  .about-us-new .container {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1920px) {
  .about-us-new .container {
    max-width: 1380px;
  }
}
.about-us-new .wp-block-column h3,
.about-us-new .wp-block-column h4 {
  text-align: left;
}
.about-us-new .wp-block-cover,
.about-us-new .wp-block-cover-image {
  margin-bottom: 0;
}
.about-us-new .btn.press-release-btn {
  position: relative;
  padding: 20px 20px 18px;
  font-size: 13px;
  font-family: "Sohne", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid;
}
.about-us-new .btn.press-release-btn.block {
  padding: 18px 100px 16px;
}
.about-us-new .btn.press-release-btn.btn-white {
  color: #fff;
  border-color: #fff;
}
.about-us-new .press-release-media-inquiry {
  position: relative;
}
.about-us-new .press-release-media-inquiry h3 {
  font-family: "Sohne", sans-serif;
  margin-top: 0;
}
.about-us-leadership-block,
.about-us-leadership {
  position: relative;
  background-color: #161616;
  width: 100%;
  padding: 30px 15px;
}
.about-us-leadership-block .wp-block-columns,
.about-us-leadership .wp-block-columns {
  margin: 0;
}
.about-us-leadership-block h3,
.about-us-leadership-block h4,
.about-us-leadership h3,
.about-us-leadership h4 {
  margin-bottom: 5px;
}
.about-us-leadership-block__right .has-2-columns .wp-block-column,
.about-us-leadership__right .has-2-columns .wp-block-column {
  margin-bottom: 0;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .about-us-leadership-block__right .has-2-columns .wp-block-column,
  .about-us-leadership__right .has-2-columns .wp-block-column {
    margin: 1rem;
  }
}
@media only screen and (min-width: 1280px) {
  .about-us-leadership-block__right .has-2-columns .wp-block-column,
  .about-us-leadership__right .has-2-columns .wp-block-column {
    margin: 0;
  }
}
.about-us-leadership-block__wrap,
.about-us-leadership__wrap {
  display: flex;
  flex-flow: column wrap;
  color: #fff;
}
.about-us-leadership-block__wrap .wp-block-column h2,
.about-us-leadership__wrap .wp-block-column h2 {
  margin-bottom: 0;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  .about-us-leadership-block__wrap .wp-block-column h2,
  .about-us-leadership__wrap .wp-block-column h2 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .about-us-leadership-block__wrap .wp-block-column,
  .about-us-leadership__wrap .wp-block-column {
    text-align: right;
  }
}
.about-us-leadership-block .btn.block,
.about-us-leadership .btn.block {
  padding: 18px 75px 16px;
}
.about-us-leadership-block ul,
.about-us-leadership ul {
  padding: 0;
  display: flex;
  flex-flow: column wrap;
}
.about-us-leadership-block ul li,
.about-us-leadership ul li {
  list-style-type: none;
  width: 100%;
}
.about-us-leadership-block h2,
.about-us-leadership-block h3,
.about-us-leadership-block h4,
.about-us-leadership h2,
.about-us-leadership h3,
.about-us-leadership h4 {
  font-family: "Sohne", sans-serif;
  font-weight: 700;
}
.about-us-leadership-block h2,
.about-us-leadership h2 {
  font-size: 30px;
}
.about-us-leadership-block h3,
.about-us-leadership h3 {
  font-size: 20px;
  margin-top: 0;
}
.about-us-leadership-block h4,
.about-us-leadership h4 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .about-us-leadership-block,
  .about-us-leadership {
    padding: 80px 0;
  }
  .about-us-leadership-block__wrap,
  .about-us-leadership__wrap {
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .about-us-leadership-block__right,
  .about-us-leadership__right {
    max-width: 680px;
  }
  .about-us-leadership-block ul,
  .about-us-leadership ul {
    flex-flow: row wrap;
  }
  .about-us-leadership-block ul li,
  .about-us-leadership ul li {
    width: 50%;
    margin-bottom: 20px;
  }
}
.about-engage {
  position: relative;
  padding: 0 0 30px;
  background: #f9f9f9;
}
.about-engage h1 {
  position: relative;
  font-family: "Sohne", sans-serif;
  color: #161616;
  font-size: 60px;
  font-style: italic;
  font-weight: 100;
  text-align: center;
}
.about-engage h1:after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(ca962976a480460b2344.svg) no-repeat;
  width: 56px;
  height: 11px;
  bottom: 0;
  left: 50%;
  margin-left: -28px;
}
.about-engage p {
  font-family: "Sohne", sans-serif;
  color: #161616;
  line-height: 1.5;
  font-weight: 500;
}
.about-engage__wrap {
  background: #fff;
  padding: 30px;
}
.about-engage__flex-wrap {
  display: flex;
  flex-flow: column wrap;
}
.about-engage__flex-wrap .image-container {
  position: relative;
  margin: 30px auto 0;
}
.about-engage__flex-wrap .image-container picture {
  position: relative;
  display: block;
  padding-top: 66.66%;
}
.about-engage__flex-wrap .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.about-engage__flex-wrap .press-release-btn {
  margin-top: 30px;
  padding: 18px 74px 16px;
}
.about-engage__flex-wrap img {
  position: relative;
  display: block;
  max-width: 100%;
}
@media only screen and (min-width: 1280px) {
  .about-engage h1 {
    font-size: 75px;
  }
}
@media only screen and (min-width: 1280px) {
  .about-engage {
    padding: 0 0 100px;
  }
  .about-engage__media {
    width: calc(40% - 50px);
    margin-right: 50px;
  }
  .about-engage__flex-wrap {
    padding: 20px;
    flex-flow: row wrap;
  }
  .about-engage__flex-wrap .press-release-btn {
    margin-top: 40px;
  }
  .about-engage__flex-wrap .image-container {
    width: calc(60% - 50px);
    margin-left: 50px;
    margin-top: 0;
  }
  .about-engage h1:after {
    bottom: 15px;
  }
}
.about-join-the-team {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.about-join-the-team .wp-block-cover,
.about-join-the-team .wp-block-cover-image {
  margin-bottom: 0;
}
.about-join-the-team a {
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .about-join-the-team {
    padding: 140px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .about-join-the-team {
    padding: 175px 0;
  }
}
.press-releases {
  position: relative;
  width: 100%;
  padding: 30px 15px;
  background-color: #f9f9f9;
}
.press-releases .press-release-box {
  background: #fff;
  padding: 20px;
  font-family: "Sohne", sans-serif;
  color: #161616;
}
.press-releases .press-release-box h1 {
  font-family: "Sohne", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 0.625;
  margin-bottom: 25px;
}
.press-releases .press-release-box .press-release-list {
  padding: 0;
  margin: 0;
}
.press-releases .press-release-box .press-release-list li {
  list-style: none;
  margin-top: 20px;
}
.press-releases .press-release-box .press-release-list li:first-child {
  margin-top: 0;
}
.press-releases .press-release-box .press-release-list li time {
  display: block;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.231;
  margin-bottom: 5px;
}
.press-releases .press-release-box .press-release-list li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #161616;
  display: block;
}
.press-releases .row {
  margin-top: 20px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .press-releases {
    padding: 60px;
  }
  .press-releases .row {
    margin-top: 45px;
  }
  .press-releases .press-release-box {
    padding: 50px;
  }
  .press-releases .press-release-box h1 {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .press-releases {
    padding: 70px;
  }
  .press-releases .press-release-list li a:hover {
    color: #bd1187;
  }
}
@media only screen and (min-width: 1920px) {
  .press-releases {
    padding: 140px;
  }
  .press-releases .press-release-box {
    padding: 100px;
  }
}
.button,
.wp-block-button__link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  transition: background 150ms ease-in-out;
  background: #bd1187;
  border: none;
  box-sizing: border-box;
  color: #fff;
  font-family: "Sohne", sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.2;
  outline: none;
  padding: 0.76rem 1rem;
  text-decoration: none;
  vertical-align: bottom;
}
.button:hover,
.wp-block-button__link:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #fff;
  background: #161616;
  cursor: pointer;
}
.button:visited,
.wp-block-button__link:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
  color: #fff;
  text-decoration: none;
}
.button:focus,
.wp-block-button__link:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  background: #161616;
  color: #fff;
  outline: thin dotted;
  outline-offset: -4px;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  -webkit-backface-visibility: hidden;
  background: #fff;
  outline: none;
  border: 1px solid #ababab;
  padding: 0.6rem;
  margin: 0;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}
textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  resize: vertical;
}
form p {
  margin: 1rem 0;
}
.wp-block-button {
  margin-bottom: 1.5em;
}
.wp-block-button.aligncenter {
  text-align: center;
}
.wp-block-button.alignright {
  text-align: right;
}
.wp-block-button__link {
  border-radius: 0;
}
.wp-block-button__link:visited,
.wp-block-button__link:focus,
.wp-block-button__link:active {
  text-decoration: none;
}
.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}
.wp-block-column {
  flex: 1;
  margin-bottom: 1em;
  flex-basis: 100%;
  min-width: 0;
}
.wp-block-image {
  max-width: 100%;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}
.wp-block-image.size-full img {
  width: 100%;
}
.wp-block-image.aligncenter {
  text-align: center;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  width: 100%;
}
.wp-block-image img {
  max-width: 100%;
}
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image .aligncenter,
.wp-block-image .wp-block-image.is-resized {
  display: table;
  margin-left: 0;
  margin-right: 0;
}
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image .aligncenter > figcaption,
.wp-block-image .wp-block-image.is-resized > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.wp-block-image .alignleft {
  float: left;
  margin-right: 1em;
}
.wp-block-image .alignright {
  float: right;
  margin-left: 1em;
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image figcaption {
  font-size: 0.64em;
  font-family: "Sohne", sans-serif;
  font-weight: 500;
  color: #aaa;
  text-transform: uppercase;
  line-height: 1.4;
  margin: 0;
  padding: 0.5rem;
  text-align: right;
}
.wp-block-embed {
  margin-bottom: 1em;
}
.wp-block-embed figcaption {
  font-size: 0.64em;
  font-family: "Sohne", sans-serif;
  font-weight: 500;
  color: #aaa;
  text-transform: uppercase;
  line-height: 1.4;
  margin: 0;
  padding: 0.5rem;
  text-align: right;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-16-9
  .wp-block-embed__wrapper,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-4-3
  .wp-block-embed__wrapper,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-1-1
  .wp-block-embed__wrapper {
  position: relative;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-16-9
  .wp-block-embed__wrapper::before,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-4-3
  .wp-block-embed__wrapper::before,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-1-1
  .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-16-9
  .wp-block-embed__wrapper
  iframe,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-4-3
  .wp-block-embed__wrapper
  iframe,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-1-1
  .wp-block-embed__wrapper
  iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-16-9
  .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-4-3
  .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-1-1
  .wp-block-embed__wrapper::before {
  padding-top: 100%;
}
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}
@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-gallery .blocks-gallery-image figure,
  .wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  width: 100%;
}
@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-gallery .blocks-gallery-image img,
  .wp-block-gallery .blocks-gallery-item img {
    width: auto;
  }
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 5px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0,
    rgba(0, 0, 0, 0.3) 60%,
    transparent
  );
}
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline;
}
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
}
@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px) / 2);
}
.wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.wp-block-gallery .blocks-gallery-item:nth-of-type(even) {
  margin-right: 0;
}
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 600px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 32px) / 3);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - 48px) / 4);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - 64px) / 5);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 80px) / 6);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - 96px) / 7);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - 112px) / 8);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}
.wp-block-gallery .blocks-gallery-item.has-add-item-button {
  width: 100%;
}
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  max-width: 305px;
  width: 100%;
}
.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  display: flex;
}
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center;
}
.wp-block-cover,
.wp-block-cover-image {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  min-height: 430px;
  width: 100%;
  margin: 0 0 1.5em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.wp-block-cover-image.has-left-content,
.wp-block-cover.has-left-content {
  justify-content: flex-start;
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover-image.has-left-content .wp-block-cover-text,
.wp-block-cover-image.has-left-content h2,
.wp-block-cover.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
.wp-block-cover.has-left-content h2 {
  margin-left: 0;
  text-align: left;
}
.wp-block-cover-image.has-right-content,
.wp-block-cover.has-right-content {
  justify-content: flex-end;
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover-image.has-right-content .wp-block-cover-text,
.wp-block-cover-image.has-right-content h2,
.wp-block-cover.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
.wp-block-cover.has-right-content h2 {
  margin-right: 0;
  text-align: right;
}
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2 {
  color: #fff;
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 610px;
  padding: 14px;
  text-align: center;
}
.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-image-text a:active,
.wp-block-cover .wp-block-cover-image-text a:focus,
.wp-block-cover .wp-block-cover-image-text a:hover,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text a:active,
.wp-block-cover .wp-block-cover-text a:focus,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover h2 a,
.wp-block-cover h2 a:active,
.wp-block-cover h2 a:focus,
.wp-block-cover h2 a:hover,
.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image .wp-block-cover-text a,
.wp-block-cover-image .wp-block-cover-text a:active,
.wp-block-cover-image .wp-block-cover-text a:focus,
.wp-block-cover-image .wp-block-cover-text a:hover,
.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:hover {
  color: #fff;
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
  background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
.wp-block-cover-image.has-background-dim::before,
.wp-block-cover.has-background-dim::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: inherit;
  opacity: 0.5;
  z-index: 1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10::before,
.wp-block-cover.has-background-dim.has-background-dim-10::before {
  opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20::before,
.wp-block-cover.has-background-dim.has-background-dim-20::before {
  opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30::before,
.wp-block-cover.has-background-dim.has-background-dim-30::before {
  opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40::before,
.wp-block-cover.has-background-dim.has-background-dim-40::before {
  opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50::before,
.wp-block-cover.has-background-dim.has-background-dim-50::before {
  opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60::before,
.wp-block-cover.has-background-dim.has-background-dim-60::before {
  opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70::before,
.wp-block-cover.has-background-dim.has-background-dim-70::before {
  opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80::before,
.wp-block-cover.has-background-dim.has-background-dim-80::before {
  opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90::before,
.wp-block-cover.has-background-dim.has-background-dim-90::before {
  opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100::before,
.wp-block-cover.has-background-dim.has-background-dim-100::before {
  opacity: 1;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 305px;
  width: 100%;
}
.wp-block-cover-image::after,
.wp-block-cover::after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}
@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-cover-image::after,
  .wp-block-cover::after {
    content: none;
  }
}
.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: flex;
}
.wp-block-cover__video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.entry .entry-content > *,
.entry .entry-summary > * {
  max-width: 100%;
}
.entry .entry-content > *.alignwide,
.entry .entry-summary > *.alignwide {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content > *.alignwide,
  .entry .entry-summary > *.alignwide {
    width: 100%;
    max-width: 100%;
  }
}
.entry .entry-content > *.alignfull,
.entry .entry-summary > *.alignfull {
  position: relative;
  width: 100%;
  max-width: 100%;
  left: 0;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content > *.alignfull,
  .entry .entry-summary > *.alignfull {
    padding-top: calc(2 * 1rem);
    padding-bottom: calc(2 * 1rem);
    left: -11%;
    width: 100vw;
    max-width: 100vw;
  }
}
.entry .entry-content > *.alignleft,
.entry .entry-summary > *.alignleft {
  float: left;
  max-width: 41.6666666667vw;
  margin-top: 0;
  margin-left: 0;
  margin-right: 1rem;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content > *.alignleft,
  .entry .entry-summary > *.alignleft {
    max-width: 33.3333333333vw;
    margin-right: calc(2 * 1rem);
  }
}
.entry .entry-content > *.alignright,
.entry .entry-summary > *.alignright {
  float: right;
  max-width: 41.6666666667vw;
  margin-top: 0;
  margin-right: 0;
  margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content > *.alignright,
  .entry .entry-summary > *.alignright {
    max-width: 33.3333333333vw;
    margin-right: 0;
    margin-left: calc(2 * 1rem);
  }
}
.entry .entry-content > *.aligncenter,
.entry .entry-summary > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content > *.aligncenter,
  .entry .entry-summary > *.aligncenter {
    max-width: calc(91.6666666667vw - 28px);
  }
}
@media only screen and (min-width: 1280px) {
  .entry .entry-content > *.aligncenter,
  .entry .entry-summary > *.aligncenter {
    max-width: calc(77.7958333333vw - 28px);
  }
}
@media only screen and (min-width: 1920px) {
  .entry .entry-content > *.aligncenter,
  .entry .entry-summary > *.aligncenter {
    max-width: calc(66.6666666667vw - 28px);
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content > *.aligncenter,
  .entry .entry-summary > *.aligncenter {
    margin-left: 0;
    margin-right: 0;
  }
}
.entry .entry-content .entry-content,
.entry .entry-content .entry-summary,
.entry .entry-content .entry,
.entry .entry-summary .entry-content,
.entry .entry-summary .entry-summary,
.entry .entry-summary .entry {
  margin: inherit;
  max-width: inherit;
  padding: inherit;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .entry-content,
  .entry .entry-content .entry-summary,
  .entry .entry-content .entry,
  .entry .entry-summary .entry-content,
  .entry .entry-summary .entry-summary,
  .entry .entry-summary .entry {
    margin: inherit;
    max-width: inherit;
    padding: inherit;
  }
}
.entry .entry-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}
.entry .entry-content p.has-background {
  padding: 20px 30px;
}
.entry .entry-content .wp-block-audio {
  width: 100%;
}
.entry .entry-content .wp-block-audio audio {
  width: 100%;
}
.entry .entry-content .wp-block-audio.alignleft audio,
.entry .entry-content .wp-block-audio.alignright audio {
  max-width: 198px;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-audio.alignleft audio,
  .entry .entry-content .wp-block-audio.alignright audio {
    max-width: 384px;
  }
}
@media only screen and (min-width: 1440px) {
  .entry .entry-content .wp-block-audio.alignleft audio,
  .entry .entry-content .wp-block-audio.alignright audio {
    max-width: 422.4px;
  }
}
.entry .entry-content .wp-block-video video {
  width: 100%;
}
.entry .entry-content .wp-block-button .wp-block-button__link {
  transition: background 150ms ease-in-out;
  border: none;
  font-size: 0.8em;
  font-family: "Rizoma L", serif;
  line-height: 1.2;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  padding: 0.76rem 1rem;
  outline: none;
  outline: none;
}
.entry .entry-content .wp-block-button .wp-block-button__link.has-background {
  color: #fff;
}
.entry
  .entry-content
  .wp-block-button
  .wp-block-button__link:not(.has-background) {
  background-color: #bd1187;
}
.entry
  .entry-content
  .wp-block-button
  .wp-block-button__link:not(.has-text-color) {
  color: #fff;
}
.entry .entry-content .wp-block-button .wp-block-button__link:hover {
  color: #f4f4f4;
  background: #161616;
  cursor: pointer;
}
.entry .entry-content .wp-block-button .wp-block-button__link:focus {
  color: #fff;
  background: #161616;
  outline: thin dotted;
  outline-offset: -4px;
}
.entry
  .entry-content
  .wp-block-button:not(.is-style-squared)
  .wp-block-button__link {
  border-radius: 5px;
}
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link,
.entry
  .entry-content
  .wp-block-button.is-style-outline
  .wp-block-button__link:focus,
.entry
  .entry-content
  .wp-block-button.is-style-outline
  .wp-block-button__link:active {
  transition: all 150ms ease-in-out;
  border-width: 2px;
  border-style: solid;
}
.entry
  .entry-content
  .wp-block-button.is-style-outline
  .wp-block-button__link:not(.has-background),
.entry
  .entry-content
  .wp-block-button.is-style-outline
  .wp-block-button__link:focus:not(.has-background),
.entry
  .entry-content
  .wp-block-button.is-style-outline
  .wp-block-button__link:active:not(.has-background) {
  background: transparent;
}
.entry
  .entry-content
  .wp-block-button.is-style-outline
  .wp-block-button__link:not(.has-text-color),
.entry
  .entry-content
  .wp-block-button.is-style-outline
  .wp-block-button__link:focus:not(.has-text-color),
.entry
  .entry-content
  .wp-block-button.is-style-outline
  .wp-block-button__link:active:not(.has-text-color) {
  color: #bd1187;
  border-color: currentColor;
}
.entry
  .entry-content
  .wp-block-button.is-style-outline
  .wp-block-button__link:hover {
  color: #fff;
  border-color: #161616;
}
.entry
  .entry-content
  .wp-block-button.is-style-outline
  .wp-block-button__link:hover:not(.has-background) {
  color: #161616;
}
.entry .entry-content .wp-block-archives,
.entry .entry-content .wp-block-categories,
.entry .entry-content .wp-block-latest-posts {
  padding: 0;
  list-style: none;
}
.entry .entry-content .wp-block-archives li,
.entry .entry-content .wp-block-categories li,
.entry .entry-content .wp-block-latest-posts li {
  color: #767676;
  font-family: "Rizoma L", serif;
  font-size: calc(16px * 1.25);
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 0.75rem;
}
.entry .entry-content .wp-block-archives li.menu-item-has-children,
.entry .entry-content .wp-block-archives li:last-child,
.entry .entry-content .wp-block-categories li.menu-item-has-children,
.entry .entry-content .wp-block-categories li:last-child,
.entry .entry-content .wp-block-latest-posts li.menu-item-has-children,
.entry .entry-content .wp-block-latest-posts li:last-child {
  padding-bottom: 0;
}
.entry .entry-content .wp-block-archives li a,
.entry .entry-content .wp-block-categories li a,
.entry .entry-content .wp-block-latest-posts li a {
  text-decoration: none;
}
.entry .entry-content .wp-block-archives.aligncenter,
.entry .entry-content .wp-block-categories.aligncenter {
  text-align: center;
}
.entry .entry-content .wp-block-categories ul {
  padding-top: 0.75rem;
}
.entry .entry-content .wp-block-categories li ul {
  list-style: none;
  padding-left: 0;
}
.entry .entry-content .wp-block-categories ul {
  counter-reset: submenu;
}
.entry .entry-content .wp-block-categories ul > li > a::before {
  font-family: "Sohne", sans-serif, "Helvetica Neue", sans-serif;
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}
.entry .entry-content .wp-block-latest-posts.is-grid li {
  border-top: 2px solid #aaa;
  padding-top: 1rem;
  margin-bottom: 2rem;
}
.entry .entry-content .wp-block-latest-posts.is-grid li a:after {
  content: "";
}
.entry .entry-content .wp-block-latest-posts.is-grid li:last-child {
  margin-bottom: auto;
}
.entry .entry-content .wp-block-latest-posts.is-grid li:last-child a:after {
  content: "";
}
.entry .entry-content .wp-block-preformatted {
  font-size: 0.64em;
  line-height: 1.8;
  padding: 1rem;
}
.entry .entry-content .wp-block-verse {
  font-family: "Sohne", sans-serif, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}
.entry .entry-content .has-drop-cap:not(:focus):first-letter {
  font-family: "Rizoma L", serif;
  font-size: 3.75em;
  line-height: 1;
  font-weight: bold;
  margin: 0 0.25em 0 0;
}
.entry .entry-content .wp-block-pullquote {
  border-color: transparent;
  border-width: 2px;
  padding: 1rem;
  color: #161616;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-columns {
    margin: 0 auto;
  }
}
.entry .entry-content .wp-block-quote,
.entry .entry-content .wp-block-pullquote blockquote {
  text-align: center;
  border-left: none;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 1124px) {
  .entry .entry-content .wp-block-quote,
  .entry .entry-content .wp-block-pullquote blockquote {
    text-align: right;
    padding-left: 0;
    padding-right: 0;
  }
}
.entry .entry-content .wp-block-quote:before,
.entry .entry-content .wp-block-pullquote blockquote:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 41.12 33.41%27%3E%3Cg fill=%27none%27 id=%27open-quote%27 data-name=%27open-quote%27%3E%3Cpath fill=%27currentColor%27 fill-rule=%27nonzero%27 d=%27M13.15.49c-7.49,7.3-4.22,16.8,5.57,20.73A9.5,9.5,0,0,1,9.89,33.41C4.51,33.41,0,29,0,22.56,0,15.74,5,5.86,12.58,0Zm22,0c-7.49,7.3-4.22,16.8,5.57,20.73a9.5,9.5,0,0,1-8.83,12.19C26.49,33.41,22,29,22,22.56,22,15.74,27,5.86,34.56,0Z%27/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0;
  width: 2rem;
  height: 2rem;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-quote:before,
  .entry .entry-content .wp-block-pullquote blockquote:before {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (min-width: 1124px) {
  .entry .entry-content .wp-block-quote:before,
  .entry .entry-content .wp-block-pullquote blockquote:before {
    margin: 0 0 0 auto;
  }
}
.entry .entry-content .wp-block-quote p,
.entry .entry-content .wp-block-pullquote blockquote p {
  line-height: 1.2em;
  font-family: "Rizoma L", serif;
  font-weight: 900;
  font-style: italic;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-quote p,
  .entry .entry-content .wp-block-pullquote blockquote p {
    font-size: 2.5em;
  }
}
.entry .entry-content .wp-block-quote cite,
.entry .entry-content .wp-block-pullquote blockquote cite {
  font-size: 0.8em;
  font-family: "Sohne", sans-serif;
  color: #2b2b2b;
  text-align: right;
  margin-top: calc(2 * 1rem + 2px);
}
.entry .entry-content .wp-block-quote cite:before,
.entry .entry-content .wp-block-pullquote blockquote cite:before {
  content: "";
  border-top: 2px solid #bd1187;
  width: calc(2 * 1rem);
  position: absolute;
  right: calc(1rem / 2);
  top: calc(1rem / 2);
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-quote cite:before,
  .entry .entry-content .wp-block-pullquote blockquote cite:before {
    right: 0;
    top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-quote cite,
  .entry .entry-content .wp-block-pullquote blockquote cite {
    font-size: 1.25em;
  }
}
.entry .entry-content .wp-block-quote.is-large,
.entry .entry-content .wp-block-quote.is-style-large,
.entry .entry-content .wp-block-pullquote blockquote.is-large,
.entry .entry-content .wp-block-pullquote blockquote.is-style-large {
  margin: 1rem 0;
  padding: 0 1rem;
}
@media screen and (min-width: 1124px) {
  .entry .entry-content .wp-block-quote.is-large,
  .entry .entry-content .wp-block-quote.is-style-large,
  .entry .entry-content .wp-block-pullquote blockquote.is-large,
  .entry .entry-content .wp-block-pullquote blockquote.is-style-large {
    padding: 0;
  }
}
.entry .entry-content .wp-block-quote.is-large p,
.entry .entry-content .wp-block-quote.is-style-large p,
.entry .entry-content .wp-block-pullquote blockquote.is-large p,
.entry .entry-content .wp-block-pullquote blockquote.is-style-large p {
  font-size: 1.875em;
  line-height: 1.2em;
  font-style: italic;
  margin-bottom: calc(2 * 1rem);
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-quote.is-large p,
  .entry .entry-content .wp-block-quote.is-style-large p,
  .entry .entry-content .wp-block-pullquote blockquote.is-large p,
  .entry .entry-content .wp-block-pullquote blockquote.is-style-large p {
    font-size: 2.5em;
    margin-bottom: calc(3 * 1rem);
  }
}
.entry .entry-content .wp-block-quote.is-large cite,
.entry .entry-content .wp-block-quote.is-large footer,
.entry .entry-content .wp-block-quote.is-style-large cite,
.entry .entry-content .wp-block-quote.is-style-large footer,
.entry .entry-content .wp-block-pullquote blockquote.is-large cite,
.entry .entry-content .wp-block-pullquote blockquote.is-large footer,
.entry .entry-content .wp-block-pullquote blockquote.is-style-large cite,
.entry .entry-content .wp-block-pullquote blockquote.is-style-large footer {
  padding-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-quote.is-large cite,
  .entry .entry-content .wp-block-quote.is-large footer,
  .entry .entry-content .wp-block-quote.is-style-large cite,
  .entry .entry-content .wp-block-quote.is-style-large footer,
  .entry .entry-content .wp-block-pullquote blockquote.is-large cite,
  .entry .entry-content .wp-block-pullquote blockquote.is-large footer,
  .entry .entry-content .wp-block-pullquote blockquote.is-style-large cite,
  .entry .entry-content .wp-block-pullquote blockquote.is-style-large footer {
    font-size: calc(1.5rem / (1.25 * 1.25));
  }
}
.entry .entry-content .wp-block-image {
  max-width: 100%;
}
.entry .entry-content .wp-block-image img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-image .aligncenter {
    max-width: calc(91.6666666667vw - 28px);
  }
}
@media only screen and (min-width: 1280px) {
  .entry .entry-content .wp-block-image .aligncenter {
    max-width: calc(77.7958333333vw - 28px);
  }
}
@media only screen and (min-width: 1920px) {
  .entry .entry-content .wp-block-image .aligncenter {
    max-width: calc(66.6666666667vw - 28px);
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-image .aligncenter {
    margin: 0;
    width: calc(91.6666666667vw - 28px);
  }
  .entry .entry-content .wp-block-image .aligncenter img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1280px) {
  .entry .entry-content .wp-block-image .aligncenter {
    width: calc(77.7958333333vw - 28px);
  }
  .entry .entry-content .wp-block-image .aligncenter img {
    margin: 0 auto;
  }
}
.entry .entry-content .wp-block-image.alignfull img {
  width: 100vw;
  max-width: calc(100% + 1rem);
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-image.alignfull img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.entry .entry-content .wp-block-cover-image,
.entry .entry-content .wp-block-cover {
  position: relative;
  padding: 1rem 0;
  min-height: 200px;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-cover-image,
  .entry .entry-content .wp-block-cover {
    padding: 1rem 10%;
    min-height: 475px;
  }
}
.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text,
.entry .entry-content .wp-block-cover-image .wp-block-cover-text,
.entry .entry-content .wp-block-cover-image h2,
.entry .entry-content .wp-block-cover .wp-block-cover-image-text,
.entry .entry-content .wp-block-cover .wp-block-cover-text,
.entry .entry-content .wp-block-cover h2 {
  font-family: "Rizoma L", serif;
  font-size: 1.875em;
  font-weight: bold;
  line-height: 1.25;
  padding: 0;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image h2,
  .entry .entry-content .wp-block-cover .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover .wp-block-cover-text,
  .entry .entry-content .wp-block-cover h2 {
    font-size: 2.5em;
    max-width: 100%;
  }
}
.entry .entry-content .wp-block-cover-image.alignleft,
.entry .entry-content .wp-block-cover-image.alignright,
.entry .entry-content .wp-block-cover.alignleft,
.entry .entry-content .wp-block-cover.alignright {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-cover-image.alignleft,
  .entry .entry-content .wp-block-cover-image.alignright,
  .entry .entry-content .wp-block-cover.alignleft,
  .entry .entry-content .wp-block-cover.alignright {
    padding: 1rem calc(2 * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .entry
    .entry-content
    .wp-block-cover-image.alignfull
    .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image.alignfull h2,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover.alignfull h2 {
    max-width: calc(91.6666666667vw - 28px);
  }
}
@media only screen and (min-width: 1280px) {
  .entry
    .entry-content
    .wp-block-cover-image.alignfull
    .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image.alignfull h2,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover.alignfull h2 {
    max-width: calc(77.7958333333vw - 28px);
  }
}
@media only screen and (min-width: 1920px) {
  .entry
    .entry-content
    .wp-block-cover-image.alignfull
    .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image.alignfull h2,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover.alignfull h2 {
    max-width: calc(66.6666666667vw - 28px);
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-cover-image.alignfull,
  .entry .entry-content .wp-block-cover.alignfull {
    padding-left: calc(10% + 58px + (2 * 1rem));
    padding-right: calc(10% + 58px + (2 * 1rem));
  }
  .entry
    .entry-content
    .wp-block-cover-image.alignfull
    .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image.alignfull h2,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover.alignfull h2 {
    padding: 0;
  }
}
.entry .entry-content .wp-block-gallery {
  list-style-type: none;
  padding-left: 0;
}
.entry .entry-content .wp-block-gallery .blocks-gallery-image:last-child,
.entry .entry-content .wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 1rem;
}
.entry .entry-content .wp-block-gallery figcaption a {
  color: #f9f9f9;
}
.entry .entry-content .wp-block-gallery .blocks-gallery-item figure {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.entry .entry-content .wp-block-gallery .blocks-gallery-item figure img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.entry .entry-content .picture figcaption,
.entry .entry-content .wp-block-audio figcaption,
.entry .entry-content .wp-block-video figcaption,
.entry .entry-content .wp-block-image figcaption,
.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 0.64em;
  font-family: "Sohne", sans-serif;
  font-weight: 500;
  color: #aaa;
  text-transform: uppercase;
  line-height: 1.4;
  margin: 0;
  padding: 0.5rem;
  text-align: right;
}
.entry .entry-content .wp-block-separator,
.entry .entry-content hr {
  background-color: #767676;
  border: 0;
  height: 2px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  max-width: 2.25em;
  text-align: left;
}
.entry .entry-content .wp-block-separator.is-style-wide,
.entry .entry-content hr.is-style-wide {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-separator.is-style-wide,
  .entry .entry-content hr.is-style-wide {
    max-width: calc(91.6666666667vw - 28px);
  }
}
@media only screen and (min-width: 1280px) {
  .entry .entry-content .wp-block-separator.is-style-wide,
  .entry .entry-content hr.is-style-wide {
    max-width: calc(77.7958333333vw - 28px);
  }
}
@media only screen and (min-width: 1920px) {
  .entry .entry-content .wp-block-separator.is-style-wide,
  .entry .entry-content hr.is-style-wide {
    max-width: calc(66.6666666667vw - 28px);
  }
}
.entry .entry-content .wp-block-separator.is-style-dots,
.entry .entry-content hr.is-style-dots {
  max-width: 100%;
  background-color: inherit;
  border: inherit;
  height: inherit;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-separator.is-style-dots,
  .entry .entry-content hr.is-style-dots {
    max-width: calc(91.6666666667vw - 28px);
  }
}
@media only screen and (min-width: 1280px) {
  .entry .entry-content .wp-block-separator.is-style-dots,
  .entry .entry-content hr.is-style-dots {
    max-width: calc(77.7958333333vw - 28px);
  }
}
@media only screen and (min-width: 1920px) {
  .entry .entry-content .wp-block-separator.is-style-dots,
  .entry .entry-content hr.is-style-dots {
    max-width: calc(66.6666666667vw - 28px);
  }
}
.entry .entry-content .wp-block-separator.is-style-dots:before,
.entry .entry-content hr.is-style-dots:before {
  color: #767676;
  font-size: 1.875em;
  letter-spacing: 0.8em;
  padding-left: 0.8em;
}
.entry .entry-content .wp-block-separator + h1:before,
.entry .entry-content .wp-block-separator + h2:before,
.entry .entry-content hr + h1:before,
.entry .entry-content hr + h2:before {
  display: none;
}
.entry .entry-content .wp-block-embed-twitter {
  word-break: break-word;
}
.entry .entry-content .wp-block-table th,
.entry .entry-content .wp-block-table td {
  border-color: #767676;
}
.entry .entry-content .wp-block-file {
  font-family: "Rizoma L", serif;
}
.entry .entry-content .wp-block-code {
  border-radius: 0;
}
.entry .entry-content .wp-block-code code {
  font-size: 1.25em;
  white-space: pre-wrap;
  word-break: break-word;
}
.page .has-small-font-size {
  font-size: 0.8em;
}
.page .has-normal-font-size {
  font-size: 1.25em;
}
.page .has-large-font-size {
  font-size: 1.875em;
}
.page .has-huge-font-size {
  font-size: 2.5em;
}
.page .has-text-align-center {
  text-align: center;
}
.page .has-primary-background-color,
.page .has-secondary-background-color,
.page .has-dark-gray-background-color,
.page .has-light-gray-background-color {
  color: #fff;
}
.page .has-primary-background-color p,
.page .has-primary-background-color h1,
.page .has-primary-background-color h2,
.page .has-primary-background-color h3,
.page .has-primary-background-color h4,
.page .has-primary-background-color h5,
.page .has-primary-background-color h6,
.page .has-primary-background-color a,
.page .has-secondary-background-color p,
.page .has-secondary-background-color h1,
.page .has-secondary-background-color h2,
.page .has-secondary-background-color h3,
.page .has-secondary-background-color h4,
.page .has-secondary-background-color h5,
.page .has-secondary-background-color h6,
.page .has-secondary-background-color a,
.page .has-dark-gray-background-color p,
.page .has-dark-gray-background-color h1,
.page .has-dark-gray-background-color h2,
.page .has-dark-gray-background-color h3,
.page .has-dark-gray-background-color h4,
.page .has-dark-gray-background-color h5,
.page .has-dark-gray-background-color h6,
.page .has-dark-gray-background-color a,
.page .has-light-gray-background-color p,
.page .has-light-gray-background-color h1,
.page .has-light-gray-background-color h2,
.page .has-light-gray-background-color h3,
.page .has-light-gray-background-color h4,
.page .has-light-gray-background-color h5,
.page .has-light-gray-background-color h6,
.page .has-light-gray-background-color a {
  color: #fff;
}
.page .has-white-background-color {
  color: #161616;
}
.page .has-white-background-color p,
.page .has-white-background-color h1,
.page .has-white-background-color h2,
.page .has-white-background-color h3,
.page .has-white-background-color h4,
.page .has-white-background-color h5,
.page .has-white-background-color h6,
.page .has-white-background-color a {
  color: #161616;
}
.page .has-primary-background-color,
.page .wp-block-pullquote.is-style-solid-color.has-primary-background-color {
  background-color: #bd1187;
}
.page .has-secondary-background-color,
.page .wp-block-pullquote.is-style-solid-color.has-secondary-background-color {
  background-color: #8e0d66;
}
.page .has-dark-gray-background-color,
.page .wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color {
  background-color: #161616;
}
.page .has-light-gray-background-color,
.page .wp-block-pullquote.is-style-solid-color.has-light-gray-background-color {
  background-color: #767676;
}
.page .has-white-background-color,
.page .wp-block-pullquote.is-style-solid-color.has-white-background-color {
  background-color: #fff;
}
.pubstack-section-heading {
  font-size: 20px;
  letter-spacing: 0.25em;
  line-height: 1;
  margin: 0 0 25px;
  text-align: center;
  text-transform: uppercase;
}
.pubstack-section-heading::after {
  content: ".";
  display: inline-block;
  font-family: "serif";
  font-size: 2rem;
  line-height: 0;
}
@media only screen and (min-width: 768px) {
  .pubstack-section-heading {
    font-size: 2.375rem;
    letter-spacing: 5px;
  }
  .pubstack-section-heading::after {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .pubstack-section-heading {
    font-size: 38px;
    margin-bottom: 3rem;
  }
}
.pubstack-section-heading a {
  color: inherit !important;
  text-decoration: none !important;
}
.see-all {
  text-align: center;
  margin: 22px 0 0;
  font-family: "Sohne", sans-serif;
}
@media only screen and (min-width: 768px) {
  .see-all {
    margin-top: 3rem;
  }
}
.see-all a {
  color: inherit;
  text-transform: capitalize;
  font-size: calc(16px - 2px);
  font-weight: 300;
  display: inline-flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .see-all a {
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1440px) {
  .see-all a {
    font-size: calc(16px - 2px);
  }
}
.see-all a:after {
  content: "";
  background: url(593452e6b0f265fba4d4.png) no-repeat center/contain;
  display: inline-block;
  width: 15px;
  height: 14px;
  margin-left: 0.5rem;
}
.accent {
  font-size: 20px;
  letter-spacing: 0.25em;
  line-height: 1;
  margin: 0 0 25px;
  text-align: center;
  text-transform: uppercase;
}
.accent::after {
  content: ".";
  display: inline-block;
  font-family: "serif";
  font-size: 2rem;
  line-height: 0;
}
@media only screen and (min-width: 768px) {
  .accent {
    font-size: 2.375rem;
    letter-spacing: 10px;
  }
  .accent::after {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .accent {
    font-size: 38px;
    margin-bottom: 3rem;
  }
}
.accent a {
  color: inherit !important;
  text-decoration: none !important;
}
.wp-block-essence-podcast,
.essence-podcast {
  margin: 0 auto;
  padding: 2rem 0;
  color: #fff;
  background: #161616;
}
@media only screen and (min-width: 768px) {
  .wp-block-essence-podcast,
  .essence-podcast {
    padding: 5rem 0;
  }
}
.wp-block-essence-podcast h3.essence-podcast__headline.accent,
.essence-podcast h3.essence-podcast__headline.accent {
  font-size: 20px;
  letter-spacing: 0.25em;
  line-height: 1;
  margin: 0 0 25px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 2rem;
  padding: 2rem 0 0;
}
.wp-block-essence-podcast h3.essence-podcast__headline.accent::after,
.essence-podcast h3.essence-podcast__headline.accent::after {
  content: ".";
  display: inline-block;
  font-family: "serif";
  font-size: 2rem;
  line-height: 0;
}
@media only screen and (min-width: 768px) {
  .wp-block-essence-podcast h3.essence-podcast__headline.accent,
  .essence-podcast h3.essence-podcast__headline.accent {
    font-size: 2.375rem;
    letter-spacing: 10px;
  }
  .wp-block-essence-podcast h3.essence-podcast__headline.accent::after,
  .essence-podcast h3.essence-podcast__headline.accent::after {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-essence-podcast h3.essence-podcast__headline.accent,
  .essence-podcast h3.essence-podcast__headline.accent {
    font-size: 38px;
    margin-bottom: 3rem;
  }
}
.wp-block-essence-podcast h3.essence-podcast__headline.accent a,
.essence-podcast h3.essence-podcast__headline.accent a {
  color: inherit !important;
  text-decoration: none !important;
}
.wp-block-essence-podcast h3.essence-podcast__headline.accent a,
.essence-podcast h3.essence-podcast__headline.accent a {
  color: #fff;
}
.wp-block-essence-podcast-container-wrapper,
.essence-podcast-container-wrapper {
  margin: 2rem auto;
}
@media only screen and (min-width: 768px) {
  .wp-block-essence-podcast-container-wrapper,
  .essence-podcast-container-wrapper {
    max-width: calc(91.6666666667vw - 28px);
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block-essence-podcast-container-wrapper,
  .essence-podcast-container-wrapper {
    max-width: calc(77.7958333333vw - 28px);
  }
}
@media only screen and (min-width: 1920px) {
  .wp-block-essence-podcast-container-wrapper,
  .essence-podcast-container-wrapper {
    max-width: calc(66.6666666667vw - 28px);
  }
}
.wp-block-essence-podcast-container-wrapper .essence-podcast-item,
.essence-podcast-container-wrapper .essence-podcast-item {
  height: 0;
  width: 100%;
  padding-top: 100%;
}
.wp-block-essence-podcast-container-wrapper .essence-podcast-item:after,
.essence-podcast-container-wrapper .essence-podcast-item:after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2757.34%27 height=%2750%27%3E%3Cpath fill=%27%23fff%27 data-name=%27Icon Podcast%27 d=%27M40.46 28.89v-2.75H38.3v3.32h-5.25v-8.87a4.375 4.375 0 1 0-8.75 0v8.87h-5.25v-3.32h-2.16v2.75A11.876 11.876 0 0 0 27.1 40.65l.49.06v7.52h2.16v-7.52l.5-.06a11.876 11.876 0 0 0 10.21-11.76zm-14-8.3a2.215 2.215 0 1 1 4.43 0v9.13a2.215 2.215 0 1 1-4.43 0v-9.13zm7.69 16.26a9.5 9.5 0 0 1-10.96 0 9.714 9.714 0 0 1-3.47-4.43l-.31-.78h5.32l.16.28a4.346 4.346 0 0 0 7.57 0l.16-.28h5.31l-.3.78a9.669 9.669 0 0 1-3.48 4.43zm13.72-7.96a19.324 19.324 0 0 0-5.62-13.68 19.133 19.133 0 0 0-27.15 0 19.46 19.46 0 0 0 0 27.36l.76.76 1.53-1.53-.76-.78a17.035 17.035 0 1 1 24.09 0l-.77.78 1.53 1.53.77-.76a19.324 19.324 0 0 0 5.62-13.68zm1.07-20.44a28.537 28.537 0 0 0-40.54 0 29.045 29.045 0 0 0 0 40.84l.71.72 1.42-1.43-.71-.72a26.665 26.665 0 1 1 37.71 0l-.71.72 1.41 1.43.71-.72a29.02 29.02 0 0 0 0-40.84z%27/%3E%3C/svg%3E");
  z-index: 1;
  right: 1rem;
  top: 1rem;
}
.wp-block-essence-podcast-container-wrapper .essence-podcast-item h4,
.wp-block-essence-podcast-container-wrapper .essence-podcast-item .description,
.essence-podcast-container-wrapper .essence-podcast-item h4,
.essence-podcast-container-wrapper .essence-podcast-item .description {
  text-align: left;
  font-family: "Sohne", sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  text-transform: none;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
.wp-block-essence-podcast-container-wrapper .essence-podcast-item h4,
.essence-podcast-container-wrapper .essence-podcast-item h4 {
  margin-bottom: 0;
  bottom: calc(2.5 * 1rem);
}
.wp-block-essence-podcast-container-wrapper .essence-podcast-item:before,
.essence-podcast-container-wrapper .essence-podcast-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent 10%, #3421e5 100%);
  opacity: 0.7;
  z-index: 2;
}
.wp-block-columns {
  margin: calc(2 * 1rem) auto;
}
@media only screen and (min-width: 768px) {
  .wp-block-columns {
    max-width: calc(91.6666666667vw - 28px);
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block-columns {
    max-width: calc(77.7958333333vw - 28px);
  }
}
@media only screen and (min-width: 1920px) {
  .wp-block-columns {
    max-width: calc(66.6666666667vw - 28px);
  }
}
.wp-block-columns.alignfull {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 1124px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
  .wp-block-columns .wp-block-column > *:first-child {
    margin-top: 0;
  }
  .wp-block-columns .wp-block-column > *:last-child {
    margin-bottom: 0;
  }
  .wp-block-columns[class*="has-"] > *:last-child {
    margin-right: 0;
  }
  .wp-block-columns.alignfull,
  .wp-block-columns.alignfull .wp-block-column {
    padding-left: calc(2 * 1rem);
    padding-right: calc(2 * 1rem);
  }
}
.wp-block-column {
  margin: 1rem;
}
@media screen and (min-width: 1124px) {
  .wp-block-column {
    margin: 0;
  }
  .wp-block-column:not(:last-child) {
    margin-right: calc(1rem / 2);
  }
  .wp-block-column:not(:first-child) {
    margin-left: calc(1rem / 2);
  }
}
.essence-card-image-wrapper {
  position: relative;
}
.essence-card h4 {
  font-family: "Sohne", sans-serif;
}
.essence-card-link {
  font-weight: 700;
  float: right;
  text-transform: uppercase;
}
.essence-card-link:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 width=%2716%27 height=%2715.34%27 viewBox=%270 0 16 15.34%27%3E%3Cdefs%3E%3Cstyle%3E .cls-1 { filter: url%28%23filter%29; } .cls-2 { fill: %23fff; fill-rule: evenodd; } %3C/style%3E%3Cfilter id=%27filter%27 filterUnits=%27userSpaceOnUse%27%3E%3CfeFlood result=%27flood%27 flood-color=%27%23bd1187%27/%3E%3CfeComposite result=%27composite%27 operator=%27in%27 in2=%27SourceGraphic%27/%3E%3CfeBlend result=%27blend%27 in2=%27SourceGraphic%27/%3E%3C/filter%3E%3C/defs%3E%3Cg id=%27_-_%27 data-name=%27->%27 class=%27cls-1%27%3E%3Cpath class=%27cls-2%27 d=%27M1744,6172.67h14.17v1.98H1744v-1.98Z%27 transform=%27translate%28-1744 -6166%29%27/%3E%3Cg id=%27Groupe_13%27 data-name=%27Groupe 13%27%3E%3Cpath id=%27Rectangle_1007_copie%27 data-name=%27Rectangle 1007 copie%27 class=%27cls-2%27 d=%27M1752.37,6166l7.63,7.55-1.43,1.42-7.63-7.55Z%27 transform=%27translate%28-1744 -6166%29%27/%3E%3Cpath id=%27Rectangle_1007_copie_2%27 data-name=%27Rectangle 1007 copie 2%27 class=%27cls-2%27 d=%27M1750.75,6179.96l7.38-7.3,1.38,1.37-7.38,7.3Z%27 transform=%27translate%28-1744 -6166%29%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 0.5rem;
}
.essence-card-image-container {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.essence-card-content {
  padding: calc(1rem * 2);
}
.essence-card p.essence-tagline {
  font-size: 0.8em;
}
.essence-card .essence-card-des,
.essence-card .essence-card-link {
  display: inline-block;
}
.essence-card p.essence-card-des {
  font-weight: 500;
  font-size: 1.25em;
  margin-right: calc(1rem / 4);
}
.essence-card.essence-design-plain .essence-card-image-container:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent 10%, #3421e5 100%);
  opacity: 0.7;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .essence-card.essence-design-plain .essence-card-image-container {
    height: 200px;
  }
}
@media only screen and (min-width: 1280px) {
  .essence-card.essence-design-plain .essence-card-image-container {
    height: 300px;
  }
}
.essence-feature.essence-has-background {
  border-radius: 0;
}
.essence-feature.essence-invert .essence-feature-image-side {
  margin-left: 0;
}
.essence-feature .essence-feature-wrapper {
  justify-content: space-between;
}
.essence-feature .essence-feature-wrapper h2 {
  font-family: "Sohne", sans-serif;
  font-size: 1.25em;
}
.essence-feature-content,
.essence-feature-image-side {
  width: 100%;
  padding-top: 100%;
  position: relative;
  max-height: none;
}
@media only screen and (min-width: 768px) {
  .essence-feature-content,
  .essence-feature-image-side {
    width: 50%;
    padding-top: 50%;
  }
}
.essence-feature-image-side {
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
}
.essence-feature-image-side img {
  flex-shrink: 0;
  position: absolute;
  max-height: none;
  max-width: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .essence-feature-image-side {
    padding-left: inherit;
    padding-right: inherit;
  }
}
.essence-feature-content {
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  .essence-feature-content {
    padding: calc(2.5 * 1rem);
  }
}
.essence-feature-shop-info {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: bottom;
  margin: auto 0 1rem;
}
.essence-feature-price {
  font-size: 1.875em;
  font-weight: 700;
}
.essence-feature-link {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  align-self: center;
}
.essence-feature-link:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 width=%2716%27 height=%2715.34%27 viewBox=%270 0 16 15.34%27%3E%3Cdefs%3E%3Cstyle%3E .cls-1 { filter: url%28%23filter%29; } .cls-2 { fill: %23fff; fill-rule: evenodd; } %3C/style%3E%3Cfilter id=%27filter%27 filterUnits=%27userSpaceOnUse%27%3E%3CfeFlood result=%27flood%27 flood-color=%27%23bd1187%27/%3E%3CfeComposite result=%27composite%27 operator=%27in%27 in2=%27SourceGraphic%27/%3E%3CfeBlend result=%27blend%27 in2=%27SourceGraphic%27/%3E%3C/filter%3E%3C/defs%3E%3Cg id=%27_-_%27 data-name=%27->%27 class=%27cls-1%27%3E%3Cpath class=%27cls-2%27 d=%27M1744,6172.67h14.17v1.98H1744v-1.98Z%27 transform=%27translate%28-1744 -6166%29%27/%3E%3Cg id=%27Groupe_13%27 data-name=%27Groupe 13%27%3E%3Cpath id=%27Rectangle_1007_copie%27 data-name=%27Rectangle 1007 copie%27 class=%27cls-2%27 d=%27M1752.37,6166l7.63,7.55-1.43,1.42-7.63-7.55Z%27 transform=%27translate%28-1744 -6166%29%27/%3E%3Cpath id=%27Rectangle_1007_copie_2%27 data-name=%27Rectangle 1007 copie 2%27 class=%27cls-2%27 d=%27M1750.75,6179.96l7.38-7.3,1.38,1.37-7.38,7.3Z%27 transform=%27translate%28-1744 -6166%29%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 0.5rem;
}
.entry-meta {
  text-transform: uppercase;
  font-family: "Sohne", sans-serif;
  color: #2b2b2b;
  font-size: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.1px;
}
@media only screen and (min-width: 768px) {
  .entry-meta {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1440px) {
  .entry-meta {
    font-size: 0.625rem;
  }
}
.entry-meta__sep {
  color: #bd1187 !important;
  margin: 0px 0.25em 0.2em;
  font-size: 2em;
  line-height: 0;
  vertical-align: middle;
  display: inline-block;
}
