/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/src/sass/style.scss ***!
  \*******************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**** COLOUR PALETTE ****/
/************************* GLOBAL CSS *************************/
html {
  font-family: "roc-grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "salt" 1;
}

@media (max-width: 1500px) {
  html {
    font-size: 14px;
  }
}
@media (max-height: 910px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  html {
    font-size: 12px !important;
  }
}
/** {outline: 0;}*/
body {
  box-sizing: border-box;
  color: #2E2A39;
  display: block;
  margin: 0;
  min-width: 320px;
  position: relative;
  width: 100%;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

html:not(.printer-friendly) body {
  background-color: #F4F1E9;
}

a, i, button, label {
  color: inherit;
  text-decoration: none;
}

html.no-scroll,
html.no-scroll body {
  overflow: hidden !important;
}

/**:focus:not(:hover) {
	-webkit-box-shadow:inset 0 0 0 2px $color-coal;
			box-shadow:inset 0 0 0 2px $color-coal;
}*/
/************************* IMAGERY *************************/
img {
  border: 0;
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}

figure,
picture {
  display: block;
  margin: 0;
  overflow: hidden;
  position: relative;
}

figure:not(.uncropped):not(.wp-caption) img {
  height: calc(100% + 2px) !important;
  width: calc(100% + 2px) !important;
  image-rendering: auto;
  opacity: 1;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

figure.uncropped img {
  display: block;
  height: auto !important;
  width: 100%;
}

.wp-caption {
  width: 100% !important;
}

.wp-caption img {
  display: block;
  height: auto !important;
  width: 100%;
}

figure.fallback {
  background-size: cover !important;
  background-position: center !important;
}

figure.fallback img {
  display: none !important;
}

figure figcaption {
  color: #2E2A39;
  display: block;
  font-size: 1rem;
  line-height: 160%;
  margin-top: 1rem;
}

#skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#skip:focus {
  background: #B2E7F7;
  align-items: center;
  color: #2E2A39;
  display: flex;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  position: static;
  width: 100%;
  padding: 1rem 2.5rem;
}

@media (max-width: 479px) {
  #skip {
    font-size: 1.5rem;
  }
}
@media (min-width: 480px) {
  #skip {
    font-size: calc(1.5rem + (1vw - 0.3rem) * 0.3279);
  }
}
@media (min-width: 1701px) {
  #skip {
    font-size: 1.75rem;
  }
}
/*@media (min-width: 980px)  {
	body .uwy .userway_buttons_wrapper { left: auto !important; right: 13px !important; transform: translate(0) !important; top: auto !important; bottom: 13px !important }
}

@media (max-width: 979px)  {
	body .uwy .userway_buttons_wrapper { left: 50% !important; transform: translate(0) translateX(-50%) !important; bottom: 13px !important }
}
*/
body .uwy {
  z-index: 2147483100 !important;
}

/************************* BUTTON STYLING *************************/
.btn:not(.arrow) {
  box-sizing: border-box;
  border: 0;
  border-radius: 3rem;
  cursor: pointer;
  display: table;
  font-family: "AlkesSemiboldItalic";
  font-size: 1.375rem;
  line-height: 130%;
  min-width: 12.5rem;
  padding: 1.25rem calc(1.5rem + 1.5vw) 1rem calc(1.5rem + 1.5vw);
  transition: background 175ms ease-out, border 175ms ease-out, color 175ms ease-out;
  position: relative;
  text-align: center;
}

/** RESTING **/
.btn:not(.arrow).sea {
  background-color: #7EDBD6;
  color: #2E2A39;
}

.btn:not(.arrow).lavendar {
  background-color: #C2C5FF;
  color: #2E2A39;
}

.btn:not(.arrow).peach {
  background-color: #FFA286;
  color: #2E2A39;
}

.btn:not(.arrow).orange {
  background-color: #FF6F43;
  color: #2E2A39;
}

.btn:not(.arrow).pink {
  background-color: #EAC8DD;
  color: #2E2A39;
}

.btn:not(.arrow).green {
  background-color: #81D8AE;
  color: #2E2A39;
}

.btn:not(.arrow).lime {
  background-color: #D8ECAA;
  color: #2E2A39;
}

.btn:not(.arrow).happy {
  background-color: #FFD681;
  color: #2E2A39;
}

.btn:not(.arrow).calm {
  background-color: #B2E7F7;
  color: #2E2A39;
}

.btn:not(.arrow).coal {
  background-color: #2E2A39;
  color: #F4F1E9;
}

.btn:not(.arrow).paper {
  background-color: #F4F1E9;
  color: #2E2A39;
}

.btn:not(.arrow).white {
  background-color: #FFF;
  color: #2E2A39;
}

.btn:not(.arrow).paperStrong {
  background-color: #EDE8DB;
  color: #2E2A39;
}

.btn:not(.arrow).has-icon svg {
  transition: stroke 175ms ease-out;
}

.btn:not(.arrow).has-icon.sea svg {
  stroke: #2E2A39;
}

.btn:not(.arrow).has-icon.lavendar svg {
  stroke: #2E2A39;
}

.btn:not(.arrow).has-icon.peach svg {
  stroke: #2E2A39;
}

.btn:not(.arrow).has-icon.orange svg {
  stroke: #2E2A39;
}

.btn:not(.arrow).has-icon.pink svg {
  stroke: #2E2A39;
}

.btn:not(.arrow).has-icon.green svg {
  stroke: #2E2A39;
}

.btn:not(.arrow).has-icon.lime svg {
  stroke: #2E2A39;
}

.btn:not(.arrow).has-icon.happy svg {
  stroke: #2E2A39;
}

.btn:not(.arrow).has-icon.calm svg {
  stroke: #2E2A39;
}

.btn:not(.arrow).has-icon.coal svg {
  stroke: #F4F1E9;
}

.btn:not(.arrow).has-icon.paper svg {
  stroke: #2E2A39;
}

.btn:not(.arrow).has-icon.white svg {
  stroke: #2E2A39;
}

/** RESTING **/
.btn.border:not(.arrow).sea {
  background-color: transparent;
  border: 1px solid #7EDBD6;
  color: #7EDBD6;
}

.btn.border:not(.arrow).lavendar {
  background-color: transparent;
  border: 1px solid #C2C5FF;
  color: #C2C5FF;
}

.btn.border:not(.arrow).peach {
  background-color: transparent;
  border: 1px solid #FFA286;
  color: #FFA286;
}

.btn.border:not(.arrow).orange {
  background-color: transparent;
  border: 1px solid #FF6F43;
  color: #FF6F43;
}

.btn.border:not(.arrow).pink {
  background-color: transparent;
  border: 1px solid #EAC8DD;
  color: #EAC8DD;
}

.btn.border:not(.arrow).green {
  background-color: transparent;
  border: 1px solid #81D8AE;
  color: #81D8AE;
}

.btn.border:not(.arrow).lime {
  background-color: transparent;
  border: 1px solid #D8ECAA;
  color: #D8ECAA;
}

.btn.border:not(.arrow).happy {
  background-color: transparent;
  border: 1px solid #FFD681;
  color: #FFD681;
}

.btn.border:not(.arrow).calm {
  background-color: transparent;
  border: 1px solid #B2E7F7;
  color: #B2E7F7;
}

.btn.border:not(.arrow).coal {
  background-color: transparent;
  border: 1px solid #2E2A39;
  color: #2E2A39;
}

.btn.border:not(.arrow).paper {
  background-color: transparent;
  border: 1px solid #F4F1E9;
  color: #F4F1E9;
}

.btn.border:not(.arrow).white {
  background-color: transparent;
  border: 1px solid #FFF;
  color: #FFF;
}

/** HOVER **/
.btn:not(.arrow).toSea:hover {
  border-color: transparent;
  background-color: #7EDBD6;
  color: #2E2A39;
}

.btn:not(.arrow).toLavendar:hover {
  border-color: transparent;
  background-color: #C2C5FF;
  color: #2E2A39;
}

.btn:not(.arrow).toPeach:hover {
  border-color: transparent;
  background-color: #FFA286;
  color: #2E2A39;
}

.btn:not(.arrow).toOrange:hover {
  border-color: transparent;
  background-color: #FF6F43;
  color: #2E2A39;
}

.btn:not(.arrow).toPink:hover {
  border-color: transparent;
  background-color: #EAC8DD;
  color: #2E2A39;
}

.btn:not(.arrow).toGreen:hover {
  border-color: transparent;
  background-color: #81D8AE;
  color: #2E2A39;
}

.btn:not(.arrow).toLime:hover {
  border-color: transparent;
  background-color: #D8ECAA;
  color: #2E2A39;
}

.btn:not(.arrow).toHappy:hover {
  border-color: transparent;
  background-color: #FFD681;
  color: #2E2A39;
}

.btn:not(.arrow).toCalm:hover {
  border-color: transparent;
  background-color: #B2E7F7;
  color: #2E2A39;
}

.btn:not(.arrow).toCoal:hover {
  border-color: transparent;
  background-color: #2E2A39;
  color: #F4F1E9;
}

.btn:not(.arrow).toPaper:hover {
  border-color: transparent;
  background-color: #F4F1E9;
  color: #2E2A39;
}

.btn:not(.arrow).toWhite:hover {
  border-color: transparent;
  background-color: #FFF;
  color: #2E2A39;
}

.btn:not(.arrow).toSeaStrong:hover {
  background-color: #1FD3C7;
}

.btn:not(.arrow).toLavendarStrong:hover {
  background-color: #8E91F4;
}

.btn:not(.arrow).toPeachStrong:hover {
  background-color: #F78766;
}

.btn:not(.arrow).toOrangeStrong:hover {
  background-color: #F95A29;
}

.btn:not(.arrow).toPinkStrong:hover {
  background-color: #ED9BC8;
}

.btn:not(.arrow).toGreenStrong:hover {
  background-color: #5ECE98;
}

.btn:not(.arrow).toLimeStrong:hover {
  background-color: #CDE988;
}

.btn:not(.arrow).toHappyStrong:hover {
  background-color: #FFCC5E;
}

.btn:not(.arrow).toCalmStrong:hover {
  background-color: #678AB2;
}

.btn:not(.arrow).toCoalStrong:hover {
  background-color: #151120;
}

.btn:not(.arrow).toPaperStrong:hover {
  background-color: #EDE8DB;
}

.btn:not(.arrow).toWhiteStrong:hover {
  background-color: #FFF;
}

.btn:not(.arrow).has-icon.toSea:hover svg {
  stroke: #2E2A39;
}

.btn:not(.arrow).has-icon.toLavendar:hover svg {
  stroke: #2E2A39;
}

.btn:not(.arrow).has-icon.toPeach:hover svg {
  stroke: #2E2A39;
}

.btn:not(.arrow).has-icon.toOrange:hover svg {
  stroke: #2E2A39;
}

.btn:not(.arrow).has-icon.toPink:hover svg {
  stroke: #2E2A39;
}

.btn:not(.arrow).has-icon.toGreen:hover svg {
  stroke: #2E2A39;
}

.btn:not(.arrow).has-icon.toLime:hover svg {
  stroke: #2E2A39;
}

.btn:not(.arrow).has-icon.toHappy:hover svg {
  stroke: #2E2A39;
}

.btn:not(.arrow).has-icon.toCalm:hover svg {
  stroke: #2E2A39;
}

.btn:not(.arrow).has-icon.toCoal:hover svg {
  stroke: #F4F1E9;
}

.btn:not(.arrow).has-icon.toPaper:hover svg {
  stroke: #2E2A39;
}

.btn:not(.arrow).has-icon.toWhite:hover svg {
  stroke: #2E2A39;
}

.btn:not(.arrow).has-icon.toSeaStrong:hover svg {
  stroke: #2E2A39;
}

.btn:not(.arrow).has-icon.toLavendarStrong:hover svg {
  stroke: #2E2A39;
}

.btn:not(.arrow).has-icon.toPeachStrong:hover svg {
  stroke: #2E2A39;
}

.btn:not(.arrow).has-icon.toOrangeStrong:hover svg {
  stroke: #2E2A39;
}

.btn:not(.arrow).has-icon.toPinkStrong:hover svg {
  stroke: #2E2A39;
}

.btn:not(.arrow).has-icon.toGreenStrong:hover svg {
  stroke: #2E2A39;
}

.btn:not(.arrow).has-icon.toLimeStrong:hover svg {
  stroke: #2E2A39;
}

.btn:not(.arrow).has-icon.toHappyStrong:hover svg {
  stroke: #2E2A39;
}

.btn:not(.arrow).has-icon.toCalmStrong:hover svg {
  stroke: #2E2A39;
}

.btn:not(.arrow).has-icon.toCoalStrong:hover svg {
  stroke: #F4F1E9;
}

.btn:not(.arrow).has-icon.toPaperStrong:hover svg {
  stroke: #2E2A39;
}

.btn:not(.arrow).has-icon.toWhiteStrong:hover svg {
  stroke: #2E2A39;
}

/***** ARROW *****/
.btn.arrow {
  align-items: center;
  box-sizing: border-box;
  border-radius: 0;
  cursor: pointer;
  display: inline-flex;
  flex-wrap: nowrap;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 100%;
  padding: 0 2.5rem 0 0;
  position: relative;
  text-decoration: none;
}

.btn.arrow:before {
  background-image: url(img/arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  height: 1.75rem;
  position: absolute;
  top: calc(50% - 0.875rem);
  right: 0;
  transform: translate3d(0, 0, 0);
  transition: transform 175ms ease-out;
  width: 1.75rem;
}

.bg-coal .btn.arrow:before {
  background-image: url(img/arrow--white.svg);
}

.box-coal .btn.arrow:before {
  background-image: url(img/arrow--white.svg);
}

.btn.arrow:hover {
  text-decoration: underline;
}

.btn.arrow:hover:before {
  transform: translate3d(0.375rem, 0, 0);
}

/***** INJECTED ICON *****/
a.has-icon:not(.btn) {
  display: inline !important;
}

a.has-icon svg {
  display: inline-block;
  margin-left: 0.375rem;
  position: relative;
  top: 3px;
}

@font-face {
  font-family: "AlkesSemiboldItalic";
  src: url(ac392d4ade4a017b6772.woff2) format("woff2"), url(9148dd9a49bf1b09b4ea.woff) format("woff");
}
/************************* BASIC GRID *************************/
g-rid,
g-row,
g-col {
  box-sizing: border-box;
}

g-rid {
  display: block;
  margin: 0 auto;
  max-width: 87.5rem;
  padding: 0 1.563rem;
  width: 100%;
}

g-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

g-col {
  background-clip: padding-box !important;
  box-sizing: border-box;
  display: block;
  padding: 0 1.563rem;
  position: relative;
  width: 100%;
}

g-rid img {
  box-sizing: border-box;
  display: block;
  height: auto !important;
  width: 100%;
}

@media (max-width: 479px) {
  g-rid,
  g-col {
    padding: 0 0.75rem;
  }
}
/** COLSPAN REFERENCE

.col-0 { display: none!important }
.col-1 { width: 8.333333333333333% }
.col-2 { width: 16.66666666666667% }
.col-3 { width: 25% }
.col-4 { width: 33.33333333333333% }
.col-5 { width: 41.66666666666667% }
.col-6 { width: 50% }
.col-7 { width: 58.33333333333333% }
.col-8 { width: 66.66666666666666% }
.col-9 { width: 75% }
.col-10 { width: 83.33333333333333% }
.col-11 { width: 91.66666666666666% }
.col-12 { width: 100% }

**/
/** BREAKPOINT REFERENCE **/
/*
@media (min-width:1201px) {

}

@media (min-width:801px) and (max-width:1200px) {

}

@media (min-width:481px) and (max-width:800px) {

}

@media (max-width:479px) {

}
*/
/************************* GENERAL SECTION STYLING *************************/
main {
  display: block;
  padding: 0;
  position: relative;
  z-index: 6;
}

main ~ section.flex {
  position: relative;
  z-index: 10;
}

section.flex {
  box-sizing: border-box;
  display: block;
  padding: 0;
  position: relative;
  width: 100%;
}

@media (max-width: 479px) {
  section.flex:not(.np) {
    padding: 3.75rem 0;
  }
}
@media (min-width: 480px) {
  section.flex:not(.np) {
    padding: calc(3.75rem + (1vw - 0.3rem) * 4.918) 0;
  }
}
@media (min-width: 1701px) {
  section.flex:not(.np) {
    padding: 7.5rem 0;
  }
}
/** BACKGROUND COLOURS **/
html:not(.printer-friendly) section.flex.bg-sea {
  background-color: #7EDBD6;
  color: #2E2A39;
}

html:not(.printer-friendly) section.flex.bg-lavendar {
  background-color: #C2C5FF;
  color: #2E2A39;
}

html:not(.printer-friendly) section.flex.bg-peach {
  background-color: #FFA286;
  color: #2E2A39;
}

html:not(.printer-friendly) section.flex.bg-orange {
  background-color: #FF6F43;
  color: #2E2A39;
}

html:not(.printer-friendly) section.flex.bg-pink {
  background-color: #EAC8DD;
  color: #2E2A39;
}

html:not(.printer-friendly) section.flex.bg-green {
  background-color: #81D8AE;
  color: #2E2A39;
}

html:not(.printer-friendly) section.flex.bg-lime {
  background-color: #D8ECAA;
  color: #2E2A39;
}

html:not(.printer-friendly) section.flex.bg-happy {
  background-color: #FFD681;
  color: #2E2A39;
}

html:not(.printer-friendly) section.flex.bg-calm {
  background-color: #B2E7F7;
  color: #2E2A39;
}

html:not(.printer-friendly) section.flex.bg-coal {
  background-color: #2E2A39;
  color: #F4F1E9;
}

html:not(.printer-friendly) section.flex.bg-paper {
  background-color: #F4F1E9;
  color: #2E2A39;
}

/** REMOVE PADDING FOR SIBLING BLOCKS WITH THE SAME BG COLOUR **/
section.flex:not(.has-background):not(.has-posts).bg-sea + section.flex:not(.has-background).bg-sea,
section.flex:not(.has-background):not(.has-posts).bg-lavendar + section.flex:not(.has-background).bg-lavendar,
section.flex:not(.has-background):not(.has-posts).bg-peach + section.flex:not(.has-background).bg-peach,
section.flex:not(.has-background):not(.has-posts).bg-orange + section.flex:not(.has-background).bg-orange,
section.flex:not(.has-background):not(.has-posts).bg-pink + section.flex:not(.has-background).bg-pink,
section.flex:not(.has-background):not(.has-posts).bg-green + section.flex:not(.has-background).bg-green,
section.flex:not(.has-background):not(.has-posts).bg-lime + section.flex:not(.has-background).bg-lime,
section.flex:not(.has-background):not(.has-posts).bg-happy + section.flex:not(.has-background).bg-happy,
section.flex:not(.has-background):not(.has-posts).bg-calm + section.flex:not(.has-background).bg-calm,
section.flex:not(.has-background):not(.has-posts).bg-coal + section.flex:not(.has-background).bg-coal,
section.flex:not(.has-background):not(.has-posts).bg-paper + section.flex:not(.has-background).bg-paper {
  padding-top: 0;
}

/** REMOVE PADDING FOR SIBLING BLOCKS WITH THE SAME BG COLOUR, BUT SEPARATED BY A NAMED ANCHOR **/
section.flex:not(.has-background):not(.has-posts).bg-sea + a[name] + section.flex:not(.has-background).bg-sea,
section.flex:not(.has-background):not(.has-posts).bg-lavendar + a[name] + section.flex:not(.has-background).bg-lavendar,
section.flex:not(.has-background):not(.has-posts).bg-peach + a[name] + section.flex:not(.has-background).bg-peach,
section.flex:not(.has-background):not(.has-posts).bg-orange + a[name] + section.flex:not(.has-background).bg-orange,
section.flex:not(.has-background):not(.has-posts).bg-pink + a[name] + section.flex:not(.has-background).bg-pink,
section.flex:not(.has-background):not(.has-posts).bg-green + a[name] + section.flex:not(.has-background).bg-green,
section.flex:not(.has-background):not(.has-posts).bg-lime + a[name] + section.flex:not(.has-background).bg-lime,
section.flex:not(.has-background):not(.has-posts).bg-happy + a[name] + section.flex:not(.has-background).bg-happy,
section.flex:not(.has-background):not(.has-posts).bg-calm + a[name] + section.flex:not(.has-background).bg-calm,
section.flex:not(.has-background):not(.has-posts).bg-coal + a[name] + section.flex:not(.has-background).bg-coal,
section.flex:not(.has-background):not(.has-posts).bg-paper + a[name] + section.flex:not(.has-background).bg-paper {
  padding-top: 0;
}

/** COMMON CSS FOR SVG DIVIDER **/
html:not(.printer-friendly) section.flex.bg-sea:not(.hard-line) + section.flex:not(.bg-sea):before,
html:not(.printer-friendly) section.flex.bg-lavendar:not(.hard-line) + section.flex:not(.bg-lavendar):before,
html:not(.printer-friendly) section.flex.bg-peach:not(.hard-line) + section.flex:not(.bg-peach):before,
html:not(.printer-friendly) section.flex.bg-orange:not(.hard-line) + section.flex:not(.bg-orange):before,
html:not(.printer-friendly) section.flex.bg-pink:not(.hard-line) + section.flex:not(.bg-pink):before,
html:not(.printer-friendly) section.flex.bg-green:not(.hard-line) + section.flex:not(.bg-green):before,
html:not(.printer-friendly) section.flex.bg-lime:not(.hard-line) + section.flex:not(.bg-lime):before,
html:not(.printer-friendly) section.flex.bg-happy:not(.hard-line) + section.flex:not(.bg-happy):before,
html:not(.printer-friendly) section.flex.bg-calm:not(.hard-line) + section.flex:not(.bg-calm):before,
html:not(.printer-friendly) section.flex.bg-coal:not(.hard-line) + section.flex:not(.bg-coal):before,
html:not(.printer-friendly) section.flex.bg-paper:not(.hard-line) + section.flex:not(.bg-paper):before,
html:not(.printer-friendly) main section.flex:first-child:not(.hard-line):before {
  background-size: cover !important;
  background-position: center !important;
  content: "";
  height: 0.813rem;
  left: 0;
  position: absolute;
  bottom: calc(100% - 1.5px);
  width: 100%;
}

html.printer-friendly section.flex:not(.has-background):not(.has-posts) + section.flex:not(.has-background),
html.printer-friendly section.flex:not(.has-background):not(.has-posts) + a[name] + section.flex:not(.has-background) {
  padding-top: 0;
}

/** SVG DIVIDER IMAGES **/
html:not(.printer-friendly) section.flex:not(.bg-sea):not(.hard-line) + section.flex.bg-sea:not(.hard-line):before {
  background-image: url(img/rip-to-sea.svg);
}

html:not(.printer-friendly) section.flex:not(.bg-lavendar):not(.hard-line) + section.flex.bg-lavendar:not(.hard-line):before {
  background-image: url(img/rip-to-lavendar.svg);
}

html:not(.printer-friendly) section.flex:not(.bg-peach):not(.hard-line) + section.flex.bg-peach:not(.hard-line):before {
  background-image: url(img/rip-to-peach.svg);
}

html:not(.printer-friendly) section.flex:not(.bg-orange):not(.hard-line) + section.flex.bg-orange:not(.hard-line):before {
  background-image: url(img/rip-to-orange.svg);
}

html:not(.printer-friendly) section.flex:not(.bg-pink):not(.hard-line) + section.flex.bg-pink:not(.hard-line):before {
  background-image: url(img/rip-to-pink.svg);
}

html:not(.printer-friendly) section.flex:not(.bg-green):not(.hard-line) + section.flex.bg-green:not(.hard-line):before {
  background-image: url(img/rip-to-green.svg);
}

html:not(.printer-friendly) section.flex:not(.bg-lime):not(.hard-line) + section.flex.bg-lime:not(.hard-line):before {
  background-image: url(img/rip-to-lime.svg);
}

html:not(.printer-friendly) section.flex:not(.bg-happy):not(.hard-line) + section.flex.bg-happy:not(.hard-line):before {
  background-image: url(img/rip-to-happy.svg);
}

html:not(.printer-friendly) section.flex:not(.bg-calm):not(.hard-line) + section.flex.bg-calm:not(.hard-line):before {
  background-image: url(img/rip-to-calm.svg);
}

html:not(.printer-friendly) section.flex:not(.bg-coal):not(.hard-line) + section.flex.bg-coal:not(.hard-line):before {
  background-image: url(img/rip-to-coal.svg);
}

html:not(.printer-friendly) section.flex:not(.bg-paper):not(.hard-line) + section.flex.bg-paper:not(.hard-line):before {
  background-image: url(img/rip-to-paper.svg);
}

/** SVG DIVIDER IMAGES **/
html:not(.printer-friendly) main section.flex:first-child.bg-sea:not(.hard-line):before {
  background-image: url(img/rip-to-sea.svg);
}

html:not(.printer-friendly) main section.flex:first-child.bg-lavendar:not(.hard-line):before {
  background-image: url(img/rip-to-lavendar.svg);
}

html:not(.printer-friendly) main section.flex:first-child.bg-peach:not(.hard-line):before {
  background-image: url(img/rip-to-peach.svg);
}

html:not(.printer-friendly) main section.flex:first-child.bg-orange:not(.hard-line):before {
  background-image: url(img/rip-to-orange.svg);
}

html:not(.printer-friendly) main section.flex:first-child.bg-pink:not(.hard-line):before {
  background-image: url(img/rip-to-pink.svg);
}

html:not(.printer-friendly) main section.flex:first-child.bg-green:not(.hard-line):before {
  background-image: url(img/rip-to-green.svg);
}

html:not(.printer-friendly) main section.flex:first-child.bg-lime:not(.hard-line):before {
  background-image: url(img/rip-to-lime.svg);
}

html:not(.printer-friendly) main section.flex:first-child.bg-happy:not(.hard-line):before {
  background-image: url(img/rip-to-happy.svg);
}

html:not(.printer-friendly) main section.flex:first-child.bg-calm:not(.hard-line):before {
  background-image: url(img/rip-to-calm.svg);
}

html:not(.printer-friendly) main section.flex:first-child.bg-coal:not(.hard-line):before {
  background-image: url(img/rip-to-coal.svg);
}

html:not(.printer-friendly) main section.flex:first-child.bg-paper:not(.hard-line):before {
  background-image: url(img/rip-to-paper.svg);
}

#pillar_content {
  border-bottom: 2px solid #fff;
  display: block;
  position: relative;
  width: 100%;
}

/** BACKGROUND COLOURS **/
html:not(.printer-friendly) section.flex.pillar-bg-sea,
html:not(.printer-friendly) section.flex.pillar-bg-lavendar,
html:not(.printer-friendly) section.flex.pillar-bg-peach,
html:not(.printer-friendly) section.flex.pillar-bg-orange,
html:not(.printer-friendly) section.flex.pillar-bg-pink,
html:not(.printer-friendly) section.flex.pillar-bg-green,
html:not(.printer-friendly) section.flex.pillar-bg-lime,
html:not(.printer-friendly) section.flex.pillar-bg-happy,
html:not(.printer-friendly) section.flex.pillar-bg-calm,
html:not(.printer-friendly) section.flex.pillar-bg-coal,
html:not(.printer-friendly) section.flex.pillar-bg-paper {
  background-color: #F4F1E9;
  color: #2E2A39;
}

/*#pillar_content > section.flex { background-color: transparent !important; }*/
#pillar_content {
  transition: background-color 500ms ease;
}

#pillar_content.bg-sea {
  background-color: #e5f8f7;
}

#pillar_content.bg-lavendar {
  background-color: #f3f3ff;
}

#pillar_content.bg-peach {
  background-color: #ffece7;
}

#pillar_content.bg-orange {
  background-color: #ffe2d9;
}

#pillar_content.bg-pink {
  background-color: #fff9ff;
}

#pillar_content.bg-green {
  background-color: #e6f7ef;
}

#pillar_content.bg-lime {
  background-color: #f7fbee;
}

#pillar_content.bg-happy {
  background-color: #fff7e6;
}

#pillar_content.bg-calm {
  background-color: #f0fafd;
}

#pillar_content.bg-coal {
  background-color: #d5d4d7;
}

#pillar_content.bg-paper {
  background-color: #fdfcfb;
}

/** REMOVE PADDING FOR SIBLING BLOCKS WITH THE SAME BG COLOUR **/
section.flex:not(.has-background).pillar-bg-sea + section.flex:not(.has-background).pillar-bg-sea,
section.flex:not(.has-background).pillar-bg-lavendar + section.flex:not(.has-background).pillar-bg-lavendar,
section.flex:not(.has-background).pillar-bg-peach + section.flex:not(.has-background).pillar-bg-peach,
section.flex:not(.has-background).pillar-bg-orange + section.flex:not(.has-background).pillar-bg-orange,
section.flex:not(.has-background).pillar-bg-pink + section.flex:not(.has-background).pillar-bg-pink,
section.flex:not(.has-background).pillar-bg-green + section.flex:not(.has-background).pillar-bg-green,
section.flex:not(.has-background).pillar-bg-lime + section.flex:not(.has-background).pillar-bg-lime,
section.flex:not(.has-background).pillar-bg-happy + section.flex:not(.has-background).pillar-bg-happy,
section.flex:not(.has-background).pillar-bg-calm + section.flex:not(.has-background).pillar-bg-calm,
section.flex:not(.has-background).pillar-bg-coal + section.flex:not(.has-background).pillar-bg-coal,
section.flex:not(.has-background).pillar-bg-paper + section.flex:not(.has-background).pillar-bg-paper {
  padding-top: 0;
}

/** COMMON CSS FOR SVG DIVIDER **/
html:not(.printer-friendly) section.flex.pillar-bg-sea:not(.hard-line) + section.flex:not(.pillar-bg-sea):before,
html:not(.printer-friendly) section.flex.pillar-bg-lavendar:not(.hard-line) + section.flex:not(.pillar-bg-lavendar):before,
html:not(.printer-friendly) section.flex.pillar-bg-peach:not(.hard-line) + section.flex:not(.pillar-bg-peach):before,
html:not(.printer-friendly) section.flex.pillar-bg-orange:not(.hard-line) + section.flex:not(.pillar-bg-orange):before,
html:not(.printer-friendly) section.flex.pillar-bg-pink:not(.hard-line) + section.flex:not(.pillar-bg-pink):before,
html:not(.printer-friendly) section.flex.pillar-bg-green:not(.hard-line) + section.flex:not(.pillar-bg-green):before,
html:not(.printer-friendly) section.flex.pillar-bg-lime:not(.hard-line) + section.flex:not(.pillar-bg-lime):before,
html:not(.printer-friendly) section.flex.pillar-bg-happy:not(.hard-line) + section.flex:not(.pillar-bg-happy):before,
html:not(.printer-friendly) section.flex.pillar-bg-calm:not(.hard-line) + section.flex:not(.pillar-bg-calm):before,
html:not(.printer-friendly) section.flex.pillar-bg-coal:not(.hard-line) + section.flex:not(.pillar-bg-coal):before,
html:not(.printer-friendly) section.flex.pillar-bg-paper:not(.hard-line) + section.flex:not(.pillar-bg-paper):before {
  background-size: cover !important;
  background-position: center !important;
  content: "";
  height: 0.813rem;
  left: 0;
  position: absolute;
  bottom: calc(100% - 1.5px);
  width: 100%;
}

/** SVG DIVIDER IMAGES **/
html:not(.printer-friendly) section.flex:not(.pillar-bg-sea):not(.hard-line) + section.flex.pillar-bg-sea:not(.hard-line):before {
  background-image: url(img/pillar-rip-to-sea.svg);
}

html:not(.printer-friendly) section.flex:not(.pillar-bg-lavendar):not(.hard-line) + section.flex.pillar-bg-lavendar:not(.hard-line):before {
  background-image: url(img/pillar-rip-to-lavendar.svg);
}

html:not(.printer-friendly) section.flex:not(.pillar-bg-peach):not(.hard-line) + section.flex.pillar-bg-peach:not(.hard-line):before {
  background-image: url(img/pillar-rip-to-peach.svg);
}

html:not(.printer-friendly) section.flex:not(.pillar-bg-orange):not(.hard-line) + section.flex.pillar-bg-orange:not(.hard-line):before {
  background-image: url(img/pillar-rip-to-orange.svg);
}

html:not(.printer-friendly) section.flex:not(.pillar-bg-pink):not(.hard-line) + section.flex.pillar-bg-pink:not(.hard-line):before {
  background-image: url(img/pillar-rip-to-pink.svg);
}

html:not(.printer-friendly) section.flex:not(.pillar-bg-green):not(.hard-line) + section.flex.pillar-bg-green:not(.hard-line):before {
  background-image: url(img/pillar-rip-to-green.svg);
}

html:not(.printer-friendly) section.flex:not(.pillar-bg-lime):not(.hard-line) + section.flex.pillar-bg-lime:not(.hard-line):before {
  background-image: url(img/pillar-rip-to-lime.svg);
}

html:not(.printer-friendly) section.flex:not(.pillar-bg-happy):not(.hard-line) + section.flex.pillar-bg-happy:not(.hard-line):before {
  background-image: url(img/pillar-rip-to-happy.svg);
}

html:not(.printer-friendly) section.flex:not(.pillar-bg-calm):not(.hard-line) + section.flex.pillar-bg-calm:not(.hard-line):before {
  background-image: url(img/pillar-rip-to-calm.svg);
}

html:not(.printer-friendly) section.flex:not(.pillar-bg-coal):not(.hard-line) + section.flex.pillar-bg-coal:not(.hard-line):before {
  background-image: url(img/pillar-rip-to-coal.svg);
}

html:not(.printer-friendly) section.flex:not(.pillar-bg-paper):not(.hard-line) + section.flex.pillar-bg-paper:not(.hard-line):before {
  background-image: url(img/pillar-rip-to-paper.svg);
}

/************************ COMMON TYPOGRAPHY ************************/
/********** HEADINGS **********/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  line-height: 106%;
}

h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
  font-weight: 400 !important;
}

/***** SPACING BEFORE IN GENERAL USAGE *****/
@media (max-width: 479px) {
  * + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
    margin-top: 3.25rem;
  }
}
@media (min-width: 480px) {
  * + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
    margin-top: calc(3.25rem + (1vw - 0.3rem) * 2.9508);
  }
}
@media (min-width: 1701px) {
  * + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
    margin-top: 5.5rem;
  }
}
/***** SPACING BEFORE IN WYSIWYG CONTENT *****/
.wysiwyg h1 + *,
.wysiwyg h2 + *,
.wysiwyg h3 + *,
.wysiwyg h4 + *,
.wysiwyg h5 + *,
.wysiwyg h6 + * {
  margin-top: 1.5rem;
}

/** H1 **/
@media (max-width: 479px) {
  h1, .h1 {
    font-size: 3rem;
  }
}
@media (min-width: 480px) {
  h1, .h1 {
    font-size: calc(3rem + (1vw - 0.3rem) * 1.8033);
  }
}
@media (min-width: 1701px) {
  h1, .h1 {
    font-size: 4.375rem;
  }
}
/** H2 **/
@media (max-width: 479px) {
  h2, .h2 {
    font-size: 2.625rem;
  }
}
@media (min-width: 480px) {
  h2, .h2 {
    font-size: calc(2.625rem + (1vw - 0.3rem) * 1.4754);
  }
}
@media (min-width: 1701px) {
  h2, .h2 {
    font-size: 3.75rem;
  }
}
/** H3 **/
@media (max-width: 479px) {
  h3, .h3 {
    font-size: 2.25rem;
  }
}
@media (min-width: 480px) {
  h3, .h3 {
    font-size: calc(2.25rem + (1vw - 0.3rem) * 1.1475);
  }
}
@media (min-width: 1701px) {
  h3, .h3 {
    font-size: 3.125rem;
  }
}
/** H4 **/
@media (max-width: 479px) {
  h4, .h4 {
    font-size: 1.875rem;
  }
}
@media (min-width: 480px) {
  h4, .h4 {
    font-size: calc(1.875rem + (1vw - 0.3rem) * 0.8197);
  }
}
@media (min-width: 1701px) {
  h4, .h4 {
    font-size: 2.5rem;
  }
}
/** H5 **/
@media (max-width: 479px) {
  h5, .h5 {
    font-size: 1.75rem;
  }
}
@media (min-width: 480px) {
  h5, .h5 {
    font-size: calc(1.75rem + (1vw - 0.3rem) * 0.4918);
  }
}
@media (min-width: 1701px) {
  h5, .h5 {
    font-size: 2.125rem;
  }
}
/** H6 **/
h6, .h6 {
  font-size: 1.75rem;
}

/****** WYSIWYG ******/
@media (max-width: 479px) {
  .wysiwyg h2, .wysiwyg .h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 480px) {
  .wysiwyg h2, .wysiwyg .h2 {
    font-size: calc(2.25rem + (1vw - 0.3rem) * 1.1475);
  }
}
@media (min-width: 1701px) {
  .wysiwyg h2, .wysiwyg .h2 {
    font-size: 3.125rem;
  }
}
/** H4 **/
@media (max-width: 479px) {
  .wysiwyg h3, .wysiwyg .h3 {
    font-size: 1.875rem;
  }
}
@media (min-width: 480px) {
  .wysiwyg h3, .wysiwyg .h3 {
    font-size: calc(1.875rem + (1vw - 0.3rem) * 0.8197);
  }
}
@media (min-width: 1701px) {
  .wysiwyg h3, .wysiwyg .h3 {
    font-size: 2.5rem;
  }
}
/** H5 **/
@media (max-width: 479px) {
  .wysiwyg h4, .wysiwyg .h4 {
    font-size: 1.75rem;
  }
}
@media (min-width: 480px) {
  .wysiwyg h4, .wysiwyg .h4 {
    font-size: calc(1.75rem + (1vw - 0.3rem) * 0.4918);
  }
}
@media (min-width: 1701px) {
  .wysiwyg h4, .wysiwyg .h4 {
    font-size: 2.125rem;
  }
}
/** H6 **/
h6, .h6 {
  font-size: 1.75rem;
}

/********** LONGFORM **********/
p, ul, ol {
  font-family: "roc-grotesk", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  font-style: normal;
  line-height: 160%;
  margin: 1.5rem 0 0 0;
}

p strong,
ul strong,
ol strong {
  font-weight: 900;
}

p:first-child,
ul:first-child,
ol:first-child {
  margin-top: 0;
}

/********** LINKS **********/
.wysiwyg * a:not(.btn) {
  font-weight: 600;
  text-decoration: underline;
}

.wysiwyg * a:not(.btn):hover {
  text-decoration: none;
}

/********** BLOCKQUOTE **********/
.wysiwyg blockquote {
  display: table;
  padding: 0 2ch;
  position: relative;
}

@media (max-width: 479px) {
  .wysiwyg blockquote {
    margin: 2.5rem 0;
  }
}
@media (min-width: 480px) {
  .wysiwyg blockquote {
    margin: calc(2.5rem + (1vw - 0.3rem) * 1.9672) 0;
  }
}
@media (min-width: 1701px) {
  .wysiwyg blockquote {
    margin: 4rem 0;
  }
}
.wysiwyg blockquote:first-child {
  margin-top: 0 !important;
}

.wysiwyg blockquote:last-child {
  margin-bottom: 0 !important;
}

.wysiwyg blockquote p,
.wysiwyg blockquote ul:not([class]),
.wysiwyg blockquote ol:not([class]) {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.wysiwyg blockquote p a,
.wysiwyg blockquote ul:not([class]) a,
.wysiwyg blockquote ol:not([class]) a {
  font-size: 150%;
  font-weight: 400 !important;
}

/**** IMAGES IN WYSIWYG ****/
.wysiwyg img {
  height: auto;
  width: auto;
  max-width: 100%;
}

/**** UNORDERED LIST STYLING ****/
.wysiwyg ul:not([class]) {
  list-style-type: none;
  padding: 0;
}

.wysiwyg ul:not([class]) li {
  display: block;
  line-height: 162.5%;
  padding: 0 0 0 2rem;
  position: relative;
}

.wysiwyg ul:not([class]) li + li {
  margin-top: 0.5rem;
}

.wysiwyg ul:not([class]) li:before {
  background-position: center !important;
  background-size: cover !important;
  border-radius: 50%;
  content: "";
  height: 0.563rem;
  left: 0.688rem;
  position: absolute;
  top: 0.625rem;
  width: 0.563rem;
}

section.flex.bg-sea .wysiwyg ul:not([class]) li:before,
section.flex.pillar-bg-sea .wysiwyg ul:not([class]) li:before {
  background-color: #2E2A39;
}

section.flex.bg-lavendar .wysiwyg ul:not([class]) li:before,
section.flex.pillar-bg-lavendar .wysiwyg ul:not([class]) li:before {
  background-color: #2E2A39;
}

section.flex.bg-peach .wysiwyg ul:not([class]) li:before,
section.flex.pillar-bg-peach .wysiwyg ul:not([class]) li:before {
  background-color: #2E2A39;
}

section.flex.bg-orange .wysiwyg ul:not([class]) li:before,
section.flex.pillar-bg-orange .wysiwyg ul:not([class]) li:before {
  background-color: #2E2A39;
}

section.flex.bg-pink .wysiwyg ul:not([class]) li:before,
section.flex.pillar-bg-pink .wysiwyg ul:not([class]) li:before {
  background-color: #2E2A39;
}

section.flex.bg-green .wysiwyg ul:not([class]) li:before,
section.flex.pillar-bg-green .wysiwyg ul:not([class]) li:before {
  background-color: #2E2A39;
}

section.flex.bg-lime .wysiwyg ul:not([class]) li:before,
section.flex.pillar-bg-lime .wysiwyg ul:not([class]) li:before {
  background-color: #2E2A39;
}

section.flex.bg-happy .wysiwyg ul:not([class]) li:before,
section.flex.pillar-bg-happy .wysiwyg ul:not([class]) li:before {
  background-color: #2E2A39;
}

section.flex.bg-calm .wysiwyg ul:not([class]) li:before,
section.flex.pillar-bg-calm .wysiwyg ul:not([class]) li:before {
  background-color: #2E2A39;
}

section.flex.bg-coal .wysiwyg ul:not([class]) li:before,
section.flex.pillar-bg-coal .wysiwyg ul:not([class]) li:before {
  background-color: #FFD681;
}

section.flex.bg-paper .wysiwyg ul:not([class]) li:before,
section.flex.pillar-bg-paper .wysiwyg ul:not([class]) li:before {
  background-color: #2E2A39;
}

.wysiwyg ul:not([class]) ol,
.wysiwyg ul:not([class]) ul {
  margin-top: 0.625rem;
}

/**** ORDERED LIST STYLING ****/
.wysiwyg ol:not([class]) {
  counter-reset: count;
  list-style-type: none;
  padding: 0;
}

.wysiwyg ol:not([class])[start="1"] {
  counter-reset: count 0;
}

.wysiwyg ol:not([class])[start="2"] {
  counter-reset: count 1;
}

.wysiwyg ol:not([class])[start="3"] {
  counter-reset: count 2;
}

.wysiwyg ol:not([class])[start="4"] {
  counter-reset: count 3;
}

.wysiwyg ol:not([class])[start="5"] {
  counter-reset: count 4;
}

.wysiwyg ol:not([class])[start="6"] {
  counter-reset: count 5;
}

.wysiwyg ol:not([class])[start="7"] {
  counter-reset: count 6;
}

.wysiwyg ol:not([class])[start="8"] {
  counter-reset: count 7;
}

.wysiwyg ol:not([class])[start="9"] {
  counter-reset: count 8;
}

.wysiwyg ol:not([class])[start="10"] {
  counter-reset: count 9;
}

.wysiwyg ol:not([class])[start="11"] {
  counter-reset: count 10;
}

.wysiwyg ol:not([class])[start="12"] {
  counter-reset: count 11;
}

.wysiwyg ol:not([class])[start="13"] {
  counter-reset: count 12;
}

.wysiwyg ol:not([class])[start="14"] {
  counter-reset: count 13;
}

.wysiwyg ol:not([class])[start="15"] {
  counter-reset: count 14;
}

.wysiwyg ol:not([class])[start="16"] {
  counter-reset: count 15;
}

.wysiwyg ol:not([class])[start="17"] {
  counter-reset: count 16;
}

.wysiwyg ol:not([class])[start="18"] {
  counter-reset: count 17;
}

.wysiwyg ol:not([class])[start="19"] {
  counter-reset: count 18;
}

.wysiwyg ol:not([class])[start="20"] {
  counter-reset: count 19;
}

.wysiwyg ol:not([class])[start="21"] {
  counter-reset: count 20;
}

.wysiwyg ol:not([class])[start="22"] {
  counter-reset: count 21;
}

.wysiwyg ol:not([class])[start="23"] {
  counter-reset: count 22;
}

.wysiwyg ol:not([class])[start="24"] {
  counter-reset: count 23;
}

.wysiwyg ol:not([class])[start="25"] {
  counter-reset: count 24;
}

.wysiwyg ol:not([class])[start="26"] {
  counter-reset: count 25;
}

.wysiwyg ol:not([class])[start="27"] {
  counter-reset: count 26;
}

.wysiwyg ol:not([class])[start="28"] {
  counter-reset: count 27;
}

.wysiwyg ol:not([class])[start="29"] {
  counter-reset: count 28;
}

.wysiwyg ol:not([class])[start="30"] {
  counter-reset: count 29;
}

.wysiwyg ol:not([class])[start="31"] {
  counter-reset: count 30;
}

.wysiwyg ol:not([class])[start="32"] {
  counter-reset: count 31;
}

.wysiwyg ol:not([class])[start="33"] {
  counter-reset: count 32;
}

.wysiwyg ol:not([class])[start="34"] {
  counter-reset: count 33;
}

.wysiwyg ol:not([class])[start="35"] {
  counter-reset: count 34;
}

.wysiwyg ol:not([class])[start="36"] {
  counter-reset: count 35;
}

.wysiwyg ol:not([class])[start="37"] {
  counter-reset: count 36;
}

.wysiwyg ol:not([class])[start="38"] {
  counter-reset: count 37;
}

.wysiwyg ol:not([class])[start="39"] {
  counter-reset: count 38;
}

.wysiwyg ol:not([class])[start="40"] {
  counter-reset: count 39;
}

.wysiwyg ol:not([class])[start="41"] {
  counter-reset: count 40;
}

.wysiwyg ol:not([class])[start="42"] {
  counter-reset: count 41;
}

.wysiwyg ol:not([class])[start="43"] {
  counter-reset: count 42;
}

.wysiwyg ol:not([class])[start="44"] {
  counter-reset: count 43;
}

.wysiwyg ol:not([class])[start="45"] {
  counter-reset: count 44;
}

.wysiwyg ol:not([class])[start="46"] {
  counter-reset: count 45;
}

.wysiwyg ol:not([class])[start="47"] {
  counter-reset: count 46;
}

.wysiwyg ol:not([class])[start="48"] {
  counter-reset: count 47;
}

.wysiwyg ol:not([class])[start="49"] {
  counter-reset: count 48;
}

.wysiwyg ol:not([class])[start="50"] {
  counter-reset: count 49;
}

.wysiwyg ol:not([class])[start="51"] {
  counter-reset: count 50;
}

.wysiwyg ol:not([class])[start="52"] {
  counter-reset: count 51;
}

.wysiwyg ol:not([class])[start="53"] {
  counter-reset: count 52;
}

.wysiwyg ol:not([class])[start="54"] {
  counter-reset: count 53;
}

.wysiwyg ol:not([class])[start="55"] {
  counter-reset: count 54;
}

.wysiwyg ol:not([class])[start="56"] {
  counter-reset: count 55;
}

.wysiwyg ol:not([class])[start="57"] {
  counter-reset: count 56;
}

.wysiwyg ol:not([class])[start="58"] {
  counter-reset: count 57;
}

.wysiwyg ol:not([class])[start="59"] {
  counter-reset: count 58;
}

.wysiwyg ol:not([class])[start="60"] {
  counter-reset: count 59;
}

.wysiwyg ol:not([class])[start="61"] {
  counter-reset: count 60;
}

.wysiwyg ol:not([class])[start="62"] {
  counter-reset: count 61;
}

.wysiwyg ol:not([class])[start="63"] {
  counter-reset: count 62;
}

.wysiwyg ol:not([class])[start="64"] {
  counter-reset: count 63;
}

.wysiwyg ol:not([class])[start="65"] {
  counter-reset: count 64;
}

.wysiwyg ol:not([class])[start="66"] {
  counter-reset: count 65;
}

.wysiwyg ol:not([class])[start="67"] {
  counter-reset: count 66;
}

.wysiwyg ol:not([class])[start="68"] {
  counter-reset: count 67;
}

.wysiwyg ol:not([class])[start="69"] {
  counter-reset: count 68;
}

.wysiwyg ol:not([class])[start="70"] {
  counter-reset: count 69;
}

.wysiwyg ol:not([class])[start="71"] {
  counter-reset: count 70;
}

.wysiwyg ol:not([class])[start="72"] {
  counter-reset: count 71;
}

.wysiwyg ol:not([class])[start="73"] {
  counter-reset: count 72;
}

.wysiwyg ol:not([class])[start="74"] {
  counter-reset: count 73;
}

.wysiwyg ol:not([class])[start="75"] {
  counter-reset: count 74;
}

.wysiwyg ol:not([class])[start="76"] {
  counter-reset: count 75;
}

.wysiwyg ol:not([class])[start="77"] {
  counter-reset: count 76;
}

.wysiwyg ol:not([class])[start="78"] {
  counter-reset: count 77;
}

.wysiwyg ol:not([class])[start="79"] {
  counter-reset: count 78;
}

.wysiwyg ol:not([class])[start="80"] {
  counter-reset: count 79;
}

.wysiwyg ol:not([class])[start="81"] {
  counter-reset: count 80;
}

.wysiwyg ol:not([class])[start="82"] {
  counter-reset: count 81;
}

.wysiwyg ol:not([class])[start="83"] {
  counter-reset: count 82;
}

.wysiwyg ol:not([class])[start="84"] {
  counter-reset: count 83;
}

.wysiwyg ol:not([class])[start="85"] {
  counter-reset: count 84;
}

.wysiwyg ol:not([class])[start="86"] {
  counter-reset: count 85;
}

.wysiwyg ol:not([class])[start="87"] {
  counter-reset: count 86;
}

.wysiwyg ol:not([class])[start="88"] {
  counter-reset: count 87;
}

.wysiwyg ol:not([class])[start="89"] {
  counter-reset: count 88;
}

.wysiwyg ol:not([class])[start="90"] {
  counter-reset: count 89;
}

.wysiwyg ol:not([class])[start="91"] {
  counter-reset: count 90;
}

.wysiwyg ol:not([class])[start="92"] {
  counter-reset: count 91;
}

.wysiwyg ol:not([class])[start="93"] {
  counter-reset: count 92;
}

.wysiwyg ol:not([class])[start="94"] {
  counter-reset: count 93;
}

.wysiwyg ol:not([class])[start="95"] {
  counter-reset: count 94;
}

.wysiwyg ol:not([class])[start="96"] {
  counter-reset: count 95;
}

.wysiwyg ol:not([class])[start="97"] {
  counter-reset: count 96;
}

.wysiwyg ol:not([class])[start="98"] {
  counter-reset: count 97;
}

.wysiwyg ol:not([class])[start="99"] {
  counter-reset: count 98;
}

.wysiwyg ol:not([class])[start="100"] {
  counter-reset: count 99;
}

.wysiwyg ol:not([class]) li {
  counter-increment: count;
  display: block;
  line-height: 160%;
  padding: 0 0 0 2.5rem;
  position: relative;
}

.wysiwyg ol:not([class]) li + li {
  margin-top: 0.5rem;
}

.wysiwyg ol:not([class]) > li:before {
  content: counter(count) ".";
  font-family: "roc-grotesk", sans-serif;
  font-weight: 600;
  font-style: normal;
  position: absolute;
  text-align: right;
  top: 0;
  right: calc(100% - 1.5rem);
}

section.flex.bg-sea .wysiwyg ol:not([class]) > li:before,
section.flex.bg-lavendar .wysiwyg ol:not([class]) > li:before,
section.flex.bg-peach .wysiwyg ol:not([class]) > li:before,
section.flex.bg-orange .wysiwyg ol:not([class]) > li:before,
section.flex.bg-pink .wysiwyg ol:not([class]) > li:before,
section.flex.bg-green .wysiwyg ol:not([class]) > li:before,
section.flex.bg-lime .wysiwyg ol:not([class]) > li:before,
section.flex.bg-happy .wysiwyg ol:not([class]) > li:before,
section.flex.bg-calm .wysiwyg ol:not([class]) > li:before,
section.flex.bg-coal .wysiwyg ol:not([class]) > li:before,
section.flex.bg-paper .wysiwyg ol:not([class]) > li:before {
  color: #2E2A39;
}

section.flex.pillar-bg-sea .wysiwyg ol:not([class]) > li:before,
section.flex.pillar-bg-lavendar .wysiwyg ol:not([class]) > li:before,
section.flex.pillar-bg-peach .wysiwyg ol:not([class]) > li:before,
section.flex.pillar-bg-orange .wysiwyg ol:not([class]) > li:before,
section.flex.pillar-bg-pink .wysiwyg ol:not([class]) > li:before,
section.flex.pillar-bg-green .wysiwyg ol:not([class]) > li:before,
section.flex.pillar-bg-lime .wysiwyg ol:not([class]) > li:before,
section.flex.pillar-bg-happy .wysiwyg ol:not([class]) > li:before,
section.flex.pillar-bg-calm .wysiwyg ol:not([class]) > li:before,
section.flex.pillar-bg-coal .wysiwyg ol:not([class]) > li:before,
section.flex.pillar-bg-paper .wysiwyg ol:not([class]) > li:before {
  color: #2E2A39;
}

.wysiwyg ol:not([class]) ul,
.wysiwyg ol:not([class]) ol {
  margin-top: 0.625rem;
}

/** TABLE **/
.wysiwyg table {
  border-collapse: collapse;
  height: auto !important;
  margin: 1.75rem 0 0 0;
  width: 100% !important;
}

.wysiwyg * + table {
  margin: 1.75rem 0 0.25rem 0;
}

.wysiwyg th,
.wysiwyg td {
  padding: 1.5rem;
  width: auto !important;
  vertical-align: top;
}

.wysiwyg th:first-child,
.wysiwyg td:first-child {
  padding-left: 0 !important;
}

.wysiwyg th:last-child,
.wysiwyg td:last-child {
  padding-right: 0 !important;
}

.wysiwyg th *,
.wysiwyg td * {
  font-size: 1rem !important;
}

.wysiwyg th {
  font-weight: 700;
  white-space: nowrap;
}

.wysiwyg tbody td {
  border-top: 1px solid #2E2A39;
}

.page-id-1575 .wysiwyg th:first-child,
.page-id-1575 .wysiwyg td:first-child,
.page-id-1575 .wysiwyg th:first-child *,
.page-id-1575 .wysiwyg td:first-child * {
  font-weight: 700;
}

@media (max-width: 768px) {
  .wysiwyg table tr > * {
    padding: 1.5rem 0 !important;
  }
  .wysiwyg table tr > * + * {
    padding-top: 0 !important;
  }
  .wysiwyg table,
  .wysiwyg table tr,
  .wysiwyg table td,
  .wysiwyg table th,
  .wysiwyg table tbody,
  .wysiwyg table thead {
    display: block;
  }
  .wysiwyg table tr td ~ td {
    border-top: 0;
    padding-top: 0;
  }
  .wysiwyg table tr td:first-child span {
    font-weight: 900 !important;
  }
}
.flex.table.wysiwyg table {
  margin-top: 0 !important;
}

.flex.table.wysiwyg table th,
.flex.table.wysiwyg table td * {
  font-size: 1.375rem !important;
  text-align: left;
}

@font-face {
  font-family: "uicons-regular-rounded";
  src: url(668c7df47b1ea8f7ed40.eot#iefix) format("embedded-opentype"), url(5cda3cf22086fce721f6.woff2) format("woff2"), url(1a30ca1491a7335acd4f.woff) format("woff");
}
i[class^=fi-rr-]:before,
i[class*=" fi-rr-"]:before,
span[class^=fi-rr-]:before,
span[class*=fi-rr-]:before {
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fi-rr-a:before {
  content: "\f101";
}

.fi-rr-ad:before {
  content: "\f102";
}

.fi-rr-add-document:before {
  content: "\f103";
}

.fi-rr-add-folder:before {
  content: "\f104";
}

.fi-rr-add:before {
  content: "\f105";
}

.fi-rr-address-book:before {
  content: "\f106";
}

.fi-rr-air-conditioner:before {
  content: "\f107";
}

.fi-rr-air-freshener:before {
  content: "\f108";
}

.fi-rr-alarm-clock:before {
  content: "\f109";
}

.fi-rr-alarm-exclamation:before {
  content: "\f10a";
}

.fi-rr-alarm-plus:before {
  content: "\f10b";
}

.fi-rr-alarm-snooze:before {
  content: "\f10c";
}

.fi-rr-align-justify:before {
  content: "\f10d";
}

.fi-rr-align-left:before {
  content: "\f10e";
}

.fi-rr-ambulance:before {
  content: "\f10f";
}

.fi-rr-angle-circle-down:before {
  content: "\f110";
}

.fi-rr-angle-circle-left:before {
  content: "\f111";
}

.fi-rr-angle-circle-right:before {
  content: "\f112";
}

.fi-rr-angle-circle-up:before {
  content: "\f113";
}

.fi-rr-angle-double-left:before {
  content: "\f114";
}

.fi-rr-angle-double-right:before {
  content: "\f115";
}

.fi-rr-angle-double-small-down:before {
  content: "\f116";
}

.fi-rr-angle-double-small-left:before {
  content: "\f117";
}

.fi-rr-angle-double-small-right:before {
  content: "\f118";
}

.fi-rr-angle-double-small-up:before {
  content: "\f119";
}

.fi-rr-angle-down:before {
  content: "\f11a";
}

.fi-rr-angle-left:before {
  content: "\f11b";
}

.fi-rr-angle-right:before {
  content: "\f11c";
}

.fi-rr-angle-small-down:before {
  content: "\f11d";
}

.fi-rr-angle-small-left:before {
  content: "\f11e";
}

.fi-rr-angle-small-right:before {
  content: "\f11f";
}

.fi-rr-angle-small-up:before {
  content: "\f120";
}

.fi-rr-angle-square-down:before {
  content: "\f121";
}

.fi-rr-angle-square-left:before {
  content: "\f122";
}

.fi-rr-angle-square-right:before {
  content: "\f123";
}

.fi-rr-angle-square-up:before {
  content: "\f124";
}

.fi-rr-angle-up:before {
  content: "\f125";
}

.fi-rr-angry:before {
  content: "\f126";
}

.fi-rr-apple-whole:before {
  content: "\f127";
}

.fi-rr-apps-add:before {
  content: "\f128";
}

.fi-rr-apps-delete:before {
  content: "\f129";
}

.fi-rr-apps-sort:before {
  content: "\f12a";
}

.fi-rr-apps:before {
  content: "\f12b";
}

.fi-rr-archive:before {
  content: "\f12c";
}

.fi-rr-arrow-alt-circle-down:before {
  content: "\f12d";
}

.fi-rr-arrow-alt-circle-left:before {
  content: "\f12e";
}

.fi-rr-arrow-alt-circle-right:before {
  content: "\f12f";
}

.fi-rr-arrow-alt-circle-up:before {
  content: "\f130";
}

.fi-rr-arrow-alt-down:before {
  content: "\f131";
}

.fi-rr-arrow-alt-from-bottom:before {
  content: "\f132";
}

.fi-rr-arrow-alt-from-left:before {
  content: "\f133";
}

.fi-rr-arrow-alt-from-right:before {
  content: "\f134";
}

.fi-rr-arrow-alt-from-top:before {
  content: "\f135";
}

.fi-rr-arrow-alt-left:before {
  content: "\f136";
}

.fi-rr-arrow-alt-right:before {
  content: "\f137";
}

.fi-rr-arrow-alt-square-down:before {
  content: "\f138";
}

.fi-rr-arrow-alt-square-left:before {
  content: "\f139";
}

.fi-rr-arrow-alt-square-right:before {
  content: "\f13a";
}

.fi-rr-arrow-alt-square-up:before {
  content: "\f13b";
}

.fi-rr-arrow-alt-to-bottom:before {
  content: "\f13c";
}

.fi-rr-arrow-alt-to-left:before {
  content: "\f13d";
}

.fi-rr-arrow-alt-to-right:before {
  content: "\f13e";
}

.fi-rr-arrow-alt-to-top:before {
  content: "\f13f";
}

.fi-rr-arrow-alt-up:before {
  content: "\f140";
}

.fi-rr-arrow-circle-down:before {
  content: "\f141";
}

.fi-rr-arrow-circle-left:before {
  content: "\f142";
}

.fi-rr-arrow-circle-right:before {
  content: "\f143";
}

.fi-rr-arrow-circle-up:before {
  content: "\f144";
}

.fi-rr-arrow-down:before {
  content: "\f145";
}

.fi-rr-arrow-from-bottom:before {
  content: "\f146";
}

.fi-rr-arrow-from-left:before {
  content: "\f147";
}

.fi-rr-arrow-from-right:before {
  content: "\f148";
}

.fi-rr-arrow-from-top:before {
  content: "\f149";
}

.fi-rr-arrow-left:before {
  content: "\f14a";
}

.fi-rr-arrow-right:before {
  content: "\f14b";
}

.fi-rr-arrow-small-down:before {
  content: "\f14c";
}

.fi-rr-arrow-small-left:before {
  content: "\f14d";
}

.fi-rr-arrow-small-right:before {
  content: "\f14e";
}

.fi-rr-arrow-small-up:before {
  content: "\f14f";
}

.fi-rr-arrow-square-down:before {
  content: "\f150";
}

.fi-rr-arrow-square-left:before {
  content: "\f151";
}

.fi-rr-arrow-square-right:before {
  content: "\f152";
}

.fi-rr-arrow-square-up:before {
  content: "\f153";
}

.fi-rr-arrow-to-bottom:before {
  content: "\f154";
}

.fi-rr-arrow-to-left:before {
  content: "\f155";
}

.fi-rr-arrow-to-right:before {
  content: "\f156";
}

.fi-rr-arrow-to-top:before {
  content: "\f157";
}

.fi-rr-arrow-trend-down:before {
  content: "\f158";
}

.fi-rr-arrow-trend-up:before {
  content: "\f159";
}

.fi-rr-arrow-up-from-square:before {
  content: "\f15a";
}

.fi-rr-arrow-up-left-from-circle:before {
  content: "\f15b";
}

.fi-rr-arrow-up-left:before {
  content: "\f15c";
}

.fi-rr-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\f15d";
}

.fi-rr-arrow-up-right-from-square:before {
  content: "\f15e";
}

.fi-rr-arrow-up-right:before {
  content: "\f15f";
}

.fi-rr-arrow-up-square-triangle:before {
  content: "\f160";
}

.fi-rr-arrow-up-to-dotted-line:before {
  content: "\f161";
}

.fi-rr-arrow-up:before {
  content: "\f162";
}

.fi-rr-arrows-alt-h:before {
  content: "\f163";
}

.fi-rr-arrows-alt-v:before {
  content: "\f164";
}

.fi-rr-arrows-alt:before {
  content: "\f165";
}

.fi-rr-arrows-cross:before {
  content: "\f166";
}

.fi-rr-arrows-from-dotted-line:before {
  content: "\f167";
}

.fi-rr-arrows-from-line:before {
  content: "\f168";
}

.fi-rr-arrows-h-copy:before {
  content: "\f169";
}

.fi-rr-arrows-h:before {
  content: "\f16a";
}

.fi-rr-arrows-repeat-1:before {
  content: "\f16b";
}

.fi-rr-arrows-repeat:before {
  content: "\f16c";
}

.fi-rr-arrows-to-dotted-line:before {
  content: "\f16d";
}

.fi-rr-arrows-to-line:before {
  content: "\f16e";
}

.fi-rr-arrows:before {
  content: "\f16f";
}

.fi-rr-assept-document:before {
  content: "\f170";
}

.fi-rr-assistive-listening-systems:before {
  content: "\f171";
}

.fi-rr-asterik:before {
  content: "\f172";
}

.fi-rr-at:before {
  content: "\f173";
}

.fi-rr-aubergine:before {
  content: "\f174";
}

.fi-rr-avocado:before {
  content: "\f175";
}

.fi-rr-b:before {
  content: "\f176";
}

.fi-rr-baby-carriage:before {
  content: "\f177";
}

.fi-rr-backpack:before {
  content: "\f178";
}

.fi-rr-bacon:before {
  content: "\f179";
}

.fi-rr-badge-check:before {
  content: "\f17a";
}

.fi-rr-badge-dollar:before {
  content: "\f17b";
}

.fi-rr-badge-percent:before {
  content: "\f17c";
}

.fi-rr-badge-sheriff:before {
  content: "\f17d";
}

.fi-rr-badge:before {
  content: "\f17e";
}

.fi-rr-bags-shopping:before {
  content: "\f17f";
}

.fi-rr-bahai:before {
  content: "\f180";
}

.fi-rr-balance-scale-left:before {
  content: "\f181";
}

.fi-rr-balance-scale-right:before {
  content: "\f182";
}

.fi-rr-ball:before {
  content: "\f183";
}

.fi-rr-balloons:before {
  content: "\f184";
}

.fi-rr-ballot:before {
  content: "\f185";
}

.fi-rr-ban:before {
  content: "\f186";
}

.fi-rr-band-aid:before {
  content: "\f187";
}

.fi-rr-bank:before {
  content: "\f188";
}

.fi-rr-barber-shop:before {
  content: "\f189";
}

.fi-rr-barcode-read:before {
  content: "\f18a";
}

.fi-rr-barcode-scan:before {
  content: "\f18b";
}

.fi-rr-barcode:before {
  content: "\f18c";
}

.fi-rr-bars-progress:before {
  content: "\f18d";
}

.fi-rr-baseball-alt:before {
  content: "\f18e";
}

.fi-rr-baseball:before {
  content: "\f18f";
}

.fi-rr-basket:before {
  content: "\f190";
}

.fi-rr-basketball:before {
  content: "\f191";
}

.fi-rr-bed-alt:before {
  content: "\f192";
}

.fi-rr-bed:before {
  content: "\f193";
}

.fi-rr-beer:before {
  content: "\f194";
}

.fi-rr-bell-ring:before {
  content: "\f195";
}

.fi-rr-bell-school:before {
  content: "\f196";
}

.fi-rr-bell:before {
  content: "\f197";
}

.fi-rr-bike:before {
  content: "\f198";
}

.fi-rr-biking-mountain:before {
  content: "\f199";
}

.fi-rr-biking:before {
  content: "\f19a";
}

.fi-rr-billiard:before {
  content: "\f19b";
}

.fi-rr-blinds-open:before {
  content: "\f19c";
}

.fi-rr-blinds-raised:before {
  content: "\f19d";
}

.fi-rr-blinds:before {
  content: "\f19e";
}

.fi-rr-bold:before {
  content: "\f19f";
}

.fi-rr-bolt:before {
  content: "\f1a0";
}

.fi-rr-book-alt:before {
  content: "\f1a1";
}

.fi-rr-book-arrow-right:before {
  content: "\f1a2";
}

.fi-rr-book-arrow-up:before {
  content: "\f1a3";
}

.fi-rr-book-bookmark:before {
  content: "\f1a4";
}

.fi-rr-book-open-cover:before {
  content: "\f1a5";
}

.fi-rr-book-open-reader:before {
  content: "\f1a6";
}

.fi-rr-book:before {
  content: "\f1a7";
}

.fi-rr-bookmark:before {
  content: "\f1a8";
}

.fi-rr-books:before {
  content: "\f1a9";
}

.fi-rr-bottle:before {
  content: "\f1aa";
}

.fi-rr-bow-arrow:before {
  content: "\f1ab";
}

.fi-rr-bowling-ball:before {
  content: "\f1ac";
}

.fi-rr-bowling-pins:before {
  content: "\f1ad";
}

.fi-rr-bowling:before {
  content: "\f1ae";
}

.fi-rr-box-alt:before {
  content: "\f1af";
}

.fi-rr-box-ballot:before {
  content: "\f1b0";
}

.fi-rr-box-check:before {
  content: "\f1b1";
}

.fi-rr-box-tissue:before {
  content: "\f1b2";
}

.fi-rr-box:before {
  content: "\f1b3";
}

.fi-rr-boxes:before {
  content: "\f1b4";
}

.fi-rr-boxing-glove:before {
  content: "\f1b5";
}

.fi-rr-braille:before {
  content: "\f1b6";
}

.fi-rr-brain-circuit:before {
  content: "\f1b7";
}

.fi-rr-bread-slice:before {
  content: "\f1b8";
}

.fi-rr-bread:before {
  content: "\f1b9";
}

.fi-rr-briefcase:before {
  content: "\f1ba";
}

.fi-rr-broccoli:before {
  content: "\f1bb";
}

.fi-rr-broom:before {
  content: "\f1bc";
}

.fi-rr-browser:before {
  content: "\f1bd";
}

.fi-rr-brush:before {
  content: "\f1be";
}

.fi-rr-bug:before {
  content: "\f1bf";
}

.fi-rr-building:before {
  content: "\f1c0";
}

.fi-rr-bulb:before {
  content: "\f1c1";
}

.fi-rr-bullseye-pointer:before {
  content: "\f1c2";
}

.fi-rr-bullseye:before {
  content: "\f1c3";
}

.fi-rr-burrito:before {
  content: "\f1c4";
}

.fi-rr-bus-alt:before {
  content: "\f1c5";
}

.fi-rr-bus:before {
  content: "\f1c6";
}

.fi-rr-business-time:before {
  content: "\f1c7";
}

.fi-rr-butterfly:before {
  content: "\f1c8";
}

.fi-rr-c:before {
  content: "\f1c9";
}

.fi-rr-cake-birthday:before {
  content: "\f1ca";
}

.fi-rr-cake-wedding:before {
  content: "\f1cb";
}

.fi-rr-calculator:before {
  content: "\f1cc";
}

.fi-rr-calendar-check:before {
  content: "\f1cd";
}

.fi-rr-calendar-clock:before {
  content: "\f1ce";
}

.fi-rr-calendar-exclamation:before {
  content: "\f1cf";
}

.fi-rr-calendar-lines-pen:before {
  content: "\f1d0";
}

.fi-rr-calendar-lines:before {
  content: "\f1d1";
}

.fi-rr-calendar-minus:before {
  content: "\f1d2";
}

.fi-rr-calendar-pen:before {
  content: "\f1d3";
}

.fi-rr-calendar-plus:before {
  content: "\f1d4";
}

.fi-rr-calendar:before {
  content: "\f1d5";
}

.fi-rr-calendars:before {
  content: "\f1d6";
}

.fi-rr-call-history:before {
  content: "\f1d7";
}

.fi-rr-call-incoming:before {
  content: "\f1d8";
}

.fi-rr-call-missed:before {
  content: "\f1d9";
}

.fi-rr-call-outgoing:before {
  content: "\f1da";
}

.fi-rr-camcorder:before {
  content: "\f1db";
}

.fi-rr-camera:before {
  content: "\f1dc";
}

.fi-rr-camping:before {
  content: "\f1dd";
}

.fi-rr-candy-alt:before {
  content: "\f1de";
}

.fi-rr-candy:before {
  content: "\f1df";
}

.fi-rr-canned-food:before {
  content: "\f1e0";
}

.fi-rr-car-alt:before {
  content: "\f1e1";
}

.fi-rr-car-battery:before {
  content: "\f1e2";
}

.fi-rr-car-bolt:before {
  content: "\f1e3";
}

.fi-rr-car-building:before {
  content: "\f1e4";
}

.fi-rr-car-bump:before {
  content: "\f1e5";
}

.fi-rr-car-bus:before {
  content: "\f1e6";
}

.fi-rr-car-circle-bolt:before {
  content: "\f1e7";
}

.fi-rr-car-crash:before {
  content: "\f1e8";
}

.fi-rr-car-garage:before {
  content: "\f1e9";
}

.fi-rr-car-mechanic:before {
  content: "\f1ea";
}

.fi-rr-car-side-bolt:before {
  content: "\f1eb";
}

.fi-rr-car-side:before {
  content: "\f1ec";
}

.fi-rr-car-tilt:before {
  content: "\f1ed";
}

.fi-rr-car-wash:before {
  content: "\f1ee";
}

.fi-rr-car:before {
  content: "\f1ef";
}

.fi-rr-caravan-alt:before {
  content: "\f1f0";
}

.fi-rr-caravan:before {
  content: "\f1f1";
}

.fi-rr-caret-circle-down:before {
  content: "\f1f2";
}

.fi-rr-caret-circle-right:before {
  content: "\f1f3";
}

.fi-rr-caret-circle-up:before {
  content: "\f1f4";
}

.fi-rr-caret-down:before {
  content: "\f1f5";
}

.fi-rr-caret-left:before {
  content: "\f1f6";
}

.fi-rr-caret-quare-up:before {
  content: "\f1f7";
}

.fi-rr-caret-right:before {
  content: "\f1f8";
}

.fi-rr-caret-square-down:before {
  content: "\f1f9";
}

.fi-rr-caret-square-left_1:before {
  content: "\f1fa";
}

.fi-rr-caret-square-left:before {
  content: "\f1fb";
}

.fi-rr-caret-square-right:before {
  content: "\f1fc";
}

.fi-rr-caret-up:before {
  content: "\f1fd";
}

.fi-rr-carrot:before {
  content: "\f1fe";
}

.fi-rr-cars:before {
  content: "\f1ff";
}

.fi-rr-cash-register:before {
  content: "\f200";
}

.fi-rr-chair-office:before {
  content: "\f201";
}

.fi-rr-chair:before {
  content: "\f202";
}

.fi-rr-charging-station:before {
  content: "\f203";
}

.fi-rr-chart-area:before {
  content: "\f204";
}

.fi-rr-chart-connected:before {
  content: "\f205";
}

.fi-rr-chart-histogram:before {
  content: "\f206";
}

.fi-rr-chart-line-up:before {
  content: "\f207";
}

.fi-rr-chart-network:before {
  content: "\f208";
}

.fi-rr-chart-pie-alt:before {
  content: "\f209";
}

.fi-rr-chart-pie:before {
  content: "\f20a";
}

.fi-rr-chart-pyramid:before {
  content: "\f20b";
}

.fi-rr-chart-scatter:before {
  content: "\f20c";
}

.fi-rr-chart-set-theory:before {
  content: "\f20d";
}

.fi-rr-chart-tree:before {
  content: "\f20e";
}

.fi-rr-chat-arrow-down:before {
  content: "\f20f";
}

.fi-rr-chat-arrow-grow:before {
  content: "\f210";
}

.fi-rr-check:before {
  content: "\f211";
}

.fi-rr-checkbox:before {
  content: "\f212";
}

.fi-rr-cheese:before {
  content: "\f213";
}

.fi-rr-cherry:before {
  content: "\f214";
}

.fi-rr-chess-bishop:before {
  content: "\f215";
}

.fi-rr-chess-board:before {
  content: "\f216";
}

.fi-rr-chess-clock-alt:before {
  content: "\f217";
}

.fi-rr-chess-clock:before {
  content: "\f218";
}

.fi-rr-chess-king-alt:before {
  content: "\f219";
}

.fi-rr-chess-king:before {
  content: "\f21a";
}

.fi-rr-chess-knight-alt:before {
  content: "\f21b";
}

.fi-rr-chess-knight:before {
  content: "\f21c";
}

.fi-rr-chess-pawn-alt:before {
  content: "\f21d";
}

.fi-rr-chess-piece:before {
  content: "\f21e";
}

.fi-rr-chess-queen-alt:before {
  content: "\f21f";
}

.fi-rr-chess-queen:before {
  content: "\f220";
}

.fi-rr-chess-rook-alt:before {
  content: "\f221";
}

.fi-rr-chess-rook:before {
  content: "\f222";
}

.fi-rr-chess:before {
  content: "\f223";
}

.fi-rr-chevron-double-down:before {
  content: "\f224";
}

.fi-rr-chevron-double-up:before {
  content: "\f225";
}

.fi-rr-child-head:before {
  content: "\f226";
}

.fi-rr-chocolate:before {
  content: "\f227";
}

.fi-rr-circle-envelope:before {
  content: "\f228";
}

.fi-rr-circle-phone-flip:before {
  content: "\f229";
}

.fi-rr-circle-phone-hangup:before {
  content: "\f22a";
}

.fi-rr-circle-phone:before {
  content: "\f22b";
}

.fi-rr-circle-small:before {
  content: "\f22c";
}

.fi-rr-circle:before {
  content: "\f22d";
}

.fi-rr-clip:before {
  content: "\f22e";
}

.fi-rr-clipboard-list-check:before {
  content: "\f22f";
}

.fi-rr-clipboard-list:before {
  content: "\f230";
}

.fi-rr-clock-eight-thirty:before {
  content: "\f231";
}

.fi-rr-clock-eleven-thirty:before {
  content: "\f232";
}

.fi-rr-clock-eleven:before {
  content: "\f233";
}

.fi-rr-clock-five-thirty:before {
  content: "\f234";
}

.fi-rr-clock-five:before {
  content: "\f235";
}

.fi-rr-clock-four-thirty:before {
  content: "\f236";
}

.fi-rr-clock-nine-thirty:before {
  content: "\f237";
}

.fi-rr-clock-nine:before {
  content: "\f238";
}

.fi-rr-clock-one-thirty:before {
  content: "\f239";
}

.fi-rr-clock-one:before {
  content: "\f23a";
}

.fi-rr-clock-seven-thirty:before {
  content: "\f23b";
}

.fi-rr-clock-seven:before {
  content: "\f23c";
}

.fi-rr-clock-six-thirty:before {
  content: "\f23d";
}

.fi-rr-clock-six:before {
  content: "\f23e";
}

.fi-rr-clock-ten-thirty:before {
  content: "\f23f";
}

.fi-rr-clock-ten:before {
  content: "\f240";
}

.fi-rr-clock-three-thirty:before {
  content: "\f241";
}

.fi-rr-clock-three:before {
  content: "\f242";
}

.fi-rr-clock-twelve-thirty:before {
  content: "\f243";
}

.fi-rr-clock-twelve:before {
  content: "\f244";
}

.fi-rr-clock-two-thirty:before {
  content: "\f245";
}

.fi-rr-clock-two:before {
  content: "\f246";
}

.fi-rr-clock:before {
  content: "\f247";
}

.fi-rr-cloud-check:before {
  content: "\f248";
}

.fi-rr-cloud-disabled:before {
  content: "\f249";
}

.fi-rr-cloud-download-alt:before {
  content: "\f24a";
}

.fi-rr-cloud-download:before {
  content: "\f24b";
}

.fi-rr-cloud-drizzle:before {
  content: "\f24c";
}

.fi-rr-cloud-hail-mixed:before {
  content: "\f24d";
}

.fi-rr-cloud-hail:before {
  content: "\f24e";
}

.fi-rr-cloud-moon-rain:before {
  content: "\f24f";
}

.fi-rr-cloud-moon:before {
  content: "\f250";
}

.fi-rr-cloud-rain:before {
  content: "\f251";
}

.fi-rr-cloud-rainbow:before {
  content: "\f252";
}

.fi-rr-cloud-share:before {
  content: "\f253";
}

.fi-rr-cloud-showers-heavy:before {
  content: "\f254";
}

.fi-rr-cloud-showers:before {
  content: "\f255";
}

.fi-rr-cloud-sleet:before {
  content: "\f256";
}

.fi-rr-cloud-snow:before {
  content: "\f257";
}

.fi-rr-cloud-sun-rain:before {
  content: "\f258";
}

.fi-rr-cloud-sun:before {
  content: "\f259";
}

.fi-rr-cloud-upload-alt:before {
  content: "\f25a";
}

.fi-rr-cloud-upload:before {
  content: "\f25b";
}

.fi-rr-cloud:before {
  content: "\f25c";
}

.fi-rr-clouds-moon:before {
  content: "\f25d";
}

.fi-rr-clouds-sun:before {
  content: "\f25e";
}

.fi-rr-clouds:before {
  content: "\f25f";
}

.fi-rr-club:before {
  content: "\f260";
}

.fi-rr-cocktail-alt:before {
  content: "\f261";
}

.fi-rr-cocktail:before {
  content: "\f262";
}

.fi-rr-code-branch:before {
  content: "\f263";
}

.fi-rr-code-commit:before {
  content: "\f264";
}

.fi-rr-code-compare:before {
  content: "\f265";
}

.fi-rr-code-fork:before {
  content: "\f266";
}

.fi-rr-code-merge:before {
  content: "\f267";
}

.fi-rr-code-pull-request-closed:before {
  content: "\f268";
}

.fi-rr-code-pull-request-draft:before {
  content: "\f269";
}

.fi-rr-code-pull-request:before {
  content: "\f26a";
}

.fi-rr-code-simple:before {
  content: "\f26b";
}

.fi-rr-coffee-pot:before {
  content: "\f26c";
}

.fi-rr-coffee:before {
  content: "\f26d";
}

.fi-rr-coin:before {
  content: "\f26e";
}

.fi-rr-coins:before {
  content: "\f26f";
}

.fi-rr-comet:before {
  content: "\f270";
}

.fi-rr-comment-alt-middle-top:before {
  content: "\f271";
}

.fi-rr-comment-alt-middle:before {
  content: "\f272";
}

.fi-rr-comment-alt:before {
  content: "\f273";
}

.fi-rr-comment-arrow-down:before {
  content: "\f274";
}

.fi-rr-comment-arrow-up-right:before {
  content: "\f275";
}

.fi-rr-comment-arrow-up:before {
  content: "\f276";
}

.fi-rr-comment-check:before {
  content: "\f277";
}

.fi-rr-comment-code:before {
  content: "\f278";
}

.fi-rr-comment-dollar:before {
  content: "\f279";
}

.fi-rr-comment-exclamation:before {
  content: "\f27a";
}

.fi-rr-comment-heart:before {
  content: "\f27b";
}

.fi-rr-comment-image:before {
  content: "\f27c";
}

.fi-rr-comment-info:before {
  content: "\f27d";
}

.fi-rr-comment-pen:before {
  content: "\f27e";
}

.fi-rr-comment-question:before {
  content: "\f27f";
}

.fi-rr-comment-quote:before {
  content: "\f280";
}

.fi-rr-comment-slash:before {
  content: "\f281";
}

.fi-rr-comment-sms:before {
  content: "\f282";
}

.fi-rr-comment-text:before {
  content: "\f283";
}

.fi-rr-comment-user:before {
  content: "\f284";
}

.fi-rr-comment-xmark:before {
  content: "\f285";
}

.fi-rr-comment:before {
  content: "\f286";
}

.fi-rr-comments-dollar:before {
  content: "\f287";
}

.fi-rr-comments-question-check:before {
  content: "\f288";
}

.fi-rr-comments-question:before {
  content: "\f289";
}

.fi-rr-comments:before {
  content: "\f28a";
}

.fi-rr-compress-alt:before {
  content: "\f28b";
}

.fi-rr-compress:before {
  content: "\f28c";
}

.fi-rr-computer:before {
  content: "\f28d";
}

.fi-rr-confetti:before {
  content: "\f28e";
}

.fi-rr-cookie:before {
  content: "\f28f";
}

.fi-rr-copy-alt:before {
  content: "\f290";
}

.fi-rr-copy:before {
  content: "\f291";
}

.fi-rr-copyright:before {
  content: "\f292";
}

.fi-rr-corn:before {
  content: "\f293";
}

.fi-rr-cow:before {
  content: "\f294";
}

.fi-rr-cream:before {
  content: "\f295";
}

.fi-rr-credit-card:before {
  content: "\f296";
}

.fi-rr-cricket:before {
  content: "\f297";
}

.fi-rr-croissant:before {
  content: "\f298";
}

.fi-rr-cross-circle:before {
  content: "\f299";
}

.fi-rr-cross-small:before {
  content: "\f29a";
}

.fi-rr-cross:before {
  content: "\f29b";
}

.fi-rr-crown:before {
  content: "\f29c";
}

.fi-rr-crystal-ball:before {
  content: "\f29d";
}

.fi-rr-cube:before {
  content: "\f29e";
}

.fi-rr-cupcake:before {
  content: "\f29f";
}

.fi-rr-curling:before {
  content: "\f2a0";
}

.fi-rr-cursor-finger:before {
  content: "\f2a1";
}

.fi-rr-cursor-plus:before {
  content: "\f2a2";
}

.fi-rr-cursor-text-alt:before {
  content: "\f2a3";
}

.fi-rr-cursor-text:before {
  content: "\f2a4";
}

.fi-rr-cursor:before {
  content: "\f2a5";
}

.fi-rr-d:before {
  content: "\f2a6";
}

.fi-rr-dart:before {
  content: "\f2a7";
}

.fi-rr-dashboard:before {
  content: "\f2a8";
}

.fi-rr-data-transfer:before {
  content: "\f2a9";
}

.fi-rr-database:before {
  content: "\f2aa";
}

.fi-rr-delete-document:before {
  content: "\f2ab";
}

.fi-rr-delete-user:before {
  content: "\f2ac";
}

.fi-rr-delete:before {
  content: "\f2ad";
}

.fi-rr-democrat:before {
  content: "\f2ae";
}

.fi-rr-dewpoint:before {
  content: "\f2af";
}

.fi-rr-diagram-project:before {
  content: "\f2b0";
}

.fi-rr-diamond:before {
  content: "\f2b1";
}

.fi-rr-dice-alt:before {
  content: "\f2b2";
}

.fi-rr-dice-d10:before {
  content: "\f2b3";
}

.fi-rr-dice-d12:before {
  content: "\f2b4";
}

.fi-rr-dice-d20:before {
  content: "\f2b5";
}

.fi-rr-dice-d4:before {
  content: "\f2b6";
}

.fi-rr-dice-d6:before {
  content: "\f2b7";
}

.fi-rr-dice-d8:before {
  content: "\f2b8";
}

.fi-rr-dice-four:before {
  content: "\f2b9";
}

.fi-rr-dice-one:before {
  content: "\f2ba";
}

.fi-rr-dice-six:before {
  content: "\f2bb";
}

.fi-rr-dice-three:before {
  content: "\f2bc";
}

.fi-rr-dice-two:before {
  content: "\f2bd";
}

.fi-rr-dice:before {
  content: "\f2be";
}

.fi-rr-diploma:before {
  content: "\f2bf";
}

.fi-rr-disco-ball:before {
  content: "\f2c0";
}

.fi-rr-disk:before {
  content: "\f2c1";
}

.fi-rr-display-code:before {
  content: "\f2c2";
}

.fi-rr-dizzy:before {
  content: "\f2c3";
}

.fi-rr-doctor:before {
  content: "\f2c4";
}

.fi-rr-document-signed:before {
  content: "\f2c5";
}

.fi-rr-document:before {
  content: "\f2c6";
}

.fi-rr-dollar:before {
  content: "\f2c7";
}

.fi-rr-donate:before {
  content: "\f2c8";
}

.fi-rr-down-left-and-up-right-to-center:before {
  content: "\f2c9";
}

.fi-rr-download:before {
  content: "\f2ca";
}

.fi-rr-drafting-compass:before {
  content: "\f2cb";
}

.fi-rr-dreidel:before {
  content: "\f2cc";
}

.fi-rr-drink-alt:before {
  content: "\f2cd";
}

.fi-rr-drumstick:before {
  content: "\f2ce";
}

.fi-rr-duplicate:before {
  content: "\f2cf";
}

.fi-rr-e-learning:before {
  content: "\f2d0";
}

.fi-rr-e:before {
  content: "\f2d1";
}

.fi-rr-earnings:before {
  content: "\f2d2";
}

.fi-rr-eclipse-alt:before {
  content: "\f2d3";
}

.fi-rr-eclipse:before {
  content: "\f2d4";
}

.fi-rr-edit-alt:before {
  content: "\f2d5";
}

.fi-rr-edit:before {
  content: "\f2d6";
}

.fi-rr-egg-fried:before {
  content: "\f2d7";
}

.fi-rr-egg:before {
  content: "\f2d8";
}

.fi-rr-engine-warning:before {
  content: "\f2d9";
}

.fi-rr-enter:before {
  content: "\f2da";
}

.fi-rr-envelope-ban:before {
  content: "\f2db";
}

.fi-rr-envelope-bulk:before {
  content: "\f2dc";
}

.fi-rr-envelope-download:before {
  content: "\f2dd";
}

.fi-rr-envelope-marker:before {
  content: "\f2de";
}

.fi-rr-envelope-open-dollar:before {
  content: "\f2df";
}

.fi-rr-envelope-open-text:before {
  content: "\f2e0";
}

.fi-rr-envelope-open:before {
  content: "\f2e1";
}

.fi-rr-envelope-plus:before {
  content: "\f2e2";
}

.fi-rr-envelope:before {
  content: "\f2e3";
}

.fi-rr-equality:before {
  content: "\f2e4";
}

.fi-rr-euro:before {
  content: "\f2e5";
}

.fi-rr-exchange-alt:before {
  content: "\f2e6";
}

.fi-rr-exchange:before {
  content: "\f2e7";
}

.fi-rr-exclamation:before {
  content: "\f2e8";
}

.fi-rr-exit:before {
  content: "\f2e9";
}

.fi-rr-expand-arrows-alt:before {
  content: "\f2ea";
}

.fi-rr-expand-arrows:before {
  content: "\f2eb";
}

.fi-rr-expand:before {
  content: "\f2ec";
}

.fi-rr-eye-crossed:before {
  content: "\f2ed";
}

.fi-rr-eye-dropper:before {
  content: "\f2ee";
}

.fi-rr-eye:before {
  content: "\f2ef";
}

.fi-rr-f:before {
  content: "\f2f0";
}

.fi-rr-feather:before {
  content: "\f2f1";
}

.fi-rr-ferris-wheel:before {
  content: "\f2f2";
}

.fi-rr-fighter-jet:before {
  content: "\f2f3";
}

.fi-rr-file-ai:before {
  content: "\f2f4";
}

.fi-rr-file-chart-line:before {
  content: "\f2f5";
}

.fi-rr-file-chart-pie:before {
  content: "\f2f6";
}

.fi-rr-file-code:before {
  content: "\f2f7";
}

.fi-rr-file-eps:before {
  content: "\f2f8";
}

.fi-rr-file-invoice-dollar:before {
  content: "\f2f9";
}

.fi-rr-file-invoice:before {
  content: "\f2fa";
}

.fi-rr-file-psd:before {
  content: "\f2fb";
}

.fi-rr-file-spreadsheet:before {
  content: "\f2fc";
}

.fi-rr-file-video:before {
  content: "\f2fd";
}

.fi-rr-file:before {
  content: "\f2fe";
}

.fi-rr-fill:before {
  content: "\f2ff";
}

.fi-rr-film-slash:before {
  content: "\f300";
}

.fi-rr-film:before {
  content: "\f301";
}

.fi-rr-filter-slash:before {
  content: "\f302";
}

.fi-rr-filter:before {
  content: "\f303";
}

.fi-rr-filters:before {
  content: "\f304";
}

.fi-rr-fingerprint:before {
  content: "\f305";
}

.fi-rr-fish:before {
  content: "\f306";
}

.fi-rr-flag-alt:before {
  content: "\f307";
}

.fi-rr-flag-usa:before {
  content: "\f308";
}

.fi-rr-flag:before {
  content: "\f309";
}

.fi-rr-flame:before {
  content: "\f30a";
}

.fi-rr-flip-horizontal:before {
  content: "\f30b";
}

.fi-rr-flower-bouquet:before {
  content: "\f30c";
}

.fi-rr-flower-tulip:before {
  content: "\f30d";
}

.fi-rr-flower:before {
  content: "\f30e";
}

.fi-rr-flushed:before {
  content: "\f30f";
}

.fi-rr-fog:before {
  content: "\f310";
}

.fi-rr-folder-download:before {
  content: "\f311";
}

.fi-rr-folder-minus:before {
  content: "\f312";
}

.fi-rr-folder-times:before {
  content: "\f313";
}

.fi-rr-folder-tree:before {
  content: "\f314";
}

.fi-rr-folder-upload:before {
  content: "\f315";
}

.fi-rr-folder:before {
  content: "\f316";
}

.fi-rr-folders:before {
  content: "\f317";
}

.fi-rr-following:before {
  content: "\f318";
}

.fi-rr-football:before {
  content: "\f319";
}

.fi-rr-fork:before {
  content: "\f31a";
}

.fi-rr-form:before {
  content: "\f31b";
}

.fi-rr-forward:before {
  content: "\f31c";
}

.fi-rr-fox:before {
  content: "\f31d";
}

.fi-rr-french-fries:before {
  content: "\f31e";
}

.fi-rr-frown:before {
  content: "\f31f";
}

.fi-rr-ftp:before {
  content: "\f320";
}

.fi-rr-funnel-dollar:before {
  content: "\f321";
}

.fi-rr-g:before {
  content: "\f322";
}

.fi-rr-gallery:before {
  content: "\f323";
}

.fi-rr-game-board-alt:before {
  content: "\f324";
}

.fi-rr-gamepad:before {
  content: "\f325";
}

.fi-rr-garage-car:before {
  content: "\f326";
}

.fi-rr-garage-open:before {
  content: "\f327";
}

.fi-rr-garage:before {
  content: "\f328";
}

.fi-rr-garlic:before {
  content: "\f329";
}

.fi-rr-gas-pump-alt:before {
  content: "\f32a";
}

.fi-rr-gas-pump-slash:before {
  content: "\f32b";
}

.fi-rr-gas-pump:before {
  content: "\f32c";
}

.fi-rr-gem:before {
  content: "\f32d";
}

.fi-rr-gif:before {
  content: "\f32e";
}

.fi-rr-gift-card:before {
  content: "\f32f";
}

.fi-rr-gift:before {
  content: "\f330";
}

.fi-rr-gifts:before {
  content: "\f331";
}

.fi-rr-gingerbread-man:before {
  content: "\f332";
}

.fi-rr-glass-cheers:before {
  content: "\f333";
}

.fi-rr-glass:before {
  content: "\f334";
}

.fi-rr-glasses:before {
  content: "\f335";
}

.fi-rr-globe-alt:before {
  content: "\f336";
}

.fi-rr-globe:before {
  content: "\f337";
}

.fi-rr-golf-ball:before {
  content: "\f338";
}

.fi-rr-golf:before {
  content: "\f339";
}

.fi-rr-graduation-cap:before {
  content: "\f33a";
}

.fi-rr-grape:before {
  content: "\f33b";
}

.fi-rr-graphic-tablet:before {
  content: "\f33c";
}

.fi-rr-grid-alt:before {
  content: "\f33d";
}

.fi-rr-grid:before {
  content: "\f33e";
}

.fi-rr-grill:before {
  content: "\f33f";
}

.fi-rr-grimace:before {
  content: "\f340";
}

.fi-rr-grin-alt:before {
  content: "\f341";
}

.fi-rr-grin-beam-sweat:before {
  content: "\f342";
}

.fi-rr-grin-beam:before {
  content: "\f343";
}

.fi-rr-grin-hearts:before {
  content: "\f344";
}

.fi-rr-grin-squint-tears:before {
  content: "\f345";
}

.fi-rr-grin-squint:before {
  content: "\f346";
}

.fi-rr-grin-stars:before {
  content: "\f347";
}

.fi-rr-grin-tears:before {
  content: "\f348";
}

.fi-rr-grin-tongue-squint:before {
  content: "\f349";
}

.fi-rr-grin-tongue-wink:before {
  content: "\f34a";
}

.fi-rr-grin-tongue:before {
  content: "\f34b";
}

.fi-rr-grin-wink:before {
  content: "\f34c";
}

.fi-rr-grin:before {
  content: "\f34d";
}

.fi-rr-guitar:before {
  content: "\f34e";
}

.fi-rr-gym:before {
  content: "\f34f";
}

.fi-rr-h:before {
  content: "\f350";
}

.fi-rr-hamburger-soda:before {
  content: "\f351";
}

.fi-rr-hamburger:before {
  content: "\f352";
}

.fi-rr-hand-holding-box:before {
  content: "\f353";
}

.fi-rr-hand-holding-heart:before {
  content: "\f354";
}

.fi-rr-hand-holding-seeding:before {
  content: "\f355";
}

.fi-rr-hand:before {
  content: "\f356";
}

.fi-rr-handshake:before {
  content: "\f357";
}

.fi-rr-hastag:before {
  content: "\f358";
}

.fi-rr-hat-birthday:before {
  content: "\f359";
}

.fi-rr-hat-chef:before {
  content: "\f35a";
}

.fi-rr-head-side-thinking:before {
  content: "\f35b";
}

.fi-rr-headphones:before {
  content: "\f35c";
}

.fi-rr-headset:before {
  content: "\f35d";
}

.fi-rr-heart-arrow:before {
  content: "\f35e";
}

.fi-rr-heart:before {
  content: "\f35f";
}

.fi-rr-heat:before {
  content: "\f360";
}

.fi-rr-helicopter-side:before {
  content: "\f361";
}

.fi-rr-highlighter:before {
  content: "\f362";
}

.fi-rr-hiking:before {
  content: "\f363";
}

.fi-rr-hockey-puck:before {
  content: "\f364";
}

.fi-rr-hockey-sticks:before {
  content: "\f365";
}

.fi-rr-home-location-alt:before {
  content: "\f366";
}

.fi-rr-home-location:before {
  content: "\f367";
}

.fi-rr-home:before {
  content: "\f368";
}

.fi-rr-hotdog:before {
  content: "\f369";
}

.fi-rr-hourglass-end:before {
  content: "\f36a";
}

.fi-rr-hourglass:before {
  content: "\f36b";
}

.fi-rr-house-flood:before {
  content: "\f36c";
}

.fi-rr-hryvnia:before {
  content: "\f36d";
}

.fi-rr-humidity:before {
  content: "\f36e";
}

.fi-rr-hurricane:before {
  content: "\f36f";
}

.fi-rr-i:before {
  content: "\f370";
}

.fi-rr-ice-cream:before {
  content: "\f371";
}

.fi-rr-ice-skate:before {
  content: "\f372";
}

.fi-rr-id-badge:before {
  content: "\f373";
}

.fi-rr-inbox-in:before {
  content: "\f374";
}

.fi-rr-inbox-out:before {
  content: "\f375";
}

.fi-rr-inbox:before {
  content: "\f376";
}

.fi-rr-incognito:before {
  content: "\f377";
}

.fi-rr-indent:before {
  content: "\f378";
}

.fi-rr-infinity:before {
  content: "\f379";
}

.fi-rr-info:before {
  content: "\f37a";
}

.fi-rr-interactive:before {
  content: "\f37b";
}

.fi-rr-interlining:before {
  content: "\f37c";
}

.fi-rr-interrogation:before {
  content: "\f37d";
}

.fi-rr-italic:before {
  content: "\f37e";
}

.fi-rr-j:before {
  content: "\f37f";
}

.fi-rr-jam:before {
  content: "\f380";
}

.fi-rr-jpg:before {
  content: "\f381";
}

.fi-rr-k:before {
  content: "\f382";
}

.fi-rr-kerning:before {
  content: "\f383";
}

.fi-rr-key:before {
  content: "\f384";
}

.fi-rr-keyboard:before {
  content: "\f385";
}

.fi-rr-keynote:before {
  content: "\f386";
}

.fi-rr-kiss-beam:before {
  content: "\f387";
}

.fi-rr-kiss-wink-heart:before {
  content: "\f388";
}

.fi-rr-kiss:before {
  content: "\f389";
}

.fi-rr-kite:before {
  content: "\f38a";
}

.fi-rr-knife:before {
  content: "\f38b";
}

.fi-rr-l:before {
  content: "\f38c";
}

.fi-rr-label:before {
  content: "\f38d";
}

.fi-rr-laptop-code:before {
  content: "\f38e";
}

.fi-rr-laptop:before {
  content: "\f38f";
}

.fi-rr-lasso:before {
  content: "\f390";
}

.fi-rr-laugh-beam:before {
  content: "\f391";
}

.fi-rr-laugh-squint:before {
  content: "\f392";
}

.fi-rr-laugh-wink:before {
  content: "\f393";
}

.fi-rr-laugh:before {
  content: "\f394";
}

.fi-rr-layer-minus:before {
  content: "\f395";
}

.fi-rr-layer-plus:before {
  content: "\f396";
}

.fi-rr-layers:before {
  content: "\f397";
}

.fi-rr-layout-fluid:before {
  content: "\f398";
}

.fi-rr-leaf:before {
  content: "\f399";
}

.fi-rr-lemon:before {
  content: "\f39a";
}

.fi-rr-letter-case:before {
  content: "\f39b";
}

.fi-rr-lettuce:before {
  content: "\f39c";
}

.fi-rr-level-down-alt:before {
  content: "\f39d";
}

.fi-rr-level-down:before {
  content: "\f39e";
}

.fi-rr-level-up-alt:before {
  content: "\f39f";
}

.fi-rr-level-up:before {
  content: "\f3a0";
}

.fi-rr-life-ring:before {
  content: "\f3a1";
}

.fi-rr-lightbulb-dollar:before {
  content: "\f3a2";
}

.fi-rr-line-width:before {
  content: "\f3a3";
}

.fi-rr-link-alt:before {
  content: "\f3a4";
}

.fi-rr-link-horizontal-slash:before {
  content: "\f3a5";
}

.fi-rr-link-horizontal:before {
  content: "\f3a6";
}

.fi-rr-link-slash-alt:before {
  content: "\f3a7";
}

.fi-rr-link-slash:before {
  content: "\f3a8";
}

.fi-rr-link:before {
  content: "\f3a9";
}

.fi-rr-lipstick:before {
  content: "\f3aa";
}

.fi-rr-lira-sign:before {
  content: "\f3ab";
}

.fi-rr-list-check:before {
  content: "\f3ac";
}

.fi-rr-list:before {
  content: "\f3ad";
}

.fi-rr-loading:before {
  content: "\f3ae";
}

.fi-rr-location-alt:before {
  content: "\f3af";
}

.fi-rr-lock-alt:before {
  content: "\f3b0";
}

.fi-rr-lock:before {
  content: "\f3b1";
}

.fi-rr-luchador:before {
  content: "\f3b2";
}

.fi-rr-luggage-rolling:before {
  content: "\f3b3";
}

.fi-rr-m:before {
  content: "\f3b4";
}

.fi-rr-magic-wand:before {
  content: "\f3b5";
}

.fi-rr-mailbox:before {
  content: "\f3b6";
}

.fi-rr-makeup-brush:before {
  content: "\f3b7";
}

.fi-rr-man-head:before {
  content: "\f3b8";
}

.fi-rr-map-marker-cross:before {
  content: "\f3b9";
}

.fi-rr-map-marker-home:before {
  content: "\f3ba";
}

.fi-rr-map-marker-minus:before {
  content: "\f3bb";
}

.fi-rr-map-marker-plus:before {
  content: "\f3bc";
}

.fi-rr-map-marker:before {
  content: "\f3bd";
}

.fi-rr-map:before {
  content: "\f3be";
}

.fi-rr-marker-time:before {
  content: "\f3bf";
}

.fi-rr-marker:before {
  content: "\f3c0";
}

.fi-rr-mars-double:before {
  content: "\f3c1";
}

.fi-rr-mars:before {
  content: "\f3c2";
}

.fi-rr-mask-carnival:before {
  content: "\f3c3";
}

.fi-rr-mask:before {
  content: "\f3c4";
}

.fi-rr-medicine:before {
  content: "\f3c5";
}

.fi-rr-megaphone:before {
  content: "\f3c6";
}

.fi-rr-meh-blank:before {
  content: "\f3c7";
}

.fi-rr-meh-rolling-eyes:before {
  content: "\f3c8";
}

.fi-rr-meh:before {
  content: "\f3c9";
}

.fi-rr-melon:before {
  content: "\f3ca";
}

.fi-rr-menu-burger:before {
  content: "\f3cb";
}

.fi-rr-menu-dots-vertical:before {
  content: "\f3cc";
}

.fi-rr-menu-dots:before {
  content: "\f3cd";
}

.fi-rr-message-code:before {
  content: "\f3ce";
}

.fi-rr-meteor:before {
  content: "\f3cf";
}

.fi-rr-microphone-alt:before {
  content: "\f3d0";
}

.fi-rr-microphone:before {
  content: "\f3d1";
}

.fi-rr-mind-share:before {
  content: "\f3d2";
}

.fi-rr-minus-small:before {
  content: "\f3d3";
}

.fi-rr-minus:before {
  content: "\f3d4";
}

.fi-rr-mobile-button:before {
  content: "\f3d5";
}

.fi-rr-mobile-notch:before {
  content: "\f3d6";
}

.fi-rr-mobile:before {
  content: "\f3d7";
}

.fi-rr-mode-landscape:before {
  content: "\f3d8";
}

.fi-rr-mode-portrait:before {
  content: "\f3d9";
}

.fi-rr-money-bill-wave-alt:before {
  content: "\f3da";
}

.fi-rr-money-bill-wave:before {
  content: "\f3db";
}

.fi-rr-money-check-edit-alt:before {
  content: "\f3dc";
}

.fi-rr-money-check-edit:before {
  content: "\f3dd";
}

.fi-rr-money-check:before {
  content: "\f3de";
}

.fi-rr-money:before {
  content: "\f3df";
}

.fi-rr-moon-stars:before {
  content: "\f3e0";
}

.fi-rr-moon:before {
  content: "\f3e1";
}

.fi-rr-motorcycle:before {
  content: "\f3e2";
}

.fi-rr-mountains:before {
  content: "\f3e3";
}

.fi-rr-mouse:before {
  content: "\f3e4";
}

.fi-rr-mug-alt:before {
  content: "\f3e5";
}

.fi-rr-mug-hot-alt:before {
  content: "\f3e6";
}

.fi-rr-mug-hot:before {
  content: "\f3e7";
}

.fi-rr-mug-tea:before {
  content: "\f3e8";
}

.fi-rr-mug:before {
  content: "\f3e9";
}

.fi-rr-mushroom:before {
  content: "\f3ea";
}

.fi-rr-music-alt:before {
  content: "\f3eb";
}

.fi-rr-music-file:before {
  content: "\f3ec";
}

.fi-rr-music:before {
  content: "\f3ed";
}

.fi-rr-n:before {
  content: "\f3ee";
}

.fi-rr-navigation:before {
  content: "\f3ef";
}

.fi-rr-network-cloud:before {
  content: "\f3f0";
}

.fi-rr-network:before {
  content: "\f3f1";
}

.fi-rr-noodles:before {
  content: "\f3f2";
}

.fi-rr-notebook:before {
  content: "\f3f3";
}

.fi-rr-o:before {
  content: "\f3f4";
}

.fi-rr-oil-can:before {
  content: "\f3f5";
}

.fi-rr-oil-temp:before {
  content: "\f3f6";
}

.fi-rr-olive-oil:before {
  content: "\f3f7";
}

.fi-rr-olives:before {
  content: "\f3f8";
}

.fi-rr-onion:before {
  content: "\f3f9";
}

.fi-rr-opacity:before {
  content: "\f3fa";
}

.fi-rr-overline:before {
  content: "\f3fb";
}

.fi-rr-p:before {
  content: "\f3fc";
}

.fi-rr-package:before {
  content: "\f3fd";
}

.fi-rr-page-break:before {
  content: "\f3fe";
}

.fi-rr-paint-brush:before {
  content: "\f3ff";
}

.fi-rr-paint-roller:before {
  content: "\f400";
}

.fi-rr-palette:before {
  content: "\f401";
}

.fi-rr-pan:before {
  content: "\f402";
}

.fi-rr-paper-plane:before {
  content: "\f403";
}

.fi-rr-password:before {
  content: "\f404";
}

.fi-rr-pause:before {
  content: "\f405";
}

.fi-rr-paw:before {
  content: "\f406";
}

.fi-rr-peach:before {
  content: "\f407";
}

.fi-rr-pencil-ruler:before {
  content: "\f408";
}

.fi-rr-pencil:before {
  content: "\f409";
}

.fi-rr-pennant:before {
  content: "\f40a";
}

.fi-rr-people-poll:before {
  content: "\f40b";
}

.fi-rr-pepper-hot:before {
  content: "\f40c";
}

.fi-rr-pepper:before {
  content: "\f40d";
}

.fi-rr-percentage:before {
  content: "\f40e";
}

.fi-rr-pharmacy:before {
  content: "\f40f";
}

.fi-rr-phone-call:before {
  content: "\f410";
}

.fi-rr-phone-cross:before {
  content: "\f411";
}

.fi-rr-phone-office:before {
  content: "\f412";
}

.fi-rr-phone-pause:before {
  content: "\f413";
}

.fi-rr-phone-slash:before {
  content: "\f414";
}

.fi-rr-photo-film-music:before {
  content: "\f415";
}

.fi-rr-photo-video:before {
  content: "\f416";
}

.fi-rr-physics:before {
  content: "\f417";
}

.fi-rr-picnic:before {
  content: "\f418";
}

.fi-rr-picture:before {
  content: "\f419";
}

.fi-rr-pie:before {
  content: "\f41a";
}

.fi-rr-piece:before {
  content: "\f41b";
}

.fi-rr-piggy-bank:before {
  content: "\f41c";
}

.fi-rr-pineapple:before {
  content: "\f41d";
}

.fi-rr-ping-pong:before {
  content: "\f41e";
}

.fi-rr-pizza-slice:before {
  content: "\f41f";
}

.fi-rr-plane-alt:before {
  content: "\f420";
}

.fi-rr-plane:before {
  content: "\f421";
}

.fi-rr-plate:before {
  content: "\f422";
}

.fi-rr-play-alt:before {
  content: "\f423";
}

.fi-rr-play-pause:before {
  content: "\f424";
}

.fi-rr-play:before {
  content: "\f425";
}

.fi-rr-playing-cards:before {
  content: "\f426";
}

.fi-rr-plus-small:before {
  content: "\f427";
}

.fi-rr-plus:before {
  content: "\f428";
}

.fi-rr-podium-star:before {
  content: "\f429";
}

.fi-rr-podium:before {
  content: "\f42a";
}

.fi-rr-poker-chip:before {
  content: "\f42b";
}

.fi-rr-poo:before {
  content: "\f42c";
}

.fi-rr-popcorn:before {
  content: "\f42d";
}

.fi-rr-portrait:before {
  content: "\f42e";
}

.fi-rr-pot:before {
  content: "\f42f";
}

.fi-rr-pound:before {
  content: "\f430";
}

.fi-rr-power:before {
  content: "\f431";
}

.fi-rr-presentation:before {
  content: "\f432";
}

.fi-rr-print:before {
  content: "\f433";
}

.fi-rr-protractor:before {
  content: "\f434";
}

.fi-rr-pulse:before {
  content: "\f435";
}

.fi-rr-pumpkin:before {
  content: "\f436";
}

.fi-rr-puzzle:before {
  content: "\f437";
}

.fi-rr-pyramid:before {
  content: "\f438";
}

.fi-rr-q:before {
  content: "\f439";
}

.fi-rr-qrcode:before {
  content: "\f43a";
}

.fi-rr-question-square:before {
  content: "\f43b";
}

.fi-rr-question:before {
  content: "\f43c";
}

.fi-rr-quote-right:before {
  content: "\f43d";
}

.fi-rr-r:before {
  content: "\f43e";
}

.fi-rr-racquet:before {
  content: "\f43f";
}

.fi-rr-radish:before {
  content: "\f440";
}

.fi-rr-rainbow:before {
  content: "\f441";
}

.fi-rr-raindrops:before {
  content: "\f442";
}

.fi-rr-rec:before {
  content: "\f443";
}

.fi-rr-receipt:before {
  content: "\f444";
}

.fi-rr-record-vinyl:before {
  content: "\f445";
}

.fi-rr-rectabgle-vertical:before {
  content: "\f446";
}

.fi-rr-rectangle-barcode:before {
  content: "\f447";
}

.fi-rr-rectangle-code:before {
  content: "\f448";
}

.fi-rr-rectangle-horizontal:before {
  content: "\f449";
}

.fi-rr-rectangle-panoramic:before {
  content: "\f44a";
}

.fi-rr-rectangle-xmark:before {
  content: "\f44b";
}

.fi-rr-recycle:before {
  content: "\f44c";
}

.fi-rr-redo-alt:before {
  content: "\f44d";
}

.fi-rr-redo:before {
  content: "\f44e";
}

.fi-rr-reflect:before {
  content: "\f44f";
}

.fi-rr-refresh:before {
  content: "\f450";
}

.fi-rr-registered:before {
  content: "\f451";
}

.fi-rr-remove-user:before {
  content: "\f452";
}

.fi-rr-reply-all:before {
  content: "\f453";
}

.fi-rr-republican:before {
  content: "\f454";
}

.fi-rr-resize:before {
  content: "\f455";
}

.fi-rr-resources:before {
  content: "\f456";
}

.fi-rr-restaurant:before {
  content: "\f457";
}

.fi-rr-rewind:before {
  content: "\f458";
}

.fi-rr-rhombus:before {
  content: "\f459";
}

.fi-rr-rings-wedding:before {
  content: "\f45a";
}

.fi-rr-road:before {
  content: "\f45b";
}

.fi-rr-rocket-lunch:before {
  content: "\f45c";
}

.fi-rr-rocket:before {
  content: "\f45d";
}

.fi-rr-room-service:before {
  content: "\f45e";
}

.fi-rr-rotate-left:before {
  content: "\f45f";
}

.fi-rr-rotate-right:before {
  content: "\f460";
}

.fi-rr-ruble-sign:before {
  content: "\f461";
}

.fi-rr-rugby:before {
  content: "\f462";
}

.fi-rr-ruler-combined:before {
  content: "\f463";
}

.fi-rr-ruler-horizontal:before {
  content: "\f464";
}

.fi-rr-ruler-triangle:before {
  content: "\f465";
}

.fi-rr-ruler-vertical:before {
  content: "\f466";
}

.fi-rr-running:before {
  content: "\f467";
}

.fi-rr-rupee-sign:before {
  content: "\f468";
}

.fi-rr-rv:before {
  content: "\f469";
}

.fi-rr-s:before {
  content: "\f46a";
}

.fi-rr-sack-dollar:before {
  content: "\f46b";
}

.fi-rr-sack:before {
  content: "\f46c";
}

.fi-rr-sad-cry:before {
  content: "\f46d";
}

.fi-rr-sad-tear:before {
  content: "\f46e";
}

.fi-rr-sad:before {
  content: "\f46f";
}

.fi-rr-salad:before {
  content: "\f470";
}

.fi-rr-salt-pepper:before {
  content: "\f471";
}

.fi-rr-sandwich:before {
  content: "\f472";
}

.fi-rr-sauce:before {
  content: "\f473";
}

.fi-rr-sausage:before {
  content: "\f474";
}

.fi-rr-scale:before {
  content: "\f475";
}

.fi-rr-school-bus:before {
  content: "\f476";
}

.fi-rr-school:before {
  content: "\f477";
}

.fi-rr-scissors:before {
  content: "\f478";
}

.fi-rr-screen:before {
  content: "\f479";
}

.fi-rr-search-alt:before {
  content: "\f47a";
}

.fi-rr-search-dollar:before {
  content: "\f47b";
}

.fi-rr-search-heart:before {
  content: "\f47c";
}

.fi-rr-search-location:before {
  content: "\f47d";
}

.fi-rr-search:before {
  content: "\f47e";
}

.fi-rr-security:before {
  content: "\f47f";
}

.fi-rr-sensor-alert:before {
  content: "\f480";
}

.fi-rr-sensor-fire:before {
  content: "\f481";
}

.fi-rr-sensor-on:before {
  content: "\f482";
}

.fi-rr-sensor-smoke:before {
  content: "\f483";
}

.fi-rr-sensor:before {
  content: "\f484";
}

.fi-rr-settings-sliders:before {
  content: "\f485";
}

.fi-rr-settings:before {
  content: "\f486";
}

.fi-rr-share:before {
  content: "\f487";
}

.fi-rr-shekel-sign:before {
  content: "\f488";
}

.fi-rr-shield-check:before {
  content: "\f489";
}

.fi-rr-shield-exclamation:before {
  content: "\f48a";
}

.fi-rr-shield-interrogation:before {
  content: "\f48b";
}

.fi-rr-shield-plus:before {
  content: "\f48c";
}

.fi-rr-shield:before {
  content: "\f48d";
}

.fi-rr-ship-side:before {
  content: "\f48e";
}

.fi-rr-ship:before {
  content: "\f48f";
}

.fi-rr-shop:before {
  content: "\f490";
}

.fi-rr-shopping-bag-add:before {
  content: "\f491";
}

.fi-rr-shopping-bag:before {
  content: "\f492";
}

.fi-rr-shopping-basket:before {
  content: "\f493";
}

.fi-rr-shopping-cart-add:before {
  content: "\f494";
}

.fi-rr-shopping-cart-check:before {
  content: "\f495";
}

.fi-rr-shopping-cart:before {
  content: "\f496";
}

.fi-rr-shrimp:before {
  content: "\f497";
}

.fi-rr-shuffle:before {
  content: "\f498";
}

.fi-rr-shuttle-van:before {
  content: "\f499";
}

.fi-rr-shuttlecock:before {
  content: "\f49a";
}

.fi-rr-sidebar-flip:before {
  content: "\f49b";
}

.fi-rr-sidebar:before {
  content: "\f49c";
}

.fi-rr-sign-in-alt:before {
  content: "\f49d";
}

.fi-rr-sign-out-alt:before {
  content: "\f49e";
}

.fi-rr-signal-alt-1:before {
  content: "\f49f";
}

.fi-rr-signal-alt-2:before {
  content: "\f4a0";
}

.fi-rr-signal-alt:before {
  content: "\f4a1";
}

.fi-rr-skateboard:before {
  content: "\f4a2";
}

.fi-rr-skating:before {
  content: "\f4a3";
}

.fi-rr-skewer:before {
  content: "\f4a4";
}

.fi-rr-ski-jump:before {
  content: "\f4a5";
}

.fi-rr-ski-lift:before {
  content: "\f4a6";
}

.fi-rr-skiing-nordic:before {
  content: "\f4a7";
}

.fi-rr-skiing:before {
  content: "\f4a8";
}

.fi-rr-sledding:before {
  content: "\f4a9";
}

.fi-rr-sleigh:before {
  content: "\f4aa";
}

.fi-rr-smartphone:before {
  content: "\f4ab";
}

.fi-rr-smile-beam:before {
  content: "\f4ac";
}

.fi-rr-smile-wink:before {
  content: "\f4ad";
}

.fi-rr-smile:before {
  content: "\f4ae";
}

.fi-rr-smog:before {
  content: "\f4af";
}

.fi-rr-smoke:before {
  content: "\f4b0";
}

.fi-rr-snow-blowing:before {
  content: "\f4b1";
}

.fi-rr-snowboarding:before {
  content: "\f4b2";
}

.fi-rr-snowflake:before {
  content: "\f4b3";
}

.fi-rr-snowflakes:before {
  content: "\f4b4";
}

.fi-rr-snowmobile:before {
  content: "\f4b5";
}

.fi-rr-snowplow:before {
  content: "\f4b6";
}

.fi-rr-soap:before {
  content: "\f4b7";
}

.fi-rr-social-network:before {
  content: "\f4b8";
}

.fi-rr-sort-alpha-down-alt:before {
  content: "\f4b9";
}

.fi-rr-sort-alpha-down:before {
  content: "\f4ba";
}

.fi-rr-sort-alpha-up-alt:before {
  content: "\f4bb";
}

.fi-rr-sort-alpha-up:before {
  content: "\f4bc";
}

.fi-rr-sort-alt:before {
  content: "\f4bd";
}

.fi-rr-sort-amount-down-alt:before {
  content: "\f4be";
}

.fi-rr-sort-amount-down:before {
  content: "\f4bf";
}

.fi-rr-sort-amount-up-alt:before {
  content: "\f4c0";
}

.fi-rr-sort-amount-up:before {
  content: "\f4c1";
}

.fi-rr-sort-down:before {
  content: "\f4c2";
}

.fi-rr-sort-numeric-down-alt:before {
  content: "\f4c3";
}

.fi-rr-sort-numeric-down:before {
  content: "\f4c4";
}

.fi-rr-sort:before {
  content: "\f4c5";
}

.fi-rr-soup:before {
  content: "\f4c6";
}

.fi-rr-spa:before {
  content: "\f4c7";
}

.fi-rr-space-shuttle:before {
  content: "\f4c8";
}

.fi-rr-spade:before {
  content: "\f4c9";
}

.fi-rr-sparkles:before {
  content: "\f4ca";
}

.fi-rr-speaker:before {
  content: "\f4cb";
}

.fi-rr-sphere:before {
  content: "\f4cc";
}

.fi-rr-spinner:before {
  content: "\f4cd";
}

.fi-rr-spoon:before {
  content: "\f4ce";
}

.fi-rr-sport:before {
  content: "\f4cf";
}

.fi-rr-square-code:before {
  content: "\f4d0";
}

.fi-rr-square-root:before {
  content: "\f4d1";
}

.fi-rr-square-terminal:before {
  content: "\f4d2";
}

.fi-rr-square:before {
  content: "\f4d3";
}

.fi-rr-stamp:before {
  content: "\f4d4";
}

.fi-rr-star-octogram:before {
  content: "\f4d5";
}

.fi-rr-star:before {
  content: "\f4d6";
}

.fi-rr-starfighter:before {
  content: "\f4d7";
}

.fi-rr-stars:before {
  content: "\f4d8";
}

.fi-rr-stats:before {
  content: "\f4d9";
}

.fi-rr-steak:before {
  content: "\f4da";
}

.fi-rr-steering-wheel:before {
  content: "\f4db";
}

.fi-rr-stethoscope:before {
  content: "\f4dc";
}

.fi-rr-sticker:before {
  content: "\f4dd";
}

.fi-rr-stop:before {
  content: "\f4de";
}

.fi-rr-stopwatch:before {
  content: "\f4df";
}

.fi-rr-store-alt:before {
  content: "\f4e0";
}

.fi-rr-strawberry:before {
  content: "\f4e1";
}

.fi-rr-subtitles:before {
  content: "\f4e2";
}

.fi-rr-subway:before {
  content: "\f4e3";
}

.fi-rr-suitcase-alt:before {
  content: "\f4e4";
}

.fi-rr-summer:before {
  content: "\f4e5";
}

.fi-rr-sun:before {
  content: "\f4e6";
}

.fi-rr-sunrise-alt:before {
  content: "\f4e7";
}

.fi-rr-sunrise:before {
  content: "\f4e8";
}

.fi-rr-sunset:before {
  content: "\f4e9";
}

.fi-rr-surfing:before {
  content: "\f4ea";
}

.fi-rr-surprise:before {
  content: "\f4eb";
}

.fi-rr-sushi:before {
  content: "\f4ec";
}

.fi-rr-swimmer:before {
  content: "\f4ed";
}

.fi-rr-sword:before {
  content: "\f4ee";
}

.fi-rr-symbol:before {
  content: "\f4ef";
}

.fi-rr-syringe:before {
  content: "\f4f0";
}

.fi-rr-t:before {
  content: "\f4f1";
}

.fi-rr-table-columns:before {
  content: "\f4f2";
}

.fi-rr-table-layout:before {
  content: "\f4f3";
}

.fi-rr-table-pivot:before {
  content: "\f4f4";
}

.fi-rr-table-rows:before {
  content: "\f4f5";
}

.fi-rr-table-tree:before {
  content: "\f4f6";
}

.fi-rr-tablet:before {
  content: "\f4f7";
}

.fi-rr-tachometer-alt-average:before {
  content: "\f4f8";
}

.fi-rr-tachometer-alt-fastest:before {
  content: "\f4f9";
}

.fi-rr-tachometer-alt-slow:before {
  content: "\f4fa";
}

.fi-rr-tachometer-alt-slowest:before {
  content: "\f4fb";
}

.fi-rr-tachometer-average:before {
  content: "\f4fc";
}

.fi-rr-tachometer-fast:before {
  content: "\f4fd";
}

.fi-rr-tachometer-fastest:before {
  content: "\f4fe";
}

.fi-rr-tachometer-slow:before {
  content: "\f4ff";
}

.fi-rr-tachometer-slowest:before {
  content: "\f500";
}

.fi-rr-tachometer:before {
  content: "\f501";
}

.fi-rr-taco:before {
  content: "\f502";
}

.fi-rr-tags:before {
  content: "\f503";
}

.fi-rr-tally:before {
  content: "\f504";
}

.fi-rr-target:before {
  content: "\f505";
}

.fi-rr-taxi:before {
  content: "\f506";
}

.fi-rr-temperature-down:before {
  content: "\f507";
}

.fi-rr-temperature-frigid:before {
  content: "\f508";
}

.fi-rr-temperature-high:before {
  content: "\f509";
}

.fi-rr-temperature-low:before {
  content: "\f50a";
}

.fi-rr-temperature-up:before {
  content: "\f50b";
}

.fi-rr-tenge:before {
  content: "\f50c";
}

.fi-rr-tennis:before {
  content: "\f50d";
}

.fi-rr-terrace:before {
  content: "\f50e";
}

.fi-rr-test-tube:before {
  content: "\f50f";
}

.fi-rr-test:before {
  content: "\f510";
}

.fi-rr-text-check:before {
  content: "\f511";
}

.fi-rr-text-slash:before {
  content: "\f512";
}

.fi-rr-text:before {
  content: "\f513";
}

.fi-rr-thermometer-half:before {
  content: "\f514";
}

.fi-rr-thumbtack:before {
  content: "\f515";
}

.fi-rr-thunderstorm-moon:before {
  content: "\f516";
}

.fi-rr-thunderstorm-sun:before {
  content: "\f517";
}

.fi-rr-thunderstorm:before {
  content: "\f518";
}

.fi-rr-ticket:before {
  content: "\f519";
}

.fi-rr-time-add:before {
  content: "\f51a";
}

.fi-rr-time-check:before {
  content: "\f51b";
}

.fi-rr-time-delete:before {
  content: "\f51c";
}

.fi-rr-time-fast:before {
  content: "\f51d";
}

.fi-rr-time-forward-sixty:before {
  content: "\f51e";
}

.fi-rr-time-forward-ten:before {
  content: "\f51f";
}

.fi-rr-time-forward:before {
  content: "\f520";
}

.fi-rr-time-half-past:before {
  content: "\f521";
}

.fi-rr-time-oclock:before {
  content: "\f522";
}

.fi-rr-time-past:before {
  content: "\f523";
}

.fi-rr-time-quarter-past:before {
  content: "\f524";
}

.fi-rr-time-quarter-to:before {
  content: "\f525";
}

.fi-rr-time-twenty-four:before {
  content: "\f526";
}

.fi-rr-tire-flat:before {
  content: "\f527";
}

.fi-rr-tire-pressure-warning:before {
  content: "\f528";
}

.fi-rr-tire-rugged:before {
  content: "\f529";
}

.fi-rr-tire:before {
  content: "\f52a";
}

.fi-rr-tired:before {
  content: "\f52b";
}

.fi-rr-tomato:before {
  content: "\f52c";
}

.fi-rr-tool-box:before {
  content: "\f52d";
}

.fi-rr-tool-crop:before {
  content: "\f52e";
}

.fi-rr-tool-marquee:before {
  content: "\f52f";
}

.fi-rr-tooth:before {
  content: "\f530";
}

.fi-rr-tornado:before {
  content: "\f531";
}

.fi-rr-tractor:before {
  content: "\f532";
}

.fi-rr-trailer:before {
  content: "\f533";
}

.fi-rr-train-side:before {
  content: "\f534";
}

.fi-rr-train:before {
  content: "\f535";
}

.fi-rr-tram:before {
  content: "\f536";
}

.fi-rr-transform:before {
  content: "\f537";
}

.fi-rr-trash:before {
  content: "\f538";
}

.fi-rr-treasure-chest:before {
  content: "\f539";
}

.fi-rr-treatment:before {
  content: "\f53a";
}

.fi-rr-tree-christmas:before {
  content: "\f53b";
}

.fi-rr-tree:before {
  content: "\f53c";
}

.fi-rr-triangle:before {
  content: "\f53d";
}

.fi-rr-trophy:before {
  content: "\f53e";
}

.fi-rr-truck-container:before {
  content: "\f53f";
}

.fi-rr-truck-couch:before {
  content: "\f540";
}

.fi-rr-truck-loading:before {
  content: "\f541";
}

.fi-rr-truck-monster:before {
  content: "\f542";
}

.fi-rr-truck-moving:before {
  content: "\f543";
}

.fi-rr-truck-pickup:before {
  content: "\f544";
}

.fi-rr-truck-plow:before {
  content: "\f545";
}

.fi-rr-truck-ramp:before {
  content: "\f546";
}

.fi-rr-truck-side:before {
  content: "\f547";
}

.fi-rr-tty:before {
  content: "\f548";
}

.fi-rr-turkey:before {
  content: "\f549";
}

.fi-rr-tv-music:before {
  content: "\f54a";
}

.fi-rr-typewriter:before {
  content: "\f54b";
}

.fi-rr-u:before {
  content: "\f54c";
}

.fi-rr-umbrella:before {
  content: "\f54d";
}

.fi-rr-underline:before {
  content: "\f54e";
}

.fi-rr-undo-alt:before {
  content: "\f54f";
}

.fi-rr-undo:before {
  content: "\f550";
}

.fi-rr-unlock:before {
  content: "\f551";
}

.fi-rr-upload:before {
  content: "\f552";
}

.fi-rr-usb-pendrive:before {
  content: "\f553";
}

.fi-rr-usd-circle:before {
  content: "\f554";
}

.fi-rr-usd-square:before {
  content: "\f555";
}

.fi-rr-user-add:before {
  content: "\f556";
}

.fi-rr-user-time:before {
  content: "\f557";
}

.fi-rr-user:before {
  content: "\f558";
}

.fi-rr-users-alt:before {
  content: "\f559";
}

.fi-rr-users:before {
  content: "\f55a";
}

.fi-rr-utensils:before {
  content: "\f55b";
}

.fi-rr-v:before {
  content: "\f55c";
}

.fi-rr-vector-alt:before {
  content: "\f55d";
}

.fi-rr-vector:before {
  content: "\f55e";
}

.fi-rr-venus-double:before {
  content: "\f55f";
}

.fi-rr-venus-mars:before {
  content: "\f560";
}

.fi-rr-venus:before {
  content: "\f561";
}

.fi-rr-video-arrow-down-left:before {
  content: "\f562";
}

.fi-rr-video-arrow-up-right:before {
  content: "\f563";
}

.fi-rr-video-camera-alt:before {
  content: "\f564";
}

.fi-rr-video-camera:before {
  content: "\f565";
}

.fi-rr-video-plus:before {
  content: "\f566";
}

.fi-rr-video-slash:before {
  content: "\f567";
}

.fi-rr-volcano:before {
  content: "\f568";
}

.fi-rr-volleyball:before {
  content: "\f569";
}

.fi-rr-volume:before {
  content: "\f56a";
}

.fi-rr-w:before {
  content: "\f56b";
}

.fi-rr-wagon-covered:before {
  content: "\f56c";
}

.fi-rr-wallet:before {
  content: "\f56d";
}

.fi-rr-water-bottle:before {
  content: "\f56e";
}

.fi-rr-water-lower:before {
  content: "\f56f";
}

.fi-rr-water-rise:before {
  content: "\f570";
}

.fi-rr-water:before {
  content: "\f571";
}

.fi-rr-watermelon:before {
  content: "\f572";
}

.fi-rr-wheat:before {
  content: "\f573";
}

.fi-rr-wheelchair:before {
  content: "\f574";
}

.fi-rr-whistle:before {
  content: "\f575";
}

.fi-rr-wifi-alt:before {
  content: "\f576";
}

.fi-rr-wind-warning:before {
  content: "\f577";
}

.fi-rr-wind:before {
  content: "\f578";
}

.fi-rr-windsock:before {
  content: "\f579";
}

.fi-rr-woman-head:before {
  content: "\f57a";
}

.fi-rr-world:before {
  content: "\f57b";
}

.fi-rr-wrench-simple:before {
  content: "\f57c";
}

.fi-rr-x:before {
  content: "\f57d";
}

.fi-rr-y:before {
  content: "\f57e";
}

.fi-rr-yen:before {
  content: "\f57f";
}

.fi-rr-z:before {
  content: "\f580";
}

.fi-rr-zoom-in:before {
  content: "\f581";
}

.fi-rr-zoom-out:before {
  content: "\f582";
}

/*************** ARCHIVE BANNER ***************/
.banner.archive {
  position: relative;
  z-index: unset;
}

.banner.archive g-row {
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
}

@media (max-width: 879px) {
  .banner.archive g-col {
    margin-top: 0rem;
  }
}
@media (min-width: 880px) {
  .banner.archive g-col {
    margin-top: calc(0rem + (1vw - 0.55rem) * 10.7317);
  }
}
@media (min-width: 1701px) {
  .banner.archive g-col {
    margin-top: 5.5rem;
  }
}
.banner.archive g-col.wysiwyg:first-child {
  text-align: center;
}

.banner.archive p#breadcrumbs {
  font-size: 1.125rem;
  font-weight: 400;
  opacity: 0.75;
  text-align: left;
}

.banner.archive p#breadcrumbs a {
  font-weight: 400;
}

.banner.archive g-col.wysiwyg:first-child h1,
.banner.archive g-col.wysiwyg:first-child h1 ~ * {
  max-width: 39rem;
  margin-left: auto;
  margin-right: auto;
}

.banner.archive g-col.image {
  order: 2;
  align-self: flex-end !important;
}

@media (min-width: 1100px) {
  .banner.archive h1 + *:not(.btn) {
    margin-top: 3.125rem;
  }
  .banner.archive .btn {
    margin-top: 2.5rem;
  }
  .banner.archive g-col.wysiwyg:not(:first-child) {
    width: calc(100% - 18rem);
  }
  .banner.archive g-col.image {
    width: 18rem;
  }
}
@media (min-width: 669px) and (max-width: 1099px) {
  .banner.archive h1 + *:not(.btn) {
    margin-top: 2rem;
  }
  .banner.archive .btn {
    margin-top: 1.5rem;
  }
  .banner.archive g-col.wysiwyg:not(:first-child) {
    width: calc(100% - 18rem);
  }
  .banner.archive g-col.image {
    width: 18rem;
  }
}
@media (max-width: 668px) {
  .banner.archive h1 + *:not(.btn) {
    margin-top: 2rem;
  }
  .banner.archive .btn {
    margin-top: 1.5rem;
  }
  .banner.archive g-col.wysiwyg {
    order: 1;
    width: 100%;
  }
  .banner.archive g-col.wysiwyg:not(:first-child) {
    width: calc(100% - 12rem);
  }
  .banner.archive g-col.image {
    align-self: flex-start !important;
    padding-top: 5.375rem;
    width: 12rem;
  }
}
@media (max-width: 499px) {
  .banner.archive g-col.wysiwyg:not(:first-child) {
    width: calc(100% - 8rem);
  }
  .banner.archive g-col.image {
    width: 8rem;
  }
}
@media (min-width: 480px) {
  .banner.archive {
    margin-top: -9.25rem;
  }
  .banner.archive g-rid {
    padding-top: 9.25rem;
  }
}
@media (min-width: 579px) {
  .banner.archive g-col.image,
  .banner.archive g-col.image + .wysiwyg {
    align-self: center;
    justify-self: center;
  }
}
@media (max-width: 578px) {
  .banner.archive g-col.wysiwyg {
    text-align: left;
  }
}
@media (max-width: 479px) {
  .banner.archive {
    margin-top: -5.75rem;
  }
  .banner.archive .wysiwyg {
    padding-top: 2.375rem;
  }
  .banner.archive g-rid {
    padding-top: 9.75rem;
  }
  .banner.archive #breadcrumbs + h1 {
    margin-top: 2.5rem;
  }
  .banner.archive h1 + *:not(.btn) {
    margin-top: 1.25rem;
  }
}
@media (max-width: 479px) {
  .banner.archive {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 480px) {
  .banner.archive {
    padding-bottom: calc(2.5rem + (1vw - 0.3rem) * 3.2787);
  }
}
@media (min-width: 1701px) {
  .banner.archive {
    padding-bottom: 5rem;
  }
}
html.printer-friendly .banner.archive g-col {
  margin-top: 0;
}

html:not(.printer-friendly) .banner.archive:before {
  background-image: url(img/rip-to-paper.svg);
  background-size: cover !important;
  background-position: center !important;
  content: "";
  height: 0.813rem;
  left: 0;
  position: absolute;
  bottom: calc(100% - 1.5px);
  width: 100%;
}

html:not(.printer-friendly) .banner.archive.bg-calm:before {
  background-image: url(img/rip-to-calm.svg) !important;
}

.banner.archive content-wrap {
  display: block;
  margin-left: auto;
}

.banner.archive button {
  margin-top: 2rem;
}

/*************** DEFAULT BANNER ***************/
.banner.default {
  position: relative;
  z-index: 5;
}

@media (max-width: 879px) {
  .banner.default g-col {
    margin-top: 0rem;
  }
}
@media (min-width: 880px) {
  .banner.default g-col {
    margin-top: calc(0rem + (1vw - 0.55rem) * 10.7317);
  }
}
@media (min-width: 1701px) {
  .banner.default g-col {
    margin-top: 5.5rem;
  }
}
.banner.default figure {
  border-radius: 0.438rem;
  height: 0;
  padding-bottom: 100%;
}

@media (min-width: 880px) {
  .banner.default g-row {
    padding-bottom: calc(4rem + (1vw - 0.3rem) * 0);
  }
}
@media (min-width: 1701px) {
  .banner.default g-row {
    padding-bottom: 4rem;
  }
}
.banner.default h1 {
  margin-top: 3rem;
}

@media (max-width: 479px) {
  .banner.default h1 {
    font-size: 3.25rem;
  }
}
@media (min-width: 480px) {
  .banner.default h1 {
    font-size: calc(3.25rem + (1vw - 0.3rem) * 2.2951);
  }
}
@media (min-width: 1701px) {
  .banner.default h1 {
    font-size: 5rem;
  }
}
.banner.default h1 ~ *:not(.btn) {
  max-width: 39rem;
}

.banner.default h1 ~ p {
  font-size: 1.5rem;
  line-height: 170%;
}

.banner.default p#breadcrumbs {
  font-size: 1.125rem;
  font-weight: 400;
  opacity: 0.75;
}

.banner.default p#breadcrumbs a {
  font-weight: 400;
}

@media (min-width: 1000px) {
  html:not(.printer-friendly) .banner.default h1 + *:not(.btn) {
    margin-top: 3rem;
  }
  html:not(.printer-friendly) .banner.default .btn {
    margin-top: 2.5rem;
  }
  html:not(.printer-friendly) .banner.default g-col.wysiwyg {
    width: calc(100% - 35rem);
  }
  html:not(.printer-friendly) .banner.default g-col.image {
    width: 35rem;
  }
}
@media (min-width: 869px) and (max-width: 999px) {
  html:not(.printer-friendly) .banner.default h1 + *:not(.btn) {
    margin-top: 2rem;
  }
  html:not(.printer-friendly) .banner.default .btn {
    margin-top: 1.5rem;
  }
  html:not(.printer-friendly) .banner.default g-col.wysiwyg {
    width: calc(100% - 26rem);
  }
  html:not(.printer-friendly) .banner.default g-col.image {
    width: 26rem;
  }
}
@media (max-width: 879px) {
  html:not(.printer-friendly) .banner.default h1 + *:not(.btn) {
    margin-top: 2rem;
  }
  html:not(.printer-friendly) .banner.default .btn {
    margin-top: 1.5rem;
  }
  html:not(.printer-friendly) .banner.default g-col.wysiwyg {
    order: 2;
    padding-top: 0;
    width: 100%;
  }
  html:not(.printer-friendly) .banner.default:not(.has-image) g-col.wysiwyg:first-child {
    margin-top: 3.126rem;
  }
  html:not(.printer-friendly) .banner.default g-col.image {
    margin-bottom: 3.125rem;
    order: 1;
    width: 100%;
  }
  html:not(.printer-friendly) .banner.default figure {
    border-radius: 0;
    margin-left: -3.126rem;
    min-width: calc(100% + 6.25rem);
    padding-bottom: 62.5%;
  }
  html:not(.printer-friendly) .banner.default figure:before {
    background-size: cover !important;
    background-position: center !important;
    content: "";
    height: 0.813rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transform: scaleX(-1);
    z-index: 2;
  }
  html:not(.printer-friendly) .banner.default.bg-sea figure:before {
    background-image: url(img/header-sea.svg);
  }
  html:not(.printer-friendly) .banner.default.bg-lavendar figure:before {
    background-image: url(img/header-lavendar.svg);
  }
  html:not(.printer-friendly) .banner.default.bg-peach figure:before {
    background-image: url(img/header-peach.svg);
  }
  html:not(.printer-friendly) .banner.default.bg-orange figure:before {
    background-image: url(img/header-orange.svg);
  }
  html:not(.printer-friendly) .banner.default.bg-pink figure:before {
    background-image: url(img/header-pink.svg);
  }
  html:not(.printer-friendly) .banner.default.bg-green figure:before {
    background-image: url(img/header-green.svg);
  }
  html:not(.printer-friendly) .banner.default.bg-lime figure:before {
    background-image: url(img/header-lime.svg);
  }
  html:not(.printer-friendly) .banner.default.bg-happy figure:before {
    background-image: url(img/header-happy.svg);
  }
  html:not(.printer-friendly) .banner.default.bg-calm figure:before {
    background-image: url(img/header-calm.svg);
  }
  html:not(.printer-friendly) .banner.default.bg-coal figure:before {
    background-image: url(img/header-coal.svg);
  }
  html:not(.printer-friendly) .banner.default.bg-paper figure:before {
    background-image: url(img/header-paper.svg);
  }
  html:not(.printer-friendly) .banner.default figure:after {
    background-size: cover !important;
    background-position: center !important;
    content: "";
    height: 0.813rem;
    left: 0;
    position: absolute;
    bottom: -1px;
    width: 100%;
    transform: scaleX(-1);
    z-index: 2;
  }
  html:not(.printer-friendly) .banner.default.bg-sea figure:after {
    background-image: url(img/rip-to-sea.svg);
  }
  html:not(.printer-friendly) .banner.default.bg-lavendar figure:after {
    background-image: url(img/rip-to-lavendar.svg);
  }
  html:not(.printer-friendly) .banner.default.bg-peach figure:after {
    background-image: url(img/rip-to-peach.svg);
  }
  html:not(.printer-friendly) .banner.default.bg-orange figure:after {
    background-image: url(img/rip-to-orange.svg);
  }
  html:not(.printer-friendly) .banner.default.bg-pink figure:after {
    background-image: url(img/rip-to-pink.svg);
  }
  html:not(.printer-friendly) .banner.default.bg-green figure:after {
    background-image: url(img/rip-to-green.svg);
  }
  html:not(.printer-friendly) .banner.default.bg-lime figure:after {
    background-image: url(img/rip-to-lime.svg);
  }
  html:not(.printer-friendly) .banner.default.bg-happy figure:after {
    background-image: url(img/rip-to-happy.svg);
  }
  html:not(.printer-friendly) .banner.default.bg-calm figure:after {
    background-image: url(img/rip-to-calm.svg);
  }
  html:not(.printer-friendly) .banner.default.bg-coal figure:after {
    background-image: url(img/rip-to-coal.svg);
  }
  html:not(.printer-friendly) .banner.default.bg-paper figure:after {
    background-image: url(img/rip-to-paper.svg);
  }
}
@media (min-width: 480px) {
  .banner.default {
    margin-top: -9.25rem;
    padding-bottom: 3.75rem;
  }
  .banner.default g-rid {
    padding-top: 9.5rem;
  }
}
html.printer-friendly .banner.default h1 + *:not(.btn) {
  margin-top: 3rem;
}

html.printer-friendly .banner.default .btn {
  margin-top: 2.5rem;
}

html.printer-friendly .banner.default g-col {
  margin-top: 0 !important;
}

html.printer-friendly .banner.default g-col.wysiwyg {
  width: calc(100% - 35rem);
}

html.printer-friendly .banner.default g-col.image {
  width: 35rem;
}

@media (min-width: 880px) {
  .banner.default g-rid {
    padding-top: 9.25rem;
  }
}
@media (max-width: 568px) {
  .banner.default figure {
    padding-bottom: 90%;
  }
}
@media (max-width: 479px) {
  .banner.default .wysiwyg {
    padding-top: 2.375rem;
  }
  .banner.default {
    margin-top: -5.75rem;
    padding-bottom: 3.75rem;
  }
  .banner.default g-rid {
    padding-top: 9.75rem;
  }
  .banner.default #breadcrumbs + h1 {
    margin-top: 1.5rem;
  }
  .banner.default h1 + *:not(.btn) {
    margin-top: 1.25rem;
  }
  .banner.default g-col.image {
    margin-bottom: 2.5rem;
  }
  .banner.default figure {
    border-radius: 0 !important;
    margin-left: -1.5rem !important;
    min-width: calc(100% + 3rem) !important;
  }
}
@media (max-width: 369px) {
  .banner.default figure {
    padding-bottom: 100%;
  }
}
.banner.default .subpages {
  left: 1.563rem;
  margin: 0 !important;
  max-width: calc(100% - 3.126rem);
  order: 4;
  position: absolute;
  top: calc(100% + 3.75rem);
  transform: translateY(-50%);
}

.banner.default .subpages ul {
  background-color: #FFF;
  border-radius: 0.375rem;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: nowrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner.default .subpages li {
  display: block;
  padding: 0;
}

.banner.default .subpages a {
  display: block;
  font-size: 1.375rem;
  font-weight: 400;
  padding: 1rem 1.5rem 0.75rem 1.5rem;
  text-decoration: none;
  white-space: nowrap;
}

.banner.default .subpages a:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.banner.default .subpages a.current {
  font-weight: 700;
}

@media (min-width: 480px) {
  .banner.default:not(.stacked-subpages).bg-sea a.current {
    box-shadow: inset 0 -6px 0 0 #7EDBD6;
  }
  .banner.default:not(.stacked-subpages).bg-lavendar a.current {
    box-shadow: inset 0 -6px 0 0 #C2C5FF;
  }
  .banner.default:not(.stacked-subpages).bg-peach a.current {
    box-shadow: inset 0 -6px 0 0 #FFA286;
  }
  .banner.default:not(.stacked-subpages).bg-orange a.current {
    box-shadow: inset 0 -6px 0 0 #FF6F43;
  }
  .banner.default:not(.stacked-subpages).bg-pink a.current {
    box-shadow: inset 0 -6px 0 0 #EAC8DD;
  }
  .banner.default:not(.stacked-subpages).bg-green a.current {
    box-shadow: inset 0 -6px 0 0 #81D8AE;
  }
  .banner.default:not(.stacked-subpages).bg-lime a.current {
    box-shadow: inset 0 -6px 0 0 #D8ECAA;
  }
  .banner.default:not(.stacked-subpages).bg-happy a.current {
    box-shadow: inset 0 -6px 0 0 #FFD681;
  }
  .banner.default:not(.stacked-subpages).bg-calm a.current {
    box-shadow: inset 0 -6px 0 0 #B2E7F7;
  }
  .banner.default:not(.stacked-subpages).bg-coal a.current {
    box-shadow: inset 0 -6px 0 0 #2E2A39;
  }
  .banner.default:not(.stacked-subpages).bg-paper a.current {
    box-shadow: inset 0 -6px 0 0 #FFD681;
  }
  .banner.default:not(.stacked-subpages) .subpages li:first-child a {
    padding-left: 3rem;
  }
  .banner.default:not(.stacked-subpages) .subpages li:last-child a {
    padding-right: 3rem;
  }
}
/** STACKED **/
.banner.default.stacked-subpages {
  padding-bottom: 0 !important;
}

.banner.default.stacked-subpages .subpages {
  margin: 3.5rem 0 -1.5rem 0 !important;
  position: relative;
  top: 0;
  transform: none;
  width: 100%;
}

.banner.default.stacked-subpages .subpages ul {
  flex-direction: column;
  padding: 0.625rem 0;
}

.banner.default.stacked-subpages nav a {
  display: block;
  font-size: 1.375rem;
  font-weight: 400;
  padding: 0.625rem 1.5rem 0.438rem 1.5rem;
  text-decoration: none;
  white-space: nowrap;
}

.banner.default.stacked-subpages.bg-sea a.current {
  box-shadow: inset 6px 0 0 0 #7EDBD6;
}

.banner.default.stacked-subpages.bg-lavendar a.current {
  box-shadow: inset 6px 0 0 0 #C2C5FF;
}

.banner.default.stacked-subpages.bg-peach a.current {
  box-shadow: inset 6px 0 0 0 #FFA286;
}

.banner.default.stacked-subpages.bg-orange a.current {
  box-shadow: inset 6px 0 0 0 #FF6F43;
}

.banner.default.stacked-subpages.bg-pink a.current {
  box-shadow: inset 6px 0 0 0 #EAC8DD;
}

.banner.default.stacked-subpages.bg-green a.current {
  box-shadow: inset 6px 0 0 0 #81D8AE;
}

.banner.default.stacked-subpages.bg-lime a.current {
  box-shadow: inset 6px 0 0 0 #D8ECAA;
}

.banner.default.stacked-subpages.bg-happy a.current {
  box-shadow: inset 6px 0 0 0 #FFD681;
}

.banner.default.stacked-subpages.bg-calm a.current {
  box-shadow: inset 6px 0 0 0 #B2E7F7;
}

.banner.default.stacked-subpages.bg-coal a.current {
  box-shadow: inset 6px 0 0 0 #2E2A39;
}

.banner.default.stacked-subpages.bg-paper a.current {
  box-shadow: inset 6px 0 0 0 #FFD681;
}

@media (max-width: 479px) {
  .banner.default .subpages {
    left: 0.75rem;
    max-width: calc(100% - 1.5rem);
  }
  /*	.banner.default { padding-bottom: 0 !important; }*/
  .banner.default .subpages {
    margin: 3.5rem 0 -1.5rem 0 !important;
    position: relative;
    top: 0;
    transform: none;
    width: 100%;
  }
  .banner.default .subpages ul {
    flex-direction: column;
    padding: 0.625rem 0;
  }
  .banner.default nav a {
    display: block;
    font-size: 1.375rem;
    font-weight: 400;
    padding: 0.625rem 1.5rem 0.438rem 1.5rem;
    text-decoration: none;
    white-space: nowrap;
  }
  .banner.default.bg-sea a.current {
    box-shadow: inset 6px 0 0 0 #7EDBD6;
  }
  .banner.default.bg-lavendar a.current {
    box-shadow: inset 6px 0 0 0 #C2C5FF;
  }
  .banner.default.bg-peach a.current {
    box-shadow: inset 6px 0 0 0 #FFA286;
  }
  .banner.default.bg-orange a.current {
    box-shadow: inset 6px 0 0 0 #FF6F43;
  }
  .banner.default.bg-pink a.current {
    box-shadow: inset 6px 0 0 0 #EAC8DD;
  }
  .banner.default.bg-green a.current {
    box-shadow: inset 6px 0 0 0 #81D8AE;
  }
  .banner.default.bg-lime a.current {
    box-shadow: inset 6px 0 0 0 #D8ECAA;
  }
  .banner.default.bg-happy a.current {
    box-shadow: inset 6px 0 0 0 #FFD681;
  }
  .banner.default.bg-calm a.current {
    box-shadow: inset 6px 0 0 0 #B2E7F7;
  }
  .banner.default.bg-coal a.current {
    box-shadow: inset 6px 0 0 0 #2E2A39;
  }
  .banner.default.bg-paper a.current {
    box-shadow: inset 6px 0 0 0 #FFD681;
  }
}
/** SVG DIVIDER IMAGES **/
html:not(.printer-friendly) .banner.default:before {
  background-size: cover !important;
  background-position: center !important;
  content: "";
  height: 0.813rem;
  left: 0;
  position: absolute;
  bottom: calc(100% - 2px);
  transform: scaleX(-1);
  width: 100%;
}

html:not(.printer-friendly) .banner.default.bg-sea:before {
  background-image: url(img/rip-to-sea.svg);
}

html:not(.printer-friendly) .banner.default.bg-lavendar:before {
  background-image: url(img/rip-to-lavendar.svg);
}

html:not(.printer-friendly) .banner.default.bg-peach:before {
  background-image: url(img/rip-to-peach.svg);
}

html:not(.printer-friendly) .banner.default.bg-orange:before {
  background-image: url(img/rip-to-orange.svg);
}

html:not(.printer-friendly) .banner.default.bg-pink:before {
  background-image: url(img/rip-to-pink.svg);
}

html:not(.printer-friendly) .banner.default.bg-green:before {
  background-image: url(img/rip-to-green.svg);
}

html:not(.printer-friendly) .banner.default.bg-lime:before {
  background-image: url(img/rip-to-lime.svg);
}

html:not(.printer-friendly) .banner.default.bg-happy:before {
  background-image: url(img/rip-to-happy.svg);
}

html:not(.printer-friendly) .banner.default.bg-calm:before {
  background-image: url(img/rip-to-calm.svg);
}

html:not(.printer-friendly) .banner.default.bg-coal:before {
  background-image: url(img/rip-to-coal.svg);
}

html:not(.printer-friendly) .banner.default.bg-paper:before {
  background-image: url(img/rip-to-paper.svg);
}

/** **/
button[data-action=toggle-subpages] {
  align-items: center;
  background-color: #FFF;
  border: 0;
  border-radius: 0.375rem;
  box-sizing: border-box;
  color: #2E2A39;
  display: none;
  flex-wrap: nowrap;
  font-family: "roc-grotesk", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  font-style: normal;
  justify-content: space-between;
  margin: 0 0 1px;
  padding: 1.25rem 1.5rem 1.063rem 1.5rem;
  position: relative;
  transition: background-color 200ms ease;
  width: 100%;
  z-index: 2;
}

button[data-action=toggle-subpages] svg {
  position: relative;
  transform: rotate(0deg);
  transition: transform 200ms ease;
}

button[data-action=toggle-subpages].active svg {
  transform: rotate(180deg);
}

.banner.default.stacked-subpages button[data-action=toggle-subpages] {
  display: flex;
}

.banner.default.stacked-subpages nav ul {
  display: none;
}

.banner.default.stacked-subpages nav button[data-action=toggle-subpages].active + ul {
  display: block;
}

button[data-action=toggle-subpages].active {
  background: #FFD681;
}

@media (max-width: 479px) {
  .banner.default nav ul {
    display: none !important;
  }
  .banner.default button[data-action=toggle-subpages] {
    display: flex;
  }
  .banner.default button[data-action=toggle-subpages].active + ul {
    display: block !important;
  }
}
.banner.coming-soon g-col {
  margin-top: 0 !important;
}

/*************** PILLARS BANNER ***************/
.banner.pillars {
  overflow: visible;
  text-align: center;
  z-index: 3;
}

@media (min-width: 480px) {
  header + .banner.pillars {
    margin-top: -9.25rem;
    padding-bottom: 3.75rem;
  }
  header + .banner.pillars g-rid {
    margin-top: 12.5rem;
  }
}
@media (max-width: 479px) {
  .banner.pillars {
    padding: 3.75rem 0;
  }
  .has-posts + .banner.pillars {
    padding: 5.75rem 0 3.75rem 0;
  }
}
.banner.pillars g-col {
  position: relative;
  z-index: 2;
}

.banner.pillars h1 {
  margin: 0 auto;
  max-width: 52.5rem;
}

.banner.pillars p {
  margin: 3rem auto 0 auto;
  max-width: 52.5rem;
}

@media (min-width: 900px) {
  .banner.pillars h1 {
    width: calc(100% - 16rem);
  }
  .banner.pillars p {
    width: calc(100% - 24rem);
  }
}
@media (max-width: 479px) {
  .banner.pillars p {
    font-size: 1.125rem;
  }
}
@media (min-width: 480px) {
  .banner.pillars p {
    font-size: calc(1.125rem + (1vw - 0.3rem) * 0.5738);
  }
}
@media (min-width: 1701px) {
  .banner.pillars p {
    font-size: 1.5625rem;
  }
}
.banner.pillars .icon {
  height: 5rem;
  position: absolute;
  transform: translate3d(0, -50%, 0);
  width: 5rem;
}

@media (max-width: 868px) {
  .banner.pillars .icon {
    display: none;
  }
}
.banner.pillars g-rid {
  position: relative;
}

.banner.pillars .icon:nth-of-type(8n + 1) {
  top: 0%;
  right: calc(105% - 2rem);
}

.banner.pillars .icon:nth-of-type(8n + 2) {
  top: 33%;
  right: calc(105% - 12rem);
}

.banner.pillars .icon:nth-of-type(8n + 3) {
  top: 66%;
  right: calc(105% - 2rem);
}

.banner.pillars .icon:nth-of-type(8n + 4) {
  top: 99%;
  right: calc(105% - 12rem);
}

.banner.pillars .icon:nth-of-type(8n + 5) {
  top: calc(0% + 1.25rem);
  left: calc(105% - 2rem);
}

.banner.pillars .icon:nth-of-type(8n + 6) {
  top: calc(33% + 1.25rem);
  left: calc(105% - 12rem);
}

.banner.pillars .icon:nth-of-type(8n + 7) {
  top: calc(66% + 1.25rem);
  left: calc(105% - 2rem);
}

.banner.pillars .icon:nth-of-type(8n + 8) {
  top: calc(99% + 1.25rem);
  left: calc(105% - 12rem);
}

@media (max-width: 1719px) {
  .banner.pillars .icon:nth-of-type(8n + 1) {
    top: 0%;
    right: calc(100% - 2rem);
  }
  .banner.pillars .icon:nth-of-type(8n + 2) {
    top: 33%;
    right: calc(100% - 8rem);
  }
  .banner.pillars .icon:nth-of-type(8n + 3) {
    top: 66%;
    right: calc(100% - 2rem);
  }
  .banner.pillars .icon:nth-of-type(8n + 4) {
    top: 99%;
    right: calc(100% - 8rem);
  }
  .banner.pillars .icon:nth-of-type(8n + 5) {
    top: calc(0% + 1.25rem);
    left: calc(100% - 2rem);
  }
  .banner.pillars .icon:nth-of-type(8n + 6) {
    top: calc(33% + 1.25rem);
    left: calc(100% - 8rem);
  }
  .banner.pillars .icon:nth-of-type(8n + 7) {
    top: calc(66% + 1.25rem);
    left: calc(100% - 2rem);
  }
  .banner.pillars .icon:nth-of-type(8n + 8) {
    top: calc(99% + 1.25rem);
    left: calc(100% - 8rem);
  }
}
@media (max-width: 1549px) {
  .banner.pillars .icon:nth-of-type(8n + 1) {
    top: 0%;
    right: calc(93% - 2rem);
  }
  .banner.pillars .icon:nth-of-type(8n + 2) {
    top: 33%;
    right: calc(93% - 8rem);
  }
  .banner.pillars .icon:nth-of-type(8n + 3) {
    top: 66%;
    right: calc(93% - 2rem);
  }
  .banner.pillars .icon:nth-of-type(8n + 4) {
    top: 99%;
    right: calc(93% - 8rem);
  }
  .banner.pillars .icon:nth-of-type(8n + 5) {
    top: calc(0% + 1.25rem);
    left: calc(93% - 2rem);
  }
  .banner.pillars .icon:nth-of-type(8n + 6) {
    top: calc(33% + 1.25rem);
    left: calc(93% - 8rem);
  }
  .banner.pillars .icon:nth-of-type(8n + 7) {
    top: calc(66% + 1.25rem);
    left: calc(93% - 2rem);
  }
  .banner.pillars .icon:nth-of-type(8n + 8) {
    top: calc(99% + 1.25rem);
    left: calc(93% - 8rem);
  }
}
@media (max-width: 899px) {
  .banner.pillars .icon {
    display: none;
  }
}
/** SVG DIVIDER IMAGES **/
html:not(.printer-friendly) .banner.pillars:before {
  background-size: cover !important;
  background-position: center !important;
  content: "";
  height: 0.813rem;
  left: 0;
  position: absolute;
  bottom: calc(100% - 1.5px);
  width: 100%;
}

html:not(.printer-friendly) .banner.pillars.bg-sea:before {
  background-image: url(img/rip-to-sea.svg);
}

html:not(.printer-friendly) .banner.pillars.bg-lavendar:before {
  background-image: url(img/rip-to-lavendar.svg);
}

html:not(.printer-friendly) .banner.pillars.bg-peach:before {
  background-image: url(img/rip-to-peach.svg);
}

html:not(.printer-friendly) .banner.pillars.bg-orange:before {
  background-image: url(img/rip-to-orange.svg);
}

html:not(.printer-friendly) .banner.pillars.bg-pink:before {
  background-image: url(img/rip-to-pink.svg);
}

html:not(.printer-friendly) .banner.pillars.bg-green:before {
  background-image: url(img/rip-to-green.svg);
}

html:not(.printer-friendly) .banner.pillars.bg-lime:before {
  background-image: url(img/rip-to-lime.svg);
}

html:not(.printer-friendly) .banner.pillars.bg-happy:before {
  background-image: url(img/rip-to-happy.svg);
}

html:not(.printer-friendly) .banner.pillars.bg-calm:before {
  background-image: url(img/rip-to-calm.svg);
}

html:not(.printer-friendly) .banner.pillars.bg-coal:before {
  background-image: url(img/rip-to-coal.svg);
}

html:not(.printer-friendly) .banner.pillars.bg-paper:before {
  background-image: url(img/rip-to-paper.svg);
}

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

@media (min-width: 480px) {
  header + .banner.share {
    margin-top: -9.25rem;
    padding-top: 0 !important;
  }
  header + .banner.share g-rid {
    margin-top: 12.5rem;
  }
}
.banner.share p#breadcrumbs {
  font-size: 1.125rem;
  font-weight: 400;
  opacity: 0.75;
}

.banner.share p#breadcrumbs a {
  font-weight: 400;
}

.banner.share g-col {
  margin: 0 auto;
  max-width: 39rem;
  width: calc(100% - 23rem);
}

.banner.share button-list {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.banner.share button-list a + a {
  margin-left: 2rem;
}

@media (min-width: 769px) and (max-width: 999px) {
  .banner.share button-list {
    flex-direction: column;
  }
  .banner.share button-list a {
    min-width: 15rem;
  }
  .banner.share button-list a + a {
    margin: 2rem 0 0 0;
  }
}
@media (max-width: 499px) {
  .banner.share button-list {
    flex-direction: column;
  }
  .banner.share button-list a {
    min-width: 15rem;
  }
  .banner.share button-list a + a {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 479px) {
  .banner.share button-list {
    margin-top: 3rem;
  }
}
@media (min-width: 480px) {
  .banner.share button-list {
    margin-top: calc(3rem + (1vw - 0.3rem) * 3.9344);
  }
}
@media (min-width: 1701px) {
  .banner.share button-list {
    margin-top: 6rem;
  }
}
.banner.share a.wb-story {
  text-align: left;
  position: absolute;
  width: 11rem;
  transform: translate3d(0, -50%, 0) scale(0.8);
  z-index: 2;
}

.banner.share a.wb-story h3 {
  font-size: 1.313rem;
}

.banner.share a.wb-story h3.mid {
  font-size: 1.5rem;
}

.banner.share a.wb-story h3.large {
  font-size: 1.75rem;
}

.banner.share a.wb-story wbs-top,
.banner.share a.wb-story wbs-bottom {
  padding: 1rem;
}

.banner.share a.wb-story wbs-bottom {
  height: 4rem;
}

@media (min-width: 1170px) {
  .banner.share a.wb-story:nth-of-type(4n+1) {
    top: 18%;
    right: 115%;
  }
  .banner.share a.wb-story:nth-of-type(4n+2) {
    top: 78%;
    right: 107%;
  }
  .banner.share a.wb-story:nth-of-type(4n+3) {
    top: 22%;
    left: 107%;
  }
  .banner.share a.wb-story:nth-of-type(4n+4) {
    top: 82%;
    left: 115%;
  }
}
@media (min-width: 1470px) {
  .banner.share a.wb-story:nth-of-type(4n+1) {
    top: 18%;
    right: 130%;
  }
  .banner.share a.wb-story:nth-of-type(4n+2) {
    top: 78%;
    right: 115%;
  }
  .banner.share a.wb-story:nth-of-type(4n+3) {
    top: 22%;
    left: 115%;
  }
  .banner.share a.wb-story:nth-of-type(4n+4) {
    top: 82%;
    left: 130%;
  }
}
@media (max-width: 1169px) {
  .banner.share a.wb-story:nth-of-type(4n+1) {
    top: 10%;
    right: 104%;
  }
  .banner.share a.wb-story:nth-of-type(4n+2) {
    top: 80%;
    right: 100%;
  }
  .banner.share a.wb-story:nth-of-type(4n+3) {
    top: 14%;
    left: 100%;
  }
  .banner.share a.wb-story:nth-of-type(4n+4) {
    top: 84%;
    left: 104%;
  }
}
@media (max-width: 1069px) {
  .banner.share a.wb-story:nth-of-type(4n+1) {
    top: 10%;
    right: 104%;
  }
  .banner.share a.wb-story:nth-of-type(4n+2) {
    top: 80%;
    right: 100%;
  }
  .banner.share a.wb-story:nth-of-type(4n+3) {
    top: 14%;
    left: 100%;
  }
  .banner.share a.wb-story:nth-of-type(4n+4) {
    top: 84%;
    left: 104%;
  }
}
@media (max-width: 952px) {
  .banner.share a.wb-story:nth-of-type(4n+1) {
    top: 15%;
    right: 105%;
  }
  .banner.share a.wb-story:nth-of-type(4n+2) {
    top: 70%;
    right: 100%;
  }
  .banner.share a.wb-story:nth-of-type(4n+3) {
    top: 20%;
    left: 100%;
  }
  .banner.share a.wb-story:nth-of-type(4n+4) {
    top: 80%;
    left: 105%;
  }
}
@media (max-width: 768px) {
  .banner.share a.wb-story {
    display: none;
  }
  .banner.share g-col {
    width: 100%;
  }
}
.banner.share-submit p#breadcrumbs {
  font-size: 1.125rem;
  font-weight: 400;
  opacity: 0.75;
}

.banner.share-submit p#breadcrumbs a {
  font-weight: 400;
}

.banner.share-submit g-col {
  margin: 0;
  max-width: 63.313rem;
}

.banner.share-submit h1 ~ * {
  max-width: 39rem;
}

/*************** DEFAULT BANNER ***************/
.banner.community {
  position: relative;
  z-index: 5;
}

.banner.community g-row {
  align-items: center;
}

.banner.community figure {
  border-radius: 0.438rem;
  height: 0;
  padding-bottom: 100%;
}

.banner.community image-ui {
  display: block;
  height: 0;
  position: relative;
  width: 120%;
}

@media (max-width: 1600px) {
  .banner.community image-ui {
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .banner.community g-row {
    align-items: center;
  }
  .banner.community image-ui {
    padding-bottom: 70%;
  }
}
.banner.community image-ui ui-img {
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
}

@media (min-width: 1600px) {
  .banner.community image-ui {
    padding-bottom: 80%;
  }
  .banner.community image-ui ui-img[data-img="0"] {
    left: 10%;
    top: 16%;
    width: 20%;
  }
  .banner.community image-ui ui-img[data-img="1"] {
    left: 91%;
    top: 23%;
    width: 18%;
  }
  .banner.community image-ui ui-img[data-img="2"] {
    left: 13%;
    top: 80%;
    width: 18%;
  }
  .banner.community image-ui ui-img[data-img="3"] {
    left: 44%;
    top: 110%;
    width: 18%;
  }
  .banner.community image-ui ui-img[data-img="4"] {
    left: 88%;
    top: 80%;
    width: 18%;
  }
  .banner.community image-ui ui-img[data-img="5"] {
    left: 50%;
    top: 45%;
    width: 30%;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .banner.community image-ui {
    padding-bottom: 80%;
  }
  .banner.community image-ui ui-img[data-img="0"] {
    left: 10%;
    top: 16%;
    width: 25%;
  }
  .banner.community image-ui ui-img[data-img="1"] {
    left: 91%;
    top: 23%;
    width: 23%;
  }
  .banner.community image-ui ui-img[data-img="2"] {
    left: 13%;
    top: 80%;
    width: 23%;
  }
  .banner.community image-ui ui-img[data-img="3"] {
    left: 44%;
    top: 110%;
    width: 23%;
  }
  .banner.community image-ui ui-img[data-img="4"] {
    left: 88%;
    top: 80%;
    width: 23%;
  }
  .banner.community image-ui ui-img[data-img="5"] {
    left: 50%;
    top: 45%;
    width: 35%;
  }
}
@media (min-width: 880px) and (max-width: 1024px) {
  .banner.community image-ui {
    padding-bottom: 100%;
  }
  .banner.community image-ui ui-img[data-img="0"] {
    left: 3%;
    top: 5%;
    width: 30%;
  }
  .banner.community image-ui ui-img[data-img="1"] {
    left: 81%;
    top: 14%;
    width: 22%;
  }
  .banner.community image-ui ui-img[data-img="2"] {
    left: 13%;
    top: 80%;
    width: 22%;
    display: none;
  }
  .banner.community image-ui ui-img[data-img="3"] {
    left: 34%;
    top: 110%;
    width: 28%;
  }
  .banner.community image-ui ui-img[data-img="4"] {
    left: 88%;
    top: 80%;
    width: 22%;
  }
  .banner.community image-ui ui-img[data-img="5"] {
    left: 34%;
    top: 58%;
    width: 55%;
  }
}
@media (min-width: 480px) and (max-width: 879px) {
  .banner.community .image {
    max-width: 38rem;
  }
  .banner.community image-ui {
    padding-bottom: 90%;
  }
  .banner.community image-ui ui-img[data-img="0"] {
    left: 10%;
    top: 16%;
    width: 25%;
  }
  .banner.community image-ui ui-img[data-img="1"] {
    left: 91%;
    top: 23%;
    width: 23%;
  }
  .banner.community image-ui ui-img[data-img="2"] {
    left: 13%;
    top: 70%;
    width: 23%;
  }
  .banner.community image-ui ui-img[data-img="3"] {
    left: 44%;
    top: 90%;
    width: 23%;
  }
  .banner.community image-ui ui-img[data-img="4"] {
    left: 88%;
    top: 70%;
    width: 23%;
  }
  .banner.community image-ui ui-img[data-img="5"] {
    left: 50%;
    top: 45%;
    width: 35%;
  }
}
@media (max-width: 479px) {
  .banner.community image-ui {
    padding-bottom: 68%;
    width: 80%;
    margin: 0 auto;
  }
  .banner.community image-ui ui-img[data-img="0"] {
    left: 13%;
    top: 6%;
    width: 40%;
    z-index: 2;
  }
  .banner.community image-ui ui-img[data-img="1"] {
    left: 83%;
    top: 13%;
    width: 26%;
    z-index: 2;
  }
  .banner.community image-ui ui-img[data-img="2"] {
    left: 13%;
    top: 80%;
    width: 22%;
    display: none;
    z-index: 2;
  }
  .banner.community image-ui ui-img[data-img="3"] {
    left: 8%;
    top: 115%;
    width: 22%;
    z-index: -1;
  }
  .banner.community image-ui ui-img[data-img="4"] {
    left: 97%;
    top: 100%;
    width: 22%;
    z-index: 2;
  }
  .banner.community image-ui ui-img[data-img="5"] {
    left: 44%;
    top: 65%;
    width: 50%;
  }
}
.banner.community h1 {
  margin-top: 3rem;
}

@media (max-width: 479px) {
  .banner.community h1 {
    font-size: 2.75rem;
  }
}
@media (min-width: 480px) {
  .banner.community h1 {
    font-size: calc(3.25rem + (1vw - 0.3rem) * 2.2951);
  }
}
@media (min-width: 1701px) {
  .banner.community h1 {
    font-size: 5rem;
  }
}
.banner.community h1 ~ *:not(.btn) {
  max-width: 39rem;
}

.banner.community p#breadcrumbs {
  font-size: 1.125rem;
  font-weight: 400;
  opacity: 0.75;
}

.banner.community p#breadcrumbs a {
  font-weight: 400;
}

@media (max-width: 879px) {
  .banner.community p#breadcrumbs {
    margin-top: 0rem;
  }
}
@media (min-width: 880px) {
  .banner.community p#breadcrumbs {
    margin-top: calc(0rem + (1vw - 0.55rem) * 10.7317);
  }
}
@media (min-width: 1701px) {
  .banner.community p#breadcrumbs {
    margin-top: 5.5rem;
  }
}
@media (min-width: 880px) {
  .banner.community h1 + *:not(.btn) {
    margin-top: 3.5rem;
  }
  .banner.community .btn {
    margin-top: 2.5rem;
  }
  .banner.community g-col.wysiwyg {
    width: 55%;
  }
  .banner.community g-col.image {
    width: 45%;
  }
}
@media (max-width: 879px) {
  .banner.community h1 + *:not(.btn) {
    margin-top: 2rem;
  }
  .banner.community .btn {
    margin-top: 1.5rem;
  }
  .banner.community g-col.wysiwyg {
    max-width: 42rem;
    margin-left: auto;
    padding-top: 2.375rem;
    width: 100%;
  }
  .banner.community:not(.has-image) g-col.wysiwyg:first-child {
    margin-top: 3.126rem;
  }
  .banner.community g-col.image {
    margin-bottom: 1.5rem;
    order: 1;
    width: 100%;
  }
  .banner.community g-col.wysiwyg {
    order: 2;
  }
}
@media (min-width: 480px) {
  .banner.community {
    margin-top: -9.25rem;
    padding-bottom: 3.75rem;
  }
  .banner.community g-rid {
    padding-top: 9.5rem;
  }
}
@media (min-width: 880px) {
  .banner.community g-rid {
    padding-top: 9.25rem;
  }
}
@media (max-width: 479px) {
  .banner.community {
    margin-top: -5.75rem;
    padding-bottom: 3.75rem;
  }
  .banner.community g-rid {
    padding-top: 9.75rem;
  }
  .banner.community #breadcrumbs + h1 {
    margin-top: 1.5rem;
  }
  .banner.community h1 + *:not(.btn) {
    margin-top: 1.25rem;
  }
  .banner.community g-col.image {
    margin: 5.75rem 0 3.75rem 0;
  }
  .banner.community g-col.wysiwyg {
    padding-top: 5.75rem !important;
  }
}
/** SVG DIVIDER IMAGES **/
.banner.community:before {
  background-size: cover !important;
  background-position: center !important;
  content: "";
  height: 0.813rem;
  left: 0;
  position: absolute;
  bottom: calc(100% - 1.5px);
  width: 100%;
}

.banner.community.bg-sea:before {
  background-image: url(img/rip-to-sea.svg);
}

.banner.community.bg-lavendar:before {
  background-image: url(img/rip-to-lavendar.svg);
}

.banner.community.bg-peach:before {
  background-image: url(img/rip-to-peach.svg);
}

.banner.community.bg-orange:before {
  background-image: url(img/rip-to-orange.svg);
}

.banner.community.bg-pink:before {
  background-image: url(img/rip-to-pink.svg);
}

.banner.community.bg-green:before {
  background-image: url(img/rip-to-green.svg);
}

.banner.community.bg-lime:before {
  background-image: url(img/rip-to-lime.svg);
}

.banner.community.bg-happy:before {
  background-image: url(img/rip-to-happy.svg);
}

.banner.community.bg-calm:before {
  background-image: url(img/rip-to-calm.svg);
}

.banner.community.bg-coal:before {
  background-image: url(img/rip-to-coal.svg);
}

.banner.community.bg-paper:before {
  background-image: url(img/rip-to-paper.svg);
}

@media (max-width: 479px) {
  .banner.community:before {
    display: none;
  }
}
/*************** HOME BANNER ***************/
.banner.home {
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.banner.home g-row {
  align-items: flex-start;
}

.banner.home g-col {
  padding-top: 2.375rem;
}

.banner.home figure {
  border-radius: 0.438rem;
  height: 0;
  padding-bottom: 100%;
}

@media (min-width: 1100px) {
  .banner.home g-col.wysiwyg {
    padding-bottom: calc(4rem + (1vw - 0.3rem) * 0);
  }
}
@media (min-width: 1701px) {
  .banner.home g-col.wysiwyg {
    padding-bottom: 4rem;
  }
}
.banner.home h1 {
  max-width: 42rem;
}

.banner.home p {
  font-size: 1.5rem;
  line-height: 170%;
}

@media (max-width: 959px) {
  .banner.home h1 {
    font-size: 3rem;
  }
}
@media (min-width: 960px) {
  .banner.home h1 {
    font-size: calc(3rem + (1vw - 0.6rem) * 5.6757);
  }
}
@media (min-width: 1701px) {
  .banner.home h1 {
    font-size: 5.625rem;
  }
}
.banner.home h1 ~ *:not(.btn) {
  max-width: 39rem;
}

.banner.home p#breadcrumbs {
  font-size: 1.125rem;
  font-weight: 400;
  opacity: 0.75;
}

.banner.home p#breadcrumbs a {
  font-weight: 400;
}

.banner.home #hero-banner video {
  height: 100%;
}

@media (min-width: 1000px) {
  .banner.home h1 ~ * {
    margin-top: 2.625rem;
  }
  .banner.home h1 + * {
    margin-top: 2rem;
  }
  .banner.home .btn {
    margin-top: 2.5rem;
  }
  .banner.home g-col.wysiwyg {
    width: calc(100% - 35rem);
  }
  .banner.home g-col.media {
    width: 35rem;
  }
}
@media (min-width: 869px) and (max-width: 999px) {
  .banner.home h1 + *:not(.btn) {
    margin-top: 2rem;
  }
  .banner.home .btn {
    margin-top: 1.5rem;
  }
  .banner.home g-col.wysiwyg {
    width: calc(100% - 26rem);
  }
  .banner.home g-col.media {
    width: 26rem;
  }
}
html.printer-friendly .banner.home h1 + *:not(.btn) {
  margin-top: 2rem;
}

html.printer-friendly .banner.home .btn {
  margin-top: 1.5rem;
}

html.printer-friendly .banner.home g-col.wysiwyg {
  width: calc(100% - 26rem);
}

html.printer-friendly .banner.home g-col.media {
  width: 26rem;
}

@media (max-width: 879px) {
  html:not(.printer-friendly) .banner.home h1 + *:not(.btn) {
    margin-top: 2rem;
  }
  html:not(.printer-friendly) .banner.home .btn {
    margin-top: 1.5rem;
  }
  html:not(.printer-friendly) .banner.home g-col.wysiwyg {
    order: 2;
    padding-top: 0;
    width: 100%;
  }
  html:not(.printer-friendly) .banner.home:not(.has-image) g-col.wysiwyg:first-child {
    margin-top: 3.126rem;
  }
  html:not(.printer-friendly) .banner.home g-col.media {
    order: 1;
    width: 100%;
  }
  html:not(.printer-friendly) .banner.home figure {
    border-radius: 0;
    margin-left: -3.126rem;
    min-width: calc(100% + 6.25rem);
    padding-bottom: 62.5%;
  }
  html:not(.printer-friendly) .banner.home #hero-banner {
    border-radius: 0;
    margin-left: -3.126rem;
    min-width: calc(100% + 6.25rem);
  }
  html:not(.printer-friendly) .banner.home figure:before,
  html:not(.printer-friendly) .banner.home #hero-banner:before {
    background-size: cover !important;
    background-position: center !important;
    content: "";
    height: 0.813rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transform: scaleX(-1);
    z-index: 2;
  }
  html:not(.printer-friendly) .banner.home.bg-sea #hero-banner:before,
  html:not(.printer-friendly) .banner.home.bg-sea figure:before {
    background-image: url(img/header-sea.svg);
  }
  html:not(.printer-friendly) .banner.home.bg-lavendar #hero-banner:before,
  html:not(.printer-friendly) .banner.home.bg-lavendar figure:before {
    background-image: url(img/header-lavendar.svg);
  }
  html:not(.printer-friendly) .banner.home.bg-peach #hero-banner:before,
  html:not(.printer-friendly) .banner.home.bg-peach figure:before {
    background-image: url(img/header-peach.svg);
  }
  html:not(.printer-friendly) .banner.home.bg-orange #hero-banner:before,
  html:not(.printer-friendly) .banner.home.bg-orange figure:before {
    background-image: url(img/header-orange.svg);
  }
  html:not(.printer-friendly) .banner.home.bg-pink #hero-banner:before,
  html:not(.printer-friendly) .banner.home.bg-pink figure:before {
    background-image: url(img/header-pink.svg);
  }
  html:not(.printer-friendly) .banner.home.bg-green #hero-banner:before,
  html:not(.printer-friendly) .banner.home.bg-green figure:before {
    background-image: url(img/header-green.svg);
  }
  html:not(.printer-friendly) .banner.home.bg-lime #hero-banner:before,
  html:not(.printer-friendly) .banner.home.bg-lime figure:before {
    background-image: url(img/header-lime.svg);
  }
  html:not(.printer-friendly) .banner.home.bg-happy #hero-banner:before,
  html:not(.printer-friendly) .banner.home.bg-happy figure:before {
    background-image: url(img/header-happy.svg);
  }
  html:not(.printer-friendly) .banner.home.bg-calm #hero-banner:before,
  html:not(.printer-friendly) .banner.home.bg-calm figure:before {
    background-image: url(img/header-calm.svg);
  }
  html:not(.printer-friendly) .banner.home.bg-coal #hero-banner:before,
  html:not(.printer-friendly) .banner.home.bg-coal figure:before {
    background-image: url(img/header-coal.svg);
  }
  html:not(.printer-friendly) .banner.home.bg-paper #hero-banner:before,
  html:not(.printer-friendly) .banner.home.bg-paper figure:before {
    background-image: url(img/header-paper.svg);
  }
  html:not(.printer-friendly) .banner.home .media:after {
    background-size: cover !important;
    background-position: center !important;
    content: "";
    height: 0.813rem;
    left: -1.625rem;
    position: absolute;
    bottom: -1px;
    min-width: calc(100% + 3.25rem);
    width: calc(100% + 3.25rem);
    transform: scaleX(-1);
    z-index: 2;
  }
  html:not(.printer-friendly) .banner.home.bg-sea .media:after {
    background-image: url(img/rip-to-sea.svg);
  }
  html:not(.printer-friendly) .banner.home.bg-lavendar .media:after {
    background-image: url(img/rip-to-lavendar.svg);
  }
  html:not(.printer-friendly) .banner.home.bg-peach .media:after {
    background-image: url(img/rip-to-peach.svg);
  }
  html:not(.printer-friendly) .banner.home.bg-orange .media:after {
    background-image: url(img/rip-to-orange.svg);
  }
  html:not(.printer-friendly) .banner.home.bg-pink .media:after {
    background-image: url(img/rip-to-pink.svg);
  }
  html:not(.printer-friendly) .banner.home.bg-green .media:after {
    background-image: url(img/rip-to-green.svg);
  }
  html:not(.printer-friendly) .banner.home.bg-lime .media:after {
    background-image: url(img/rip-to-lime.svg);
  }
  html:not(.printer-friendly) .banner.home.bg-happy .media:after {
    background-image: url(img/rip-to-happy.svg);
  }
  html:not(.printer-friendly) .banner.home.bg-calm .media:after {
    background-image: url(img/rip-to-calm.svg);
  }
  html:not(.printer-friendly) .banner.home.bg-coal .media:after {
    background-image: url(img/rip-to-coal.svg);
  }
  html:not(.printer-friendly) .banner.home.bg-paper .media:after {
    background-image: url(img/rip-to-paper.svg);
  }
  #hero-banner-button {
    bottom: 1.5rem !important;
  }
}
@media (max-width: 479px) {
  .banner.home g-rid {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 480px) {
  .banner.home g-rid {
    padding-bottom: calc(3.75rem + (1vw - 0.3rem) * 4.918);
  }
}
@media (min-width: 1701px) {
  .banner.home g-rid {
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 480px) {
  .banner.home {
    margin-top: -9.25rem;
  }
  .banner.home g-rid {
    padding-top: 9.5rem;
  }
}
@media (min-width: 880px) {
  .banner.home g-rid {
    padding-top: 11.375rem;
  }
}
@media (max-width: 568px) {
  .banner.home figure {
    padding-bottom: 90%;
  }
}
@media (max-width: 479px) {
  .banner.home {
    margin-top: -5.75rem;
    padding-bottom: 0;
  }
  .banner.home g-rid {
    padding-top: 9.5rem;
  }
  .banner.home #breadcrumbs + h1 {
    margin-top: 1.5rem;
  }
  .banner.home h1 + *:not(.btn) {
    margin-top: 1.25rem;
  }
  .banner.home g-col.media {
    margin-bottom: 0;
  }
  .banner.home figure,
  .banner.home #hero-banner {
    border-radius: 0 !important;
    margin-left: -1.5rem !important;
    min-width: calc(100% + 3rem) !important;
  }
  .banner.home .plyr {
    margin-top: 2rem;
  }
}
@media (max-width: 369px) {
  .banner.home figure {
    padding-bottom: 100%;
  }
}
/** SVG DIVIDER IMAGES **/
.banner.home:before {
  background-size: cover !important;
  background-position: center !important;
  content: "";
  height: 0.813rem;
  left: 0;
  position: absolute;
  bottom: calc(100% - 2px);
  width: 100%;
}

.banner.home.bg-sea:before {
  background-image: url(img/rip-to-sea.svg);
}

.banner.home.bg-lavendar:before {
  background-image: url(img/rip-to-lavendar.svg);
}

.banner.home.bg-peach:before {
  background-image: url(img/rip-to-peach.svg);
}

.banner.home.bg-orange:before {
  background-image: url(img/rip-to-orange.svg);
}

.banner.home.bg-pink:before {
  background-image: url(img/rip-to-pink.svg);
}

.banner.home.bg-green:before {
  background-image: url(img/rip-to-green.svg);
}

.banner.home.bg-lime:before {
  background-image: url(img/rip-to-lime.svg);
}

.banner.home.bg-happy:before {
  background-image: url(img/rip-to-happy.svg);
}

.banner.home.bg-calm:before {
  background-image: url(img/rip-to-calm.svg);
}

.banner.home.bg-coal:before {
  background-image: url(img/rip-to-coal.svg);
}

.banner.home.bg-paper:before {
  background-image: url(img/rip-to-paper.svg);
}

.banner.home .btn {
  align-items: center;
  display: inline-flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.75rem;
  padding: 1rem calc(1.5rem + 1vw) 0.75rem calc(1rem + 1vw);
}

.banner.home .btn svg {
  display: block;
  height: 2rem;
  min-width: 2rem;
  position: relative;
  transition: fill 175ms ease-out;
  top: -0.063rem;
  width: 2rem;
}

.banner.home .btn.coal:not(:hover) svg {
  fill: #F4F1E9;
}

.banner.home .btn.paper:not(:hover) svg {
  fill: #2E2A39;
}

.banner.home .btn.toCoalStrong:hover svg {
  fill: #EDE8DB;
}

.banner.home .btn.toPaperStrong:hover svg {
  fill: #151120;
}

.cmplz-cookiebanner {
  max-width: 41.625rem !important;
  padding: 2.75rem !important;
  grid-row-gap: 0 !important;
}

.cmplz-cookiebanner .cmplz-header {
  grid-template-columns: 80px 1fr 100px !important;
  align-items: center !important;
  min-height: 64px;
  position: relative;
}

@media (min-width: 426px) {
  .cmplz-cookiebanner .cmplz-header:before {
    background-image: url(img/cookie.svg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
  }
}
.cmplz-cookiebanner .cmplz-title {
  align-content: center;
  text-align: left !important;
  font-weight: 400 !important;
  min-height: 64px !important;
}

.cmplz-cookiebanner .cmplz-message {
  font-size: 1rem !important;
  line-height: 160% !important;
  width: 100% !important;
}

@media (max-width: 479px) {
  .cmplz-cookiebanner .cmplz-title {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 480px) {
  .cmplz-cookiebanner .cmplz-title {
    font-size: calc(1.5rem + (1vw - 0.3rem) * 0.6557) !important;
  }
}
@media (min-width: 1701px) {
  .cmplz-cookiebanner .cmplz-title {
    font-size: 2rem !important;
  }
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
  border-radius: 3rem !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences {
  background-color: transparent !important;
  border: 1px solid var(--cmplz_button_accept_background_color) !important;
}

#cmplz-manage-consent {
  display: none;
}

.cmplz-cookiebanner .cmplz-documents {
  margin-top: 1.5rem;
}

.cmplz-cookiebanner .cmplz-documents a {
  font-size: 1rem !important;
  color: #2E2A39 !important;
}

.cmplz-cookiebanner .cmplz-documents a:hover {
  text-decoration: none;
}

.cmplz-blocked-content-notice {
  background-color: #2E2A39;
  box-sizing: border-box;
  border: 0;
  border-radius: 3rem;
  color: #FFF;
  cursor: pointer;
  display: table;
  font-family: "roc-grotesk", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 100%;
  min-width: 12.5rem;
  max-width: 29rem;
  padding: 1.25rem calc(1.5rem + 1.5vw) 1rem calc(1.5rem + 1.5vw);
  transition: background 175ms ease-out, border 175ms ease-out, color 175ms ease-out;
  position: relative;
  text-align: center;
}

@media (min-width: 481px) {
  .cmplz-blocked-content-notice:hover {
    background-color: #151120;
    color: #FFF;
  }
}
/*************** FOOTER ***************/
footer {
  background-color: #F4F1E9;
  display: block;
  overflow: hidden;
  margin-top: -0.75rem;
  padding-top: 3.813rem;
  position: relative;
  z-index: 10;
}

footer:before {
  background-image: url(img/rip-to-paper.svg);
  background-size: cover !important;
  background-position: center !important;
  content: "";
  height: 0.813rem;
  left: -1px;
  position: absolute;
  top: 0;
  width: calc(100% + 2px);
  z-index: 2;
}

footer:after {
  background: #F4F1E9;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 13px;
  width: 100%;
  z-index: -1;
}

/***** TOP *****/
footer .top {
  margin-bottom: 4rem;
}

footer .top g-col:first-child {
  width: 66.666%;
}

footer .top g-col:last-child {
  width: 33.333%;
}

@media (max-width: 1120px) {
  footer .top g-col:first-child,
  footer .top g-col:last-child {
    width: 100% !important;
  }
}
/** NAV **/
footer .top nav {
  display: block;
}

footer .top nav ul {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  display: inline-block;
  list-style-type: none;
  margin: 2rem 0 0 0;
  padding: 0;
}

footer .top nav li {
  display: block;
  min-height: 2.25rem;
  min-width: 14rem;
  padding: 1rem 1rem 0 2.75rem;
  position: relative;
  column-fill: balance;
  -moz-column-fill: balance;
  -webkit-column-fill: balance;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

footer .top nav li:before {
  background-image: url(img/arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  height: 1.75rem;
  position: absolute;
  top: calc(50% - 0.313rem);
  left: 0;
  width: 1.75rem;
}

footer .top nav a {
  display: table;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 0.375rem 0 0 0;
  transform: translate3d(0, 0, 0);
  transition: transform 200ms ease-out;
  white-space: nowrap;
}

@media (min-width: 659px) {
  footer .top nav a:hover {
    transform: translate3d(0.375rem, 0, 0);
  }
}
@media (max-width: 1024px) {
  footer .top g-col {
    width: 100% !important;
  }
}
@media (max-width: 799px) {
  footer .top {
    margin-bottom: 2.5rem;
  }
  footer .top strong {
    display: block;
  }
  footer .top nav ul {
    -moz-columns: 1;
         columns: 1;
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  footer .top nav li {
    min-width: 0;
  }
}
/** QUOTE **/
footer .top blockquote {
  display: block;
  margin: 3.75rem 0 0 0;
  max-width: 25rem;
}

footer .top blockquote p {
  color: #FF6F43;
  letter-spacing: -0.4px;
  line-height: 140%;
  margin: 0;
}

footer .top blockquote > p:first-of-type {
  text-indent: -0.66ch;
}

footer .top blockquote > p:first-of-type:before {
  content: "“";
  display: inline;
}

footer .top blockquote > p:last-of-type:after {
  content: "”";
  display: inline;
}

footer .top blockquote:before,
footer .top blockquote > p:last-of-type:after {
  font-style: italic;
  font-style: normal;
}

footer .top blockquote p {
  font-size: 1.5rem;
}

footer .top cite {
  color: #2E2A39;
  display: block;
  font-size: 1.25rem;
  font-style: normal;
  line-height: 140%;
  margin-top: 2.063rem;
  opacity: 0.5;
}

@media (max-width: 1099px) {
  footer .top blockquote {
    max-width: 36rem;
  }
}
@media (max-width: 659px) {
  footer .top blockquote {
    margin: 2rem 0 0 0;
  }
}
/***** MIDDLE *****/
footer .mid g-col {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 3.75rem;
}

footer.basic .mid g-col {
  margin-bottom: 2rem;
}

/** LOGO **/
footer .mid a.logo,
footer .mid a.logo img {
  display: block;
  height: 4.408rem;
  width: 9.875rem;
}

/** SOCIAL **/
footer .social {
  display: block;
  margin-left: calc(1.5rem + 1.675vw);
}

footer .social ul {
  display: flex;
  flex-wrap: nowrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

footer .social li {
  display: block;
}

footer .social li + li {
  margin-left: 0.863rem;
}

footer .social a {
  align-items: center;
  border-radius: 50%;
  display: flex;
  flex-wrap: nowrap;
  height: 4.125rem;
  justify-content: center;
  width: 4.125rem;
}

footer .social a svg {
  display: block;
  height: 1.875rem;
  width: 1.875rem;
}

footer .social a.twitter {
  background-color: #FFA286;
}

footer .social a.instagram {
  background-color: #C2C5FF;
}

footer .social a.facebook {
  background-color: #FFD681;
}

footer .social a.linkedin {
  background-color: #B2E7F7;
}

footer .social a.youtube {
  background-color: #D8ECAA;
}

footer .social a svg * {
  fill: #2E2A39;
  transition: fill 170ms ease-out;
}

footer .social a:hover {
  background-color: #2E2A39;
  transition: background-color 170ms ease-out;
}

footer .social a:hover svg * {
  fill: #FFF;
}

@media (max-width: 659px) {
  footer .mid g-col {
    align-items: flex-start;
    flex-direction: column;
  }
  footer .mid a.logo {
    margin-bottom: 1rem;
  }
  footer .social {
    margin-left: 0;
  }
  footer .social a {
    height: 48px;
    width: 48px;
  }
  footer .social a svg {
    height: 22px;
    width: 22px;
  }
}
/***** BLUE *****/
footer .blue g-col {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  min-height: 6.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  z-index: 2;
}

footer .blue g-col:before {
  background-color: #B2E7F7;
  content: "";
  height: 100%;
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  z-index: -1;
}

footer .blue g-col:after {
  background-image: url(img/rip-to-calm.svg);
  background-size: cover !important;
  background-position: center !important;
  content: "";
  height: 0.813rem;
  left: calc(50% - 50vw);
  position: absolute;
  bottom: calc(100% - 1.5px);
  width: 100vw;
}

footer .blue nav {
  display: block;
}

footer .blue nav ul {
  display: flex;
  flex-wrap: nowrap;
  list-style-type: none;
  margin: 0 0 0 calc(-0.75rem - 0.875vw);
  padding: 0;
}

footer .blue nav li {
  padding: 0 calc(0.75rem + 0.875vw);
}

footer .blue nav a {
  display: block;
  font-size: 1.375rem;
  font-weight: 400;
  padding: 0.375rem 0 0 0;
  transform: translate3d(0, 0, 0);
  transition: transform 200ms ease-out;
  white-space: nowrap;
}

footer .blue nav a:hover {
  transform: translate3d(0, -0.188rem, 0);
}

footer a.phw-logo,
footer a.phw-logo img {
  display: block;
  height: 3.976rem;
  width: 14rem;
}

footer a.phw-logo {
  opacity: 0.45;
  padding-left: calc(1.5rem + 1.675vw);
  transition: opacity 200ms ease-out;
}

@media (min-width: 480px) {
  footer a.phw-logo:hover {
    opacity: 1;
  }
}
footer .blue.stacked nav ul {
  flex-wrap: wrap;
  justify-content: flex-start;
}

footer .blue.stacked g-col {
  align-items: flex-start;
  flex-direction: column;
}

footer .blue.stacked a.phw-logo {
  margin-top: 2rem;
  padding-left: 0;
}

/***** BOTTOM *****/
footer .bottom {
  color: rgba(46, 42, 57, 0.48);
  font-size: 1.25rem;
  line-height: 180%;
  padding: 0.75rem 0 1.625rem 0;
}

footer .bottom g-col {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .bottom g-col > * {
  padding: 0.375rem 0;
}

footer .bottom blue-stag {
  display: table;
}

/** LINKS **/
footer .bottom g-col a {
  white-space: nowrap;
  transition: color 175ms ease;
}

footer .bottom g-col a:hover {
  color: #2E2A39;
  text-decoration: underline;
}

footer .bottom g-col a svg {
  opacity: 0.5;
  position: relative;
  top: 4px;
  transition: opacity 175ms ease;
}

footer .bottom g-col a:hover svg {
  opacity: 1;
}

@media (max-width: 659px) {
  footer .bottom g-col {
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  footer .bottom blue-stag {
    margin: 0;
  }
}
@media (max-width: 479px) {
  footer .bottom p,
  footer .bottom blue-stag {
    font-size: 1rem;
    line-height: 140%;
  }
}
footer site-notice p + p {
  margin-top: 0 !important;
}

footer site-notice a {
  cursor: pointer;
}

footer .cmplz-show-banner {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: "roc-grotesk", sans-serif;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
}

form-wrap form {
  display: block;
}

form-wrap form input[type=text],
form-wrap form input[type=tel],
form-wrap form input[type=email],
form-wrap form input[type=number],
form-wrap form input[type=url],
form-wrap form input[type=date] {
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-sizing: border-box;
  display: block;
  color: #2E2A39;
  line-height: 1rem;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  font-style: normal;
  margin-top: 0.25rem;
  padding: 1.313rem 1.625rem 1.125rem 1.625rem;
  width: 100%;
}

form-wrap form select {
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-sizing: border-box;
  display: block;
  color: #2E2A39;
  line-height: 120%;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  font-style: normal;
  margin-top: 0.25rem;
  padding: 1.25rem 1.625rem;
  width: 100%;
}

form-wrap form textarea {
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-sizing: border-box;
  display: block;
  color: #2E2A39;
  line-height: 120%;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  font-style: normal;
  margin-top: 0.25rem;
  min-height: 20.255rem;
  padding: 1.25rem 1.625rem;
  resize: vertical;
  width: 100%;
}

@media (max-width: 479px) {
  form-wrap form input[type=text],
  form-wrap form input[type=tel],
  form-wrap form input[type=email],
  form-wrap form input[type=number],
  form-wrap form input[type=url],
  form-wrap form input[type=date] {
    padding: 1.25rem 1.625rem 1.188rem 1.625rem;
  }
  form-wrap form select {
    padding: 1.25rem 1.625rem;
  }
  form-wrap form textarea {
    padding: 1.25rem 1.625rem;
  }
}
form-wrap form select option {
  color: #2E2A39;
}

form-wrap form ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

form-wrap form ::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.wpcf7-form-control-wrap {
  margin-top: 0.5rem;
  display: block;
}

.wpcf7-list-item {
  display: block;
  padding: 0.375rem 0;
  margin: 0;
}

.wpcf7-list-item input {
  cursor: pointer;
  /*	display: none;*/
  height: 2rem;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 2rem;
  z-index: 1;
}

p.check {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
  width: 100%;
}

p.check .wpcf7-list-item {
  padding: 0 !important;
}

p.check .wpcf7-not-valid-tip {
  display: none;
}

p.check br {
  display: none;
}

.wpcf7-list-item .wpcf7-list-item-label {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  line-height: 1rem;
  min-height: 2rem;
  padding-left: 2.5rem;
  position: relative;
}

.wpcf7-list-item .wpcf7-list-item-label:before {
  background-color: #FFF;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  content: "";
  height: 2rem;
  left: 0;
  position: absolute;
  top: calc(50% - 1.125rem);
  width: 2rem;
}

.wpcf7-list-item .wpcf7-list-item-label:after {
  background-color: #2E2A39;
  border-radius: 0.25rem;
  content: "";
  height: 1.25rem;
  left: 0.375rem;
  opacity: 0;
  position: absolute;
  top: calc(50% - 0.75rem);
  width: 1.25rem;
}

.wpcf7-list-item input:not(:checked) + input:hover + .wpcf7-list-item-label:after .wpcf7-list-item input:not(:checked) + .wpcf7-list-item-label:hover:after {
  opacity: 0.2;
  filter: grayscale(100%);
}

.wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

.wpcf7-list-item input[type=radio] + .wpcf7-list-item-label:before,
.wpcf7-list-item input[type=radio] + .wpcf7-list-item-label:after {
  border-radius: 100%;
}

.wpcf7-not-valid .wpcf7-list-item-label:before {
  box-shadow: inset 0 0 0 3px #FF5757;
  color: #FF5757;
}

form-wrap form .wpcf7-response-output {
  border: 0 !important;
  border-radius: 0.25rem;
  box-sizing: border-box;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  font-style: normal;
  margin: 1.75rem 0 0 0 !important;
  padding: 1rem 1.5rem !important;
  width: 100%;
}

form-wrap form .wpcf7-response-output {
  background-color: #FF5757;
  color: #FFF;
}

form.invalid .wpcf7-response-output {
  background-color: #FF5757 !important;
  color: #FFF !important;
}

form.sent .wpcf7-response-output {
  background-color: #5ECE98 !important;
  color: #FFF !important;
}

.wpcf7-not-valid-tip {
  color: #FF5757;
  display: block;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 400;
  font-size: 0.938rem;
  font-style: bold;
  margin-top: 0.25rem;
  text-align: left;
}

.wpcf7 .ajax-loader {
  display: none;
}

form-field {
  display: block;
}

form-field + form-field,
form-wrap p + p {
  margin-top: 2rem;
}

form-wrap form br {
  display: none;
}

form input[type=text].wpcf7-not-valid,
form input[type=tel].wpcf7-not-valid,
form input[type=email].wpcf7-not-valid,
form input[type=number].wpcf7-not-valid,
form input[type=url].wpcf7-not-valid,
form input[type=date].wpcf7-not-valid,
form select.wpcf7-not-valid,
form textarea.wpcf7-not-valid {
  box-shadow: inset 0 0 0 3px #FF5757;
  color: #FF5757;
}

form-wrap form field-wrap {
  display: block;
  position: relative;
}

form-wrap form field-wrap ~ field-wrap {
  margin-top: 1rem;
}

form-wrap form .wpcf7-not-valid::-moz-placeholder {
  color: #FF5757;
}

form-wrap form .wpcf7-not-valid::placeholder {
  color: #FF5757;
}

form-wrap form label {
  color: #2E2A39;
  display: block;
  font-size: 1.375rem;
  font-weight: normal;
  text-align: left;
}

form input[type=submit] {
  background: #2E2A39;
  border: 0;
  border-radius: 4rem;
  color: #FFF;
  cursor: pointer;
  display: table;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  font-style: normal;
  margin: 2.5rem 0 0 auto;
  max-width: 20rem;
  padding: 1.25rem;
  transition: background 175ms ease, border 175ms ease, color 175ms ease;
  width: 100%;
  -webkit-appearance: none;
}

form input[type=submit]:hover {
  background: #FFD681;
  color: #2E2A39 !important;
}

.light form-wrap form input[type=submit]:hover {
  background: #2E2A39;
  color: #FFF !important;
}

.wpcf7-spinner {
  display: none !important;
}

form-wrap p {
  font-family: "roc-grotesk", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  font-style: normal;
  line-height: 160%;
  margin: 1.5rem 0 0 0;
  text-align: left;
}

form-wrap p strong {
  font-weight: 900;
}

form-wrap p:first-child {
  margin-top: 0;
}

form-wrap p a:not(.btn) {
  font-weight: 600;
  text-decoration: underline;
}

form-wrap p a:not(.btn):hover {
  text-decoration: none;
}

/*************** HEADER ***************/
header {
  background-color: transparent;
  display: block;
  height: 12.25rem;
  position: sticky;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
}

html.printer-friendly header {
  position: relative !important;
}

header:before {
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0);
  content: "";
  height: 12.25rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 250ms ease, background-color 250ms ease, box-shadow 250ms ease, height 250ms ease, box-shadow 250ms ease 250ms;
  width: 100%;
}

h-inner {
  align-items: flex-end;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
  min-height: 9.188rem;
  padding: 1.875rem 0;
  pointer-events: all;
  position: relative;
  transition: min-height 250ms ease, padding 250ms ease;
  width: calc(100% - 6.25rem);
  z-index: 2;
}

header.basic {
  background-color: #B2E7F7;
  position: relative !important;
  top: 0 !important;
}

header.basic h-inner {
  align-items: center;
  max-width: 81.25rem;
}

header right-content {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 0 0 auto;
}

.mobile-nav header right-content {
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 599px) {
  .mobile-nav header right-content {
    align-items: flex-end;
    flex-direction: column;
    gap: 0.5rem 0;
    width: 100%;
  }
}
@media (max-width: 879px) {
  header {
    height: 11.25rem;
  }
}
@media (min-width: 480px) {
  html:not(.printer-friendly) .scale-header header:not(.basic):before {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.05);
    height: 8.75rem;
    opacity: 1;
    pointer-events: all;
    transition: opacity 250ms ease, background-color 250ms ease, box-shadow 250ms ease, height 250ms ease, box-shadow 50ms ease 0ms;
  }
  html:not(.printer-friendly) .scale-header header:not(.basic) h-inner {
    min-height: 5.375rem;
    padding: 0.5rem 0;
  }
}
body.mobile-nav h-inner {
  align-items: center;
}

@media (min-width: 480px) {
  .admin-bar header {
    top: 2rem;
  }
}
@media (max-width: 479px) {
  header {
    height: 4.688rem;
    position: relative;
  }
  header:before {
    height: 4.688rem;
  }
}
@media (max-width: 479px) {
  h-inner {
    align-items: center;
    min-height: 4.688rem;
    padding: 1rem 0;
    width: calc(100% - 3rem);
  }
}
@media (min-width: 480px) {
  .banner.home {
    margin-top: -6rem;
  }
}
.show-mega header:before {
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0);
}

.show-mega header:before {
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0);
  opacity: 1;
}

/** MAIN LOGO **/
header a.logo,
header a.logo img,
header a.logo svg {
  display: block;
  height: 4.408rem;
  transition: fill 200ms ease, height 200ms ease, width 200ms ease, transform 200ms ease;
  width: 9.875rem;
}

header.basic a.logo,
header.basic a.logo img,
header.basic a.logo svg {
  height: 5.857rem !important;
  width: 12.875rem !important;
}

header a.logo {
  transform: translate3d(0, 0, 0);
}

html:not(.printer-friendly) body:not(.show-mega):not(.scale-header) header.light a.logo svg {
  fill: #F4F1E9;
}

header a.logo svg {
  fill: #2E2A39;
}

@media (min-width: 480px) {
  header a.logo:hover {
    transform: translate3d(0, -0.188rem, 0);
  }
}
@media (min-width: 769px) {
  html:not(.printer-friendly) .scale-header header:not(.basic) a.logo,
  html:not(.printer-friendly) .scale-header header:not(.basic) a.logo img,
  html:not(.printer-friendly) .scale-header header:not(.basic) a.logo svg {
    height: 3.25rem;
    width: 7.25rem;
  }
}
@media (max-width: 768px) {
  html:not(.printer-friendly) header a.logo,
  html:not(.printer-friendly) header a.logo img,
  html:not(.printer-friendly) header a.logo svg {
    height: 4.071rem;
    width: 9.167rem;
  }
}
/** PHW LOGO **/
body:not(.mobile-nav) header a.phw-logo {
  margin: 0 0 0 calc(1rem + 1.275vw);
}

body.mobile-nav header a.phw-logo {
  margin: 0 0 0 calc(1rem + 1.275vw);
}

header a.phw-logo {
  /* TEMP */
  margin: 0 0 0.75rem auto !important;
  /* TEMP */
  opacity: 0.7;
  transition: opacity 200ms ease;
}

header a.phw-logo,
header a.phw-logo img,
header a.phw-logo svg {
  display: block;
  height: 3rem;
  transition: fill 200ms ease;
  width: 10.5rem;
}

.mobile-nav header a.phw-logo {
  position: relative;
  top: 0.313rem;
}

header a.phw-logo svg[aria-label=new-window] {
  display: none;
}

html:not(.printer-friendly) body:not(.show-mega):not(.scale-header) header.light a.phw-logo svg {
  fill: #F4F1E9;
}

@media (min-width: 769px) {
  header a.phw-logo:hover {
    opacity: 1;
  }
}
.mobile-top-bar header h-inner a.phw-logo.has-icon {
  display: none !important;
}

@media (max-width: 619px) {
  header a.phw-logo,
  header a.phw-logo img,
  header a.phw-logo svg {
    height: 2rem;
    width: auto;
  }
}
@media (min-width: 480px) and (max-width: 619px) {
  header a.phw-logo {
    margin: 0 0 0 auto !important;
  }
}
@media (max-width: 479px) {
  header h-inner a.phw-logo,
  header h-inner a.phw-logo.has-icon {
    display: none !important;
  }
}
/** MAIN NAV **/
h-inner nav {
  margin: 0;
  padding: 0 calc(1rem + 1.275vw);
  display: block;
  position: relative;
  top: 0.25rem;
}

h-inner nav > ul {
  display: flex;
  flex-wrap: nowrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h-inner nav > ul > li {
  display: block;
  position: relative;
}

h-inner nav > ul > li + li {
  padding-left: calc(1rem + 1.275vw);
}

h-inner nav > ul > li > a {
  display: block;
  font-size: 1.375rem;
  font-weight: 500;
  padding: 0.5rem 0;
  transform: translate3d(0, 0, 0);
  transition: transform 200ms ease;
  white-space: nowrap;
}

html:not(.printer-friendly) body:not(.show-mega):not(.scale-header) header.light h-inner nav > ul > li > a {
  color: #F4F1E9;
}

h-inner nav > ul > li:hover > a {
  transform: translate3d(0, -0.188rem, 0);
}

h-inner nav > ul > li > a span {
  display: none;
}

/** SUBMENU **/
h-inner nav > ul ul {
  background-color: #FFF;
  border-radius: 1rem;
  filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.1));
  list-style-type: none;
  margin: 0;
  left: 50%;
  min-width: 18rem;
  opacity: 0;
  padding: 2.25rem 3rem;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transform: translate3d(-50%, 1rem, 0);
  transition: opacity 200ms ease, transform 200ms ease;
}

h-inner nav > ul li + li ul {
  left: calc(50% + 0.75rem + 0.8375vw);
}

h-inner nav > ul ul:before {
  background-color: #FFF;
  border-radius: 0.25rem;
  content: "";
  height: 1.25rem;
  position: absolute;
  top: 0.125rem;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  width: 1.25rem;
}

h-inner nav > ul li:hover ul {
  opacity: 1;
  pointer-events: all;
  transform: translate3d(-50%, 0, 0);
}

h-inner nav > ul ul li {
  display: block;
}

h-inner nav > ul ul li + li {
  margin-top: 1rem;
}

h-inner nav > ul ul a {
  white-space: nowrap;
}

h-inner nav > ul ul a:hover {
  text-decoration: underline;
}

h-inner nav > ul ul img,
h-inner nav > ul ul svg,
h-inner nav > ul ul span {
  display: none;
}

.mobile-nav h-inner nav {
  display: none;
}

@media (max-width: 568px) {
  h-inner nav {
    display: none;
  }
}
/** WAYS TO WELLBEING **/
header a.wellbeing-cta {
  align-items: center;
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.75rem;
  margin: 0 0 0 auto;
  padding: 0.875rem 1.5rem 0.625rem 1.5rem !important;
  white-space: nowrap;
  display: none !important;
}

header a.wellbeing-cta svg {
  display: block;
  min-width: 24px;
  position: relative;
  transition: fill 175ms ease-out;
  top: -0.063rem;
}

header a.wellbeing-cta:hover svg {
  fill: #FFF;
}

.mobile-nav header a.wellbeing-cta {
  order: 1;
}

@media (max-width: 429px) {
  header a.wellbeing-cta svg {
    display: none;
  }
}
/** HAMBURGER BUTTON **/
button.hamburger {
  align-items: center;
  background-color: #2E2A39;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  height: 56px;
  justify-content: center;
  margin: 0 0 0 calc(1rem + 1.275vw);
  min-width: 56px;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
  transform: translate3d(0, 0, 0);
  width: 56px;
  z-index: 20;
}

button.hamburger .hb-inner {
  display: block;
  height: 40px;
  min-width: 40px;
  padding: 0;
  position: relative;
  top: -0.5px;
  width: 40px;
}

button.hamburger .hb-inner span {
  background-color: #FFF;
  position: absolute;
  height: 4px;
  transition: opacity 75ms ease, top 75ms ease, transform 75ms ease, background-color 75ms ease;
  width: 24px;
}

button.hamburger .tl {
  top: 8px;
  left: 4px;
}

button.hamburger .tr {
  top: 8px;
  right: 4px;
}

button.hamburger .ml {
  top: 19px;
  left: 4px;
}

button.hamburger .mr {
  top: 19px;
  right: 4px;
}

button.hamburger .bl {
  top: 30px;
  left: 4px;
}

button.hamburger .br {
  top: 30px;
  right: 4px;
}

.nav-open button.hamburger .tl {
  top: 14px;
  transform: translate3d(0, 0, 0) rotate(45deg);
}

.nav-open button.hamburger .tr {
  top: 14px;
  transform: translate3d(0, 0, 0) rotate(-45deg);
}

.nav-open button.hamburger .ml,
.nav-open button.hamburger .mr {
  opacity: 0;
}

.nav-open button.hamburger .bl {
  top: 22px;
  transform: translate3d(0, 0, 0) rotate(-45deg);
}

.nav-open button.hamburger .br {
  top: 22px;
  transform: translate3d(0, 0, 0) rotate(45deg);
}

@media (max-width: 725px) {
  header button.hamburger {
    margin-left: auto;
  }
}
.mobile-nav button.hamburger {
  order: 2;
}

footer ~ button.hamburger {
  background-color: #2E2A39;
  border-radius: 50%;
  height: 56px;
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  width: 56px;
  z-index: 999;
}

footer ~ button.hamburger .hb-inner span {
  background-color: #F4F1E9;
}

footer ~ button.hamburger {
  opacity: 0;
  pointer-events: none;
}

.mobile-nav.nav-open footer ~ button.hamburger {
  display: flex;
  opacity: 1;
  pointer-events: all;
}

/***** LANG SWITCHER *****/
@media (min-width: 480px) {
  header ul.lang {
    display: none;
  }
}
@media (max-width: 479px) {
  header ul.lang {
    display: block;
    list-style-type: none;
    margin: 0.625rem 0 0 auto;
    padding: 0;
  }
}
@keyframes heroBannerFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#hero-banner {
  animation: heroBannerFade 300ms 600ms ease-in-out forwards;
  border-radius: 0.375rem;
  margin: 0;
  opacity: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
#hero-banner .hero-banner-heading {
  color: white;
  font-size: 5.5vw;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
#hero-banner .hero-banner-heading b {
  display: block;
}
#hero-banner.hero-banner-active #hero-banner-image {
  display: none;
}

#hero-banner-video,
#hero-banner-image {
  left: 50%;
  -o-object-fit: fill;
     object-fit: fill;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: all 150ms ease-in-out;
  transform: translateX(-50%);
  min-width: 100%;
  min-height: 100%;
}

#hero-banner-button {
  background-color: #FFF;
  background-image: url(img/video-pause.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  border-radius: 50%;
  border: 0;
  bottom: 12px;
  cursor: pointer;
  height: 48px;
  position: absolute;
  right: 12px;
  width: 48px;
  z-index: 4;
}
.paused #hero-banner-button {
  background-image: url(img/video-play.svg);
  background-position: 11px center;
}

.horiz scroll-wrap {
  display: block;
  margin-top: 4rem;
  position: relative;
}

.horiz column-list {
  cursor: grab;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1.875rem;
  padding: 0;
}

.horiz column-list col-item {
  max-width: calc(85vw - 2.5rem);
  width: 33.438rem;
}

.horiz .scroll-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  min-width: -moz-max-content;
  min-width: max-content;
}

.horiz .scroll-content {
  height: auto !important;
}

.horiz .spacer {
  display: block;
  height: 1px;
}

.horiz .scroll-element.scroll-x {
  border-radius: 0.375rem;
  margin: 3rem auto 0 auto !important;
  max-width: 81.25rem !important;
  position: relative !important;
  bottom: unset !important;
  left: unset !important;
  width: calc(100% - 6.25rem) !important;
}

.horiz .scroll-element_track,
.horiz .scroll-bar {
  border-radius: 0.375rem !important;
}

.horiz .scroll-element_track {
  background: #FFF !important;
}

@media (max-width: 479px) {
  .horiz .scroll-element.scroll-x {
    width: calc(100% - 3rem) !important;
  }
}
/*************** MEGA MENU ***************/
mm-outer {
  background-color: #FFF;
  box-sizing: border-box;
  box-shadow: 0 0.5rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  display: block;
  opacity: 0;
  overflow: hidden;
  position: relative;
  top: 1px;
  transition: opacity 250ms ease, height 0ms linear 250ms;
}

.show-mega mm-outer {
  opacity: 1;
  transition: opacity 250ms ease, height 0ms linear 0ms;
}

mega-menu {
  box-sizing: border-box;
  display: block;
  opacity: 0;
  padding: 1.5rem 0 2rem 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  transition: opacity 125ms ease 0ms;
}

mega-menu.current {
  pointer-events: all;
  position: relative;
}

mega-menu.visible {
  opacity: 1;
}

mega-menu g-rid {
  max-width: none;
}

mega-menu ul {
  display: flex;
  gap: 3rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

mega-menu li {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-right: 0.75rem;
  width: calc((100% - 9rem) / 4);
}

mega-menu a {
  display: block;
  font-family: "AlkesSemiboldItalic";
  font-size: 1.375rem;
  line-height: 133%;
  padding: 0;
  transition: padding 250ms ease;
}

mega-menu a:hover {
  text-decoration: underline;
}

mega-menu span {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 0.938rem;
}

mega-menu li[class*=icon-]:before {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  content: "";
  display: block;
  height: 4rem;
  margin-bottom: 1.5rem;
  width: 4rem;
}

mega-menu li.icon-briefcase:before {
  background-image: url(img/briefcase.svg);
}

mega-menu li.icon-calendar:before {
  background-image: url(img/calendar.svg);
}

mega-menu li.icon-connections:before {
  background-image: url(img/connections.svg);
}

mega-menu li.icon-creativity:before {
  background-image: url(img/creativity.svg);
}

mega-menu li.icon-folder:before {
  background-image: url(img/folder.svg);
}

mega-menu li.icon-goal:before {
  background-image: url(img/goal.svg);
}

mega-menu li.icon-handshake:before {
  background-image: url(img/handshake.svg);
}

mega-menu li.icon-heritage:before {
  background-image: url(img/heritage.svg);
}

mega-menu li.icon-high-five:before {
  background-image: url(img/high-five.svg);
}

mega-menu li.icon-hobbies:before {
  background-image: url(img/hobbies.svg);
}

mega-menu li.icon-inequality:before {
  background-image: url(img/inequality.svg);
}

mega-menu li.icon-learning:before {
  background-image: url(img/learning.svg);
}

mega-menu li.icon-nature:before {
  background-image: url(img/nature.svg);
}

mega-menu li.icon-photo:before {
  background-image: url(img/photo.svg);
}

mega-menu li.icon-public-health:before {
  background-image: url(img/public-health.svg);
}

mega-menu li.icon-puzzle:before {
  background-image: url(img/puzzle.svg);
}

mega-menu li.icon-sharing-emotions:before {
  background-image: url(img/sharing-emotions.svg);
}

mega-menu li.icon-thumbs-up:before {
  background-image: url(img/thumbs-up.svg);
}

mega-menu li.icon-simple-apple:before {
  background-image: url(img/simple-apple.svg);
}

mega-menu li.icon-simple-backpack:before {
  background-image: url(img/simple-backpack.svg);
}

mega-menu li.icon-simple-baseketball:before {
  background-image: url(img/simple-baseketball.svg);
}

mega-menu li.icon-simple-beach-ball:before {
  background-image: url(img/simple-beach-ball.svg);
}

mega-menu li.icon-simple-beach-umbrella:before {
  background-image: url(img/simple-beach-umbrella.svg);
}

mega-menu li.icon-simple-birds-nest:before {
  background-image: url(img/simple-birds-nest.svg);
}

mega-menu li.icon-simple-boat:before {
  background-image: url(img/simple-boat.svg);
}

mega-menu li.icon-simple-book:before {
  background-image: url(img/simple-book.svg);
}

mega-menu li.icon-simple-boomerang:before {
  background-image: url(img/simple-boomerang.svg);
}

mega-menu li.icon-simple-butterfly-catch:before {
  background-image: url(img/simple-butterfly-catch.svg);
}

mega-menu li.icon-simple-butterfly:before {
  background-image: url(img/simple-butterfly.svg);
}

mega-menu li.icon-simple-calendar:before {
  background-image: url(img/simple-calendar.svg);
}

mega-menu li.icon-simple-camera-2:before {
  background-image: url(img/simple-camera-2.svg);
}

mega-menu li.icon-simple-camera:before {
  background-image: url(img/simple-camera.svg);
}

mega-menu li.icon-simple-campfire:before {
  background-image: url(img/simple-campfire.svg);
}

mega-menu li.icon-simple-camping-at-night:before {
  background-image: url(img/simple-camping-at-night.svg);
}

mega-menu li.icon-simple-chat:before {
  background-image: url(img/simple-chat.svg);
}

mega-menu li.icon-simple-coffee-mug:before {
  background-image: url(img/simple-coffee-mug.svg);
}

mega-menu li.icon-simple-coffee:before {
  background-image: url(img/simple-coffee.svg);
}

mega-menu li.icon-simple-comment:before {
  background-image: url(img/simple-comment.svg);
}

mega-menu li.icon-simple-countryside:before {
  background-image: url(img/simple-countryside.svg);
}

mega-menu li.icon-simple-cutlery:before {
  background-image: url(img/simple-cutlery.svg);
}

mega-menu li.icon-simple-dice:before {
  background-image: url(img/simple-dice.svg);
}

mega-menu li.icon-simple-draw:before {
  background-image: url(img/simple-draw.svg);
}

mega-menu li.icon-simple-drink-glass:before {
  background-image: url(img/simple-drink-glass.svg);
}

mega-menu li.icon-simple-duck:before {
  background-image: url(img/simple-duck.svg);
}

mega-menu li.icon-simple-garden-tools:before {
  background-image: url(img/simple-garden-tools.svg);
}

mega-menu li.icon-simple-graduate:before {
  background-image: url(img/simple-graduate.svg);
}

mega-menu li.icon-simple-hand-stop:before {
  background-image: url(img/simple-hand-stop.svg);
}

mega-menu li.icon-simple-heart:before {
  background-image: url(img/simple-heart.svg);
}

mega-menu li.icon-simple-house-heart:before {
  background-image: url(img/simple-house-heart.svg);
}

mega-menu li.icon-simple-house:before {
  background-image: url(img/simple-house.svg);
}

mega-menu li.icon-simple-ice-cream:before {
  background-image: url(img/simple-ice-cream.svg);
}

mega-menu li.icon-simple-kayak:before {
  background-image: url(img/simple-kayak.svg);
}

mega-menu li.icon-simple-keyboard:before {
  background-image: url(img/simple-keyboard.svg);
}

mega-menu li.icon-simple-kite:before {
  background-image: url(img/simple-kite.svg);
}

mega-menu li.icon-simple-landscape-picture:before {
  background-image: url(img/simple-landscape-picture.svg);
}

mega-menu li.icon-simple-leaf:before {
  background-image: url(img/simple-leaf.svg);
}

mega-menu li.icon-simple-lightbulb:before {
  background-image: url(img/simple-lightbulb.svg);
}

mega-menu li.icon-simple-like:before {
  background-image: url(img/simple-like.svg);
}

mega-menu li.icon-simple-love:before {
  background-image: url(img/simple-love.svg);
}

mega-menu li.icon-simple-magic:before {
  background-image: url(img/simple-magic.svg);
}

mega-menu li.icon-simple-mail:before {
  background-image: url(img/simple-mail.svg);
}

mega-menu li.icon-simple-map-location:before {
  background-image: url(img/simple-map-location.svg);
}

mega-menu li.icon-simple-map:before {
  background-image: url(img/simple-map.svg);
}

mega-menu li.icon-simple-moon-phase:before {
  background-image: url(img/simple-moon-phase.svg);
}

mega-menu li.icon-simple-mountain-at-night:before {
  background-image: url(img/simple-mountain-at-night.svg);
}

mega-menu li.icon-simple-mountains-picture:before {
  background-image: url(img/simple-mountains-picture.svg);
}

mega-menu li.icon-simple-mountains:before {
  background-image: url(img/simple-mountains.svg);
}

mega-menu li.icon-simple-mouse:before {
  background-image: url(img/simple-mouse.svg);
}

mega-menu li.icon-simple-noughts-and-crosses:before {
  background-image: url(img/simple-noughts-and-crosses.svg);
}

mega-menu li.icon-simple-open:before {
  background-image: url(img/simple-open.svg);
}

mega-menu li.icon-simple-paint-brush:before {
  background-image: url(img/simple-paint-brush.svg);
}

mega-menu li.icon-simple-paint-roller:before {
  background-image: url(img/simple-paint-roller.svg);
}

mega-menu li.icon-simple-palm-tree:before {
  background-image: url(img/simple-palm-tree.svg);
}

mega-menu li.icon-simple-paper-plane:before {
  background-image: url(img/simple-paper-plane.svg);
}

mega-menu li.icon-simple-paperclip:before {
  background-image: url(img/simple-paperclip.svg);
}

mega-menu li.icon-simple-pen:before {
  background-image: url(img/simple-pen.svg);
}

mega-menu li.icon-simple-picnic:before {
  background-image: url(img/simple-picnic.svg);
}

mega-menu li.icon-simple-pine-tree:before {
  background-image: url(img/simple-pine-tree.svg);
}

mega-menu li.icon-simple-puzzle:before {
  background-image: url(img/simple-puzzle.svg);
}

mega-menu li.icon-simple-river-on-mountains:before {
  background-image: url(img/simple-river-on-mountains.svg);
}

mega-menu li.icon-simple-sand-castle:before {
  background-image: url(img/simple-sand-castle.svg);
}

mega-menu li.icon-simple-saw:before {
  background-image: url(img/simple-saw.svg);
}

mega-menu li.icon-simple-scissors:before {
  background-image: url(img/simple-scissors.svg);
}

mega-menu li.icon-simple-sea-and-sun:before {
  background-image: url(img/simple-sea-and-sun.svg);
}

mega-menu li.icon-simple-sea-star:before {
  background-image: url(img/simple-sea-star.svg);
}

mega-menu li.icon-simple-set-square-and-pencil:before {
  background-image: url(img/simple-set-square-and-pencil.svg);
}

mega-menu li.icon-simple-shorts:before {
  background-image: url(img/simple-shorts.svg);
}

mega-menu li.icon-simple-shovel-1:before {
  background-image: url(img/simple-shovel-1.svg);
}

mega-menu li.icon-simple-shovel:before {
  background-image: url(img/simple-shovel.svg);
}

mega-menu li.icon-simple-sign-post:before {
  background-image: url(img/simple-sign-post.svg);
}

mega-menu li.icon-simple-smile:before {
  background-image: url(img/simple-smile.svg);
}

mega-menu li.icon-simple-snowflake:before {
  background-image: url(img/simple-snowflake.svg);
}

mega-menu li.icon-simple-stereo:before {
  background-image: url(img/simple-stereo.svg);
}

mega-menu li.icon-simple-suitcase:before {
  background-image: url(img/simple-suitcase.svg);
}

mega-menu li.icon-simple-sun-and-cloud:before {
  background-image: url(img/simple-sun-and-cloud.svg);
}

mega-menu li.icon-simple-sun:before {
  background-image: url(img/simple-sun.svg);
}

mega-menu li.icon-simple-sunglasses:before {
  background-image: url(img/simple-sunglasses.svg);
}

mega-menu li.icon-simple-surf:before {
  background-image: url(img/simple-surf.svg);
}

mega-menu li.icon-simple-tamborine:before {
  background-image: url(img/simple-tamborine.svg);
}

mega-menu li.icon-simple-tent:before {
  background-image: url(img/simple-tent.svg);
}

mega-menu li.icon-simple-ticket:before {
  background-image: url(img/simple-ticket.svg);
}

mega-menu li.icon-simple-toolbox:before {
  background-image: url(img/simple-toolbox.svg);
}

mega-menu li.icon-simple-trees-1:before {
  background-image: url(img/simple-trees-1.svg);
}

mega-menu li.icon-simple-trees:before {
  background-image: url(img/simple-trees.svg);
}

mega-menu li.icon-simple-trophy:before {
  background-image: url(img/simple-trophy.svg);
}

mega-menu li.icon-simple-umbrella:before {
  background-image: url(img/simple-umbrella.svg);
}

mega-menu li.icon-simple-watermelon:before {
  background-image: url(img/simple-watermelon.svg);
}

mega-menu li.icon-simple-world:before {
  background-image: url(img/simple-world.svg);
}

mega-menu li.icon-simple-wrench:before {
  background-image: url(img/simple-wrench.svg);
}

.mobile-nav mega-menu {
  display: none;
}

body:not(.mobile-nav) mobile-nav,
body:not(.mobile-nav) header button.hamburger {
  display: none;
}

mobile-nav {
  background-color: #D8ECAA;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(100%, 0, 0);
  transition: transform 500ms ease-out;
  width: 100%;
  z-index: 100;
}

.nav-open mobile-nav {
  transform: translate3d(0, 0, 0);
}

mobile-nav top-content {
  background: rgba(255, 255, 255, 0.45);
  display: block;
  color: #2E2A39;
  padding: 0.875rem 2rem 0.063rem 2rem;
  position: relative;
  z-index: 4;
}

@media (min-width: 481px) {
  mobile-nav top-content {
    padding: 0.875rem 3.126rem 0.063rem 3.126rem;
  }
}
mobile-nav top-content p:first-child {
  margin-top: 0;
}

mobile-nav top-content:after {
  background-image: url(img/top-content.svg);
  background-size: cover !important;
  background-position: center !important;
  content: "";
  height: 0.813rem;
  left: 0;
  opacity: 0.45;
  position: absolute;
  top: 100%;
  width: 100%;
}

mobile-nav > nav-inner {
  box-sizing: border-box;
  display: block;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  overflow-y: scroll;
  opacity: 1;
  pointer-events: all;
  /*	transform: translate3d(0, 0, 0);*/
  transition: opacity 250ms ease-out, transform 250ms ease-out;
  position: relative;
}

sub-menu.current ~ nav-inner {
  opacity: 0;
  pointer-events: none;
  /*	transform:translate3d(-100%, 0, 0);*/
}

mobile-nav a.logo {
  margin: 2rem;
}

mobile-nav a.logo,
mobile-nav a.logo img {
  display: block;
  height: 3.571rem;
  width: 8rem;
}

mobile-nav nav-inner > nav {
  display: block;
  margin: 0 auto;
  max-width: 40rem;
  width: calc(100% - 4rem);
}

mobile-nav nav-inner > nav ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

mobile-nav nav-inner > nav a {
  font-size: 2.5rem;
}

mobile-nav nav-inner > nav + nav a {
  font-size: 2rem;
}

mobile-nav nav-inner > nav ul ul a {
  font-size: 1.875rem;
}

mobile-nav a.has-icon svg:last-of-type {
  opacity: 0.33;
}

@media (max-width: 399px) {
  mobile-nav nav-inner > nav a {
    font-size: 2.25rem;
  }
  mobile-nav nav-inner > nav ul ul a {
    font-size: 1.625rem;
  }
}
mobile-nav nav-inner > nav li {
  display: block;
}

mobile-nav nav-inner > nav li + li {
  margin-top: 2.5rem;
}

mobile-nav nav-inner > nav ul ul,
mobile-nav nav-inner > nav ul ul li + li {
  margin-top: 1.25rem;
}

mobile-nav nav-inner > nav + nav {
  border-top: 2px solid #FFF;
}

@media (max-width: 319px) {
  mobile-nav nav-inner > nav {
    margin-top: 3.75rem;
  }
}
@media (min-width: 320px) {
  mobile-nav nav-inner > nav {
    margin-top: calc(3.75rem + (1vw - 0.2rem) * 37.5);
  }
}
@media (min-width: 481px) {
  mobile-nav nav-inner > nav {
    margin-top: 7.5rem;
  }
}
@media (max-width: 319px) {
  mobile-nav nav-inner > nav + nav {
    margin-top: 2.5rem;
  }
}
@media (min-width: 320px) {
  mobile-nav nav-inner > nav + nav {
    margin-top: calc(2.5rem + (1vw - 0.2rem) * 15);
  }
}
@media (min-width: 481px) {
  mobile-nav nav-inner > nav + nav {
    margin-top: 4rem;
  }
}
@media (max-width: 319px) {
  mobile-nav nav-inner > nav + nav {
    padding-top: 2.5rem;
  }
}
@media (min-width: 320px) {
  mobile-nav nav-inner > nav + nav {
    padding-top: calc(2.5rem + (1vw - 0.2rem) * 15);
  }
}
@media (min-width: 481px) {
  mobile-nav nav-inner > nav + nav {
    padding-top: 4rem;
  }
}
@media (max-width: 319px) {
  mobile-nav nav-inner > nav:last-of-type {
    margin-bottom: 2.55rem;
  }
}
@media (min-width: 320px) {
  mobile-nav nav-inner > nav:last-of-type {
    margin-bottom: calc(2.5rem + (1vw - 0.2rem) * 15);
  }
}
@media (min-width: 481px) {
  mobile-nav nav-inner > nav:last-of-type {
    margin-bottom: 4rem;
  }
}
mobile-nav nav-inner > nav li {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

mobile-nav nav-inner > nav li.lang-item {
  display: none;
}

mobile-nav nav-inner > nav li a {
  display: block;
  letter-spacing: -0.8px;
  line-height: 110%;
  padding: 0.25rem 0;
}

mobile-nav nav-inner > nav ul > li > a {
  position: relative;
  top: 0.125rem;
}

mobile-nav .menu-item-has-children > a {
  width: calc(100% - 46px);
}

mobile-nav a span {
  display: none;
}

mobile-nav nav-inner > nav button {
  align-items: center;
  background-color: #2E2A39;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  font-family: "roc-grotesk", sans-serif;
  min-height: 42px;
  padding: 0;
  justify-content: center;
  position: relative;
  text-align: left;
  min-width: 42px;
}

mobile-nav nav-inner > nav button span {
  display: block;
}

@media (max-width: 319px) {
  mobile-nav nav-inner > nav button span {
    font-size: 1.25rem;
  }
}
@media (min-width: 320px) {
  mobile-nav nav-inner > nav button span {
    font-size: calc(1.25rem + (1vw - 0.2rem) * 12.5);
  }
}
@media (min-width: 481px) {
  mobile-nav nav-inner > nav button span {
    font-size: 2.5rem;
  }
}
mobile-nav nav-inner > nav button svg {
  display: block;
  height: 2rem;
  transform: rotate(90deg);
  stroke: #FFF;
  transition: transform 200ms ease;
  min-width: 2rem;
}

mobile-nav nav-inner > nav button.active svg {
  transform: rotate(-90deg);
}

@media (max-width: 319px) {
  mobile-nav nav-inner > nav button {
    top: 0;
  }
}
@media (min-width: 320px) {
  mobile-nav nav-inner > nav button {
    top: calc(0rem + (1vw - 0.2rem) * -1.25);
  }
}
@media (min-width: 481px) {
  mobile-nav nav-inner > nav button {
    top: -0.125rem;
  }
}
mobile-nav nav-inner > nav li ul {
  display: none;
}

mobile-nav nav-inner > nav button.active ~ ul {
  display: block;
}

/***** SUB MENU *****/
/*sub-menu {
	background-color: $color-happy;
	position: fixed;
	top: 0; left: 0;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	transform: translate3d(100%, 0, 0);
	transition: opacity 250ms ease-out, transform 250ms ease-out;
	width: 100%;
	z-index: 100;
}

sub-menu button[data-action="back"] {
	align-items: center;
	background-color: $color-coal;
	border-radius: 2rem;
	border: 0;
	color: $color-white;
	cursor: pointer;
	display: flex;
	flex-wrap: nowrap;
	font-family: "roc-grotesk", sans-serif;
	font-size: 1.875rem;
	font-weight: 400;
	margin: 0 2rem 0 auto;
	padding: 0.813rem 2rem 0.688rem 2rem;
}

@media (max-width: 319px) { sub-menu button[data-action="back"] { margin-top: 2.5rem; }}
@media (min-width: 320px) { sub-menu button[data-action="back"] { margin-top: calc(2.5rem + ((1vw - 0.2rem) * 15.0000)); }}
@media (min-width: 481px) { sub-menu button[data-action="back"] { margin-top: 4rem; }}

sub-menu button[data-action="back"]:before {
	background-image: url("../../img/arrow-left-white.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	display: block;
	height: 2rem;
	margin-right: 1rem;
	position: relative;
	top: -0.125rem;
	width: 2rem;
}

sub-menu.current {
	opacity: 1;
	pointer-events: all;
	transform:translate3d(0, 0, 0);
}

sub-menu sm-inner {
	box-sizing: border-box;
	display: block;
	height: 100%;
	margin: 0 auto;
	max-width: 40rem;
	overflow: hidden;
	overflow-y: scroll;
	position: relative;
}

sub-menu nav {
	display: block;
	margin: 4rem auto 0 auto;
	width: calc(100% - 4rem);
}

sub-menu nav ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

@media (max-width: 319px) { sub-menu nav a { font-size: 1.25rem; }}
@media (min-width: 320px) { sub-menu nav a { font-size: calc(1.25rem + ((1vw - 0.2rem) * 12.5000)); }}
@media (min-width: 481px) { sub-menu nav a { font-size: 2.5rem; }}

sub-menu nav li { display: block; }
sub-menu nav li + li { margin-top: 2.5rem; }

@media (max-width: 319px) { sub-menu nav { margin-top: 2.5rem; }}
@media (min-width: 320px) { sub-menu nav { margin-top: calc(2.5rem + ((1vw - 0.2rem) * 15.0000)); }}
@media (min-width: 481px) { sub-menu nav { margin-top: 4rem; }}

sub-menu nav li {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

sub-menu nav li a {
	display: block;
	letter-spacing: -1.8px;
	line-height: 120%;
	padding: 0.25rem 0;
	text-align: left;
}

sub-menu sm-inner a span {
	display: block;
	font-size: 1.125rem;
	letter-spacing: 0;
	line-height: 140%;
	margin-top:  1rem;
}*/
/*
mobile-nav li[class*="icon-"]:before {
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	content: "";
	display: block;
	height: 4rem;
	margin-bottom: 1rem;
	width: 4rem;
}

/***** FOOTER *****/
nav-footer {
  align-items: center;
  background-color: #F4F1E9;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 3.75rem;
  padding: 4rem 2rem 3rem 2rem;
  width: 100%;
}

nav-footer .phw-logo {
  opacity: 0.45;
}

/** SOCIAL **/
mobile-nav .social {
  display: block;
  margin-left: calc(1.5rem + 1.675vw);
}

mobile-nav .social ul {
  display: flex;
  flex-wrap: nowrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

mobile-nav .social li {
  display: block;
}

mobile-nav .social li + li {
  margin-left: 0.863rem;
}

mobile-nav .social a {
  align-items: center;
  border-radius: 50%;
  display: flex;
  flex-wrap: nowrap;
  height: 4.125rem;
  justify-content: center;
  width: 4.125rem;
}

mobile-nav .social a svg {
  display: block;
  height: 1.875rem;
  width: 1.875rem;
}

mobile-nav .social a.twitter {
  background-color: #FFA286;
}

mobile-nav .social a.instagram {
  background-color: #C2C5FF;
}

mobile-nav .social a.facebook {
  background-color: #FFD681;
}

mobile-nav .social a.linkedin {
  background-color: #B2E7F7;
}

mobile-nav .social a.youtube {
  background-color: #D8ECAA;
}

mobile-nav .social a svg * {
  fill: #2E2A39;
  transition: fill 170ms ease-out;
}

mobile-nav .social a:hover {
  background-color: #2E2A39;
  transition: background-color 170ms ease-out;
}

mobile-nav .social a:hover svg * {
  fill: #FFF;
}

@media (max-width: 659px) {
  mobile-nav .social {
    margin-left: 0;
  }
  mobile-nav .social a {
    height: 3rem;
    width: 3rem;
  }
  mobile-nav .social a svg {
    height: 1.375rem;
    width: 1.375rem;
  }
}
/************************* PAGINATION CSS *************************/
nav.pagination:empty {
  display: none;
}

nav.pagination {
  background-color: #F4F1E9;
  border-radius: 5rem;
  display: table;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 2;
}

nav.pagination h2 {
  display: none;
}

nav.pagination > ul {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 479px) {
  nav.pagination {
    margin-top: 4rem;
  }
}
@media (min-width: 480px) {
  nav.pagination {
    margin-top: calc(4rem + (1vw - 0.3rem) * 3.9344);
  }
}
@media (min-width: 1701px) {
  nav.pagination {
    margin-top: 7rem;
  }
}
nav.pagination > ul > span,
nav.pagination > ul > a {
  display: block;
}

nav.pagination > ul > li {
  display: block;
  padding: 1.5rem 0;
  position: relative;
}

nav.pagination a,
nav.pagination span {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  height: 2.75rem;
  justify-content: center;
  padding: 0 0.375rem;
  position: relative;
  transition: color 125ms ease;
  text-align: center;
  min-width: 2.75rem;
}

nav.pagination a {
  color: #2E2A39;
}

nav.pagination a:not(.prev):not(.next):hover {
  text-decoration: underline;
}

nav.pagination span {
  color: #2E2A39;
  font-weight: 900;
}

nav.pagination button[data-view=more] {
  align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  height: 2.75rem;
  justify-content: center;
  padding: 0;
  position: relative;
  transition: color 125ms ease;
  text-align: center;
  width: 2.75rem;
  cursor: text;
}

/*nav.pagination li:hover button[data-view="more"] {
	background-color: $color-white;
}*/
nav.pagination button[data-view=more] + ul {
  border-radius: 0.25rem;
  background-color: #FFF;
  display: flex;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.1));
  flex-wrap: wrap;
  left: 50%;
  list-style-type: none;
  margin: 0;
  opacity: 0;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  pointer-events: none;
  position: absolute;
  top: calc(100% - 0.5rem);
  left: 50%;
  transform: translateX(-50%);
  transform: translate3d(-50%, 1.5rem, 0);
  transition: opacity 250ms ease 350ms, transform 250ms ease 350ms;
  width: 11rem;
  white-space: normal;
  display: none !important;
  z-index: 1;
}

nav.pagination button[data-view=more] + ul:before {
  background-color: #FFF;
  border-radius: 0.25rem;
  content: "";
  display: block;
  height: 1.5rem;
  left: 50%;
  position: absolute;
  top: 0.375rem;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  width: 1.5rem;
}

nav.pagination li:hover button[data-view=more] + ul {
  opacity: 1;
  pointer-events: all;
  transform: translate3d(-50%, 0, 0);
  transition: opacity 250ms ease 0ms, transform 250ms ease 0ms;
}

nav.pagination button[data-view=more] + ul li {
  display: block;
  margin: 0.5rem 0 0 0;
  width: 2.5rem;
}

nav.pagination button[data-view=more] + ul a {
  display: block;
  font-size: 1.125rem;
  height: auto;
  text-align: center;
  min-width: 2.5rem;
}

nav.pagination .screen-reader-text {
  display: none;
}

nav.pagination a.prev,
nav.pagination a.next {
  align-items: center;
  background-color: #2E2A39;
  border-radius: 100%;
  display: flex;
  height: 2.75rem;
  justify-content: center;
  position: relative;
  transition: background-color 175ms ease;
  width: 2.75rem;
}

nav.pagination a.prev:hover,
nav.pagination a.next:hover {
  background-color: #FFD681;
}

nav.pagination a.prev svg,
nav.pagination a.next svg {
  stroke: #FFF;
}

nav.pagination a.prev svg {
  transform: translateX(-1px);
}

nav.pagination a.next svg {
  transform: translateX(1px);
}

nav.pagination a.prev:hover svg,
nav.pagination a.next:hover svg {
  stroke: #2E2A39;
}

@media (max-width: 640px) {
  nav.pagination {
    padding: 0 0.75rem !important;
  }
  nav.pagination > ul > li {
    margin-left: 0 !important;
    padding: 0.75rem 0 !important;
  }
  nav.pagination a.prev {
    margin-right: 0.625rem;
  }
  nav.pagination a.next {
    margin-left: 0.625rem;
  }
}
/*************** PILLARS NAV ***************/
@media (min-width: 917px) {
  #pillar_content {
    box-sizing: border-box;
    padding-left: 15rem;
    padding-top: 8.25rem;
  }
  .pillars.nav {
    background-color: #F4F1E9;
    padding: 0 !important;
    position: absolute;
    top: 8.25rem;
    left: 0;
    bottom: 0;
    width: 15rem;
    z-index: 9;
  }
  .pillars.nav .scroll-wrapper {
    height: 100%;
  }
  .pillars.nav div > strong {
    border-bottom: 2px solid #FFF;
    display: block;
    font-size: 1.375rem;
    font-weight: 400;
    padding: 1.75rem 1.25rem 1.25rem 1.25rem;
    text-align: center;
  }
  .pillars.nav nav {
    display: block;
    height: calc(100vh - 8.25rem);
    padding: 0 !important;
    position: sticky;
    top: 8.25rem;
    width: 15rem;
  }
  .admin-bar .pillars.nav nav {
    height: calc(100vh - 10.25rem);
    top: 10.25rem;
  }
  .pillars.nav ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .pillars.nav li {
    display: block;
  }
  .pillars.nav li + li {
    border-top: 2px solid #FFF;
  }
  .pillars.nav nav a {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.5rem;
    justify-content: center;
    line-height: 120%;
    padding: 1.25rem;
    text-align: center;
  }
  .pillars.nav .scroll-scrolly_visible a {
    padding-right: 2.25rem;
  }
  .pillars.nav nav a img {
    height: 4rem;
    width: 4rem;
  }
  .pillars.nav button[data-action=toggle-pillars] {
    display: none;
  }
  .pillars.nav nav a.fill-sea:hover,
  .pillars.nav nav a.fill-sea.current {
    background-color: #7EDBD6;
    color: #2E2A39;
  }
  .pillars.nav nav a.fill-lavendar:hover,
  .pillars.nav nav a.fill-lavendar.current {
    background-color: #C2C5FF;
    color: #2E2A39;
  }
  .pillars.nav nav a.fill-peach:hover,
  .pillars.nav nav a.fill-peach.current {
    background-color: #FFA286;
    color: #2E2A39;
  }
  .pillars.nav nav a.fill-orange:hover,
  .pillars.nav nav a.fill-orange.current {
    background-color: #FF6F43;
    color: #2E2A39;
  }
  .pillars.nav nav a.fill-pink:hover,
  .pillars.nav nav a.fill-pink.current {
    background-color: #EAC8DD;
    color: #2E2A39;
  }
  .pillars.nav nav a.fill-green:hover,
  .pillars.nav nav a.fill-green.current {
    background-color: #81D8AE;
    color: #2E2A39;
  }
  .pillars.nav nav a.fill-lime:hover,
  .pillars.nav nav a.fill-lime.current {
    background-color: #D8ECAA;
    color: #2E2A39;
  }
  .pillars.nav nav a.fill-happy:hover,
  .pillars.nav nav a.fill-happy.current {
    background-color: #FFD681;
    color: #2E2A39;
  }
  .pillars.nav nav a.fill-calm:hover,
  .pillars.nav nav a.fill-calm.current {
    background-color: #B2E7F7;
    color: #2E2A39;
  }
  .pillars.nav nav a.fill-coal:hover,
  .pillars.nav nav a.fill-coal.current {
    background-color: #2E2A39;
    color: #2E2A39;
  }
  .pillars.nav nav a.fill-paper:hover,
  .pillars.nav nav a.fill-paper.current {
    background-color: #F4F1E9;
    color: #2E2A39;
  }
  button[data-action=show-pillars],
  .pillars.nav button[data-action=close] {
    display: none;
  }
}
@media (max-width: 916px) {
  .pillars.nav {
    background-color: rgba(46, 42, 57, 0.75);
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
  }
  .pillars.nav.visible {
    display: block;
  }
  .pillars.nav .scroll-wrapper {
    height: 100%;
  }
  .pillars.nav div > strong {
    display: block;
    font-size: 1.375rem;
    font-weight: 400;
    padding: 2rem;
    text-align: left;
  }
  .pillars.nav nav {
    background-color: #ede8db;
    margin: 2rem auto;
    max-width: 30rem;
    position: relative;
    width: calc(100vw - 4rem);
  }
  .pillars.nav button[data-action=close] {
    background-color: #2E2A39;
    border: 0;
    border-radius: 0.188rem;
    display: flex;
    flex-wrap: nowrap;
    height: 3rem;
    margin: 0;
    position: absolute;
    top: 1rem;
    right: 2rem;
    width: 3rem;
  }
  .pillars.nav button[data-action=close] svg {
    display: block;
    margin: auto;
    stroke: #F4F1E9;
  }
  .pillars.nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
    list-style-type: none;
    margin: 0;
    padding: 0 2rem 2rem 2rem;
    width: 100%;
  }
  .pillars.nav li {
    align-items: center;
    background-color: #F4F1E9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc((100% - 0.5rem) / 2);
  }
  .pillars.nav nav a {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex: 1;
    gap: 0.75rem;
    justify-content: center;
    line-height: 120%;
    padding: 2rem 1.5rem;
    text-align: center;
    width: 100%;
  }
  .pillars.nav .scroll-scrolly_visible a {
    padding-right: 2.25rem;
  }
  .pillars.nav nav a img {
    height: 5rem;
    width: 5rem;
  }
  .pillars.nav nav a.fill-sea.current {
    background-color: #7EDBD6;
    color: #2E2A39;
  }
  .pillars.nav nav a.fill-lavendar.current {
    background-color: #C2C5FF;
    color: #2E2A39;
  }
  .pillars.nav nav a.fill-peach.current {
    background-color: #FFA286;
    color: #2E2A39;
  }
  .pillars.nav nav a.fill-orange.current {
    background-color: #FF6F43;
    color: #2E2A39;
  }
  .pillars.nav nav a.fill-pink.current {
    background-color: #EAC8DD;
    color: #2E2A39;
  }
  .pillars.nav nav a.fill-green.current {
    background-color: #81D8AE;
    color: #2E2A39;
  }
  .pillars.nav nav a.fill-lime.current {
    background-color: #D8ECAA;
    color: #2E2A39;
  }
  .pillars.nav nav a.fill-happy.current {
    background-color: #FFD681;
    color: #2E2A39;
  }
  .pillars.nav nav a.fill-calm.current {
    background-color: #B2E7F7;
    color: #2E2A39;
  }
  .pillars.nav nav a.fill-coal.current {
    background-color: #2E2A39;
    color: #2E2A39;
  }
  .pillars.nav nav a.fill-paper.current {
    background-color: #F4F1E9;
    color: #2E2A39;
  }
  .pillars.nav button[data-action=close] {
    background-color: #2E2A39;
    border: 0;
    border-radius: 0.188rem;
    display: flex;
    flex-wrap: nowrap;
    height: 3rem;
    margin: 0;
    position: absolute;
    top: 1rem;
    right: 2rem;
    width: 3rem;
    z-index: 2;
  }
  .pillars.nav button[data-action=close] svg {
    display: block;
    margin: auto;
    stroke: #F4F1E9;
  }
  /** SHOW PILLARS BUTTON **/
  button[data-action=show-pillars] {
    background-color: #2E2A39;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    height: 56px;
    position: fixed;
    top: unset;
    bottom: 1.5rem;
    left: 1.5rem;
    width: 56px;
    z-index: 99;
  }
  button[data-action=show-pillars] svg {
    display: block;
    margin: auto;
    stroke: #F4F1E9;
  }
}
@media (max-width: 916px) and (max-width: 979px) {
  button[data-action=show-pillars] {
    display: flex;
  }
}
@media (max-width: 479px) {
  .pillars.nav div > strong {
    font-size: 1.5rem;
  }
  .pillars.nav nav a {
    font-size: 1.5rem;
    gap: 1.25rem;
    padding: 3.5rem 2rem;
  }
  .pillars.nav nav {
    max-width: none;
    margin: 0;
    height: 100%;
    width: 100vw;
  }
}
@media (max-width: 399px) {
  .pillars.nav nav a {
    font-size: 1.375rem;
    gap: 1rem;
    padding: 2.5rem;
  }
}
.pillars-back-next g-col {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 3.126rem;
}

.pillars-back-next g-col a {
  border-radius: 2rem;
  box-sizing: border-box;
  padding: 6.25rem 4rem 4rem 4rem;
  width: calc((100% - 3.126rem) / 2);
}

.pillars-back-next a.fill-sea {
  background-color: #7EDBD6;
  color: #2E2A39;
}

.pillars-back-next a.fill-lavendar {
  background-color: #C2C5FF;
  color: #2E2A39;
}

.pillars-back-next a.fill-peach {
  background-color: #FFA286;
  color: #2E2A39;
}

.pillars-back-next a.fill-orange {
  background-color: #FF6F43;
  color: #2E2A39;
}

.pillars-back-next a.fill-pink {
  background-color: #EAC8DD;
  color: #2E2A39;
}

.pillars-back-next a.fill-green {
  background-color: #81D8AE;
  color: #2E2A39;
}

.pillars-back-next a.fill-lime {
  background-color: #D8ECAA;
  color: #2E2A39;
}

.pillars-back-next a.fill-happy {
  background-color: #FFD681;
  color: #2E2A39;
}

.pillars-back-next a.fill-calm {
  background-color: #B2E7F7;
  color: #2E2A39;
}

.pillars-back-next a.fill-coal {
  background-color: #2E2A39;
  color: #2E2A39;
}

.pillars-back-next a.fill-paper {
  background-color: #F4F1E9;
  color: #2E2A39;
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  height: 100%;
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}

.plyr audio,
.plyr iframe,
.plyr video {
  display: block;
  height: 100%;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

/*
.plyr:focus {
    outline: 0;
}*/
.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}

/*.plyr__control:focus {
    outline: 0;
}
*/
.plyr__control.plyr__tab-focus {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after,
a.plyr__control::before {
  display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip] {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7 - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding-bottom: 4.6666666667px;
  padding-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7 / 1.5);
  padding-left: 10.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  padding-right: 10.5px;
  padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  padding-top: 4.6666666667px;
  padding-top: calc(var(--plyr-control-spacing, 10px) * 0.7 / 1.5);
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--back::before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after,
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #00b3ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(35, 40, 47, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  margin-right: calc((var(--plyr-control-spacing, 10px) * 0.7 - 2) * -1);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: #EEE;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #EEE)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(to right, currentColor 0, transparent 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
  margin-top: -4px;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

/*.plyr--full-ui input[type="range"]:focus {
    outline: 0;
}*/
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 40, 47, 0.6) 50%, rgba(35, 40, 47, 0.6) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  background: #000;
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  left: 0;
  position: absolute;
  top: 0;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 3px;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  z-index: 2;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  /*  &:focus {
        outline: none;
    }*/
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/***** DOTS *****/
.slick-dots {
  display: flex;
  flex-wrap: nowrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.slick-dots li {
  display: block;
}

.slick-dots li:only-child {
  display: none;
}

.slick-dots li + li {
  margin-left: 0.5rem;
}

.slick-dots button {
  border: 1px solid #2E2A39;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  background: transparent;
  color: transparent;
  transition: background-color 175ms ease, border-color 175ms ease;
  font-size: 0.1px;
}

.slick-dots li.slick-active button {
  background: #FFD681;
  border-color: #FFD681;
}

.slick-dots li:not(.slick-active) button:hover {
  background: #2E2A39;
  border-color: #2E2A39;
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scroll-wrapper > .scroll-element,
.scroll-wrapper > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 2;
}

.scroll-wrapper > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scroll-wrapper > .scroll-element.scroll-x {
  bottom: 0;
  height: 1.625rem;
  left: 0;
  width: 100%;
}

.scroll-wrapper > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 0.5rem;
}

.scroll-element_outer {
  overflow: hidden;
}

.scroll-wrapper > .scroll-element:hover .scroll-bar {
  opacity: 1;
  cursor: ns-resize;
}

.scroll-wrapper > .scroll-element.scroll-x:hover .scroll-bar {
  opacity: 1;
  cursor: ew-resize;
}

.scroll-wrapper > .scroll-element.scroll-x .scroll-bar {
  max-width: 15rem;
}

.scroll-wrapper > .scroll-element .scroll-bar:before {
  content: "";
  position: absolute;
  top: -0.5rem;
  right: 0;
  bottom: -0.5rem;
  left: 0;
}

.scroll-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scroll-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scroll-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scroll-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

body.is-dragging a,
body.is-dragging button {
  pointer-events: none;
}

/***** COLOURS *****/
.scroll-wrapper > .scroll-element .scroll-element_track {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.scroll-wrapper > .scroll-element .scroll-bar {
  background-color: #2E2A39;
}

.bg-black .scroll-wrapper > .scroll-element .scroll-element_track {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.15);
}

.bg-black .scroll-wrapper > .scroll-element .scroll-bar {
  background-color: #FFF;
}

/*************** TOP BAR ***************/
top-bar {
  background: #2E2A39;
  display: block;
  color: #FFF;
  overflow: hidden;
  padding: 0.875rem 0 0.75rem 0;
  pointer-events: all;
  position: relative;
  z-index: 4;
}

top-bar p,
top-bar ul {
  font-size: 1.125rem;
}

top-bar g-rid {
  max-width: none;
}

top-bar g-col {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
}

top-bar g-col > p {
  line-height: 120%;
  margin-top: 0 !important;
  white-space: nowrap;
}

top-bar nav {
  display: block;
  margin-left: auto;
  padding-left: calc(1.5rem + 1.675vw);
}

top-bar nav ul {
  display: flex;
  flex-wrap: nowrap;
  list-style-type: none;
  line-height: 120%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

top-bar nav li {
  display: block;
}

top-bar nav li + li {
  padding-left: calc(1.5rem + 1.675vw);
}

top-bar a {
  color: #FFF;
  display: block;
  line-height: 120%;
  transition: color 125ms ease-out;
  white-space: nowrap;
}

top-bar a:hover {
  color: #FFD681;
}

top-bar nav li.lang-item {
  position: relative;
}

top-bar nav li.lang-item:before {
  background-color: #221f2b;
  content: "";
  position: absolute;
  top: -1rem;
  bottom: -1rem;
  left: calc(0.75rem + 0.8375vw);
  width: 50vw;
  z-index: -1;
}

/** MOBILE VERSION **/
.mobile-top-bar top-bar nav {
  padding-left: 0 !important;
}

.mobile-top-bar top-bar nav li:not(.lang-item),
.mobile-top-bar top-bar g-col p {
  display: none !important;
}

/** MINIMAL VERSION **/
.min-top-bar top-bar g-col > p {
  display: none !important;
}

top-bar a.phw-logo,
top-bar a.phw-logo img,
top-bar a.phw-logo svg {
  display: block;
  height: 2.25rem;
  margin: 0 !important;
  transition: fill 200ms ease;
  width: auto;
}

@media (min-width: 480px) {
  top-bar .phw-logo,
  top-bar .phw-logo.has-icon {
    display: none !important;
  }
}
.mobile-top-bar top-bar {
  display: flex;
  min-height: 48px;
  padding: 0;
  width: 100%;
}

.mobile-top-bar top-bar g-rid {
  margin: auto;
}

.mobile-top-bar top-bar .phw-logo {
  display: block !important;
}

.mobile-top-bar top-bar .phw-logo svg {
  fill: #F4F1E9;
  top: 0 !important;
}

@media (max-width: 479px) {
  top-bar g-col > p {
    display: none !important;
  }
  top-bar {
    display: flex;
    min-height: 40px !important;
    padding: 0;
    width: 100%;
  }
  top-bar nav li:not(.lang-item) {
    display: none;
  }
  top-bar g-rid {
    margin: auto;
  }
  top-bar .phw-logo {
    display: block !important;
  }
  top-bar .phw-logo svg {
    fill: #F4F1E9;
    top: 0 !important;
  }
}
header.basic top-bar #top-nav li:not(.lang-item) {
  display: none !important;
}

/*** CUSTOM PLAY BUTTON ***/
section.flex.bg-sea .plyr__control:hover {
  background: #7EDBD6 !important;
}

section.flex.bg-lavendar .plyr__control:hover {
  background: #C2C5FF !important;
}

section.flex.bg-peach .plyr__control:hover {
  background: #FFA286 !important;
}

section.flex.bg-orange .plyr__control:hover {
  background: #FF6F43 !important;
}

section.flex.bg-pink .plyr__control:hover {
  background: #EAC8DD !important;
}

section.flex.bg-green .plyr__control:hover {
  background: #81D8AE !important;
}

section.flex.bg-lime .plyr__control:hover {
  background: #D8ECAA !important;
}

section.flex.bg-happy .plyr__control:hover {
  background: #FFD681 !important;
}

section.flex.bg-calm .plyr__control:hover {
  background: #B2E7F7 !important;
}

section.flex.bg-coal .plyr__control:hover {
  background: #2E2A39 !important;
}

section.flex.bg-paper .plyr__control:hover {
  background: #FFD681 !important;
}

.flex.pillar-bg-sea .plyr__control:hover {
  background-color: #7EDBD6 !important;
}

.flex.pillar-bg-lavendar .plyr__control:hover {
  background-color: #C2C5FF !important;
}

.flex.pillar-bg-peach .plyr__control:hover {
  background-color: #FFA286 !important;
}

.flex.pillar-bg-orange .plyr__control:hover {
  background-color: #FF6F43 !important;
}

.flex.pillar-bg-pink .plyr__control:hover {
  background-color: #EAC8DD !important;
}

.flex.pillar-bg-green .plyr__control:hover {
  background-color: #81D8AE !important;
}

.flex.pillar-bg-lime .plyr__control:hover {
  background-color: #D8ECAA !important;
}

.flex.pillar-bg-happy .plyr__control:hover {
  background-color: #FFD681 !important;
}

.flex.pillar-bg-calm .plyr__control:hover {
  background-color: #B2E7F7 !important;
}

.flex.pillar-bg-coal .plyr__control:hover {
  background-color: #2E2A39 !important;
}

.flex.pillar-bg-paper .plyr__control:hover {
  background-color: #F4F1E9 !important;
}

.plyr__control--overlaid[data-plyr=play] {
  background: #FFF;
  box-sizing: border-box;
  opacity: 1;
  height: 6.25rem;
  transition: background-color 250ms ease, border 250ms ease;
  width: 6.25rem;
  z-index: 3;
}

.plyr__control--overlaid[data-plyr=play] svg {
  margin: 0 auto;
  height: 2.5rem;
  width: 2.5rem;
}

@media (max-width: 479px) {
  .plyr__control--overlaid[data-plyr=play] {
    height: 4rem;
    width: 4rem;
  }
  .plyr__control--overlaid[data-plyr=play] svg {
    height: 1.5rem;
    width: 1.5rem;
  }
}
section.flex.bg-sea .plyr__control--overlaid[data-plyr=play] {
  background: #7EDBD6;
}

section.flex.bg-lavendar .plyr__control--overlaid[data-plyr=play] {
  background: #C2C5FF;
}

section.flex.bg-peach .plyr__control--overlaid[data-plyr=play] {
  background: #FFA286;
}

section.flex.bg-orange .plyr__control--overlaid[data-plyr=play] {
  background: #FF6F43;
}

section.flex.bg-pink .plyr__control--overlaid[data-plyr=play] {
  background: #EAC8DD;
}

section.flex.bg-green .plyr__control--overlaid[data-plyr=play] {
  background: #81D8AE;
}

section.flex.bg-lime .plyr__control--overlaid[data-plyr=play] {
  background: #D8ECAA;
}

section.flex.bg-happy .plyr__control--overlaid[data-plyr=play] {
  background: #FFD681;
}

section.flex.bg-calm .plyr__control--overlaid[data-plyr=play] {
  background: #B2E7F7;
}

section.flex.bg-coal .plyr__control--overlaid[data-plyr=play] {
  background: #2E2A39;
}

section.flex.bg-paper .plyr__control--overlaid[data-plyr=play] {
  background: #FFD681;
}

section.flex.bg-paper .plyr__control--overlaid[data-plyr=play] svg {
  fill: #2E2A39;
}

section.flex.pillar-bg-sea .plyr__control--overlaid[data-plyr=play] {
  background-color: #7EDBD6 !important;
}

section.flex.pillar-bg-lavendar .plyr__control--overlaid[data-plyr=play] {
  background-color: #C2C5FF !important;
}

section.flex.pillar-bg-peach .plyr__control--overlaid[data-plyr=play] {
  background-color: #FFA286 !important;
}

section.flex.pillar-bg-orange .plyr__control--overlaid[data-plyr=play] {
  background-color: #FF6F43 !important;
}

section.flex.pillar-bg-pink .plyr__control--overlaid[data-plyr=play] {
  background-color: #EAC8DD !important;
}

section.flex.pillar-bg-green .plyr__control--overlaid[data-plyr=play] {
  background-color: #81D8AE !important;
}

section.flex.pillar-bg-lime .plyr__control--overlaid[data-plyr=play] {
  background-color: #D8ECAA !important;
}

section.flex.pillar-bg-happy .plyr__control--overlaid[data-plyr=play] {
  background-color: #FFD681 !important;
}

section.flex.pillar-bg-calm .plyr__control--overlaid[data-plyr=play] {
  background-color: #B2E7F7 !important;
}

section.flex.pillar-bg-coal .plyr__control--overlaid[data-plyr=play] {
  background-color: #2E2A39 !important;
}

section.flex.pillar-bg-paper .plyr__control--overlaid[data-plyr=play] {
  background-color: #F4F1E9 !important;
}

.plyr__control--overlaid[data-plyr=play]:hover {
  background: #FFF !important;
}

.plyr__control--overlaid[data-plyr=play]:hover svg {
  fill: #2E2A39;
}

.plyr__controls {
  transition: opacity 1s ease;
}

.plyr--playing .plyr__controls,
.plyr--paused .plyr__controls {
  opacity: 1;
}

.plyr--stopped .plyr__controls {
  opacity: 0;
}

.plyr--full-ui .poster {
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 500ms ease;
  z-index: 2;
}

.plyr--full-ui .poster:before {
  background-color: rgba(0, 0, 0, 0.25);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.plyr--playing .poster {
  opacity: 0 !important;
}

/************************* FLEX - ACCORDION *************************/
.flex.intro + .flex.accordion {
  margin-top: -2rem;
}

.flex.accordion g-col {
  margin: 0 auto;
  max-width: 52rem;
  width: 100%;
}

.flex.accordion .intro g-col {
  text-align: center;
}

.flex.accordion dl {
  display: block;
  margin: 0;
  position: relative;
}

.flex.accordion dt {
  background-color: rgba(255, 255, 255, 0.33);
  margin: 0;
}

.flex.accordion dd {
  margin: 0;
}

.flex.accordion dt {
  border-radius: 0.25rem;
  display: block;
}

.flex.accordion accordion-item {
  display: block;
}

.flex.accordion accordion-item ~ accordion-item {
  margin-top: 1rem;
}

.flex.accordion button:not(.glossary-term) {
  align-items: center;
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  font-weight: 700;
  font-style: normal;
  justify-content: space-between;
  margin: 0;
  text-align: left;
  width: 100%;
}

@media (max-width: 479px) {
  .flex.accordion dt h3 {
    padding: 0.875rem 0.875rem 0.625rem 0.875rem;
  }
}
@media (min-width: 480px) {
  .flex.accordion dt h3 {
    padding: calc(0.875rem + (1vw - 0.3rem) * 1.3115) calc(0.875rem + (1vw - 0.3rem) * 1.8033) calc(0.625rem + (1vw - 0.3rem) * 1.1475) calc(0.875rem + (1vw - 0.3rem) * 1.8033);
  }
}
@media (min-width: 1701px) {
  .flex.accordion dt h3 {
    padding: 1.875rem 2.25rem 1.5rem 2.25rem;
  }
}
@media (max-width: 479px) {
  .flex.accordion dd {
    padding: 0.875rem 0.875rem 0.625rem 0.875rem;
  }
}
@media (min-width: 480px) {
  .flex.accordion dd {
    padding: calc(0.875rem + (1vw - 0.3rem) * 1.3115) calc(0.875rem + (1vw - 0.3rem) * 1.8033) calc(0.625rem + (1vw - 0.3rem) * 1.1475) calc(0.875rem + (1vw - 0.3rem) * 1.8033);
  }
}
@media (min-width: 1701px) {
  .flex.accordion dd {
    padding: 1.875rem 2.25rem 1.5rem 2.25rem;
  }
}
.flex.accordion button:not(.glossary-term) span {
  display: inline-block;
}

.flex.accordion dt svg {
  margin-left: 2.25rem;
  transition: transform 350ms ease;
  transform: rotate(0deg);
}

.flex.accordion accordion-item.expanded dt {
  border-radius: 0.188rem 0.188rem 0 0;
}

.flex.accordion dd {
  border-radius: 0 0 0.188rem 0.188rem;
  display: block;
}

.flex.accordion accordion-item.expanded dt svg {
  transform: rotate(180deg);
}

.flex.accordion.bg-paper dt,
.flex.accordion.bg-coal dt {
  background-color: #FFD681;
}

.flex.accordion.bg-coal dl {
  color: #2E2A39;
}

@media (min-width: 579px) {
  .flex.accordion button:not(.glossary-term):hover span {
    text-decoration: underline;
  }
}
html.printer-friendly .flex.accordion accordion-item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

/************************* FLEX - BOXED TEXT EDITOR *************************/
.boxed-text-editor text-box {
  background-color: #FFF;
  border-radius: 1rem;
  display: block;
}

.boxed-text-editor.bg-coal text-box {
  background-color: #FFD681;
  color: #2E2A39;
}

.boxed-text-editor.bg-paper text-box {
  background-color: #FFD681;
}

@media (max-width: 479px) {
  .boxed-text-editor text-box {
    padding: 1.5rem;
  }
}
@media (min-width: 480px) {
  .boxed-text-editor text-box {
    padding: calc(1.5rem + (1vw - 0.3rem) * 2.1311);
  }
}
@media (min-width: 1701px) {
  .boxed-text-editor text-box {
    padding: 3.125rem;
  }
}
section.boxed-text-editor.box-sea text-box {
  background-color: #7EDBD6;
  color: #2E2A39;
}

section.boxed-text-editor.box-lavendar text-box {
  background-color: #C2C5FF;
  color: #2E2A39;
}

section.boxed-text-editor.box-peach text-box {
  background-color: #FFA286;
  color: #2E2A39;
}

section.boxed-text-editor.box-orange text-box {
  background-color: #FF6F43;
  color: #2E2A39;
}

section.boxed-text-editor.box-pink text-box {
  background-color: #FF6F43;
  color: #2E2A39;
}

section.boxed-text-editor.box-green text-box {
  background-color: #81D8AE;
  color: #2E2A39;
}

section.boxed-text-editor.box-lime text-box {
  background-color: #D8ECAA;
  color: #2E2A39;
}

section.boxed-text-editor.box-happy text-box {
  background-color: #FFD681;
  color: #2E2A39;
}

section.boxed-text-editor.box-calm text-box {
  background-color: #B2E7F7;
  color: #2E2A39;
}

section.boxed-text-editor.box-coal text-box {
  background-color: #2E2A39;
  color: #F4F1E9;
}

section.boxed-text-editor.box-paper text-box {
  background-color: #F4F1E9;
  color: #2E2A39;
}

section.boxed-text-editor.pillar-bg-sea text-box {
  background-color: #7EDBD6;
  color: #2E2A39;
}

section.boxed-text-editor.pillar-bg-lavendar text-box {
  background-color: #C2C5FF;
  color: #2E2A39;
}

section.boxed-text-editor.pillar-bg-peach text-box {
  background-color: #FFA286;
  color: #2E2A39;
}

section.boxed-text-editor.pillar-bg-orange text-box {
  background-color: #FF6F43;
  color: #2E2A39;
}

section.boxed-text-editor.pillar-bg-pink text-box {
  background-color: #FF6F43;
  color: #2E2A39;
}

section.boxed-text-editor.pillar-bg-green text-box {
  background-color: #81D8AE;
  color: #2E2A39;
}

section.boxed-text-editor.pillar-bg-lime text-box {
  background-color: #D8ECAA;
  color: #2E2A39;
}

section.boxed-text-editor.pillar-bg-happy text-box {
  background-color: #FFD681;
  color: #2E2A39;
}

section.boxed-text-editor.pillar-bg-calm text-box {
  background-color: #B2E7F7;
  color: #2E2A39;
}

section.boxed-text-editor.pillar-bg-coal text-box {
  background-color: #2E2A39;
  color: #F4F1E9;
}

section.boxed-text-editor.pillar-bg-paper text-box {
  background-color: #F4F1E9;
  color: #2E2A39;
}

/************************* FLEX - COLUMNS *************************/
.columns g-row {
  justify-content: space-between;
}

.columns g-col {
  max-width: 32rem;
}

.columns.text-center g-col {
  text-align: center;
}

@media (min-width: 920px) {
  .columns.has-3-per-row .btn.arrow {
    margin-top: 2.5rem;
  }
}
@media (max-width: 919px) {
  .columns.has-3-per-row .btn.arrow {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1210px) {
  .columns.has-4-per-row .btn.arrow {
    margin-top: 2.5rem;
  }
}
@media (max-width: 1209px) {
  .columns.has-4-per-row .btn.arrow {
    margin-top: 1.5rem;
  }
}
/** PREFIX **/
.columns g-col > strong {
  font-weight: 400;
}

@media (max-width: 479px) {
  .columns g-col > strong {
    font-size: 1.313rem;
  }
}
@media (min-width: 480px) {
  .columns g-col > strong {
    font-size: calc(1.313rem + (1vw - 0.3rem) * 0.3279);
  }
}
@media (min-width: 1701px) {
  .columns g-col > strong {
    font-size: 1.563rem;
  }
}
/** ICONS **/
.columns i {
  display: inline-block;
}

@media (max-width: 479px) {
  .columns i {
    font-size: 2.625rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 480px) {
  .columns i {
    font-size: calc(2.625rem + (1vw - 0.3rem) * 1.4754);
    margin-bottom: calc(1.5rem + (1vw - 0.3rem) * 0.9836);
  }
}
@media (min-width: 1701px) {
  .columns i {
    font-size: 3.75rem;
    margin-bottom: 2.25rem;
  }
}
/** IMAGE **/
.columns figure {
  border-radius: 1rem;
}

.columns g-col > img {
  display: block;
  height: 6.25rem !important;
  margin: 2.25rem auto 0 auto;
  width: auto !important;
}

.columns.has-3-per-row figure {
  padding-bottom: 55%;
}

.columns.has-4-per-row figure {
  padding-bottom: 75%;
}

@media (max-width: 479px) {
  .columns h3, .columns figure {
    margin-top: 1.5rem;
  }
}
@media (min-width: 480px) {
  .columns h3, .columns figure {
    margin-top: calc(1.5rem + (1vw - 0.3rem) * 0.9836);
  }
}
@media (min-width: 1701px) {
  .columns h3, .columns figure {
    margin-top: 2.25rem;
  }
}
@media (max-width: 479px) {
  .columns figure {
    padding-bottom: 62.5% !important;
  }
}
/******* LAYOUT *******/
/** 4 PER ROW **/
@media (max-width: 719px) {
  .columns.has-4-per-row g-row {
    align-items: center;
    flex-direction: column;
  }
  .columns.has-4-per-row g-col {
    width: 100%;
  }
}
@media (min-width: 720px) {
  .columns.has-4-per-row g-row {
    flex-direction: row;
  }
  .columns.has-4-per-row g-col {
    width: 50%;
  }
}
@media (min-width: 1210px) {
  .columns.has-4-per-row g-col {
    width: 25%;
  }
}
@media (min-width: 720px) and (max-width: 1209px) {
  .columns.has-4-per-row g-col:nth-child(2n) ~ g-col {
    margin-top: calc(3.75rem + (1vw - 0.3rem) * 4.918);
  }
}
@media (min-width: 1210px) {
  .columns.has-4-per-row g-col:nth-child(4n) ~ g-col {
    margin-top: calc(3.75rem + (1vw - 0.3rem) * 4.918);
  }
}
@media (min-width: 1701px) {
  .columns.has-4-per-row g-col:nth-child(4n) ~ g-col {
    margin-top: 7.5rem;
  }
}
@media (max-width: 719px) {
  .columns.has-4-per-row g-col ~ g-col {
    margin-top: calc(3.75rem + (1vw - 0.3rem) * 4.918);
  }
}
@media (max-width: 479px) {
  .columns.has-4-per-row g-col ~ g-col {
    margin-top: 3.75rem;
  }
}
/** 3 PER ROW **/
@media (max-width: 919px) {
  .columns.has-3-per-row g-row {
    align-items: center;
    flex-direction: column;
  }
  .columns.has-3-per-row g-col {
    width: 100%;
  }
}
@media (min-width: 920px) {
  .columns.has-3-per-row g-row {
    flex-direction: row;
  }
  .columns.has-3-per-row g-col {
    width: 33.333%;
  }
}
@media (min-width: 920px) {
  .columns.has-3-per-row g-col:nth-child(3n) ~ g-col {
    margin-top: calc(3.75rem + (1vw - 0.3rem) * 4.918);
  }
}
@media (min-width: 1701px) {
  .columns.has-3-per-row g-col:nth-child(3n) ~ g-col {
    margin-top: 7.5rem;
  }
}
@media (max-width: 919px) {
  .columns.has-3-per-row g-col ~ g-col {
    margin-top: calc(3.75rem + (1vw - 0.3rem) * 4.918);
  }
}
@media (max-width: 479px) {
  .columns.has-3-per-row g-col ~ g-col {
    margin-top: 2.25rem;
  }
}
.flex.ctas cta-wrap {
  align-items: center;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  display: flex;
  flex-wrap: nowrap;
  min-height: 100%;
  position: relative;
}

.flex.ctas cta-bg {
  border-radius: 1rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.flex.ctas cta-wrap.box-sea cta-bg {
  background-color: #7EDBD6;
  color: #2E2A39;
}

.flex.ctas cta-wrap.box-lavendar cta-bg {
  background-color: #C2C5FF;
  color: #2E2A39;
}

.flex.ctas cta-wrap.box-peach cta-bg {
  background-color: #FFA286;
  color: #2E2A39;
}

.flex.ctas cta-wrap.box-orange cta-bg {
  background-color: #FF6F43;
  color: #2E2A39;
}

.flex.ctas cta-wrap.box-pink cta-bg {
  background-color: #EAC8DD;
  color: #2E2A39;
}

.flex.ctas cta-wrap.box-green cta-bg {
  background-color: #81D8AE;
  color: #2E2A39;
}

.flex.ctas cta-wrap.box-lime cta-bg {
  background-color: #D8ECAA;
  color: #2E2A39;
}

.flex.ctas cta-wrap.box-happy cta-bg {
  background-color: #FFD681;
  color: #2E2A39;
}

.flex.ctas cta-wrap.box-calm cta-bg {
  background-color: #B2E7F7;
  color: #2E2A39;
}

.flex.ctas cta-wrap.box-coal cta-bg {
  background-color: #2E2A39;
  color: #F4F1E9;
}

.flex.ctas cta-wrap.box-paper cta-bg {
  background-color: #F4F1E9;
  color: #2E2A39;
}

.flex.ctas cta-wrap.box-paper-strong cta-bg {
  background-color: #EDE8DB;
  color: #2E2A39;
}

.flex.ctas cta-wrap.pillar-box-sea cta-bg {
  background-color: #7EDBD6;
  color: #2E2A39;
}

.flex.ctas cta-wrap.pillar-box-lavendar cta-bg {
  background-color: #C2C5FF;
  color: #2E2A39;
}

.flex.ctas cta-wrap.pillar-box-peach cta-bg {
  background-color: #FFA286;
  color: #2E2A39;
}

.flex.ctas cta-wrap.pillar-box-orange cta-bg {
  background-color: #FF6F43;
  color: #2E2A39;
}

.flex.ctas cta-wrap.pillar-box-pink cta-bg {
  background-color: #EAC8DD;
  color: #2E2A39;
}

.flex.ctas cta-wrap.pillar-box-green cta-bg {
  background-color: #81D8AE;
  color: #2E2A39;
}

.flex.ctas cta-wrap.pillar-box-lime cta-bg {
  background-color: #D8ECAA;
  color: #2E2A39;
}

.flex.ctas cta-wrap.pillar-box-happy cta-bg {
  background-color: #FFD681;
  color: #2E2A39;
}

.flex.ctas cta-wrap.pillar-box-calm cta-bg {
  background-color: #B2E7F7;
  color: #2E2A39;
}

.flex.ctas cta-wrap.pillar-box-coal cta-bg {
  background-color: #2E2A39;
  color: #2E2A39;
}

.flex.ctas cta-wrap.pillar-box-paper cta-bg {
  background-color: #F4F1E9;
  color: #2E2A39;
}

.flex.ctas text-content p:last-child {
  margin-bottom: 2.5rem;
}

.flex.ctas text-content {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .flex.ctas text-content {
    padding: 2.5rem 2rem 2rem 2rem;
  }
}
@media (min-width: 768px) {
  .flex.ctas text-content {
    padding: calc(2rem + (1vw - 0.48rem) * 3.4335);
  }
}
@media (min-width: 1701px) {
  .flex.ctas text-content {
    padding: 4rem;
  }
}
.flex.ctas cta-wrap > img {
  position: absolute;
  top: 0;
  width: auto;
  height: 8rem !important;
  transform: translate3d(0, -50%, 0);
  z-index: 2;
}

@media (max-width: 767px) {
  .flex.ctas cta-wrap > img {
    left: 2rem;
  }
}
@media (min-width: 768px) {
  .flex.ctas cta-wrap > img {
    left: calc(2rem + (1vw - 0.48rem) * 3.4335);
  }
}
@media (min-width: 1701px) {
  .flex.ctas cta-wrap > img {
    left: 4rem;
  }
}
@media (max-width: 767px) {
  .flex.ctas cta-wrap > img {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .flex.ctas cta-wrap > img {
    margin-top: calc(2rem + (1vw - 0.48rem) * 3.4335);
  }
}
/**** 1 PER ROW ****/
@media (min-width: 1100px) {
  .flex.ctas.has-1-per-row text-content {
    min-height: 25rem;
  }
  .flex.ctas.has-1-per-row text-content:first-child,
  .flex.ctas.has-1-per-row img + text-content {
    padding-top: 6.25rem;
  }
}
@media (min-width: 600px) and (max-width: 1099px) {
  .flex.ctas.has-1-per-row cta-wrap.icon {
    align-items: flex-start;
    flex-direction: column;
  }
  .flex.ctas.has-1-per-row cta-wrap > img {
    height: 5rem !important;
    position: relative;
    transform: none;
  }
}
@media (min-width: 600px) {
  .flex.ctas.has-1-per-row g-col {
    width: 100%;
  }
  .flex.ctas.has-1-per-row g-col ~ g-col {
    margin-top: 3.126rem;
  }
  .flex.ctas.has-1-per-row figure {
    border-radius: 1rem 0 0 1rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    width: 25%;
    z-index: 2;
  }
  .flex.ctas.has-1-per-row figure + text-content {
    margin-left: 25%;
  }
  .flex.ctas.has-1-per-row cta-wrap p:last-child {
    margin-bottom: 2.5rem;
  }
  .flex.ctas.has-1-per-row a.btn {
    display: flex;
    margin-top: auto;
  }
  .flex.ctas.has-1-per-row text-content p:last-of-type {
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 599px) {
  .flex.ctas.has-1-per-row cta-wrap {
    flex-direction: column;
  }
  .flex.ctas.has-1-per-row g-col {
    width: 100%;
  }
  .flex.ctas.has-1-per-row g-col + g-col {
    margin-top: 3.125rem;
  }
  .flex.ctas.has-1-per-row cta-wrap.icon {
    align-items: flex-start;
    flex-direction: column;
  }
  .flex.ctas.has-1-per-row cta-wrap > img {
    height: 5rem !important;
    position: relative;
    transform: none;
  }
  .flex.ctas.has-1-per-row figure {
    border-radius: 1rem 1rem 0 0;
    height: 0;
    padding-bottom: 62.5%;
    width: 100%;
    z-index: 2;
  }
  .flex.ctas.has-1-per-row text-content p:last-of-type {
    padding-bottom: 1.5rem;
  }
  .flex.ctas.has-1-per-row a.btn {
    margin-top: auto;
  }
}
/**** 2 PER ROW ****/
.flex.ctas.has-2-per-row text-content {
  justify-content: flex-start;
}

@media (min-width: 1000px) {
  .flex.ctas.has-2-per-row g-col {
    width: 50%;
  }
  .flex.ctas.has-2-per-row g-col:nth-child(2n) ~ g-col {
    margin-top: 3.126rem;
  }
  .flex.ctas.has-2-per-row text-content:first-child,
  .flex.ctas.has-2-per-row img + text-content {
    padding-top: 6.25rem;
  }
  .flex.ctas.has-2-per-row figure {
    border-radius: 0 1rem 1rem 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    width: 33%;
    z-index: 2;
  }
  .flex.ctas.has-2-per-row text-content p:last-of-type {
    padding-bottom: 2.5rem;
  }
  .flex.ctas.has-2-per-row figure + text-content {
    padding-right: calc(33% + 2rem);
  }
  .flex.ctas.has-2-per-row text-content {
    min-height: 25rem;
  }
  .flex.ctas.has-2-per-row a.arrow {
    display: flex;
    margin-top: auto;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  .flex.ctas.has-2-per-row g-col {
    width: 100%;
  }
  .flex.ctas.has-2-per-row g-col ~ g-col {
    margin-top: 3.126rem;
  }
  .flex.ctas.has-2-per-row figure {
    border-radius: 1rem 0 0 1rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    width: 25%;
    z-index: 2;
  }
  .flex.ctas.has-2-per-row cta-wrap.icon {
    align-items: flex-start;
    flex-direction: column;
  }
  .flex.ctas.has-2-per-row cta-wrap > img {
    height: 5rem !important;
    position: relative;
    transform: none;
  }
  .flex.ctas.has-2-per-row cta-wrap p:last-child {
    margin-bottom: 2.5rem;
  }
  .flex.ctas.has-2-per-row figure + text-content {
    min-height: 15rem;
    margin-left: 25%;
  }
  .flex.ctas.has-2-per-row a.arrow {
    display: flex;
    margin-top: 2.5rem;
  }
}
@media (max-width: 599px) {
  .flex.ctas.has-2-per-row cta-wrap {
    flex-direction: column;
  }
  .flex.ctas.has-2-per-row g-col {
    width: 100%;
  }
  .flex.ctas.has-2-per-row g-col + g-col {
    margin-top: 3.125rem;
  }
  .flex.ctas.has-2-per-row cta-wrap.icon {
    align-items: flex-start;
    flex-direction: column;
  }
  .flex.ctas.has-2-per-row cta-wrap > img {
    height: 5rem !important;
    position: relative;
    transform: none;
  }
  .flex.ctas.has-2-per-row figure {
    border-radius: 1rem 1rem 0 0;
    height: 0;
    padding-bottom: 38%;
    width: 100%;
    z-index: 2;
  }
  .flex.ctas.has-2-per-row a.arrow {
    margin-top: 2.5rem;
  }
}
/**** 3 PER ROW ****/
@media (min-width: 1000px) {
  .flex.ctas.has-3-per-row cta-wrap {
    flex-direction: column;
  }
  .flex.ctas.has-3-per-row text-content:first-child,
  .flex.ctas.has-3-per-row img + text-content {
    padding-top: 6.25rem;
  }
  .flex.ctas.has-3-per-row g-row {
    display: flex;
    flex-wrap: wrap;
  }
  .flex.ctas.has-3-per-row g-col {
    display: flex;
    flex-wrap: wrap;
    width: 33.333%;
  }
  .flex.ctas.has-3-per-row g-col:nth-child(3n) ~ g-col {
    margin-top: 3.126rem;
  }
  .flex.ctas.has-3-per-row figure {
    border-radius: 1rem 1rem 0 0;
    height: 0;
    padding-bottom: 38%;
    width: 100%;
    z-index: 2;
  }
  .flex.ctas.has-3-per-row text-content {
    height: 100%;
  }
  .flex.ctas.has-3-per-row text-content p:last-of-type {
    padding-bottom: 2.5rem;
  }
  .flex.ctas.has-3-per-row a.arrow {
    margin-top: auto;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  .flex.ctas.has-3-per-row g-col {
    width: 100%;
  }
  .flex.ctas.has-3-per-row g-col ~ g-col {
    margin-top: 3.126rem;
  }
  .flex.ctas.has-3-per-row figure {
    border-radius: 1rem 0 0 1rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    width: 25%;
    z-index: 2;
  }
  .flex.ctas.has-3-per-row cta-wrap.icon {
    align-items: flex-start;
    flex-direction: column;
  }
  .flex.ctas.has-3-per-row cta-wrap > img {
    height: 5rem !important;
    position: relative;
    transform: none;
  }
  .flex.ctas.has-3-per-row cta-wrap p:last-child {
    margin-bottom: 2.5rem;
  }
  .flex.ctas.has-3-per-row figure + text-content {
    min-height: 15rem;
    margin-left: 25%;
  }
  .flex.ctas.has-3-per-row a.arrow {
    display: flex;
    margin-top: 2.5rem;
  }
}
@media (max-width: 599px) {
  .flex.ctas.has-3-per-row cta-wrap {
    flex-direction: column;
  }
  .flex.ctas.has-3-per-row g-col {
    width: 100%;
  }
  .flex.ctas.has-3-per-row g-col + g-col {
    margin-top: 3.125rem;
  }
  .flex.ctas.has-3-per-row cta-wrap.icon {
    align-items: flex-start;
    flex-direction: column;
  }
  .flex.ctas.has-3-per-row cta-wrap > img {
    height: 5rem !important;
    position: relative;
    transform: none;
  }
  .flex.ctas.has-3-per-row figure {
    border-radius: 1rem 1rem 0 0;
    height: 0;
    padding-bottom: 38%;
    width: 100%;
    z-index: 2;
  }
  .flex.ctas.has-3-per-row a.arrow {
    margin-top: 2.5rem;
  }
}
/***** HOVER STATE *****/
.flex.ctas cta-wrap cta-bg span {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  width: 11.875rem;
  height: 0;
  padding-bottom: 11.875rem;
  transform: translateX(-50%) translateY(-50%) scale(0);
  transition: transform 300ms ease-out;
  z-index: 1;
}

@media (min-width: 1100px) {
  .flex.ctas cta-wrap:hover cta-bg span {
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.flex.embed_code video-outer {
  display: block;
  margin: 0 auto;
  max-width: 56rem;
  width: 100%;
}

.flex.embed_code video-wrap {
  display: block;
  height: 0;
  padding-bottom: 55%;
  position: relative;
}

.flex.embed_code video-wrap iframe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.flex.embed_code h2:first-child {
  margin-bottom: 1.5rem;
}

/************************* FLEX - EXPLORE WELLBEING *************************/
.pillars-list g-col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3.126rem;
}

.pillar-tile {
  align-items: flex-start;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  border-radius: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 2rem;
  outline: 0 !important;
  padding: 2.75rem;
  overflow: hidden;
  position: relative;
  width: calc((100% - 6.26rem) / 3);
}

.pillar-tile:hover h3 {
  text-decoration: underline;
}

.pillar-tile * {
  margin: 0 !important;
  position: relative;
  z-index: 1;
}

.pillar-tile figure {
  display: block;
  height: 6rem;
  width: 6rem;
}

.pillar-tile.fill-sea {
  background-color: #7EDBD6;
  color: #2E2A39;
}

.pillar-tile.fill-lavendar {
  background-color: #C2C5FF;
  color: #2E2A39;
}

.pillar-tile.fill-peach {
  background-color: #FFA286;
  color: #2E2A39;
}

.pillar-tile.fill-orange {
  background-color: #FF6F43;
  color: #2E2A39;
}

.pillar-tile.fill-pink {
  background-color: #EAC8DD;
  color: #2E2A39;
}

.pillar-tile.fill-green {
  background-color: #81D8AE;
  color: #2E2A39;
}

.pillar-tile.fill-lime {
  background-color: #D8ECAA;
  color: #2E2A39;
}

.pillar-tile.fill-happy {
  background-color: #FFD681;
  color: #2E2A39;
}

.pillar-tile.fill-calm {
  background-color: #B2E7F7;
  color: #2E2A39;
}

.pillar-tile.fill-coal {
  background-color: #2E2A39;
  color: #F4F1E9;
}

.pillar-tile.fill-paper {
  background-color: #F4F1E9;
  color: #2E2A39;
}

.pillars-list span.btn {
  margin-top: auto !important;
}

@media (max-width: 1039px) {
  html:not(.printer-friendly) .pillar-tile {
    width: calc((100% - 3.126rem) / 2);
  }
}
@media (max-width: 719px) {
  html:not(.printer-friendly) .pillar-tile {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .pillars-list g-col {
    gap: 1.5rem;
  }
  .pillar-tile {
    gap: 1.5rem;
    padding: 2rem;
  }
}
.pillars-list tile-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

/************************* HORIZONTAL SCROLLING VERSION *************************/
.horiz .pillar-tile {
  box-shadow: none !important;
  max-width: 28rem;
  width: calc((100vw - 3.125rem) / 3);
}

.horiz.pillars-list button[data-scroll] {
  background-color: #FFF;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  height: 6rem;
  position: absolute;
  top: calc(50% - 7.625rem);
  transition: background-color 200ms ease;
  width: 6rem;
  z-index: 10;
}

.horiz.pillars-list button[data-scroll] svg {
  height: 2.5rem;
  fill: #2E2A39;
  margin: auto;
  transition: fill 200ms ease;
  width: 2.5rem;
}

.horiz.pillars-list button[data-scroll]:hover {
  background-color: #2E2A39;
}

.horiz.pillars-list button[data-scroll]:hover svg {
  fill: #FFF;
}

.horiz.pillars-list button[data-scroll=left] {
  left: 1.5rem;
}

.horiz.pillars-list button[data-scroll=right] {
  right: 1.5rem;
}

@media (max-width: 1299px) {
  .horiz.pillars-list button[data-scroll=left] {
    border-radius: 0 1rem 1rem 0;
    left: 0;
    height: 4.5rem;
    width: 4.5rem;
  }
  .horiz.pillars-list button[data-scroll=right] {
    border-radius: 1rem 0 0 1rem;
    right: 0;
    height: 4.5rem;
    width: 4.5rem;
  }
  .horiz.pillars-list button[data-scroll] svg {
    height: 2rem;
    width: 2rem;
  }
}
@media (max-width: 868px) {
  .horiz .pillar-tile {
    width: calc((100vw - 3.125rem) / 2);
  }
}
@media (max-width: 699px) {
  .horiz .pillar-tile {
    width: calc(100vw - 8.25rem);
  }
  .horiz.pillars-list button[data-scroll] {
    display: none;
  }
}
/***** HOVER STATE *****/
.pillar-tile tile-bg span {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  width: 11.875rem;
  height: 0;
  padding-bottom: 11.875rem;
  transform: translateX(-50%) translateY(-50%) scale(0);
  transition: transform 300ms ease-out;
  z-index: 1;
}

@media (min-width: 1100px) {
  .pillar-tile:hover tile-bg span {
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
/************************* FLEX - FACTS *************************/
.facts {
  background-color: #F4F1E9 !important;
}

.facts fact-tile {
  display: block;
  position: relative;
}

.facts fact-tile figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.facts fact-tile g-rid {
  position: relative;
  z-index: 1;
}

.facts fact-tile g-col {
  max-width: 42.188rem;
  width: calc(90% - 6.751rem);
}

.facts fact-tile text-content {
  background-color: #F4F1E9;
  box-sizing: border-box;
  border-radius: 1rem;
  display: block;
  min-height: 33.25rem;
}

.facts fact-tile small {
  align-items: flex-end;
  display: inline-flex;
  font-size: 1.563rem;
  min-height: 4rem;
  padding-left: 5rem;
  position: relative;
}

.facts fact-tile small:before {
  background-image: url(img/learning.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  height: 4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4rem;
}

.facts fact-tile h3 {
  color: #FF6F43;
}

@media (max-width: 479px) {
  .facts fact-tile h3 {
    font-size: 2rem;
  }
}
@media (min-width: 480px) {
  .facts fact-tile h3 {
    font-size: calc(2rem + (1vw - 0.3rem) * 0.9836);
  }
}
@media (min-width: 1701px) {
  .facts fact-tile h3 {
    font-size: 2.75rem;
  }
}
.facts fact-tile h3 {
  margin-top: 2.75rem;
}

.facts fact-tile .arrow {
  margin-top: 2.5rem;
}

.facts .arrows {
  left: 50%;
  max-width: 81.25rem;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  width: calc(100% - 6.25rem);
  z-index: 2;
}

.facts .arrows button,
fact-tile button {
  align-items: center;
  background-color: #F4F1E9;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  height: 3.625rem;
  justify-content: center;
  margin-left: auto;
  padding: 0;
  pointer-events: all;
  transition: background-color 200ms ease-out;
  width: 3.625rem;
}

fact-tile button {
  background: #FFF;
  position: absolute;
  top: 0;
  right: 2rem;
}

.flex.facts.has-1 fact-tile button {
  display: none;
}

.facts .arrows button:hover,
fact-tile button:hover {
  background-color: #FFD681;
}

.facts .arrows button svg,
fact-tile button svg {
  display: block;
  width: 2rem;
  stroke: #2E2A39;
  height: 2rem;
}

@media (min-width: 769px) {
  .facts fact-tile {
    padding: calc(2rem + (1vw - 0.3rem) * 2.623) 0;
  }
}
@media (min-width: 1701px) {
  .facts fact-tile {
    padding: 4rem 0;
  }
}
@media (min-width: 769px) {
  fact-tile button {
    display: none;
  }
}
@media (max-width: 768px) {
  .facts .arrows {
    display: none;
  }
  .facts fact-tile {
    padding: 0;
  }
  .facts fact-tile figure {
    position: relative;
    height: 0;
    padding-bottom: 75%;
  }
  .facts fact-tile text-content {
    border-radius: 0;
    min-height: 0;
  }
  .facts fact-tile g-rid,
  .facts fact-tile g-col {
    padding: 0;
  }
  .facts fact-tile g-col {
    max-width: none;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .facts fact-tile text-content {
    padding: 2.5rem;
  }
}
@media (max-width: 479px) {
  .facts fact-tile text-content {
    padding: 1.5rem 1.5rem 2.5rem 1.5rem;
  }
}
@media (max-width: 479px) {
  .facts .arrows {
    top: 2rem;
  }
}
@media (min-width: 480px) {
  .facts .arrows {
    top: calc(2rem + (1vw - 0.3rem) * 2.623);
  }
}
@media (min-width: 1701px) {
  .facts .arrows {
    top: 4rem;
  }
}
@media (max-width: 639px) {
  .facts fact-tile g-col {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .facts fact-tile button {
    right: 1.5rem !important;
  }
}
@media (max-width: 449px) {
  .facts fact-tile small {
    font-size: 1.125rem;
    margin-top: 1rem;
    min-height: 2rem;
    padding-left: 2.25rem;
  }
  .facts fact-tile small:before {
    height: 2rem;
    width: 2rem;
  }
  .facts fact-tile button {
    margin-top: 1.5rem !important;
  }
}
.flex.facts.pillar-bg-sea fact-tile text-content {
  background-color: #7EDBD6;
  color: #2E2A39;
}

.flex.facts.pillar-bg-lavendar fact-tile text-content {
  background-color: #C2C5FF;
  color: #2E2A39;
}

.flex.facts.pillar-bg-peach fact-tile text-content {
  background-color: #FFA286;
  color: #2E2A39;
}

.flex.facts.pillar-bg-orange fact-tile text-content {
  background-color: #FF6F43;
  color: #2E2A39;
}

.flex.facts.pillar-bg-pink fact-tile text-content {
  background-color: #EAC8DD;
  color: #2E2A39;
}

.flex.facts.pillar-bg-green fact-tile text-content {
  background-color: #81D8AE;
  color: #2E2A39;
}

.flex.facts.pillar-bg-lime fact-tile text-content {
  background-color: #D8ECAA;
  color: #2E2A39;
}

.flex.facts.pillar-bg-happy fact-tile text-content {
  background-color: #FFD681;
  color: #2E2A39;
}

.flex.facts.pillar-bg-calm fact-tile text-content {
  background-color: #B2E7F7;
  color: #2E2A39;
}

.flex.facts.pillar-bg-coal fact-tile text-content {
  background-color: #2E2A39;
  color: #2E2A39;
}

.flex.facts.pillar-bg-paper fact-tile text-content {
  background-color: #F4F1E9;
  color: #2E2A39;
}

.facts.pillar-bg-sea fact-tile h3,
.facts.pillar-bg-lavendar fact-tile h3,
.facts.pillar-bg-peach fact-tile h3,
.facts.pillar-bg-orange fact-tile h3,
.facts.pillar-bg-pink fact-tile h3,
.facts.pillar-bg-green fact-tile h3,
.facts.pillar-bg-lime fact-tile h3,
.facts.pillar-bg-happy fact-tile h3,
.facts.pillar-bg-calm fact-tile h3,
.facts.pillar-bg-coal fact-tile h3,
.facts.pillar-bg-paper fact-tile h3 {
  color: #2E2A39;
}

/************************* FLEX - FULL-WIDTH IMAGE *************************/
.flex.full-width-image {
  padding: 0 !important;
}

.flex.full-width-image figure {
  height: 60vw;
  max-height: 80vh;
}

@media (max-width: 479px) {
  .flex.full-width-image figure {
    height: 100vw;
    max-height: 100vh;
  }
}
.flex.full-width-image figure img {
  -o-object-position: center 28% !important;
     object-position: center 28% !important;
}

.flex.full-width-image figure figcaption {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  margin: 0 !important;
  width: calc(100% - 3rem);
  z-index: 4;
}

/************************* FLEX - GALLERY *************************/
.flex.gallery {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.flex.gallery gallery-wrap {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0.75rem 0 0;
  position: relative;
  width: calc(100% - 0.75rem);
}

.flex.gallery image-tile {
  box-sizing: border-box;
  display: block;
  margin: 0.75rem 0 0 0.75rem;
}

.flex.gallery figure {
  border-radius: 0.625rem;
  height: 0;
  padding-bottom: 100%;
}

/** 7 IMAGES **/
@media (min-width: 900px) {
  body:not(.single) .flex.gallery.row-7 gallery-wrap {
    padding-right: 40%;
  }
  body:not(.single) .flex.gallery.row-7 image-tile {
    width: calc((100% - 2.25rem) / 3);
  }
  body:not(.single) .flex.gallery.row-7 image-tile:nth-child(7n+7) {
    width: calc(40% - 0.375rem);
    height: calc(100% - 0.75rem);
    margin-left: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  body:not(.single) .flex.gallery.row-7 image-tile:nth-child(7n+7) figure {
    height: 100%;
    padding-bottom: 0;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  body:not(.single) .flex.gallery.row-7 image-tile {
    width: calc((100% - 2.25rem) / 3);
  }
  body:not(.single) .flex.gallery.row-7 image-tile:nth-child(7n+1),
  body:not(.single) .flex.gallery.row-7 image-tile:nth-child(7n+2),
  body:not(.single) .flex.gallery.row-7 image-tile:nth-child(7n+6),
  body:not(.single) .flex.gallery.row-7 image-tile:nth-child(7n+7) {
    width: calc((100% - 1.5rem) / 2);
  }
  body:not(.single) .flex.gallery.row-7 image-tile:nth-child(7n+1) figure,
  body:not(.single) .flex.gallery.row-7 image-tile:nth-child(7n+2) figure,
  body:not(.single) .flex.gallery.row-7 image-tile:nth-child(7n+6) figure,
  body:not(.single) .flex.gallery.row-7 image-tile:nth-child(7n+7) figure {
    padding-bottom: 75%;
  }
}
@media (max-width: 599px) {
  body:not(.single) .flex.gallery.row-7 image-tile {
    width: calc((100% - 1.5rem) / 2);
  }
  body:not(.single) .flex.gallery.row-7 image-tile:nth-child(7n+3),
  body:not(.single) .flex.gallery.row-7 image-tile:last-child:nth-child(odd):not(:nth-child(7n+7)) {
    width: 100%;
  }
}
/** 6 IMAGES **/
@media (min-width: 600px) {
  body:not(.single) .flex.gallery.row-6 image-tile {
    width: calc((100% - 2.25rem) / 3);
  }
}
@media (max-width: 599px) {
  body:not(.single) .flex.gallery.row-6 image-tile {
    width: calc((100% - 1.5rem) / 2);
  }
  body:not(.single) .flex.gallery.row-6 image-tile:last-child:nth-child(odd) {
    width: 100%;
  }
}
/** 5 IMAGES **/
@media (min-width: 900px) {
  body:not(.single) .flex.gallery.row-5 gallery-wrap {
    padding-right: 40%;
  }
  body:not(.single) .flex.gallery.row-5 image-tile {
    width: calc((100% - 1.5rem) / 2);
  }
  body:not(.single) .flex.gallery.row-5 image-tile:nth-child(5n+5) {
    width: calc(40% - 0.375rem);
    height: calc(100% - 0.75rem);
    margin-left: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  body:not(.single) .flex.gallery.row-5 image-tile:nth-child(5n+5) figure {
    height: 100%;
    padding-bottom: 0;
  }
  body:not(.single) .flex.gallery.row-5 figure {
    padding-bottom: 75%;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  body:not(.single) .flex.gallery.row-5 image-tile {
    width: calc((100% - 2.25rem) / 3);
  }
  body:not(.single) .flex.gallery.row-5 image-tile:nth-child(5n+4),
  body:not(.single) .flex.gallery.row-5 image-tile:nth-child(5n+5) {
    width: calc((100% - 1.5rem) / 2);
  }
}
@media (max-width: 599px) {
  body:not(.single) .flex.gallery.row-5 image-tile {
    width: calc((100% - 1.5rem) / 2);
  }
  body:not(.single) .flex.gallery.row-5 image-tile:last-child {
    width: 100%;
  }
}
/** 4 IMAGES **/
body:not(.single) .flex.gallery.row-4 image-tile {
  width: calc((100% - 1.5rem) / 2);
}

body:not(.single) .flex.gallery.row-4 figure {
  padding-bottom: 75%;
}

/** 3 IMAGES **/
@media (min-width: 600px) {
  body:not(.single) .flex.gallery.row-3 image-tile {
    width: calc((100% - 2.25rem) / 3);
  }
  body:not(.single) .flex.gallery.row-3 figure {
    padding-bottom: 100%;
  }
}
@media (max-width: 599px) {
  body:not(.single) .flex.gallery.row-3 image-tile {
    width: calc((100% - 1.5rem) / 2);
  }
  body:not(.single) .flex.gallery.row-3 image-tile:last-child:nth-child(odd) {
    width: 100%;
  }
}
/** 2 IMAGES **/
@media (min-width: 600px) {
  body:not(.single) .flex.gallery.row-2 image-tile {
    width: calc((100% - 1.5rem) / 2);
  }
  body:not(.single) .flex.gallery.row-2 figure {
    padding-bottom: 75%;
  }
}
@media (max-width: 599px) {
  body:not(.single) .flex.gallery.row-2 image-tile {
    width: 100%;
  }
}
/** 1 IMAGE **/
body:not(.single) .flex.gallery.row-1 image-tile {
  width: 100%;
}

body:not(.single) .flex.gallery.row-1 figure {
  padding-bottom: 0;
  height: 80vh;
}

@media (max-width: 599px) {
  body:not(.single) .flex.gallery.row-1 figure {
    min-height: 100vw;
  }
}
/** SINGLE POST MODE **/
/** 1 IMAGE **/
body.single:not(.single-pillar) .flex.gallery gallery-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 67.188rem;
  width: calc(100% - 6.25rem);
}

body.single:not(.single-pillar) .flex.gallery image-tile {
  width: 100%;
}

body.single:not(.single-pillar) .flex.gallery.row-1 image-tile,
body.single:not(.single-pillar) .flex.gallery.row-2 image-tile {
  margin-left: 0 !important;
}

body.single:not(.single-pillar) .flex.gallery image-tile figure {
  padding-bottom: 62.5%;
}

body.single:not(.single-pillar) .flex.gallery:not(.row-1):not(.row-2) image-tile:first-child ~ image-tile {
  width: calc(50% - 0.375rem);
}

body.single:not(.single-pillar) .flex.gallery:not(.row-1):not(.row-2) image-tile:first-child,
body.single:not(.single-pillar) .flex.gallery:not(.row-1):not(.row-2) image-tile:first-child ~ image-tile:nth-child(even) {
  margin-left: 0 !important;
}

body.single:not(.single-pillar) .flex.gallery:not(.row-1):not(.row-2) image-tile:last-child:nth-child(even) {
  width: 100% !important;
}

@media (max-width: 479px) {
  body.single:not(.single-pillar) .flex.gallery gallery-wrap {
    width: calc(100% - 3rem);
  }
}
/** 7 IMAGES **/
@media (min-width: 900px) {
  body.single-pillar .flex.gallery.row-7 gallery-wrap {
    padding-right: 40%;
  }
  body.single-pillar .flex.gallery.row-7 image-tile {
    width: calc((100% - 2.25rem) / 3);
  }
  body.single-pillar .flex.gallery.row-7 image-tile:nth-child(7n+7) {
    width: calc(40% - 0.375rem);
    height: calc(100% - 0.75rem);
    margin-left: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  body.single-pillar .flex.gallery.row-7 image-tile:nth-child(7n+7) figure {
    height: 100%;
    padding-bottom: 0;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  body.single-pillar .flex.gallery.row-7 image-tile {
    width: calc((100% - 2.25rem) / 3);
  }
  body.single-pillar .flex.gallery.row-7 image-tile:nth-child(7n+1),
  body.single-pillar .flex.gallery.row-7 image-tile:nth-child(7n+2),
  body.single-pillar .flex.gallery.row-7 image-tile:nth-child(7n+6),
  body.single-pillar .flex.gallery.row-7 image-tile:nth-child(7n+7) {
    width: calc((100% - 1.5rem) / 2);
  }
  body.single-pillar .flex.gallery.row-7 image-tile:nth-child(7n+1) figure,
  body.single-pillar .flex.gallery.row-7 image-tile:nth-child(7n+2) figure,
  body.single-pillar .flex.gallery.row-7 image-tile:nth-child(7n+6) figure,
  body.single-pillar .flex.gallery.row-7 image-tile:nth-child(7n+7) figure {
    padding-bottom: 75%;
  }
}
@media (max-width: 599px) {
  body.single-pillar .flex.gallery.row-7 image-tile {
    width: calc((100% - 1.5rem) / 2);
  }
  body.single-pillar .flex.gallery.row-7 image-tile:nth-child(7n+3),
  body.single-pillar .flex.gallery.row-7 image-tile:last-child:nth-child(odd):not(:nth-child(7n+7)) {
    width: 100%;
  }
}
/** 6 IMAGES **/
@media (min-width: 600px) {
  body.single-pillar .flex.gallery.row-6 image-tile {
    width: calc((100% - 2.25rem) / 3);
  }
}
@media (max-width: 599px) {
  body.single-pillar .flex.gallery.row-6 image-tile {
    width: calc((100% - 1.5rem) / 2);
  }
  body.single-pillar .flex.gallery.row-6 image-tile:last-child:nth-child(odd) {
    width: 100%;
  }
}
/** 5 IMAGES **/
@media (min-width: 900px) {
  body.single-pillar .flex.gallery.row-5 gallery-wrap {
    padding-right: 40%;
  }
  body.single-pillar .flex.gallery.row-5 image-tile {
    width: calc((100% - 1.5rem) / 2);
  }
  body.single-pillar .flex.gallery.row-5 image-tile:nth-child(5n+5) {
    width: calc(40% - 0.375rem);
    height: calc(100% - 0.75rem);
    margin-left: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  body.single-pillar .flex.gallery.row-5 image-tile:nth-child(5n+5) figure {
    height: 100%;
    padding-bottom: 0;
  }
  body.single-pillar .flex.gallery.row-5 figure {
    padding-bottom: 75%;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  body.single-pillar .flex.gallery.row-5 image-tile {
    width: calc((100% - 2.25rem) / 3);
  }
  body.single-pillar .flex.gallery.row-5 image-tile:nth-child(5n+4),
  body.single-pillar .flex.gallery.row-5 image-tile:nth-child(5n+5) {
    width: calc((100% - 1.5rem) / 2);
  }
}
@media (max-width: 599px) {
  body.single-pillar .flex.gallery.row-5 image-tile {
    width: calc((100% - 1.5rem) / 2);
  }
  body.single-pillar .flex.gallery.row-5 image-tile:last-child {
    width: 100%;
  }
}
/** 4 IMAGES **/
body.single-pillar .flex.gallery.row-4 image-tile {
  width: calc((100% - 1.5rem) / 2);
}

body.single-pillar .flex.gallery.row-4 figure {
  padding-bottom: 75%;
}

/** 3 IMAGES **/
@media (min-width: 600px) {
  body.single-pillar .flex.gallery.row-3 image-tile {
    width: calc((100% - 2.25rem) / 3);
  }
  body.single-pillar .flex.gallery.row-3 figure {
    padding-bottom: 100%;
  }
}
@media (max-width: 599px) {
  body.single-pillar .flex.gallery.row-3 image-tile {
    width: calc((100% - 1.5rem) / 2);
  }
  body.single-pillar .flex.gallery.row-3 image-tile:last-child:nth-child(odd) {
    width: 100%;
  }
}
/** 2 IMAGES **/
@media (min-width: 600px) {
  body.single-pillar .flex.gallery.row-2 image-tile {
    width: calc((100% - 1.5rem) / 2);
  }
  body.single-pillar .flex.gallery.row-2 figure {
    padding-bottom: 75%;
  }
}
@media (max-width: 599px) {
  body.single-pillar .flex.gallery.row-2 image-tile {
    width: 100%;
  }
}
/** 1 IMAGE **/
body.single-pillar .flex.gallery.row-1 image-tile {
  width: 100%;
}

body.single-pillar .flex.gallery.row-1 figure {
  padding-bottom: 0;
  height: 80vh;
}

@media (max-width: 599px) {
  body.single-pillar .flex.gallery.row-1 figure {
    min-height: 100vw;
  }
}
html.printer-friendly .flex.gallery gallery-wrap {
  max-width: none !important;
}

/************************* FLEX - KEY STATEMENT *************************/
.key-statement p,
.key-statement ul,
.key-statement ol {
  line-height: 130%;
  text-align: center;
}

@media (max-width: 479px) {
  .key-statement p, .key-statement ul, .key-statement ol {
    font-size: 2rem;
  }
}
@media (min-width: 480px) {
  .key-statement p, .key-statement ul, .key-statement ol {
    font-size: calc(2rem + (1vw - 0.3rem) * 2.2951);
  }
}
@media (min-width: 1701px) {
  .key-statement p, .key-statement ul, .key-statement ol {
    font-size: 3.75rem;
  }
}
.flex.large-cta {
  overflow: hidden;
  text-align: center;
}

@media (max-width: 479px) {
  .flex.large-cta {
    padding: 4rem 0 !important;
  }
}
@media (min-width: 480px) {
  .flex.large-cta {
    padding: calc(4rem + (1vw - 0.3rem) * 5.2459) 0 !important;
  }
}
@media (min-width: 1701px) {
  .flex.large-cta {
    padding: 8rem 0 !important;
  }
}
.flex.large-cta g-rid {
  position: relative;
  z-index: 2;
}

.flex.large-cta g-col > *:not(h2) {
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}

.flex.large-cta button-background {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 100%;
  height: 30vw;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(1);
  transition: transform 500ms ease, opacity 500ms ease;
  width: 30vw;
  z-index: 1;
}

.flex.large-cta button-background:before {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 100%;
  content: "";
  height: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: height 500ms ease, background-color 500ms ease, width 500ms ease;
  width: 150%;
}

.flex.large-cta button-background:after {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 100%;
  content: "";
  height: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: height 500ms ease, background-color 500ms ease, width 500ms ease;
  width: 200%;
}

.flex.large-cta.bg-paper button-background {
  background-color: rgba(226, 216, 202, 0.5);
}

.flex.large-cta.bg-paper button-background:before {
  background-color: rgba(226, 216, 202, 0.5);
}

.flex.large-cta.bg-paper button-background:after {
  background-color: rgba(226, 216, 202, 0.25);
}

@media (max-width: 479px) {
  .flex.large-cta .btn {
    margin-top: 2rem;
  }
}
@media (min-width: 480px) {
  .flex.large-cta .btn {
    margin-top: calc(2rem + (1vw - 0.3rem) * 2.623);
  }
}
@media (min-width: 1701px) {
  .flex.large-cta .btn {
    margin-top: 4rem;
  }
}
@media (min-width: 769px) {
  .flex.large-cta.hover button-background {
    transform: translate3d(-50%, -50%, 0) scale(0.65);
  }
  .flex.large-cta.hover button-background:before {
    background-color: rgba(255, 255, 255, 0.1);
    height: 300%;
    width: 300%;
  }
  .flex.large-cta.hover button-background:after {
    background-color: rgba(255, 255, 255, 0.15);
    height: 200%;
    width: 200%;
  }
  .flex.large-cta.bg-paper.hover button-background {
    transform: translate3d(-50%, -50%, 0) scale(0.65);
  }
  .flex.large-cta.bg-paper.hover button-background:before {
    background-color: rgba(226, 216, 202, 0.25);
    height: 300%;
    width: 300%;
  }
  .flex.large-cta.bg-paper.hover button-background:after {
    background-color: rgba(226, 216, 202, 0.5);
    height: 200%;
    width: 200%;
  }
}
@media (max-width: 768px) {
  .flex.large-cta button-background {
    height: 70vw;
    width: 70vw;
  }
}
.flex.map .map {
  display: block;
  position: relative;
}

.flex.map location-map {
  border-radius: 1rem;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.flex.map map-sidebar {
  background-color: #D8ECAA;
  box-sizing: border-box;
  display: block;
  width: 40%;
}

.flex.map.pillar-bg-sea map-sidebar {
  background-color: #7EDBD6;
}

.flex.map.pillar-bg-lavendar map-sidebar {
  background-color: #C2C5FF;
}

.flex.map.pillar-bg-peach map-sidebar {
  background-color: #FFA286;
}

.flex.map.pillar-bg-orange map-sidebar {
  background-color: #FF6F43;
}

.flex.map.pillar-bg-pink map-sidebar {
  background-color: #EAC8DD;
}

.flex.map.pillar-bg-green map-sidebar {
  background-color: #81D8AE;
}

.flex.map.pillar-bg-lime map-sidebar {
  background-color: #D8ECAA;
}

.flex.map.pillar-bg-happy map-sidebar {
  background-color: #FFD681;
}

.flex.map.pillar-bg-calm map-sidebar {
  background-color: #B2E7F7;
}

.flex.map.pillar-bg-coal map-sidebar {
  background-color: #2E2A39;
}

.flex.map.pillar-bg-paper map-sidebar {
  background-color: #F4F1E9;
}

@media (max-width: 479px) {
  .flex.map map-sidebar {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 480px) {
  .flex.map map-sidebar {
    padding: calc(2rem + (1vw - 0.3rem) * 5.2459) calc(1.5rem + (1vw - 0.3rem) * 5.9016);
  }
}
@media (min-width: 1701px) {
  .flex.map map-sidebar {
    padding: 6rem;
  }
}
.flex.map map-wrap {
  display: block;
  height: inherit;
  width: 60%;
}

.flex.map map-sidebar p:first-of-type {
  margin-top: 1.25rem;
}

.flex.map #map {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

.flex.map #map .marker svg {
  display: block;
  height: 4rem;
  fill: #D8ECAA;
  left: -2rem;
  position: absolute;
  top: -4rem;
  width: 4rem;
}

.flex.map.pillar-bg-sea #map .marker svg {
  fill: #7EDBD6;
}

.flex.map.pillar-bg-lavendar #map .marker svg {
  fill: #C2C5FF;
}

.flex.map.pillar-bg-peach #map .marker svg {
  fill: #FFA286;
}

.flex.map.pillar-bg-orange #map .marker svg {
  fill: #FF6F43;
}

.flex.map.pillar-bg-pink #map .marker svg {
  fill: #EAC8DD;
}

.flex.map.pillar-bg-green #map .marker svg {
  fill: #81D8AE;
}

.flex.map.pillar-bg-lime #map .marker svg {
  fill: #D8ECAA;
}

.flex.map.pillar-bg-happy #map .marker svg {
  fill: #FFD681;
}

.flex.map.pillar-bg-calm #map .marker svg {
  fill: #B2E7F7;
}

.flex.map.pillar-bg-coal #map .marker svg {
  fill: #2E2A39;
}

.flex.map.pillar-bg-paper #map .marker svg {
  fill: #F4F1E9;
}

.flex.map #map:not(.interactive) {
  pointer-events: none;
}

.flex.map address {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  font-size: 1.125rem;
  line-height: 156%;
  margin-top: 1.75rem;
  padding-left: 0;
  position: relative;
  font-style: normal;
}

.flex.map a.btn {
  margin-top: 4rem;
}

@media (max-width: 899px) {
  .flex.map location-map {
    flex-direction: column;
  }
  .flex.map map-sidebar {
    width: 100%;
  }
  .flex.map map-wrap {
    height: 90vw;
    width: 100%;
  }
}
/************************* FLEX - INTRO (INHERITS FROM TEXT EDITOR) *************************/
.flex.text-editor.intro.a-center g-col * {
  text-align: center;
}

.flex.text-editor.intro a.btn {
  margin: 2rem 0 0 0;
}

.flex.text-editor.intro.a-center a.btn {
  margin: 2rem auto 0 auto;
}

.flex.text-editor.intro.a-left .wysiwyg > * {
  max-width: 42rem;
}

.flex.text-editor.intro.a-left .button {
  width: auto;
}

.flex.text-editor.intro.a-left g-col {
  max-width: none;
}

.flex.text-editor.intro.a-left g-row {
  flex-wrap: nowrap;
  align-items: flex-end;
}

.flex.text-editor.intro.a-left g-col:first-child {
  width: 100%;
}

.flex.text-editor.intro a.btn {
  white-space: nowrap;
}

@media (max-width: 699px) {
  .flex.text-editor.intro.a-left g-row {
    flex-direction: column;
  }
  .flex.text-editor.intro.a-left g-col:last-child {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .flex.intro.bg-sea + .flex.bg-sea:not(.intro),
  .flex.intro.bg-lavendar + .flex.bg-lavendar:not(.intro),
  .flex.intro.bg-peach + .flex.bg-peach:not(.intro),
  .flex.intro.bg-orange + .flex.bg-orange:not(.intro),
  .flex.intro.bg-pink + .flex.bg-pink:not(.intro),
  .flex.intro.bg-green + .flex.bg-green:not(.intro),
  .flex.intro.bg-lime + .flex.bg-lime:not(.intro),
  .flex.intro.bg-happy + .flex.bg-happy:not(.intro),
  .flex.intro.bg-calm + .flex.bg-calm:not(.intro),
  .flex.intro.bg-coal + .flex.bg-coal:not(.intro),
  .flex.intro.bg-paper + .flex.bg-paper:not(.intro) {
    margin-top: -1.375rem;
  }
}
@media (min-width: 480px) {
  .flex.intro.bg-sea + .flex.bg-sea:not(.intro),
  .flex.intro.bg-lavendar + .flex.bg-lavendar:not(.intro),
  .flex.intro.bg-peach + .flex.bg-peach:not(.intro),
  .flex.intro.bg-orange + .flex.bg-orange:not(.intro),
  .flex.intro.bg-pink + .flex.bg-pink:not(.intro),
  .flex.intro.bg-green + .flex.bg-green:not(.intro),
  .flex.intro.bg-lime + .flex.bg-lime:not(.intro),
  .flex.intro.bg-happy + .flex.bg-happy:not(.intro),
  .flex.intro.bg-calm + .flex.bg-calm:not(.intro),
  .flex.intro.bg-coal + .flex.bg-coal:not(.intro),
  .flex.intro.bg-paper + .flex.bg-paper:not(.intro) {
    margin-top: calc(-1.375rem + (1vw - 0.3rem) * -3.1148);
  }
}
@media (min-width: 1701px) {
  .flex.intro.bg-sea + .flex.bg-sea:not(.intro),
  .flex.intro.bg-lavendar + .flex.bg-lavendar:not(.intro),
  .flex.intro.bg-peach + .flex.bg-peach:not(.intro),
  .flex.intro.bg-orange + .flex.bg-orange:not(.intro),
  .flex.intro.bg-pink + .flex.bg-pink:not(.intro),
  .flex.intro.bg-green + .flex.bg-green:not(.intro),
  .flex.intro.bg-lime + .flex.bg-lime:not(.intro),
  .flex.intro.bg-happy + .flex.bg-happy:not(.intro),
  .flex.intro.bg-calm + .flex.bg-calm:not(.intro),
  .flex.intro.bg-coal + .flex.bg-coal:not(.intro),
  .flex.intro.bg-paper + .flex.bg-paper:not(.intro) {
    margin-top: -3.75rem;
  }
}
/*************** DEFAULT BANNER ***************/
.banner.pillar {
  position: relative;
  z-index: 5;
}

.banner.pillar figure {
  border-radius: 0.438rem;
  height: 0;
  padding-bottom: 62.5%;
}

@media (min-width: 880px) {
  .banner.pillar g-row {
    padding-bottom: calc(4rem + (1vw - 0.3rem) * 0);
  }
}
@media (min-width: 1701px) {
  .banner.pillar g-row {
    padding-bottom: 4rem;
  }
}
.banner.pillar h1 {
  margin-top: 2rem;
}

.banner.pillar h1 ~ *:not(.btn) {
  max-width: 39rem;
}

.banner.pillar p#breadcrumbs {
  font-size: 1.125rem;
  font-weight: 400;
  opacity: 0.75;
}

.banner.pillar p#breadcrumbs a {
  font-weight: 400;
}

@media (max-width: 879px) {
  .banner.pillar g-col {
    margin-top: 0rem;
  }
}
@media (min-width: 880px) {
  .banner.pillar g-col {
    margin-top: calc(0rem + (1vw - 0.55rem) * 10.7317);
  }
}
@media (min-width: 1701px) {
  .banner.pillar g-col {
    margin-top: 5.5rem;
  }
}
.banner.pillar g-col.image > img {
  height: 8rem;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 1.563rem;
  transform: translate3d(-50%, -50%, 0);
  width: 8rem;
  z-index: 2;
}

@media (min-width: 1000px) {
  .banner.pillar h1 + *:not(.btn) {
    margin-top: 3rem;
  }
  .banner.pillar .btn {
    margin-top: 2.5rem;
  }
  .banner.pillar g-row {
    justify-content: space-between;
  }
  .banner.pillar g-col.wysiwyg {
    max-width: 35.188rem;
    width: 50%;
  }
  .banner.pillar g-col.image {
    width: 50%;
  }
}
@media (min-width: 869px) and (max-width: 999px) {
  .banner.pillar h1 + *:not(.btn) {
    margin-top: 2rem;
  }
  .banner.pillar .btn {
    margin-top: 1.5rem;
  }
  .banner.pillar g-col.wysiwyg {
    width: calc(100% - 26rem);
  }
  .banner.pillar g-col.image {
    width: 26rem;
  }
  .banner.pillar figure {
    padding-bottom: 100%;
  }
}
@media (max-width: 879px) {
  .banner.pillar g-col.image > img {
    display: none;
  }
  .banner.pillar h1 + *:not(.btn) {
    margin-top: 2rem;
  }
  .banner.pillar .btn {
    margin-top: 1.5rem;
  }
  .banner.pillar g-col.wysiwyg {
    order: 2;
    padding-top: 0;
    width: 100%;
  }
  .banner.pillar:not(.has-image) g-col.wysiwyg:first-child {
    margin-top: 3.126rem;
  }
  .banner.pillar g-col.image {
    margin-bottom: 3.125rem;
    order: 1;
    width: 100%;
  }
  .banner.pillar figure {
    border-radius: 0;
    margin-left: -3.126rem;
    min-width: calc(100% + 6.25rem);
    padding-bottom: 62.5%;
  }
  .banner.pillar figure:before {
    background-size: cover !important;
    background-position: center !important;
    content: "";
    height: 0.813rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transform: scaleX(-1);
    z-index: 2;
  }
  .banner.pillar.bg-sea figure:before {
    background-image: url(img/header-sea.svg);
  }
  .banner.pillar.bg-lavendar figure:before {
    background-image: url(img/header-lavendar.svg);
  }
  .banner.pillar.bg-peach figure:before {
    background-image: url(img/header-peach.svg);
  }
  .banner.pillar.bg-orange figure:before {
    background-image: url(img/header-orange.svg);
  }
  .banner.pillar.bg-pink figure:before {
    background-image: url(img/header-pink.svg);
  }
  .banner.pillar.bg-green figure:before {
    background-image: url(img/header-green.svg);
  }
  .banner.pillar.bg-lime figure:before {
    background-image: url(img/header-lime.svg);
  }
  .banner.pillar.bg-happy figure:before {
    background-image: url(img/header-happy.svg);
  }
  .banner.pillar.bg-calm figure:before {
    background-image: url(img/header-calm.svg);
  }
  .banner.pillar.bg-coal figure:before {
    background-image: url(img/header-coal.svg);
  }
  .banner.pillar.bg-paper figure:before {
    background-image: url(img/header-paper.svg);
  }
  .banner.pillar figure:after {
    background-size: cover !important;
    background-position: center !important;
    content: "";
    height: 0.813rem;
    left: 0;
    position: absolute;
    bottom: -1px;
    width: 100%;
    transform: scaleX(-1);
    z-index: 2;
  }
  .banner.pillar.bg-sea figure:after {
    background-image: url(img/rip-to-sea.svg);
  }
  .banner.pillar.bg-lavendar figure:after {
    background-image: url(img/rip-to-lavendar.svg);
  }
  .banner.pillar.bg-peach figure:after {
    background-image: url(img/rip-to-peach.svg);
  }
  .banner.pillar.bg-orange figure:after {
    background-image: url(img/rip-to-orange.svg);
  }
  .banner.pillar.bg-pink figure:after {
    background-image: url(img/rip-to-pink.svg);
  }
  .banner.pillar.bg-green figure:after {
    background-image: url(img/rip-to-green.svg);
  }
  .banner.pillar.bg-lime figure:after {
    background-image: url(img/rip-to-lime.svg);
  }
  .banner.pillar.bg-happy figure:after {
    background-image: url(img/rip-to-happy.svg);
  }
  .banner.pillar.bg-calm figure:after {
    background-image: url(img/rip-to-calm.svg);
  }
  .banner.pillar.bg-coal figure:after {
    background-image: url(img/rip-to-coal.svg);
  }
  .banner.pillar.bg-paper figure:after {
    background-image: url(img/rip-to-paper.svg);
  }
}
@media (min-width: 480px) {
  .banner.pillar {
    margin-top: -9.25rem;
    padding-bottom: 3.75rem;
  }
  .banner.pillar g-rid {
    padding-top: 9.5rem;
  }
}
@media (min-width: 880px) {
  .banner.pillar g-rid {
    padding-top: 9.25rem;
  }
}
@media (max-width: 568px) {
  .banner.pillar figure {
    padding-bottom: 90%;
  }
}
@media (max-width: 479px) {
  .banner.pillar {
    margin-top: -6.25rem;
    padding-bottom: 3.75rem;
  }
  .banner.pillar g-rid {
    padding-top: 6.75rem;
  }
  .banner.pillar #breadcrumbs + h1 {
    margin-top: 1.5rem;
  }
  .banner.pillar h1 + *:not(.btn) {
    margin-top: 1.25rem;
  }
  .banner.pillar g-col.image {
    margin-bottom: 2.5rem;
  }
  .banner.pillar figure {
    border-radius: 0;
    margin-left: -1.5rem;
    min-width: calc(100% + 3rem);
  }
}
@media (max-width: 369px) {
  .banner.pillar figure {
    padding-bottom: 100%;
  }
}
.banner.pillar .subpages {
  left: 1.563rem;
  margin: 0 !important;
  max-width: calc(100% - 3.126rem);
  order: 4;
  position: absolute;
  top: calc(100% + 3.75rem);
  transform: translateY(-50%);
}

.banner.pillar .subpages ul {
  background-color: #FFF;
  border-radius: 0.375rem;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: nowrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner.pillar .subpages li {
  display: block;
  padding: 0;
}

.banner.pillar .subpages a {
  display: block;
  font-size: 1.375rem;
  font-weight: 400;
  padding: 1rem 1.5rem 0.75rem 1.5rem;
  text-decoration: none;
  white-space: nowrap;
}

.banner.pillar .subpages a:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.banner.pillar .subpages a.current {
  font-weight: 700;
}

@media (min-width: 480px) {
  .banner.pillar:not(.stacked-subpages).bg-sea a.current {
    box-shadow: inset 0 -6px 0 0 #7EDBD6;
  }
  .banner.pillar:not(.stacked-subpages).bg-lavendar a.current {
    box-shadow: inset 0 -6px 0 0 #C2C5FF;
  }
  .banner.pillar:not(.stacked-subpages).bg-peach a.current {
    box-shadow: inset 0 -6px 0 0 #FFA286;
  }
  .banner.pillar:not(.stacked-subpages).bg-orange a.current {
    box-shadow: inset 0 -6px 0 0 #FF6F43;
  }
  .banner.pillar:not(.stacked-subpages).bg-pink a.current {
    box-shadow: inset 0 -6px 0 0 #EAC8DD;
  }
  .banner.pillar:not(.stacked-subpages).bg-green a.current {
    box-shadow: inset 0 -6px 0 0 #81D8AE;
  }
  .banner.pillar:not(.stacked-subpages).bg-lime a.current {
    box-shadow: inset 0 -6px 0 0 #D8ECAA;
  }
  .banner.pillar:not(.stacked-subpages).bg-happy a.current {
    box-shadow: inset 0 -6px 0 0 #FFD681;
  }
  .banner.pillar:not(.stacked-subpages).bg-calm a.current {
    box-shadow: inset 0 -6px 0 0 #B2E7F7;
  }
  .banner.pillar:not(.stacked-subpages).bg-coal a.current {
    box-shadow: inset 0 -6px 0 0 #2E2A39;
  }
  .banner.pillar:not(.stacked-subpages).bg-paper a.current {
    box-shadow: inset 0 -6px 0 0 #FFD681;
  }
  .banner.pillar:not(.stacked-subpages) .subpages li:first-child a {
    padding-left: 3rem;
  }
  .banner.pillar:not(.stacked-subpages) .subpages li:last-child a {
    padding-right: 3rem;
  }
}
/** STACKED **/
.banner.pillar.stacked-subpages {
  padding-bottom: 0 !important;
}

.banner.pillar.stacked-subpages .subpages {
  margin: 3.5rem 0 -1.5rem 0 !important;
  position: relative;
  top: 0;
  transform: none;
  width: 100%;
}

.banner.pillar.stacked-subpages .subpages ul {
  flex-direction: column;
  padding: 0.625rem 0;
}

.banner.pillar.stacked-subpages nav a {
  display: block;
  font-size: 1.375rem;
  font-weight: 400;
  padding: 0.625rem 1.5rem 0.438rem 1.5rem;
  text-decoration: none;
  white-space: nowrap;
}

.banner.pillar.stacked-subpages.bg-sea a.current {
  box-shadow: inset 6px 0 0 0 #7EDBD6;
}

.banner.pillar.stacked-subpages.bg-lavendar a.current {
  box-shadow: inset 6px 0 0 0 #C2C5FF;
}

.banner.pillar.stacked-subpages.bg-peach a.current {
  box-shadow: inset 6px 0 0 0 #FFA286;
}

.banner.pillar.stacked-subpages.bg-orange a.current {
  box-shadow: inset 6px 0 0 0 #FF6F43;
}

.banner.pillar.stacked-subpages.bg-pink a.current {
  box-shadow: inset 6px 0 0 0 #EAC8DD;
}

.banner.pillar.stacked-subpages.bg-green a.current {
  box-shadow: inset 6px 0 0 0 #81D8AE;
}

.banner.pillar.stacked-subpages.bg-lime a.current {
  box-shadow: inset 6px 0 0 0 #D8ECAA;
}

.banner.pillar.stacked-subpages.bg-happy a.current {
  box-shadow: inset 6px 0 0 0 #FFD681;
}

.banner.pillar.stacked-subpages.bg-calm a.current {
  box-shadow: inset 6px 0 0 0 #B2E7F7;
}

.banner.pillar.stacked-subpages.bg-coal a.current {
  box-shadow: inset 6px 0 0 0 #2E2A39;
}

.banner.pillar.stacked-subpages.bg-paper a.current {
  box-shadow: inset 6px 0 0 0 #FFD681;
}

@media (max-width: 479px) {
  .banner.pillar .subpages {
    left: 0.75rem;
    max-width: calc(100% - 1.5rem);
  }
  /*	.banner.pillar { padding-bottom: 0 !important; }*/
  .banner.pillar .subpages {
    margin: 3.5rem 0 -1.5rem 0 !important;
    position: relative;
    top: 0;
    transform: none;
    width: 100%;
  }
  .banner.pillar .subpages ul {
    flex-direction: column;
    padding: 0.625rem 0;
  }
  .banner.pillar nav a {
    display: block;
    font-size: 1.375rem;
    font-weight: 400;
    padding: 0.625rem 1.5rem 0.438rem 1.5rem;
    text-decoration: none;
    white-space: nowrap;
  }
  .banner.pillar.bg-sea a.current {
    box-shadow: inset 6px 0 0 0 #7EDBD6;
  }
  .banner.pillar.bg-lavendar a.current {
    box-shadow: inset 6px 0 0 0 #C2C5FF;
  }
  .banner.pillar.bg-peach a.current {
    box-shadow: inset 6px 0 0 0 #FFA286;
  }
  .banner.pillar.bg-orange a.current {
    box-shadow: inset 6px 0 0 0 #FF6F43;
  }
  .banner.pillar.bg-pink a.current {
    box-shadow: inset 6px 0 0 0 #EAC8DD;
  }
  .banner.pillar.bg-green a.current {
    box-shadow: inset 6px 0 0 0 #81D8AE;
  }
  .banner.pillar.bg-lime a.current {
    box-shadow: inset 6px 0 0 0 #D8ECAA;
  }
  .banner.pillar.bg-happy a.current {
    box-shadow: inset 6px 0 0 0 #FFD681;
  }
  .banner.pillar.bg-calm a.current {
    box-shadow: inset 6px 0 0 0 #B2E7F7;
  }
  .banner.pillar.bg-coal a.current {
    box-shadow: inset 6px 0 0 0 #2E2A39;
  }
  .banner.pillar.bg-paper a.current {
    box-shadow: inset 6px 0 0 0 #FFD681;
  }
}
/** SVG DIVIDER IMAGES **/
.banner.pillar:before {
  background-size: cover !important;
  background-position: center !important;
  content: "";
  height: 0.813rem;
  left: 0;
  position: absolute;
  bottom: calc(100% - 2px);
  transform: scaleX(-1);
  width: 100%;
}

.banner.pillar.bg-sea:before {
  background-image: url(img/rip-to-sea.svg);
}

.banner.pillar.bg-lavendar:before {
  background-image: url(img/rip-to-lavendar.svg);
}

.banner.pillar.bg-peach:before {
  background-image: url(img/rip-to-peach.svg);
}

.banner.pillar.bg-orange:before {
  background-image: url(img/rip-to-orange.svg);
}

.banner.pillar.bg-pink:before {
  background-image: url(img/rip-to-pink.svg);
}

.banner.pillar.bg-green:before {
  background-image: url(img/rip-to-green.svg);
}

.banner.pillar.bg-lime:before {
  background-image: url(img/rip-to-lime.svg);
}

.banner.pillar.bg-happy:before {
  background-image: url(img/rip-to-happy.svg);
}

.banner.pillar.bg-calm:before {
  background-image: url(img/rip-to-calm.svg);
}

.banner.pillar.bg-coal:before {
  background-image: url(img/rip-to-coal.svg);
}

.banner.pillar.bg-paper:before {
  background-image: url(img/rip-to-paper.svg);
}

/** **/
button[data-action=toggle-subpages] {
  align-items: center;
  background-color: #FFF;
  border: 0;
  border-radius: 0.375rem;
  box-sizing: border-box;
  color: #2E2A39;
  display: none;
  flex-wrap: nowrap;
  font-family: "roc-grotesk", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  font-style: normal;
  justify-content: space-between;
  margin: 0 0 1px;
  padding: 1.25rem 1.5rem 1.063rem 1.5rem;
  position: relative;
  transition: background-color 200ms ease;
  width: 100%;
  z-index: 2;
}

button[data-action=toggle-subpages] svg {
  position: relative;
  transform: rotate(0deg);
  transition: transform 200ms ease;
}

button[data-action=toggle-subpages].active svg {
  transform: rotate(180deg);
}

.banner.pillar.stacked-subpages button[data-action=toggle-subpages] {
  display: flex;
}

.banner.pillar.stacked-subpages nav ul {
  display: none;
}

.banner.pillar.stacked-subpages nav button[data-action=toggle-subpages].active + ul {
  display: block;
}

button[data-action=toggle-subpages].active {
  background: #FFD681;
}

@media (max-width: 479px) {
  .banner.pillar nav ul {
    display: none !important;
  }
  .banner.pillar button[data-action=toggle-subpages] {
    display: flex;
  }
  .banner.pillar button[data-action=toggle-subpages].active + ul {
    display: block !important;
  }
}
/************************* FLEX - QUOTE *************************/
.flex.quote blockquote {
  margin-bottom: 2rem;
  padding: 0;
}

.flex.quote blockquote > *:first-child {
  text-indent: -0.66ch;
}

.flex.quote blockquote > *:first-child:before {
  content: "“";
  display: inline;
}

.flex.quote blockquote > *:last-child:after {
  content: "”";
  display: inline;
}

.flex.quote blockquote:before,
.flex.quote blockquote > *:last-child:after {
  font-style: italic;
  font-style: normal;
}

@media (max-width: 479px) {
  .flex.quote blockquote > * {
    font-size: 1.375rem;
  }
}
@media (min-width: 480px) {
  .flex.quote blockquote > * {
    font-size: calc(1.375rem + (1vw - 0.3rem) * 1.4754);
  }
}
@media (min-width: 1701px) {
  .flex.quote blockquote > * {
    font-size: 2.5rem;
  }
}
@media (max-width: 479px) {
  .flex.quote blockquote {
    margin-bottom: 1.25rem;
  }
}
.flex.quote figure img {
  border-radius: 0.438rem;
}

@media (min-width: 769px) {
  .flex.quote g-col {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .flex.quote g-col {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .flex.quote quote-author {
    box-sizing: border-box;
    display: block;
    font-size: 1.25rem;
    line-height: 2rem;
    order: 0;
    position: relative;
    text-align: center;
    width: 16rem;
  }
  .flex.quote figure {
    display: block;
    padding-bottom: 100%;
    height: 0;
    width: 100%;
  }
  .flex.quote strong {
    display: block;
    font-weight: 600;
    margin-top: 1.25rem;
  }
  .flex.quote span {
    display: block;
    font-weight: 300;
    margin-top: 0.25rem;
  }
  .flex.quote blockquote {
    order: 1;
    max-width: 46.125rem;
    padding-left: 3.125rem;
    width: calc(100% - 19.125rem);
  }
}
.flex.quote.no-img g-col {
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}

.flex.quote.no-img quote-author {
  order: 2;
}

.flex.quote.no-img blockquote {
  margin-bottom: 0;
  width: 100%;
  padding-left: 1.5rem;
}

.flex.quote.no-img quote-author {
  max-width: 46.125rem;
  width: 100%;
  text-align: left;
  padding-left: 1.5rem;
}

@media (min-width: 1100px) {
  .flex.quote quote-author {
    width: 28.125rem;
  }
  .flex.quote blockquote {
    max-width: 46.125rem;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .flex.quote quote-author,
  .flex.quote blockquote {
    width: 100%;
  }
  .flex.quote g-row {
    justify-content: center;
  }
  .flex.quote g-col {
    max-width: 52rem;
  }
  .flex.quote quote-author {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 1.125rem;
    justify-content: center;
    line-height: 2rem;
    position: relative;
  }
  .flex.quote quote-author.has-image {
    min-height: 6rem;
    padding-left: 8.25rem;
  }
  .flex.quote figure {
    display: block;
    height: 6rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 6rem;
  }
  .flex.quote strong {
    display: block;
    font-weight: 700;
  }
}
@media (max-width: 479px) {
  .flex.quote:not(.no-img) quote-author {
    padding-left: 7.5rem !important;
  }
}
/************************* FLEX - SHARE STORY CSS *************************/
.share-story g-col {
  margin: 0 auto;
  max-width: 70.625rem;
}

.share-story h2 {
  margin: 0 auto;
  max-width: 42rem;
  text-align: center;
}

.share-story .wb-story {
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
}

.share-story post-list {
  display: block;
  margin: 2.5rem 0 0 0;
  position: relative;
}

@media (min-width: 1024px) {
  .share-story a.wb-story {
    width: 25%;
  }
  .share-story .wb-story:nth-child(5n+3) {
    margin: 0 auto;
    position: relative;
    z-index: 3;
  }
  .share-story .wb-story:not(:nth-child(5n+3)) {
    position: absolute;
    top: 50%;
  }
  .share-story .wb-story:nth-child(5n+1) {
    left: 0;
    transform: translate3d(0, -50%, 0) scale(0.75);
    z-index: 1;
  }
  .share-story .wb-story:nth-child(5n+2) {
    left: 30%;
    transform: translate3d(-50%, -50%, 0) scale(0.85);
    z-index: 2;
  }
  .share-story .wb-story:nth-child(5n+4) {
    left: 70%;
    transform: translate3d(-50%, -50%, 0) scale(0.85);
    z-index: 2;
  }
  .share-story .wb-story:nth-child(5n+5) {
    right: 0;
    transform: translate3d(0, -50%, 0) scale(0.75);
    z-index: 1;
  }
  .share-story a.btn {
    margin: 4rem auto 0 auto;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  .share-story h2 {
    text-align: left;
  }
  .share-story post-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-left: -1.5rem;
    min-width: calc(100% + 3rem);
  }
  .share-story .wb-story {
    width: 30%;
  }
  .share-story .wb-story:nth-child(5n+2) {
    margin: 0;
    position: relative;
    z-index: 3;
  }
  .share-story .wb-story:not(:nth-child(5n+2)) {
    position: absolute;
    top: 50%;
  }
  .share-story .wb-story:nth-child(5n+1) {
    left: 0;
    transform: translate3d(0, -50%, 0) scale(0.75);
    z-index: 1;
  }
  .share-story .wb-story:nth-child(5n+2) {
    left: 39%;
    transform: translate3d(-50%, 0, 0);
  }
  .share-story .wb-story:nth-child(5n+3) {
    left: 64%;
    transform: translate3d(-50%, -50%, 0) scale(0.85);
    z-index: 2;
  }
  .share-story .wb-story:nth-child(5n+4) {
    right: 0;
    transform: translate3d(0, -50%, 0) scale(0.75);
    z-index: 1;
  }
  .share-story .wb-story:nth-child(5n+5) {
    display: none;
  }
  .share-story a.btn {
    margin-top: 3rem;
  }
}
@media (min-width: 350px) and (max-width: 719px) {
  .share-story h2 {
    text-align: left;
  }
  .share-story post-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-left: -1.5rem;
    min-width: calc(100% + 3rem);
  }
  .share-story .wb-story {
    width: 52%;
  }
  .share-story .wb-story:nth-child(5n+1) {
    margin-top: 1.5rem;
  }
  .share-story .wb-story:nth-child(5n+2) {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
  }
  .share-story .wb-story:nth-child(5n+3),
  .share-story .wb-story:nth-child(5n+4),
  .share-story .wb-story:nth-child(5n+5) {
    display: none;
  }
  .share-story a.btn {
    margin-top: 2.75rem;
  }
}
@media (max-width: 349px) {
  .share-story h2 {
    text-align: left;
  }
  .share-story post-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-left: -1.5rem;
    min-width: calc(100% + 3rem);
  }
  .share-story .wb-story {
    width: 100%;
  }
  .share-story .wb-story:nth-child(5n+2),
  .share-story .wb-story:nth-child(5n+3),
  .share-story .wb-story:nth-child(5n+4),
  .share-story .wb-story:nth-child(5n+5) {
    display: none;
  }
}
@media (max-width: 479px) {
  .share-story post-list {
    margin: 1.5rem 0 0 0;
    min-width: 100%;
  }
  .share-story a.btn {
    margin-top: 2.5rem;
  }
}
/***** FONT SIZES *****/
@media (min-width: 1024px) {
  .share-story a.wb-story h3 {
    font-size: 2rem;
  }
  .share-story a.wb-story h3.mid {
    font-size: 2.188rem;
  }
  .share-story a.wb-story h3.large {
    font-size: 2.5rem;
  }
}
@media (min-width: 1224px) {
  .share-story a.wb-story h3 {
    font-size: 2rem;
  }
  .share-story a.wb-story h3.mid {
    font-size: 2.375rem;
  }
  .share-story a.wb-story h3.large {
    font-size: 2.75rem;
  }
}
@media (min-width: 875px) and (max-width: 1023px) {
  .share-story a.wb-story h3 {
    font-size: 2rem;
  }
  .share-story a.wb-story h3.mid {
    font-size: 2.375rem;
  }
  .share-story a.wb-story h3.large {
    font-size: 2.75rem;
  }
}
@media (min-width: 789px) and (max-width: 874px) {
  .share-story a.wb-story h3 {
    font-size: 1.875rem;
  }
  .share-story a.wb-story h3.mid {
    font-size: 1.938rem;
  }
  .share-story a.wb-story h3.large {
    font-size: 2.25rem;
  }
}
@media (min-width: 720px) and (max-width: 788px) {
  .share-story a.wb-story h3 {
    font-size: 1.75rem;
  }
  .share-story a.wb-story h3.mid {
    font-size: 1.875rem;
  }
  .share-story a.wb-story h3.large {
    font-size: 2rem;
  }
}
@media (min-width: 610px) and (max-width: 719px) {
  .share-story a.wb-story h3 {
    font-size: 2.5rem;
  }
  .share-story a.wb-story h3.mid {
    font-size: 3rem;
  }
  .share-story a.wb-story h3.large {
    font-size: 3.625rem;
  }
}
@media (min-width: 480px) and (max-width: 609px) {
  .share-story a.wb-story h3 {
    font-size: 2.375rem;
  }
  .share-story a.wb-story h3.mid {
    font-size: 2.625rem;
  }
  .share-story a.wb-story h3.large {
    font-size: 3.25rem;
  }
}
@media (min-width: 440px) and (max-width: 479px) {
  .share-story a.wb-story h3 {
    font-size: 1.65rem;
  }
  .share-story a.wb-story h3.mid {
    font-size: 1.938rem;
  }
  .share-story a.wb-story h3.large {
    font-size: 2.125rem;
  }
}
@media (min-width: 400px) and (max-width: 439px) {
  .share-story a.wb-story h3 {
    font-size: 1.5rem;
  }
  .share-story a.wb-story h3.mid {
    font-size: 1.75rem;
  }
  .share-story a.wb-story h3.large {
    font-size: 2rem;
  }
}
@media (min-width: 350px) and (max-width: 399px) {
  .share-story a.wb-story h3 {
    font-size: 1.313rem;
  }
  .share-story a.wb-story h3.mid {
    font-size: 1.5rem;
  }
  .share-story a.wb-story h3.large {
    font-size: 1.75rem;
  }
  .share-story a.wb-story wbs-top,
  .share-story a.wb-story wbs-bottom {
    padding: 1rem;
  }
}
@media (max-width: 349px) {
  .share-story a.wb-story h3 {
    font-size: 2.5rem;
  }
  .share-story a.wb-story h3.mid {
    font-size: 2.75rem;
  }
  .share-story a.wb-story h3.large {
    font-size: 3.625rem;
  }
}
@media (max-width: 479px) {
  .share-story post-list {
    margin-left: 0;
    min-width: 100%;
  }
}
/************************* FLEX - SUBSCRIPTION CSS *************************/
/*@media (min-width: 869px) {
	.flex.subscribe:not(.no-img) g-col { padding-right: 5vw; width: calc(50% + 5vw); }
	.flex.subscribe fixed-image { position: absolute; top: 0; right: 0; bottom: 0; width: calc(50% - 5vw); }
	.flex.subscribe fixed-image figure { display: block; position: sticky; top: 0; height: 100vh; width: 100%; }
}

@media (max-width: 868px) {
	.flex.subscribe { padding-top: 0 !important }
	.flex.subscribe fixed-image { display: block; position: relative; }
	.flex.subscribe fixed-image figure { display: block; height: 0; padding-bottom: 75%; position: relative; }
}

@media (max-width: 468px) { .flex.subscribe fixed-image figure { padding-bottom: 85%; }}
@media (max-width: 399px) { .flex.subscribe fixed-image figure { padding-bottom: 100%; }}

@media (max-width: 479px)  						  { .flex.subscribe g-col { padding-top: 4rem; }}
@media (min-width: 480px) and (max-width: 868px)  { .flex.subscribe g-col { padding-top: calc(4rem + ((1vw - 0.3rem) * 7.8689)); }}*/
.flex.subscribe g-col {
  margin: 0 auto;
  max-width: 43.125rem;
}

header.basic ~ main .flex.subscribe g-col {
  margin: 0;
  max-width: 52rem;
}

header.basic ~ main .flex.subscribe h2 {
  text-align: left;
}

.flex.subscribe form {
  margin-top: 2.5rem;
}

.flex.subscribe h2,
.flex.subscribe h2 + p {
  text-align: center;
}

.flex.subscribe h2 + p {
  font-size: 1.375rem;
}

@media (max-width: 479px) {
  .flex.subscribe iframe {
    margin-top: 2.5rem;
  }
}
@media (min-width: 480px) {
  .flex.subscribe iframe {
    margin-top: calc(2.5rem + (1vw - 0.3rem) * 3.2787);
  }
}
@media (min-width: 1701px) {
  .flex.subscribe iframe {
    margin-top: 5rem;
  }
}
.flex.subscribe label + p {
  margin-top: 0.5rem;
}

.flex.subscribe .content__gdpr {
  margin-top: 2.5rem;
}

.flex.subscribe .content__gdpr .subfield {
  margin: 1rem 0;
}

.flex.subscribe .mc-field-group + .mc-field-group {
  margin-top: 2.5rem;
}

.flex.subscribe input[type=submit] {
  margin-top: 2.5rem;
  max-width: none;
  width: 100%;
}

.flex.subscribe #gdpr_258 {
  display: none;
}

.flex.subscribe #gdpr_258 + label {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 125%;
  min-height: 3.125rem;
  padding-left: 5rem;
  position: relative;
}

.flex.subscribe #gdpr_258 + label:before {
  background-color: #FFF;
  border-radius: 0.188rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  content: "";
  height: 3.125rem;
  left: 0;
  position: absolute;
  top: calc(50% - 1.562rem);
  width: 3.125rem;
}

.flex.subscribe #gdpr_258 + label:after {
  background-color: #FFD681;
  border-radius: 0.188rem;
  content: "";
  height: 2rem;
  left: 0.563rem;
  opacity: 0;
  position: absolute;
  top: calc(50% - 1rem);
  transition: opacity 175ms ease, filter 175ms ease;
  width: 2rem;
}

.flex.subscribe #gdpr_258:not(:checked) + label:hover:after {
  opacity: 0.2;
  filter: grayscale(100%);
}

.flex.subscribe #gdpr_258:checked + label:after {
  opacity: 1;
}

.flex.subscribe form small {
  font-size: 0.938rem;
  line-height: 170%;
}

@media (max-width: 479px) {
  /*	.flex.subscribe h2,
  	.flex.subscribe h2 + p { text-align: left; }*/
  .flex.subscribe .mc-field-group + .mc-field-group {
    margin-top: 1.75rem;
  }
}
.flex.subscribe.no-img h2 ~ * {
  text-align: center;
}

.flex.subscribe.no-img form-wrap {
  background-color: #ede8db;
  border-radius: 1rem;
  box-sizing: border-box;
  display: block;
  max-width: 53.125rem;
  margin: 0 auto;
  width: 100%;
}

/*@media (max-width: 479px)  { .flex.subscribe.no-img form-wrap { padding: 32px; }}
@media (min-width: 480px)  { .flex.subscribe.no-img form-wrap { padding: calc(2rem + ((1vw - 4.8px) * 6.3934)); }}
@media (min-width: 1701px) { .flex.subscribe.no-img form-wrap { padding: 110px; }}


@media (max-width: 479px)  { .flex.subscribe.no-img iframe { margin-top: 2rem; }}
@media (min-width: 480px)  { .flex.subscribe.no-img iframe { margin-top: calc(2rem + ((1vw - 0.3rem) * 2.6230)); }}
@media (min-width: 1701px) { .flex.subscribe.no-img iframe { margin-top: 4rem; }}
*/
p.check .wpcf7-list-item-label {
  color: transparent;
}

/************************* FLEX - SUBSCRIPTION CTA CSS *************************/
.subscribe-cta {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.subscribe-cta g-row {
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.subscribe-cta .btn {
  margin-top: 2.5rem;
  width: 100%;
}

.subscribe-cta image-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}

.subscribe-cta .images img-wrap {
  display: block;
  min-width: 32.5%;
  width: 32.5%;
}

.subscribe-cta .images img-wrap ~ img-wrap {
  margin-left: -10%;
}

.subscribe-cta .images img-wrap:nth-child(odd) {
  z-index: 2;
}

.subscribe-cta .images img-wrap:nth-child(even) {
  margin-top: 29%;
  z-index: 1;
}

.subscribe-cta .images figure {
  border-radius: 0.375rem;
  display: block;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}

@media (min-width: 920px) {
  .subscribe-cta .text {
    max-width: 35.188rem;
    width: 50%;
  }
  .subscribe-cta .images {
    width: 50%;
  }
}
@media (max-width: 919px) {
  html:not(.printer-friendly) .subscribe-cta g-row {
    align-items: center;
    flex-direction: column;
  }
  html:not(.printer-friendly) .subscribe-cta g-col {
    max-width: 48rem;
    width: 100%;
  }
  html:not(.printer-friendly) .subscribe-cta .images {
    margin: 3.25rem 0 0 0;
  }
  html.printer-friendly .subscribe-cta .text {
    max-width: 35.188rem;
    width: 50%;
  }
  html.printer-friendly .subscribe-cta .images {
    width: 50%;
  }
}
.flex.subscribe-cta embed-qr {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1rem;
  margin-top: 2.5rem;
}

.flex.subscribe-cta embed-qr strong {
  font-size: 1.5rem;
}

.flex.subscribe-cta embed-qr img {
  height: auto;
  width: 5cm;
}

/************************* FLEX - TEXT EDITOR *************************/
.flex.text-editor.a-center g-row {
  justify-content: center;
}

.flex.text-editor.w-100 g-col {
  max-width: 63.25rem;
}

.flex.text-editor.w-75 g-col {
  max-width: 49.25rem;
}

.flex.text-editor.w-50 g-col {
  max-width: 35.125rem;
}

.imported .wysiwyg img {
  height: auto !important;
  max-width: 100%;
  width: auto !important;
}

/*** ON A SINGLE BLOG POST ***/
.post.hero ~ main .flex.text-editor g-row {
  justify-content: center !important;
}

.post.hero ~ main .flex.text-editor g-col {
  max-width: 56.125rem !important;
}

/*** ON A SINGLE WELLBEING STORY ***/
.wb-story.hero ~ main .flex.text-editor g-row {
  justify-content: center !important;
}

.wb-story.hero ~ main .flex.text-editor g-col {
  max-width: 56.125rem !important;
}

.flex.text-editor iframe {
  display: block;
  width: 100%;
  height: auto;
}

html.printer-friendly div.text.wysiwyg {
  padding: 0 3.125rem;
}

html.printer-friendly div.text.wysiwyg ul:not([class]) li:before {
  background-color: #81D8AE;
}

html.printer-friendly div.text.wysiwyg ol:not([class]) > li:before {
  color: #81D8AE;
}

/************************* FLEX - TEXT WITH MEDIA *************************/
.flex.text-media image-wrap {
  display: block;
  height: 0;
  position: relative;
  width: 100%;
}

.flex.text-media figure {
  position: absolute;
}

.flex.text-media.rounded figure {
  border-radius: 1rem;
}

.flex.text-media .btn {
  margin-top: 2.5rem;
}

/** HAS 3 IMAGES **/
.flex.text-media.has-3 image-wrap {
  padding-bottom: 117%;
}

.flex.text-media.has-3 figure.img-1,
.flex.text-media.has-3 figure.img-3 {
  height: 35%;
  width: 55%;
  z-index: 2;
}

.flex.text-media.has-3 figure.img-2 {
  height: 64%;
  width: 67%;
}

.flex.text-media.img-left.has-3 figure.img-1 {
  top: 0;
  right: 0;
}

.flex.text-media.img-left.has-3 figure.img-2 {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.flex.text-media.img-left.has-3 figure.img-3 {
  bottom: 0;
  right: 0;
}

.flex.text-media.img-right.has-3 figure.img-1 {
  top: 0;
  left: 0;
}

.flex.text-media.img-right.has-3 figure.img-2 {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.flex.text-media.img-right.has-3 figure.img-3 {
  bottom: 0;
  left: 0;
}

/** HAS 2 IMAGES **/
.flex.text-media.has-2 image-wrap {
  padding-bottom: 90%;
}

.flex.text-media.has-2 figure.img-1 {
  height: 75%;
  width: 55%;
  z-index: 2;
}

.flex.text-media.has-2 figure.img-2 {
  height: 75%;
  width: 55%;
}

.flex.text-media.img-left.has-2 figure.img-1 {
  top: 0;
  left: 0;
}

.flex.text-media.img-left.has-2 figure.img-2 {
  bottom: 0;
  right: 0;
}

.flex.text-media.img-right.has-2 figure.img-1 {
  top: 0;
  right: 0;
}

.flex.text-media.img-right.has-2 figure.img-2 {
  bottom: 0;
  left: 0;
}

/** HAS 1 IMAGE **/
.flex.text-media.has-1 g-row {
  align-items: flex-start;
}

.flex.text-media.has-1:not(.uncropped) image-wrap {
  padding-bottom: 100%;
}

.flex.text-media.has-1.uncropped image-wrap {
  height: auto;
}

.flex.text-media.has-1 figure.img-1:not(.uncropped) {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.flex.text-media.has-1 figure.uncropped {
  position: relative;
}

/** HAS VIDEO **/
.flex.text-media.has-video g-row {
  align-items: flex-start;
}

/***** RESPONSIVE *****/
@media (min-width: 921px) {
  html:not(.printer-friendly) .flex.text-media g-row {
    align-items: center;
    justify-content: space-between;
  }
  html:not(.printer-friendly) .flex.text-media.top g-row {
    align-items: flex-start;
  }
  html:not(.printer-friendly) .flex.text-media .media {
    width: 50%;
  }
  html:not(.printer-friendly) .flex.text-media .wysiwyg {
    width: 41.6666666667%;
  }
  html:not(.printer-friendly) .flex.text-media.img-left .media {
    order: 1;
  }
  html:not(.printer-friendly) .flex.text-media.img-left .wysiwyg {
    order: 2;
    margin-left: 8.3333333333%;
  }
  html:not(.printer-friendly) .flex.text-media.img-right .media {
    order: 2;
  }
  html:not(.printer-friendly) .flex.text-media.img-right .wysiwyg {
    order: 1;
    margin-right: 8.3333333333%;
  }
  html:not(.printer-friendly) .flex.text-media.a-middle g-row {
    align-items: center;
  }
}
@media (min-width: 769px) {
  html.printer-friendly .flex.text-media g-row {
    align-items: center;
    justify-content: space-between;
  }
  html.printer-friendly .flex.text-media.top g-row {
    align-items: flex-start;
  }
  html.printer-friendly .flex.text-media .media {
    width: 50%;
  }
  html.printer-friendly .flex.text-media .wysiwyg {
    width: 41.6666666667%;
  }
  html.printer-friendly .flex.text-media.img-left .media {
    order: 1;
  }
  html.printer-friendly .flex.text-media.img-left .wysiwyg {
    order: 2;
    margin-left: 8.3333333333%;
  }
  html.printer-friendly .flex.text-media.img-right .media {
    order: 2;
  }
  html.printer-friendly .flex.text-media.img-right .wysiwyg {
    order: 1;
    margin-right: 8.3333333333%;
  }
  html.printer-friendly .flex.text-media.a-middle g-row {
    align-items: center;
  }
}
@media (min-width: 921px) and (max-width: 1024px) {
  html:not(.printer-friendly) .flex.text-media .wysiwyg {
    margin: 0 !important;
    padding-top: 0 !important;
    width: 50% !important;
  }
}
@media (max-width: 920px) {
  html:not(.printer-friendly) .flex.text-media g-row {
    justify-content: space-around;
  }
  html:not(.printer-friendly) .flex.text-media g-col {
    max-width: 48rem;
    width: 100%;
  }
  html:not(.printer-friendly) .flex.text-media .wysiwyg {
    margin-top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .flex.text-media.has-1:not(.uncropped) image-wrap {
    padding-bottom: 80%;
  }
  .flex.text-media .btn {
    margin-top: 2rem;
  }
}
/************************* FLEX - BULLETS *************************/
.text-points h2:first-child {
  margin-bottom: 2.5rem;
}

.text-points .points ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 479px) {
  .text-points.under-text g-col:last-child {
    padding-top: 2.5rem;
  }
}
@media (min-width: 480px) {
  .text-points.under-text g-col:last-child {
    padding-top: calc(3.75rem + (1vw - 0.3rem) * 4.918);
  }
}
@media (min-width: 1701px) {
  .text-points.under-text g-col:last-child {
    padding-top: 7.5rem;
  }
}
.text-points.under-text .points ul {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.text-points .points ul li {
  box-sizing: border-box;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  line-height: 1.5rem;
  min-height: 4rem;
  position: relative;
}

.text-points .points ul li ~ li {
  margin-top: 1.25rem;
}

.text-points icon-wrap {
  background-color: rgba(255, 255, 255, 0.3);
  align-items: center;
  border-radius: 1rem;
  display: flex;
  flex-wrap: nowrap;
  height: 4rem;
  justify-content: center;
  margin-right: 1.125rem;
  min-width: 4rem;
  width: 4rem;
}

.text-points.pillar-bg-sea icon-wrap {
  background-color: #7EDBD6;
}

.text-points.pillar-bg-lavendar icon-wrap {
  background-color: #C2C5FF;
}

.text-points.pillar-bg-peach icon-wrap {
  background-color: #FFA286;
}

.text-points.pillar-bg-orange icon-wrap {
  background-color: #FF6F43;
}

.text-points.pillar-bg-pink icon-wrap {
  background-color: #EAC8DD;
}

.text-points.pillar-bg-green icon-wrap {
  background-color: #81D8AE;
}

.text-points.pillar-bg-lime icon-wrap {
  background-color: #D8ECAA;
}

.text-points.pillar-bg-happy icon-wrap {
  background-color: #FFD681;
}

.text-points.pillar-bg-calm icon-wrap {
  background-color: #B2E7F7;
}

.text-points.pillar-bg-coal icon-wrap {
  background-color: #2E2A39;
}

.text-points.pillar-bg-paper icon-wrap {
  background-color: #F4F1E9;
}

.text-points a {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  font-size: 1.25rem;
  position: relative;
  text-decoration: underline;
  transform: translate3d(0, 0, 0);
  transition: transform 200ms ease-out;
}

.text-points a:hover {
  text-decoration: none;
  transform: translate3d(0.375rem, 0, 0);
}

.text-points icon-wrap img {
  display: block;
  height: 2.5rem;
  width: 2.5rem;
}

.text-points icon-wrap i {
  font-size: 1.5rem;
}

@media (min-width: 769px) {
  .text-points.under-text g-col {
    margin: 0 auto;
  }
  .text-points.under-text g-col:first-child {
    max-width: 50rem;
    text-align: center;
  }
  .text-points.under-text g-col:last-child {
    max-width: 70.313rem;
  }
  .text-points.right-of-text g-row {
    align-items: flex-start;
    justify-content: space-between;
  }
  .text-points.right-of-text g-col {
    width: 50%;
  }
  .text-points.right-of-text g-col:first-child {
    max-width: 35.125rem;
  }
}
@media (max-width: 768px) {
  .text-points.under-text .points ul {
    -moz-columns: 1;
         columns: 1;
  }
  .text-points .points {
    margin-top: 2.5rem !important;
    padding-top: 0 !important;
  }
}
/************************* FLEX - EMBED *************************/
.flex.video .video-title {
  box-sizing: border-box;
  border-radius: 3rem;
  color: #2E2A39;
  cursor: pointer;
  display: table;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 100%;
  opacity: 1;
  padding: 1.25rem calc(1.5rem + 1.5vw) 1rem calc(1.5rem + 1.5vw);
  pointer-events: none;
  transition: background 175ms ease-out, color 175ms ease-out;
  position: absolute;
  text-align: center;
  top: 80%;
  transition: opacity 175ms ease;
  transform: translateY(-50%);
  max-width: calc(100% - 6rem);
  z-index: 2;
}

@media (max-width: 479px) {
  .flex.video .video-title {
    font-size: 1.75rem;
  }
}
@media (min-width: 480px) {
  .flex.video .video-title {
    font-size: calc(2.25rem + (1vw - 0.3rem) * 1.1475);
  }
}
@media (min-width: 1701px) {
  .flex.video .video-title {
    font-size: 3.125rem;
  }
}
@media (max-width: 479px) {
  .flex.video .video-title.small {
    font-size: 1.375rem;
  }
}
@media (min-width: 480px) {
  .flex.video .video-title.small {
    font-size: calc(1.375rem + (1vw - 0.3rem) * 1.4754);
  }
}
@media (min-width: 1701px) {
  .flex.video .video-title.small {
    font-size: 2.5rem;
  }
}
.flex.video .plyr--playing .video-title {
  opacity: 0;
}

@media (max-width: 678px) {
  .flex.video .video-title {
    display: none;
  }
}
section.flex.video.bg-sea .video-title {
  background: #7EDBD6 !important;
}

section.flex.video.bg-lavendar .video-title {
  background: #C2C5FF !important;
}

section.flex.video.bg-peach .video-title {
  background: #FFA286 !important;
}

section.flex.video.bg-orange .video-title {
  background: #FF6F43 !important;
}

section.flex.video.bg-pink .video-title {
  background: #EAC8DD !important;
}

section.flex.video.bg-green .video-title {
  background: #81D8AE !important;
}

section.flex.video.bg-lime .video-title {
  background: #D8ECAA !important;
}

section.flex.video.bg-happy .video-title {
  background: #FFD681 !important;
}

section.flex.video.bg-calm .video-title {
  background: #B2E7F7 !important;
}

section.flex.video.bg-coal .video-title {
  background: #2E2A39 !important;
}

section.flex.video.bg-paper .video-title {
  background: #FFD681 !important;
}

.flex.video.pillar-bg-sea .video-title {
  background-color: #7EDBD6;
}

.flex.video.pillar-bg-lavendar .video-title {
  background-color: #C2C5FF;
}

.flex.video.pillar-bg-peach .video-title {
  background-color: #FFA286;
}

.flex.video.pillar-bg-orange .video-title {
  background-color: #FF6F43;
}

.flex.video.pillar-bg-pink .video-title {
  background-color: #EAC8DD;
}

.flex.video.pillar-bg-green .video-title {
  background-color: #81D8AE;
}

.flex.video.pillar-bg-lime .video-title {
  background-color: #D8ECAA;
}

.flex.video.pillar-bg-happy .video-title {
  background-color: #FFD681;
}

.flex.video.pillar-bg-calm .video-title {
  background-color: #B2E7F7;
}

.flex.video.pillar-bg-coal .video-title {
  background-color: #2E2A39;
}

.flex.video.pillar-bg-paper .video-title {
  background-color: #F4F1E9;
}

.flex.video g-col > div:not(.plyr--full-ui) {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  display: flex;
  height: 0;
  padding-bottom: 49.5%;
  position: relative;
  margin: 0;
  width: 100%;
}

.flex.video g-col > div:not(.plyr--full-ui) iframe,
.flex.video g-col > div:not(.plyr--full-ui) iframe + span.video-title {
  display: none;
}

.flex.video g-col > div:not(.plyr--full-ui) button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

/** FALLBACK **/
.printer-friendly .flex.video .plyr--full-ui {
  display: none;
}

.printer-friendly video-fallback {
  background-color: #B2E7F7;
  border-radius: 1rem;
  box-sizing: border-box;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0;
  overflow: hidden;
  padding: 1rem;
  position: relative;
}

.printer-friendly video-fallback > figure {
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.printer-friendly .flex.video embed-qr {
  background-color: white;
  border-radius: 1rem;
  display: block;
  padding: 1rem;
  position: relative;
  width: 13rem;
  z-index: 1;
}

.printer-friendly .flex.video video-fallback strong:not(.h4) {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.printer-friendly video-fallback video-preview {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.25rem;
  padding: 2.5rem;
  text-align: left;
  width: calc(100% - 13rem);
  z-index: 1;
}

.printer-friendly .flex.video {
  page-break-inside: avoid;
}

.printer-friendly .flex.video g-col {
  max-width: none;
}

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

.banner.contact p#breadcrumbs {
  font-size: 1.125rem;
  font-weight: 400;
  opacity: 0.75;
}

.banner.contact p#breadcrumbs a {
  font-weight: 400;
}

.banner.contact g-col {
  justify-content: center;
}

.banner.contact h1,
.banner.contact h1 ~ p {
  margin-left: auto;
  margin-right: auto;
  max-width: 39rem;
  width: 100%;
}

/** EMAIL **/
.banner.contact a.email {
  cursor: pointer;
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.banner.contact a.email:hover {
  text-decoration: none;
}

@media (max-width: 479px) {
  .banner.contact a.email {
    padding-top: 2rem;
  }
}
@media (min-width: 480px) {
  .banner.contact a.email {
    padding-top: calc(2rem + (1vw - 0.3rem) * 3.1148);
  }
}
@media (min-width: 1701px) {
  .banner.contact a.email {
    padding-top: 4.375rem;
  }
}
/** SOCIAL **/
.banner.contact .social {
  display: block;
  margin: 0;
}

@media (max-width: 479px) {
  .banner.contact .social {
    margin-top: 3.75rem;
  }
}
@media (min-width: 480px) {
  .banner.contact .social {
    margin-top: calc(3.75rem + (1vw - 0.3rem) * 4.918);
  }
}
@media (min-width: 1701px) {
  .banner.contact .social {
    margin-top: 7.5rem;
  }
}
.banner.contact .social ul {
  display: flex;
  flex-wrap: nowrap;
  list-style-type: none;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.banner.contact .social li {
  display: block;
}

.banner.contact .social li + li {
  margin-left: 1rem;
}

.banner.contact .social a {
  align-items: center;
  border-radius: 50%;
  display: flex;
  flex-wrap: nowrap;
  height: 6.25rem;
  justify-content: center;
  width: 6.25rem;
}

.banner.contact .social a svg {
  display: block;
  height: 2.625rem;
  width: 2.625rem;
}

.banner.contact .social a.twitter {
  background-color: #FFA286;
}

.banner.contact .social a.instagram {
  background-color: #C2C5FF;
}

.banner.contact .social a.facebook {
  background-color: #FFD681;
}

.banner.contact .social a.linkedin {
  background-color: #B2E7F7;
}

.banner.contact .social a.youtube {
  background-color: #D8ECAA;
}

.banner.contact .social a svg * {
  fill: #2E2A39;
  transition: fill 200ms ease-out;
}

.banner.contact .social a:hover {
  background-color: #2E2A39;
  transition: background-color 200ms ease-out;
}

.banner.contact .social a:hover svg * {
  fill: #FFF;
}

@media (max-width: 659px) {
  .banner.contact .mid g-col {
    align-items: flex-start;
    flex-direction: column;
  }
  .banner.contact .mid a.logo {
    margin-bottom: 1rem;
  }
  .banner.contact .social {
    margin-left: 0;
  }
  .banner.contact .social a {
    height: 3rem;
    width: 3rem;
  }
  .banner.contact .social a svg {
    height: 1.375rem;
    width: 1.375rem;
  }
}
.contact.form g-col {
  margin: 0 auto;
  max-width: 62rem;
}

.page-template-template-contact form-wrap form {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
}

.page-template-template-contact form-wrap div + h3 {
  margin-top: 0 !important;
  text-align: center;
  width: 100%;
}

.page-template-template-contact form-wrap form-column {
  width: calc(50% - 1rem);
}

@media (max-width: 668px) {
  .page-template-template-contact form-wrap form-column {
    width: 100%;
  }
}
/************************ ERROR 404 PAGE ************************/
.error-404 {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  min-width: 320px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

section.flex.error-404 {
  padding: 14rem 0;
}

.error-404 g-rid {
  padding-bottom: 3rem;
}

.error-404 g-col {
  margin: 0 auto;
  max-width: 48rem;
  text-align: center;
  width: 100%;
}

.error-404 a {
  margin: 2rem auto 0 auto;
}

@media (min-width: 480px) {
  .error-404 {
    margin-top: -9.25rem;
    padding-bottom: 3.75rem;
  }
  .error-404 g-rid {
    padding-top: 9.5rem;
  }
}
@media (min-width: 880px) {
  .error-404 g-rid {
    padding-top: 9.25rem;
  }
}
@media (max-width: 479px) {
  .error-404 {
    margin-top: -6.25rem;
    padding-bottom: 3.75rem;
  }
  .error-404 g-rid {
    padding-top: 6.75rem;
  }
}
.submit-story .form {
  width: calc(100% - 28.125rem);
}

.submit-story .aside {
  width: 28.125rem;
}

@media (max-width: 999px) {
  .submit-story .form,
  .submit-story .aside {
    width: 100%;
  }
  .submit-story .aside {
    margin-top: 2.5rem;
  }
}
@media (max-width: 479px) {
  .submit-story .aside {
    margin-top: 2rem;
  }
}
.submit-story iframe {
  background-color: #ede8db;
  border-radius: 0.938rem;
  display: block;
}

.submit-story aside-content {
  background-color: #D8ECAA;
  box-sizing: border-box;
  display: block;
  margin-top: -0.813rem;
  position: relative;
  width: 100%;
}

.submit-story aside-content:before,
.submit-story aside-content:after {
  content: "";
  height: 0.813rem;
  position: absolute;
  left: 0;
  width: 100%;
}

.submit-story aside-content:before {
  background-image: url(img/share-top.svg);
  top: 0;
}

.submit-story aside-content:after {
  background-image: url(img/share-bottom.svg);
  bottom: 0;
}

@media (max-width: 479px) {
  .submit-story aside-content {
    padding: 2.813rem 2rem 3rem 2rem;
  }
}
@media (min-width: 480px) {
  .submit-story aside-content {
    padding: calc(2.813rem + (1vw - 0.3rem) * 1.3115) calc(2rem + (1vw - 0.3rem) * 1.3115) calc(3rem + (1vw - 0.3rem) * 1.3115) calc(2rem + (1vw - 0.3rem) * 1.3115);
  }
}
@media (min-width: 1701px) {
  .submit-story aside-content {
    padding: 3.813rem 3rem 4rem 3rem;
  }
}
@media (max-width: 479px) {
  .submit-story aside-content h1,
  .submit-story aside-content h2,
  .submit-story aside-content h3,
  .submit-story aside-content h4,
  .submit-story aside-content h5 {
    font-size: 1.5rem;
  }
}
@media (min-width: 480px) {
  .submit-story aside-content h1,
  .submit-story aside-content h2,
  .submit-story aside-content h3,
  .submit-story aside-content h4,
  .submit-story aside-content h5 {
    font-size: calc(1.5rem + (1vw - 0.3rem) * 0.3279);
  }
}
@media (min-width: 1701px) {
  .submit-story aside-content h1,
  .submit-story aside-content h2,
  .submit-story aside-content h3,
  .submit-story aside-content h4,
  .submit-story aside-content h5 {
    font-size: 1.75rem;
  }
}
.submit-story aside-content p,
.submit-story aside-content ul,
.submit-story aside-content ol {
  font-size: 1rem;
}

.submit-story aside-content li + li {
  margin-top: 1.25rem !important;
}

.submit-story aside-content li {
  padding-left: 1.5rem !important;
}

.submit-story aside-content li:before {
  left: 0 !important;
  top: 0.375rem !important;
}

.share-thanks g-col:first-child {
  width: 20%;
}

.share-thanks g-col:last-child {
  width: 80%;
}

@media (max-width: 999px) {
  header + .share-thanks {
    padding-top: 3.75rem !important;
  }
  .share-thanks g-col {
    width: 100% !important;
  }
  .share-thanks g-col:last-child {
    margin-top: 2.5rem;
  }
}
@media (max-width: 479px) {
  header + .share-thanks {
    padding-top: 2.5rem !important;
  }
}
.share-thanks h1,
.share-thanks h1 ~ * {
  max-width: 53.125rem;
}

.share-thanks h2 {
  font-size: 1.375rem;
  margin-top: 3.5rem;
}

.share-thanks share-ui {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: none;
  width: 100%;
}

.share-thanks share-msg {
  background-color: #D8ECAA;
  display: block;
  width: calc(100% - 15.75rem);
}

.share-thanks blockquote {
  box-sizing: border-box;
  margin: 0;
  width: 100%;
}

.share-thanks blockquote p {
  font-size: 1.438rem;
}

@media (max-width: 479px) {
  .share-thanks blockquote {
    padding: 1.5rem;
  }
}
@media (min-width: 480px) {
  .share-thanks blockquote {
    padding: calc(1.5rem + (1vw - 0.3rem) * 1.9672) calc(1.5rem + (1vw - 0.3rem) * 2.9508);
  }
}
@media (min-width: 1701px) {
  .share-thanks blockquote {
    padding: 3rem 3.75rem;
  }
}
.share-thanks share-msg img {
  width: 6.438rem;
  height: auto;
}

@media (max-width: 479px) {
  .share-thanks share-msg img {
    margin-top: 1.5rem;
  }
}
@media (min-width: 480px) {
  .share-thanks share-msg img {
    margin-top: calc(1.5rem + (1vw - 0.3rem) * 1.9672);
  }
}
@media (min-width: 1701px) {
  .share-thanks share-msg img {
    margin-top: 3rem;
  }
}
.share-thanks nav.share {
  box-sizing: border-box;
  display: block;
  padding-left: 3.126rem;
  width: 15.75rem;
}

.share-thanks nav.share li {
  padding-left: 0;
}

.share-thanks nav.share li:before {
  display: none;
}

.share-thanks nav.share a {
  align-items: center;
  border: 1px solid #2E2A39;
  background: transparent;
  border-radius: 3rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1.4px;
  max-width: 11.25rem;
  padding: 0.625rem 0 0.625rem 1rem;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 250ms ease, color 250ms ease;
  white-space: nowrap;
  width: 100%;
}

.share-thanks nav.share a:hover {
  background-color: #2E2A39;
  color: #F4F1E9;
}

.share-thanks nav.share a span {
  box-sizing: border-box;
  display: block;
  line-height: 100%;
  padding: 0 2rem 0 1rem;
  position: relative;
  text-align: center;
  top: 0.125rem;
  width: 100%;
}

.share-thanks nav.share svg {
  display: block;
  height: 1.125rem;
  min-width: 1.125rem;
  transition: fill 250ms ease;
  width: 1.125rem;
}

.share-thanks nav.share a:hover svg {
  fill: #F4F1E9;
}

@media (max-width: 768px) {
  .share-thanks g-col > svg {
    height: 5rem;
    width: 5rem;
  }
  .share-thanks g-col:last-child {
    margin-top: 1.5rem;
  }
  .share-thanks share-ui {
    flex-direction: column;
  }
  .share-thanks share-msg,
  .share-thanks nav.share {
    width: 100%;
  }
  .share-thanks nav.share {
    padding: 2.5rem 0 0 0;
  }
  .share-thanks nav.share ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .share-thanks nav.share li {
    width: calc(50% - 0.563rem);
  }
  .share-thanks nav.share li + li {
    margin: 0;
  }
  .share-thanks nav.share a {
    max-width: none;
  }
}
@media (max-width: 479px) {
  .share-thanks nav.share li {
    width: 100%;
  }
}
/************************ ARCHIVE FILTERS ************************/
section.archive:not(.banner):not(.other-posts):not(.small) {
  box-sizing: border-box;
  min-height: 100vh;
}

section.sidebar {
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 1rem;
  width: 1px;
  z-index: 10;
}

section.sidebar side-bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 22.5rem;
  z-index: 1;
}

section.sidebar bar-inner {
  background-color: #ede8db;
  border-radius: 0 1rem 1rem 0;
  box-sizing: border-box;
  display: block;
  padding: 0;
  position: sticky;
  top: 9.25rem;
  max-height: calc(100vh - 10.25rem);
}

.admin-bar section.sidebar bar-inner {
  top: 10.25rem;
  max-height: calc(100vh - 10.25rem);
}

section.sidebar bar-inner .scroll-wrapper {
  height: auto !important;
  max-height: calc(100vh - 15.438rem);
}

.admin-bar section.sidebar bar-inner .scroll-wrapper {
  height: auto !important;
  max-height: calc(100vh - 17.438rem);
}

section.sidebar .scroll-wrapper > .scroll-element.scroll-y {
  height: calc(100% - 1.25rem);
  right: 0.625rem;
  top: 0.625rem;
  width: 0.5rem;
}

section.sidebar .scroll-wrapper > .scroll-content {
  box-sizing: border-box !important;
  width: 100% !important;
}

bar-inner .scroll-content {
  height: auto !important;
}

section.sidebar form {
  height: 100%;
}

section.sidebar form > strong {
  border-bottom: 2px solid #FFF;
  display: block;
  font-size: 1.563rem;
  font-weight: 400;
  padding: 2rem 1.75rem 1.5rem 1.75rem;
}

section.sidebar filter-set {
  display: block;
  padding: 0 1.75rem;
  position: relative;
}

section.sidebar filter-set + filter-set {
  border-top: 2px solid #FFF;
}

section.sidebar ul {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

section.sidebar li {
  display: block;
}

section.sidebar li:last-child {
  padding-bottom: 1.75rem;
}

section.sidebar ul input {
  display: none;
}

section.sidebar ul label {
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  font-size: 1rem;
  gap: 0.75rem;
  line-height: 120%;
  min-height: 1.75rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}

section.sidebar ul span[class] {
  border-radius: 50%;
  border: 1px solid #2E2A39;
  display: block;
  height: 1.313rem;
  margin: 0;
  min-width: 1.313rem;
  width: 1.313rem;
}

section.sidebar ul span.fill-sea {
  background-color: #7EDBD6;
}

section.sidebar ul span.fill-lavendar {
  background-color: #C2C5FF;
}

section.sidebar ul span.fill-peach {
  background-color: #FFA286;
}

section.sidebar ul span.fill-orange {
  background-color: #FF6F43;
}

section.sidebar ul span.fill-pink {
  background-color: #EAC8DD;
}

section.sidebar ul span.fill-green {
  background-color: #81D8AE;
}

section.sidebar ul span.fill-lime {
  background-color: #D8ECAA;
}

section.sidebar ul span.fill-happy {
  background-color: #FFD681;
}

section.sidebar ul span.fill-calm {
  background-color: #B2E7F7;
}

section.sidebar ul span.fill-coal {
  background-color: #2E2A39;
}

section.sidebar ul span.fill-paper {
  background-color: #F4F1E9;
}

section.sidebar ul label:before {
  background-color: #FFF;
  border: 2px solid #bfbfbf;
  border-radius: 0.188rem;
  box-sizing: border-box;
  content: "";
  height: 26px;
  left: 0;
  min-width: 26px;
  position: relative;
  top: 0;
  width: 26px;
}

section.sidebar ul label:after {
  background-color: #2E2A39;
  border: 0;
  border-radius: 0.063rem;
  content: "";
  height: 14px;
  left: 6px;
  min-width: 14px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 7px);
  transition: opacity 125ms ease;
  width: 14px;
}

section.sidebar ul label span:not([class]) {
  display: block;
  position: relative;
  top: 0.125rem;
}

section.sidebar ul label:hover:after {
  opacity: 0.1;
}

section.sidebar ul input:checked + label:after {
  opacity: 1;
}

section.sidebar button[data-toggle] {
  align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-family: "roc-grotesk", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  gap: 1rem;
  justify-content: space-between;
  outline: 0;
  padding: 1.75rem 0.5rem 1.75rem 0;
  position: relative;
  width: 100%;
}

section.sidebar button[data-toggle] svg {
  display: block;
  position: relative;
  transform: rotate(0deg);
  transition: transform 250ms ease;
}

section.sidebar button[data-toggle].active svg {
  transform: rotate(180deg);
}

section.sidebar button[data-toggle]:hover {
  text-decoration: underline;
}

section.sidebar search-button {
  display: none;
  padding: 0 1.75rem 1.75rem 1.75rem;
}

section.sidebar search-button button {
  width: 100%;
}

section.sidebar .scroll-scrolly_visible filter-set {
  padding-right: 2.25rem;
}

section.sidebar button[data-action=close] {
  display: none;
}

section.sidebar .scroll-x {
  display: none !important;
}

@media (max-width: 979px) {
  .blog main,
  .page-template-template-archive main {
    z-index: unset;
  }
  section.sidebar {
    display: none;
    position: fixed;
  }
  section.sidebar.visible {
    display: block;
  }
  section.sidebar side-bar {
    border-radius: 0;
  }
  section.sidebar button[data-action=close] {
    background-color: #2E2A39;
    border: 0;
    border-radius: 0.188rem;
    display: flex;
    flex-wrap: nowrap;
    height: 3rem;
    margin: 0;
    position: absolute;
    top: 0.813rem;
    right: 0.813rem;
    width: 3rem;
  }
  section.sidebar button[data-action=close] svg {
    display: block;
    margin: auto;
    stroke: #F4F1E9;
  }
  section.sidebar {
    background-color: rgba(46, 42, 57, 0.75);
    width: 100%;
    z-index: 2147483200 !important;
  }
  section.sidebar #ajax-filter,
  section.sidebar form {
    display: block;
    height: 100%;
  }
  section.sidebar side-bar {
    left: 50%;
    top: 2rem;
    bottom: 2rem;
    transform: translateX(-50%);
    max-width: 28rem;
    width: calc(100vw - 4rem);
  }
  section.sidebar bar-inner {
    border-radius: 0 !important;
    padding-top: 0 !important;
    position: relative !important;
    top: unset !important;
    height: 100% !important;
    max-height: none !important;
  }
  section.sidebar .scroll-content:after {
    content: "";
    display: block;
    height: 6.313rem !important;
    width: 100%;
  }
  .admin-bar section.sidebar bar-inner .scroll-wrapper,
  section.sidebar bar-inner .scroll-wrapper {
    max-height: none !important;
    height: calc(100% - 71px) !important;
  }
  section.sidebar search-button {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 479px) {
  section.sidebar side-bar {
    max-width: none;
    top: 0;
    bottom: 0;
    width: 100vw;
  }
}
/***** VIDEO TITLE *****/
.hero .video-title {
  box-sizing: border-box;
  border-radius: 3rem;
  color: #2E2A39;
  cursor: pointer;
  display: table;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 100%;
  opacity: 1;
  padding: 1.25rem calc(1.5rem + 1.5vw) 1rem calc(1.5rem + 1.5vw);
  pointer-events: none;
  transition: background 175ms ease-out, color 175ms ease-out;
  position: absolute;
  text-align: center;
  top: 80%;
  transition: opacity 175ms ease;
  transform: translateY(-50%);
  max-width: calc(100% - 6rem);
  z-index: 2;
}

@media (max-width: 479px) {
  .hero .video-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 480px) {
  .hero .video-title {
    font-size: calc(1.5rem + (1vw - 0.3rem) * 0.3279);
  }
}
@media (min-width: 1701px) {
  .hero .video-title {
    font-size: 1.75rem;
  }
}
.hero .plyr--playing .video-title {
  opacity: 0;
}

@media (max-width: 678px) {
  .hero .video-title {
    display: none;
  }
}
section.hero.bg-sea .video-title {
  background: #7EDBD6 !important;
}

section.hero.bg-lavendar .video-title {
  background: #C2C5FF !important;
}

section.hero.bg-peach .video-title {
  background: #FFA286 !important;
}

section.hero.bg-orange .video-title {
  background: #FF6F43 !important;
}

section.hero.bg-pink .video-title {
  background: #EAC8DD !important;
}

section.hero.bg-green .video-title {
  background: #81D8AE !important;
}

section.hero.bg-lime .video-title {
  background: #D8ECAA !important;
}

section.hero.bg-happy .video-title {
  background: #FFD681 !important;
}

section.hero.bg-calm .video-title {
  background: #B2E7F7 !important;
}

section.hero.bg-coal .video-title {
  background: #2E2A39 !important;
}

section.hero.bg-paper .video-title {
  background: #FFD681 !important;
}

/** SHOW FILTERS BUTTON **/
button[data-action=show-filters] {
  background-color: #2E2A39;
  border: 0;
  border-radius: 3rem;
  color: #FFF;
  cursor: pointer;
  display: none;
  font-family: "roc-grotesk", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 100%;
  padding: 1.375rem 1.5rem 1.125rem 1.5rem;
  width: auto;
}

button[data-action=show-filters] svg {
  display: block;
  margin: auto;
  stroke: #F4F1E9;
}

@media (max-width: 979px) {
  button[data-action=show-filters] {
    display: flex;
  }
}
@media (max-width: 480px) {
  button[data-action=show-filters] {
    margin: 0 !important;
    position: fixed;
    right: 1.5rem;
    top: 8.5rem;
    transition: top 200ms ease;
    z-index: 99;
  }
  .scale-header button[data-action=show-filters] {
    top: 1.5rem;
  }
}
.lds-ripple,
.lds-ripple div {
  box-sizing: border-box;
}

.lds-ripple {
  display: none;
  margin: 4rem auto;
  position: relative;
  width: 80px;
  height: 80px;
  z-index: 10;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #2E2A39;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
#response {
  display: block;
  position: relative;
}

#response:before {
  background-color: #F4F1E9;
  content: "";
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-out;
  z-index: 9;
}

.blog #response:before {
  background-color: #B2E7F7;
}

#response.loading:before {
  opacity: 0.8;
  pointer-events: all;
  transition: opacity 0.1s ease-out;
}

#response.loading + .lds-ripple {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

/************************ BLOG POST TILE ************************/
.blog section.sidebar bar-inner {
  background: #F4F1E9;
}

a.post.blog {
  box-shadow: none !important;
  background: #F4F1E9;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

a.post.blog figure {
  height: 0;
  padding-bottom: 67.5%;
}

a.post.blog text-content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 2rem 1.875rem 1.875rem;
  position: relative;
  text-align: center;
}

a.post.blog text-content:before {
  background-image: url(img/blog-post-rip.svg);
  background-size: cover !important;
  background-position: center !important;
  content: "";
  height: 0.813rem;
  left: 0;
  position: absolute;
  bottom: calc(100% - 1.5px);
  width: 100%;
  z-index: 2;
}

.bg-paper a.post.blog {
  background-color: #FFF;
}

.bg-paper a.post.blog text-content:before {
  background-image: url(img/blog-post-rip--white.svg);
}

a.post.blog h3 {
  font-family: "AlkesSemiboldItalic";
  line-height: 130%;
  margin-top: 1.5rem;
}

a.post.blog h3 {
  font-size: 1.5rem;
}

a.post.blog:hover h3 {
  text-decoration: underline;
}

a.post.blog time {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
}

/************************ BLOG FLEX BLOCK ************************/
.archive.blog.small g-col {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1080px) {
  .archive.blog.small a.post.blog {
    margin-left: 3.125rem;
    width: calc((100% - 6.253rem) / 3);
  }
  .archive.blog.small a.post.blog:nth-child(3n+1) {
    margin-left: 0;
  }
  .archive.blog.small a.post.blog:nth-child(3n) ~ a.post {
    margin-top: 3.125rem;
  }
}
@media (min-width: 738px) and (max-width: 1079px) {
  .archive.blog.small a.post.blog {
    width: calc(50% - 1.563rem);
  }
  .archive.blog.small a.post.blog:nth-child(3n+3) {
    margin-left: 3.125rem;
  }
  .archive.blog.small a.post.blog:first-child {
    flex-direction: row;
    min-height: 24rem;
    width: 100%;
    margin-bottom: 3.252rem;
  }
  .archive.blog.small a.post.blog:first-child text-content {
    justify-content: flex-end;
    text-align: left;
    width: 50%;
  }
  .archive.blog.small a.post.blog:first-child figure {
    padding-bottom: 0;
    height: 100%;
    width: 50%;
  }
  .archive.blog.small a.post.blog:first-child text-content:before {
    display: none;
  }
}
@media (max-width: 737px) {
  .archive.blog.small a.post.blog {
    width: 100%;
  }
  .archive.blog.small a.post.blog ~ a.post.blog {
    margin-top: 2.5rem;
  }
}
@media (max-width: 479px) {
  .archive.blog.small a.post.blog ~ a.post.blog {
    margin-top: 1.5rem;
  }
}
/************************ ARCHIVE ************************/
.archive.post:not(.small) g-rid,
.sidebar {
  opacity: 0;
}

.init-archive .archive.post:not(.small) g-rid,
.init-archive .sidebar {
  opacity: 1;
  transition: opacity 350ms ease;
}

.archive.post:not(.small) g-col {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.archive.post post-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  width: 100%;
}

.archive.post post-list.empty {
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 0 !important;
  min-height: 75vh;
  justify-content: center;
}

.archive.post post-list.empty .btn {
  margin-top: 2.5rem;
}

.archive.post:not(.other-posts) {
  padding-top: 0 !important;
}

@media (max-width: 479px) {
  .archive-filters + .archive.post {
    padding-top: 2.5rem !important;
  }
}
@media (min-width: 480px) {
  .archive-filters + .archive.post {
    padding-top: calc(3.75rem + (1vw - 0.3rem) * 4.918) !important;
  }
}
@media (min-width: 1701px) {
  .archive-filters + .archive.post {
    padding-top: 7.5rem !important;
  }
}
@media (min-width: 980px) {
  .archive.post a.post.blog {
    margin-left: 3.125rem;
    width: calc((100% - 6.253rem) / 3);
  }
  .archive.post a.post.blog:nth-child(3n+1) {
    margin-left: 0;
  }
  .archive.post a.post.blog:nth-child(3n) ~ a.post {
    margin-top: 3.125rem;
  }
  .archive.post .pr2 a.post.blog {
    margin-left: 3.125rem;
    width: calc(50% - 1.563rem);
  }
  .archive.post .pr2 a.post.blog:nth-child(2n+1) {
    margin-left: 0;
  }
  .archive.post .pr2 a.post.blog:nth-child(2n) ~ a.post {
    margin-top: 3.125rem;
  }
  .archive.post .pr1 a.post.blog {
    flex-direction: row;
    min-height: 20rem;
    margin-left: 0;
    width: 100%;
    margin-bottom: 3.252rem;
  }
  .archive.post .pr1 a.post.blog text-content {
    justify-content: flex-end;
    text-align: left;
    width: 50%;
  }
  .archive.post .pr1 a.post.blog text-content:before {
    display: none;
  }
  .archive.post .pr1 a.post.blog figure {
    padding-bottom: 0;
    height: 100%;
    width: 50%;
  }
}
@media (min-width: 738px) and (max-width: 979px) {
  .archive.post a.post.blog {
    width: calc(50% - 1.563rem);
  }
  .archive.post a.post.blog:nth-child(even) {
    margin-left: 3.125rem;
  }
  .archive.post a.post.blog:nth-child(2n) ~ a.post {
    margin-top: 3.125rem;
  }
}
@media (max-width: 737px) {
  .archive.post a.post.blog {
    width: 100%;
  }
  .archive.post a.post.blog ~ a.post.blog {
    margin-top: 2.5rem;
  }
}
@media (max-width: 479px) {
  .archive.post a.post.blog ~ a.post.blog {
    margin-top: 1.5rem;
  }
}
/************************ BLOG POST HERO ************************/
.post.hero {
  padding-top: 2.5rem !important;
  text-align: center;
}

.post.hero p {
  opacity: 0.75;
  text-align: left !important;
}

.post.hero p#breadcrumbs {
  font-size: 1.125rem;
  font-weight: 400;
  opacity: 0.75;
  text-align: center !important;
}

.post.hero p#breadcrumbs a {
  font-weight: 400;
}

@media (max-width: 479px) {
  .post.hero p + h1 {
    margin-top: 2.5rem;
  }
}
@media (min-width: 480px) {
  .post.hero p + h1 {
    margin-top: calc(2.5rem + (1vw - 0.3rem) * 3.2787);
  }
}
@media (min-width: 1701px) {
  .post.hero p + h1 {
    margin-top: 5rem;
  }
}
@media (max-width: 479px) {
  .post.hero h1 {
    font-size: 2.5rem !important;
  }
}
.post.hero time {
  display: block;
  font-size: 1.063rem;
  font-weight: 500;
  margin-top: 1.75rem;
  text-align: center;
}

.post.hero pillars-list {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 2.5rem;
}

.post.hero selected-pillars {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 479px) {
  .post.hero pillars-list {
    flex-direction: column;
  }
}
.post.hero pillars-list strong {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.375rem 1.375rem 0.375rem 0;
  position: relative;
  white-space: nowrap;
}

.post.hero pillars-list span {
  align-items: center;
  display: flex;
  font-size: 1.25rem;
  flex-wrap: nowrap;
  line-height: 100%;
  padding: 0.375rem 0;
  white-space: nowrap;
}

.post.hero pillars-list span:not(:last-child) {
  margin-right: 1.375rem;
}

.post.hero pillars-list span:before {
  border-radius: 50%;
  border: 1px solid #2E2A39;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 1.313rem;
  margin: 0 0.813rem 0 0;
  min-width: 1.313rem;
  width: 1.313rem;
}

.post.hero pillars-list .fill-sea:before {
  background-color: #7EDBD6;
}

.post.hero pillars-list .fill-lavendar:before {
  background-color: #C2C5FF;
}

.post.hero pillars-list .fill-peach:before {
  background-color: #FFA286;
}

.post.hero pillars-list .fill-orange:before {
  background-color: #FF6F43;
}

.post.hero pillars-list .fill-pink:before {
  background-color: #EAC8DD;
}

.post.hero pillars-list .fill-green:before {
  background-color: #81D8AE;
}

.post.hero pillars-list .fill-lime:before {
  background-color: #D8ECAA;
}

.post.hero pillars-list .fill-happy:before {
  background-color: #FFD681;
}

.post.hero pillars-list .fill-calm:before {
  background-color: #B2E7F7;
}

.post.hero pillars-list .fill-coal:before {
  background-color: #2E2A39;
}

.post.hero pillars-list .fill-paper:before {
  background-color: #F4F1E9;
}

.post.hero g-row.featured-image g-col,
.post.hero g-row.featured-video g-col {
  margin: 3.375rem auto 0 auto;
  max-width: 69.188rem;
  width: 100%;
}

.post.hero g-row.featured-image figure {
  border-radius: 1rem;
  height: 0;
  padding-bottom: 62.5%;
}

.post.hero g-row.featured-video .plyr {
  border-radius: 1rem;
}

.post.hero .toolbar g-col {
  margin: 2rem auto 0 auto;
  max-width: 69.188rem;
  width: 100%;
}

.post.hero pre {
  margin: 0;
}

.post.hero tool-bar {
  background-color: #ede8db;
  border-radius: 3rem;
  box-sizing: border-box;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.875rem;
  justify-content: center;
  padding: 0.875rem 2.5rem;
  width: 100%;
}

.post.hero tool-bar .share {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
}

.post.hero tool-bar .share strong {
  display: block;
  font-size: 1.063rem;
  font-weight: 500;
}

.post.hero tool-bar .share ul {
  display: flex;
  flex-wrap: nowrap;
  list-style-type: none;
  margin: 0 0 0 1.25rem;
  padding: 0;
}

.post.hero tool-bar .share li {
  display: block;
}

.post.hero tool-bar .share li + li {
  margin-left: 0.813rem;
}

.post.hero tool-bar .share a {
  align-items: center;
  background-color: transparent;
  border: 2px solid #2E2A39;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  height: 3.125rem;
  justify-content: center;
  flex-wrap: nowrap;
  transition: background-color 200ms ease;
  width: 3.125rem;
}

.post.hero tool-bar .share svg {
  display: block;
  fill: #2E2A39;
  height: 1.375rem;
  transition: background-color 200ms ease;
  width: 1.375rem;
}

.post.hero tool-bar .share a:hover {
  background-color: #2E2A39;
}

.post.hero tool-bar .share a:hover svg {
  fill: #F4F1E9;
}

@media (max-width: 699px) {
  .post.hero tool-bar {
    flex-direction: column;
  }
  .post.hero tool-bar .share ul {
    margin-left: 0;
  }
}
@media (max-width: 549px) {
  .post.hero tool-bar .share {
    flex-direction: column;
  }
  .post.hero tool-bar .share strong {
    margin-bottom: 0.438rem;
  }
}
.post.hero tts-item {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  margin-right: 1.25rem;
}

.post.hero tts-item strong {
  display: block;
  font-size: 1.063rem;
  font-weight: 500;
}

.post.hero tool-bar .play-tts {
  align-items: center;
  background-color: transparent;
  border: 2px solid #2E2A39;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  height: 3.125rem;
  justify-content: center;
  flex-wrap: nowrap;
  margin-left: 1.25rem;
  transition: background-color 200ms ease;
  width: 3.125rem;
}

.post.hero tool-bar .play-tts svg {
  display: block;
  fill: #2E2A39;
  height: 1.375rem;
  transition: background-color 200ms ease;
  width: 1.375rem;
}

.post.hero tool-bar .play-tts:hover {
  background-color: #2E2A39;
}

.post.hero tool-bar .play-tts:hover svg {
  fill: #F4F1E9;
}

@media (max-width: 549px) {
  .post.hero tool-bar .play-tts {
    margin-left: 0;
  }
  .post.hero tts-item strong {
    margin-bottom: 0.438rem;
  }
  .post.hero tts-item {
    flex-direction: column;
    margin-right: 0;
  }
}
/************************ OTHER POSTS ************************/
.archive.post.other-posts h2 {
  text-align: center;
}

@media (max-width: 479px) {
  .archive.post.other-posts h2 {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 480px) {
  .archive.post.other-posts h2 {
    margin-bottom: calc(2.125rem + (1vw - 0.3rem) * 2.1311);
  }
}
@media (min-width: 1701px) {
  .archive.post.other-posts h2 {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 738px) and (max-width: 1039px) {
  .archive.post.other-posts a.post:nth-child(3n):last-child {
    display: none;
  }
}
.single-post main section:first-child {
  padding-top: 0 !important;
}

/************************ WELLBEING STORY POST TILE ************************/
a.wb-story {
  box-shadow: none !important;
  border-radius: 0.375rem;
  display: grid;
  font-weight: 500;
  height: inherit;
  overflow: hidden;
  position: relative;
}

a.wb-story wbs-top {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 1.5rem;
  width: 100%;
}

a.wb-story wbs-bottom {
  box-sizing: border-box;
  align-self: flex-end;
  border-top: 1px solid white;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 5rem;
  padding: 1.5rem;
  width: 100%;
}

a.wb-story h3 {
  font-weight: 500;
}

a.wb-story[href]:hover h3 {
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

a.wb-story.bg-sea {
  background-color: #7EDBD6;
  color: #2E2A39;
}

a.wb-story.bg-lavendar {
  background-color: #C2C5FF;
  color: #2E2A39;
}

a.wb-story.bg-peach {
  background-color: #FFA286;
  color: #2E2A39;
}

a.wb-story.bg-orange {
  background-color: #FF6F43;
  color: #2E2A39;
}

a.wb-story.bg-pink {
  background-color: #EAC8DD;
  color: #2E2A39;
}

a.wb-story.bg-green {
  background-color: #81D8AE;
  color: #2E2A39;
}

a.wb-story.bg-lime {
  background-color: #D8ECAA;
  color: #2E2A39;
}

a.wb-story.bg-happy {
  background-color: #FFD681;
  color: #2E2A39;
}

a.wb-story.bg-calm {
  background-color: #B2E7F7;
  color: #2E2A39;
}

a.wb-story.bg-coal {
  background-color: #2E2A39;
  color: #F4F1E9;
}

a.wb-story.bg-paper {
  background-color: #F4F1E9;
  color: #2E2A39;
}

a.wb-story figure {
  height: 0;
  overflow: visible;
  padding-bottom: 75%;
}

a.wb-story figure:before {
  background-position: top left;
  background-size: cover !important;
  content: "";
  height: 13%;
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: calc(100% - 0.5rem);
  z-index: 3;
}

a.wb-story figure:after {
  content: "";
  height: 12%;
  position: absolute;
  bottom: -4px;
  left: -4px;
  width: 1.25rem;
  z-index: 2;
}

a.wb-story.bg-sea figure:before {
  background-image: url(img/sea.svg);
}

a.wb-story.bg-lavendar figure:before {
  background-image: url(img/lavendar.svg);
}

a.wb-story.bg-peach figure:before {
  background-image: url(img/peach.svg);
}

a.wb-story.bg-orange figure:before {
  background-image: url(img/orange.svg);
}

a.wb-story.bg-pink figure:before {
  background-image: url(img/pink.svg);
}

a.wb-story.bg-green figure:before {
  background-image: url(img/green.svg);
}

a.wb-story.bg-lime figure:before {
  background-image: url(img/lime.svg);
}

a.wb-story.bg-happy figure:before {
  background-image: url(img/happy.svg);
}

a.wb-story.bg-calm figure:before {
  background-image: url(img/calm.svg);
}

a.wb-story.bg-coal figure:before {
  background-image: url(img/coal.svg);
}

a.wb-story.bg-paper figure:before {
  background-image: url(img/paper.svg);
}

a.wb-story.bg-sea figure:after {
  background-color: #7EDBD6;
}

a.wb-story.bg-lavendar figure:after {
  background-color: #C2C5FF;
}

a.wb-story.bg-peach figure:after {
  background-color: #FFA286;
}

a.wb-story.bg-orange figure:after {
  background-color: #FF6F43;
}

a.wb-story.bg-pink figure:after {
  background-color: #EAC8DD;
}

a.wb-story.bg-green figure:after {
  background-color: #81D8AE;
}

a.wb-story.bg-lime figure:after {
  background-color: #D8ECAA;
}

a.wb-story.bg-happy figure:after {
  background-color: #FFD681;
}

a.wb-story.bg-calm figure:after {
  background-color: #B2E7F7;
}

a.wb-story.bg-coal figure:after {
  background-color: #2E2A39;
}

a.wb-story.bg-paper figure:after {
  background-color: #F4F1E9;
}

a.wb-story figure + h3 {
  margin-top: 1rem;
}

a.wb-story strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  width: 100%;
}

a.wb-story time {
  display: block;
  font-size: 0.875rem;
  width: 100%;
}

/************************ WELLBEING STORIES FLEX BLOCK ************************/
*:not(.has-background) + .archive.stories.small {
  padding-top: 1rem !important;
}

.archive.stories.small g-col {
  display: flex;
  flex-wrap: wrap;
}

.archive.wellbeing-story:not(.small) g-rid,
.sidebar {
  opacity: 0;
}

.init-archive .archive.wellbeing-story:not(.small) g-rid,
.init-archive .sidebar {
  opacity: 1;
  transition: opacity 350ms ease;
}

.archive.stories.small wbs-top {
  min-height: 26rem;
}

.archive.stories.small a.post.wb-story {
  transform: translate3d(0, 0, 0);
  transition: transform 250ms ease-out;
}

@media (min-width: 1200px) {
  html:not(.printer-friendly) .archive.stories.small a.post.wb-story {
    margin-left: 3.125rem;
    width: calc((100% - 9.378rem) / 4);
  }
  html:not(.printer-friendly) .archive.stories.small a.post.wb-story:nth-of-type(4n) ~ a.post {
    margin-top: 3.126rem;
  }
  html:not(.printer-friendly) .archive.stories.small a.post.wb-story:nth-of-type(4n + 1) {
    margin-left: 0;
  }
}
@media (min-width: 917px) and (max-width: 1199px) {
  html:not(.printer-friendly) .archive.stories.small a.post.wb-story {
    margin-left: 3.125rem;
    width: calc((100% - 6.252rem) / 3);
  }
  html:not(.printer-friendly) .archive.stories.small a.post.wb-story:nth-of-type(3n) ~ a.post {
    margin-top: 3.126rem;
  }
  html:not(.printer-friendly) .archive.stories.small a.post.wb-story:nth-of-type(3n + 1) {
    margin-left: 0;
  }
}
@media (min-width: 650px) and (max-width: 916px) {
  html:not(.printer-friendly) .archive.stories.small a.post.wb-story {
    margin-left: 3.125rem;
    width: calc((100% - 3.126rem) / 2);
  }
  html:not(.printer-friendly) .archive.stories.small a.post.wb-story:nth-of-type(2n) ~ a.post {
    margin-top: 3.126rem;
  }
  html:not(.printer-friendly) .archive.stories.small a.post.wb-story:nth-of-type(odd) {
    margin-left: 0;
  }
}
@media (min-width: 650px) {
  html.printer-friendly .archive.stories.small a.post.wb-story {
    margin-left: 3.125rem;
    width: calc((100% - 9.378rem) / 4);
  }
  html.printer-friendly .archive.stories.small a.post.wb-story:nth-of-type(4n) ~ a.post {
    margin-top: 3.126rem;
  }
  html.printer-friendly .archive.stories.small a.post.wb-story:nth-of-type(4n + 1) {
    margin-left: 0;
  }
}
@media (min-width: 420px) and (max-width: 649px) {
  .archive.stories.small a.post.wb-story {
    margin-left: 1rem;
    width: calc((100% - 1.01rem) / 2);
  }
  .archive.stories.small a.post.wb-story:nth-of-type(2n) ~ a.post {
    margin-top: 3.126rem;
  }
  .archive.stories.small a.post.wb-story:nth-of-type(odd) {
    margin-left: 0;
  }
  .archive.stories.small wbs-top {
    min-height: 20rem;
  }
}
@media (min-width: 480px) {
  .archive.stories.small a.post.wb-story:hover {
    transform: translate3d(0, -0.5rem, 0);
  }
}
@media (max-width: 419px) {
  .archive.stories.small a.post.wb-story {
    width: 100%;
  }
  .archive.stories.small a.post.wb-story ~ a.post.wb-story {
    margin-top: 2.5rem;
  }
  .archive.stories.small a.post.wb-story ~ a.post.wb-story {
    margin-top: 1.5rem;
  }
  .archive.stories.small wbs-top {
    min-height: 20rem;
  }
}
/***** FONT SIZES *****/
@media (min-width: 1024px) {
  html:not(.printer-friendly) .archive.stories.small a.wb-story h3 {
    font-size: 2rem;
  }
  html:not(.printer-friendly) .archive.stories.small a.wb-story h3.mid {
    font-size: 2.188rem;
  }
  html:not(.printer-friendly) .archive.stories.small a.wb-story h3.large {
    font-size: 2.5rem;
  }
}
@media (min-width: 1224px) {
  html:not(.printer-friendly) .archive.stories.small a.wb-story h3 {
    font-size: 2rem;
  }
  html:not(.printer-friendly) .archive.stories.small a.wb-story h3.mid {
    font-size: 2.375rem;
  }
  html:not(.printer-friendly) .archive.stories.small a.wb-story h3.large {
    font-size: 2.75rem;
  }
}
@media (min-width: 917px) and (max-width: 1023px) {
  html:not(.printer-friendly) .archive.stories.small a.wb-story h3 {
    font-size: 1.875rem;
  }
  html:not(.printer-friendly) .archive.stories.small a.wb-story h3.mid {
    font-size: 2.125rem;
  }
  html:not(.printer-friendly) .archive.stories.small a.wb-story h3.large {
    font-size: 2.5rem;
  }
}
@media (min-width: 790px) and (max-width: 916px) {
  html:not(.printer-friendly) .archive.stories.small a.wb-story h3 {
    font-size: 2.75rem;
  }
  html:not(.printer-friendly) .archive.stories.small a.wb-story h3.mid {
    font-size: 3.25rem;
  }
  html:not(.printer-friendly) .archive.stories.small a.wb-story h3.large {
    font-size: 4rem;
  }
}
@media (min-width: 700px) and (max-width: 789px) {
  html:not(.printer-friendly) .archive.stories.small a.wb-story h3 {
    font-size: 2.375rem;
  }
  html:not(.printer-friendly) .archive.stories.small a.wb-story h3.mid {
    font-size: 2.625rem;
  }
  html:not(.printer-friendly) .archive.stories.small a.wb-story h3.large {
    font-size: 3.25rem;
  }
}
@media (min-width: 650px) and (max-width: 699px) {
  html:not(.printer-friendly) .archive.stories.small a.wb-story h3 {
    font-size: 2.125rem;
  }
  html:not(.printer-friendly) .archive.stories.small a.wb-story h3.mid {
    font-size: 2.375rem;
  }
  html:not(.printer-friendly) .archive.stories.small a.wb-story h3.large {
    font-size: 2.875rem;
  }
}
@media (min-width: 650px) {
  html.printer-friendly .archive.stories.small a.wb-story h3 {
    font-size: 1.875rem;
  }
  html.printer-friendly .archive.stories.small a.wb-story h3.mid {
    font-size: 2.125rem;
  }
  html.printer-friendly .archive.stories.small a.wb-story h3.large {
    font-size: 2.5rem;
  }
}
@media (min-width: 420px) and (max-width: 649px) {
  .archive.stories.small a.wb-story h3 {
    font-size: 1.625rem;
  }
  .archive.stories.small a.wb-story h3.mid {
    font-size: 1.875rem;
  }
  .archive.stories.small a.wb-story h3.large {
    font-size: 2rem;
  }
}
@media (max-width: 419px) {
  .archive.stories.small a.wb-story h3 {
    font-size: 2.5rem;
  }
  .archive.stories.small a.wb-story h3.mid {
    font-size: 2.75rem;
  }
  .archive.stories.small a.wb-story h3.large {
    font-size: 3.625rem;
  }
}
@media (max-width: 399px) {
  .archive.stories.small a.wb-story h3 {
    font-size: 2.125rem;
  }
  .archive.stories.small a.wb-story h3.mid {
    font-size: 2.625rem;
  }
  .archive.stories.small a.wb-story h3.large {
    font-size: 3.25rem;
  }
}
/************************ ARCHIVE ************************/
.archive.wellbeing-story post-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}

.archive.wellbeing-story post-list.empty {
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 0 !important;
  min-height: 75vh;
  justify-content: center;
}

.archive.wellbeing-story post-list.empty .btn {
  margin-top: 2.5rem;
}

.archive.wellbeing-story:not(.other-posts) {
  padding-top: 0 !important;
}

.archive.wellbeing-story .large-cta {
  border-radius: 0.375rem;
  margin-top: 3.126rem;
  padding: 5rem 0 3.375rem 0 !important;
}

@media (max-width: 479px) {
  .archive.wellbeing-story .large-cta h2 {
    font-size: 2.625rem !important;
  }
}
@media (min-width: 480px) {
  .archive.wellbeing-story .large-cta h2 {
    font-size: calc(2.625rem + (1vw - 0.3rem) * 1.4754) !important;
  }
}
@media (min-width: 1701px) {
  .archive.wellbeing-story .large-cta h2 {
    font-size: 3.75rem !important;
  }
}
@media (max-width: 479px) {
  .archive-filters + .archive.wellbeing-story {
    padding-top: 2.5rem !important;
  }
}
@media (min-width: 480px) {
  .archive-filters + .archive.wellbeing-story {
    padding-top: calc(3.75rem + (1vw - 0.3rem) * 4.918) !important;
  }
}
@media (min-width: 1701px) {
  .archive-filters + .archive.wellbeing-story {
    padding-top: 7.5rem !important;
  }
}
@media (min-width: 980px) {
  .archive.wellbeing-story a.post.wb-story {
    margin-left: 3.125rem;
    width: calc((100% - 6.253rem) / 3);
  }
  .archive.wellbeing-story a.post.wb-story:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .archive.wellbeing-story a.post.wb-story:nth-of-type(3n) ~ a.post {
    margin-top: 3.125rem;
  }
  .archive.wellbeing-story .pr2 a.post.wb-story {
    margin-left: 3.125rem;
    width: calc(50% - 1.563rem);
  }
  .archive.wellbeing-story .pr2 a.post.wb-story:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .archive.wellbeing-story .pr2 a.post.wb-story:nth-of-type(2n) ~ a.post {
    margin-top: 3.125rem;
  }
  .archive.wellbeing-story .pr1 a.post.wb-story {
    margin-left: 0;
    width: 100%;
  }
  .archive.wellbeing-story .pr1 a.post.wb-story ~ a {
    margin-top: 3.126rem;
  }
}
@media (min-width: 829px) and (max-width: 979px) {
  .archive.wellbeing-story a.post.wb-story {
    width: calc(50% - 1.563rem);
  }
  .archive.wellbeing-story a.post.wb-story:nth-of-type(even) {
    margin-left: 3.125rem;
  }
  .archive.wellbeing-story a.post.wb-story:nth-of-type(2n) ~ a.post {
    margin-top: 3.125rem;
  }
}
@media (min-width: 678px) and (max-width: 828px) {
  .archive.wellbeing-story a.post.wb-story {
    width: calc(50% - 1rem);
  }
  .archive.wellbeing-story a.post.wb-story:nth-of-type(even) {
    margin-left: 2rem;
  }
  .archive.wellbeing-story a.post.wb-story:nth-of-type(2n) ~ a.post {
    margin-top: 2rem;
  }
}
@media (min-width: 678px) {
  .archive.wellbeing-story wbs-top {
    min-height: 26rem;
  }
}
@media (max-width: 677px) {
  .archive.wellbeing-story a.post.wb-story {
    width: 100%;
  }
  .archive.wellbeing-story a.post.wb-story ~ a.post.wb-story {
    margin-top: 2.5rem;
  }
  .archive.wellbeing-story wbs-top {
    min-height: 26rem;
  }
}
@media (max-width: 479px) {
  .archive.wellbeing-story a.post.wb-story ~ a.post.wb-story {
    margin-top: 1.5rem;
  }
  .archive.wellbeing-story wbs-top {
    min-height: 26rem;
  }
}
/***** FONT SIZES *****/
.archive.wellbeing-story a.wb-story h3 {
  line-height: 95%;
}

@media (min-width: 979px) {
  .archive.wellbeing-story a.wb-story h3 {
    font-size: 1.938rem;
  }
  .archive.wellbeing-story a.wb-story h3.small {
    font-size: 2.5rem;
  }
  .archive.wellbeing-story a.wb-story h3.mid {
    font-size: 2.5rem;
  }
  .archive.wellbeing-story a.wb-story h3.large {
    font-size: 3rem;
  }
}
@media (min-width: 1100px) {
  .archive.wellbeing-story a.wb-story h3 {
    font-size: 2.125rem;
  }
  .archive.wellbeing-story a.wb-story h3.small {
    font-size: 3.125rem;
  }
  .archive.wellbeing-story a.wb-story h3.mid {
    font-size: 3.125rem;
  }
  .archive.wellbeing-story a.wb-story h3.large {
    font-size: 3.375rem;
  }
}
@media (min-width: 1200px) {
  .archive.wellbeing-story a.wb-story h3 {
    font-size: 2.5rem;
  }
  .archive.wellbeing-story a.wb-story h3.small {
    font-size: 2.875rem;
  }
  .archive.wellbeing-story a.wb-story h3.mid {
    font-size: 2.875rem;
  }
  .archive.wellbeing-story a.wb-story h3.large {
    font-size: 3.25rem;
  }
}
@media (min-width: 1720px) {
  .archive.wellbeing-story a.wb-story h3 {
    font-size: 2.75rem;
  }
  .archive.wellbeing-story a.wb-story h3.small {
    font-size: 3.5rem;
  }
  .archive.wellbeing-story a.wb-story h3.mid {
    font-size: 3.5rem;
  }
  .archive.wellbeing-story a.wb-story h3.large {
    font-size: 3.75rem;
  }
}
@media (min-width: 790px) and (max-width: 978px) {
  .archive.wellbeing-story a.wb-story h3 {
    font-size: 2.75rem;
  }
  .archive.wellbeing-story a.wb-story h3.small {
    font-size: 3.25rem;
  }
  .archive.wellbeing-story a.wb-story h3.mid {
    font-size: 3.25rem;
  }
  .archive.wellbeing-story a.wb-story h3.large {
    font-size: 4rem;
  }
}
@media (min-width: 679px) and (max-width: 789px) {
  .archive.wellbeing-story a.wb-story h3 {
    font-size: 2.375rem;
  }
  .archive.wellbeing-story a.wb-story h3.small {
    font-size: 2.625rem;
  }
  .archive.wellbeing-story a.wb-story h3.mid {
    font-size: 2.625rem;
  }
  .archive.wellbeing-story a.wb-story h3.large {
    font-size: 3.25rem;
  }
}
@media (min-width: 650px) and (max-width: 678px) {
  .archive.wellbeing-story a.wb-story h3 {
    font-size: 2.75rem;
  }
  .archive.wellbeing-story a.wb-story h3.small {
    font-size: 3.25rem;
  }
  .archive.wellbeing-story a.wb-story h3.mid {
    font-size: 3.25rem;
  }
  .archive.wellbeing-story a.wb-story h3.large {
    font-size: 4rem;
  }
}
@media (max-width: 649px) {
  /*	.archive.wellbeing-story a.wb-story h3 { max-width: 20rem; }*/
  .archive.wellbeing-story a.wb-story h3 {
    font-size: 2.625rem;
  }
  .archive.wellbeing-story a.wb-story h3.small {
    font-size: 3rem;
  }
  .archive.wellbeing-story a.wb-story h3.mid {
    font-size: 3rem;
  }
  .archive.wellbeing-story a.wb-story h3.large {
    font-size: 3.625rem;
  }
}
@media (max-width: 399px) {
  .archive.wellbeing-story a.wb-story h3 {
    font-size: 2.5rem;
  }
  .archive.wellbeing-story a.wb-story h3.small {
    font-size: 2.875rem;
  }
  .archive.wellbeing-story a.wb-story h3.mid {
    font-size: 2.875rem;
  }
  .archive.wellbeing-story a.wb-story h3.large {
    font-size: 3.25rem;
  }
}
/************************ WELLBEING STORY SINGLE HERO ************************/
.hero.wb-story {
  padding-top: 2.5rem !important;
  position: relative;
  z-index: 5;
}

.hero.wb-story p#breadcrumbs {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 3.5rem;
  opacity: 0.75;
  text-align: left;
}

.hero.wb-story p#breadcrumbs a {
  font-weight: 400;
}

.hero.wb-story h1 {
  margin-top: 2rem;
}

@media (max-width: 479px) {
  .hero.wb-story h1 {
    font-size: 2.625rem;
  }
}
@media (min-width: 480px) {
  .hero.wb-story h1 {
    font-size: calc(2.625rem + (1vw - 0.3rem) * 2.2951);
  }
}
@media (min-width: 1701px) {
  .hero.wb-story h1 {
    font-size: 4.375rem;
  }
}
/*** PILLARS LIST ***/
.hero.wb-story pillars-list {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  margin-top: 2.5rem;
}

@media (max-width: 479px) {
  .hero.wb-story pillars-list {
    flex-direction: column;
  }
}
.hero.wb-story selected-pillars {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.hero.wb-story pillars-list strong {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.375rem 1.375rem 0.375rem 0;
  position: relative;
  white-space: nowrap;
}

.hero.wb-story pillars-list span {
  align-items: center;
  display: flex;
  font-size: 1.25rem;
  flex-wrap: nowrap;
  line-height: 100%;
  padding: 0.375rem 0;
  white-space: nowrap;
}

.hero.wb-story pillars-list span:not(:last-child) {
  margin-right: 1.375rem;
}

.hero.wb-story pillars-list span:before {
  border-radius: 50%;
  border: 1px solid #2E2A39;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 1.313rem;
  margin: 0 0.813rem 0 0;
  min-width: 1.313rem;
  width: 1.313rem;
}

.hero.wb-story pillars-list .fill-sea:before {
  background-color: #7EDBD6;
}

.hero.wb-story pillars-list .fill-lavendar:before {
  background-color: #C2C5FF;
}

.hero.wb-story pillars-list .fill-peach:before {
  background-color: #FFA286;
}

.hero.wb-story pillars-list .fill-orange:before {
  background-color: #FF6F43;
}

.hero.wb-story pillars-list .fill-pink:before {
  background-color: #EAC8DD;
}

.hero.wb-story pillars-list .fill-green:before {
  background-color: #81D8AE;
}

.hero.wb-story pillars-list .fill-lime:before {
  background-color: #D8ECAA;
}

.hero.wb-story pillars-list .fill-happy:before {
  background-color: #FFD681;
}

.hero.wb-story pillars-list .fill-calm:before {
  background-color: #B2E7F7;
}

.hero.wb-story pillars-list .fill-coal:before {
  background-color: #2E2A39;
}

.hero.wb-story pillars-list .fill-paper:before {
  background-color: #F4F1E9;
}

/*** OTHER DETAILS ***/
.hero.wb-story .content ul {
  display: block;
  font-size: 1.125rem;
  list-style-type: none;
  margin: 1.5rem 0 0 0;
  padding: 0;
}

.hero.wb-story .content ul:empty {
  display: none;
}

.hero.wb-story .content li {
  display: block;
  margin: 0;
}

.hero.wb-story .content li + li {
  margin-top: 1rem;
}

.hero.wb-story .content li span {
  display: inline-block;
  font-weight: 700;
  margin-right: 0.75rem;
}

@media (min-width: 1025px) {
  .hero.wb-story .content {
    align-items: center;
  }
  .hero.wb-story .content g-col:first-child {
    margin-left: auto;
    width: calc(100% - 28.125rem);
  }
  .hero.wb-story .content g-col:last-child {
    margin-left: auto;
    width: 28.125rem;
  }
}
@media (min-width: 800px) and (max-width: 1024px) {
  .hero.wb-story .content {
    align-items: center;
  }
  .hero.wb-story .content g-col:first-child {
    margin-left: auto;
    width: calc(100% - 22rem);
  }
  .hero.wb-story .content g-col:last-child {
    margin-left: auto;
    width: 22rem;
  }
}
@media (max-width: 799px) {
  .hero.wb-story {
    padding-top: 0 !important;
  }
  .hero.wb-story .content g-col {
    margin: 0 auto;
    max-width: 38rem;
  }
  .hero.wb-story a.post {
    margin: 2.5rem 0 0 0;
  }
}
@media (max-width: 479px) {
  .hero.wb-story {
    padding-top: 2.5rem !important;
  }
}
/***** FONT SIZES *****/
.archive.wellbeing-story a.wb-story h3 {
  line-height: 95%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hero.wb-story a.wb-story h3 {
    font-size: 2.375rem;
  }
  .hero.wb-story a.wb-story h3.small {
    font-size: 2.625rem;
  }
  .hero.wb-story a.wb-story h3.mid {
    font-size: 2.625rem;
  }
  .hero.wb-story a.wb-story h3.large {
    font-size: 3.25rem;
  }
}
@media (min-width: 650px) and (max-width: 768px) {
  .hero.wb-story a.wb-story h3 {
    font-size: 2.75rem;
  }
  .hero.wb-story a.wb-story h3.small {
    font-size: 3.25rem;
  }
  .hero.wb-story a.wb-story h3.mid {
    font-size: 3.25rem;
  }
  .hero.wb-story a.wb-story h3.large {
    font-size: 4rem;
  }
}
@media (max-width: 649px) {
  .hero.wb-story a.wb-story h3 {
    font-size: 2.625rem;
  }
  .hero.wb-story a.wb-story h3.small {
    font-size: 3rem;
  }
  .hero.wb-story a.wb-story h3.mid {
    font-size: 3rem;
  }
  .hero.wb-story a.wb-story h3.large {
    font-size: 3.625rem;
  }
}
@media (max-width: 399px) {
  .hero.wb-story a.wb-story h3 {
    font-size: 2rem;
  }
  .hero.wb-story a.wb-story h3.small {
    font-size: 2.375rem;
  }
  .hero.wb-story a.wb-story h3.mid {
    font-size: 2.5rem;
  }
  .hero.wb-story a.wb-story h3.large {
    font-size: 3rem;
  }
}
@media (min-width: 1025px) {
  .hero.wb-story a.wb-story h3 {
    font-size: 2.5rem;
  }
  .hero.wb-story a.wb-story h3.small {
    font-size: 2.875rem;
  }
  .hero.wb-story a.wb-story h3.mid {
    font-size: 2.875rem;
  }
  .hero.wb-story a.wb-story h3.large {
    font-size: 3.25rem;
  }
}
@media (min-width: 1720px) {
  .hero.wb-story a.wb-story h3 {
    font-size: 2.75rem;
  }
  .hero.wb-story a.wb-story h3.small {
    font-size: 3.5rem;
  }
  .hero.wb-story a.wb-story h3.mid {
    font-size: 3.5rem;
  }
  .hero.wb-story a.wb-story h3.large {
    font-size: 3.75rem;
  }
}
@media (min-width: 1025px) {
  .hero.wb-story wbs-top {
    min-height: 28rem;
  }
}
@media (max-width: 1024px) {
  .hero.wb-story wbs-top {
    min-height: 26rem;
  }
}
@media (max-width: 1024px) {
  .hero.wb-story wbs-top {
    min-height: 28rem;
  }
}
@media (max-width: 677px) {
  .hero.wb-story wbs-top {
    min-height: 32rem;
  }
}
@media (max-width: 479px) {
  .hero.wb-story wbs-top {
    min-height: 28rem;
  }
}
/***** TOOLBAR *****/
.hero.wb-story .toolbar g-col {
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 479px) {
  .hero.wb-story .toolbar g-col {
    margin-top: 2.5rem;
  }
}
@media (min-width: 480px) {
  .hero.wb-story .toolbar g-col {
    margin-top: calc(2.5rem + (1vw - 0.3rem) * 4.5902);
  }
}
@media (min-width: 1701px) {
  .hero.wb-story .toolbar g-col {
    margin-top: 6rem;
  }
}
.hero.wb-story pre {
  margin: 0;
}

.hero.wb-story tool-bar {
  background-color: #ede8db;
  border-radius: 3rem;
  box-sizing: border-box;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.875rem;
  justify-content: space-between;
  padding: 0.875rem 2.5rem;
  width: 100%;
}

.hero.wb-story tool-bar .share {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
}

.hero.wb-story tool-bar .share strong {
  display: block;
  font-size: 1.063rem;
  font-weight: 500;
}

.hero.wb-story tool-bar .share ul {
  display: flex;
  flex-wrap: nowrap;
  list-style-type: none;
  margin: 0 0 0 1.25rem;
  padding: 0;
}

.hero.wb-story tool-bar .share li {
  display: block;
}

.hero.wb-story tool-bar .share li + li {
  margin-left: 0.813rem;
}

.hero.wb-story tool-bar .share a {
  align-items: center;
  background-color: transparent;
  border: 2px solid #2E2A39;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  height: 3.125rem;
  justify-content: center;
  flex-wrap: nowrap;
  transition: background-color 200ms ease;
  width: 3.125rem;
}

.hero.wb-story tool-bar .share svg {
  display: block;
  fill: #2E2A39;
  height: 1.375rem;
  transition: background-color 200ms ease;
  width: 1.375rem;
}

.hero.wb-story tool-bar .share a:hover {
  background-color: #2E2A39;
}

.hero.wb-story tool-bar .share a:hover svg {
  fill: #F4F1E9;
}

@media (max-width: 699px) {
  .hero.wb-story tool-bar {
    flex-direction: column;
  }
}
@media (max-width: 549px) {
  .hero.wb-story tool-bar .share {
    flex-direction: column;
  }
  .hero.wb-story tool-bar .share strong {
    margin-bottom: 0.438rem;
  }
}
@media (max-width: 479px) {
  .hero.wb-story tool-bar {
    border-radius: 0.375rem;
  }
}
/***** OTHER POSTS *****/
.archive.stories.other-posts post-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

/*
@media (max-width: 479px)  { .archive.stories.other-posts h2 { margin-bottom: 2rem; }}
@media (min-width: 480px)  { .archive.stories.other-posts h2 { margin-bottom: calc(2rem + ((1vw - 0.3rem) * 1.3115)); }}
@media (min-width: 1701px) { .archive.stories.other-posts h2 { margin-bottom: 3rem; }}
*/
.archive.stories.other-posts g-col {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3.126rem;
  justify-content: space-between;
  width: 100%;
}

.archive.stories.other-posts post-list {
  margin-top: 1.5rem;
  width: 100%;
}

/** SVG DIVIDER IMAGES **/
@media (min-width: 480px) {
  .hero.wb-story {
    margin-top: -9.25rem;
  }
  .hero.wb-story g-rid {
    padding-top: 9.5rem;
  }
}
.hero.wb-story:before {
  background-image: url(img/rip-to-paper.svg);
  background-size: cover !important;
  background-position: center !important;
  content: "";
  height: 0.813rem;
  left: 0;
  position: absolute;
  bottom: calc(100% - 1.5px);
  width: 100%;
}

.hero.wb-story g-row.featured-video g-col {
  margin: 0 auto;
  max-width: 69.188rem;
  width: 100%;
}

@media (max-width: 479px) {
  .hero.wb-story .featured-video {
    margin-top: 2.5rem;
  }
}
@media (min-width: 480px) {
  .hero.wb-story .featured-video {
    margin-top: calc(2.5rem + (1vw - 0.3rem) * 3.2787);
  }
}
@media (min-width: 1701px) {
  .hero.wb-story .featured-video {
    margin-top: 5rem;
  }
}
.hero.wb-story g-row.featured-video .plyr {
  border-radius: 1rem;
}

.hero.wb-story tts-item {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  margin-right: 1.25rem;
}

.hero.wb-story tts-item strong {
  display: block;
  font-size: 1.063rem;
  font-weight: 500;
}

.hero.wb-story tool-bar .play-tts {
  align-items: center;
  background-color: transparent;
  border: 2px solid #2E2A39;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  height: 3.125rem;
  justify-content: center;
  flex-wrap: nowrap;
  margin-left: 1.25rem;
  transition: background-color 200ms ease;
  width: 3.125rem;
}

.hero.wb-story tool-bar .play-tts svg {
  display: block;
  fill: #2E2A39;
  height: 1.375rem;
  transition: background-color 200ms ease;
  width: 1.375rem;
}

.hero.wb-story tool-bar .play-tts:hover {
  background-color: #2E2A39;
}

.hero.wb-story tool-bar .play-tts:hover svg {
  fill: #F4F1E9;
}

@media (max-width: 549px) {
  .hero.wb-story tool-bar .play-tts {
    margin-left: 0;
  }
  .hero.wb-story tts-item strong {
    margin-bottom: 0.438rem;
  }
  .hero.wb-story tts-item {
    flex-direction: column;
    margin-right: 0;
  }
}
.single-wellbeing-story main section:first-child {
  padding-top: 0 !important;
}

/************************ POST TILE ************************/
a.post.wb-tool {
  box-shadow: none !important;
  background: #ede8db;
  border-radius: 1rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
}

a.post.wb-tool figure {
  height: 0;
  padding-bottom: 62.5%;
}

a.post.wb-tool text-content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 2.375rem 2.625rem 2.625rem 2.625rem;
  position: relative;
}

a.post.wb-tool h3 {
  line-height: 140%;
}

a.post.wb-tool h3:not(:first-child) {
  margin-top: 1.375rem;
}

@media (max-width: 479px) {
  a.post.wb-tool h3 {
    font-size: 1.375rem;
  }
}
@media (min-width: 480px) {
  a.post.wb-tool h3 {
    font-size: calc(1.375rem + (1vw - 0.3rem) * 0.3279);
  }
}
@media (min-width: 1701px) {
  a.post.wb-tool h3 {
    font-size: 1.625rem;
  }
}
a.post.wb-tool:hover h3 {
  text-decoration: underline;
}

a.post.wb-tool time {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
}

a.post.wb-tool h3 ~ p {
  font-size: 1.125rem;
  margin-top: 1rem;
}

/*** PILLARS LIST ***/
a.post.wb-tool pillars-list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 479px) {
  a.post.wb-tool pillars-list {
    flex-direction: column;
  }
}
a.post.wb-tool pillars-list span {
  align-items: center;
  display: flex;
  font-size: 1.25rem;
  flex-wrap: nowrap;
  line-height: 100%;
  padding: 0.375rem 0;
  white-space: wrap;
}

a.post.wb-tool pillars-list span:before {
  border-radius: 50%;
  border: 1px solid #2E2A39;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 1.313rem;
  margin: 0 0.813rem 0 0;
  min-width: 1.313rem;
  position: relative;
  top: -0.125rem;
  width: 1.313rem;
}

a.post.wb-tool pillars-list .fill-sea:before {
  background-color: #7EDBD6;
}

a.post.wb-tool pillars-list .fill-lavendar:before {
  background-color: #C2C5FF;
}

a.post.wb-tool pillars-list .fill-peach:before {
  background-color: #FFA286;
}

a.post.wb-tool pillars-list .fill-orange:before {
  background-color: #FF6F43;
}

a.post.wb-tool pillars-list .fill-pink:before {
  background-color: #EAC8DD;
}

a.post.wb-tool pillars-list .fill-green:before {
  background-color: #81D8AE;
}

a.post.wb-tool pillars-list .fill-lime:before {
  background-color: #D8ECAA;
}

a.post.wb-tool pillars-list .fill-happy:before {
  background-color: #FFD681;
}

a.post.wb-tool pillars-list .fill-calm:before {
  background-color: #B2E7F7;
}

a.post.wb-tool pillars-list .fill-coal:before {
  background-color: #2E2A39;
}

a.post.wb-tool pillars-list .fill-paper:before {
  background-color: #F4F1E9;
}

/************************ ARCHIVE ************************/
.archive.wellbeing-tool post-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}

.archive.wellbeing-tool post-list.empty {
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 0 !important;
  min-height: 75vh;
  justify-content: center;
}

.archive.wellbeing-tool post-list.empty .btn,
.archive.wellbeing-tool-v2 post-list.empty .btn {
  margin-top: 2rem;
}

.archive.wellbeing-tool:not(.small) g-rid,
.sidebar {
  opacity: 0;
}

.init-archive .archive.wellbeing-tool:not(.small) g-rid,
.init-archive .sidebar {
  opacity: 1;
  transition: opacity 350ms ease;
}

.archive.wellbeing-tool post-list.empty .btn {
  margin-top: 2.5rem;
}

.archive.wellbeing-tool:not(.other-posts):not(.wellbeing-tool-v2) {
  padding-top: 0 !important;
}

@media (max-width: 479px) {
  .archive-filters + .archive.wellbeing-tool {
    padding-top: 2.5rem !important;
  }
}
@media (min-width: 480px) {
  .archive-filters + .archive.wellbeing-tool {
    padding-top: calc(3.75rem + (1vw - 0.3rem) * 4.918) !important;
  }
}
@media (min-width: 1701px) {
  .archive-filters + .archive.wellbeing-tool {
    padding-top: 7.5rem !important;
  }
}
.archive.wellbeing-tool g-col > strong {
  display: block;
  font-size: 1.786rem;
  font-weight: 400;
  text-align: center;
  width: 100%;
}

@media (max-width: 479px) {
  .archive.wellbeing-tool g-col > strong {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 480px) {
  .archive.wellbeing-tool g-col > strong {
    margin-bottom: calc(0.5rem + (1vw - 0.3rem) * 5.9016);
  }
}
@media (min-width: 1701px) {
  .archive.wellbeing-tool g-col > strong {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1180px) {
  .archive.wellbeing-tool a.post.wb-tool {
    margin-left: 3.125rem;
    width: calc((100% - 6.253rem) / 3);
  }
  .archive.wellbeing-tool a.post.wb-tool:nth-child(3n+1) {
    margin-left: 0;
  }
  .archive.wellbeing-tool a.post.wb-tool:nth-child(3n) ~ a.post {
    margin-top: 3.125rem;
  }
  .archive.wellbeing-tool .pr2 a.post.wb-tool {
    margin-left: 3.125rem;
    width: calc(50% - 1.563rem);
  }
  .archive.wellbeing-tool .pr2 a.post.wb-tool:nth-child(2n+1) {
    margin-left: 0;
  }
  .archive.wellbeing-tool .pr2 a.post.wb-tool:nth-child(2n) ~ a.post {
    margin-top: 3.125rem;
  }
  .archive.wellbeing-tool .pr1 a.post.wb-tool {
    flex-direction: row;
    min-height: 20rem;
    margin-left: 0;
    width: 100%;
    margin-bottom: 3.252rem;
  }
  .archive.wellbeing-tool .pr1 a.post.wb-tool text-content {
    justify-content: flex-end;
    text-align: left;
    width: 50%;
  }
  .archive.wellbeing-tool .pr1 a.post.wb-tool text-content:before {
    display: none;
  }
  .archive.wellbeing-tool .pr1 a.post.wb-tool figure {
    padding-bottom: 0;
    height: 100%;
    width: 50%;
  }
}
@media (min-width: 738px) and (max-width: 1179px) {
  .archive.wellbeing-tool a.post.wb-tool {
    width: calc(50% - 1.563rem);
  }
  .archive.wellbeing-tool a.post.wb-tool:nth-child(even) {
    margin-left: 3.125rem;
  }
  .archive.wellbeing-tool a.post.wb-tool:nth-child(2n) ~ a.post {
    margin-top: 3.125rem;
  }
}
@media (max-width: 737px) {
  .archive.wellbeing-tool a.post.wb-tool {
    width: 100%;
  }
  .archive.wellbeing-tool a.post.wb-tool ~ a.post.wb-tool {
    margin-top: 2.5rem;
  }
}
@media (max-width: 479px) {
  .archive.wellbeing-tool a.post.wb-tool ~ a.post.wb-tool {
    margin-top: 1.5rem;
  }
}
.archive.wellbeing-tool.other-posts g-col {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3.126rem;
  justify-content: space-between;
  width: 100%;
}

.archive.wellbeing-tool.other-posts post-list {
  margin-top: 1.5rem;
  width: 100%;
}

/************************ WELLBEING TOOL SINGLE HERO ************************/
.hero.wb-tool {
  margin-bottom: -2.5rem;
  padding: 2.5rem 0 0.25rem 0 !important;
  position: relative;
  z-index: 7;
}

.hero.wb-tool wbt-details {
  background-color: #EDE8DB;
  box-sizing: border-box;
  display: block;
  border-radius: 0.813rem;
  margin: 2rem 0 1rem 0;
  padding: 1.875rem 2.375rem;
  width: 100%;
}

.hero.wb-tool .breadcrumbs {
  margin-top: 3rem;
}

.hero.wb-tool a.print {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5rem;
  margin-top: 0.625rem;
}

.hero.wb-tool a.print:hover {
  text-decoration: underline;
}

.hero.wb-tool h1 ~ a.btn {
  margin-top: 2rem;
}

.hero.wb-tool p#breadcrumbs {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 3.5rem;
  opacity: 0.75;
  text-align: left;
}

.hero.wb-tool p#breadcrumbs a {
  font-weight: 400;
}

.hero.wb-tool figure {
  background-color: #2E2A39;
  border-radius: 1rem;
  display: block;
  height: 0;
  padding-bottom: 65%;
  position: relative;
}

.hero.wb-tool figure img {
  opacity: 0.9;
}

.hero.wb-tool figure a.btn {
  position: absolute !important;
  bottom: 3rem;
  left: 3rem;
  position: relative;
  width: calc(100% - 6rem);
  z-index: 2;
}

/*** OTHER DETAILS ***/
.hero.wb-tool .content ul {
  display: block;
  font-size: 1.125rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.hero.wb-tool .content ul:empty {
  display: none;
}

.hero.wb-tool .content li {
  display: block;
  font-size: 1.063rem;
  margin: 0;
}

.hero.wb-tool .content li + li {
  margin-top: 0.625rem;
}

.hero.wb-tool .content li > span {
  box-sizing: border-box;
  display: inline-block;
  font-weight: 700;
  line-height: 120%;
  padding-right: 0.75rem;
  min-width: 10rem;
  width: 10rem;
}

.hero.wb-tool a.btn {
  width: 100%;
}

.hero.wb-tool a.btn:not(:first-child) {
  margin-top: 2rem;
}

html.printer-friendly .hero.wb-tool .breadcrumbs g-col {
  margin: 0 auto;
  width: 100%;
}

html.printer-friendly .hero.wb-tool .content {
  align-items: flex-start;
}

html.printer-friendly .hero.wb-tool .content g-col:first-child {
  margin-left: 0;
  max-width: 40.188rem;
  width: 50%;
}

html.printer-friendly .hero.wb-tool .content g-col:last-child {
  margin-left: auto;
  max-width: 34.125rem;
  width: 50%;
}

@media (min-width: 1142px) {
  html:not(.printer-friendly) .hero.wb-tool .breadcrumbs g-col {
    margin: 0 auto;
    width: 100%;
  }
  html:not(.printer-friendly) .hero.wb-tool .content {
    align-items: flex-start;
  }
  html:not(.printer-friendly) .hero.wb-tool .content g-col:first-child {
    margin-left: 0;
    max-width: 40.188rem;
    width: 50%;
  }
  html:not(.printer-friendly) .hero.wb-tool .content g-col:last-child {
    margin-left: auto;
    max-width: 34.125rem;
    width: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1141px) {
  html:not(.printer-friendly) .hero.wb-tool .content g-col:first-child {
    margin-left: 0;
    max-width: 40.188rem;
    width: 50%;
  }
  html:not(.printer-friendly) .hero.wb-tool .content g-col:last-child {
    margin-left: auto;
    max-width: 34.125rem;
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .hero.wb-tool {
    padding-top: 0 !important;
  }
  .hero.wb-tool .content {
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
  .hero.wb-tool .content g-col:last-child {
    margin-top: 2.5rem;
  }
}
@media (max-width: 519px) {
  .hero.wb-tool .content li > span {
    display: block;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .hero.wb-tool {
    padding-top: 2.5rem !important;
  }
}
@media (min-width: 480px) {
  .hero.wb-tool {
    margin-top: -9.25rem;
  }
  .hero.wb-tool g-rid {
    padding-top: 9.5rem;
  }
}
@media (min-width: 880px) {
  .hero.wb-tool g-rid {
    padding-top: 9.25rem;
  }
}
html.printer-friendly .hero.wb-tool g-rid {
  padding-top: 2.5cm !important;
}

html.printer-friendly .hero.wb-tool {
  padding-bottom: 1.5cm !important;
}

/** SVG DIVIDER IMAGES **/
html:not(.printer-friendly) .hero.wb-tool:before {
  background-image: url(img/rip-to-paper.svg);
  background-size: cover !important;
  background-position: center !important;
  content: "";
  height: 0.813rem;
  left: 0;
  position: absolute;
  bottom: calc(100% - 1.5px);
  width: 100%;
}

html.printer-friendly .pf-link {
  margin-top: 3rem;
}

html.printer-friendly .pf-link,
html.printer-friendly .pf-link + span {
  display: block;
  font-size: 1.75rem;
  line-height: 150%;
  word-break: break-all;
}

.wb-tool.hero g-col:first-child pillars-list {
  margin-top: 0.75rem;
}

/*** PILLARS LIST ***/
.hero.wb-tool pillars-list {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  margin-top: 0 !important;
}

@media (max-width: 479px) {
  .hero.wb-tool pillars-list {
    flex-direction: column;
  }
}
.hero.wb-tool selected-pillars {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.hero.wb-tool pillars-list strong {
  box-sizing: border-box;
  display: block;
  font-size: 1.063rem;
  font-weight: 700;
  width: 10rem;
  min-width: 10rem;
  line-height: 120%;
  padding: 0 1.375rem 0 0;
  position: relative;
  white-space: nowrap;
}

[lang=cy] .hero.wb-tool pillars-list strong {
  min-width: 9rem;
}

.hero.wb-tool pillars-list span {
  align-items: center;
  display: flex !important;
  font-size: 1.063rem;
  flex-wrap: nowrap;
  font-weight: 400 !important;
  line-height: 100%;
  padding: 0.375rem 0;
}

.hero.wb-tool pillars-list span:not(:last-child) {
  margin-right: 1.375rem;
}

.hero.wb-tool pillars-list span:before {
  border-radius: 50%;
  border: 1px solid #2E2A39;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 0.938rem;
  margin: 0 0.5rem 0 0;
  min-width: 0.938rem;
  position: relative;
  top: -1px;
  width: 0.938rem;
}

.hero.wb-tool pillars-list .fill-sea:before {
  background-color: #7EDBD6;
}

.hero.wb-tool pillars-list .fill-lavendar:before {
  background-color: #C2C5FF;
}

.hero.wb-tool pillars-list .fill-peach:before {
  background-color: #FFA286;
}

.hero.wb-tool pillars-list .fill-orange:before {
  background-color: #FF6F43;
}

.hero.wb-tool pillars-list .fill-pink:before {
  background-color: #EAC8DD;
}

.hero.wb-tool pillars-list .fill-green:before {
  background-color: #81D8AE;
}

.hero.wb-tool pillars-list .fill-lime:before {
  background-color: #D8ECAA;
}

.hero.wb-tool pillars-list .fill-happy:before {
  background-color: #FFD681;
}

.hero.wb-tool pillars-list .fill-calm:before {
  background-color: #B2E7F7;
}

.hero.wb-tool pillars-list .fill-coal:before {
  background-color: #2E2A39;
}

.hero.wb-tool pillars-list .fill-paper:before {
  background-color: #F4F1E9;
}

@media (max-width: 519px) {
  .hero.wb-tool pillars-list {
    flex-direction: column;
  }
  .hero.wb-tool pillars-list * {
    width: 100%;
  }
}
/************************ NEW FILTERS ************************/
/********** MOBILE **********/
@media (min-width: 769px) {
  .flex.filters.v2 {
    background-color: #D8ECAA;
    padding: 2.5rem 0 !important;
    z-index: 2;
  }
  .flex.filters.v2 #ajax-filter form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
  }
  .flex.filters.v2 #ajax-filter filter-set {
    display: block;
    max-width: 22rem;
    position: relative;
    width: 100%;
  }
  .flex.filters.v2 button[data-toggle] {
    align-items: center;
    background-color: #ECEAE3;
    border: 0;
    border-radius: 0.938rem;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-family: "roc-grotesk", sans-serif;
    font-size: 1.188rem;
    font-weight: 600;
    font-style: normal;
    margin: 0;
    min-height: 3.5rem;
    gap: 1rem;
    justify-content: space-between;
    padding: 0.5rem 1.5rem 0rem 1.5rem;
    text-align: left;
    width: 100%;
  }
  .flex.filters.v2 button[data-toggle].active {
    border-radius: 0.938rem 0.938rem 0 0;
  }
  .flex.filters.v2 button[data-toggle].active svg {
    transform: rotate(180deg);
  }
  .flex.filters.v2 filter-set ul {
    background-color: #ECEAE3;
    border-radius: 0 0 0.938rem 0.938rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.375rem;
    list-style-type: none;
    margin: 0;
    padding: 1rem 1.5rem 1.125rem 1.5rem;
    position: absolute;
    left: 0;
    top: calc(100% - 2px);
    width: 100%;
  }
  .flex.filters.v2 ul input {
    display: none;
  }
  .flex.filters.v2 ul label,
  .flex.filters.v2 ul button:not(.btn) {
    align-items: flex-start;
    background-color: transparent;
    box-sizing: border-box;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    font-family: inherit;
    font-size: 1rem;
    gap: 0.75rem;
    line-height: 120%;
    min-height: 1.75rem;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 100%;
  }
  .flex.filters.v2 ul label:before,
  .flex.filters.v2 ul button:not(.btn):before {
    background-color: #FFF;
    border: 2px solid #bfbfbf;
    border-radius: 0.188rem;
    box-sizing: border-box;
    content: "";
    height: 20px;
    left: 0;
    min-width: 20px;
    position: relative;
    top: -3px;
    width: 20px;
  }
  .flex.filters.v2 ul label:after,
  .flex.filters.v2 ul button:not(.btn):after {
    background-color: #2E2A39;
    border: 0;
    border-radius: 0.063rem;
    content: "";
    height: 14px;
    left: 3px;
    min-width: 14px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 125ms ease;
    width: 14px;
  }
  .flex.filters.v2 ul label:hover:after {
    opacity: 0.1;
  }
  .flex.filters.v2 ul:not(:has(input:checked)) li > button:not(.btn):after,
  .flex.filters.v2 ul input:checked + label:after {
    opacity: 1;
  }
  .flex.filters.v2 filter-set:has(button.active) {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    z-index: 2;
  }
  .flex.filters.v2 filter-set li button {
    width: 100%;
  }
  .flex.filters.v2 filter-set li .btn {
    margin-top: 0.5rem;
  }
  filter-title {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1.5rem;
    margin-bottom: 1.875rem;
  }
  filter-title img {
    height: auto !important;
    width: 3.5rem;
  }
  filter-title strong {
    font-size: 1.875rem;
  }
  .filters.v2 + #response {
    min-height: 100vh;
  }
  .flex.filters.v2 selected-filters.searching {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 0.5rem;
    margin-top: 2rem;
    width: 100%;
  }
  .flex.filters.v2 selected-filters:not(.searching) {
    display: none;
  }
  .flex.filters.v2 selected-filters button {
    align-items: center;
    border-radius: 0.375rem;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-family: "roc-grotesk", sans-serif;
    font-size: 0.938rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    padding: 0.25rem 0.75rem 0.125rem 0.75rem;
    transition: background-color 150ms ease-out;
    gap: 0.75rem;
  }
  .flex.filters.v2 selected-filters button:hover {
    background-color: #FFF;
  }
  .flex.filters.v2 selected-filters button[data-action=remove-all] {
    font-weight: 600;
  }
  .flex.filters.v2 selected-filters:empty {
    display: none;
  }
  .flex.filters.v2 #ajax-filter > button,
  .v2-mobile-trigger {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .v2-mobile-trigger button {
    align-items: center;
    box-sizing: border-box;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    text-align: left;
    gap: 20px;
    width: 100%;
  }
  .v2-mobile-trigger button svg {
    height: 48px;
    min-width: 48px;
    width: 48px;
  }
  .v2-mobile-trigger button span {
    font-family: "roc-grotesk", sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-align: left;
  }
  .v2-mobile-trigger {
    padding: 10px 0 0 0 !important;
  }
  #ajax-filter button[data-action=reset-v2-filters] {
    align-items: center;
    box-sizing: border-box;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    text-align: left;
    margin: 10px 0;
    gap: 20px;
    width: 100%;
  }
  #ajax-filter button[data-action=reset-v2-filters] svg {
    height: 36px;
    min-width: 36px;
    width: 36px;
  }
  #ajax-filter button[data-action=reset-v2-filters] span {
    font-family: "roc-grotesk", sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-align: left;
  }
  body:not(.wbt-searching) #ajax-filter button[data-action=reset-v2-filters] {
    display: none !important;
  }
  .flex.filters.v2 {
    background-color: #D8ECAA;
    display: none;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  .show-v2-filters .flex.filters.v2 {
    display: flex;
  }
  .show-v2-filters .uwy {
    display: none !important;
    opacity: 0;
    pointer-events: none;
  }
  .flex.filters.v2 g-row {
    padding: 40px 0 110px 0;
  }
  .flex.filters.v2 filter-title {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1.5rem;
    margin-bottom: 1.875rem;
  }
  .flex.filters.v2 filter-title img {
    height: auto !important;
    width: 3.5rem;
  }
  .flex.filters.v2 filter-title strong {
    font-size: 2.25rem;
  }
  .flex.filters.v2 form {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2rem;
  }
  .flex.filters.v2 button[data-toggle] {
    align-items: center;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #FFF;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-family: inherit;
    font-weight: bold;
    font-size: 2rem;
    gap: 0 2rem;
    padding: 1rem 0;
    justify-content: space-between;
    text-align: left;
    width: 100%;
  }
  .flex.filters.v2 button[data-toggle] svg {
    display: block;
    height: 40px;
    width: 40px;
  }
  .flex.filters.v2 button[data-toggle]:not(.active) svg {
    transform: rotate(180deg);
  }
  .flex.filters.v2 button.active + ul {
    display: none !important;
  }
  .flex.filters.v2 button:not(.active) + ul {
    display: flex !important;
  }
  .flex.filters.v2 ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.25rem 0.375rem;
    margin: 1rem 0 0 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
  }
  .flex.filters.v2 li:last-child {
    display: none;
  }
  .flex.filters.v2 ul input {
    display: none;
  }
  .flex.filters.v2 ul label,
  .flex.filters.v2 ul button {
    background-color: #F4F1E9;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3rem;
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 16px;
    padding: 11px 16px 9px 16px;
    transition: background 175ms ease-out, border 175ms ease-out, color 175ms ease-out;
    position: relative;
    text-align: left;
  }
  .flex.filters.v2 ul input:checked + label,
  .flex.filters.v2 ul:not(:has(input:checked)) li > button {
    background-color: #2E2A39;
    color: #F4F1E9;
  }
  .flex.filters.v2 selected-filters {
    display: none;
  }
  .flex.filters.v2 #ajax-filter > button[data-action=close] {
    background-color: #F4F1E9;
    border: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.125);
    cursor: pointer;
    position: fixed;
    font-family: inherit;
    font-size: 22px;
    font-weight: bold;
    bottom: 0;
    left: 0;
    padding: 22px;
    width: 100%;
    z-index: 2;
  }
  .flex.filters.v2 #ajax-filter > button[data-action=close]:before {
    width: 16px;
    height: 16px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0);
    background-color: #2e2a39;
    opacity: 0;
    box-shadow: 32px 0 #2e2a39, -32px 0 #2e2a39;
    animation: v2_flash 0.5s ease-out infinite alternate;
  }
  .flex.filters.v2.loading #ajax-filter > button[data-action=close] {
    color: transparent;
  }
  .flex.filters.v2.loading #ajax-filter > button[data-action=close]:before {
    opacity: 1;
  }
  @keyframes v2_flash {
    0% {
      background-color: rgba(0, 0, 0, 0);
      box-shadow: 32px 0 rgba(0, 0, 0, 0), -32px 0 #2e2a39;
    }
    50% {
      background-color: #2e2a39;
      box-shadow: 32px 0 rgba(0, 0, 0, 0), -32px 0 rgba(0, 0, 0, 0);
    }
    100% {
      background-color: rgba(0, 0, 0, 0);
      box-shadow: 32px 0 #2e2a39, -32px 0 rgba(0, 0, 0, 0);
    }
  }
}
.v2-filtering-enabled .banner button[data-action=show-filters] {
  display: none;
}

.firefox .scroll-content {
  scrollbar-width: none;
}

@media print {
  html.printer-friendly {
    zoom: 25%;
  }
}
@page {
  size: A4;
  margin: 2.5em;
}
html.printer-friendly {
  font-size: 12px;
  zoom: 100%;
}

html.printer-friendly body {
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
  margin: 0 auto;
  width: 24cm;
}

html.printer-friendly main {
  display: inline;
}

html.printer-friendly top-bar,
html.printer-friendly .banner.home:before,
html.printer-friendly header nav,
html.printer-friendly footer,
html.printer-friendly #hero-banner-button,
html.printer-friendly .uwy,
html.printer-friendly .sidebar,
html.printer-friendly .other-posts,
html.printer-friendly button[data-action=toggle-nav] {
  display: none !important;
}

html.printer-friendly main section.flex:first-child {
  padding-top: 0 !important;
}

html.printer-friendly .archive.stories.small wbs-top {
  min-height: 21rem;
}

html.printer-friendly main + .subscribe-cta {
  padding-top: 2cm !important;
}

/*# sourceMappingURL=main.bundle.css.map*/