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

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

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

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

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

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

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

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

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh; }

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

.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
  flex-direction: column; }

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

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

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

.gslide-image {
  align-items: center; }

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

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

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

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

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

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

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto; }

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

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

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

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

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

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

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

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

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

.gslide-media {
  display: flex;
  width: auto; }

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

.desc-bottom .gslide-media, .desc-top .gslide-media {
  margin: 0 auto;
  flex-direction: column; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gdesc-open .gslide-media {
  transition: opacity .5s ease;
  opacity: .4; }

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

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

.greset {
  transition: all .3s ease; }

.gabsolute {
  position: absolute; }

.grelative {
  position: relative; }

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

.glightbox-open {
  overflow: hidden; }

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

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

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

.gclose, .gnext, .gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

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

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

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

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

iframe.wait-autoplay {
  opacity: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html {
  font-size: 18px; }

html, body {
  font-family: "Azeret Mono", monospace;
  letter-spacing: -0.01em;
  font-size: 18px;
  line-height: 2.3;
  font-weight: 300;
  color: #272727;
  text-rendering: optimizeLegibility; }
  @media screen and (min-width: 1920px) {
    html, body {
      font-size: 0.9375vw; } }

.small {
  font-size: 0.618rem; }

.tiny {
  font-size: 0.5rem; }

.bold {
  font-weight: 700; }

.light {
  font-weight: 200; }

.italic {
  font-style: oblique; }

.white {
  color: #FFF !important; }

.txt-right {
  text-align: right; }

.txt-left {
  text-align: left; }

p, label {
  margin-bottom: 1.3em; }

a {
  color: #377A43; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .risers-fallers__row .country, .risers-fallers__row .change, .h4, .newsletter__copy, .h5 {
  font-family: "Azeret Mono", monospace;
  font-weight: 600;
  line-height: 1.5;
  color: #272727;
  margin: 0 0 0.9em;
  letter-spacing: -0.01em; }

h1, .h1 {
  font-size: 2.667rem; }

h2, .h2 {
  font-size: 2.167rem; }

h3, .h3, .risers-fallers__row .country, .risers-fallers__row .change {
  font-size: 1.778rem; }

h4, .h4, .newsletter__copy {
  font-size: 1.389rem; }

h5, .h5 {
  font-size: 1.111rem; }

@media screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 3.464rem; }
  h2, .h2 {
    font-size: 2.667rem; }
  h3, .h3, .risers-fallers__row .country, .risers-fallers__row .change {
    font-size: 2.167rem; }
  h4, .h4, .newsletter__copy {
    font-size: 1.389rem; }
  h5, .h5 {
    font-size: 1.389rem; } }

.cms-content h1, .cms-content .h1 {
  font-size: 2.667rem; }

.cms-content h2, .cms-content .h2 {
  font-size: 2.167rem; }

.cms-content h3, .cms-content .h3, .cms-content .risers-fallers__row .country, .risers-fallers__row .cms-content .country, .cms-content .risers-fallers__row .change, .risers-fallers__row .cms-content .change {
  font-size: 1.722rem; }

.cms-content h4, .cms-content .h4, .cms-content .newsletter__copy {
  font-size: 1.389rem; }

.cms-content h5, .cms-content .h5 {
  font-size: 1.111rem; }

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none; }

