.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
        .glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
        .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
    .gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
        .desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
        .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
        /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
    .desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
    .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
    .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}


/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
    .glightbox-closing .gprev,
    .glightbox-closing .gclose {
  opacity: 0 !important;
}


/*Skin */

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}


/*CSS Animations*/

.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
                .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
    .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}

@font-face{font-family:"Balboa";font-style:normal;font-weight:700;font-display:swap;src:url("https://live-essenceweb.s3.amazonaws.com/uploads/fonts/Balboa-Bold.otf") format("opentype")}@font-face{font-family:"Balboa";font-style:normal;font-weight:300;font-display:swap;src:url("https://live-essenceweb.s3.amazonaws.com/uploads/fonts/Balboa-Light.otf") format("opentype")}@font-face{font-family:"Balboa";font-style:normal;font-weight:900;font-display:swap;src:url("https://live-essenceweb.s3.amazonaws.com/uploads/fonts/Balboa-Black.otf") format("opentype")}@font-face{font-family:"Balboa";font-style:normal;font-weight:100;font-display:swap;src:url("https://live-essenceweb.s3.amazonaws.com/uploads/fonts/Balboa-UltraLight.otf") format("opentype")}@font-face{font-family:"Balboa";font-style:normal;font-weight:500;font-display:swap;src:url("https://live-essenceweb.s3.amazonaws.com/uploads/fonts/Balboa-Medium.otf") format("opentype")}article.of_the_essence{padding-bottom:2rem}article.of_the_essence .article__header{padding:0px !important}article.of_the_essence .recommended-posts-slider__volume,article.of_the_essence .article__recommended-title,article.of_the_essence .article__content .wp-block-quote,article.of_the_essence .article__meta,article.of_the_essence .article__deck,article.of_the_essence .article__title,article.of_the_essence .article__header-bar{letter-spacing:.035rem;font-family:"Balboa",sans-serif;text-transform:uppercase}article.of_the_essence img{display:block;height:auto;width:100%}article.of_the_essence .article__header-bar{font-size:18px;font-weight:500;line-height:1.2;align-items:center;background-color:#000;color:#fff;display:flex;padding:1.5rem 1rem;text-transform:lowercase}@media only screen and (min-width: 768px){article.of_the_essence .article__header-bar{font-size:24px}}@media only screen and (min-width: 1280px){article.of_the_essence .article__header-bar{font-size:36px}}@media only screen and (min-width: 1440px){article.of_the_essence .article__header-bar{font-size:45px}}@media only screen and (max-width: 767px){article.of_the_essence .article__header-bar{font-size:15px}}@media only screen and (min-width: 768px){article.of_the_essence .article__header-bar{padding:1.5rem 5rem}}@media only screen and (min-width: 1280px){article.of_the_essence .article__header-bar{padding:1.5rem 9rem}}article.of_the_essence .article__header-bar-volume{font-weight:500}article.of_the_essence .article__header-bar-issue,article.of_the_essence .article__header-bar-month{font-weight:100}article.of_the_essence .article__header-bar-logo{margin-left:auto;height:2.5rem;width:auto}@media only screen and (min-width: 768px){article.of_the_essence .article__header-bar-logo{height:5rem}}article.of_the_essence .article__hero img{max-height:1080px;object-fit:cover}article.of_the_essence .article__headline{margin:40px auto;text-align:center;margin-bottom:0 !important}@media only screen and (min-width: 768px){article.of_the_essence .article__headline{margin:56px auto}}@media only screen and (min-width: 1280px){article.of_the_essence .article__headline{margin:75px auto}}@media only screen and (min-width: 1124px){article.of_the_essence .article__headline{max-width:80%}}@media only screen and (min-width: 1280px){article.of_the_essence .article__headline{max-width:650px}}@media only screen and (min-width: 1440px){article.of_the_essence .article__headline{max-width:820px}}article.of_the_essence .article__title{font-size:32px;font-weight:700;line-height:1;margin-bottom:20px}@media only screen and (min-width: 768px){article.of_the_essence .article__title{font-size:48px}}@media only screen and (min-width: 1280px){article.of_the_essence .article__title{font-size:72px}}@media only screen and (min-width: 1440px){article.of_the_essence .article__title{font-size:90px}}@media only screen and (min-width: 768px){article.of_the_essence .article__title{margin-bottom:24px}}article.of_the_essence .article__deck{font-size:16px;font-weight:500;line-height:1.2;font-weight:300;margin-bottom:24px;text-transform:initial}@media only screen and (min-width: 768px){article.of_the_essence .article__deck{font-size:20px}}@media only screen and (min-width: 1280px){article.of_the_essence .article__deck{font-size:28px}}@media only screen and (min-width: 1440px){article.of_the_essence .article__deck{font-size:36px}}@media only screen and (min-width: 768px){article.of_the_essence .article__deck{margin-bottom:36px}}article.of_the_essence .article__meta{font-size:16px;font-weight:500;line-height:1.2;font-family:"Sohne",sans-serif;font-size:1rem;line-height:1.2;text-align:center;margin-bottom:40px}@media only screen and (min-width: 768px){article.of_the_essence .article__meta{font-size:20px}}@media only screen and (min-width: 1280px){article.of_the_essence .article__meta{font-size:28px}}@media only screen and (min-width: 1440px){article.of_the_essence .article__meta{font-size:36px}}@media only screen and (min-width: 768px){article.of_the_essence .article__meta{font-size:1.5rem;margin-bottom:75px}}article.of_the_essence .article__content{margin:0 auto;padding:0 1rem;line-height:1.875}@media only screen and (min-width: 1124px){article.of_the_essence .article__content{max-width:1364px;padding:0;width:70%}}@media only screen and (max-width: 767px){article.of_the_essence .article__content{font-size:.875rem}}article.of_the_essence .article__content p,article.of_the_essence .article__content ul,article.of_the_essence .article__content ol{margin:0 0 2em}article.of_the_essence .article__content ul,article.of_the_essence .article__content ol{font-weight:500}article.of_the_essence .article__content ul{padding-left:2rem}article.of_the_essence .article__content ul ul{margin:.5rem 0}article.of_the_essence .article__content ol{counter-reset:item;list-style:none;padding:0}article.of_the_essence .article__content ol ol{margin:.5rem 0}article.of_the_essence .article__content ol>li{counter-increment:item;padding:0 0 0 2.5em;text-indent:-1.5em}article.of_the_essence .article__content ol>li:before{content:counter(item) ".";display:inline-block;font-weight:bold;text-indent:initial;width:1.5em}article.of_the_essence .article__content figcaption{color:#aaa;font-size:.65rem;font-weight:500;line-height:1.4;margin:0;padding:.5rem;text-align:right;text-transform:uppercase}article.of_the_essence .article__content .wp-block-quote{font-size:18px;font-weight:500;line-height:1.2;margin:40px auto;border:0;padding:0;text-align:center}@media only screen and (min-width: 768px){article.of_the_essence .article__content .wp-block-quote{font-size:24px}}@media only screen and (min-width: 1280px){article.of_the_essence .article__content .wp-block-quote{font-size:36px}}@media only screen and (min-width: 1440px){article.of_the_essence .article__content .wp-block-quote{font-size:45px}}@media only screen and (min-width: 768px){article.of_the_essence .article__content .wp-block-quote{margin:56px auto}}@media only screen and (min-width: 1280px){article.of_the_essence .article__content .wp-block-quote{margin:75px auto}}article.of_the_essence .article__content .wp-block-quote p{margin:0}article.of_the_essence .article__content .wp-block-quote p:before{content:"“"}article.of_the_essence .article__content .wp-block-quote p:after{content:"”"}article.of_the_essence .article__content .wp-block-quote p strong{background-color:#fefe60;font-weight:900}article.of_the_essence .article__content .wp-block-quote cite{display:block;font-size:12px;margin-top:10px}@media only screen and (min-width: 768px){article.of_the_essence .article__content .wp-block-quote cite{font-size:1rem}}article.of_the_essence .article__content .wp-block-quote cite:before{left:50%;top:0;transform:translateX(-50%)}article.of_the_essence .article__content .wp-block-image{margin:40px auto}@media only screen and (min-width: 768px){article.of_the_essence .article__content .wp-block-image{margin:56px auto}}@media only screen and (min-width: 1280px){article.of_the_essence .article__content .wp-block-image{margin:75px auto}}@media only screen and (min-width: 768px){article.of_the_essence .article__content .wp-block-image{max-width:80%}}article.of_the_essence .article__recommended-header{margin:0 auto;padding:0 1rem;margin-top:60px}@media only screen and (min-width: 1124px){article.of_the_essence .article__recommended-header{max-width:1364px;padding:0;width:70%}}article.of_the_essence .article__recommended-header:before{border-top:2px solid #161616;content:"";display:block}@media only screen and (min-width: 1124px){article.of_the_essence .article__recommended-header:before{margin-left:-10%;margin-right:-10%}}article.of_the_essence .article__recommended-title{margin:40px auto;font-size:18px;font-weight:500;line-height:1.2;text-align:center;font-weight:700}@media only screen and (min-width: 768px){article.of_the_essence .article__recommended-title{margin:56px auto}}@media only screen and (min-width: 1280px){article.of_the_essence .article__recommended-title{margin:75px auto}}@media only screen and (min-width: 768px){article.of_the_essence .article__recommended-title{font-size:24px}}@media only screen and (min-width: 1280px){article.of_the_essence .article__recommended-title{font-size:36px}}@media only screen and (min-width: 1440px){article.of_the_essence .article__recommended-title{font-size:45px}}article.of_the_essence .gallery-slider{margin:40px auto;--swiper-theme-color: #161616}@media only screen and (min-width: 768px){article.of_the_essence .gallery-slider{margin:56px auto}}@media only screen and (min-width: 1280px){article.of_the_essence .gallery-slider{margin:75px auto}}@media only screen and (min-width: 1124px){article.of_the_essence .gallery-slider{margin-left:-10%;margin-right:-10%}}article.of_the_essence .gallery-slider__pagination{display:flex;justify-content:center;margin-top:16px}article.of_the_essence .gallery-slider img{aspect-ratio:3/4}@media only screen and (min-width: 768px){article.of_the_essence .gallery-slider img{aspect-ratio:4/3}}article.of_the_essence .gallery-slider .swiper-pagination-bullet{height:12px;width:12px}@media only screen and (min-width: 768px){article.of_the_essence .gallery-slider .swiper-pagination-bullet{height:16px;margin:10px;width:16px}}article.of_the_essence .recommended-posts-slider{position:relative}article.of_the_essence .recommended-posts-slider .swiper-slide{background-color:#161616}article.of_the_essence .recommended-posts-slider .swiper-slide:not(.swiper-slide-active){opacity:.5}article.of_the_essence .recommended-posts-slider__img{position:relative;padding-top:60%}article.of_the_essence .recommended-posts-slider__img img{bottom:0;left:0;position:absolute;right:0;top:0;width:100%;height:100%;object-fit:cover}article.of_the_essence .recommended-posts-slider__volume{font-size:16px;font-weight:500;line-height:1.2;background:url(https://www.essence.com/dist/essence/99de44a0df2e52d69894.png) no-repeat center/contain;bottom:.5rem;color:#fff;left:50%;padding:.7em 1.5em .5em;position:absolute;transform:translateX(-50%);white-space:nowrap}@media only screen and (min-width: 768px){article.of_the_essence .recommended-posts-slider__volume{font-size:20px}}@media only screen and (min-width: 1280px){article.of_the_essence .recommended-posts-slider__volume{font-size:28px}}@media only screen and (min-width: 1440px){article.of_the_essence .recommended-posts-slider__volume{font-size:36px}}@media only screen and (min-width: 768px){article.of_the_essence .recommended-posts-slider__volume{bottom:1rem}}article.of_the_essence .recommended-posts-slider__prev,article.of_the_essence .recommended-posts-slider__next{bottom:0;background:transparent;color:#161616;font-size:32px;font-weight:200;padding-left:10%;padding-right:10%;position:absolute;top:0;width:25%;z-index:1}@media only screen and (min-width: 768px){article.of_the_essence .recommended-posts-slider__prev,article.of_the_essence .recommended-posts-slider__next{font-size:60px}}@media only screen and (min-width: 1124px){article.of_the_essence .recommended-posts-slider__prev,article.of_the_essence .recommended-posts-slider__next{font-size:100px}}article.of_the_essence .recommended-posts-slider__prev{left:0}article.of_the_essence .recommended-posts-slider__next{right:0}article.of_the_essence .icon-bar--desktop{background-color:rgba(255,255,255,.1);border-radius:7px;margin:1rem 0 -280px 2rem;padding:8px;width:fit-content}article.of_the_essence .icon-bar--desktop a:last-child{margin-bottom:0}.glightbox-clean .gslide-title{color:#aaa;font-size:.65rem;font-weight:500;line-height:1.4;margin:0;padding:.5rem;text-align:right;text-transform:uppercase;font-family:inherit;margin:0}.glightbox-clean .gdesc-inner{padding:.5rem}
