@import url(https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,400i,500,500i);
/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-loader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .5);
  z-index: 1; }
  .c-loader .spinner {
    height: 2.375rem;
    width: 2.375rem;
    -webkit-animation: rotate 1s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
            animation: rotate 1s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
    border: 5px solid transparent;
    border-top-color: rgba(85, 85, 85, .7);
    border-radius: 50%; }

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

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

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.theme-loader-light {
  background-color: rgba(51, 51, 51, .5); }
  .theme-loader-light .spinner {
    border-top-color: #fff; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-no-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 1rem; }
  @media screen and (min-width: 40rem) {
    .c-no-content {
      padding: 0 1.25rem; } }
  .c-no-content .message {
    opacity: 0.5;
    text-align: center; }
  .c-no-content .message-icon {
    width: 1.5625rem;
    height: 1.5625rem;
    margin-left: 0.3125rem; }
  .c-no-content button {
    color: #97be32;
    cursor: pointer; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-tip {
  padding: 0.625rem;
  background-color: #fffee2;
  font-size: 12px;
  color: #555; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-dynamic-sentence {
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.1px;
  font-size: 20px;
  color: #555; }
  .c-dynamic-sentence strong,
  .c-dynamic-sentence b,
  .c-dynamic-sentence span {
    font-weight: 500; }
  .c-widgets.minimalist .c-dynamic-sentence {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: -0.3px;
    color: #9e9e9e; }
    .c-widgets.minimalist .c-dynamic-sentence b {
      color: #4a4a4a; }
  .c-dynamic-sentence .hover-text {
    border-bottom: dashed 1px #999;
    padding-bottom: 1px;
    cursor: help; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-button {
  height: 2.5rem;
  font-family: "Fira Sans", sans-serif;
  border-radius: 1.25rem;
  width: 100%;
  padding: 0 0.9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #97be32;
  font-size: 1rem;
  text-transform: capitalize;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 150ms ease-out;
  transition: background-color 150ms ease-out;
  text-decoration: none; }
  .c-button .button-wrapper {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 100%; }
  .c-button svg {
    fill: #fff;
    width: 0.9375rem;
    height: 0.9375rem; }
  .c-button:hover {
    background-color: #779627; }
  .c-button.disabled {
    cursor: not-allowed;
    background-color: #d6d6d9; }
    .c-button.disabled svg {
      fill: #ddd; }
    .c-button.disabled:hover {
      background-color: #d6d6d9; }
  .c-button:focus {
    outline: none; }
  .c-button.square {
    width: 2.5rem;
    min-width: 2.5rem;
    padding: 0;
    font-size: 0; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.theme-button-light {
  background-color: transparent;
  color: #555;
  border: solid 1px #97be32; }
  .theme-button-light:hover {
    background-color: #f7f7f7; }
  .theme-button-light.disabled {
    border-color: #f7f7f7; }
    .theme-button-light.disabled:hover {
      background-color: #f7f7f7;
      border-color: #f7f7f7; }
    .theme-button-light.disabled svg {
      fill: #fff; }
  .theme-button-light svg {
    fill: #d6d6d9; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.theme-button-small {
  max-width: 5.625rem;
  height: 1.25rem;
  border-radius: 0.625rem;
  padding: 0 0.625rem;
  font-size: 0.75rem;
  white-space: nowrap; }
  .theme-button-small.square {
    width: 1.25rem;
    min-width: 1.25rem;
    padding: 0; }
  .theme-button-small svg {
    width: 0.625rem;
    height: 0.625rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.theme-button-xsmall {
  max-width: 5.625rem;
  height: 0.875rem;
  border-radius: 0.4375rem;
  padding: 0 0.3125rem;
  font-size: 0.625rem;
  white-space: nowrap; }
  .theme-button-xsmall.square {
    width: 0.875rem;
    min-width: 0.875rem;
    padding: 0; }
  .theme-button-xsmall svg {
    width: 0.5rem;
    height: 0.5rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.theme-button-medium {
  height: 1.625rem;
  border-radius: 0.8125rem;
  padding: 0 0.8125rem;
  font-size: 0.875rem;
  white-space: nowrap; }
  .theme-button-medium.square {
    width: 1.625rem;
    min-width: 1.625rem;
    padding: 0; }
  .theme-button-medium svg {
    width: 0.8125rem;
    height: 0.8125rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.theme-button-tiny {
  height: 0.875rem;
  border-radius: 0.625rem;
  padding: 0 0.625rem;
  font-size: 0.75rem;
  white-space: nowrap; }
  .theme-button-tiny.square {
    width: 0.875rem;
    min-width: 0.875rem;
    padding: 0; }
  .theme-button-tiny svg {
    width: 0.5rem;
    height: 0.5rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.theme-button-grey {
  background-color: transparent;
  color: #d6d6d9;
  border: solid 1px #d6d6d9; }
  .theme-button-grey:hover {
    border-color: #bcbcc0;
    color: #bcbcc0;
    background-color: transparent; }
    .theme-button-grey:hover svg {
      fill: #bcbcc0; }
  .theme-button-grey.disabled {
    border-color: #f7f7f7; }
    .theme-button-grey.disabled:hover {
      background-color: #f7f7f7;
      border-color: #f7f7f7; }
    .theme-button-grey.disabled svg {
      fill: #fff; }
  .theme-button-grey svg {
    fill: #d6d6d9; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.theme-button-grey-filled {
  background-color: #999;
  color: #999;
  border: solid 1px #999; }
  .theme-button-grey-filled svg {
    fill: #fff; }
  .theme-button-grey-filled:hover {
    border-color: #676867;
    color: #676867;
    background-color: #676867; }
  .theme-button-grey-filled.disabled {
    border-color: #f7f7f7; }
    .theme-button-grey-filled.disabled:hover {
      background-color: #f7f7f7;
      border-color: #f7f7f7; }
    .theme-button-grey-filled.disabled svg {
      fill: #fff; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.theme-button-clear {
  background-color: transparent;
  color: #555;
  border: 0; }
  .theme-button-clear svg {
    fill: #555; }
  .theme-button-clear:hover {
    background-color: transparent; }
    .theme-button-clear:hover svg {
      fill: #222222; }
  .theme-button-clear.disabled {
    border-color: transparent;
    background-color: transparent; }
    .theme-button-clear.disabled:hover {
      background-color: transparent;
      border-color: transparent; }
    .theme-button-clear.disabled svg {
      fill: #ddd; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.theme-button-map-control {
  min-width: 2.375rem;
  height: 2.375rem;
  padding: 0;
  background-color: #fff;
  border-radius: 0;
  font-size: 10px;
  color: #333; }
  .theme-button-map-control svg {
    fill: #555; }
  .theme-button-map-control:hover {
    background-color: #e6e6e6; }
  .theme-button-map-control.\--active svg {
    fill: #97be32; }
  .theme-button-map-control.disabled {
    background-color: #fff; }
    .theme-button-map-control.disabled:hover {
      background-color: #fff; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.theme-button-dashed {
  background-color: transparent;
  color: #555;
  border: #97be32 1px dashed;
  border-radius: 5px;
  padding: 1.25rem; }
  .theme-button-dashed:hover {
    background-color: #f7f7f7; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-icon {
  width: 0.9375rem;
  height: 0.9375rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: solid 1px #e5e5df;
  height: 2.125rem;
  padding: 0 0.625rem;
  cursor: pointer;
  color: #555;
  z-index: 0; }
  .c-selector .value {
    position: absolute;
    top: calc(50% - 10px);
    bottom: 0;
    left: 0.625rem;
    right: 0.625rem;
    padding-right: 1.125rem;
    z-index: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 0.8125rem; }
    .c-selector .value.clearable {
      padding-right: 1.75rem; }
  .c-selector.align-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .c-selector.align-left .value {
      padding-left: 1.125rem;
      padding-right: 0; }
  .c-selector input {
    z-index: 1;
    background-color: transparent;
    width: 100%;
    height: 100%;
    border: 0;
    color: #555;
    font-size: 0.8125rem; }
    .c-selector input:focus {
      outline: none; }
    .c-selector input::-webkit-input-placeholder {
      color: rgba(85, 85, 85, .5); }
    .c-selector input::-ms-input-placeholder {
      color: rgba(85, 85, 85, .5); }
    .c-selector input::placeholder {
      color: rgba(85, 85, 85, .5); }
    .c-selector input:-moz-read-only {
      cursor: pointer; }
    .c-selector input:read-only {
      cursor: pointer; }
  .c-selector.clearable input {
    padding-right: 1.5625rem; }
  .c-selector .arrow-btn {
    z-index: 3;
    height: 100%;
    cursor: pointer;
    position: absolute;
    right: 0.5rem; }
    .c-selector .arrow-btn .arrow {
      max-width: 0.75rem;
      height: 100%;
      fill: #555; }
  .c-selector .clear-btn {
    z-index: 3;
    cursor: pointer;
    position: absolute;
    right: 1.375rem;
    top: calc(50% - 8px); }
    .c-selector .clear-btn .clear-icon {
      max-width: 0.5rem;
      max-height: 0.5rem;
      margin-right: 0.3125rem;
      fill: #555; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-selector-item-wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0;
      -ms-flex: 0;
          flex: 0;
  margin-left: 100%;
  width: 100%;
  -webkit-transition: none;
  transition: none;
  overflow: hidden; }
  .c-selector-item-wrapper.base {
    margin-left: -100%;
    -webkit-transition: margin-right 0.2s ease-in-out;
    transition: margin-right 0.2s ease-in-out; }
  .c-selector-item-wrapper.show {
    height: auto;
    margin-left: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: visible;
    overflow: initial;
    -webkit-transition: margin-left 0.2s ease-in-out;
    transition: margin-left 0.2s ease-in-out; }

.c-selector-item {
  width: 100%;
  padding: 0.5rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-selector-menu {
  border: solid 1px #e5e5df;
  margin-top: -1px;
  z-index: 1;
  max-height: 25rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  cursor: pointer;
  color: rgba(85, 85, 85, .5);
  font-size: 0.8125rem;
  position: absolute;
  top: 2.125rem;
  width: 100%;
  background-color: #fff;
  padding: 0.3125rem 0; }
  .c-selector-menu .info-button {
    margin-right: 0.625rem;
    width: 1rem;
    max-width: 1rem;
    min-width: 1rem;
    height: 1rem;
    max-height: 1rem; }
  .c-selector-menu .group-icon {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    fill: #555;
    position: absolute;
    right: 0.625rem; }
    .c-selector-menu .group-icon.selected {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      left: 0.625rem; }
  .c-selector-menu .group-parent .item {
    padding-right: 1.5625rem;
    z-index: 2; }
  .c-selector-menu .group-parent.selected .item {
    padding-right: 0.625rem;
    padding-left: 1.875rem; }
  .c-selector-menu .group-parent .group-icon {
    z-index: 1; }
  .c-selector-menu .highlight {
    color: #555; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-dropdown {
  color: #555;
  width: auto;
  text-align: left; }
  .c-dropdown .label {
    margin-bottom: 0.3125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 400;
    font-size: 0.8125rem; }
    .c-dropdown .label .info-button {
      margin-left: 0.4375rem;
      height: 15px;
      width: 15px;
      min-width: 15px;
      border-radius: 50%; }
      .c-dropdown .label .info-button .info-icon {
        height: 8px;
        width: 7px; }
  .c-dropdown .container {
    position: relative; }
    .c-dropdown .container.-tooltip .menu-arrow {
      display: none; }
  .c-dropdown .menu-trigger {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
  .c-dropdown .is-open .arrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.theme-dropdown-dark {
  color: #fff;
  font-weight: 300; }
  .theme-dropdown-dark .c-selector {
    border: 0;
    height: 3.75rem;
    padding: 0;
    color: #fff; }
    .theme-dropdown-dark .c-selector .value {
      font-size: 2.5rem;
      top: 0;
      left: 0;
      right: 0;
      padding-right: 1.5625rem; }
      .theme-dropdown-dark .c-selector .value.no-value {
        color: rgba(255, 255, 255, .5); }
    .theme-dropdown-dark .c-selector input {
      color: #fff;
      font-size: 2.5rem;
      font-weight: 300;
      padding-left: 1.125rem; }
      .theme-dropdown-dark .c-selector input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, .5); }
      .theme-dropdown-dark .c-selector input::-ms-input-placeholder {
        color: rgba(255, 255, 255, .5); }
      .theme-dropdown-dark .c-selector input::placeholder {
        color: rgba(255, 255, 255, .5); }
    .theme-dropdown-dark .c-selector.align-left .value,
    .theme-dropdown-dark .c-selector.align-left input {
      padding-left: 1.875rem; }
    .theme-dropdown-dark .c-selector .arrow-btn {
      left: 0;
      width: 0.75rem; }
      .theme-dropdown-dark .c-selector .arrow-btn .arrow {
        fill: #fff; }
    .theme-dropdown-dark .c-selector .clear-btn {
      right: 0; }
      .theme-dropdown-dark .c-selector .clear-btn .clear-icon {
        fill: #fff; }
  .theme-dropdown-dark .c-selector-menu {
    border: solid 1px #e5e5df;
    font-size: 1.125rem;
    font-weight: 400;
    top: 3.75rem;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(85, 85, 85, .25);
            box-shadow: 1px 1px 5px 0 rgba(85, 85, 85, .25); }
    @media screen and (min-width: 40rem) {
      .theme-dropdown-dark .c-selector-menu {
        left: 1.875rem;
        width: calc(100% - 30px); } }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.theme-dropdown-light .c-selector .clear-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.theme-dropdown-light .c-selector .value {
  top: calc(50% - 0.5625rem);
  bottom: 0;
  left: 0.6875rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.theme-dropdown-button {
  text-align: center; }
  .theme-dropdown-button .container .c-selector {
    border-radius: 1.5625rem;
    border-color: #97be32;
    height: 1.75rem;
    padding: 0 0.625rem; }
    .theme-dropdown-button .container .c-selector .value {
      padding: 0;
      right: 1.625rem; }
  .theme-dropdown-button .container.is-open .menu-arrow {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0 9px;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-left-color: #fff;
    border-right: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 2.125rem;
    left: calc(50% - 14px);
    border-bottom-color: #fff;
    -webkit-box-shadow: 1px -2px 3px 0 rgba(85, 85, 85, .1);
            box-shadow: 1px -2px 3px 0 rgba(85, 85, 85, .1);
    z-index: 3; }
  .theme-dropdown-button .container .menu {
    top: 2.5rem;
    border: 0;
    -webkit-box-shadow: 1px 1px 10px 0 rgba(85, 85, 85, .25);
            box-shadow: 1px 1px 10px 0 rgba(85, 85, 85, .25); }
  .theme-dropdown-button .arrow-btn .arrow {
    fill: #97be32; }
  .theme-dropdown-button .label {
    color: #999;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.theme-dropdown-button-small .container .c-selector {
  border-radius: 1.125rem;
  border-color: #e5e5df;
  height: 1.25rem;
  padding: 0 0.5rem 0 0.625rem; }
  .theme-dropdown-button-small .container .c-selector .value {
    top: calc(50% - 0.5625rem);
    right: 1.0625rem;
    padding: 0; }
  .theme-dropdown-button-small .container .c-selector input,
  .theme-dropdown-button-small .container .c-selector .value {
    color: #aaa;
    font-size: 0.75rem; }

.theme-dropdown-button-small .container.is-open .menu-arrow {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0 9px;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  border-left-color: #fff;
  border-right: none;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 1.625rem;
  left: calc(50% - 14px);
  border-bottom-color: #fff;
  -webkit-box-shadow: 1px -2px 3px 0 rgba(85, 85, 85, .1);
          box-shadow: 1px -2px 3px 0 rgba(85, 85, 85, .1);
  z-index: 3; }

.theme-dropdown-button-small .c-selector-menu {
  top: 1.625rem;
  border: 0;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(85, 85, 85, .25);
          box-shadow: 1px 1px 10px 0 rgba(85, 85, 85, .25); }

.theme-dropdown-button-small .arrow-btn .arrow {
  fill: #aaa;
  width: 0.5rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.theme-dropdown-native .select-wrapper {
  border: 1px solid #97be32;
  border-radius: 20px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 1.875rem; }
  .theme-dropdown-native .select-wrapper select {
    border: 0;
    background-color: transparent;
    color: #555;
    font-family: "Fira Sans", sans-serif;
    font-size: 0.75rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0 1.75rem 0 0.9375rem;
    z-index: 2;
    height: 100%;
    cursor: pointer;
    position: relative; }
    .theme-dropdown-native .select-wrapper select::-ms-expand {
      display: none; }
    .theme-dropdown-native .select-wrapper select:focus {
      outline: none; }

.theme-dropdown-native .arrow-icon {
  position: absolute;
  right: 0.75rem;
  height: 100%;
  width: 10px;
  z-index: 1;
  fill: #97be32; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.theme-dropdown-native-button .select-wrapper {
  border: 1px solid #e5e5df;
  height: 1.25rem; }
  .theme-dropdown-native-button .select-wrapper select {
    padding: 0 1.125rem 0 0.5rem; }

.theme-dropdown-native-button .arrow-icon {
  fill: #555;
  right: 0.5rem;
  width: 8px; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.theme-dropdown-native-plain .select-wrapper {
  border: 0; }
  .theme-dropdown-native-plain .select-wrapper select {
    padding-left: 0;
    padding-right: 25px;
    font-size: 1rem;
    height: 1.5625rem;
    font-weight: 400; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.theme-dropdown-native-inline .select-wrapper {
  border: 0;
  border-radius: 0;
  width: auto; }
  .theme-dropdown-native-inline .select-wrapper select {
    font-size: 0.625rem;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 0.625rem 0 0;
    height: auto; }
  .theme-dropdown-native-inline .select-wrapper .arrow-icon {
    right: 0;
    width: 0.375rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.theme-dropdown-native-form .select-wrapper {
  border: 1px solid #e5e5df;
  border-radius: 4px;
  height: 2.5rem;
  width: 100%;
  max-width: 19.6875rem; }
  .theme-dropdown-native-form .select-wrapper select {
    padding: 0 1.125rem 0 0.5rem;
    color: #555;
    font-size: 0.8125rem; }

.theme-dropdown-native-form .arrow-icon {
  fill: #555;
  right: 0.5rem;
  width: 8px; }

.react-toggle {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
  display: block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

.react-toggle-screenreader-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.react-toggle--disabled {
  cursor: not-allowed;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }

.react-toggle-track {
  width: 50px;
  height: 24px;
  padding: 0;
  border-radius: 30px;
  background-color: #4D4D4D;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #000000; }

.react-toggle--checked .react-toggle-track {
  background-color: #19AB27; }

.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #128D15; }

.react-toggle-track-check {
  position: absolute;
  width: 14px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  left: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }

.react-toggle--checked .react-toggle-track-check {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }

.react-toggle-track-x {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  right: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }

.react-toggle--checked .react-toggle-track-x {
  opacity: 0; }

.react-toggle-thumb {
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  border: 1px solid #4D4D4D;
  border-radius: 50%;
  background-color: #FAFAFA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.react-toggle--checked .react-toggle-thumb {
  left: 27px;
  border-color: #19AB27; }

.react-toggle--focus .react-toggle-thumb {
  -webkit-box-shadow: 0px 0px 3px 2px #0099E0;
  box-shadow: 0px 0px 2px 3px #0099E0; }

.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb {
  -webkit-box-shadow: 0px 0px 5px 5px #0099E0;
  box-shadow: 0px 0px 5px 5px #0099E0; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-switch .label {
  margin-bottom: 0.3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 13px; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.theme-switch-light .react-toggle {
  width: 100%; }

.theme-switch-light .react-toggle-track {
  width: 100%;
  height: 2.125rem;
  background-color: transparent !important;
  border: solid 1px #e5e5df; }
  .theme-switch-light .react-toggle-track > div {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 1;
    font-size: 13px;
    color: #555; }
  .theme-switch-light .react-toggle-track .react-toggle-track-check {
    left: 0; }
  .theme-switch-light .react-toggle-track .react-toggle-track-x {
    right: 0; }

.theme-switch-light .react-toggle-thumb {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: transparent;
  border-radius: 30px;
  border: solid 1px #97be32;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.theme-switch-light .react-toggle--checked .react-toggle-thumb {
  left: 50%; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-widget-settings {
  width: 18.125rem;
  background-color: #fff;
  padding: 1.25rem 0 0.3125rem; }
  .c-widget-settings > div {
    margin-bottom: 1.5625rem;
    border-bottom: 1px solid #e5e5df;
    padding: 0 1.5625rem; }
    .c-widget-settings > div > div {
      margin-bottom: 1.25rem; }
    .c-widget-settings > div:last-child {
      border-bottom: 0; }
  .c-widget-settings .title {
    font-size: 0.875rem;
    color: #555; }
  .c-widget-settings .years-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0.625rem;
    font-size: 13px; }
    .c-widget-settings .years-select .label {
      margin-right: 0.625rem; }
    .c-widget-settings .years-select .select-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .c-widget-settings .years-select .text-date {
      margin: 0 10px; }
  .c-widget-settings .canopy-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .c-widget-settings .canopy-select .label {
      margin-bottom: 0; }
    .c-widget-settings .canopy-select .container {
      margin-bottom: 0;
      max-width: 5.625rem; }
    .c-widget-settings .canopy-select .dd__wrapper {
      max-width: 5.3125rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-widget-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 1.25rem; }
  .c-widget-header .title {
    width: 100%;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.54;
    color: #555;
    text-transform: uppercase;
    padding-right: 1.25rem; }
  .c-widget-header .options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .c-widget-header .options .map-button {
      position: relative; }
      .c-widget-header .options .map-button.-active {
        cursor: default; }
        .c-widget-header .options .map-button.-active:hover {
          background-color: #97be32; }
      .c-widget-header .options .map-button .map-icon {
        width: 1.25rem;
        height: 1.25rem;
        margin-top: 0.0625rem; }
    .c-widget-header .options .small-options {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .c-widget-header .options .separator {
      position: relative;
      top: 0.1875rem;
      border-right: solid 1px #e5e5df;
      height: 0.9375rem;
      margin-left: 0.3125rem; }
  .c-widget-header .settings-icon {
    width: 0.75rem;
    height: 0.75rem; }
  .c-widget-header button {
    margin-left: 0.3125rem; }
  .c-widget-header.simple {
    padding-bottom: 0.625rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-widget-footer {
  margin-top: 0.625rem;
  font-size: 12px;
  color: rgba(85, 85, 85, .5); }
  .c-widget-footer .loss-driver-statement {
    display: inline-block;
    color: rgba(85, 85, 85, .5); }
  .c-widget-footer .driver-separator {
    color: rgba(85, 85, 85, .5);
    display: inline-block;
    padding: 0 0.1875rem; }
  .c-widget-footer.simple {
    font-size: 0.625rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-widget {
  position: relative;
  width: 100%;
  height: auto;
  border: solid 1px rgba(103, 104, 103, .2);
  border-radius: 4px;
  min-height: 28.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem 0.9375rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media screen and (min-width: 40rem) {
    .c-widget {
      padding: 1.5625rem 1.25rem; } }
  .c-widget.highlighted {
    background: #fefedc; }
    .c-widget.highlighted .widget-loader {
      background-color: rgba(254, 254, 220, .5); }
  .c-widget.embed {
    border: 0;
    padding: 0; }
  .c-widget .container {
    position: relative;
    height: auto;
    min-height: 18.75rem;
    margin-bottom: 0.625rem; }
    .c-widget .container .sentence {
      margin-bottom: 1.875rem; }
      .c-widget .container .sentence.interactive {
        height: 10rem; }
        @media screen and (min-width: 360px) {
          .c-widget .container .sentence.interactive {
            height: 6.875rem; } }
        @media screen and (min-width: 40rem) {
          .c-widget .container .sentence.interactive {
            height: 5.625rem; } }
        @media screen and (min-width: 64rem) {
          .c-widget .container .sentence.interactive {
            height: 4.375rem; } }
  .c-widget.simple {
    border: 0;
    min-height: 12.5rem;
    padding: 0;
    border-radius: 0; }
    .c-widget.simple .container {
      min-height: 9.375rem;
      margin-bottom: 0; }
      .c-widget.simple .container .sentence {
        font-size: 0.8125rem;
        margin-bottom: 0.9375rem; }
    .c-widget.simple .widget-loader .spinner {
      width: 1.875rem;
      height: 1.875rem;
      border-width: 0.1875rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-widgets {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 1.25rem 1rem 1.875rem 1rem;
  min-width: 100%; }
  @supports not (display: grid) {
    .c-widgets > div {
      width: 100%;
      margin-bottom: 1.875rem; }
      @media screen and (min-width: 64rem) {
        .c-widgets > div {
          width: calc(50% - 15px);
          margin-bottom: 1.875rem; }
          .c-widgets > div.large {
            width: 100%; } } }
  @supports (display: grid) {
    .c-widgets {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 30px;
      grid-auto-flow: dense; }
      @media screen and (min-width: 64rem) {
        .c-widgets {
          grid-template-columns: 1fr 1fr; }
          .c-widgets .large {
            grid-column-end: span 2; } } }
  @media screen and (min-width: 40rem) {
    .c-widgets {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media screen and (min-width: 64rem) {
    .c-widgets {
      padding-top: 1.875rem;
      padding-right: 1.875rem; } }
  .c-widgets .no-widgets-message {
    border: solid 1px rgba(103, 104, 103, .2);
    border-radius: 4px;
    position: relative;
    min-height: 28.75rem; }
  .c-widgets .widgets-loader {
    position: relative;
    min-height: 28.75rem; }
  .c-widgets.simple {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.3125rem 0 0.9375rem;
    border-bottom: solid 1px #e5e5df; }
    .c-widgets.simple > div {
      width: 100%;
      padding-bottom: 0.9375rem;
      margin-bottom: 0.9375rem;
      border-bottom: solid 1px #e5e5df; }
      .c-widgets.simple > div:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0; }
  .c-widgets.no-widgets {
    border-bottom: 0;
    padding: 0; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-chart-tooltip {
  padding: 0.625rem 1.25rem;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .19);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, .19);
  background-color: #555;
  color: #fff;
  border-radius: 0.125rem;
  font-size: 1rem;
  position: relative;
  z-index: 100000; }
  .c-chart-tooltip .data-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .c-chart-tooltip .data-line.right {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      text-align: right; }
  .c-chart-tooltip .data-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 1.25rem; }
  .c-chart-tooltip .break-label {
    font-size: 0.875rem;
    font-style: italic;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem; }
  .c-chart-tooltip .data-color {
    width: 0.75rem;
    height: 0.75rem;
    min-height: 0.75rem;
    min-width: 0.75rem;
    border-radius: 50%;
    margin-right: 0.3125rem;
    margin-top: 0.3125rem; }
  .c-chart-tooltip.simple {
    font-size: 0.75rem; }
    .c-chart-tooltip.simple .break-label {
      font-size: 0.75rem; }
    .c-chart-tooltip.simple .data-color {
      font-size: 0.75rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-composed-chart {
  width: 100%; }
  .c-composed-chart tspan {
    font-family: "Fira Sans", sans-serif;
    background: #fff; }
  .c-composed-chart .recharts-cartesian-axis-tick-line {
    stroke: #cccccc; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-paginate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 2px solid rgba(229, 229, 223, .2);
  width: calc(100% - 3rem);
  margin: 0.9375rem auto auto auto;
  padding-top: 0.625rem; }
  .c-paginate .button-up {
    margin-right: 0.125rem; }
    .c-paginate .button-up .icon {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .c-paginate .button-down {
    margin-left: 0.125rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-numbered-list {
  font-size: 0.75rem;
  color: #555; }
  .c-numbered-list .list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0.625rem; }
  .c-numbered-list a {
    color: #555; }
    .c-numbered-list a:hover .item-name {
      text-decoration: underline; }
  .c-numbered-list .disabled {
    pointer-events: none;
    text-decoration: none; }
    .c-numbered-list .disabled:hover {
      text-decoration: none; }
  .c-numbered-list .item-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .c-numbered-list .item-bubble {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    min-height: 1.5rem;
    color: #fff;
    font-weight: 500;
    border-radius: 50%;
    margin-right: 0.625rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-pie-chart {
  height: 100%;
  width: 100%; }
  .c-pie-chart .recharts-wrapper {
    display: inline-block; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-pie-chart-legend {
  display: inline-block;
  width: 100%; }
  .c-pie-chart-legend .legend-title {
    font-size: 0.75rem;
    line-height: 1;
    color: #555;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .c-pie-chart-legend .legend-title span {
      display: inline-block;
      width: 0.75rem;
      min-width: 0.75rem;
      min-height: 0.75rem;
      height: 0.75rem;
      margin-right: 0.4375rem;
      border-radius: 100%;
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start;
      margin-top: 1px; }
    .c-pie-chart-legend .legend-title p {
      color: #555;
      font-size: 0.75rem;
      line-height: 1.4; }
  .c-pie-chart-legend .legend-value {
    padding: 0.3125rem 0 0 1.25rem;
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 1.25rem; }
  .c-pie-chart-legend.small .legend-value {
    padding: 0 0 0 1.25rem;
    font-size: 1.375rem;
    margin-bottom: 0.625rem; }
  .c-pie-chart-legend.x-small .legend-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0.3125rem; }
  .c-pie-chart-legend.x-small .legend-value {
    display: none; }
  .c-pie-chart-legend.simple.small .legend-value {
    font-size: 1.125rem; }

.c-pie-chart-legend-widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: rem(30px); }
  .c-pie-chart-legend-widget .cover-legend {
    min-width: 50%; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-horizontal-bar-chart {
  height: 335px;
  width: 100%;
  margin-bottom: 40px; }
  .c-horizontal-bar-chart a {
    cursor: pointer;
    color: #555; }
    .c-horizontal-bar-chart a:hover {
      text-decoration: underline; }
  .c-horizontal-bar-chart .horizontal-pagintation {
    margin-top: 0;
    margin-bottom: 1.875rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-widget-economic-impact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1.875rem;
  padding: 0 0.9375rem; }
  .c-widget-economic-impact .locations-list {
    width: 100%;
    margin: auto 0; }
    @media screen and (min-width: 40rem) {
      .c-widget-economic-impact .locations-list {
        width: 50%; } }
    @media screen and (min-width: 64rem) {
      .c-widget-economic-impact .locations-list {
        width: 40%; } }
  .c-widget-economic-impact .economic-impact-chart {
    display: none;
    width: 50%;
    min-width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (min-width: 40rem) {
      .c-widget-economic-impact .economic-impact-chart {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 2.5rem; } }
    @media screen and (min-width: 64rem) {
      .c-widget-economic-impact .economic-impact-chart {
        width: 60%;
        min-width: 60%; } }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-widget-forestry-employment .c-no-content {
  padding-top: 6.25rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-header-menu {
  position: relative;
  background-color: #333;
  padding: 3.125rem 0 1.875rem;
  width: 100%; }
  @media screen and (min-width: 64rem) {
    .c-header-menu {
      padding: 4.375rem 1.875rem 5rem 0;
      min-height: 21.875rem; } }
  .c-header-menu .share-buttons {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .c-header-menu .share-buttons > * {
      margin-left: 0.3125rem; }
  .c-header-menu .loader {
    z-index: 10;
    width: 100%;
    right: 0;
    left: auto; }
    @media screen and (min-width: 70rem) {
      .c-header-menu .loader {
        width: 47.75rem; } }
  .c-header-menu .select-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 64rem) {
      .c-header-menu .select-container {
        margin-bottom: 0; } }
    .c-header-menu .select-container h3 {
      font-size: 42px;
      margin-left: 30px;
      font-weight: 300;
      color: #fff;
      text-transform: capitalize; }
    .c-header-menu .select-container > div {
      margin-bottom: 0.3125rem; }
  .c-header-menu .sentence {
    color: rgba(255, 255, 255, .9);
    font-size: 1.125rem;
    font-weight: 400;
    margin-top: 0.625rem;
    margin-bottom: 1.25rem;
    min-height: 5.625rem; }
    .c-header-menu .sentence b {
      color: #97be32; }
  .c-header-menu .forest-atlas-btn {
    margin-bottom: 1.25rem;
    max-width: 12.5rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-mini-legend {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .25);
  padding: 0.625rem;
  padding-bottom: 0.3125rem;
  position: absolute;
  left: 0.9375rem;
  right: 0.9375rem;
  bottom: 1.875rem;
  max-width: 25rem; }
  .c-mini-legend ul {
    font-size: 0.8125rem;
    font-weight: 400;
    color: #555; }
    .c-mini-legend ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 0.3125rem; }
      .c-mini-legend ul li span {
        height: 0.625rem;
        width: 0.625rem;
        min-height: 0.625rem;
        min-width: 0.625rem;
        border-radius: 50%;
        margin-right: 0.625rem; }
  .c-mini-legend .link-to-map {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-map {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #b3e2ff; }

.map-loader {
  z-index: 10;
  background-color: rgba(85, 85, 85, .2); }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-card {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #f7f7f7;
  border: solid 1px #e5e5df; }
  .c-card.active {
    border-color: #97be32;
    -webkit-box-shadow: 0 0 0 1px #97be32;
            box-shadow: 0 0 0 1px #97be32; }
  .c-card .image {
    height: 13.75rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 2;
    width: 100%; }
  .c-card .body {
    padding: 0.9375rem;
    border-top: 0;
    z-index: 2; }
    @media screen and (min-width: 40rem) {
      .c-card .body {
        padding: 1.5625rem; } }
    .c-card .body span {
      font-size: 12px;
      margin-bottom: 0.625rem;
      color: #aaa;
      display: block; }
    .c-card .body .title {
      margin-bottom: 0.9375rem;
      font-size: 1.75rem;
      line-height: 1.25;
      letter-spacing: -0.4px;
      font-weight: 300; }
    .c-card .body .summary {
      font-size: 1rem;
      margin-bottom: 1.25rem;
      line-height: 1.9;
      height: 5rem;
      overflow: hidden; }
    .c-card .body .meta {
      margin-bottom: 0.625rem;
      font-size: 0.875rem;
      opacity: 0.5;
      text-transform: uppercase; }
    .c-card .body .buttons {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .c-card .body .read-more {
      max-width: 9.375rem;
      margin-top: 1.875rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.theme-card-small .image {
  height: 7.5rem; }

.theme-card-small .body {
  padding: 1.25rem; }
  .theme-card-small .body .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: normal;
    margin-bottom: 0.625rem;
    text-transform: uppercase; }
  .theme-card-small .body .summary {
    font-size: 12px;
    line-height: 1.5;
    color: #aaa;
    height: 3.4375rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-data-table .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 10px; }
  .c-data-table .wrapper .values {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .c-data-table .wrapper .label {
    width: 40%;
    min-width: 40%;
    font-weight: 500;
    margin-right: 15px;
    text-transform: uppercase;
    word-break: break-all; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-boundary-sentence {
  font-size: 0.8125rem; }
  .c-boundary-sentence b {
    font-weight: 500; }
  .c-boundary-sentence button {
    color: #97be32;
    font-weight: 500;
    display: contents;
    cursor: pointer; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-popup {
  font-family: "Fira Sans", sans-serif;
  border-radius: 2px;
  max-width: 18.125rem; }
  .c-popup .popup-card {
    border: 0;
    max-width: 15rem; }
    .c-popup .popup-card .body {
      background-color: #fff; }
  .c-popup .popup-table {
    padding: 1.5625rem; }
    .c-popup .popup-table .popup-title {
      font-size: 1rem;
      margin-bottom: 0.9375rem;
      color: #555;
      font-weight: 400; }
    .c-popup .popup-table .layer-selector {
      margin-bottom: 20px; }
      .c-popup .popup-table .layer-selector select {
        font-size: 0.875rem; }
    .c-popup .popup-table .nav-footer {
      margin-top: 1.25rem; }
  .c-popup .theme-button-small {
    color: #fff; }
  .c-popup .theme-button-light {
    color: #555; }

.leaflet-popup-content {
  margin: 0; }

.leaflet-popup-content-wrapper {
  border-radius: 0;
  padding: 0; }

.leaflet-container a.leaflet-popup-close-button {
  top: 7px;
  right: 5px;
  z-index: 2;
  width: 1.5625rem;
  height: 1.5625rem;
  font-size: 1.25rem; }

.leaflet-container a {
  color: inherit;
  -webkit-tap-highlight-color: unset; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.leaflet-draw-tooltip {
  background-color: rgba(85, 85, 85, .8);
  padding: 0.625rem 0.9375rem;
  width: 200px;
  color: #fff;
  font-family: "Fira Sans", sans-serif;
  margin-top: -3.75rem;
  margin-left: 1.875rem; }

.draw-icon {
  border-radius: 0.625rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-map-attributions {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media screen and (min-width: 40rem) {
    .c-map-attributions {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .c-map-attributions > * {
    margin-left: 0.9375rem; }
  .c-map-attributions a,
  .c-map-attributions span {
    color: #808080;
    font-size: 0.625rem; }
    .c-map-attributions a:hover,
    .c-map-attributions span:hover {
      color: #808080; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-map .map-wrapper {
  position: relative;
  min-height: 18.75rem; }
  .c-map .map-wrapper .leaflet-container {
    background-color: transparent; }
  .c-map .map-wrapper .leaflet-control-container .leaflet-bottom {
    right: 0.9375rem;
    bottom: 3.125rem;
    left: auto; }
  .c-map .map-wrapper .leaflet-control-container .leaflet-control-scale {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .c-map .map-wrapper .leaflet-control-container .leaflet-control-scale-line {
    border: 1px solid #808080;
    border-top: 0;
    color: #808080;
    padding: 2px 5px 1px;
    font-size: 10px;
    background: transparent;
    margin-top: 0; }
    .c-map .map-wrapper .leaflet-control-container .leaflet-control-scale-line:first-child {
      border-right: 0; }

.c-map .map-icon-crosshair {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  fill: #555;
  width: 0.75rem;
  height: 0.75rem;
  pointer-events: none;
  z-index: 5; }

.c-map .map-attributions {
  position: absolute;
  bottom: 0.9375rem;
  right: 0.9375rem;
  z-index: 5; }

.c-map .map-loader {
  background-color: rgba(85, 85, 85, .2);
  z-index: 4; }

.c-map .c-cluster-icon {
  border: 0; }
  .c-map .c-cluster-icon > div {
    border-radius: 50%;
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-chose-analysis {
  padding: 1.6875rem 1.25rem;
  width: 100%; }
  .c-chose-analysis .title {
    font-size: 14px;
    font-weight: 500;
    color: #4a4a4a;
    text-align: center; }
  .c-chose-analysis .options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1.125rem;
    padding-bottom: 0.9375rem; }
    .c-chose-analysis .options button {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      width: 48%; }
      .c-chose-analysis .options button .button-wrapper {
        height: 100%;
        width: 100%; }
      .c-chose-analysis .options button svg {
        fill: #7f7f7f; }
        .c-chose-analysis .options button svg.icon-square-point {
          width: 1.3125rem;
          height: 1.3125rem;
          margin-bottom: 0.75rem; }
        .c-chose-analysis .options button svg.icon-polygon {
          width: 1.5625rem;
          height: 1.5625rem;
          margin-bottom: 0.5rem; }
      .c-chose-analysis .options button .label {
        font-size: 11px;
        line-height: 1.18;
        color: #7f7f7f; }
      .c-chose-analysis .options button.selected::before {
        content: '';
        position: absolute;
        bottom: -15px;
        bottom: -0.9375rem;
        left: 10px;
        left: 0.625rem;
        width: calc(100% - 20px);
        width: calc(100% - 1.25rem);
        height: 2px;
        height: 0.125rem;
        background-color: #97be32; }
      .c-chose-analysis .options button.selected svg {
        fill: #97be32; }
      .c-chose-analysis .options button.selected .label {
        color: #97be32; }
  .c-chose-analysis .layer-menu {
    padding-top: 2.0625rem;
    font-size: 12px;
    line-height: 1.4; }
    .c-chose-analysis .layer-menu .layer-title {
      color: #555; }
    .c-chose-analysis .layer-menu .boundary-selector {
      margin-top: 1.0625rem; }
      .c-chose-analysis .layer-menu .boundary-selector .select-wrapper {
        width: 100%; }
    .c-chose-analysis .layer-menu .layer-description {
      margin-top: 1.5rem;
      color: #999; }
      .c-chose-analysis .layer-menu .layer-description button {
        color: #97be32;
        cursor: pointer; }
        .c-chose-analysis .layer-menu .layer-description button:hover {
          color: #779627; }
  .c-chose-analysis .draw-menu {
    padding-top: 1.875rem; }
    .c-chose-analysis .draw-menu-title {
      font-size: 16px;
      text-align: center;
      margin-bottom: 1.25rem; }
    .c-chose-analysis .draw-menu-input {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 0.625rem;
      height: 2.5rem;
      border: 1px dashed #97be32;
      border-radius: 40px;
      font-size: 13px;
      cursor: pointer; }
      .c-chose-analysis .draw-menu-input:hover {
        background-color: #f7f7f7; }
      .c-chose-analysis .draw-menu-input p {
        text-align: center;
        width: 90%;
        text-transform: uppercase; }
      .c-chose-analysis .draw-menu-input.error {
        border-color: #ed1846; }
        .c-chose-analysis .draw-menu-input.error .info-button {
          background-color: #ed1846; }
          .c-chose-analysis .draw-menu-input.error .info-button:hover {
            background-color: #c30f36; }
      .c-chose-analysis .draw-menu-input.error-message {
        cursor: help; }
    .c-chose-analysis .draw-menu-separator {
      padding: 0.625rem 0;
      text-align: center;
      font-size: 1rem; }
    .c-chose-analysis .draw-menu .terms {
      text-align: center;
      font-size: 0.625rem;
      margin-top: 0.9375rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-download-data {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 1.25rem; }
  .c-download-data .icon-close {
    position: absolute;
    top: 1.5625rem;
    right: 1.4375rem;
    width: 0.625rem;
    height: 0.625rem;
    fill: #555;
    cursor: pointer; }
  .c-download-data h4 {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    margin-bottom: 0.9375rem;
    text-transform: uppercase; }
  .c-download-data span {
    font-size: 0.75rem;
    color: #555;
    margin-bottom: 0.625rem;
    text-transform: uppercase; }
  .c-download-data .download-list {
    margin-bottom: 1.25rem; }
    .c-download-data .download-list li,
    .c-download-data .download-list a {
      color: #97be32;
      font-size: 0.875rem; }
  .c-download-data .terms {
    font-size: 0.625rem;
    color: #555;
    margin-bottom: 1.25rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-show-analysis {
  width: 100%;
  padding: 1.25rem;
  min-height: 16.25rem;
  height: 100%;
  padding-bottom: 3.75rem; }
  .c-show-analysis .draw-title {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0.9375rem;
    text-transform: uppercase; }
    .c-show-analysis .draw-title .title-btn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer;
      font-size: 0.875rem;
      height: auto;
      text-transform: uppercase;
      font-weight: 500;
      color: #555;
      padding: 0; }
      .c-show-analysis .draw-title .title-btn .button-wrapper {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        text-align: left; }
      .c-show-analysis .draw-title .title-btn.left {
        padding-left: 0; }
    .c-show-analysis .draw-title .title-action {
      height: 1.25rem; }
    .c-show-analysis .draw-title .icon-arrow {
      position: relative;
      width: 0.625rem;
      min-width: 0.625rem;
      margin-right: 0.4375rem;
      margin-top: -1px;
      -webkit-transform: rotateZ(90deg);
              transform: rotateZ(90deg);
      fill: #555; }
    .c-show-analysis .draw-title .title-controls {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .c-show-analysis .draw-title .title-controls > * {
        padding: 0;
        padding-left: 0.5rem; }
  .c-show-analysis .results {
    position: relative;
    height: calc(100% - 41px);
    min-height: 8.125rem; }
    .c-show-analysis .results .no-layers {
      min-height: 6.25rem;
      position: relative;
      margin-top: -0.625rem; }
    .c-show-analysis .results .disclaimers {
      padding-top: 1.25rem; }
      .c-show-analysis .results .disclaimers p {
        font-size: 0.75rem;
        margin-bottom: 0.9375rem; }
      .c-show-analysis .results .disclaimers button {
        color: #97be32;
        cursor: pointer; }
  .c-show-analysis .draw-stat {
    padding-bottom: 0.9375rem; }
    .c-show-analysis .draw-stat .title {
      font-size: 12px;
      font-weight: 500;
      text-transform: uppercase;
      color: #555;
      display: inline-block;
      line-height: 1.2; }
      .c-show-analysis .draw-stat .title span {
        font-size: 9px;
        font-weight: normal;
        text-transform: lowercase;
        margin-left: 0.125rem; }
    .c-show-analysis .draw-stat .dates {
      font-size: 0.625rem;
      display: inline-block;
      margin-right: 0.1875rem; }
    .c-show-analysis .draw-stat .threshold {
      font-size: 0.625rem;
      display: inline-block; }
    .c-show-analysis .draw-stat .value {
      font-size: 18px;
      font-weight: 500;
      color: #555;
      letter-spacing: 0.5px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .c-show-analysis .draw-stat .value span {
        color: #555;
        font-size: 0.625rem;
        font-weight: normal;
        text-transform: lowercase;
        margin-left: 0.125rem;
        letter-spacing: normal; }
    .c-show-analysis .draw-stat:first-child, .c-show-analysis .draw-stat:last-child {
      border-bottom: solid 1px #e5e5df;
      padding-bottom: 0.9375rem;
      margin-bottom: 0.9375rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-analysis {
  position: relative; }
  .c-analysis .analysis-loader {
    z-index: 10; }
    .c-analysis .analysis-loader.fetching .spinner {
      margin-top: -1.875rem; }
  .c-analysis .cancel-analysis {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: rgba(255, 255, 255, .5);
    z-index: 1000;
    padding-top: 1.875rem; }
    .c-analysis .cancel-analysis .cancel-analysis-btn {
      z-index: 1000;
      background-color: #ed1846;
      width: 11.25rem;
      margin-bottom: 0.625rem; }
    .c-analysis .cancel-analysis .refresh-analysis-btn {
      z-index: 1000;
      background-color: #97be32;
      width: 11.25rem;
      margin-bottom: 0.625rem; }
    .c-analysis .cancel-analysis .error-message {
      width: 12.5rem;
      text-align: center;
      word-break: break-word; }
    .c-analysis .cancel-analysis.fetching {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-top: 5rem;
      background-color: transparent; }

.analysis-actions {
  position: absolute;
  bottom: 3.125rem;
  left: 0;
  right: 0;
  padding: 0.9375rem;
  border-top: solid 1px #e5e5df;
  background-color: #fff;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .analysis-actions .analysis-action-btn {
    font-size: 0.875rem;
    font-weight: 500;
    height: 1.875rem; }
    .analysis-actions .analysis-action-btn:first-child {
      margin-right: 0.3125rem; }
    .analysis-actions .analysis-action-btn:last-child {
      margin-left: 0.3125rem; }
  @media screen and (min-width: 40rem) {
    .analysis-actions {
      bottom: 0; } }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-map-tour {
  font-size: 0.875rem;
  color: #555; }
  .c-map-tour button div {
    height: 2.5rem;
    border: solid 1px #97be32;
    border-radius: 1.25rem;
    padding: 0 0.9375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    font-weight: 500; }
  .c-map-tour .next-btn {
    background-color: #97be32;
    color: #fff; }

.c-map-tour-overlay rect {
  fill: rgba(17, 55, 80, .4); }

.c-tour-tooltip {
  font-size: 0.875rem;
  color: #555;
  background-color: #fff;
  padding: 1.25rem;
  max-width: 20rem;
  position: relative; }
  .c-tour-tooltip .tour-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    cursor: pointer; }
    .c-tour-tooltip .tour-close svg {
      fill: #555; }
  .c-tour-tooltip .tour-step {
    background-color: #999;
    width: 2.1875rem;
    height: 2.1875rem;
    font-size: 0.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0.9375rem;
    border-radius: 50%;
    color: #fff; }
  .c-tour-tooltip .tour-content {
    margin-bottom: 1.25rem; }
  .c-tour-tooltip .tour-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .c-tour-tooltip .tour-btns button {
      text-transform: uppercase; }
      .c-tour-tooltip .tour-btns button:first-child {
        margin-right: 0.3125rem; }
      .c-tour-tooltip .tour-btns button:last-child {
        margin-left: 0.3125rem; }
  .c-tour-tooltip .tour-exit-actions .intro {
    margin-bottom: 0.9375rem; }
  .c-tour-tooltip .tour-exit-actions .guide-btn {
    text-align: left;
    margin-bottom: 0.9375rem;
    height: auto;
    padding: 0.9375rem; }
    .c-tour-tooltip .tour-exit-actions .guide-btn .guide-btn-icon {
      width: 2.5rem;
      min-width: 2.5rem;
      height: 2.5rem;
      min-height: 2.5rem;
      margin-right: 0.9375rem;
      fill: #97be32; }
    .c-tour-tooltip .tour-exit-actions .guide-btn p {
      font-size: 0.75rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.rc-slider-handle:active {
  -webkit-box-shadow: none;
          box-shadow: none; }

.rc-slider-handle.rc-slider-handle-1::after, .rc-slider-handle:nth-last-child(2)::after {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #444;
  position: absolute;
  border-radius: 4px;
  top: calc(50% - 2px);
  left: calc(50% - 2px); }

.rc-slider-disabled {
  background-color: transparent; }

.rc-slider-mark {
  width: 90%; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-datepicker .datepicker-input {
  height: 1.25rem;
  width: 100%;
  border: 1px solid #e5e5df;
  border-radius: 100px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  color: #555; }

.c-datepicker .react-datepicker__day-name {
  font-family: "Fira Sans", sans-serif; }

.react-datepicker {
  width: 290px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .25);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  border: none;
  border-radius: 0;
  font-family: "Fira Sans", sans-serif; }
  .react-datepicker .react-datepicker__month-container {
    width: 100%; }
    .react-datepicker .react-datepicker__month-container .react-datepicker__month {
      margin-bottom: 16px;
      margin-top: 0; }
  .react-datepicker .react-datepicker__header--custom {
    background: none;
    border: none; }
    .react-datepicker .react-datepicker__header--custom .c-datepicker-header {
      text-align: center;
      padding: 12px 0; }
    .react-datepicker .react-datepicker__header--custom .c-date-dropdown {
      display: inline-block;
      margin: 0 5px; }
      .react-datepicker .react-datepicker__header--custom .c-date-dropdown .select-wrapper {
        position: relative;
        bottom: 1px; }
    .react-datepicker .react-datepicker__header--custom button.menu-link {
      display: inline-block;
      max-height: 20px;
      max-width: 20px;
      margin: 0 5px;
      border: none;
      border-radius: 100%; }
    .react-datepicker .react-datepicker__header--custom .prev-month {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .react-datepicker .react-datepicker__header--custom .next-month {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    .react-datepicker .react-datepicker__header--custom .icon-arrow {
      height: 9px;
      width: 9px;
      margin: auto;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      color: white; }
  .react-datepicker .react-datepicker__day-names {
    height: 24px;
    margin-bottom: 12px; }
    .react-datepicker .react-datepicker__day-names > div {
      color: #757575;
      font-size: 90%;
      font-weight: 400; }
  .react-datepicker .react-datepicker__day-name,
  .react-datepicker .react-datepicker__day {
    height: 36px;
    width: 36px;
    margin: 0;
    padding: 4px 8px; }
    .react-datepicker .react-datepicker__day-name:hover,
    .react-datepicker .react-datepicker__day:hover {
      border-radius: 0; }
  .react-datepicker .react-datepicker__day--selected {
    background: #555;
    border-radius: 0; }

.react-datepicker__triangle {
  left: auto;
  right: 50px; }

.react-datepicker-portal {
  position: relative;
  z-index: 9999; }

.react-datepicker-modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(17, 55, 80, .4);
  -webkit-transform: none !important;
          transform: none !important;
  pointer-events: none; }
  .react-datepicker-modal .react-datepicker {
    -webkit-box-shadow: 0 5px 15px 0 rgba(71, 44, 184, .1);
            box-shadow: 0 5px 15px 0 rgba(71, 44, 184, .1);
    pointer-events: all; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-recent-imagery-thumbnail {
  position: relative;
  width: 100%;
  height: 5rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #999;
  cursor: pointer;
  outline: none; }
  .c-recent-imagery-thumbnail::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid transparent; }
  .c-recent-imagery-thumbnail:hover::before {
    border-color: #555; }
  .c-recent-imagery-thumbnail--selected::before {
    border-color: #97be32 !important; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-recent-imagery-settings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #fff; }
  .c-recent-imagery-settings .top-section {
    padding: 0.9375rem 1.25rem 1.875rem;
    width: 100%; }
    .c-recent-imagery-settings .top-section .recent-menu {
      display: none;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      margin-bottom: 0.9375rem; }
      @media screen and (min-width: 40rem) {
        .c-recent-imagery-settings .top-section .recent-menu {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
      .c-recent-imagery-settings .top-section .recent-menu .recent-actions {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .c-recent-imagery-settings .top-section .recent-menu .close-btn {
        cursor: pointer;
        margin-left: 0.5rem; }
        .c-recent-imagery-settings .top-section .recent-menu .close-btn svg {
          height: 11px;
          width: 11px;
          fill: #999; }
      .c-recent-imagery-settings .top-section .recent-menu .title {
        font-size: 13px;
        font-weight: 500;
        line-height: 21px;
        color: #555;
        text-transform: uppercase; }
    .c-recent-imagery-settings .top-section .dates {
      position: relative;
      width: 100%;
      z-index: 4;
      margin-bottom: 1.25rem; }
      .c-recent-imagery-settings .top-section .dates .title {
        margin-bottom: 0.625rem;
        text-align: left; }
      .c-recent-imagery-settings .top-section .dates .title,
      .c-recent-imagery-settings .top-section .dates .before {
        font-size: 11px;
        font-weight: 500;
        color: #999; }
      .c-recent-imagery-settings .top-section .dates .buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .c-recent-imagery-settings .top-section .dates .buttons .c-dropdown {
          max-width: calc(50% - 30px);
          margin: 0.0625rem 0.9375rem 0 0; }
        .c-recent-imagery-settings .top-section .dates .buttons .c-datepicker {
          max-width: calc(50% - 30px);
          margin: 0 0 0 0.9375rem; }
    .c-recent-imagery-settings .top-section .clouds {
      width: 100%; }
      .c-recent-imagery-settings .top-section .clouds .title {
        text-align: left;
        font-size: 11px;
        font-weight: 500;
        color: #999;
        margin-bottom: 0.625rem; }
      .c-recent-imagery-settings .top-section .clouds .c-slider {
        padding: 0 0.3125rem; }
    .c-recent-imagery-settings .top-section .datepicker-input {
      border: 1px solid #97be32;
      height: 1.875rem;
      margin: 0.0625rem 0.9375rem 0 0; }
  .c-recent-imagery-settings .thumbnails {
    position: relative;
    width: 100%;
    height: 18.75rem;
    border-top: 1px solid rgba(158, 158, 158, .3);
    z-index: 1;
    padding: 1.25rem 1.25rem 1.25rem; }
    .c-recent-imagery-settings .thumbnails .header {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 1.25rem;
      z-index: 2; }
      .c-recent-imagery-settings .thumbnails .header .description {
        text-align: left;
        min-width: 48%;
        margin-right: 4%; }
        .c-recent-imagery-settings .thumbnails .header .description p {
          font-size: 0.75rem;
          line-height: 1.6; }
      .c-recent-imagery-settings .thumbnails .header .band-selector {
        min-width: 48%; }
    .c-recent-imagery-settings .thumbnails .thumbnail-grid {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      height: auto;
      width: 100%;
      min-width: 100%;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-bottom: 1.25rem; }
      .c-recent-imagery-settings .thumbnails .thumbnail-grid > * {
        margin: 0 0.3125rem 0.3125rem 0;
        width: calc(33.33333% - 3.33333px); }
        .c-recent-imagery-settings .thumbnails .thumbnail-grid > *:nth-child(3n) {
          margin-right: 0; }
      @media screen and (min-width: 40rem) {
        .c-recent-imagery-settings .thumbnails .thumbnail-grid {
          overflow-y: auto;
          -webkit-overflow-scrolling: touch;
          height: 11.25rem;
          margin-bottom: 0; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .c-recent-imagery-settings .thumbnails .thumbnail-grid {
          /* IE10+ CSS styles go here */ }
          .c-recent-imagery-settings .thumbnails .thumbnail-grid > * {
            width: 5rem; } }
  .c-recent-imagery-settings .placeholder {
    padding-top: 0.6875rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-basemaps {
  width: 100%;
  background-color: #fff; }
  .c-basemaps .basemaps-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 0.9375rem; }
  .c-basemaps .basemaps-action-button {
    cursor: pointer; }
    .c-basemaps .basemaps-action-button svg {
      height: 11px;
      width: 11px;
      fill: #999; }
  .c-basemaps .basemaps-title {
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.62;
    color: #555;
    text-transform: uppercase; }
  .c-basemaps .basemaps-top-section {
    padding: 15px 20px 25px; }
  .c-basemaps .basemaps-bottom-section {
    height: calc(100% - 125px);
    padding: 25px 20px 5px;
    border-top: 1px solid rgba(158, 158, 158, .3); }
    @media screen and (min-width: 40rem) {
      .c-basemaps .basemaps-bottom-section {
        padding: 25px 20px; } }
  .c-basemaps .basemaps-options-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .c-basemaps .basemaps-options-wrapper {
    z-index: 5;
    width: 48%; }
    .c-basemaps .basemaps-options-wrapper:first-child {
      margin-right: 0.625rem; }
    .c-basemaps .basemaps-options-wrapper:last-child {
      margin-left: 0.625rem; }
  .c-basemaps .basemap-list-scroll-wrapper {
    height: 100%;
    overflow: hidden; }
  .c-basemaps .basemaps-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .c-basemaps .basemaps-list-item-image {
    width: 55px;
    height: 55px;
    border: 3px solid transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto; }
  .c-basemaps .basemaps-list-item {
    display: inline-block;
    width: 33.33333%;
    margin-bottom: 0.9375rem; }
    .c-basemaps .basemaps-list-item:hover .basemaps-list-item-image,
    .c-basemaps .basemaps-list-item.-active .basemaps-list-item-image {
      border: 3px solid #97be32; }
  .c-basemaps .basemaps-list-item-button {
    cursor: pointer;
    width: 100%; }
  .c-basemaps .basemaps-list-item-name {
    display: inline-block;
    text-align: center;
    font-size: 0.625rem;
    text-transform: uppercase;
    color: #333;
    margin: 0.375rem 0 0; }
  .c-basemaps .landsat-selector {
    margin-top: 0.1875rem;
    width: 1.875rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-sentence-selector {
  display: inline-block;
  color: #555;
  font-size: 0.75rem;
  line-height: 1.6; }
  .c-sentence-selector .sentence-dropdown {
    display: inline-block; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-timeline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .c-timeline .date-pickers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0.3125rem 0 0.625rem 1.875rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .c-timeline .date-pickers .datepicker {
      margin: 0 0.3125rem;
      width: 5.625rem; }
  .c-timeline .range-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .c-timeline .range-slider .range {
      width: 100%;
      margin-left: 1.875rem;
      cursor: pointer; }
      .c-timeline .range-slider .range.can-play {
        margin-left: 0.625rem; }
    .c-timeline .range-slider .control-btn {
      border-color: transparent;
      border-style: none;
      border-width: 0;
      padding: 0;
      cursor: pointer;
      width: 1.25rem;
      margin-top: 2px; }
      .c-timeline .range-slider .control-btn svg {
        fill: #4a4a4a;
        width: 1.25rem;
        height: 1.25rem; }
    .c-timeline .range-slider .play-btn:focus {
      outline: none; }
    .c-timeline .range-slider .rc-slider-mark {
      width: 94%;
      margin-left: 3%; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-toggle {
  width: 1rem;
  height: 0.625rem;
  background-color: #c8c9c1;
  border-radius: 0.5rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer; }
  .c-toggle::before {
    content: '';
    position: absolute;
    left: 2px;
    width: 6px;
    height: 6px;
    top: 2px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .c-toggle.-active {
    background-color: #97be32; }
    .c-toggle.-active::before {
      -webkit-transform: translateX(6px);
              transform: translateX(6px); }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.toggle-large {
  width: 1.375rem;
  height: 0.875rem;
  border-radius: 0.625rem; }
  .toggle-large::before {
    width: 10px;
    width: 0.625rem;
    height: 10px;
    height: 0.625rem; }
  .toggle-large.-active::before {
    -webkit-transform: translateX(8px);
            transform: translateX(8px); }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-layer-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* small theme */ }
  .c-layer-toggle:last-child {
    margin-bottom: 0; }
  .c-layer-toggle .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .c-layer-toggle .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .c-layer-toggle .name {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.3px;
    color: #555;
    margin-top: -2px;
    padding-left: 0.375rem;
    cursor: pointer; }
  .c-layer-toggle .subtitle {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -0.3px;
    color: #9e9e9e;
    margin-top: 0.1875rem;
    max-width: calc(100% - 20px);
    padding-left: 0.375rem;
    word-break: break-word; }
  .c-layer-toggle .info-button {
    margin-left: 0.3125rem; }
    .c-layer-toggle .info-button.-help {
      cursor: help; }
  .c-layer-toggle.-small .content {
    margin-top: -0.0625rem; }
  .c-layer-toggle.-small .name {
    font-size: 0.75rem;
    margin-top: -2px; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-layer-more-info p,
.c-layer-more-info a {
  font-size: 0.75rem; }

.c-layer-more-info a {
  color: #97be32; }
  .c-layer-more-info a:hover {
    color: #779627; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-layer-list-menu > div {
  margin-bottom: 0.9375rem; }
  .c-layer-list-menu > div:last-child {
    margin-bottom: 0.3125rem; }

.c-layer-list-menu .more-info {
  margin-top: 0.625rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-layer-selector-menu .menu-wrapper {
  display: inline-block;
  color: #555;
  font-size: 0.75rem; }
  .c-layer-selector-menu .menu-wrapper.-group {
    margin-bottom: 0.625rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-layer-statement {
  cursor: help;
  padding-top: 0.3125rem; }
  .c-layer-statement span {
    border-bottom: dashed 1px #9e9e9e;
    padding-bottom: 1px; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-legend,
.c-legend-item {
  font-family: "Fira Sans", sans-serif;
  width: 100%;
  background: #fff; }
  .c-legend.-empty,
  .c-legend-item.-empty {
    min-height: 9.375rem; }
  .c-legend > div,
  .c-legend-item > div {
    border: 0; }
  .c-legend .datasets-loader,
  .c-legend-item .datasets-loader {
    position: relative;
    min-height: 12.5rem; }
  .c-legend .timeline,
  .c-legend-item .timeline {
    margin-left: -23px;
    padding: 0 0.3125rem 0 0;
    width: calc(100% + 20px);
    margin-bottom: 2.5rem; }
  .c-legend .sub-layer-menu,
  .c-legend-item .sub-layer-menu {
    border-top: solid 1px #e5e5df;
    padding-top: 0.9375rem;
    margin-bottom: 0.625rem; }
  .c-legend .layer-statement,
  .c-legend .layer-selector,
  .c-legend .param-selector,
  .c-legend-item .layer-statement,
  .c-legend-item .layer-selector,
  .c-legend-item .param-selector {
    margin-bottom: 0.9375rem; }
  .c-legend .layer-selector,
  .c-legend-item .layer-selector {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .c-legend .more-info,
  .c-legend-item .more-info {
    margin-bottom: 0.625rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
/* legend component styles */
.wri_api__c-legend-list {
  overflow-x: hidden !important; }

.wri_api__c-legend-item {
  font-family: inherit !important; }
  .wri_api__c-legend-item .wri_api__icon-square {
    margin-top: 3px;
    margin-right: 11px;
    border-radius: 0.375rem; }
  .wri_api__c-legend-item .wri_api__legend-item-header > h3 {
    font-size: 0.875rem;
    font-weight: 400 !important;
    color: #555; }
  .wri_api__c-legend-item .wri_api__c-legend-handler {
    top: 18px; }
  .wri_api__c-legend-item .wri_api__c-legend-handler svg {
    fill: #999; }
    .wri_api__c-legend-item .wri_api__c-legend-handler svg:hover {
      fill: #676867; }

.wri_api__c-legend-item-toolbar > * {
  margin-right: 8px; }
  .wri_api__c-legend-item-toolbar > *:last-child {
    margin-right: 0; }

.wri_api__c-legend-item-types {
  margin-bottom: 0.9375rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-pill {
  height: 1.25rem;
  border-radius: 15px;
  color: #fff;
  background-color: #d4d4d4;
  font-size: 0.75rem;
  padding: 0 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-pill.-active {
    background-color: #4a4a4a; }
  .c-pill.-removable {
    padding-right: 0; }
  .c-pill button {
    padding-right: 0.5rem;
    cursor: pointer;
    margin-left: 0.3125rem; }
  .c-pill svg {
    width: 0.5rem;
    height: 0.5rem;
    fill: #fff; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-dataset-section {
  position: relative; }
  .c-dataset-section .dataset-header {
    margin-bottom: 1.25rem; }
  .c-dataset-section .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    color: #4a4a4a;
    text-transform: uppercase; }
  .c-dataset-section .subtitle {
    font-size: 12px;
    letter-spacing: -0.3px;
    color: #9e9e9e; }
  .c-dataset-section .text {
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: -0.3px; }
    .c-dataset-section .text b {
      font-weight: 500; }
    .c-dataset-section .text a {
      color: #97be32; }
  .c-dataset-section:not(:last-child) {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem; }
    .c-dataset-section:not(:last-child)::before {
      content: '';
      position: absolute;
      bottom: 0;
      right: -20px;
      right: -1.25rem;
      width: calc(100% + 20px);
      width: calc(100% + 1.25rem);
      height: 1px;
      height: 0.0625rem;
      background-color: rgba(158, 158, 158, .3); }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-categories-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.625rem;
  background-color: #fff;
  color: #555;
  width: 100%;
  z-index: 5; }
  .c-categories-menu li {
    width: 33.33333%;
    margin: 1.25rem 0; }
  .c-categories-menu button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 100%;
    text-transform: uppercase;
    font-size: 0.75rem; }
    .c-categories-menu button .category-button {
      width: 3.75rem;
      height: 3.75rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #97be32;
      border-radius: 2.1875rem;
      margin-bottom: 0.625rem;
      position: relative; }
      .c-categories-menu button .category-button span {
        position: absolute;
        top: 0.375rem;
        right: 0.125rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: 0.875rem;
        height: 0.875rem;
        background-color: #555;
        border-radius: 100%;
        font-size: 9px;
        font-weight: 500;
        letter-spacing: -0.3px;
        color: #fff; }
    .c-categories-menu button svg {
      width: 1.875rem;
      height: 1.875rem;
      fill: #fff; }
    .c-categories-menu button.active {
      color: #97be32; }
      .c-categories-menu button.active svg {
        fill: #97be32; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-datasets {
  padding: 1.25rem;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .c-datasets .datasets-header {
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.25rem;
    font-size: 14px;
    font-weight: 500; }
    .c-datasets .datasets-header button {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; }
    .c-datasets .datasets-header .icon-return {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      width: 0.625rem;
      height: 0.625rem;
      margin-right: 0.625rem; }
  .c-datasets .countries-selection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1.25rem; }
    .c-datasets .countries-selection .pills {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .c-datasets .countries-selection .pills > * {
        margin-bottom: 0.3125rem;
        margin-right: 0.3125rem; }
    .c-datasets .countries-selection .sub-title {
      text-transform: uppercase;
      font-size: 0.6875rem;
      color: #555;
      margin-bottom: 0.3125rem;
      font-weight: 500; }
    .c-datasets .countries-selection .country-dropdown {
      width: 6.875rem; }
  .c-datasets .dataset-toggle {
    margin-bottom: 1.25rem; }
    .c-datasets .dataset-toggle:last-child {
      margin-bottom: 0.3125rem; }
  .c-datasets .no-datasets-legend {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .c-datasets .no-datasets-legend .legend-dot {
      background-color: #d4d4d4;
      height: 0.625rem;
      min-height: 0.625rem;
      width: 0.625rem;
      min-width: 0.625rem;
      border-radius: 50%;
      display: block;
      margin-right: 0.3125rem;
      margin-top: 0.25rem; }
    .c-datasets .no-datasets-legend .no-datasets-message {
      font-size: 0.75rem;
      color: #555;
      margin-bottom: 1.5625rem; }
      .c-datasets .no-datasets-legend .no-datasets-message strong {
        font-weight: 500; }
  .c-datasets .no-datasets {
    position: relative;
    font-size: 0.8125rem;
    margin-bottom: 0.625rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-subnav-menu {
  background-color: #f7f7f7;
  height: 3.75rem;
  width: 100%; }
  .c-subnav-menu .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    padding: 0 1rem;
    max-width: 70rem;
    margin: auto; }
    @media screen and (min-width: 40rem) {
      .c-subnav-menu .buttons {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 0 1.25rem; } }
    .c-subnav-menu .buttons li {
      width: 100%;
      height: 100%;
      cursor: pointer;
      border-right: 1px solid rgba(85, 85, 85, .2); }
      @media screen and (min-width: 40rem) {
        .c-subnav-menu .buttons li {
          max-width: 11.25rem; } }
      .c-subnav-menu .buttons li > * {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%;
        width: 100%;
        text-align: center;
        cursor: pointer;
        white-space: nowrap; }
        .c-subnav-menu .buttons li > * .button-wrapper {
          height: 100%;
          width: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
        .c-subnav-menu .buttons li > *.active {
          background-color: #fff; }
        .c-subnav-menu .buttons li > * svg {
          margin-right: 0.3125rem; }
        .c-subnav-menu .buttons li > * span {
          margin-top: 0.1875rem; }
      .c-subnav-menu .buttons li:first-child {
        border-left: 1px solid rgba(85, 85, 85, .2); }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.theme-subnav-dark {
  background-color: #404040;
  height: 2.5rem; }
  .theme-subnav-dark .buttons {
    height: 2.5rem; }
    .theme-subnav-dark .buttons li {
      border-right: 0;
      background-color: #fff;
      max-width: 100%;
      width: auto; }
      .theme-subnav-dark .buttons li > a,
      .theme-subnav-dark .buttons li > button {
        background-color: #404040;
        color: #9f9f9f;
        text-transform: uppercase;
        font-size: 0.8125rem;
        border-radius: 0;
        padding: 0 0.9375rem; }
        .theme-subnav-dark .buttons li > a.active,
        .theme-subnav-dark .buttons li > button.active {
          background-color: #fff; }
      .theme-subnav-dark .buttons li span {
        margin-top: 0; }
      .theme-subnav-dark .buttons li:first-child {
        border-left: 0; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.theme-subnav-plain {
  background-color: #f1f1f1;
  height: 2.5rem; }
  .theme-subnav-plain .buttons {
    height: 2.5rem;
    padding: 0; }
    .theme-subnav-plain .buttons li {
      border-right: 0;
      max-width: 100%;
      width: 100%; }
      .theme-subnav-plain .buttons li > a {
        background-color: #f1f1f1;
        color: #4a4a4a;
        text-transform: uppercase;
        font-size: 0.875rem;
        border-radius: 0;
        padding: 0 0.9375rem; }
        .theme-subnav-plain .buttons li > a.active {
          background-color: #fff; }
      .theme-subnav-plain .buttons li:first-child {
        border-left: 0; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.theme-subnav-small-light {
  height: 2.5rem;
  border-bottom: 0; }
  @media screen and (min-width: 40rem) {
    .theme-subnav-small-light {
      border-bottom: solid 1px #e5e5df; } }
  .theme-subnav-small-light .buttons {
    padding: 0; }
    .theme-subnav-small-light .buttons li {
      width: 100%;
      max-width: none;
      border-left: 0 !important;
      border-right: 0 !important; }
      .theme-subnav-small-light .buttons li > * {
        padding: 0 1.625rem;
        border-radius: 0;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent; }
        .theme-subnav-small-light .buttons li > *.active {
          border-left: 1px solid rgba(85, 85, 85, .2);
          border-right: 1px solid rgba(85, 85, 85, .2); }
      .theme-subnav-small-light .buttons li:first-child > *.active {
        border-left: 1px solid transparent; }
      .theme-subnav-small-light .buttons li:last-child > *.active {
        border-right: 1px solid transparent; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-explore .content {
  height: calc(100vh - 2.5rem);
  position: relative; }
  @media screen and (min-width: 40rem) {
    .c-explore .content {
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      padding: 0 0.625rem; } }
  .c-explore .content .description {
    font-size: 12px;
    line-height: 1.6;
    margin: 1.25rem 0; }
    .c-explore .content .description a {
      color: #97be32; }
    @media screen and (min-width: 40rem) {
      .c-explore .content .description {
        margin: 1.875rem 0; } }
  .c-explore .content .map-card {
    margin-bottom: 1.875rem; }

.c-explore .column,
.c-explore .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-search {
  position: relative; }
  .c-search .input {
    width: 100%;
    height: 45px;
    border-radius: 100px;
    border: 0;
    padding: 0 65px 0 20px;
    font-size: 14px; }
    .c-search .input:focus {
      outline: none; }
  .c-search .icon-search {
    position: absolute;
    right: 15px;
    top: 13px;
    width: 20px;
    height: 20px;
    cursor: pointer; }
  .c-search .clear-btn {
    position: absolute;
    right: 2.5rem;
    top: 0.8125rem;
    cursor: pointer; }
    .c-search .clear-btn .icon-close {
      width: 0.625rem;
      height: 0.625rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.theme-search-light .input {
  background-color: rgba(85, 85, 85, .08);
  color: #555; }
  .theme-search-light .input::-webkit-input-placeholder {
    color: rgba(85, 85, 85, .5);
    text-transform: uppercase; }
  .theme-search-light .input::-ms-input-placeholder {
    color: rgba(85, 85, 85, .5);
    text-transform: uppercase; }
  .theme-search-light .input::placeholder {
    color: rgba(85, 85, 85, .5);
    text-transform: uppercase; }

.theme-search-light .icon {
  fill: #555; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-datasets-locations h5 {
  margin-bottom: 0.9375rem;
  font-size: 0.75rem;
  color: #676867;
  font-weight: 500;
  text-transform: uppercase; }

.c-datasets-locations .search-container {
  position: relative;
  min-height: calc(80vh - 285px); }
  @media screen and (min-width: 40rem) {
    .c-datasets-locations .search-container {
      min-height: 18.75rem; } }

.c-datasets-locations .search-results {
  position: relative;
  min-height: 12.5rem; }

.c-datasets-locations .datasets-search {
  margin-bottom: 1.25rem; }
  .c-datasets-locations .datasets-search > div {
    margin-bottom: 0.9375rem; }
  .c-datasets-locations .datasets-search.show-border {
    padding-bottom: 1.25rem;
    border-bottom: solid 1px #e5e5df; }

.c-datasets-locations .locations-search {
  position: relative; }
  .c-datasets-locations .locations-search .location {
    font-size: 0.875rem;
    color: #555;
    margin-bottom: 0.9375rem;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    line-height: 1.4; }
    .c-datasets-locations .locations-search .location:hover p {
      color: #222222; }
    .c-datasets-locations .locations-search .location.active p {
      color: #97be32; }
  .c-datasets-locations .locations-search .location-icon {
    fill: #97be32;
    height: 1.25rem;
    width: 1.25rem;
    min-height: 1.25rem;
    min-width: 1.25rem;
    margin-right: 0.3125rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-coords .hemisphere-select {
  width: 50px;
  min-width: 50px;
  display: inline-block;
  margin-bottom: 1.25rem;
  margin-left: 0.3125rem;
  margin-top: 0.3125rem; }

.c-coords .input-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.625rem; }
  .c-coords .input-row input {
    margin-right: 0.1875rem;
    text-align: right; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-decimal-degrees .submit-btn {
  margin-top: 0.625rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-utm-coords .hemisphere-select {
  width: 50px;
  display: inline-block;
  margin-bottom: 1.25rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-map-menu-search {
  padding: 1.25rem; }
  .c-map-menu-search h3 {
    text-transform: uppercase;
    color: #555;
    font-size: 0.875rem;
    font-weight: 500; }
  .c-map-menu-search .side-menu-search {
    margin-bottom: 1.875rem; }
  .c-map-menu-search .search-type {
    display: inline-block;
    font-size: 0.75rem;
    margin-bottom: 1.25rem; }
  .c-map-menu-search .search-type-select {
    width: 8.4375rem;
    display: inline-block;
    margin-left: 0.3125rem; }
  .c-map-menu-search .empty-search {
    position: relative;
    min-height: 7.5rem; }
  .c-map-menu-search .label {
    font-size: 0.75rem;
    width: 3.75rem;
    margin-right: 0.3125rem; }
  .c-map-menu-search .coord-input {
    border: 0;
    border-bottom: solid 1px #e5e5df;
    width: calc(100% - 51px);
    margin-bottom: 0.625rem; }
    .c-map-menu-search .coord-input.error {
      color: #ed1846; }
    .c-map-menu-search .coord-input:focus {
      outline: none; }
  .c-map-menu-search .error-message {
    text-align: center;
    font-size: 0.6875rem;
    margin-top: 0.3125rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-menu-panel {
  overflow: hidden;
  width: 100%;
  max-height: 75vh;
  background-color: #fff;
  bottom: 0;
  position: absolute;
  -webkit-box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, .25);
          box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, .25);
  border-radius: 0.5rem 0.5rem 0 0; }
  @media screen and (min-width: 40rem) {
    .c-menu-panel {
      height: 100%;
      max-height: 100%;
      width: 18.75rem;
      -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .25);
              box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .25);
      bottom: 0;
      top: 0;
      border-radius: 0;
      padding-left: 0.625rem; }
      .c-menu-panel.large {
        width: 35rem; } }
  .c-menu-panel .panel-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: solid 1px #e5e5df;
    height: 2.5rem;
    padding: 0 0.9375rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    background-color: #fff;
    width: 100%; }
    .c-menu-panel .panel-header .icon-return {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      width: 0.625rem;
      margin-right: 0.3125rem;
      height: auto; }
    .c-menu-panel .panel-header .panel-label {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .c-menu-panel .panel-header .panel-label span {
        font-size: 0.8125rem;
        text-transform: uppercase;
        font-weight: 500;
        color: #555; }
      .c-menu-panel .panel-header .panel-label button {
        height: 100%; }
    .c-menu-panel .panel-header .panel-close {
      height: 100%;
      width: 2.5rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      fill: #555;
      padding-right: 0; }
      .c-menu-panel .panel-header .panel-close .button-wrapper {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
  .c-menu-panel .panel-body {
    max-height: calc(75vh - 90px);
    width: 100%;
    overflow-y: auto;
    margin-top: 2.5rem; }
    @media screen and (min-width: 40rem) {
      .c-menu-panel .panel-body {
        min-height: 15.625rem;
        height: 100%;
        max-height: 100%;
        margin-top: 0; } }
  .c-menu-panel .close-menu {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.9375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 2px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
    z-index: 1; }
    .c-menu-panel .close-menu .icon-close-panel {
      width: 0.75rem;
      height: 0.75rem;
      fill: #999; }
  .c-menu-panel .map-menu-loader {
    z-index: 2; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-map-menu-tile {
  position: relative;
  width: 100%;
  max-height: 4.75rem;
  height: 4.75rem; }
  .c-map-menu-tile.active {
    background-color: #fff;
    z-index: 1; }
  .c-map-menu-tile:hover {
    background-color: #fff; }
  .c-map-menu-tile .item-button {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    font-size: 11px;
    line-height: 0.91;
    letter-spacing: -0.2px;
    color: #4a4a4a;
    cursor: pointer;
    text-transform: uppercase; }
    .c-map-menu-tile .item-button .button-wrapper {
      height: 100%;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: auto; }
      @media screen and (min-width: 40rem) {
        .c-map-menu-tile .item-button .button-wrapper {
          height: 4.75rem;
          width: 4.75rem; } }
    .c-map-menu-tile .item-button .tile-icon {
      width: 1.875rem;
      height: 1.875rem;
      fill: #4a4a4a;
      margin-bottom: 0.375rem; }
  .c-map-menu-tile .item-badge {
    position: absolute;
    top: 0;
    right: 1.3125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 0.875rem;
    height: 0.875rem;
    background-color: #97be32;
    border-radius: 100%;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: -0.3px;
    color: #fff; }
    @media screen and (min-width: 40rem) {
      .c-map-menu-tile .item-badge {
        top: 0.8125rem; } }
  .c-map-menu-tile.small {
    height: 3.125rem; }
    .c-map-menu-tile.small .tile-icon {
      width: 1.25rem;
      height: 1.25rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-menu-desktop {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  display: block;
  overflow-y: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 4.75rem;
  height: 100%; }
  @media screen and (min-height: 608px) {
    .c-menu-desktop {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      overflow-y: hidden; } }
  .c-menu-desktop::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    width: 0.0625rem;
    height: 100%;
    background-color: #dedede;
    z-index: 1; }
  .c-menu-desktop .datasets-tile,
  .c-menu-desktop .search-tile {
    border-top: solid 1px transparent;
    border-bottom: solid 1px transparent; }
    .c-menu-desktop .datasets-tile.active,
    .c-menu-desktop .search-tile.active {
      border-top-color: #e5e5df;
      border-bottom-color: #e5e5df; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-menu-mobile {
  height: 3.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-map-menu {
  z-index: 2; }
  .c-map-menu .menu-tiles {
    z-index: 4;
    background-color: #f2f2f2;
    border-top: solid 1px #e5e5df;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .c-map-menu .menu-tiles.embed {
      bottom: 3.75rem; }
      @media screen and (min-width: 40rem) {
        .c-map-menu .menu-tiles.embed {
          display: none; } }
    @media screen and (min-width: 40rem) {
      .c-map-menu .menu-tiles {
        width: 4.75rem;
        top: 0;
        padding-top: 4.625rem; } }
  .c-map-menu .menu-panel {
    padding-bottom: 3.125rem;
    z-index: 3; }
    @media screen and (min-width: 40rem) {
      .c-map-menu .menu-panel {
        padding-bottom: 0; } }

/* eslint-disable */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track::before, .slick-track::after {
    content: "";
    display: table; }
  .slick-track::after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-carousel {
  margin: 1.875rem 0; }
  .c-carousel .slick-slide {
    padding: 0 1.25rem;
    opacity: 0.5;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out; }
  .c-carousel .slick-active {
    opacity: 1; }
  .c-carousel .slick-arrow {
    display: none;
    position: absolute;
    top: calc(50% - 40px);
    z-index: 10; }
    @media screen and (min-width: 70rem) {
      .c-carousel .slick-arrow {
        display: inline-block; } }
  .c-carousel .slick-next {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    right: calc(50vw - 600px); }
  .c-carousel .slick-prev {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    left: calc(50vw - 600px); }
  .c-carousel .slick-dots {
    text-align: center;
    margin: 1.5625rem;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .c-carousel .slick-dots li {
      margin: 0 0.625rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .c-carousel .slick-dots li button {
        width: 0.625rem;
        height: 0.625rem;
        cursor: pointer;
        background-color: #d6d6d9;
        border-radius: 50%; }
      .c-carousel .slick-dots li.slick-active button {
        background-color: #97be32;
        width: 0.9375rem;
        height: 0.9375rem;
        max-height: 0.9375rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.l-section-impacts {
  padding: 2.5rem 0;
  border-bottom: solid 1px #e5e5df; }
  .l-section-impacts h3 {
    font-family: "Fira Sans", sans-serif;
    font-size: 1.125rem;
    text-transform: uppercase;
    opacity: 0.5; }
  .l-section-impacts .awards h3 {
    margin-bottom: 1.875rem; }
  .l-section-impacts .awards a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3.75rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-globe {
  display: none; }
  @media screen and (min-width: 64rem) {
    .c-globe {
      display: block; } }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.ReactModal__Body--open {
  overflow: hidden; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS */
  .ReactModal__Overlay {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .ReactModal__Content {
    margin: 0 !important; } }

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 10; }
  @media screen and (min-width: 40rem) {
    .modal-close {
      top: 25px;
      right: 25px; } }
  .modal-close svg {
    width: 0.9375rem;
    height: 0.9375rem;
    fill: #555; }

html,
body {
  overflow-x: visible !important; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-projects-modal {
  padding: 2.5rem;
  max-width: 33.75rem; }
  .c-projects-modal h3 {
    font-size: 1.875rem;
    font-weight: 400;
    margin-bottom: 0.625rem; }
  .c-projects-modal p {
    opacity: 0.5;
    margin-bottom: 1.25rem; }
  .c-projects-modal .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .c-projects-modal .links > div,
    .c-projects-modal .links a {
      font-size: 1rem;
      margin-right: 0.625rem;
      max-width: 8.75rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-items-list li {
  position: relative;
  padding-left: 1.4375rem;
  cursor: pointer; }
  .c-items-list li button {
    outline: 0;
    cursor: pointer; }
  .c-items-list li .icon {
    position: absolute;
    left: 0.0625rem;
    top: 0;
    bottom: 0;
    margin: auto;
    stroke: #555;
    width: 0.625rem;
    height: 0.625rem; }
  .c-items-list li:not(.-selected) {
    opacity: 0.5; }
    .c-items-list li:not(.-selected) .icon {
      display: none; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.l-section-projects {
  padding: 2.5rem 0;
  border-top: solid 1px #e5e5df; }
  @media screen and (min-width: 64rem) {
    .l-section-projects {
      padding: 2.5rem 0 0; } }
  .l-section-projects .project-header {
    display: none; }
    @media screen and (min-width: 64rem) {
      .l-section-projects .project-header {
        display: block; } }
  .l-section-projects .project-list {
    margin-bottom: 1.875rem;
    display: none; }
    @media screen and (min-width: 64rem) {
      .l-section-projects .project-list {
        display: block; } }
  .l-section-projects .project-globe {
    position: relative; }
  @media screen and (min-width: 40rem) {
    .l-section-projects .project-side {
      padding: 1.25rem; } }
  .l-section-projects .project-side h3 {
    margin-bottom: 1.25rem; }
  .l-section-projects .project-side p {
    margin-bottom: 1.875rem; }
  .l-section-projects .project-side .how-to-btn {
    width: 15.625rem; }
  .l-section-projects .visitors {
    padding: 6.25rem 0 8.125rem;
    display: none;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain; }
    @media screen and (min-width: 64rem) {
      .l-section-projects .visitors {
        display: block; } }
    .l-section-projects .visitors h4 {
      font-weight: 300;
      font-size: 1.875rem;
      max-width: 37.5rem;
      margin: auto;
      text-align: center; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-sgf-projects-modal {
  max-width: 56.25rem;
  width: 100%;
  color: #555;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.67; }
  .c-sgf-projects-modal .header {
    max-width: 37.5rem;
    padding: 1.875rem 2.5rem 0;
    margin: auto; }
    .c-sgf-projects-modal .header > h1 {
      font-size: 2.1875rem;
      margin-bottom: 0.3125rem;
      line-height: 1.2; }
    .c-sgf-projects-modal .header > h2 {
      font-size: 0.875rem;
      text-transform: uppercase;
      font-weight: 400;
      opacity: 0.5; }
  .c-sgf-projects-modal .image {
    margin-top: 1.25rem;
    width: 100%;
    position: relative; }
    .c-sgf-projects-modal .image > img {
      width: 100%; }
    .c-sgf-projects-modal .image > span {
      position: absolute;
      bottom: 10px;
      right: 10px; }
  .c-sgf-projects-modal .modal-image-slider {
    margin-top: 2.5rem;
    margin-bottom: 0; }
    .c-sgf-projects-modal .modal-image-slider .slick-dots {
      margin-bottom: 0; }
  .c-sgf-projects-modal .image-background {
    width: 100%;
    height: 31.25rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .c-sgf-projects-modal .content {
    padding: 1.875rem calc(50% - 260px) 2.5rem; }
    .c-sgf-projects-modal .content .description {
      margin-bottom: 1.25rem;
      font-size: 1.1875rem;
      line-height: 1.7; }
      .c-sgf-projects-modal .content .description a {
        color: #97be32; }
    .c-sgf-projects-modal .content .links {
      color: #97be32;
      font-weight: 500;
      font-size: 0.875rem;
      margin-bottom: 0.9375rem;
      display: block; }
    .c-sgf-projects-modal .content .categories {
      font-size: 0.875rem;
      text-transform: uppercase;
      font-weight: 400;
      opacity: 0.5; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.l-section-projects-sgf {
  margin-top: -1.875rem; }
  .l-section-projects-sgf h2 {
    opacity: 0.5;
    font-size: 1.125rem;
    text-transform: uppercase; }
  .l-section-projects-sgf .project-header {
    display: none; }
    @media screen and (min-width: 64rem) {
      .l-section-projects-sgf .project-header {
        display: block; } }
  .l-section-projects-sgf .project-search {
    margin-bottom: 1.875rem; }
  .l-section-projects-sgf .side {
    padding-top: 2.5rem; }
    .l-section-projects-sgf .side h3 {
      margin-bottom: 1.25rem;
      font-size: 1.125rem;
      opacity: 0.5; }
    .l-section-projects-sgf .side p {
      margin-bottom: 1.875rem; }
  .l-section-projects-sgf .project-list {
    margin-bottom: 1.875rem; }
  .l-section-projects-sgf .project-cards {
    position: relative;
    min-height: 12.5rem; }
    .l-section-projects-sgf .project-cards .card-container {
      margin-bottom: 1.875rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-modal-meta {
  padding: 1.875rem;
  min-width: 20rem;
  min-height: 20rem;
  width: 100%;
  max-width: 50rem;
  color: #555;
  word-break: break-word; }
  @media screen and (min-width: 40rem) {
    .c-modal-meta {
      padding: 3.125rem;
      padding-top: 2.5rem; } }
  .c-modal-meta .title {
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
    color: #555;
    line-height: 1.25; }
  .c-modal-meta .subtitle {
    margin-top: 0.3125rem;
    font-size: 0.8125rem;
    line-height: 1.2;
    color: #999;
    margin-bottom: 1.875rem; }
  .c-modal-meta .meta-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-top: solid 1px #e5e5df;
    margin: 0 -1.875rem;
    width: auto;
    margin-bottom: 1.875rem; }
    @media screen and (min-width: 40rem) {
      .c-modal-meta .meta-table {
        margin: 0 -3.125rem;
        margin-bottom: 1.875rem; } }
  .c-modal-meta .table-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: solid 1px #e5e5df;
    width: 100%; }
    @media screen and (min-width: 40rem) {
      .c-modal-meta .table-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .c-modal-meta .table-row:nth-child(even) {
      background-color: #f7f7f7; }
    .c-modal-meta .table-row .title-column {
      font-weight: 500;
      font-size: 0.6875rem;
      text-transform: uppercase;
      padding: 0.9375rem 0.3125rem 0.125rem 1.875rem;
      color: #555;
      width: 9.375rem; }
      @media screen and (min-width: 40rem) {
        .c-modal-meta .table-row .title-column {
          padding: 0.9375rem 3.125rem;
          padding-right: 0.3125rem; } }
    .c-modal-meta .table-row .description-column {
      font-weight: 300;
      font-size: 0.8125rem;
      line-height: 1.5;
      color: #555;
      width: calc(100% - 100px);
      width: 100%;
      padding: 0 1.875rem 0.9375rem 1.875rem; }
      @media screen and (min-width: 40rem) {
        .c-modal-meta .table-row .description-column {
          padding: 0.8125rem 3.125rem 0.1875rem; } }
      .c-modal-meta .table-row .description-column p {
        margin-bottom: 0.625rem; }
  .c-modal-meta .overview {
    margin-bottom: 1.875rem; }
    .c-modal-meta .overview h4 {
      font-size: 1rem;
      font-weight: 500;
      margin-bottom: 0.625rem; }
    .c-modal-meta .overview .body {
      font-size: 0.8125rem;
      font-weight: 300; }
  .c-modal-meta .citation {
    margin-bottom: 1.875rem; }
    .c-modal-meta .citation h5 {
      font-size: 0.75rem;
      font-weight: 500;
      margin-bottom: 0.625rem; }
    .c-modal-meta .citation .body {
      font-size: 0.75rem;
      color: #aaa;
      font-weight: 300; }
  .c-modal-meta .ext-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: solid 1px #e5e5df;
    margin: 0 -1.875rem -2.8125rem;
    width: auto;
    padding: 1.25rem 1.875rem 0.625rem; }
    .c-modal-meta .ext-actions > a {
      max-width: 9.375rem;
      margin: 0 0.625rem;
      margin-bottom: 0.625rem; }
    @media screen and (min-width: 40rem) {
      .c-modal-meta .ext-actions {
        margin: 0 -3.125rem -2.8125rem;
        padding: 1.25rem 3.125rem 0.625rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .c-modal-meta p {
    margin-bottom: 0.625rem; }
    .c-modal-meta p a {
      color: #97be32; }
      .c-modal-meta p a:hover {
        color: #779627; }
  .c-modal-meta ul,
  .c-modal-meta ol {
    list-style: disc;
    margin-left: 0.9375rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-share {
  padding: 1.25rem 1.25rem;
  min-width: 20rem; }
  @media screen and (min-width: 40rem) {
    .c-share {
      width: 26.875rem; } }
  .c-share .title {
    padding: 0.3125rem 0;
    font-size: 21px;
    font-weight: 300;
    text-align: center; }
  .c-share .subtitle {
    font-size: 13px;
    text-align: center;
    border-bottom: solid 1px #e5e5df;
    padding-bottom: 0.9375rem;
    margin-bottom: 1.25rem;
    opacity: 0.5; }
  @media screen and (min-width: 40rem) {
    .c-share .actions {
      padding: 0 2.5rem; } }
  .c-share .info {
    text-align: center;
    font-size: 0.8125rem;
    width: 100%;
    margin-bottom: 0.625rem; }
  .c-share .input-container {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .c-share .input-container .input,
    .c-share .input-container .input-button {
      height: 2.5rem; }
    .c-share .input-container .input {
      width: calc(100% - 6.25rem);
      padding: 0 0.625rem;
      border: 1px solid #e5e5df;
      border-right: 0;
      font-size: 0.8125rem;
      position: relative;
      display: inline-block; }
      .c-share .input-container .input > input {
        width: 100%;
        height: 100%;
        border: 0;
        padding: 0; }
    .c-share .input-container .input-button {
      border-radius: 0;
      width: 6.25rem;
      display: inline-block; }
    .c-share .input-container .input-loader {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .c-share .input-container .input-loader > div {
        width: 1.25rem;
        height: 1.25rem;
        border-width: 2px;
        margin-left: 0.625rem; }
  .c-share .buttons-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin-top: 0.9375rem; }
  .c-share .share-button {
    margin: 0 0.5rem; }
  .c-share .button {
    width: 7.8125rem;
    height: 2.25rem;
    font-size: 14px;
    font-weight: 500;
    color: #555; }
    .c-share .button.-selected {
      background-color: #97be32;
      border: 0;
      color: #fff; }
      .c-share .button.-selected:hover {
        background-color: #779627; }
  .c-share .social-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.5625rem; }
  .c-share .social-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 2.75rem;
    height: 2.75rem;
    margin: 0 0.5rem;
    border-radius: 0; }
    .c-share .social-button .c-icon {
      width: 1.25rem;
      height: 1.25rem;
      fill: #fff; }
    .c-share .social-button.-googleplus {
      background-color: #da4735; }
      .c-share .social-button.-googleplus:hover {
        background-color: #ba3322; }
    .c-share .social-button.-twitter {
      background-color: #598dca; }
      .c-share .social-button.-twitter:hover {
        background-color: #3a73b6; }
    .c-share .social-button.-facebook {
      background-color: #3a589b; }
      .c-share .social-button.-facebook:hover {
        background-color: #2c4376; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-modal-video {
  width: 100vw;
  height: 100vh;
  background: #000; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-modal-sources {
  max-width: 50rem;
  padding: 1.875rem; }
  @media screen and (min-width: 40rem) {
    .c-modal-sources {
      padding: 3.125rem;
      padding-top: 2.5rem; } }
  .c-modal-sources h3 {
    margin-bottom: 1.25rem; }
  .c-modal-sources p {
    margin-bottom: 0.625rem; }
  .c-modal-sources strong {
    font-weight: 500; }
  .c-modal-sources ul {
    list-style: disc;
    margin-left: 0.9375rem;
    font-size: 0.875rem; }
    .c-modal-sources ul li {
      margin-bottom: 0.3125rem; }
  .c-modal-sources a {
    color: #97be32; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-my-gfw {
  background-color: #fff;
  width: 100%; }
  .c-my-gfw.-plain {
    border: 0;
    width: 100%;
    padding: 0; }
  .c-my-gfw p {
    font-size: 0.875rem;
    margin-bottom: 1.25rem; }
  .c-my-gfw a {
    color: #97be32; }
  .c-my-gfw .social-btn {
    border-radius: 0;
    height: 2.5rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 500; }
    .c-my-gfw .social-btn.-twitter {
      background-color: #598dca;
      margin-bottom: 0.625rem; }
      .c-my-gfw .social-btn.-twitter:hover {
        background-color: #3a73b6; }
    .c-my-gfw .social-btn.-facebook {
      background-color: #3a589b;
      margin-bottom: 0.625rem; }
      .c-my-gfw .social-btn.-facebook:hover {
        background-color: #2c4376; }
    .c-my-gfw .social-btn.-google {
      background-color: #da4735; }
      .c-my-gfw .social-btn.-google:hover {
        background-color: #ba3322; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-subscription-form .field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.875rem; }
  .c-subscription-form .field span {
    margin-bottom: 0.625rem; }

.c-subscription-form .save-subscription {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.875rem; }
  .c-subscription-form .save-subscription p {
    color: #999; }
  .c-subscription-form .save-subscription .error-message {
    color: #ed1846; }
  .c-subscription-form .save-subscription .submit-btn {
    margin-left: 0.9375rem;
    position: relative; }
    .c-subscription-form .save-subscription .submit-btn.error {
      background-color: #ed1846; }

.c-subscription-form .datasets > * {
  margin-bottom: 0.9375rem; }

@media screen and (min-width: 40rem) {
  .c-subscription-form .datasets {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .c-subscription-form .datasets > * {
      width: 48%;
      margin-bottom: 0.9375rem; } }

.c-subscription-form .saving-btn-loader > div {
  width: 1.25rem;
  height: 1.25rem;
  border-width: 2px; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-modal-subscribe {
  padding: 1.875rem;
  min-width: 20rem;
  min-height: 20rem;
  max-width: 50rem;
  width: 100%;
  color: #555; }
  @media screen and (min-width: 40rem) {
    .c-modal-subscribe {
      padding: 3.125rem;
      padding-top: 2.5rem; } }
  .c-modal-subscribe h3 {
    margin-top: 0.625rem;
    margin-bottom: 1.875rem;
    text-align: center;
    font-size: 1.25rem; }
  .c-modal-subscribe .mygfw-subscribe {
    max-width: 28.125rem;
    text-align: center;
    margin: auto; }
  .c-modal-subscribe .subscribe-body {
    position: relative;
    min-height: 13.75rem; }
    .c-modal-subscribe .subscribe-body .saved {
      max-width: 25rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .c-modal-subscribe .subscribe-body .saved .icon-success {
        width: 6.25rem;
        height: 6.25rem;
        margin-bottom: 1.875rem; }
      .c-modal-subscribe .subscribe-body .saved p {
        margin-bottom: 1.875rem;
        text-align: center; }
      .c-modal-subscribe .subscribe-body .saved .success-actions {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; }
        .c-modal-subscribe .subscribe-body .saved .success-actions .reset-btn,
        .c-modal-subscribe .subscribe-body .saved .success-actions .mygfw-btn {
          width: auto;
          margin: 0 0.625rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-modal-welcome {
  max-width: 28.125rem;
  padding: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 1.875rem; }
  @media screen and (min-width: 40rem) {
    .c-modal-welcome {
      padding: 2.5rem; } }
  .c-modal-welcome h3 {
    font-size: 1.875rem;
    margin-bottom: 1.25rem; }
  .c-modal-welcome p {
    font-size: 1rem; }
  .c-modal-welcome a {
    color: #97be32; }
  .c-modal-welcome b {
    font-weight: 500; }
  .c-modal-welcome .intro {
    margin-bottom: 1.25rem; }
  .c-modal-welcome .btn-intro {
    margin-bottom: 0.625rem; }
  .c-modal-welcome .guide-btn {
    text-align: left;
    margin-bottom: 0.9375rem;
    height: auto; }
    .c-modal-welcome .guide-btn .guide-btn-icon {
      width: 2.5rem;
      min-width: 2.5rem;
      height: 2.5rem;
      min-height: 2.5rem;
      margin-right: 0.9375rem;
      fill: #97be32; }
    .c-modal-welcome .guide-btn p {
      font-size: 0.875rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-form {
  font-size: 0.8125rem;
  line-height: 1.54;
  color: rgba(85, 85, 85, .7); }
  .c-form label {
    font-size: 1rem; }
  .c-form h4 {
    font-size: 1rem;
    margin-bottom: 0.3125rem; }
  .c-form .field {
    margin-bottom: 0.9375rem; }
  .c-form input,
  .c-form select,
  .c-form textarea {
    border-radius: 4px;
    background-color: transparent;
    border: solid 1px #e5e5df;
    outline: none;
    color: #555; }
  .c-form input,
  .c-form select {
    width: 100%;
    max-width: 19.6875rem;
    height: 2.5rem;
    padding: 0 0.5rem; }
  .c-form textarea {
    width: 100%;
    height: 6.875rem;
    padding: 0.5625rem 0.5rem;
    resize: none;
    font-size: 0.9375rem;
    line-height: 1.5; }
    .c-form textarea::-webkit-input-placeholder {
      font-size: 0.9375rem;
      line-height: 1.5; }
    .c-form textarea::-ms-input-placeholder {
      font-size: 0.9375rem;
      line-height: 1.5; }
    .c-form textarea::placeholder {
      font-size: 0.9375rem;
      line-height: 1.5; }
  .c-form button {
    max-width: 12.5rem; }
  .c-form .radio {
    margin-bottom: 0.9375rem; }
    .c-form .radio p {
      margin-bottom: 1.25rem; }
    .c-form .radio label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      margin-bottom: 0.3125rem; }
      .c-form .radio label span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: 1rem;
        height: 1rem;
        border-radius: 100%;
        border: solid 1px #555;
        margin-right: 0.625rem; }
        .c-form .radio label span::after {
          content: '';
          width: 8px;
          width: 0.5rem;
          height: 8px;
          height: 0.5rem;
          background-color: #97be32;
          border-radius: 100%;
          display: none; }
    .c-form .radio input[type=radio] {
      display: none; }
    .c-form .radio input[type=radio]:checked + label span::after {
      display: block; }
  .c-form .error label {
    color: #ed1846; }
  .c-form .error input,
  .c-form .error select,
  .c-form .error textarea {
    border-color: #ed1846; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.l-section-contact {
  padding: 1.875rem 0;
  border-bottom: solid 1px #e5e5df;
  position: relative; }
  @media screen and (min-width: 40rem) {
    .l-section-contact {
      padding: 3.75rem 0; } }
  .l-section-contact .desc {
    margin-bottom: 1.875rem; }
    .l-section-contact .desc h3 {
      margin-bottom: 0.625rem; }
    .l-section-contact .desc .intro {
      margin-bottom: 1.25rem;
      border-bottom: solid 1px #e5e5df;
      padding-bottom: 1.25rem; }
    .l-section-contact .desc a {
      color: #97be32;
      display: inline-block;
      margin-top: 0.625rem;
      font-size: 1rem; }
  .l-section-contact .feedback-message {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    max-width: 70rem;
    padding: 1rem;
    margin: auto; }
    .l-section-contact .feedback-message h3 {
      font-size: 2.1875rem;
      margin-bottom: 1.25rem;
      text-transform: none;
      opacity: 1; }
    .l-section-contact .feedback-message p {
      margin-bottom: 1.25rem; }
    .l-section-contact .feedback-message button,
    .l-section-contact .feedback-message a {
      margin-bottom: 0.625rem;
      margin-right: 0.625rem;
      width: 100%; }
      @media screen and (min-width: 40rem) {
        .l-section-contact .feedback-message button,
        .l-section-contact .feedback-message a {
          width: 15rem; } }
    .l-section-contact .feedback-message .button-group {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media screen and (min-width: 40rem) {
        .l-section-contact .feedback-message .button-group {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row; } }
    .l-section-contact .feedback-message .close-button {
      background-color: #ed1846; }
    @media screen and (min-width: 40rem) {
      .l-section-contact .feedback-message {
        padding: 1.25rem; } }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-dropdown-menu {
  background-color: #fff;
  width: 12.5rem;
  padding: 0.9375rem 1.25rem;
  border: solid 1px #e5e5df; }
  .c-dropdown-menu.-plain {
    border: 0;
    padding: 0;
    width: 100%; }
  .c-dropdown-menu > li > button,
  .c-dropdown-menu > li a {
    display: block;
    text-transform: uppercase;
    font-size: 0.875rem;
    padding: 0.9375rem 0;
    width: 100%;
    color: #555;
    cursor: pointer;
    text-align: left; }
    .c-dropdown-menu > li > button:hover,
    .c-dropdown-menu > li a:hover {
      color: #090909; }
  .c-dropdown-menu > li.active > button,
  .c-dropdown-menu > li.active a {
    color: #97be32; }
    .c-dropdown-menu > li.active > button:hover,
    .c-dropdown-menu > li.active a:hover {
      color: #779627; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-submenu-panel {
  background-color: #fff;
  padding: 2.5rem 0; }
  .c-submenu-panel:focus {
    outline: none; }
  .c-submenu-panel.-full-screen {
    min-height: calc(100vh - 76px); }
  .c-submenu-panel .menu-search {
    margin-bottom: 2.5rem; }
  .c-submenu-panel h4,
  .c-submenu-panel .title {
    text-transform: uppercase;
    color: #555;
    font-size: 0.875rem;
    margin-bottom: 1.4375rem; }
  .c-submenu-panel .menu-section {
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
    border-bottom: solid 1px #e5e5df; }
    .c-submenu-panel .menu-section .apps-slider {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-left: -0.9375rem;
      width: calc(100% + 30px);
      padding: 0 0.9375rem; }
    .c-submenu-panel .menu-section .app-card {
      margin-right: 0.9375rem; }
      .c-submenu-panel .menu-section .app-card .app-image {
        width: 5.625rem;
        height: 5.625rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
      .c-submenu-panel .menu-section .app-card .all-apps {
        border: solid 1px #e5e5df;
        padding: 0.625rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        font-size: 0.75rem;
        text-transform: uppercase;
        text-align: center;
        font-weight: 400;
        color: #555;
        width: 5.625rem;
        height: 5.625rem; }
        .c-submenu-panel .menu-section .app-card .all-apps .icon-more {
          width: 1.5625rem;
          height: 1.5625rem;
          margin-bottom: 0.3125rem; }
    .c-submenu-panel .menu-section .more-links > li {
      margin-bottom: 1.25rem; }
      .c-submenu-panel .menu-section .more-links > li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 0.75rem;
        color: #555;
        text-transform: uppercase; }
        .c-submenu-panel .menu-section .more-links > li a svg {
          margin-right: 0.3125rem; }
        .c-submenu-panel .menu-section .more-links > li a:hover {
          color: #090909; }
  .c-submenu-panel .legal-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 40rem) {
      .c-submenu-panel .legal-section {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; }
        .c-submenu-panel .legal-section > a {
          margin-right: 1.875rem; } }
  .c-submenu-panel.-mobile .menu-search {
    margin-bottom: 1.875rem; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.c-header {
  height: 3.4375rem;
  z-index: 5;
  position: relative; }
  .c-header.-fixed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000; }
  .c-header.-toggle {
    width: 4.75rem; }
    .c-header.-toggle.-open {
      width: 100%; }
  .c-header .nav-menu {
    border-bottom: solid 1px #e5e5df;
    position: relative;
    background: #fff; }
    .c-header .nav-menu > div {
      position: relative; }
  .c-header .mygfw-header {
    padding: 1.5625rem 1.875rem 1.875rem;
    border: solid 1px #e5e5df; }
    @media screen and (min-width: 40rem) {
      .c-header .mygfw-header {
        width: 20rem; } }
  .c-header .logo {
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    width: 4.75rem; }
  .c-header .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    height: 3.4375rem; }
    .c-header .nav li {
      height: 100%;
      position: relative;
      font-size: 0.875rem; }
      .c-header .nav li .nav-link,
      .c-header .nav li .menu-link {
        position: relative;
        font-family: "Fira Sans", sans-serif;
        color: #555;
        height: 100%;
        text-transform: uppercase;
        cursor: pointer;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .c-header .nav li .nav-link:hover,
        .c-header .nav li .menu-link:hover {
          color: #090909; }
        .c-header .nav li .nav-link:focus,
        .c-header .nav li .menu-link:focus {
          outline: none; }
      .c-header .nav li .nav-link::after {
        content: '';
        height: 5px;
        height: 0.3125rem;
        position: absolute;
        bottom: -1px;
        right: 0;
        left: 0;
        background-color: transparent; }
      .c-header .nav li .nav-link.-active::after, .c-header .nav li .nav-link:hover::after {
        background-color: #97be32; }
      .c-header .nav li svg {
        fill: #555; }
        .c-header .nav li svg:hover {
          color: #090909; }
    .c-header .nav .nav-main {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-left: 6.25rem;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .c-header .nav .nav-main > li .nav-link {
        padding: 0 0.625rem;
        margin: 0 0.3125rem; }
    .c-header .nav .nav-alt {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      border-left: solid 1px #e5e5df;
      padding-left: 0.625rem; }
      .c-header .nav .nav-alt.-mobile {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .c-header .nav .nav-alt > li {
        margin-left: 1.875rem;
        position: relative;
        font-size: 0.75rem; }
        .c-header .nav .nav-alt > li svg {
          margin-top: -1px;
          margin-left: 0.3125rem; }
      .c-header .nav .nav-alt .sub-menu {
        position: absolute;
        right: -5px;
        z-index: 1; }
        .c-header .nav .nav-alt .sub-menu::before, .c-header .nav .nav-alt .sub-menu::after {
          content: '';
          display: block;
          position: absolute;
          width: 0;
          height: 0;
          border-style: solid; }
        .c-header .nav .nav-alt .sub-menu::before {
          top: -12px;
          border-color: transparent transparent #e5e5df transparent;
          border-width: 6px;
          right: 6px; }
        .c-header .nav .nav-alt .sub-menu::after {
          top: -10px;
          border-color: transparent transparent #fff transparent;
          border-width: 5px;
          right: 7px; }
      .c-header .nav .nav-alt .icon-close,
      .c-header .nav .nav-alt .icon-arrow {
        height: 0.625rem; }
  .c-header.-full-screen {
    height: 4.6875rem; }
    .c-header.-full-screen .nav {
      height: 4.6875rem;
      padding-right: 0.9375rem; }
    .c-header.-full-screen .logo {
      left: 0; }
    .c-header.-full-screen.-small .logo {
      left: 0.9375rem; }
  .c-header.-small {
    height: 3.75rem; }
    .c-header.-small .nav {
      height: 3.75rem; }
    .c-header.-small .logo {
      height: 3.75rem;
      width: 3.75rem; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* stylelint-disable */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button:focus {
  outline: none; }

a {
  text-decoration: none; }

/* eslint-disable */
/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
/**
 * Foundation for Sites by ZURB
 * Version 6.4.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Correct the line height in all browsers.
* 3. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
* 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.67rem 0; }

/* Grouping content
        ========================================================================== */
/**
* Add the correct display in IE 9-.
*/
figcaption,
figure {
  display: block; }

/**
      * Add the correct margin in IE 8.
      */
figure {
  margin: 1em 40px; }

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

/**
      * Add the correct display in IE.
      */
main {
  display: block; }

/**
      * 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 */ }

/* Links
        ========================================================================== */
/**
      * 1. Remove the gray background on active links in IE 10.
      * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
      */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
      * Remove the outline on focused links when they are also active or hovered
      * in all browsers (opinionated).
      */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
        ========================================================================== */
/**
      * 1. Remove the bottom border in Firefox 39-.
      * 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 */ }

/**
      * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
      */
b,
strong {
  font-weight: inherit; }

/**
      * 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 style in Android 4.3-.
      */
dfn {
  font-style: italic; }

/**
      * Add the correct background and color in IE 9-.
      */
mark {
  background-color: #ff0;
  color: #000; }

/**
      * 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
        ========================================================================== */
/**
      * Add the correct display in IE 9-.
      */
audio,
video {
  display: inline-block; }

/**
      * Add the correct display in iOS 4-7.
      */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
      * Hide the overflow in IE.
      */
svg:not(:root) {
  overflow: hidden; }

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

/**
      * Show the overflow in IE.
      */
button {
  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; }

/**
      * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
      *    controls in Android 4.
      * 2. Correct the inability to style clickable types in iOS and Safari.
      */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
        * Remove the inner border and padding in Firefox.
        */
  /**
        * Restore the focus styles unset by the previous rule.
        */ }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
      * Show the overflow in Edge.
      */
input {
  overflow: visible; }

/**
      * 1. Add the correct box sizing in IE 10-.
      * 2. Remove the padding in IE 10-.
      */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
        */ }

[type="search"]::-webkit-search-cancel-button,
[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 */ }

/**
      * Change the border, margin, and padding in all browsers (opinionated).
      */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
      * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
      * 1. Add the correct display in IE 9-.
      * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
      */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
      * Remove the default vertical scrollbar in IE.
      */
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

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

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

/*
      * Add the correct display in IE 9-.
      */
menu {
  display: block; }

/* Scripting
        ========================================================================== */
/**
      * Add the correct display in IE 9-.
      */
canvas {
  display: inline-block; }

/**
      * Add the correct display in IE.
      */
template {
  display: none; }

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

.foundation-mq {
  font-family: "small=0em&medium=$screen-m&large=$screen-l&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 3px; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }

[data-whatinput="mouse"] button {
  outline: 0; }

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap; }

.row .row {
  margin-right: -1rem;
  margin-left: -1rem; }

@media print, screen and (min-width: 40rem) {
  .row .row {
    margin-right: -1.25rem;
    margin-left: -1.25rem; } }

.row .row.collapse {
  margin-right: 0;
  margin-left: 0; }

.row.expanded {
  max-width: none; }

.row.expanded .row {
  margin-right: auto;
  margin-left: auto; }

.row:not(.expanded) .row {
  max-width: none; }

.row.collapse > .column,
.row.collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0; }

.column,
.columns {
  -ms-flex: 1 1 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-right: 1rem;
  padding-left: 1rem;
  min-width: 0; }

@media print, screen and (min-width: 40rem) {
  .column,
  .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; } }

.column.row.row,
.row.row.columns {
  float: none;
  display: block; }

.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  -ms-flex: 0 0 8.33333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  -ms-flex: 0 0 16.66667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  -ms-flex: 0 0 33.33333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  -ms-flex: 0 0 41.66667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  -ms-flex: 0 0 58.33333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  -ms-flex: 0 0 66.66667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  -ms-flex: 0 0 83.33333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  -ms-flex: 0 0 91.66667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.small-up-1 > .column,
.small-up-1 > .columns {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.small-up-2 {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.small-up-2 > .column,
.small-up-2 > .columns {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.small-up-3 {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.small-up-3 > .column,
.small-up-3 > .columns {
  -ms-flex: 0 0 33.33333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-up-4 {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.small-up-4 > .column,
.small-up-4 > .columns {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.small-up-5 {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.small-up-5 > .column,
.small-up-5 > .columns {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

.small-up-6 {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.small-up-6 > .column,
.small-up-6 > .columns {
  -ms-flex: 0 0 16.66667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-up-7 {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.small-up-7 > .column,
.small-up-7 > .columns {
  -ms-flex: 0 0 14.28571%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
  max-width: 14.28571%; }

.small-up-8 {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.small-up-8 > .column,
.small-up-8 > .columns {
  -ms-flex: 0 0 12.5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  max-width: 12.5%; }

.small-collapse > .column,
.small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-right: 1.25rem;
  padding-left: 1.25rem; }

@media print, screen and (min-width: 40rem) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -ms-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -ms-flex: 0 0 41.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -ms-flex: 0 0 58.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -ms-flex: 0 0 66.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -ms-flex: 0 0 83.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -ms-flex: 0 0 91.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%; }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%; } }

@media print, screen and (min-width: 40rem) and (min-width: 40rem) {
  .medium-expand {
    -ms-flex: 1 1 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
            flex: 1 1 0px; } }

.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%; }

@media print, screen and (min-width: 40rem) {
  .row.medium-unstack > .column,
  .row.medium-unstack > .columns {
    -ms-flex: 1 1 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
            flex: 1 1 0px; } }

@media print, screen and (min-width: 40rem) {
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; } }

@media print, screen and (min-width: 64rem) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -ms-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -ms-flex: 0 0 41.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -ms-flex: 0 0 58.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -ms-flex: 0 0 66.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -ms-flex: 0 0 83.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -ms-flex: 0 0 91.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  .large-up-1 > .column,
  .large-up-1 > .columns {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .large-up-2 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  .large-up-2 > .column,
  .large-up-2 > .columns {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .large-up-3 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  .large-up-3 > .column,
  .large-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-up-4 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  .large-up-4 > .column,
  .large-up-4 > .columns {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .large-up-5 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  .large-up-5 > .column,
  .large-up-5 > .columns {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .large-up-6 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  .large-up-6 > .column,
  .large-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-up-7 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  .large-up-7 > .column,
  .large-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%; }
  .large-up-8 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  .large-up-8 > .column,
  .large-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%; } }

@media print, screen and (min-width: 64rem) and (min-width: 64rem) {
  .large-expand {
    -ms-flex: 1 1 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
            flex: 1 1 0px; } }

.row.large-unstack > .column,
.row.large-unstack > .columns {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%; }

@media print, screen and (min-width: 64rem) {
  .row.large-unstack > .column,
  .row.large-unstack > .columns {
    -ms-flex: 1 1 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
            flex: 1 1 0px; } }

@media print, screen and (min-width: 64rem) {
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; } }

.shrink {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 1.25rem; }

.column-block > :last-child {
  margin-bottom: 0; }

.align-right {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end; }

.align-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

.align-justify {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
          justify-content: space-around; }

.align-right.vertical.menu > li > a {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

.align-top {
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start; }

.align-self-top {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
          align-self: flex-start; }

.align-bottom {
  -ms-flex-align: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end; }

.align-self-bottom {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
          align-self: flex-end; }

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

.align-self-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
          align-self: center; }

.align-stretch {
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  -webkit-align-self: stretch;
          align-self: stretch; }

.align-center-middle {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
          align-content: center; }

.small-order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
          order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
          order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
          order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
          order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
          order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
          order: 6; }

@media print, screen and (min-width: 40rem) {
  .medium-order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6; } }

@media print, screen and (min-width: 64rem) {
  .large-order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6; } }

.flex-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

.flex-child-auto {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto; }

.flex-child-grow {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto; }

.flex-child-shrink {
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto; }

.flex-dir-row {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row; }

.flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.flex-dir-column {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column; }

.flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse; }

@media print, screen and (min-width: 40rem) {
  .medium-flex-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto; }
  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
            flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto; }
  .medium-flex-dir-row {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media print, screen and (min-width: 64rem) {
  .large-flex-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto; }
  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
            flex: 1 0 auto; }
  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto; }
  .large-flex-dir-row {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; }
  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .large-flex-dir-column {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important; }

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important; }

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important; }

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important; }

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important; }

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important; }

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

@keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%,
  30%,
  70%,
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%,
  30%,
  70%,
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms; }

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important; }

/* FONTS */
/* stylelint-disable */
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
/* FONTS */
/* stylelint-disable */
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
body {
  padding: 0;
  margin: 0;
  font-family: "Fira Sans", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  font-size: 1.125rem;
  color: #555;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*[draggable="true"] {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }
  *[draggable="true"]:active {
    cursor: -webkit-grabbing;
    cursor: grabbing; }

/* stylelint-disable */
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* FONTS */
/* stylelint-disable */
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
p {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.4; }
  p a {
    color: #97be32; }
    p a:hover {
      color: #779627; }

.text {
  font-family: "Fira Sans", sans-serif; }
  .text.-color-1 {
    color: #fff; }
  .text.-color-2 {
    color: #555; }
  .text.-color-2-o {
    color: rgba(85, 85, 85, .5); }
  .text.-color-3 {
    color: #444; }
  .text.-color-4 {
    color: #97be32; }
  .text.-color-5 {
    color: #999; }
  .text.-color-6 {
    color: #333; }
  .text.-color-7 {
    color: rgba(255, 255, 255, .7); }
  .text.-color-8 {
    color: rgba(51, 51, 51, .8); }
  .text.-light {
    font-weight: 300; }
  .text.-bold {
    font-weight: 500; }
  .text.-italic {
    font-style: italic; }
  .text.-spaced {
    line-height: 1.7; }
  .text.-half-opacity {
    opacity: 0.5; }
  .text.-title-biggest {
    font-size: 30px;
    line-height: 1.33; }
    @media screen and (min-width: 40rem) {
      .text.-title-biggest {
        font-size: 59px;
        line-height: 1.02; } }
  .text.-title-big {
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 0.2px; }
    @media screen and (min-width: 40rem) {
      .text.-title-big {
        font-size: 35px;
        line-height: 1.14; } }
  .text.-title {
    font-size: 24px;
    line-height: 1.33; }
    @media screen and (min-width: 40rem) {
      .text.-title {
        font-size: 30px;
        line-height: 1.34; } }
  .text.-title-m {
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: -0.4px; }
    @media screen and (min-width: 40rem) {
      .text.-title-m {
        font-size: 28px; } }
  .text.-title-s {
    font-size: 16px;
    line-height: 1.88; }
    @media screen and (min-width: 40rem) {
      .text.-title-s {
        font-size: 21px;
        line-height: 1.43; } }
  .text.-title-xs {
    font-size: 16px;
    line-height: 1.5; }
    @media screen and (min-width: 40rem) {
      .text.-title-xs {
        font-size: 18px;
        line-height: 2.22; } }
  .text.-title-xxs {
    font-size: 14px;
    letter-spacing: 0.1px; }
  .text.-underline {
    text-decoration: underline; }
  .text.-paragraph {
    font-size: 16px;
    line-height: 1.5; }
    @media screen and (min-width: 40rem) {
      .text.-paragraph {
        font-size: 18px;
        line-height: 1.67; } }
  .text.-paragraph-big {
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -0.5px; }
    @media screen and (min-width: 40rem) {
      .text.-paragraph-big {
        font-size: 30px;
        letter-spacing: -1px; } }
  .text.-paragraph-2 {
    font-size: 16px;
    line-height: 1.31; }
    @media screen and (min-width: 40rem) {
      .text.-paragraph-2 {
        font-size: 18px;
        line-height: 1.17; } }
  .text.-paragraph-3 {
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: -0.4px; }
  .text.-paragraph-4 {
    font-size: 18px;
    line-height: 1.67; }
  .text.-paragraph-5 {
    font-size: 14px; }
  .text.-paragraph-6 {
    font-size: 12px;
    letter-spacing: -0.3px; }

/* stylelint-disable */
/* FONTS */
/* stylelint-disable */
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
body .tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow] {
  border-left-color: #fff;
  border-right: none;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-top-color: #fff;
  -webkit-box-shadow: -2px 2px 2px 0 rgba(85, 85, 85, .1);
          box-shadow: -2px 2px 2px 0 rgba(85, 85, 85, .1); }

body .tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow] {
  border-left-color: #fff;
  border-right: none;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  border-bottom-color: #fff;
  -webkit-box-shadow: 1px -2px 3px 0 rgba(85, 85, 85, .1);
          box-shadow: 1px -2px 3px 0 rgba(85, 85, 85, .1); }

body .tippy-popper[x-placement^=top] .tippy-tooltip.tip-theme [x-arrow] {
  border-left-color: #fffee2;
  border-right: none;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-top-color: #fffee2;
  -webkit-box-shadow: -2px 2px 2px 0 rgba(85, 85, 85, .1);
          box-shadow: -2px 2px 2px 0 rgba(85, 85, 85, .1); }

body .tippy-popper[x-placement^=bottom] .tippy-tooltip.tip-theme [x-arrow] {
  border-left-color: #fffee2;
  border-right: none;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  border-bottom-color: #fffee2;
  -webkit-box-shadow: 1px -2px 3px 0 rgba(85, 85, 85, .1);
          box-shadow: 1px -2px 3px 0 rgba(85, 85, 85, .1); }

.tippy-popper .tippy-tooltip {
  padding: 0;
  border-radius: 0;
  max-width: 18.125rem; }
  .tippy-popper .tippy-tooltip.tip-theme {
    -webkit-box-shadow: 0 1px 3px 0 rgba(85, 85, 85, .25);
            box-shadow: 0 1px 3px 0 rgba(85, 85, 85, .25); }

/* FONTS */
/* stylelint-disable */
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
/* legend tooltip styles */
.c-rc-tooltip {
  font-family: "Fira Sans", sans-serif; }
  .c-rc-tooltip.-default .rc-tooltip-inner {
    padding: 0.625rem;
    background-color: #fffee2;
    font-size: 12px;
    color: #555;
    border: 0;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1); }
  .c-rc-tooltip.-default.rc-tooltip-placement-top .rc-tooltip-arrow {
    border-top-color: #fffee2; }
  .c-rc-tooltip.-plain .rc-tooltip-inner {
    background-color: #fff;
    padding: 0.9375rem; }
  .c-rc-tooltip.-plain.rc-tooltip-placement-top .rc-tooltip-arrow {
    border-top-color: #fff; }

/* FONTS */
/* stylelint-disable */
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
table {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 1.563rem; }

th,
td {
  padding: 0.5rem 0.5rem 0.5rem 0;
  margin: 0; }

th {
  font-weight: 400;
  text-align: left;
  border-bottom: 1px solid #d8d8d8; }

td {
  border-bottom: 1px solid #eaeaea; }

/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, .2); }
  100% {
    -webkit-box-shadow: 0 0 0 35px transparent;
            box-shadow: 0 0 0 35px transparent; } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.l-root .page-logo {
  position: absolute;
  top: 0;
  left: 0.9375rem;
  z-index: 2;
  display: none;
  width: 4.75rem; }

.l-root .page {
  position: relative;
  min-height: calc(100vh - 60px);
  z-index: 0; }
  .l-root .page .page-loader {
    z-index: 1; }

.l-root.-map .page {
  height: calc(100vh - 90px);
  min-height: calc(100vh - 90px);
  position: absolute;
  width: 100%;
  background-color: #a4dbfd;
  top: 0; }
  @media screen and (min-width: 40rem) {
    .l-root.-map .page {
      width: calc(100% - 76px);
      right: 0;
      min-height: 100%; } }

.l-root.-map .page-loader {
  background-color: rgba(85, 85, 85, .2); }
  .l-root.-map .page-loader .spinner {
    border-top-color: #fff; }

.l-root.-map .page-logo {
  display: block; }

.l-root.-embed .page {
  position: relative;
  width: 100%;
  min-height: 25rem; }

.l-root.-embed.-map .page {
  min-height: calc(100vh - 60px); }

.l-root.-embed.-trase .c-loader {
  display: none; }

.l-root .embed-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.75rem;
  background: #fff;
  border-top: solid 1px #e5e5df;
  z-index: 3;
  position: relative; }
  .l-root .embed-footer p {
    opacity: 0.7; }

.l-root .embed-btn {
  width: 10rem;
  margin-left: 0.625rem;
  margin-right: 0.625rem; }