.content-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 4;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 499px) {
    .content-wrapper {
      padding-left: 32px;
      padding-right: 32px; } }
  @media screen and (min-width: 1024px) and (max-width: 1294px) {
    .content-wrapper {
      padding-left: 48px;
      padding-right: 48px; } }
  @media screen and (min-width: 1294px) {
    .content-wrapper {
      padding-left: 1.778rem;
      padding-right: 1.778rem; } }
  @media screen and (min-width: 1294px) and (max-width: 1390px) {
    .content-wrapper {
      max-width: 68rem; } }
  @media screen and (min-width: 1390px) {
    .content-wrapper {
      max-width: 71.889rem; } }
  @media screen and (min-width: 499px) {
    .content-wrapper--xl {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 1024px) and (max-width: 1294px) {
    .content-wrapper--xl {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 1294px) {
    .content-wrapper--xl {
      padding-left: 1.111rem;
      padding-right: 1.111rem; } }
  @media screen and (min-width: 1294px) and (max-width: 1390px) {
    .content-wrapper--xl {
      max-width: 73.556rem; } }
  @media screen and (min-width: 1390px) {
    .content-wrapper--xl {
      max-width: 77.444rem; } }
  .content-wrapper--narrow {
    max-width: 790px; }
    @media screen and (min-width: 1230px) {
      .content-wrapper--narrow {
        max-width: 48.889rem; }
        .content-wrapper--narrow .content-container {
          max-width: 37.778rem;
          margin: 0 auto; } }
  .content-wrapper--full {
    width: 100%;
    max-width: none; }
  .content-wrapper--split-right {
    max-width: none; }
    @media screen and (min-width: 1024px) {
      .content-wrapper--split-right {
        padding-left: 48px;
        padding-right: 48px; } }
    @media screen and (min-width: 1390px) {
      .content-wrapper--split-right {
        padding-right: 1.778rem;
        padding-right: calc(50vw - 33.722rem); } }
  .content-wrapper--split-left {
    max-width: none; }
    @media screen and (min-width: 1024px) {
      .content-wrapper--split-left {
        padding-left: 48px;
        padding-right: 48px; } }
    @media screen and (min-width: 1390px) {
      .content-wrapper--split-left {
        padding-left: 1.778rem;
        padding-left: calc(50vw - 33.722rem); } }
  .content-wrapper--bleed-left {
    padding-left: 0;
    max-width: none; }
    @media screen and (min-width: 1294px) and (max-width: 1390px) {
      .content-wrapper--bleed-left {
        padding-right: calc(50vw - 34rem); } }
    @media screen and (min-width: 1390px) {
      .content-wrapper--bleed-left {
        padding-right: calc(50vw - 35.944rem); } }
  @media screen and (min-width: 1090px) {
    .content-wrapper--bleed-right {
      padding-right: 0;
      padding-left: calc(50vw - 35.944rem);
      max-width: none; } }
  @media screen and (max-width: 600px) {
    .content-wrapper--fw-mb {
      padding-left: 0;
      padding-right: 0; } }

.grid {
  overflow: hidden;
  margin-left: -24px;
  margin-right: -24px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media screen and (min-width: 1230px) {
    .grid {
      margin-left: -1.333rem;
      margin-right: -1.333rem; } }
  .grid--center {
    justify-content: center; }
  .grid--small-gutter.grid {
    margin-left: -0.333rem;
    margin-right: -0.333rem; }
    .grid--small-gutter.grid > .column,
    .grid--small-gutter.grid > .grid__row > .column {
      padding-left: 0.333rem;
      padding-right: 0.333rem; }
  .grid--no-gutter {
    margin-left: 0;
    margin-right: 0; }
    .grid--no-gutter > .column,
    .grid--no-gutter > .grid__row > .column {
      padding-left: 0px;
      padding-right: 0px; }
  .grid--large-gutter {
    margin-left: -32px;
    margin-right: -32px; }
    .grid--large-gutter > .column {
      padding-left: 32px;
      padding-right: 32px; }
  .grid--edged {
    margin-left: 0;
    margin-right: 0; }
  .grid--overflow {
    overflow: visible; }
    .grid--overflow:after {
      content: '';
      display: block;
      clear: both; }
  .grid--reverse > .column {
    float: right; }
  .grid__row {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap; }
    @media screen and (min-width: 768px) {
      .grid__row--reverse {
        flex-direction: row-reverse; } }

.column {
  float: left;
  width: 100%;
  flex-basis: 100%;
  padding-left: 24px;
  padding-right: 24px; }
  @media screen and (min-width: 768px) {
    .column {
      width: 50%;
      flex-basis: 50%; } }
  @media screen and (min-width: 1280px) {
    .column {
      padding-left: 1.333rem;
      padding-right: 1.333rem; } }

.grid, .column {
  box-sizing: border-box; }

.column--1 {
  width: 8.33333%;
  flex-basis: 8.33333%; }

.column--2 {
  width: 16.66667%;
  flex-basis: 16.66667%; }

.column--3 {
  width: 25%;
  flex-basis: 25%; }

.column--4 {
  width: 33.33333%;
  flex-basis: 33.33333%; }

.column--5 {
  width: 41.66667%;
  flex-basis: 41.66667%; }

.column--6 {
  width: 50%;
  flex-basis: 50%; }

.column--7 {
  width: 58.33333%;
  flex-basis: 58.33333%; }

.column--8 {
  width: 66.66667%;
  flex-basis: 66.66667%; }

.column--9 {
  width: 75%;
  flex-basis: 75%; }

.column--10 {
  width: 83.33333%;
  flex-basis: 83.33333%; }

.column--11 {
  width: 91.66667%;
  flex-basis: 91.66667%; }

.column--12 {
  width: 100%;
  flex-basis: 100%; }

@media screen and (min-width: 768px) {
  .column.column--md-1 {
    width: 8.33333%;
    flex-basis: 8.33333%; } }

@media screen and (min-width: 768px) {
  .column.column--md-2 {
    width: 16.66667%;
    flex-basis: 16.66667%; } }

@media screen and (min-width: 768px) {
  .column.column--md-3 {
    width: 25%;
    flex-basis: 25%; } }

@media screen and (min-width: 768px) {
  .column.column--md-4 {
    width: 33.33333%;
    flex-basis: 33.33333%; } }

@media screen and (min-width: 768px) {
  .column.column--md-5 {
    width: 41.66667%;
    flex-basis: 41.66667%; } }

@media screen and (min-width: 768px) {
  .column.column--md-6 {
    width: 50%;
    flex-basis: 50%; } }

@media screen and (min-width: 768px) {
  .column.column--md-7 {
    width: 58.33333%;
    flex-basis: 58.33333%; } }

@media screen and (min-width: 768px) {
  .column.column--md-8 {
    width: 66.66667%;
    flex-basis: 66.66667%; } }

@media screen and (min-width: 768px) {
  .column.column--md-9 {
    width: 75%;
    flex-basis: 75%; } }

@media screen and (min-width: 768px) {
  .column.column--md-10 {
    width: 83.33333%;
    flex-basis: 83.33333%; } }

@media screen and (min-width: 768px) {
  .column.column--md-11 {
    width: 91.66667%;
    flex-basis: 91.66667%; } }

@media screen and (min-width: 768px) {
  .column.column--md-12 {
    width: 100%;
    flex-basis: 100%; } }

@media screen and (min-width: 1024px) {
  .column.column--lrg-1 {
    width: 8.33333%;
    flex-basis: 8.33333%; } }

@media screen and (min-width: 1024px) {
  .column.column--lrg-2 {
    width: 16.66667%;
    flex-basis: 16.66667%; } }

@media screen and (min-width: 1024px) {
  .column.column--lrg-3 {
    width: 25%;
    flex-basis: 25%; } }

@media screen and (min-width: 1024px) {
  .column.column--lrg-4 {
    width: 33.33333%;
    flex-basis: 33.33333%; } }

@media screen and (min-width: 1024px) {
  .column.column--lrg-5 {
    width: 41.66667%;
    flex-basis: 41.66667%; } }

@media screen and (min-width: 1024px) {
  .column.column--lrg-6 {
    width: 50%;
    flex-basis: 50%; } }

@media screen and (min-width: 1024px) {
  .column.column--lrg-7 {
    width: 58.33333%;
    flex-basis: 58.33333%; } }

@media screen and (min-width: 1024px) {
  .column.column--lrg-8 {
    width: 66.66667%;
    flex-basis: 66.66667%; } }

@media screen and (min-width: 1024px) {
  .column.column--lrg-9 {
    width: 75%;
    flex-basis: 75%; } }

@media screen and (min-width: 1024px) {
  .column.column--lrg-10 {
    width: 83.33333%;
    flex-basis: 83.33333%; } }

@media screen and (min-width: 1024px) {
  .column.column--lrg-11 {
    width: 91.66667%;
    flex-basis: 91.66667%; } }

@media screen and (min-width: 1024px) {
  .column.column--lrg-12 {
    width: 100%;
    flex-basis: 100%; } }

.mt-0 {
  margin-top: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-auto {
  margin-left: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-4 {
  margin-bottom: 4px; }

.mt-4 {
  margin-top: 4px; }

.mb-8 {
  margin-bottom: 8px; }

.mt-8 {
  margin-top: 8px; }

.mb-12 {
  margin-bottom: 12px; }

.mt-12 {
  margin-top: 12px; }

.mb-16 {
  margin-bottom: 16px; }

.mt-16 {
  margin-top: 16px; }

.mb-20 {
  margin-bottom: 20px; }

.mt-20 {
  margin-top: 20px; }

.mb-24 {
  margin-bottom: 24px; }

.mt-24 {
  margin-top: 24px; }

.mb-28 {
  margin-bottom: 28px; }

.mt-28 {
  margin-top: 28px; }

.mb-32 {
  margin-bottom: 32px; }

.mt-32 {
  margin-top: 32px; }

.mb-36 {
  margin-bottom: 36px; }

.mt-36 {
  margin-top: 36px; }

.mb-40 {
  margin-bottom: 40px; }

.mt-40 {
  margin-top: 40px; }

.mb-44 {
  margin-bottom: 44px; }

.mt-44 {
  margin-top: 44px; }

.mb-48 {
  margin-bottom: 48px; }

.mt-48 {
  margin-top: 48px; }

.mb-52 {
  margin-bottom: 52px; }

.mt-52 {
  margin-top: 52px; }

.mb-56 {
  margin-bottom: 56px; }

.mt-56 {
  margin-top: 56px; }

.mb-60 {
  margin-bottom: 60px; }

.mt-60 {
  margin-top: 60px; }

.mb-64 {
  margin-bottom: 64px; }

.mt-64 {
  margin-top: 64px; }

.mb-68 {
  margin-bottom: 68px; }

.mt-68 {
  margin-top: 68px; }

.mb-72 {
  margin-bottom: 72px; }

.mt-72 {
  margin-top: 72px; }

.mb-76 {
  margin-bottom: 76px; }

.mt-76 {
  margin-top: 76px; }

.mb-80 {
  margin-bottom: 80px; }

.mt-80 {
  margin-top: 80px; }

.mb-84 {
  margin-bottom: 84px; }

.mt-84 {
  margin-top: 84px; }

.mb-88 {
  margin-bottom: 88px; }

.mt-88 {
  margin-top: 88px; }

.mb-92 {
  margin-bottom: 92px; }

.mt-92 {
  margin-top: 92px; }

.mb-96 {
  margin-bottom: 96px; }

.mt-96 {
  margin-top: 96px; }

.mb-100 {
  margin-bottom: 100px; }

.mt-100 {
  margin-top: 100px; }

.mb-104 {
  margin-bottom: 104px; }

.mt-104 {
  margin-top: 104px; }

.mb-108 {
  margin-bottom: 108px; }

.mt-108 {
  margin-top: 108px; }

.mb-112 {
  margin-bottom: 112px; }

.mt-112 {
  margin-top: 112px; }

.mb-116 {
  margin-bottom: 116px; }

.mt-116 {
  margin-top: 116px; }

.mb-120 {
  margin-bottom: 120px; }

.mt-120 {
  margin-top: 120px; }

.mb-124 {
  margin-bottom: 124px; }

.mt-124 {
  margin-top: 124px; }

.mb-128 {
  margin-bottom: 128px; }

.mt-128 {
  margin-top: 128px; }

.pt-0 {
  padding-top: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pad-10 {
  padding: 10px; }

.pad-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.pad-8 {
  padding: 8px; }

@media screen and (max-width: 1023px) {
  .pad-sml-8 {
    padding: 8px; } }

@media screen and (min-width: 1024px) {
  .pad-lrg-8 {
    padding: 8px; } }

.pad-tb-8 {
  padding-top: 8px;
  padding-bottom: 8px; }

.pb-8 {
  padding-bottom: 8px; }

.pt-8 {
  padding-top: 8px; }

.pad-16 {
  padding: 16px; }

@media screen and (max-width: 1023px) {
  .pad-sml-16 {
    padding: 16px; } }

@media screen and (min-width: 1024px) {
  .pad-lrg-16 {
    padding: 16px; } }

.pad-tb-16 {
  padding-top: 16px;
  padding-bottom: 16px; }

.pb-16 {
  padding-bottom: 16px; }

.pt-16 {
  padding-top: 16px; }

.pad-24 {
  padding: 24px; }

@media screen and (max-width: 1023px) {
  .pad-sml-24 {
    padding: 24px; } }

@media screen and (min-width: 1024px) {
  .pad-lrg-24 {
    padding: 24px; } }

.pad-tb-24 {
  padding-top: 24px;
  padding-bottom: 24px; }

.pb-24 {
  padding-bottom: 24px; }

.pt-24 {
  padding-top: 24px; }

.pad-32 {
  padding: 32px; }

@media screen and (max-width: 1023px) {
  .pad-sml-32 {
    padding: 32px; } }

@media screen and (min-width: 1024px) {
  .pad-lrg-32 {
    padding: 32px; } }

.pad-tb-32 {
  padding-top: 32px;
  padding-bottom: 32px; }

.pb-32 {
  padding-bottom: 32px; }

.pt-32 {
  padding-top: 32px; }

.pad-40 {
  padding: 40px; }

@media screen and (max-width: 1023px) {
  .pad-sml-40 {
    padding: 40px; } }

@media screen and (min-width: 1024px) {
  .pad-lrg-40 {
    padding: 40px; } }

.pad-tb-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.pt-40 {
  padding-top: 40px; }

.pad-48 {
  padding: 48px; }

@media screen and (max-width: 1023px) {
  .pad-sml-48 {
    padding: 48px; } }

@media screen and (min-width: 1024px) {
  .pad-lrg-48 {
    padding: 48px; } }

.pad-tb-48 {
  padding-top: 48px;
  padding-bottom: 48px; }

.pb-48 {
  padding-bottom: 48px; }

.pt-48 {
  padding-top: 48px; }

.pad-56 {
  padding: 56px; }

@media screen and (max-width: 1023px) {
  .pad-sml-56 {
    padding: 56px; } }

@media screen and (min-width: 1024px) {
  .pad-lrg-56 {
    padding: 56px; } }

.pad-tb-56 {
  padding-top: 56px;
  padding-bottom: 56px; }

.pb-56 {
  padding-bottom: 56px; }

.pt-56 {
  padding-top: 56px; }

.pad-64 {
  padding: 64px; }

@media screen and (max-width: 1023px) {
  .pad-sml-64 {
    padding: 64px; } }

@media screen and (min-width: 1024px) {
  .pad-lrg-64 {
    padding: 64px; } }

.pad-tb-64 {
  padding-top: 64px;
  padding-bottom: 64px; }

.pb-64 {
  padding-bottom: 64px; }

.pt-64 {
  padding-top: 64px; }

.pad-72 {
  padding: 72px; }

@media screen and (max-width: 1023px) {
  .pad-sml-72 {
    padding: 72px; } }

@media screen and (min-width: 1024px) {
  .pad-lrg-72 {
    padding: 72px; } }

.pad-tb-72 {
  padding-top: 72px;
  padding-bottom: 72px; }

.pb-72 {
  padding-bottom: 72px; }

.pt-72 {
  padding-top: 72px; }

.pad-80 {
  padding: 80px; }

@media screen and (max-width: 1023px) {
  .pad-sml-80 {
    padding: 80px; } }

@media screen and (min-width: 1024px) {
  .pad-lrg-80 {
    padding: 80px; } }

.pad-tb-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.pb-80 {
  padding-bottom: 80px; }

.pt-80 {
  padding-top: 80px; }

.pad-88 {
  padding: 88px; }

@media screen and (max-width: 1023px) {
  .pad-sml-88 {
    padding: 88px; } }

@media screen and (min-width: 1024px) {
  .pad-lrg-88 {
    padding: 88px; } }

.pad-tb-88 {
  padding-top: 88px;
  padding-bottom: 88px; }

.pb-88 {
  padding-bottom: 88px; }

.pt-88 {
  padding-top: 88px; }

.pad-96 {
  padding: 96px; }

@media screen and (max-width: 1023px) {
  .pad-sml-96 {
    padding: 96px; } }

@media screen and (min-width: 1024px) {
  .pad-lrg-96 {
    padding: 96px; } }

.pad-tb-96 {
  padding-top: 96px;
  padding-bottom: 96px; }

.pb-96 {
  padding-bottom: 96px; }

.pt-96 {
  padding-top: 96px; }

.pad-104 {
  padding: 104px; }

@media screen and (max-width: 1023px) {
  .pad-sml-104 {
    padding: 104px; } }

@media screen and (min-width: 1024px) {
  .pad-lrg-104 {
    padding: 104px; } }

.pad-tb-104 {
  padding-top: 104px;
  padding-bottom: 104px; }

.pb-104 {
  padding-bottom: 104px; }

.pt-104 {
  padding-top: 104px; }

.pad-112 {
  padding: 112px; }

@media screen and (max-width: 1023px) {
  .pad-sml-112 {
    padding: 112px; } }

@media screen and (min-width: 1024px) {
  .pad-lrg-112 {
    padding: 112px; } }

.pad-tb-112 {
  padding-top: 112px;
  padding-bottom: 112px; }

.pb-112 {
  padding-bottom: 112px; }

.pt-112 {
  padding-top: 112px; }

.pad-120 {
  padding: 120px; }

@media screen and (max-width: 1023px) {
  .pad-sml-120 {
    padding: 120px; } }

@media screen and (min-width: 1024px) {
  .pad-lrg-120 {
    padding: 120px; } }

.pad-tb-120 {
  padding-top: 120px;
  padding-bottom: 120px; }

.pb-120 {
  padding-bottom: 120px; }

.pt-120 {
  padding-top: 120px; }

.pad-128 {
  padding: 128px; }

@media screen and (max-width: 1023px) {
  .pad-sml-128 {
    padding: 128px; } }

@media screen and (min-width: 1024px) {
  .pad-lrg-128 {
    padding: 128px; } }

.pad-tb-128 {
  padding-top: 128px;
  padding-bottom: 128px; }

.pb-128 {
  padding-bottom: 128px; }

.pt-128 {
  padding-top: 128px; }

.pad-136 {
  padding: 136px; }

@media screen and (max-width: 1023px) {
  .pad-sml-136 {
    padding: 136px; } }

@media screen and (min-width: 1024px) {
  .pad-lrg-136 {
    padding: 136px; } }

.pad-tb-136 {
  padding-top: 136px;
  padding-bottom: 136px; }

.pb-136 {
  padding-bottom: 136px; }

.pt-136 {
  padding-top: 136px; }

.pad-144 {
  padding: 144px; }

@media screen and (max-width: 1023px) {
  .pad-sml-144 {
    padding: 144px; } }

@media screen and (min-width: 1024px) {
  .pad-lrg-144 {
    padding: 144px; } }

.pad-tb-144 {
  padding-top: 144px;
  padding-bottom: 144px; }

.pb-144 {
  padding-bottom: 144px; }

.pt-144 {
  padding-top: 144px; }

.pad-152 {
  padding: 152px; }

@media screen and (max-width: 1023px) {
  .pad-sml-152 {
    padding: 152px; } }

@media screen and (min-width: 1024px) {
  .pad-lrg-152 {
    padding: 152px; } }

.pad-tb-152 {
  padding-top: 152px;
  padding-bottom: 152px; }

.pb-152 {
  padding-bottom: 152px; }

.pt-152 {
  padding-top: 152px; }

.mw-160 {
  max-width: 160px; }
  @media screen and (min-width: 1200px) {
    .mw-160 {
      max-width: 8.889rem; } }

.mw-200 {
  max-width: 200px; }
  @media screen and (min-width: 1200px) {
    .mw-200 {
      max-width: 11.111rem; } }

.mw-240 {
  max-width: 240px; }
  @media screen and (min-width: 1200px) {
    .mw-240 {
      max-width: 13.333rem; } }

.mw-280 {
  max-width: 280px; }
  @media screen and (min-width: 1200px) {
    .mw-280 {
      max-width: 15.556rem; } }

.mw-320 {
  max-width: 320px; }
  @media screen and (min-width: 1200px) {
    .mw-320 {
      max-width: 17.778rem; } }

.mw-360 {
  max-width: 360px; }
  @media screen and (min-width: 1200px) {
    .mw-360 {
      max-width: 20rem; } }

.mw-400 {
  max-width: 400px; }
  @media screen and (min-width: 1200px) {
    .mw-400 {
      max-width: 22.222rem; } }

.mw-440 {
  max-width: 440px; }
  @media screen and (min-width: 1200px) {
    .mw-440 {
      max-width: 24.444rem; } }

.mw-480 {
  max-width: 480px; }
  @media screen and (min-width: 1200px) {
    .mw-480 {
      max-width: 26.667rem; } }

.mw-520 {
  max-width: 520px; }
  @media screen and (min-width: 1200px) {
    .mw-520 {
      max-width: 28.889rem; } }

.mw-560 {
  max-width: 560px; }
  @media screen and (min-width: 1200px) {
    .mw-560 {
      max-width: 31.111rem; } }

.mw-600 {
  max-width: 600px; }
  @media screen and (min-width: 1200px) {
    .mw-600 {
      max-width: 33.333rem; } }

.mw-640 {
  max-width: 640px; }
  @media screen and (min-width: 1200px) {
    .mw-640 {
      max-width: 35.556rem; } }

.mw-680 {
  max-width: 680px; }
  @media screen and (min-width: 1200px) {
    .mw-680 {
      max-width: 37.778rem; } }

.mw-720 {
  max-width: 720px; }
  @media screen and (min-width: 1200px) {
    .mw-720 {
      max-width: 40rem; } }

.mw-760 {
  max-width: 760px; }
  @media screen and (min-width: 1200px) {
    .mw-760 {
      max-width: 42.222rem; } }

.txt-left {
  text-align: left; }

.txt-right {
  text-align: right; }

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

.hidden {
  display: none; }

.visually-hidden, .form__group--hp-message, .checkbox__input, .map-popup-close i, .trends-controls__radios input {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important; }

.bg-image {
  background-image: url(https://placehold.it/100x100);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .bg-image--darken {
    position: relative; }
    .bg-image--darken:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      z-index: 1; }
    .bg-image--darken > div {
      position: relative;
      z-index: 2; }
  .bg-image.bg-image--contain {
    background-size: contain; }

.fit-img {
  max-width: 100%;
  height: auto; }
  .fit-img.full {
    width: 100%; }

.set-back {
  position: relative;
  z-index: 0; }

.fill {
  width: 100%;
  height: 100%; }

.fix-16-9, .fix-4-3, .fix-6-4, .fix-2-1 {
  position: relative;
  width: 100%;
  height: 0; }
  .fix-16-9 > div, .fix-4-3 > div, .fix-6-4 > div, .fix-2-1 > div {
    position: absolute; }

.fix-16-9 {
  padding-bottom: 56.25%; }

.fix-4-3 {
  padding-bottom: 75%; }

.fix-6-4 {
  padding-bottom: 66.667%; }

.fix-2-1 {
  padding-bottom: 50%; }

.list--inline {
  padding: 0; }
  .list--inline li {
    display: inline-block;
    vertical-align: top; }

.block {
  display: block; }

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

.flex-center {
  display: flex;
  justify-content: center; }

.icon {
  display: inline-block;
  vertical-align: top; }
  .icon svg {
    height: 100%;
    width: 100%; }

svg, img {
  max-width: 100%;
  height: auto; }

.skew-before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF; }

.button {
  display: inline-block;
  vertical-align: top;
  border: 0;
  text-decoration: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  overflow: hidden;
  cursor: pointer;
  padding: 0.833rem 4.222rem 0.833rem 1.111rem;
  text-decoration: none;
  color: #FFF;
  background-color: #272727;
  text-transform: none;
  border-radius: 5.556rem;
  line-height: 1.55;
  font-size: 1.111rem;
  font-weight: 600;
  min-width: auto;
  position: relative;
  transition: background-color 300ms ease; }
  .button:hover {
    text-decoration: none !important; }
  .button:after,
  .button span.icon {
    position: absolute;
    right: 0.556rem;
    top: 50%;
    height: 2.389rem;
    width: 2.389rem;
    transform: translateY(-50%) translateX(0); }
  .button:after {
    content: '';
    background-color: #FFF;
    border-radius: 5.556rem;
    z-index: 7;
    transition: background-color 300ms ease; }
  .button span.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 8; }
    .button span.icon svg {
      width: 50%;
      height: auto; }
    .button span.icon svg, .button span.icon svg path {
      transition: fill 300ms ease; }
  .button--red {
    background-color: #C74039;
    color: #FFF; }
    .button--red .icon svg path {
      fill: #C74039; }
    .button--red:hover {
      background-color: #b43933; }
      .button--red:hover:after {
        background-color: #C74039; }
      .button--red:hover .icon svg path {
        fill: #FFF; }
  .button--yellow {
    background-color: #F7C948;
    color: #000; }
    .button--yellow .icon svg path {
      fill: #F7C948; }
    .button--yellow:after {
      background-color: #000; }
    .button--yellow:hover {
      background-color: #f8d060; }
      .button--yellow:hover:after {
        background-color: #F7C948; }
      .button--yellow:hover .icon svg path {
        fill: #000; }
  .button--orange {
    background-color: #E86B37;
    color: #272727; }
    .button--orange .icon svg path {
      fill: #E86B37; }
    .button--orange:after {
      background-color: #272727; }
    .button--orange:hover {
      background-color: #eb7c4e; }
      .button--orange:hover:after {
        background-color: #E86B37; }
      .button--orange:hover .icon svg path {
        fill: #272727; }
  .button--green-light, .button--greenLight {
    background-color: #BFD06F;
    color: #000; }
    .button--green-light .icon svg path, .button--greenLight .icon svg path {
      fill: #BFD06F; }
    .button--green-light:after, .button--greenLight:after {
      background-color: #000; }
    .button--green-light:hover, .button--greenLight:hover {
      background-color: #c8d682; }
      .button--green-light:hover:after, .button--greenLight:hover:after {
        background-color: #BFD06F; }
      .button--green-light:hover .icon svg path, .button--greenLight:hover .icon svg path {
        fill: #000; }
  .button--green {
    background-color: #58A96C;
    color: #000; }
    .button--green .icon svg path {
      fill: #58A96C; }
    .button--green:after {
      background-color: #000; }
    .button--green:hover {
      background-color: #69b27b; }
      .button--green:hover:after {
        background-color: #58A96C; }
      .button--green:hover .icon svg path {
        fill: #000; }
  .button--green-dark, .button--greenDark {
    background-color: #377A43;
    color: #FFF; }
    .button--green-dark .icon svg path, .button--greenDark .icon svg path {
      fill: #377A43; }
    .button--green-dark:hover, .button--greenDark:hover {
      background-color: #2f6839; }
      .button--green-dark:hover:after, .button--greenDark:hover:after {
        background-color: #377A43; }
      .button--green-dark:hover .icon svg path, .button--greenDark:hover .icon svg path {
        fill: #FFF; }

.txt-link, .footer__nav a {
  color: #272727;
  text-decoration: underline;
  cursor: pointer; }

.section {
  padding: 4.778rem 0; }
  .section--nopad {
    padding: 0; }
  .section--bg-grey {
    background-color: #F7F7F7; }
  .section--bg-yellow {
    background-color: #F7C948; }
  .section--bg-red {
    background-color: #C74039;
    color: #FFF; }
  .section--bg-orange {
    background-color: #E86B37; }
  .section--bg-green-dark {
    background-color: #377A43; }
  .section__title {
    margin-bottom: 2.889rem;
    max-width: 29rem;
    transform: translateY(-0.889rem); }
    .section__title--accords.section__title {
      text-align: center;
      margin: 0 auto 1.333rem; }
  .section__header {
    margin-bottom: 2.889rem;
    max-width: 36.667rem; }
    .section__header h2, .section__header h3, .section__header h4 {
      margin-bottom: 1.111rem; }
    .section__header p {
      margin: 0; }
    .section__header--trends {
      max-width: none; }

.txt-red {
  color: #C74039; }

.txt-orange {
  color: #E86B37; }

.txt-yellow {
  color: #F7C948; }

.txt-green-light {
  color: #BFD06F; }

.txt-green {
  color: #58A96C; }

.txt-green-dark {
  color: #377A43; }

.form__error-container .error-help {
  display: block;
  color: #F7C948;
  font-size: 0.667rem;
  margin-bottom: 1.778rem;
  line-height: 1.25; }

.form__group {
  margin-bottom: 1.111rem; }
  .form__group .error-help {
    color: #F7C948;
    font-size: 0.667rem;
    line-height: 1.25; }

.form__input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 0;
  border: 0;
  font-size: 1.222rem;
  text-indent: 0.667rem;
  padding: 1rem 0.556rem;
  outline: none;
  transition: background-color 200ms ease; }
  .form__input.is-error {
    background-color: #efc6c4; }

.form__buttons {
  margin-top: 0.556rem; }

.form__consent {
  margin-top: 1.778rem;
  font-size: 0.8em; }

.checkbox__input--hpi-blue:checked + .checkbox__label:before {
  background-color: #4EA3D3;
  border-color: #4EA3D3; }

.checkbox__input--wellbeing-pink:checked + .checkbox__label:before {
  background-color: #FB1BD8;
  border-color: #FB1BD8; }

.checkbox__input--eco-turq:checked + .checkbox__label:before {
  background-color: #00F7CA;
  border-color: #00F7CA; }

.checkbox__input--life-expec:checked + .checkbox__label:before {
  background-color: #FEBD3F;
  border-color: #FEBD3F; }

.checkbox__input--black:checked + .checkbox__label:before {
  background-color: #272727; }

.checkbox__label {
  padding-left: 2.444rem;
  position: relative;
  line-height: 1.556rem;
  cursor: pointer; }
  .newsletter .checkbox__label {
    display: inline-block; }
  .newsletter .checkbox__label {
    line-height: 1.778rem; }
  .checkbox__label a {
    color: #FFF; }
  .checkbox__label:before, .checkbox__label:after {
    content: '';
    position: absolute;
    left: 0;
    top: -0.222rem;
    width: 1.556rem;
    height: 1.556rem; }
    .newsletter .checkbox__label:before, .newsletter .checkbox__label:after {
      top: 0.333rem; }
  .checkbox__label:before {
    background-color: #FFF;
    z-index: 1;
    transition: background-color 200ms ease; }
  .checkbox__label:after {
    background-image: url(/wp-content/themes/hpi/public/images/icons/tick.svg);
    background-size: 60%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
    transform: scale(0.8);
    opacity: 0;
    transition: all 480ms ease; }

.checkbox__input:not(:checked) + .checkbox__label:hover:before {
  background-color: rgba(191, 208, 111, 0.2); }

.checkbox__input:checked + .checkbox__label:after {
  transform: scale(1);
  opacity: 1; }

.select-wrapper {
  position: relative;
  background-color: #FFF; }
  .select-wrapper__select {
    display: block;
    width: 100%;
    border: 0;
    outline: 0;
    padding: 0.556rem 2.222rem 0.556rem 0.667rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .select-wrapper:after {
    content: '';
    position: absolute;
    right: 0.667rem;
    top: 50%;
    width: 1.111rem;
    height: 0.944rem;
    transform: translate(0, -27%);
    pointer-events: none;
    background-image: url(/wp-content/themes/hpi/public/images/icons/arrow-down-black.svg);
    background-size: contain;
    background-repeat: no-repeat; }
  .select-wrapper--dark {
    background-color: #000; }
  .select-wrapper--dark:after {
    background-image: url(/wp-content/themes/hpi/public/images/icons/arrow-down.svg); }

.nf-form-title,
.nf-form-fields-required {
  display: none !important; }

.nf-response-message {
  background-color: #FFF;
  padding: 0.444rem 1.389rem; }

.nf-after-form-content .nf-form-errors .nf-error-msg {
  color: #FFF;
  font-size: 0.8em;
  font-style: oblique; }

.form__panel .nf-field-label {
  margin-bottom: 0; }
  .form__panel .nf-field-label label {
    color: inherit;
    font-weight: normal;
    line-height: 1; }

.form__panel--red.form .nf-error-wrap.nf-error .nf-error-msg {
  color: #FFF;
  font-size: 0.8em; }

.form__panel--red.form .ninja-forms-req-symbol {
  color: #FFF; }

.form__panel .list-select-wrap .nf-field-element > div {
  border: 0 !important; }

.form__panel .nf-field-element .nf-element,
.form__panel .nf-field-element .nf-form-content textarea {
  color: #272727;
  border: 0 !important; }

.form__panel .nf-field-element textarea.nf-element {
  resize: vertical; }

.form__panel .field-wrap.submit-wrap .nf-field-element {
  width: auto;
  position: relative; }
  .form__panel .field-wrap.submit-wrap .nf-field-element:before, .form__panel .field-wrap.submit-wrap .nf-field-element:after {
    content: '';
    position: absolute;
    right: 0.556rem;
    top: 50%;
    height: 2.389rem;
    width: 2.389rem;
    transform: translateY(-50%) translateX(0); }
  .form__panel .field-wrap.submit-wrap .nf-field-element:before {
    border-radius: 50%;
    background-color: #272727; }
    .form--sd-yellow .form__panel .field-wrap.submit-wrap .nf-field-element:before {
      background-color: #272727; }
    .form--sd-orange .form__panel .field-wrap.submit-wrap .nf-field-element:before {
      background-color: #000; }
    .form--sd-green-light .form__panel .field-wrap.submit-wrap .nf-field-element:before {
      background-color: #000; }
    .form--sd-green .form__panel .field-wrap.submit-wrap .nf-field-element:before {
      background-color: #000; }
    .form--sd-red .form__panel .field-wrap.submit-wrap .nf-field-element:before {
      background-color: #FFF; }
    .form--sd-green-dark .form__panel .field-wrap.submit-wrap .nf-field-element:before {
      background-color: #fff; }
  .form__panel .field-wrap.submit-wrap .nf-field-element:after {
    content: '';
    z-index: 99;
    background-image: url(/wp-content/themes/hpi/public/images/icons/arrow-white.svg);
    background-size: 100% 1rem;
    background-repeat: no-repeat;
    background-position: left center;
    pointer-events: none; }
    .form--sd-red .form__panel .field-wrap.submit-wrap .nf-field-element:after {
      background-image: url(/wp-content/themes/hpi/public/images/icons/arrow-black.svg); }
    .form--sd-green-dark .form__panel .field-wrap.submit-wrap .nf-field-element:after {
      background-image: url(/wp-content/themes/hpi/public/images/icons/arrow-black.svg); }

.form__panel .field-wrap.submit-wrap input.nf-element {
  background-color: #58A96C;
  height: auto !important;
  padding: 1.111rem 4.222rem 1.111rem 1.111rem;
  font-size: 1.111rem;
  font-weight: 600;
  color: #FFF;
  border: 0;
  cursor: pointer;
  line-height: 1;
  transition: background-color 180ms ease;
  border-radius: 100px; }
  .form--sd-red .form__panel .field-wrap.submit-wrap input.nf-element {
    background-color: #C74039; }
  .form--sd-yellow .form__panel .field-wrap.submit-wrap input.nf-element {
    background-color: #F7C948; }
  .form--sd-orange .form__panel .field-wrap.submit-wrap input.nf-element {
    background-color: #E86B37; }
  .form--sd-green-light .form__panel .field-wrap.submit-wrap input.nf-element {
    background-color: #BFD06F; }
  .form--sd-green .form__panel .field-wrap.submit-wrap input.nf-element {
    background-color: #58A96C; }
  .form--sd-green-dark .form__panel .field-wrap.submit-wrap input.nf-element {
    background-color: #377A43; }
  .form__panel .field-wrap.submit-wrap input.nf-element:hover {
    background-color: #498f5b; }

.bg-red {
  background-color: #C74039;
  color: #FFF; }
  .bg-red a:not(.button) {
    color: inherit; }

.bg-orange {
  background-color: #E86B37;
  color: #272727; }
  .bg-orange a:not(.button) {
    color: #272727; }

.bg-yellow {
  background-color: #F7C948;
  color: #272727; }
  .bg-yellow a:not(.button) {
    color: #272727; }

.bg-green-light {
  background-color: #BFD06F;
  color: #272727; }
  .bg-green-light a:not(.button) {
    color: #272727; }

.bg-green {
  background-color: #58A96C;
  color: #272727; }
  .bg-green a:not(.button) {
    color: #272727; }

.bg-green-dark {
  background-color: #377A43;
  color: #FFF; }
  .bg-green-dark a:not(.button) {
    color: #FFF; }

.bg-white a:not(.button) {
  color: #377A43;
  text-decoration: none; }
  .bg-white a:not(.button):hover {
    text-decoration: underline; }

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 5rem 24;
  max-width: 100%;
  height: 100%;
  transition: transform 0.16s cubic-bezier(0.6, 0.5, 0.4, 0.3) 1ms, opacity 0.16s cubic-bezier(0.6, 0.5, 0.4, 0.3) 1ms, top 1ms linear 1ms;
  opacity: 1;
  z-index: 99999;
  overflow: hidden; }
  .modal--compare {
    width: 90%;
    height: 90%;
    max-height: 100%;
    max-width: 100%; }
    @media screen and (min-width: 768px) {
      .modal--compare {
        width: 24.444rem;
        height: 27.778rem; } }
  .modal.inactive {
    top: -9999999px;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.7);
    transition: transform 0.2s cubic-bezier(0.5, 0.5, 0.5, 0.3) 1ms, opacity 0.2s cubic-bezier(0.5, 0.5, 0.5, 0.3) 1ms, top 1ms linear 0.2s; }
  .modal__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99998;
    opacity: 1;
    transition: opacity 0.4s cubic-bezier(0.9, 0.5, 0.5, 0.25) 1ms, top 1ms linear 1ms; }
    .modal__backdrop.inactive {
      top: -9999999px;
      opacity: 0;
      transition: opacity 0.3s cubic-bezier(0.9, 0.5, 0.5, 0.25) 1ms, top 1ms linear 0.3s; }
  .modal__container {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: calc(100% + 30px);
    padding: 1.333rem 2.778rem 1.333rem 1.333rem;
    overflow: auto;
    opacity: 1;
    transition: opacity .1s ease-out .4s; }
  .modal.inactive .modal__container {
    opacity: 0;
    transition: opacity .1s ease-out 1ms; }
  .modal__content {
    padding: 1.333rem 0px; }

[data-tooltip] {
  position: relative; }

.tooltip__handle {
  vertical-align: super;
  font-size: 0.6em;
  margin-left: 0.278rem;
  cursor: pointer;
  position: relative; }
  .tooltip__handle svg {
    width: 1em;
    height: auto; }

.tooltip__handle:hover .tooltip__content {
  top: -2.222rem;
  left: 100%;
  left: calc(100% + 0.556rem);
  transform: scale(1);
  opacity: 1;
  transition: top 1ms linear 1ms, left 1ms linear 1ms, right 1ms linear 1ms, transform 440ms ease-out 1ms, opacity 440ms ease 1ms; }

.tooltip__content {
  position: absolute;
  top: -99999em;
  left: -99999em;
  z-index: 99999;
  transform: scale(1);
  line-height: 1.4;
  opacity: 0;
  text-align: left;
  transition: top 1ms linear 440ms, left 1ms linear 440ms, right 1ms linear 440ms, transform 440ms ease-out 1ms, opacity 440ms ease 1ms; }
  .tooltip__content div {
    padding: 1.778rem;
    border-radius: 0.556rem;
    background-color: #FFF;
    color: #272727;
    width: 22.222rem;
    box-sizing: border-box;
    max-width: 100vw;
    white-space: initial;
    font-size: 0.778rem;
    font-weight: 300;
    position: relative;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
    .tooltip__content div a {
      color: inherit !important;
      text-decoration: underline; }
    .tooltip__content div:before {
      content: '';
      position: absolute;
      top: 1.944rem;
      left: 0;
      width: 1.389rem;
      height: 1.389rem;
      transform: rotate(45deg);
      background-color: #FFF; }

.tooltip__handle--left .tooltip__content div:before {
  left: auto;
  right: 0; }

.tooltip__handle--left:hover .tooltip__content {
  left: auto;
  right: 100%; }

.header {
  padding: 22px 0;
  z-index: 10;
  position: relative;
  border-bottom: 1px solid rgba(39, 39, 39, 0.3); }
  @media screen and (min-width: 1024px) {
    .header {
      padding: 2.222rem 0; } }
  .header .content-wrapper, .header .grid {
    overflow: visible; }
  .header__brand img {
    width: 100%; }
  .header__brand img.default {
    display: block; }
  .header__brand img.dark {
    display: none; }
  .header__brand img.light {
    display: none; }
  body.country--red .header {
    background-color: #C74039; }
  body.country--orange .header {
    background-color: #E86B37; }
  body.country--yellow .header {
    background-color: #F7C948; }
  body.country--green-light .header {
    background-color: #BFD06F; }
  body.country--green .header {
    background-color: #58A96C; }
  body.country--green-dark .header {
    background-color: #377A43; }
  body.country--orange .header__brand img.dark,
  body.country--yellow .header__brand img.dark,
  body.country--green-light .header__brand img.dark,
  body.country--green .header__brand img.dark {
    display: block; }
  body.country--orange .header__brand img.default,
  body.country--yellow .header__brand img.default,
  body.country--green-light .header__brand img.default,
  body.country--green .header__brand img.default {
    display: none; }
  body.country--red .header,
  body.country--green-dark .header {
    border-bottom-color: rgba(255, 255, 255, 0.3); }
    body.country--red .header__brand img.light,
    body.country--green-dark .header__brand img.light {
      display: block; }
    body.country--red .header__brand img.default,
    body.country--green-dark .header__brand img.default {
      display: none; }
    body.country--red .header .nav .nav__link,
    body.country--green-dark .header .nav .nav__link {
      color: #FFF; }
    body.country--red .header .nav__nav > .nav__list > .nav__item:after,
    body.country--green-dark .header .nav__nav > .nav__list > .nav__item:after {
      background-color: rgba(255, 255, 255, 0.3); }
  .header__brand {
    display: block;
    text-decoration: none;
    cursor: pointer; }
    .header__brand img {
      vertical-align: top;
      max-width: 50px;
      height: auto; }
      @media screen and (min-width: 600px) {
        .header__brand img {
          max-width: 70px; } }
      @media screen and (min-width: 1024px) {
        .header__brand img {
          max-width: 6.667rem; } }

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }
  @media screen and (max-width: 1023px) {
    .nav {
      justify-content: flex-end; } }
  .nav__nav {
    width: 100%; }
    @media screen and (max-width: 1023px) {
      .header .nav__nav {
        display: none; } }
  .mobile-nav .nav__nav.expand > .nav__list > .nav__item:not(.expand) {
    display: none; }
  .nav__nav.expand > .nav__list > .nav__item.expand > .nav__link {
    visibility: hidden; }
  .nav__nav.expand > .nav__list > .nav__item.expand {
    height: 84px; }
    .nav__nav.expand > .nav__list > .nav__item.expand:after {
      left: 0;
      height: 84px;
      right: auto;
      border-left: 0;
      border-right: 1px solid rgba(39, 39, 39, 0.3); }
    .nav__nav.expand > .nav__list > .nav__item.expand:before {
      left: 30px;
      right: auto; }
  .nav__list {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end; }
    .mobile-nav .nav__list {
      flex-direction: column; }
  .nav__item {
    position: relative; }
    .mobile-nav .nav__item {
      width: 100%;
      border-bottom: 1px solid rgba(39, 39, 39, 0.3); }
  .mobile-nav .nav__item--dropdown:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 85px;
    border-left: 1px solid rgba(39, 39, 39, 0.3); }
  .mobile-nav .nav__item--dropdown:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    width: 20px;
    height: 40px;
    transform: translateY(-50%);
    background-image: url(/wp-content/themes/hpi/public/images/icons/arrow-right.svg);
    background-size: contain;
    background-position: center center; }
  .mobile-nav .nav__item--dropdown.expand:before {
    transform: translateY(-50%) scaleX(-1); }
  .header .nav__nav > .nav__list > .nav__item:after {
    content: '';
    position: absolute;
    right: -0.5px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 1.278rem;
    background-color: rgba(39, 39, 39, 0.3); }
  .header .nav__nav > .nav__list > .nav__item:last-child .nav__link {
    padding-right: 0; }
  .header .nav__nav > .nav__list > .nav__item:last-child:after {
    display: none; }
  .nav__link {
    display: inline-block;
    vertical-align: top;
    padding: 1.222rem 1.667rem;
    color: #272727;
    text-decoration: none;
    white-space: nowrap; }
    .nav__link:hover {
      text-decoration: underline; }
  @media screen and (min-width: 1024px) {
    .nav__dropdown {
      width: 21.111rem; } }
  .mobile-nav .nav__dropdown {
    display: none; }
  .header .nav__dropdown {
    position: absolute;
    top: -9999em;
    left: -9999em;
    transform: translate(-50%, 0) scale(1);
    opacity: 0;
    transition: top 1ms linear 440ms, left 1ms linear 440ms, transform 440ms ease-out 1ms, opacity 440ms ease 1ms; }
    .header .nav__dropdown:before {
      content: '';
      position: absolute;
      bottom: 100%;
      left: 50%;
      width: 0;
      height: 0;
      border-bottom: 0.389rem solid #272727;
      border-top: 0.389rem solid transparent;
      border-right: 0.389rem solid transparent;
      border-left: 0.389rem solid transparent;
      transform: translateX(-50%); }
  .mobile-nav .nav__item--dropdown.expand .nav__dropdown {
    display: block; }
  .header .nav__item--dropdown:hover .nav__dropdown {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0) scale(1);
    opacity: 1;
    transition: top 1ms linear 1ms, left 1ms linear 1ms, transform 440ms ease-out 1ms, opacity 440ms ease 1ms; }
  .header .nav__dropdown-list {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .header .nav__dropdown .nav__item {
    background-color: #272727;
    width: 100%; }
    .header .nav__dropdown .nav__item:nth-of-type(odd) {
      background-color: #343434; }
  .nav__dropdown .nav__link {
    white-space: initial;
    line-height: 1.3; }
    .header .nav__dropdown .nav__link {
      display: block;
      text-align: center;
      color: #FFF;
      padding: 0.889rem 1.056rem; }
  .nav__mobile-toggle {
    display: block;
    height: 23px;
    width: 30px;
    border: 0;
    background: none;
    position: relative; }
    .nav__mobile-toggle span.bar {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #272727;
      transition: top 200ms ease 200ms, transform 200ms ease 1ms; }
      body.mobile-nav-open .nav__mobile-toggle span.bar {
        transition: top 200ms ease 1ms, transform 200ms ease 200ms; }
      body.mobile-nav-open .nav__mobile-toggle span.bar:nth-of-type(1) {
        top: 12px;
        transform: rotate(45deg); }
      .nav__mobile-toggle span.bar:nth-of-type(2) {
        top: 10px; }
        body.mobile-nav-open .nav__mobile-toggle span.bar:nth-of-type(2) {
          display: none; }
      .nav__mobile-toggle span.bar:nth-of-type(3) {
        top: 20px; }
        body.mobile-nav-open .nav__mobile-toggle span.bar:nth-of-type(3) {
          top: 12px;
          transform: rotate(-45deg); }
    @media screen and (min-width: 1024px) {
      .nav__mobile-toggle {
        display: none; } }

.mobile-nav {
  position: absolute;
  top: -9999em;
  left: -9999em;
  opacity: 0;
  transition: top 1ms linear 440ms, left 1ms linear 440ms, opacity 440ms ease 1ms;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 9; }
  body.mobile-nav-open .mobile-nav {
    top: 0;
    left: 0;
    opacity: 1;
    transition: top 1ms linear 1ms, left 1ms linear 1ms, opacity 440ms ease 1ms; }
  .mobile-nav__inner {
    padding-top: 101px; }
    body.logged-in.admin-bar .mobile-nav__inner {
      padding-top: calc(86px + 46px); }
  @media screen and (min-width: 1024px) {
    .mobile-nav {
      display: none; } }
  .mobile-nav .nav__mobile-toggle {
    display: none; }

.home-hero {
  padding: 3.556rem 0;
  position: relative;
  overflow: hidden; }
  .home-hero:after, .home-hero:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 170px; }
    @media screen and (min-width: 768px) {
      .home-hero:after, .home-hero:before {
        height: 240px; } }
    @media screen and (min-width: 1024px) {
      .home-hero:after, .home-hero:before {
        height: 100%;
        width: 19.167rem; } }
  .home-hero:before {
    background-color: #F7C948; }
  .home-hero:after {
    background-image: url(/wp-content/themes/hpi/public/images/pattern.svg);
    background-size: 130%;
    background-position: center center; }
    @media screen and (min-width: 1024px) {
      .home-hero:after {
        background-size: 360%; } }
  .home-hero--landing, .home-hero--thanks {
    padding-top: 2.111rem; }
    .home-hero--landing .hero__brand, .home-hero--thanks .hero__brand {
      margin-bottom: 5rem; }
  .home-hero--landing:before, .home-hero--thanks:before {
    background-color: #58A96C; }
  .home-hero--landing:after, .home-hero--thanks:after {
    background-size: 180%; }
  .home-hero--landing:after, .home-hero--landing:before, .home-hero--thanks:after, .home-hero--thanks:before {
    width: 100%;
    height: 8.889rem; }
    @media screen and (min-width: 1024px) {
      .home-hero--landing:after, .home-hero--landing:before, .home-hero--thanks:after, .home-hero--thanks:before {
        width: 60%; } }
  .home-hero .content-wrapper {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 1024px) {
      .home-hero .content-wrapper {
        flex-direction: row; } }
  @media screen and (max-width: 768px) {
    .home-hero__content {
      padding-top: 162px; } }
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    .home-hero__content {
      padding-top: 232px; } }
  @media screen and (min-width: 1024px) and (max-width: 1320px) {
    .home-hero__content {
      flex-basis: 60%; } }
  @media screen and (min-width: 1320px) {
    .home-hero__content {
      flex-basis: 57%; } }
  .home-hero__content p {
    max-width: 35rem; }
  .home-hero__image img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 1024px) {
    .home-hero__image {
      position: absolute;
      top: -118px;
      right: -101px; } }
  @media screen and (max-width: 768px) {
    .home-hero__image {
      max-width: 261px; } }
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    .home-hero__image {
      max-width: 361px; } }
  @media screen and (min-width: 1024px) and (max-width: 1320px) {
    .home-hero__image {
      flex-basis: 40%; } }
  @media screen and (min-width: 1320px) {
    .home-hero__image {
      flex-basis: 43%; } }
  .home-hero__title {
    font-size: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.3; }
    @media screen and (min-width: 1024px) {
      .home-hero__title {
        font-size: 4.556rem; } }
    @media screen and (min-width: 769px) and (max-width: 1024px) {
      .home-hero__title {
        max-width: 420px; } }
    .home-hero__title span:nth-of-type(1) {
      color: #C74039; }
    .home-hero__title span:nth-of-type(2) {
      color: #E86B37; }
    .home-hero__title span:nth-of-type(3) {
      color: #F7C948; }
    .home-hero__title span:nth-of-type(4) {
      color: #BFD06F; }
    .home-hero__title span:nth-of-type(5) {
      color: #58A96C; }
    .home-hero__title span:nth-of-type(6) {
      color: #377A43; }
  .home-hero--landing .home-hero__title,
  .home-hero--thanks .home-hero__title {
    font-size: 40px;
    text-transform: none; }
    @media screen and (min-width: 1024px) {
      .home-hero--landing .home-hero__title,
      .home-hero--thanks .home-hero__title {
        font-size: 2.667rem; } }
  .home-hero--landing .home-hero__image,
  .home-hero--thanks .home-hero__image {
    margin-top: 2.222rem; }
    @media screen and (min-width: 1024px) {
      .home-hero--landing .home-hero__image,
      .home-hero--thanks .home-hero__image {
        margin-top: 10.556rem; } }
  .home-hero__cta {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .home-hero__cta .txt-link, .home-hero__cta .footer__nav a, .footer__nav .home-hero__cta a {
      margin-left: 1.444rem; }

.newsletter {
  background-color: #377A43;
  padding: 3.556rem 0;
  color: #FFF; }
  @media screen and (max-width: 1024px) {
    .newsletter {
      padding-right: 64px; } }
  .newsletter__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1.778rem;
    max-width: 37.778rem; }
    @media screen and (min-width: 1024px) {
      .newsletter__title {
        font-size: 5.667rem; } }
  .newsletter__copy {
    margin: 0;
    max-width: 34.444rem; }
    @media screen and (max-width: 1023px) {
      .newsletter__copy {
        font-size: 20px; } }
  .newsletter__title, .newsletter__copy {
    color: inherit; }
  .newsletter__form {
    margin-top: 1.111rem;
    max-width: 31.111rem;
    transition: opacity 300ms ease; }
    .newsletter__form.loading {
      pointer-events: none;
      opacity: 0.8; }

.footer {
  position: relative; }
  .footer:after, .footer:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 320px;
    width: 48px; }
    @media screen and (min-width: 1024px) {
      .footer:after, .footer:before {
        width: 33%;
        height: 83%; } }
  .footer:before {
    background: linear-gradient(to bottom, #C74039 50%, #58A96C 0%); }
  .footer:after {
    background-image: url(/wp-content/themes/hpi/public/images/pattern.svg);
    background-size: auto 132%;
    background-position: center center; }
  .footer__brand {
    padding: 3.556rem 0; }
  .footer__nav-section {
    padding-bottom: 3.556rem; }
    @media screen and (min-width: 768px) {
      .footer__nav-section .column.column--md-6:last-child {
        display: flex;
        align-items: flex-end; } }
  .footer__nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 1.778rem; }
    .footer__nav li {
      flex-basis: 100%; }
      @media screen and (min-width: 1024px) {
        .footer__nav li {
          flex-basis: 50%; } }
    @media screen and (min-width: 1024px) {
      .footer__nav li:nth-child(5) {
        flex-basis: 100%; } }
    .footer__nav a {
      text-decoration: none; }
  .footer__socials {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    margin-top: 2.667rem; }
    @media screen and (min-width: 768px) {
      .footer__socials {
        justify-content: flex-end; } }
  .footer__social {
    margin-left: 0.889rem;
    display: flex;
    align-items: flex-end; }
    .footer__social img {
      display: inline;
      vertical-align: top; }
  .footer__bottom {
    padding: 1.778rem 0;
    background-color: #F7C948; }
    .footer__bottom p {
      margin: 0; }
      @media screen and (min-width: 1024px) {
        .footer__bottom p {
          display: flex;
          align-items: center;
          justify-content: space-between; } }

.country__hero {
  padding: 0 0 1.778rem; }
  .country__hero .grid, .country__hero .column .content-wrapper {
    overflow: visible; }
  .country__hero--copy {
    padding-top: 1.778rem; }
    .country__hero--copy .content-wrapper,
    .country__hero--copy .grid,
    .country__hero--copy .column {
      overflow: visible; }

.country__trends-container {
  position: relative; }
  .country__trends-container #countryTrendsGraph,
  .country__trends-container #compareTrendsGraph {
    height: 34.722rem;
    width: 100%; }
  .section--compare-trends .country__trends-container {
    padding-top: 1.778rem;
    background-color: #FFF; }

.country__graph-footer {
  margin-top: 3.556rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.889rem; }
  @media screen and (max-width: 767px) {
    .country__graph-footer {
      flex-direction: column; } }
  .country__graph-footer p {
    max-width: 35.556rem; }

.country__trends-header {
  margin-bottom: 2.667rem; }

.country__trends-options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%; }

.country__trends-option {
  border: 1px solid #EAEAEA;
  padding: 0.222rem 0.444rem;
  margin: 0 0.222rem; }

.country__trends-option .checkbox__label:before {
  border: 1px solid black; }

.country__trends-option .checkbox__label:after {
  background-image: url(/wp-content/themes/hpi/public/images/icons/tick-white.svg); }

.country__cms-content {
  padding-top: 1.778rem; }
  @media screen and (min-width: 1024px) {
    .country__cms-content {
      padding-left: 2.667rem; } }

.country__header {
  padding: 1.778rem 0;
  position: relative; }
  .country__header:before, .country__header:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0.278rem;
    background-color: #272727; }
    .bg-red .country__header:before,
    .bg-green-dark .country__header:before, .bg-red .country__header:after,
    .bg-green-dark .country__header:after {
      background-color: #FFF; }
  .country__header:before {
    left: 0;
    width: 81%; }
  .country__header:after {
    left: 83%;
    width: 10%; }

.country__hero--copy .country__header:before {
  left: -50vw;
  width: calc(50vw + 71%); }

.country__hero--copy .country__header:after {
  left: 74%;
  width: 15%; }

.country__title {
  text-transform: uppercase;
  line-height: 1.16;
  font-weight: 600;
  margin: 0;
  color: inherit; }
  @media screen and (min-width: 1024px) {
    .country__title {
      font-size: 5.889rem; } }
  @media screen and (min-width: 1024px) {
    .country__title--mb {
      display: none; } }
  @media screen and (max-width: 1023px) {
    .country__title--lg {
      display: none; } }

.country__hero--copy .country__title {
  font-size: 4.333rem;
  margin-bottom: 2.444rem; }

.country__stats {
  padding: 3.556rem 0 0; }

.country__stats .country__stat-block {
  margin-top: 0.556rem; }

.country__curr-hpi {
  margin-bottom: 0.833rem;
  font-size: 2.444rem;
  letter-spacing: -0.02em;
  line-height: 1;
  color: inherit; }
  @media screen and (min-width: 1024px) {
    .country__curr-hpi {
      font-size: 4.444rem; } }
  @media screen and (min-width: 1380px) {
    .country__curr-hpi {
      font-size: 7.944rem; } }
  .country__curr-hpi .tooltip__handle {
    vertical-align: top;
    font-size: 0.3em; }
  .country__curr-hpi .tooltip__handle svg path {
    fill: #272727; }
  .country__hero.bg-green-dark .country__curr-hpi .tooltip__handle svg path,
  .country__secondary-stats.green-dark .country__curr-hpi .tooltip__handle svg path,
  .country__hero.bg-red .country__curr-hpi .tooltip__handle svg path,
  .country__secondary-stats.red .country__curr-hpi .tooltip__handle svg path {
    fill: #FFF; }
  .country__hero.bg-green-dark .country__curr-hpi .tooltip__handle svg circle,
  .country__secondary-stats.green-dark .country__curr-hpi .tooltip__handle svg circle,
  .country__hero.bg-red .country__curr-hpi .tooltip__handle svg circle,
  .country__secondary-stats.red .country__curr-hpi .tooltip__handle svg circle {
    stroke: #FFF; }

.country__current-hpi {
  margin-bottom: 1.778rem; }
  .country__current-hpi p {
    margin: 0; }
  .country__current-hpi a {
    color: inherit; }

.country__rankchange svg {
  max-width: 1.889rem; }

.country__rankchange svg, .country__rankchange svg path {
  fill: #272727; }

.bg-green-dark .country__rankchange svg, .bg-green-dark .country__rankchange svg path,
.bg-red .country__rankchange svg,
.bg-red .country__rankchange svg path {
  fill: #FFF; }

.country__rankchange--up svg {
  transform: scaleY(-1); }

.country__stat-block {
  position: relative;
  margin-bottom: 3.556rem;
  text-align: left; }
  .country__stat-block--center {
    text-align: center; }
  .country__stat-block--ind {
    padding-left: 3.556rem; }
  .country__stat-block--ind:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.222rem;
    width: 1.833rem;
    height: 1.833rem;
    border: 0.167rem solid #FFF;
    border-radius: 50%; }
    @media screen and (min-width: 1380px) {
      .country__stat-block--ind:before {
        top: 1.111rem; } }
  .country__stat-block--ind.red:before {
    background-color: #C74039; }
  .country__stat-block--ind.orange:before {
    background-color: #E86B37; }
  .country__stat-block--ind.yellow:before {
    background-color: #F7C948; }
  .country__stat-block--ind.green-light:before {
    background-color: #BFD06F; }
  .country__stat-block--ind.green:before {
    background-color: #58A96C; }
  .country__stat-block--ind.green-dark:before {
    background-color: #377A43; }
  .country__stat-block p {
    margin: 0;
    text-align: inherit; }
  .country__stat-block a {
    color: inherit;
    text-decoration: underline;
    font-size: 0.778rem; }

.country__stat {
  white-space: nowrap;
  display: block;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 0.778rem; }
  @media screen and (min-width: 1024px) {
    .country__stat {
      font-size: 32px; } }
  @media screen and (min-width: 1380px) {
    .country__stat {
      font-size: 2.333rem; } }
  .country__stat .tooltip__handle svg path {
    fill: #272727; }
  .country__hero.bg-green-dark .country__stat .tooltip__handle svg path,
  .country__secondary-stats.green-dark .country__stat .tooltip__handle svg path,
  .country__hero.bg-red .country__stat .tooltip__handle svg path,
  .country__secondary-stats.red .country__stat .tooltip__handle svg path {
    fill: #FFF; }
  .country__hero.bg-green-dark .country__stat .tooltip__handle svg circle,
  .country__secondary-stats.green-dark .country__stat .tooltip__handle svg circle,
  .country__hero.bg-red .country__stat .tooltip__handle svg circle,
  .country__secondary-stats.red .country__stat .tooltip__handle svg circle {
    stroke: #FFF; }

.country__secondary-stats .grid, .country__secondary-stats .column .content-wrapper {
  overflow: visible; }

.country__secondary-stats.red {
  background-color: #cd534d;
  color: #FFF; }

.country__secondary-stats.orange {
  background-color: #eb7c4e; }

.country__secondary-stats.yellow {
  background-color: #f8d060; }

.country__secondary-stats.green-light {
  background-color: #c8d682; }

.country__secondary-stats.green {
  background-color: #69b27b; }

.country__secondary-stats.green-dark {
  background-color: #3f8c4d;
  color: #FFF; }

@media screen and (min-width: 1024px) {
  .country__secondary-stats .country__stat-block {
    margin-bottom: 0; } }

.country__stories-title {
  font-size: 2rem;
  text-align: center;
  color: #377A43; }
  @media screen and (min-width: 1024px) {
    .country__stories-title {
      font-size: 2.8rem; } }

.human-rights {
  background-color: #000;
  color: #FFF; }
  .human-rights__title {
    display: block;
    padding: 1.111rem 0;
    font-weight: 600;
    font-size: 1.389rem;
    color: inherit;
    text-align: center;
    cursor: pointer; }
    .human-rights__title svg {
      width: 1.944rem;
      height: auto;
      transform: scaleY(1);
      transition: transform 100ms linear; }
  .human-rights__content-inner {
    max-width: 48.333rem;
    padding: 1.333rem 0 2.444rem;
    margin: 0 auto; }
    .human-rights__content-inner p, .human-rights__content-inner a {
      color: #FFF; }
  .human-rights__content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 800ms ease-in 1ms, opacity 440ms ease 1ms; }
  .human-rights.expand .human-rights__content {
    max-height: 55.556rem;
    opacity: 1; }
  .human-rights.expand .human-rights__title svg {
    transform: scaleY(-1); }

.section--compare-trends .compare-graph-key .remove {
  display: none; }

.section--compare-trends .section__header.section__header--compare {
  margin-bottom: 1.778rem; }

.country-compare {
  color: #FFF;
  font-size: 1.611rem;
  letter-spacing: -0.01em;
  line-height: 1.5;
  font-weight: 600; }
  @media screen and (min-width: 1024px) {
    .country-compare {
      font-size: 2rem; } }
  .country-compare .js-country-shape {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (min-width: 480px) and (max-width: 1024px) {
      .country-compare .js-country-shape svg {
        width: 100%;
        max-width: 33.333rem;
        height: auto; } }
  @media screen and (max-width: 768px) {
    .country-compare__content {
      text-align: center; } }
  .country-compare__name {
    font-size: 1.944rem;
    line-height: 1;
    color: #F7C948;
    text-transform: uppercase;
    margin: 1.333rem 0; }
    @media screen and (min-width: 1024px) {
      .country-compare__name {
        font-size: 4.722rem; } }
  .country-compare__selector {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 2rem; }
    @media screen and (max-width: 768px) {
      .country-compare__selector {
        flex-wrap: wrap;
        justify-content: center; }
        .country-compare__selector span {
          flex-basis: 100%;
          margin-bottom: 0.444rem; } }
    .country-compare__selector .select-wrapper {
      font-size: 1rem; }

.compare-table {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 33.333% 1fr 1fr 1fr;
  gap: 1px;
  padding-bottom: 4.444rem; }
  @media screen and (max-width: 767px) {
    .compare-table {
      width: 100%;
      overflow-y: scroll; } }
  .compare-table__column--placeholder {
    display: flex;
    flex-direction: column; }
  .compare-table__column--placeholder .compare-table__cell--top {
    background-color: #FFF;
    color: #272727;
    position: relative; }
    .compare-table__column--placeholder .compare-table__cell--top:before {
      content: '';
      position: absolute;
      box-shadow: inset 0px 0px 0px 2px #272727;
      left: -1px;
      top: 0;
      width: calc(100% + 2px);
      height: calc(100% - 1px);
      z-index: 2; }
  .compare-table__column--headers .compare-table__cell:not(.compare-table__cell--top) {
    background-color: #FFF; }
  .compare-table__cell {
    position: relative;
    outline: 1px solid #DCDCDC;
    padding: 0.667rem; }
    .compare-table__cell--top {
      background-color: #272727;
      color: #FFF;
      line-height: 1;
      font-size: 1.222rem;
      outline: 1px solid #FFF; }
    .compare-table__cell--empty {
      background-color: #F8F8F8; }
    .compare-table__cell--topbutton {
      padding: 0; }
      .compare-table__cell--topbutton button {
        padding: 0.667rem;
        border: 0;
        background: none;
        text-align: left;
        width: 100%;
        cursor: pointer;
        background-color: transparent;
        transition: background-color ease 440ms;
        z-index: 3;
        position: relative;
        line-height: 1; }
        .compare-table__cell--topbutton button:hover {
          background-color: rgba(39, 39, 39, 0.1); }
    .compare-table__cell:not(.compare-table__cell--top) {
      height: 6.444rem;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
    .compare-table__cell--placeholder {
      background-color: #F8F8F8;
      flex: 1; }
  .compare-table .name {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.222rem;
    line-height: 1;
    display: flex;
    justify-content: space-between; }
    .compare-table .name svg {
      min-width: 34px;
      margin-left: 10px; }
  .compare-table .stat {
    position: relative;
    font-size: 3.667rem;
    letter-spacing: -0.01em;
    line-height: 1;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .compare-table .stat {
        font-size: 3rem; } }
    .compare-table .stat sup {
      font-size: 0.667rem;
      font-weight: 400;
      position: absolute;
      top: 0.778rem;
      right: -1.5rem; }
  .compare-table .key {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.667rem;
    font-size: 0.889rem; }

.section.section--compare-trends {
  position: relative; }
  .section.section--compare-trends:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: #F7C948; }
  .section.section--compare-trends .section__header {
    margin-bottom: 4.444rem;
    max-width: none; }

.js-graph-key {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }

.compare-graph-key {
  background-color: #FFF;
  padding: 0.111rem 0.333rem;
  margin-left: 0.333rem; }
  .compare-graph-key__label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 0.778rem; }
  .compare-graph-key__ind {
    display: block;
    width: 1.889rem;
    height: 0.222rem;
    margin-right: 0.333rem; }

.trends-tabs {
  padding-top: 2.667rem;
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .trends-tabs .country__trends-option {
    border: none;
    padding: 0;
    flex: 1; }
    .trends-tabs .country__trends-option:first-child .checkbox {
      margin-left: 0; }
    .trends-tabs .country__trends-option:last-child .checkbox {
      margin-right: 0; }
  .trends-tabs .checkbox {
    width: 100%;
    height: 100%;
    margin: 0.222rem; }
    .trends-tabs .checkbox__label {
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0.4rem 1.111rem;
      font-size: 0.889rem;
      border: 1px solid #CDCDCD;
      text-align: center;
      transition: all 320ms ease; }
      .trends-tabs .checkbox__label:after {
        display: none; }
      .trends-tabs .checkbox__label:before {
        top: auto;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-bottom: 0.667rem solid #272727 !important;
        border-left: 0.667rem solid transparent !important;
        border-right: 0.667rem solid transparent !important;
        border-top: 0.667rem solid transparent !important;
        opacity: 0;
        background: none;
        transition: opacity 320ms ease; }
  .trends-tabs .checkbox__input:checked + .checkbox__label {
    background-color: #272727;
    color: #FFF; }
    .trends-tabs .checkbox__input:checked + .checkbox__label:before {
      background: none;
      opacity: 1; }

.compare-modal {
  color: #FFF;
  overflow: visible; }
  .compare-modal__close {
    position: absolute;
    top: -2.444rem;
    right: -2.444rem;
    width: 1.778rem;
    height: 1.778rem; }
    .compare-modal__close:before, .compare-modal__close:after {
      content: '';
      width: 0.278rem;
      height: 1.778rem;
      position: absolute;
      top: 50%;
      left: 50%;
      background: #FFF; }
    .compare-modal__close:before {
      transform: translate(-50%, -50%) rotate(-45deg); }
    .compare-modal__close:after {
      transform: translate(-50%, -50%) rotate(45deg); }
  .compare-modal button {
    background: none;
    border: none;
    -webkit-appearance: none;
    cursor: pointer; }
  .compare-modal__inner {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #272727;
    border: 0.278rem solid #FFF;
    padding: 0;
    box-sizing: border-box; }
  .compare-modal__tabs {
    display: flex;
    flex-direction: row; }
  .compare-modal__tab {
    flex-basis: 50%;
    padding: 0.889rem 0.444rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: inherit; }
    .compare-modal__tab:not(.active) {
      border: 0.278rem solid #FFF;
      border-top: 0; }
    .compare-modal__tab:first-child:not(.active) {
      border-left: 0; }
    .compare-modal__tab:last-child:not(.active) {
      border-right: 0; }
  .compare-modal__tab-content {
    flex: 1;
    display: flex;
    height: 100%;
    height: calc(100% - 3.167rem); }
  .compare-modal__tab-pane {
    width: 100%;
    height: 100%;
    overflow: auto;
    display: none; }
    .compare-modal__tab-pane.active {
      display: block; }
  .compare-modal__list {
    padding: 1.889rem 1.889rem 3.556rem 1.889rem;
    overflow: auto;
    box-sizing: border-box; }
  .compare-modal__item button {
    color: inherit;
    cursor: pointer;
    padding: 0; }
    .compare-modal__item button:hover {
      text-decoration: underline; }

.articles-header--hpi:before {
  background-color: #272727; }

.hpi {
  position: relative;
  overflow: visible; }
  .hpi:after {
    content: '';
    position: absolute;
    top: 80px;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #F7F7F7; }
  .hpi__row.card {
    margin-bottom: 0; }
  .hpi__row {
    display: flex;
    width: 100%;
    flex-direction: row; }
    .hpi__row--show-more {
      text-align: center;
      justify-content: center;
      font-size: 1.333rem;
      font-weight: 600; }
      @media screen and (max-width: 768px) {
        .hpi__row--show-more {
          font-size: 18px; } }
      .hpi__row--show-more a {
        cursor: pointer;
        display: block;
        width: 100%;
        height: 100%;
        padding: 0.389rem 0;
        color: #272727;
        text-decoration: none;
        transition: background-color 320ms ease; }
        .hpi__row--show-more a:hover {
          text-decoration: underline;
          background-color: rgba(88, 169, 108, 0.1); }
  .hpi__row--headers .hpi__cell,
  .hpi__row:not(.hpi__row--headers) .hpi__cell:nth-of-type(2),
  .hpi__row:not(.hpi__row--headers) .hpi__cell:nth-of-type(6) {
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      .hpi__row--headers .hpi__cell,
      .hpi__row:not(.hpi__row--headers) .hpi__cell:nth-of-type(2),
      .hpi__row:not(.hpi__row--headers) .hpi__cell:nth-of-type(6) {
        font-size: 1.333rem; } }
    @media screen and (min-width: 1440px) {
      .hpi__row--headers .hpi__cell,
      .hpi__row:not(.hpi__row--headers) .hpi__cell:nth-of-type(2),
      .hpi__row:not(.hpi__row--headers) .hpi__cell:nth-of-type(6) {
        font-size: 1.611rem; } }
  .hpi__row--headers .hpi__cell {
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #272727;
    color: #FFF;
    padding: 0 1rem; }
    .hpi__row--headers .hpi__cell span {
      font-size: 0.556rem;
      font-weight: 300;
      text-transform: none; }
    .hpi__row--headers .hpi__cell--small {
      font-size: 14px;
      font-weight: 300;
      text-transform: none; }
      @media screen and (min-width: 1380px) {
        .hpi__row--headers .hpi__cell--small {
          font-size: 0.778rem; } }
      .hpi__row--headers .hpi__cell--small .tooltip__handle svg circle {
        stroke: #FFF; }
      .hpi__row--headers .hpi__cell--small .tooltip__handle svg path {
        fill: #FFF; }
    .hpi__row--headers .hpi__cell--center {
      flex-direction: column;
      justify-content: center; }
  .hpi__row:hover {
    cursor: pointer; }
  .hpi__row.card:hover .hpi__cell-link.card-link {
    color: inherit; }
  .hpi__row.red .hpi__cell {
    background-color: #C74039;
    color: #FFF; }
  .hpi__row.orange .hpi__cell {
    background-color: #E86B37; }
  .hpi__row.yellow .hpi__cell {
    background-color: #F7C948; }
  .hpi__row.green-light .hpi__cell {
    background-color: #BFD06F; }
  .hpi__row.green .hpi__cell {
    background-color: #58A96C; }
  .hpi__row.green-dark .hpi__cell {
    background-color: #377A43;
    color: #FFF; }
  .hpi__row.red:hover .hpi__cell {
    background-color: #b43933; }
  .hpi__row.orange:hover .hpi__cell {
    background-color: #e55a20; }
  .hpi__row.yellow:hover .hpi__cell {
    background-color: #f6c230; }
  .hpi__row.green-light:hover .hpi__cell {
    background-color: #b6ca5c; }
  .hpi__row.green:hover .hpi__cell {
    background-color: #4f9961; }
  .hpi__row.green-dark:hover .hpi__cell {
    background-color: #3f8c4d; }
  .hpi__cell {
    border: 1px solid #DCDCDC;
    border-top: 0;
    border-right: 0;
    padding: 0.333rem 1rem;
    display: flex;
    align-items: center;
    transition: background-color ease 200ms; }
    .hpi__cell a {
      text-decoration: none;
      color: inherit; }
    .hpi__cell:first-child {
      display: flex;
      justify-content: space-between; }
    .hpi__cell--ind {
      position: relative; }
    .hpi__cell--ind:before {
      content: '';
      width: 0.889rem;
      height: 0.889rem;
      border: 0.167rem solid #FFF;
      border-radius: 50%;
      margin-right: 0.556rem; }
    .hpi__cell--ind.red:before {
      background-color: #C74039; }
    .hpi__cell--ind.orange:before {
      background-color: #E86B37; }
    .hpi__cell--ind.yellow:before {
      background-color: #F7C948; }
    .hpi__cell--ind.green-light:before {
      background-color: #BFD06F; }
    .hpi__cell--ind.green:before {
      background-color: #58A96C; }
    .hpi__cell--ind.green-dark:before {
      background-color: #377A43; }
    .hpi__cell .arrow-up,
    .hpi__cell .arrow-down {
      max-width: 1.556rem;
      margin-left: 0.667rem; }
      .hpi__cell .arrow-up svg, .hpi__cell .arrow-up svg path,
      .hpi__cell .arrow-down svg,
      .hpi__cell .arrow-down svg path {
        fill: #272727; }
    .hpi__cell .arrow-up {
      transform: scaleY(-1); }
    .hpi__cell:nth-of-type(1) {
      flex-basis: 4.444rem;
      border-left: 0; }
    .hpi__cell:nth-of-type(2) {
      flex: 1;
      border-right: 1px solid #DCDCDC; }
    @media screen and (max-width: 1023px) {
      .hpi__cell:nth-of-type(3), .hpi__cell:nth-of-type(4), .hpi__cell:nth-of-type(5) {
        display: none; }
      .hpi__cell:nth-of-type(6) {
        flex-basis: 200px; } }
    @media screen and (max-width: 600px) {
      .hpi__cell:nth-of-type(6) {
        flex-basis: 120px; } }
    @media screen and (min-width: 1024px) {
      .hpi__cell:nth-of-type(3) {
        flex-basis: 14%; }
      .hpi__cell:nth-of-type(4) {
        flex-basis: 10%; }
      .hpi__cell:nth-of-type(5) {
        flex-basis: 17%; }
      .hpi__cell:nth-of-type(6) {
        flex-basis: 13%; } }
    .hpi__cell:nth-of-type(3), .hpi__cell:nth-of-type(4), .hpi__cell:nth-of-type(5) {
      justify-content: center;
      border: 0;
      border-bottom: 1px solid #DCDCDC; }
  .hpi__row.green-dark .hpi__cell .arrow-up svg, .hpi__row.green-dark .hpi__cell .arrow-up svg path,
  .hpi__row.green-dark .hpi__cell .arrow-down svg,
  .hpi__row.green-dark .hpi__cell .arrow-down svg path,
  .hpi__row.red .hpi__cell .arrow-up svg,
  .hpi__row.red .hpi__cell .arrow-up svg path,
  .hpi__row.red .hpi__cell .arrow-down svg,
  .hpi__row.red .hpi__cell .arrow-down svg path {
    fill: #FFF; }
  .hpi__row:not(.hpi__row--headers) .hpi__cell span {
    font-size: 0.778rem; }
  .hpi__row:not(.hpi__row--headers) .hpi__cell:nth-of-type(3),
  .hpi__row:not(.hpi__row--headers) .hpi__cell:nth-of-type(4),
  .hpi__row:not(.hpi__row--headers) .hpi__cell:nth-of-type(5) {
    font-size: 0.889rem; }
  .hpi__row:not(.hpi__row--headers) .hpi__cell:nth-of-type(1) {
    font-size: 18px;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      .hpi__row:not(.hpi__row--headers) .hpi__cell:nth-of-type(1) {
        font-size: 1.278rem; } }

.map-container {
  width: 100%;
  height: 60vh; }
  @media screen and (min-width: 768px) {
    .map-container {
      height: 80vh; } }
  @media screen and (min-width: 1024px) {
    .map-container {
      height: 45rem; } }
  .map-container .hpi-map {
    width: 100%;
    height: 100%; }

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

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

.hpi-map .ampopup-content {
  opacity: 0;
  background-color: #272727;
  color: #FFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  -webkit-animation: fadein 400ms ease forwards;
  animation: fadein 400ms ease forwards; }
  @media screen and (max-width: 768px) {
    .hpi-map .ampopup-content {
      position: fixed;
      top: 0 !important;
      left: 0 !important;
      width: 100% !important;
      height: 100% !important;
      max-width: 100% !important;
      max-height: 100% !important;
      margin: 0 !important; } }
  @media screen and (min-width: 1024px) {
    .hpi-map .ampopup-content {
      overflow: visible; }
      .hpi-map .ampopup-content:before {
        content: '';
        position: absolute;
        right: 100%;
        top: 20%;
        width: 0;
        height: 0;
        z-index: 99;
        border: 20px solid transparent;
        border-right: 20px solid #272727; } }

.hpi-map .ampopup-inside {
  padding: 0; }
  @media screen and (max-width: 767px) {
    .hpi-map .ampopup-inside {
      height: 100%; } }

.hpi-map .ampopup-header {
  display: none; }

.hpi-map .amcharts-Polygon {
  cursor: pointer; }
  .hpi-map .amcharts-Polygon:hover {
    opacity: 0.9; }

.map-popup {
  padding-right: 2.667rem;
  position: relative; }
  @media screen and (max-width: 767px) {
    .map-popup {
      height: 100%; } }
  .map-popup-close {
    display: block;
    position: absolute;
    top: 0;
    right: -2.722rem;
    width: 2.667rem;
    height: 2.667rem;
    cursor: pointer; }
    .map-popup-close:before, .map-popup-close:after {
      content: '';
      width: 0.278rem;
      height: 1.778rem;
      position: absolute;
      top: 50%;
      left: 50%;
      background: #FFF; }
    .map-popup-close:before {
      transform: translate(-50%, -50%) rotate(-45deg); }
    .map-popup-close:after {
      transform: translate(-50%, -50%) rotate(45deg); }
  .map-popup:after, .map-popup:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 84%;
    width: 2.667rem; }
  .map-popup:before {
    background-image: url(/wp-content/themes/hpi/public/images/pattern.svg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 4;
    background-position: center; }
    @media screen and (min-width: 1024px) {
      .map-popup:before {
        background-size: 1000%; } }
  .map-popup--red:after {
    background-color: #C74039; }
  .map-popup--orange:after {
    background-color: #E86B37; }
  .map-popup--yellow:after {
    background-color: #F7C948; }
  .map-popup--greenLight:after {
    background-color: #BFD06F; }
  .map-popup--green:after {
    background-color: #58A96C; }
  .map-popup--greenDark:after {
    background-color: #377A43; }
  .map-popup__inner {
    padding: 1.111rem;
    position: relative; }
    @media screen and (max-width: 767px) {
      .map-popup__inner {
        padding: 40px; } }
  .map-popup__title {
    font-size: 2.667rem;
    font-weight: 600;
    line-height: 1; }
    .map-popup__title--small {
      max-width: 16.667rem;
      font-size: 1.778rem;
      line-height: 1.4; }
  .map-popup__stat {
    font-size: 5.111rem;
    font-weight: 600;
    line-height: 1;
    padding: 0.667rem 0 0.333rem; }
  .map-popup__label {
    font-size: 0.889rem;
    margin-bottom: 0.667rem; }

.section.section--map-page-title {
  padding: 1.778rem 0; }

.map-header .grid {
  align-items: flex-start; }

@media screen and (max-width: 1023px) {
  .map-header .grid {
    flex-direction: column-reverse; }
  .map-header .column {
    width: 100%;
    flex-basis: 100%; } }

@media screen and (max-width: 600px) {
  .map-header .content-wrapper {
    padding: 0; }
  .map-header .grid {
    margin: 0; }
  .map-header .column {
    padding: 0; } }

.map-header .column.column--lrg-7 {
  overflow: hidden; }

.map-header .select-wrapper {
  background-color: #272727;
  color: #FFF; }
  @media screen and (max-width: 600px) {
    .map-header .select-wrapper {
      width: 100%;
      margin-bottom: 0.167rem; } }
  @media screen and (min-width: 600px) and (max-width: 1023px) {
    .map-header .select-wrapper {
      max-width: 320px;
      margin: 0 auto 20px; } }
  @media screen and (min-width: 1024px) {
    .map-header .select-wrapper {
      max-width: 17.778rem;
      margin-left: auto; } }
  .map-header .select-wrapper:after {
    background-image: url(/wp-content/themes/hpi/public/images/icons/arrow-down.svg); }
  .map-header .select-wrapper select {
    background: transparent;
    color: #FFF; }

.map-header .colour-indicator {
  display: flex;
  flex-direction: row; }
  .map-header .colour-indicator .ind {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative; }
    .map-header .colour-indicator .ind span {
      z-index: 10;
      color: rgba(255, 255, 255, 0.5); }
    .map-header .colour-indicator .ind:after {
      content: '';
      position: absolute;
      left: 100%;
      top: 0;
      width: 32px;
      height: 32px;
      z-index: 9;
      background-color: #F7F7F7;
      transform: translateX(-16px) rotate(45deg); }
  .map-header .colour-indicator .ind:first-child {
    width: 7.778rem; }
  .map-header .colour-indicator .ind:not(:first-child) {
    flex: 1; }
  @media screen and (max-width: 768px) {
    .map-header .colour-indicator .ind:first-child,
    .map-header .colour-indicator .ind:last-child {
      width: 5rem;
      flex: auto;
      display: flex;
      justify-content: center; } }
  @media screen and (max-width: 516) {
    .map-header .colour-indicator .ind span {
      display: none; }
    .map-header .colour-indicator .ind {
      width: auto !important; } }
  .map-header .colour-indicator .ind:nth-of-type(1) {
    background-color: #C74039; }
    .map-header .colour-indicator .ind:nth-of-type(1):after {
      background-color: #C74039; }
  .map-header .colour-indicator .ind:nth-of-type(2) {
    background-color: #cd534d; }
    .map-header .colour-indicator .ind:nth-of-type(2):after {
      background-color: #cd534d; }
  .map-header .colour-indicator .ind:nth-of-type(3) {
    background-color: #d05f59; }
    .map-header .colour-indicator .ind:nth-of-type(3):after {
      background-color: #d05f59; }
  .map-header .colour-indicator .ind:nth-of-type(4) {
    background-color: #E86B37; }
    .map-header .colour-indicator .ind:nth-of-type(4):after {
      background-color: #E86B37; }
  .map-header .colour-indicator .ind:nth-of-type(5) {
    background-color: #F7C948; }
    .map-header .colour-indicator .ind:nth-of-type(5):after {
      background-color: #F7C948; }
  .map-header .colour-indicator .ind:nth-of-type(6) {
    background-color: #BFD06F; }
    .map-header .colour-indicator .ind:nth-of-type(6):after {
      background-color: #BFD06F; }
  .map-header .colour-indicator .ind:nth-of-type(7) {
    background-color: #58A96C; }
    .map-header .colour-indicator .ind:nth-of-type(7):after {
      background-color: #58A96C; }
  .map-header .colour-indicator .ind:nth-of-type(8) {
    background-color: #377A43; }
    .map-header .colour-indicator .ind:nth-of-type(8):after {
      background-color: #377A43; }

.articles-header {
  position: relative;
  padding-top: 212px; }
  @media screen and (min-width: 1024px) {
    .articles-header {
      padding-top: 2.444rem; } }
  @media screen and (max-width: 768px) {
    .articles-header:not(.articles-header--single) h1 {
      font-size: 48px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .articles-header:not(.articles-header--single) h1 {
      text-align: center;
      max-width: 620px;
      margin: 0 auto 32px; } }
  @media screen and (min-width: 1024px) and (max-width: 1319px) {
    .articles-header:not(.articles-header--single) h1 {
      font-size: 42px;
      max-width: 620px;
      text-align: right;
      margin: 0 0 32px auto; } }
  @media screen and (min-width: 1320px) {
    .articles-header:not(.articles-header--single) h1 {
      text-align: right; } }
  .articles-header:before, .articles-header:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 180px; }
    @media screen and (min-width: 1024px) {
      .articles-header:before, .articles-header:after {
        width: 21%;
        height: 14.444rem; } }
  .articles-header:before {
    background-color: #272727; }
  .articles-header:after {
    background-image: url(/wp-content/themes/hpi/public/images/pattern.svg);
    background-size: 130%;
    background-position: center center; }
    @media screen and (min-width: 1024px) {
      .articles-header:after {
        background-size: 360%; } }
  @media screen and (min-width: 1024px) {
    .articles-header--single:before, .articles-header--single:after {
      width: 8.333rem;
      height: 22.222rem; } }
  @media screen and (min-width: 1024px) {
    .articles-header--single:after {
      background-size: 400%; } }

.articles__filter-form {
  background-color: #272727;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .articles__filter-form {
      max-width: 520px; } }
  .articles__filter-form .form__group {
    padding: 0.667rem;
    margin-bottom: 0; }
  .articles__filter-form .form__label {
    color: #FFF;
    font-size: 0.889rem; }
  .articles__filter-form .select-wrapper__select {
    font-size: 0.889rem;
    font-weight: 300; }
  @media screen and (max-width: 1024px) {
    .articles__filter-form .form__button {
      padding-top: 16px; } }
  .articles__filter-form .button {
    border-radius: 0;
    width: 100%;
    display: block; }
    @media screen and (max-width: 1024px) {
      .articles__filter-form .button {
        padding-top: 17px;
        padding-bottom: 17px; } }

.articles__filter-form-inner {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 1024px) {
    .articles__filter-form-inner {
      flex-direction: row; }
      .articles__filter-form-inner .form__group {
        flex: 1;
        padding-top: 0.222rem; }
      .articles__filter-form-inner .button {
        height: 100%; } }

.article-page__meta {
  display: block;
  padding: 1rem 0;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 1.778rem; }

.article-page__author {
  border-top: 1px solid #D6D6D6;
  padding-top: 2.667rem; }

.article-page__author-image {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  position: relative;
  border-radius: 50%;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .article-page__author-image {
      width: 30%;
      padding-bottom: 30%;
      margin-bottom: 1.778rem; } }
  .article-page__author-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.article-page__author-content p {
  font-size: 0.667rem; }

.cms-content img {
  width: 100%;
  height: auto; }

.cms-content blockquote {
  border-left: 5px solid #C74039;
  margin-left: 0;
  padding-left: 2.222rem; }
  .cms-content blockquote p:first-child {
    font-weight: 600; }

.stories__pagination {
  margin-top: 2.667rem;
  display: flex;
  justify-content: flex-end; }

.pagination {
  display: block;
  text-align: center; }
  .pagination__list {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .pagination__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.222rem; }
  .pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.556rem;
    min-width: 3rem;
    color: #272727;
    font-size: 1.333rem;
    font-weight: 600;
    background-color: #F7C948;
    transition: background-color 200ms ease, color 200ms ease;
    text-decoration: none;
    text-transform: uppercase; }
    .pagination a svg, .pagination a svg path {
      fill: #272727;
      transition: fill 200ms ease; }
    .pagination a:hover {
      background-color: #377A43;
      color: #FFF; }
      .pagination a:hover svg, .pagination a:hover svg path {
        fill: #FFF; }
    .pagination a:focus {
      text-decoration: underline; }
  .pagination__item.active a {
    background-color: #E86B37; }
    .pagination__item.active a:hover {
      color: #272727; }
  .pagination__item--prev a,
  .pagination__item--next a {
    border-radius: 50%;
    padding: 0; }
  .pagination__item--prev svg {
    transform: scaleX(-1); }
  .pagination__item--prev img {
    margin-right: 0.444rem;
    transform: scaleX(-1); }
  .pagination__item--next img {
    margin-left: 0.444rem; }

.articles-header--trends:before {
  background-color: #E86B37; }

.section__header--trends .js-graph-key {
  justify-content: center;
  flex-wrap: wrap; }
  .section__header--trends .js-graph-key .compare-graph-key {
    position: relative;
    border: 1px solid #EAEAEA;
    margin-top: 2px;
    margin-bottom: 2px;
    transition: all 280ms ease;
    padding: 0.111rem 0.667rem 0.111rem 0.333rem; }
    .section__header--trends .js-graph-key .compare-graph-key .remove {
      position: absolute;
      top: 0;
      right: 0;
      line-height: 1;
      color: #999;
      cursor: pointer;
      display: none; }
    .section__header--trends .js-graph-key .compare-graph-key:hover .remove {
      display: block; }
    .section__header--trends .js-graph-key .compare-graph-key.active {
      border-color: #377A43;
      background-color: #377A43;
      color: #FFF; }
    .section__header--trends .js-graph-key .compare-graph-key.semi-active {
      background-color: rgba(55, 122, 67, 0.2); }
    .section__header--trends .js-graph-key .compare-graph-key:not(.active):hover {
      background-color: rgba(234, 234, 234, 0.6);
      cursor: pointer; }
    .section__header--trends .js-graph-key .compare-graph-key > *:not(.remove) {
      pointer-events: none; }

.trends__modal-trigger-wrapper {
  display: flex;
  align-items: center;
  justify-content: center; }

.trends__modal-trigger {
  display: none;
  margin-bottom: 2rem;
  border: 0;
  background: none; }
  .trends__modal-trigger.active {
    display: block; }
  .trends__modal-trigger:hover {
    text-decoration: underline;
    cursor: pointer; }

.trends-controls__country-label {
  position: absolute;
  top: 1.111rem;
  left: 6.667rem;
  padding: 0.667rem 0.944rem;
  line-height: 1em;
  z-index: 9999; }

.trends-controls__radios {
  flex: 1;
  display: flex;
  flex-direction: row; }
  .trends-controls__radios label {
    color: #FFF;
    padding-left: 2.889rem;
    position: relative;
    display: inline-block;
    line-height: 2.056rem;
    margin-bottom: 0;
    margin-right: 1.778rem;
    font-size: 23px;
    cursor: pointer; }
    .trends-controls__radios label:before, .trends-controls__radios label:after {
      content: '';
      position: absolute;
      width: 1.833rem;
      height: 1.833rem;
      border-radius: 50%; }
    .trends-controls__radios label:before {
      left: 0;
      top: 0.111rem;
      border: 0.111rem solid #FFF; }
    .trends-controls__radios label:after {
      left: 0.111rem;
      top: 0.222rem;
      background-color: #FFF;
      transform: scale(0.2);
      opacity: 0; }
  .trends-controls__radios input:checked + label:after {
    transform: scale(0.8);
    opacity: 1; }

.trends-controls__inner {
  padding: 1rem 1.333rem;
  display: flex;
  align-items: row;
  background-color: #272727;
  position: relative;
  z-index: 99; }

.trends-controls__checkbox .checkbox {
  background-color: #377A43;
  color: #FFF;
  padding: 0.444rem;
  cursor: pointer; }
  .trends-controls__checkbox .checkbox .checkbox__label {
    display: block;
    margin-bottom: 0;
    font-size: 0.778rem; }
  .trends-controls__checkbox .checkbox .checkbox__label:before,
  .trends-controls__checkbox .checkbox .checkbox__label:after {
    transform: none !important;
    box-sizing: border-box; }
  .trends-controls__checkbox .checkbox .checkbox__label:after {
    top: 0;
    left: 0;
    background-image: url(/wp-content/themes/hpi/public/images/icons/tick-white.svg); }
  .trends-controls__checkbox .checkbox .checkbox__label:before {
    top: 0;
    background: none;
    border: 2px solid #FFF; }

.media {
  position: relative; }
  .media:before, .media:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 11.111rem; }
    @media screen and (min-width: 1024px) {
      .media:before, .media:after {
        width: 34%;
        height: 100%; } }
  .media--plain:before, .media--plain:after {
    display: none; }
  .media--red:before {
    background-color: #C74039; }
  .media--yellow:before {
    background-color: #F7C948; }
  .media--orange:before {
    background-color: #E86B37; }
  .media--green-light:before {
    background-color: #BFD06F; }
  .media--green:before {
    background-color: #58A96C; }
  .media--green-dark:before {
    background-color: #377A43; }
  .media--multi:before {
    background-color: #FFF; }
  .media--reverse .grid {
    flex-direction: row-reverse; }
  @media screen and (min-width: 1024px) {
    .media--reverse:before, .media--reverse:after {
      right: 0;
      left: auto; } }
  .media:after {
    background-image: url(/wp-content/themes/hpi/public/images/pattern.svg);
    background-size: 130%;
    background-position: center center; }
    @media screen and (min-width: 1024px) {
      .media:after {
        background-size: 360%; } }
  .media--multi:after {
    background-image: url(/wp-content/themes/hpi/public/images/pattern-colours.svg); }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .media .column.column--lrg-5 {
      flex-basis: 100%; }
    .media .column.column--lrg-7 {
      flex-basis: 100%; } }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    .media .column.column--lrg-5 {
      flex-basis: 49%; }
    .media .column.column--lrg-7 {
      flex-basis: 51%; } }
  @media screen and (min-width: 1280px) {
    .media .column.column--lrg-5 {
      flex-basis: 45%; }
    .media .column.column--lrg-7 {
      flex-basis: 55%; } }
  .media__content {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
  .media__title {
    margin-bottom: 1.111rem;
    font-size: 1.736rem; }
  .media--hero .media__title {
    font-size: 28px;
    max-width: none; }
    @media screen and (min-width: 768px) {
      .media--hero .media__title {
        font-size: 44px; } }
    @media screen and (min-width: 1024px) {
      .media--hero .media__title {
        font-size: 3.056rem; } }
  @media screen and (min-width: 1190px) {
    .media--hero .column.column--lrg-5 {
      flex-basis: 39%; }
    .media--hero .column.column--lrg-7 {
      flex-basis: 61%; } }
  .media__copy :first-child {
    margin-top: 0; }
  .media__copy :last-child {
    margin-bottom: 0; }
  .media--hero .media__copy {
    max-width: none; }
  .media__title, .media__copy {
    max-width: 34.444rem; }
  .media__content--quote .media__title {
    font-size: 2.167rem; }
    .media__content--quote .media__title span:first-of-type {
      color: #58A96C; }
    .media__content--quote .media__title span:last-of-type {
      color: #C74039; }
  .media__content--story .media__title {
    font-size: 1.389rem;
    max-width: 27.778rem; }
    @media screen and (min-width: 1024px) and (max-width: 1279px) {
      .media__content--story .media__title {
        font-size: 1.222rem; } }
  .media__cta {
    margin-top: 1.333rem; }
  .media__image {
    position: relative; }
    @media screen and (max-width: 1024px) {
      .media__image {
        margin-bottom: 50px;
        max-width: 620px; } }
    .media__image img {
      vertical-align: top; }
  .media__video-trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .media__video-trigger .icon {
      width: 5.167rem;
      height: 5.167rem;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background-color 280ms ease; }
      .media__video-trigger .icon svg {
        max-width: 40%;
        height: auto;
        margin-left: 0.444rem; }
    .media__video-trigger--red .icon {
      background-color: #C74039; }
      .media__video-trigger--red .icon svg, .media__video-trigger--red .icon svg path {
        fill: #FFF; }
    .media__video-trigger--red:hover .icon {
      background-color: #a8352f; }
    .media__video-trigger--yellow .icon {
      background-color: #E86B37; }
    .media__video-trigger--yellow:hover .icon {
      background-color: #f9d56f; }
    .media__video-trigger--orange .icon {
      background-color: #E86B37; }
    .media__video-trigger--orange:hover .icon {
      background-color: #ec865c; }
    .media__video-trigger--green-light .icon, .media__video-trigger--greenLight .icon {
      background-color: #BFD06F; }
    .media__video-trigger--green-light:hover .icon, .media__video-trigger--greenLight:hover .icon {
      background-color: #cdda8e; }
    .media__video-trigger--green .icon {
      background-color: #58A96C; }
    .media__video-trigger--green:hover .icon {
      background-color: #73b784; }
    .media__video-trigger--green-dark .icon {
      background-color: #377A43; }
      .media__video-trigger--green-dark .icon svg, .media__video-trigger--green-dark .icon svg path {
        fill: #FFF; }
    .media__video-trigger--green-dark:hover .icon {
      background-color: #2a5e34; }

.cta.bg-white {
  background-color: #FFF; }

.cta__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center; }

.cta__title {
  max-width: 28.889rem;
  margin-bottom: 1.111rem;
  color: inherit; }

.cta__copy {
  margin-top: 0;
  max-width: 50rem; }

.data-cta {
  position: relative; }
  @media screen and (max-width: 1024px) {
    .data-cta {
      padding-top: 310px; }
      .data-cta:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 246px;
        background-color: #E86B37;
        z-index: 1; }
      .data-cta:after {
        height: 246px;
        z-index: 2; }
      .data-cta .graph {
        position: absolute;
        top: 8px;
        right: 0;
        height: 235px;
        width: 100%;
        text-align: right;
        z-index: 9; }
        .data-cta .graph img {
          height: 100%;
          width: auto;
          vertical-align: top; } }
  @media screen and (min-width: 1024px) {
    .data-cta {
      background-color: #E86B37; }
      .data-cta:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        background-color: #272727; }
      .data-cta .graph {
        right: 0;
        max-width: 50%;
        height: auto;
        position: absolute;
        top: 50%;
        z-index: 10;
        transform: translateY(-50%); } }
  .data-cta:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    background-color: #272727; }

@media screen and (max-width: 768px) {
  .risers-fallers {
    padding-bottom: 32px; } }

.risers-fallers h3 {
  margin-bottom: 1.111rem; }
  .risers-fallers h3 span {
    color: #C74039; }

.risers-fallers p {
  margin: 0; }

.risers-fallers.section {
  overflow: hidden; }

.risers-fallers .grid {
  overflow: visible; }

@media screen and (min-width: 768px) {
  .risers-fallers .column {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .risers-fallers .column:first-of-type {
      align-items: flex-start; }
    .risers-fallers .column:last-of-type {
      align-items: flex-end; } }

@media screen and (max-width: 767px) {
  .risers-fallers .column .button {
    margin: 0 auto; } }

.risers-fallers__table {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 1.778rem;
  position: relative; }
  @media screen and (max-width: 768px) {
    .risers-fallers__table--fallers {
      margin-top: 64px; } }
  .risers-fallers__table--fallers:before, .risers-fallers__table--fallers:after {
    content: '';
    position: absolute;
    top: -32px;
    left: 50%;
    width: 150%;
    height: 130px;
    transform: translateX(-50%);
    z-index: -1; }
    @media screen and (min-width: 768px) {
      .risers-fallers__table--fallers:before, .risers-fallers__table--fallers:after {
        left: 0;
        top: auto;
        height: 320px;
        width: 320px;
        bottom: -100px; } }
    @media screen and (min-width: 1024px) {
      .risers-fallers__table--fallers:before, .risers-fallers__table--fallers:after {
        left: 0;
        top: auto;
        height: 17.778rem;
        width: 26.667rem;
        bottom: -5.556rem; } }
  .risers-fallers__table--fallers:before {
    background-color: #377A43; }
  .risers-fallers__table--fallers:after {
    background-image: url(/wp-content/themes/hpi/public/images/pattern.svg);
    background-size: 130%;
    background-position: center center; }
    @media screen and (min-width: 768px) {
      .risers-fallers__table--fallers:after {
        background-size: 240%; } }
  @media screen and (max-width: 768px) {
    .risers-fallers__table--risers {
      margin-bottom: 66px; } }
  .risers-fallers__table--risers:before, .risers-fallers__table--risers:after {
    content: '';
    position: absolute;
    bottom: -32px;
    left: 50%;
    width: 150%;
    height: 130px;
    transform: translateX(-50%);
    z-index: -1; }
    @media screen and (min-width: 768px) {
      .risers-fallers__table--risers:before, .risers-fallers__table--risers:after {
        left: auto;
        right: 0;
        transform: translateX(50%);
        top: -140px;
        height: 320px;
        width: 320px;
        bottom: auto; } }
    @media screen and (min-width: 1024px) {
      .risers-fallers__table--risers:before, .risers-fallers__table--risers:after {
        right: 0;
        bottom: auto;
        left: auto;
        height: 17.778rem;
        width: 26.667rem;
        top: -7.778rem; } }
  .risers-fallers__table--risers:before {
    background-color: #C74039; }
  .risers-fallers__table--risers:after {
    background-image: url(/wp-content/themes/hpi/public/images/pattern.svg);
    background-size: 130%;
    background-position: center center; }
    @media screen and (min-width: 768px) {
      .risers-fallers__table--risers:after {
        background-size: 240%; } }

.risers-fallers__row--red {
  background-color: #C74039;
  color: #FFF; }
  .risers-fallers__row--red:hover {
    background-color: #b43933; }

.risers-fallers__row--orange {
  background-color: #E86B37; }
  .risers-fallers__row--orange:hover {
    background-color: #e55a20; }

.risers-fallers__row--yellow {
  background-color: #F7C948; }
  .risers-fallers__row--yellow:hover {
    background-color: #f6c230; }

.risers-fallers__row--green-light {
  background-color: #BFD06F; }
  .risers-fallers__row--green-light:hover {
    background-color: #b6ca5c; }

.risers-fallers__row--green {
  background-color: #58A96C; }
  .risers-fallers__row--green:hover {
    background-color: #4f9961; }

.risers-fallers__row--green-dark {
  background-color: #377A43;
  color: #FFF; }
  .risers-fallers__row--green-dark:hover {
    background-color: #3f8c4d; }

.risers-fallers__row {
  border-bottom: 1px solid #FFF;
  transition: background-color 200ms ease; }
  .risers-fallers__row:last-child {
    border-bottom: 0; }
  .risers-fallers__row a {
    color: inherit;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    padding: 0.833rem 1.056rem; }
  .risers-fallers__row .country, .risers-fallers__row .change {
    color: inherit;
    margin: 0; }
    @media screen and (max-width: 480px) {
      .risers-fallers__row .country, .risers-fallers__row .change {
        font-size: 20px; } }
    .risers-fallers__row .country.small, .risers-fallers__row .change.small {
      font-size: 1.333rem; }
  .risers-fallers__row .country {
    flex: 1; }
  .risers-fallers__row .change span {
    font-size: 0.8em; }

.risers-fallers__table--risers .risers-fallers__row .direction svg {
  transform: scaleY(-1) translateY(50%); }

.cards.section {
  padding-bottom: 3.556rem; }

.grid.stories-grid .column:nth-of-type(3n+1) .card.card--article:before {
  background-color: #F7C948; }

.grid.stories-grid .column:nth-of-type(3n+2) .card.card--article:before {
  background-color: #E86B37; }

.grid.stories-grid .column:nth-of-type(3n+3) .card.card--article:before {
  background-color: #377A43; }

.card {
  margin-bottom: 1.778rem; }
  .card.linked {
    cursor: pointer; }
  .card--article {
    position: relative; }
    .card--article::before, .card--article:after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: -10px;
      height: 80%;
      width: 100%;
      z-index: -1; }
    .card--article:after {
      background-image: url(/wp-content/themes/hpi/public/images/pattern.svg);
      background-size: 232%;
      background-position: center center; }
  .card__image-wrap {
    width: 100%;
    padding-bottom: 66.66%;
    position: relative;
    margin-bottom: 1.333rem; }
  .card--article .card__image-wrap {
    margin-bottom: 0; }
  .card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .card__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      transform: scale(1);
      transition: transform 720ms ease-out; }
  .card:not(.card--article) .card__image img {
    -o-object-fit: contain;
    object-fit: contain; }
  .card.linked:hover .card__image img {
    transform: scale(1.05); }
  .card__title {
    margin-bottom: 0.667rem; }
    .card__title .card-link {
      text-decoration: none;
      color: inherit;
      transition: color 280ms ease; }
  .card.linked:hover .card-link {
    color: #377A43; }
  .card__copy {
    margin: 0;
    font-size: 0.889rem; }
  .card--article .card__copy {
    font-weight: 600;
    font-size: 1.111rem;
    padding: 2.889rem 1.333rem;
    border: 1px solid #D5D5D5;
    background-color: #FFF;
    z-index: 10;
    transition: color 280ms ease;
    line-height: 2; }
    .card--article .card__copy a {
      color: inherit;
      text-decoration: none; }
    .card--article .card__copy:hover {
      color: #377A43; }
  .card--article .card__tag {
    position: absolute;
    bottom: 0;
    display: block;
    width: 56%;
    color: #FFF;
    background-color: #272727;
    padding: 4px 17px;
    box-sizing: border-box;
    text-align: right;
    transform: translateY(50%);
    transition: width 480ms ease-out; }
  .card--article:hover .card__tag {
    width: 60%; }

.cms-content > *:first-child {
  margin-top: 0; }

@media screen and (max-width: 499px) {
  .cms-content__aside + .cms-content {
    padding-left: 20px; } }

@media screen and (min-width: 499px) {
  .cms-content__aside + .cms-content {
    padding-left: 32px; } }

@media screen and (min-width: 1024px) {
  .cms-content__wrapper {
    display: flex;
    justify-content: flex-end; } }

@media screen and (min-width: 800px) {
  .cms-content {
    max-width: 41.556rem; } }

.cms-content__aside {
  position: relative;
  padding-top: 2.333rem;
  padding-left: 20px; }
  @media screen and (max-width: 1023px) {
    .cms-content__aside {
      margin-bottom: 3.556rem; } }
  .cms-content__aside:before, .cms-content__aside:after {
    content: '';
    position: absolute;
    top: 0;
    height: 0.278rem;
    background-color: #272727; }
    .bg-red .cms-content__aside:before,
    .bg-green-dark .cms-content__aside:before, .bg-red .cms-content__aside:after,
    .bg-green-dark .cms-content__aside:after {
      background-color: #FFF; }
  .cms-content__aside:before {
    left: 0;
    width: 61%; }
  .cms-content__aside:after {
    left: 63%;
    width: 10%; }
  @media screen and (min-width: 499px) {
    .cms-content__aside {
      padding-left: 32px; } }
  @media screen and (min-width: 1024px) and (max-width: 1294px) {
    .cms-content__aside {
      padding-left: 48px; } }
  @media screen and (min-width: 1294px) {
    .cms-content__aside {
      padding-left: 1.778rem; } }
  @media screen and (min-width: 1294px) and (max-width: 1390px) {
    .cms-content__aside {
      padding-left: calc(50vw - 32.222rem); } }
  @media screen and (min-width: 1390px) {
    .cms-content__aside {
      padding-left: calc(50vw - 34.167rem); } }
  @media screen and (min-width: 1024px) {
    .cms-content__aside {
      flex: 1; } }
  .cms-content__aside--collab .logo {
    max-width: 66%; }
    .cms-content__aside--collab .logo img {
      width: 100%;
      height: auto; }
  .cms-content__aside--stat .stat {
    font-size: 64px;
    font-weight: 600;
    line-height: 1; }
    @media screen and (min-width: 768px) {
      .cms-content__aside--stat .stat {
        font-size: 7.111rem; } }
  .cms-content__aside--stat .description {
    font-size: 0.889rem;
    max-width: 19.389rem; }

.cms-stats__block {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    .cms-stats__block {
      padding-top: 3.556rem;
      padding-bottom: 3.556rem; } }
  @media screen and (min-width: 1024px) {
    .cms-stats__block {
      padding-top: 4.778rem;
      padding-bottom: 4.778rem; } }
  @media screen and (min-width: 499px) {
    .cms-stats__block {
      padding-left: 32px;
      padding-right: 32px; } }
  @media screen and (min-width: 1024px) and (max-width: 1294px) {
    .cms-stats__block {
      padding-left: 48px;
      padding-right: 48px; } }
  .cms-stats__block > *:last-child {
    margin-bottom: 0; }
  .cms-stats__block .stat {
    font-size: 7.222rem;
    line-height: 1;
    font-weight: 600; }
  .cms-stats__block .label {
    margin-bottom: 0;
    font-size: 1.556rem;
    font-weight: 600;
    max-width: 25rem; }
  .cms-stats__block .description {
    max-width: 27.222rem; }

@media screen and (min-width: 1294px) {
  .column--md-6:first-child .cms-stats__block {
    padding-left: 1.778rem; } }

@media screen and (min-width: 1294px) and (max-width: 1390px) {
  .column--md-6:first-child .cms-stats__block {
    padding-left: calc(50vw - 32.222rem); } }

@media screen and (min-width: 1390px) {
  .column--md-6:first-child .cms-stats__block {
    padding-left: calc(50vw - 34.167rem); } }

@media screen and (min-width: 1294px) {
  .column--md-6:last-child .cms-stats__block {
    padding-right: 1.778rem;
    padding-left: 3.556rem; } }

@media screen and (min-width: 1294px) and (max-width: 1390px) {
  .column--md-6:last-child .cms-stats__block {
    padding-right: calc(50vw - 32.222rem); } }

@media screen and (min-width: 1390px) {
  .column--md-6:last-child .cms-stats__block {
    padding-right: calc(50vw - 34.167rem); } }

.cms-stats__secondary {
  display: flex;
  flex-direction: column; }

.cms-stats--3 .column--md-6:first-child .cms-stats__block {
  box-sizing: border-box;
  height: 100%;
  align-items: flex-start;
  justify-content: center; }

.cms-stats--3 .column--md-6:last-child .cms-stats__block {
  padding-top: 1.778rem;
  padding-bottom: 1.778rem; }
  .cms-stats--3 .column--md-6:last-child .cms-stats__block .stat {
    font-size: 4.444rem; }
  .cms-stats--3 .column--md-6:last-child .cms-stats__block .label {
    font-size: 1.111rem; }

.social-share {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 1023px) {
    .social-share {
      max-width: 280px;
      margin: 0 auto; } }
  @media screen and (min-width: 1024px) {
    .social-share {
      align-items: center;
      justify-content: center; } }
  .social-share__item {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 1023px) {
      .social-share__item {
        flex-basis: 50%;
        margin-bottom: 13px; } }
    @media screen and (min-width: 1024px) {
      .social-share__item {
        padding: 0 0.444rem; } }
    .section--bg-green-dark .social-share__item--header {
      color: #FFF; }
    @media screen and (max-width: 1023px) {
      .social-share__item--header {
        flex-basis: 100%;
        margin-bottom: 24px; } }
    @media screen and (min-width: 1024px) {
      .social-share__item--header {
        margin-right: 0.556rem; } }
    .social-share__item--header span {
      font-weight: bold;
      font-size: 29px; }
      @media screen and (min-width: 1024px) {
        .social-share__item--header span {
          font-size: 2.667rem; } }
  .social-share__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border: 3.5px solid #272727;
    border-radius: 50%;
    transition: all 280ms ease; }
    .section--bg-green-dark .social-share__link {
      border: 3.5px solid #FFF; }
    .social-share__link svg, .social-share__link svg path {
      transition: all 280ms ease; }
      .section--bg-green-dark .social-share__link svg, .section--bg-green-dark .social-share__link svg path {
        stroke: #FFF; }
    .section--bg-green-dark .social-share__link--email svg, .section--bg-green-dark .social-share__link--email svg path {
      fill: #FFF; }
    .social-share__link:hover {
      background-color: #C74039;
      border-color: #C74039; }
      .social-share__link:hover svg, .social-share__link:hover svg path {
        stroke: #FFF; }
    .social-share__link--email:hover svg, .social-share__link--email:hover svg path {
      fill: #FFF; }

.accordion {
  max-width: 37.778rem;
  margin: 0 auto; }
  .accordion__item {
    border-top: 0.111rem solid #BFD06F;
    padding: 1.556rem 0; }
    .section--blue .accordion__item {
      border-top: 0.111rem solid rgba(191, 208, 111, 0.1); }
    .section--grey .accordion__item {
      border-top: 0.111rem solid rgba(0, 0, 0, 0.05); }
    .accordion__item:last-child {
      border-bottom: 0.111rem solid #BFD06F; }
      .section--blue .accordion__item:last-child {
        border-bottom: 0.111rem solid rgba(191, 208, 111, 0.1); }
      .section--grey .accordion__item:last-child {
        border-bottom: 0.111rem solid rgba(0, 0, 0, 0.05); }
  .accordion__header {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
  .accordion__question {
    width: 34.444rem;
    max-width: 80%;
    margin: 0; }
  .accordion__expand {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0.111rem solid #BFD06F;
    transition: border-color 280ms ease;
    border-radius: 50%;
    background: none;
    width: 2.111rem;
    height: 2.111rem;
    position: relative; }
    .section--blue .accordion__expand {
      border: 0.111rem solid rgba(191, 208, 111, 0.1); }
    .section--grey .accordion__expand {
      border: 0.111rem solid rgba(0, 0, 0, 0.05); }
    .accordion__expand:focus {
      box-shadow: none; }
    .accordion__expand:hover {
      cursor: pointer;
      outline: none;
      border-color: rgba(55, 122, 67, 0.7); }
      .section--blue .accordion__expand:hover {
        border-color: #FFF; }
    .accordion__expand:before {
      content: '';
      width: 0.889rem;
      height: 0.889rem;
      position: absolute;
      top: 57%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(0deg);
      background-image: url(/wp-content/themes/hpi/assets/images/icons/arrow-down-black.svg);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      transition: transform 280ms ease; }
  .accordion__item.expand .accordion__expand:before {
    transform: translate(-50%, -62%) rotate(180deg); }
  .accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 280ms ease 160ms; }
  .accordion__item.expand .accordion__content {
    max-height: 10000px;
    transition: max-height 280ms ease 1ms; }
  .accordion__content-holder {
    margin-top: 1.778rem;
    background-color: #BFD06F;
    padding: 1.333rem;
    border-radius: 0.556rem;
    opacity: 0;
    transition: opacity 160ms ease 1ms; }
    .section--grey .accordion__content-holder {
      background-color: #FFF; }
    .section--blue .accordion__content-holder {
      background-color: transparent;
      border: 0.111rem solid rgba(191, 208, 111, 0.1); }
    .accordion__content-holder :first-child {
      margin-top: 0; }
    .accordion__content-holder :last-child {
      margin-bottom: 0; }
  .accordion__item.expand .accordion__content-holder {
    opacity: 1;
    transition: opacity 160ms ease 280ms; }

.form {
  position: relative;
  padding: 3.556rem 0; }
  .form:before, .form:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%; }
    @media screen and (max-width: 1023px) {
      .form:before, .form:after {
        display: none; } }
    @media screen and (min-width: 1024px) {
      .form:before, .form:after {
        width: 34%;
        height: 100%; } }
  .form--red {
    background-color: #C74039;
    color: white; }
  .form--yellow {
    background-color: #F7C948; }
  .form--orange {
    background-color: #E86B37; }
  .form--green-light {
    background-color: #BFD06F; }
  .form--green {
    background-color: #58A96C; }
  .form--green-dark {
    background-color: #377A43;
    color: white; }
  .form--sd-red:before {
    background-color: #C74039; }
  .form--sd-yellow:before {
    background-color: #F7C948; }
  .form--sd-orange:before {
    background-color: #E86B37; }
  .form--sd-green-light:before {
    background-color: #BFD06F; }
  .form--sd-green:before {
    background-color: #58A96C; }
  .form--sd-green-dark:before {
    background-color: #377A43; }
  .form:after {
    background-image: url(/wp-content/themes/hpi/public/images/pattern.svg);
    background-size: 130%;
    background-position: center center; }
    @media screen and (min-width: 1024px) {
      .form:after {
        background-size: 360%; } }
  .form--white:after {
    background-image: url(/wp-content/themes/hpi/public/images/pattern-colours.svg); }
  .form h1, .form h2, .form h3, .form h4 {
    color: inherit; }
  @media screen and (max-width: 1024px) {
    .form {
      padding-right: 64px; } }
