/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
@charset "UTF-8";
/** Foundation for Sites by ZURB Version 6.5.3 foundation.zurb.com Licensed under MIT Open Source */
strong { font-family: "Font Awesome 5 Pro"; font-weight: normal; }

p { font-family: Avenir Next W10 Demi, sans-serif; font-size: 18px; color: #000000; }

/* @DOCS: https://foundation.zurb.com/sites/docs/button.html https://foundation.zurb.com/sites/docs/button-group.html https://foundation.zurb.com/sites/docs/close-button.html
*/
.pf-color--1 { color: #000000; }

.pf-color--2 { color: #D8D8D8; }

.pf-color--3 { color: #0F204B; }

.pf-color--4 { color: #003591; }

.pf-color--5 { color: #01AFED; }

.pf-color--6 { color: #99D9F0; }

.pf-color--7 { color: #3F9C35; }

.pf-color--8 { color: #787571; }

.pf-color--9 { color: #FFFFFF; }

.pf-color--10 { color: #D8D8D8; }

.pf-color--11 { color: #E5E5E5; }

.pf-color--12 { color: #F2F2F2; }

.pf-color--13 { color: #35A828; }

.pf-color--14 { color: #333333; }

.pf-color--15 { color: #002055; }

.pf-color--16 { color: #0077B5; }

.pf-color--17 { color: #505050; }

.pf-bgcolor--1 { background-color: #000000; }

.pf-bgcolor--2 { background-color: #D8D8D8; }

.pf-bgcolor--3 { background-color: #0F204B; }

.pf-bgcolor--4 { background-color: #003591; }

.pf-bgcolor--5 { background-color: #01AFED; }

.pf-bgcolor--6 { background-color: #99D9F0; }

.pf-bgcolor--7 { background-color: #3F9C35; }

.pf-bgcolor--8 { background-color: #787571; }

.pf-bgcolor--9 { background-color: #FFFFFF; }

.pf-bgcolor--10 { background-color: #D8D8D8; }

.pf-bgcolor--11 { background-color: #E5E5E5; }

.pf-bgcolor--12 { background-color: #F2F2F2; }

.pf-bgcolor--13 { background-color: #35A828; }

.pf-bgcolor--14 { background-color: #333333; }

.pf-bgcolor--15 { background-color: #002055; }

.pf-bgcolor--16 { background-color: #0077B5; }

.pf-bgcolor--17 { background-color: #505050; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html { line-height: 1.15; -webkit-text-size-adjust: 100%; }

body { margin: 0; }

h1 { font-size: 2em; margin: 0.67em 0; }

hr { box-sizing: content-box; height: 0; overflow: visible; }

pre { font-family: monospace, monospace; font-size: 1em; }

a { background-color: transparent; }

abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }

b, strong { font-weight: bolder; }

code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

img { border-style: none; }

button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }

button, input { overflow: visible; }

button, select { text-transform: none; }

button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

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; }

fieldset { padding: 0.35em 0.75em 0.625em; }

legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }

progress { vertical-align: baseline; }

textarea { overflow: auto; }

[type="checkbox"], [type="radio"] { box-sizing: border-box; padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }

[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }

details { display: block; }

summary { display: list-item; }

template { display: none; }

[hidden] { display: none; }

.foundation-mq { font-family: "small=0em&xsmall=30em&medium=48em&large=64em&xlarge=80em&xxlarge=90em"; }

html { box-sizing: border-box; font-size: 18px; }

*, *::before, *::after { box-sizing: inherit; }

body { margin: 0; padding: 0; background: #E5E5E5; font-family: "Avenir-regular", sans-serif; font-weight: normal; line-height: 1.5; color: #000000; -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: 0; }

select { box-sizing: border-box; width: 100%; border-radius: 0; }

.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; border-radius: 0; background: transparent; line-height: 1; cursor: auto; }
[data-whatinput='mouse'] button { outline: 0; }

pre { overflow: auto; }

button, input, optgroup, select, textarea { font-family: inherit; }

.is-visible { display: block !important; }

.is-hidden { display: none !important; }

.hide { display: none !important; }

.invisible { visibility: hidden; }

@media screen and (max-width: 29.99875em) { .hide-for-small-only { display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 30em) { .show-for-small-only { display: none !important; } }

@media screen and (min-width: 30em) { .hide-for-xsmall { display: none !important; } }

@media screen and (max-width: 29.99875em) { .show-for-xsmall { display: none !important; } }

@media screen and (min-width: 30em) and (max-width: 47.99875em) { .hide-for-xsmall-only { display: none !important; } }

@media screen and (max-width: 29.99875em), screen and (min-width: 48em) { .show-for-xsmall-only { display: none !important; } }

@media print, screen and (min-width: 48em) { .hide-for-medium { display: none !important; } }

@media screen and (max-width: 47.99875em) { .show-for-medium { display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 63.99875em) { .hide-for-medium-only { display: none !important; } }

@media screen and (max-width: 47.99875em), screen and (min-width: 64em) { .show-for-medium-only { display: none !important; } }

@media print, screen and (min-width: 64em) { .hide-for-large { display: none !important; } }

@media screen and (max-width: 63.99875em) { .show-for-large { display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 79.99875em) { .hide-for-large-only { display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 80em) { .show-for-large-only { display: none !important; } }

@media screen and (min-width: 80em) { .hide-for-xlarge { display: none !important; } }

@media screen and (max-width: 79.99875em) { .show-for-xlarge { display: none !important; } }

@media screen and (min-width: 80em) and (max-width: 89.99875em) { .hide-for-xlarge-only { display: none !important; } }

@media screen and (max-width: 79.99875em), screen and (min-width: 90em) { .show-for-xlarge-only { display: none !important; } }

@media screen and (min-width: 90em) { .hide-for-xxlarge { display: none !important; } }

@media screen and (max-width: 89.99875em) { .show-for-xxlarge { display: none !important; } }

@media screen and (min-width: 90em) { .hide-for-xxlarge-only { display: none !important; } }

@media screen and (max-width: 89.99875em) { .show-for-xxlarge-only { display: none !important; } }

.show-for-sr, .show-on-focus { position: absolute !important; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.show-on-focus:active, .show-on-focus:focus { position: static !important; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; }

.show-for-landscape, .hide-for-portrait { display: block !important; }
@media screen and (orientation: landscape) { .show-for-landscape, .hide-for-portrait { display: block !important; } }
@media screen and (orientation: portrait) { .show-for-landscape, .hide-for-portrait { display: none !important; } }

.hide-for-landscape, .show-for-portrait { display: none !important; }
@media screen and (orientation: landscape) { .hide-for-landscape, .show-for-portrait { display: none !important; } }
@media screen and (orientation: portrait) { .hide-for-landscape, .show-for-portrait { display: block !important; } }

.float-left { float: left !important; }

.float-right { float: right !important; }

.float-center { display: block; margin-right: auto; margin-left: auto; }

.clearfix::before, .clearfix::after { display: table; content: ' '; -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-order: 1; order: 1; }
.clearfix::after { clear: both; }

html { box-sizing: border-box; }

body { -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; }

*, *::before, *::after { box-sizing: inherit; }

.pf-space--1 { margin-bottom: 1px; }

.pf-space--2 { margin-bottom: 2px; }

.pf-space--3 { margin-bottom: 3px; }

.pf-space--4 { margin-bottom: 4px; }

@media print, screen and (min-width: 48em) { .pf-space--1 { margin-bottom: 1px; }
  .pf-space--2 { margin-bottom: 2px; }
  .pf-space--3 { margin-bottom: 4px; }
  .pf-space--4 { margin-bottom: 8px; } }
@media print, screen and (min-width: 64em) { .pf-space--1 { margin-bottom: 2px; }
  .pf-space--2 { margin-bottom: 4px; }
  .pf-space--3 { margin-bottom: 8px; }
  .pf-space--4 { margin-bottom: 16px; } }
.list--unstyled { list-style: none; margin: 0; padding: 0; }

.inline-list li { display: inline-block; }

.pf-margin-top--1 { margin-top: 1px; }

.pf-padding-top--1 { padding-top: 1px; }

.pf-margin-top--2 { margin-top: 2px; }

.pf-padding-top--2 { padding-top: 2px; }

.pf-margin-top--3 { margin-top: 3px; }

.pf-padding-top--3 { padding-top: 3px; }

.pf-margin-top--4 { margin-top: 4px; }

.pf-padding-top--4 { padding-top: 4px; }

@media print, screen and (min-width: 48em) { .pf-margin-top--1 { margin-top: 1px; }
  .pf-padding-top--1 { padding-top: 1px; }
  .pf-margin-top--2 { margin-top: 2px; }
  .pf-padding-top--2 { padding-top: 2px; }
  .pf-margin-top--3 { margin-top: 4px; }
  .pf-padding-top--3 { padding-top: 4px; }
  .pf-margin-top--4 { margin-top: 8px; }
  .pf-padding-top--4 { padding-top: 8px; } }
@media print, screen and (min-width: 64em) { .pf-margin-top--1 { margin-top: 2px; }
  .pf-padding-top--1 { padding-top: 2px; }
  .pf-margin-top--2 { margin-top: 4px; }
  .pf-padding-top--2 { padding-top: 4px; }
  .pf-margin-top--3 { margin-top: 8px; }
  .pf-padding-top--3 { padding-top: 8px; }
  .pf-margin-top--4 { margin-top: 16px; }
  .pf-padding-top--4 { padding-top: 16px; } }
.pf-margin-bottom--1 { margin-bottom: 1px; }

.pf-padding-bottom--1 { padding-bottom: 1px; }

.pf-margin-bottom--2 { margin-bottom: 2px; }

.pf-padding-bottom--2 { padding-bottom: 2px; }

.pf-margin-bottom--3 { margin-bottom: 3px; }

.pf-padding-bottom--3 { padding-bottom: 3px; }

.pf-margin-bottom--4 { margin-bottom: 4px; }

.pf-padding-bottom--4 { padding-bottom: 4px; }

@media print, screen and (min-width: 48em) { .pf-margin-bottom--1 { margin-bottom: 1px; }
  .pf-padding-bottom--1 { padding-bottom: 1px; }
  .pf-margin-bottom--2 { margin-bottom: 2px; }
  .pf-padding-bottom--2 { padding-bottom: 2px; }
  .pf-margin-bottom--3 { margin-bottom: 4px; }
  .pf-padding-bottom--3 { padding-bottom: 4px; }
  .pf-margin-bottom--4 { margin-bottom: 8px; }
  .pf-padding-bottom--4 { padding-bottom: 8px; } }
@media print, screen and (min-width: 64em) { .pf-margin-bottom--1 { margin-bottom: 2px; }
  .pf-padding-bottom--1 { padding-bottom: 2px; }
  .pf-margin-bottom--2 { margin-bottom: 4px; }
  .pf-padding-bottom--2 { padding-bottom: 4px; }
  .pf-margin-bottom--3 { margin-bottom: 8px; }
  .pf-padding-bottom--3 { padding-bottom: 8px; }
  .pf-margin-bottom--4 { margin-bottom: 16px; }
  .pf-padding-bottom--4 { padding-bottom: 16px; } }
.blur-svg { height: 0; }

.pf-relative { position: relative; }

main { background: #e9e9e9; }

#page { position: relative; overflow: hidden; max-width: 1440px; margin: 0 auto; background: #FFFFFF; }

.inline-list, .unstyled-list { list-style: none; padding: 0; margin: 0; }

.inline-list li { display: inline-block; }

.pf-pointer { cursor: pointer; }

a { color: #0F204B; text-decoration: none; }

@media print, screen and (min-width: 64em) { .is-mobile { display: none; } }
.img--circled { border-radius: 50%; }

.hidden { visibility: hidden; }

.no-scroll { overflow: hidden; }

.small-nopadding > .cell:first-child { padding-left: 0; }
.small-nopadding > .cell:last-child { padding-right: 0; }

@media screen and (min-width: 30em) { .xsmall-nopadding > .cell:first-child { padding-left: 0; }
  .xsmall-nopadding > .cell:last-child { padding-right: 0; } }
@media print, screen and (min-width: 48em) { .medium-nopadding > .cell:first-child { padding-left: 0; }
  .medium-nopadding > .cell:last-child { padding-right: 0; } }
@media print, screen and (min-width: 64em) { .large-nopadding > .cell:first-child { padding-left: 0; }
  .large-nopadding > .cell:last-child { padding-right: 0; } }
@media screen and (min-width: 80em) { .xlarge-nopadding > .cell:first-child { padding-left: 0; }
  .xlarge-nopadding > .cell:last-child { padding-right: 0; } }
@media screen and (min-width: 90em) { .xxlarge-nopadding > .cell:first-child { padding-left: 0; }
  .xxlarge-nopadding > .cell:last-child { padding-right: 0; } }
.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.text-justify { text-align: justify; }

@media screen and (min-width: 30em) { .xsmall-text-left { text-align: left; }
  .xsmall-text-right { text-align: right; }
  .xsmall-text-center { text-align: center; }
  .xsmall-text-justify { text-align: justify; } }
@media print, screen and (min-width: 48em) { .medium-text-left { text-align: left; }
  .medium-text-right { text-align: right; }
  .medium-text-center { text-align: center; }
  .medium-text-justify { text-align: justify; } }
@media print, screen and (min-width: 64em) { .large-text-left { text-align: left; }
  .large-text-right { text-align: right; }
  .large-text-center { text-align: center; }
  .large-text-justify { text-align: justify; } }
@media screen and (min-width: 80em) { .xlarge-text-left { text-align: left; }
  .xlarge-text-right { text-align: right; }
  .xlarge-text-center { text-align: center; }
  .xlarge-text-justify { text-align: justify; } }
@media screen and (min-width: 90em) { .xxlarge-text-left { text-align: left; }
  .xxlarge-text-right { text-align: right; }
  .xxlarge-text-center { text-align: center; }
  .xxlarge-text-justify { text-align: justify; } }
.pf-font--1 { font-family: AvenirNextLTW01-Medium, sans-serif; }

.pf-font--2 { font-family: Avenir Next W10 Demi, sans-serif; }

.pf-font--3 { font-family: Avenir Next W10 Regular, sans-serif; }

.pf-font--4 { font-family: AvenirNextW06-Bold, sans-serif; }

.pf-font--5 { font-family: Font Awesome 5 Pro; }

.pf-font-size--1 { font-size: 15px; }

.pf-font-size--2 { font-size: 16px; }

.pf-font-size--3 { font-size: 18px; }

.pf-font-size--4 { font-size: 20px; }

.pf-font-size--5 { font-size: 28px; }

.pf-font-size--6 { font-size: 32px; }

.pf-font-size--7 { font-size: 36px; }

.pf-font-size--8 { font-size: 48px; }

.pf-font-size--9 { font-size: 30px; }

.pf-font-size--10 { font-size: 40px; }

.pf-font-size--11 { font-size: 25px; }

.pf-font-size--12 { font-size: 50px; }

.pf-font-size--13 { font-size: 14px; }

.pf-font-size--14 { font-size: 24px; }

.pf-font-size--15 { font-size: 26px; }

.pf-line-height--1 { line-height: 60px; }

.pf-line-height--2 { line-height: 42px; }

.pf-line-height--3 { line-height: 32px; }

.pf-line-height--4 { line-height: 30px; }

.pf-line-height--5 { line-height: 28px; }

.pf-line-height--6 { line-height: 36px; }

.pf-line-height--7 { line-height: 22px; }

.pf-line-height--8 { line-height: 26px; }

.pf-line-height--9 { line-height: 19px; }

.pf-line-height--10 { line-height: 20px; }

.pf-headline--1, h1 { font-size: 32px; font-family: AvenirNextLTW01-Medium, sans-serif; line-height: 42px; color: #0F204B; font-weight: normal; font-style: normal; margin: 0 0 20px 0; }

.pf-headline--2, h2 { font-size: 36px; font-family: AvenirNextLTW01-Medium, sans-serif; line-height: 42px; color: #0F204B; font-weight: normal; font-style: normal; margin: 0 0 20px 0; }

.pf-headline--3, h3 { font-size: 32px; font-family: AvenirNextLTW01-Medium, sans-serif; line-height: 36px; color: #0F204B; font-weight: normal; font-style: normal; margin: 20px 0 10px 0; }

.pf-headline--4, h4 { font-size: 28px; font-family: AvenirNextLTW01-Medium, sans-serif; line-height: 32px; color: #FFFFFF; font-weight: normal; font-style: normal; margin: 0 0 20px 0; }

.pf-headline--5, h5 { font-size: 16px; font-family: AvenirNextW06-Bold, sans-serif; line-height: 32px; color: #003591; font-weight: normal; font-style: normal; margin: 0 0 20px 0; }

@media print, screen and (min-width: 64em) { .pf-headline--1, h1 { font-size: 48px; font-family: AvenirNextLTW01-Medium, sans-serif; line-height: 60px; color: #0F204B; font-weight: normal; font-style: normal; margin: 0 0 20px 0; } }
.pf-text--1 { font-size: 18px; font-family: Avenir Next W10 Regular, sans-serif; line-height: 28px; color: #000000; }

.pf-text--2 { font-size: 20px; font-family: AvenirNextW06-Bold, sans-serif; line-height: 36px; color: #FFFFFF; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.text-justify { text-align: justify; }

@media screen and (min-width: 30em) { .xsmall-text-left { text-align: left; }
  .xsmall-text-right { text-align: right; }
  .xsmall-text-center { text-align: center; }
  .xsmall-text-justify { text-align: justify; } }
@media print, screen and (min-width: 48em) { .medium-text-left { text-align: left; }
  .medium-text-right { text-align: right; }
  .medium-text-center { text-align: center; }
  .medium-text-justify { text-align: justify; } }
@media print, screen and (min-width: 64em) { .large-text-left { text-align: left; }
  .large-text-right { text-align: right; }
  .large-text-center { text-align: center; }
  .large-text-justify { text-align: justify; } }
@media screen and (min-width: 80em) { .xlarge-text-left { text-align: left; }
  .xlarge-text-right { text-align: right; }
  .xlarge-text-center { text-align: center; }
  .xlarge-text-justify { text-align: justify; } }
@media screen and (min-width: 90em) { .xxlarge-text-left { text-align: left; }
  .xxlarge-text-right { text-align: right; }
  .xxlarge-text-center { text-align: center; }
  .xxlarge-text-justify { text-align: justify; } }
@font-face { font-family: "AvenirNextLTW01-Medium"; src: url(/static/styling/fonts/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix); src: url(/static/styling/fonts/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix) format("eot"), url(/static/styling/fonts/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2) format("woff2"), url(/static/styling/fonts/f26faddb-86cc-4477-a253-1e1287684336.woff) format("woff"), url(/static/styling/fonts/63a74598-733c-4d0c-bd91-b01bffcd6e69.ttf) format("truetype"); font-weight: normal; font-style: normal; }
@font-face { font-family: "Avenir Next W10 Demi"; src: url(/static/styling/fonts/ec8454e9-1900-4157-902d-1667f20b503e.eot?#iefix); src: url(/static/styling/fonts/ec8454e9-1900-4157-902d-1667f20b503e.eot?#iefix) format("eot"), url(/static/styling/fonts/e40e6ac5-f2bd-4d65-baf7-b1e397d7fdcc.woff) format("woff"), url(/static/styling/fonts/34772968-ece3-42e3-9f0d-f5724cafa60e.ttf) format("truetype"), url(/static/styling/fonts/e2f89b55-2e17-4aa3-af72-75a82c51008b.svg#e2f89b55-2e17-4aa3-af72-75a82c51008b) format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: "Avenir Next W10 Regular"; src: url(/static/styling/fonts/7a1b7ae7-5c29-481f-83ac-652e932c5509.eot?#iefix); src: url(/static/styling/fonts/7a1b7ae7-5c29-481f-83ac-652e932c5509.eot?#iefix) format("eot"), url(/static/styling/fonts/3a42a252-67ff-4186-88cf-762f56719ca1.woff) format("woff"), url(/static/styling/fonts/dbc39ae3-2636-4653-a23e-8938bce2cf51.ttf) format("truetype"), url(/static/styling/fonts/8e46b6cb-85f2-4400-a9d8-7cbd8ed30dd8.svg#8e46b6cb-85f2-4400-a9d8-7cbd8ed30dd8) format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: "AvenirNextW06-Bold"; src: url(/static/styling/fonts/AvenirNextW06-Bold.eot?#iefix); src: url(/static/styling/fonts/AvenirNextW06-Bold.eot?#iefix) format("eot"), url(/static/styling/fonts/AvenirNextW06-Bold.woff) format("woff"), url(/static/styling/fonts/AvenirNextW06-Bold.ttf) format("truetype"), url(/static/styling/fonts/AvenirNextW06-Bold) format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'broaderview'; src: url("/static/styling/fonts/broaderview-medium-webfont.eot"); src: url("/static/styling/fonts/broaderview-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/static/styling/fonts/broaderview-medium-webfont.woff") format("woff"), url("/static/styling/fonts/broaderview-medium-webfont.ttf") format("truetype"), url("/static/styling/fonts/broaderview-medium-webfont.svg#broader_viewmedium") format("svg"); }
b, strong { font-family: AvenirNextW06-Bold, sans-serif; }

.grid-container { padding-right: 0.55556rem; padding-left: 0.55556rem; max-width: 1440px; margin-left: auto; margin-right: auto; }
@media print, screen and (min-width: 48em) { .grid-container { padding-right: 0.83333rem; padding-left: 0.83333rem; } }
.grid-container.fluid { padding-right: 0.55556rem; padding-left: 0.55556rem; max-width: 100%; margin-left: auto; margin-right: auto; }
@media print, screen and (min-width: 48em) { .grid-container.fluid { padding-right: 0.83333rem; padding-left: 0.83333rem; } }
.grid-container.full { padding-right: 0; padding-left: 0; max-width: 100%; margin-left: auto; margin-right: auto; }

.grid-x { display: -ms-flexbox; display: flex; -ms-flex-flow: row wrap; flex-flow: row wrap; }

.cell { -ms-flex: 0 0 auto; flex: 0 0 auto; min-height: 0px; min-width: 0px; width: 100%; }
.cell.auto { -ms-flex: 1 1 0px; flex: 1 1 0px; }
.cell.shrink { -ms-flex: 0 0 auto; flex: 0 0 auto; }

.grid-x > .auto { width: auto; }
.grid-x > .shrink { width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 { -ms-flex-preferred-size: auto; flex-basis: auto; }

@media screen and (min-width: 30em) { .grid-x > .xsmall-shrink, .grid-x > .xsmall-full, .grid-x > .xsmall-1, .grid-x > .xsmall-2, .grid-x > .xsmall-3, .grid-x > .xsmall-4, .grid-x > .xsmall-5, .grid-x > .xsmall-6, .grid-x > .xsmall-7, .grid-x > .xsmall-8, .grid-x > .xsmall-9, .grid-x > .xsmall-10, .grid-x > .xsmall-11, .grid-x > .xsmall-12 { -ms-flex-preferred-size: auto; flex-basis: auto; } }
@media print, screen and (min-width: 48em) { .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 { -ms-flex-preferred-size: auto; flex-basis: auto; } }
@media print, screen and (min-width: 64em) { .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 { -ms-flex-preferred-size: auto; flex-basis: auto; } }
@media screen and (min-width: 80em) { .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 { -ms-flex-preferred-size: auto; flex-basis: auto; } }
@media screen and (min-width: 90em) { .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 { -ms-flex-preferred-size: auto; flex-basis: auto; } }
.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 { -ms-flex: 0 0 auto; flex: 0 0 auto; }

.grid-x > .small-1 { width: 8.33333%; }

.grid-x > .small-2 { width: 16.66667%; }

.grid-x > .small-3 { width: 25%; }

.grid-x > .small-4 { width: 33.33333%; }

.grid-x > .small-5 { width: 41.66667%; }

.grid-x > .small-6 { width: 50%; }

.grid-x > .small-7 { width: 58.33333%; }

.grid-x > .small-8 { width: 66.66667%; }

.grid-x > .small-9 { width: 75%; }

.grid-x > .small-10 { width: 83.33333%; }

.grid-x > .small-11 { width: 91.66667%; }

.grid-x > .small-12 { width: 100%; }

@media screen and (min-width: 30em) { .grid-x > .xsmall-auto { -ms-flex: 1 1 0px; flex: 1 1 0px; width: auto; }
  .grid-x > .xsmall-shrink, .grid-x > .xsmall-1, .grid-x > .xsmall-2, .grid-x > .xsmall-3, .grid-x > .xsmall-4, .grid-x > .xsmall-5, .grid-x > .xsmall-6, .grid-x > .xsmall-7, .grid-x > .xsmall-8, .grid-x > .xsmall-9, .grid-x > .xsmall-10, .grid-x > .xsmall-11, .grid-x > .xsmall-12 { -ms-flex: 0 0 auto; flex: 0 0 auto; }
  .grid-x > .xsmall-shrink { width: auto; }
  .grid-x > .xsmall-1 { width: 8.33333%; }
  .grid-x > .xsmall-2 { width: 16.66667%; }
  .grid-x > .xsmall-3 { width: 25%; }
  .grid-x > .xsmall-4 { width: 33.33333%; }
  .grid-x > .xsmall-5 { width: 41.66667%; }
  .grid-x > .xsmall-6 { width: 50%; }
  .grid-x > .xsmall-7 { width: 58.33333%; }
  .grid-x > .xsmall-8 { width: 66.66667%; }
  .grid-x > .xsmall-9 { width: 75%; }
  .grid-x > .xsmall-10 { width: 83.33333%; }
  .grid-x > .xsmall-11 { width: 91.66667%; }
  .grid-x > .xsmall-12 { width: 100%; } }
@media print, screen and (min-width: 48em) { .grid-x > .medium-auto { -ms-flex: 1 1 0px; flex: 1 1 0px; width: auto; }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 { -ms-flex: 0 0 auto; flex: 0 0 auto; }
  .grid-x > .medium-shrink { width: auto; }
  .grid-x > .medium-1 { width: 8.33333%; }
  .grid-x > .medium-2 { width: 16.66667%; }
  .grid-x > .medium-3 { width: 25%; }
  .grid-x > .medium-4 { width: 33.33333%; }
  .grid-x > .medium-5 { width: 41.66667%; }
  .grid-x > .medium-6 { width: 50%; }
  .grid-x > .medium-7 { width: 58.33333%; }
  .grid-x > .medium-8 { width: 66.66667%; }
  .grid-x > .medium-9 { width: 75%; }
  .grid-x > .medium-10 { width: 83.33333%; }
  .grid-x > .medium-11 { width: 91.66667%; }
  .grid-x > .medium-12 { width: 100%; } }
@media print, screen and (min-width: 64em) { .grid-x > .large-auto { -ms-flex: 1 1 0px; flex: 1 1 0px; width: auto; }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 { -ms-flex: 0 0 auto; flex: 0 0 auto; }
  .grid-x > .large-shrink { width: auto; }
  .grid-x > .large-1 { width: 8.33333%; }
  .grid-x > .large-2 { width: 16.66667%; }
  .grid-x > .large-3 { width: 25%; }
  .grid-x > .large-4 { width: 33.33333%; }
  .grid-x > .large-5 { width: 41.66667%; }
  .grid-x > .large-6 { width: 50%; }
  .grid-x > .large-7 { width: 58.33333%; }
  .grid-x > .large-8 { width: 66.66667%; }
  .grid-x > .large-9 { width: 75%; }
  .grid-x > .large-10 { width: 83.33333%; }
  .grid-x > .large-11 { width: 91.66667%; }
  .grid-x > .large-12 { width: 100%; } }
@media screen and (min-width: 80em) { .grid-x > .xlarge-auto { -ms-flex: 1 1 0px; flex: 1 1 0px; width: auto; }
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 { -ms-flex: 0 0 auto; flex: 0 0 auto; }
  .grid-x > .xlarge-shrink { width: auto; }
  .grid-x > .xlarge-1 { width: 8.33333%; }
  .grid-x > .xlarge-2 { width: 16.66667%; }
  .grid-x > .xlarge-3 { width: 25%; }
  .grid-x > .xlarge-4 { width: 33.33333%; }
  .grid-x > .xlarge-5 { width: 41.66667%; }
  .grid-x > .xlarge-6 { width: 50%; }
  .grid-x > .xlarge-7 { width: 58.33333%; }
  .grid-x > .xlarge-8 { width: 66.66667%; }
  .grid-x > .xlarge-9 { width: 75%; }
  .grid-x > .xlarge-10 { width: 83.33333%; }
  .grid-x > .xlarge-11 { width: 91.66667%; }
  .grid-x > .xlarge-12 { width: 100%; } }
@media screen and (min-width: 90em) { .grid-x > .xxlarge-auto { -ms-flex: 1 1 0px; flex: 1 1 0px; width: auto; }
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 { -ms-flex: 0 0 auto; flex: 0 0 auto; }
  .grid-x > .xxlarge-shrink { width: auto; }
  .grid-x > .xxlarge-1 { width: 8.33333%; }
  .grid-x > .xxlarge-2 { width: 16.66667%; }
  .grid-x > .xxlarge-3 { width: 25%; }
  .grid-x > .xxlarge-4 { width: 33.33333%; }
  .grid-x > .xxlarge-5 { width: 41.66667%; }
  .grid-x > .xxlarge-6 { width: 50%; }
  .grid-x > .xxlarge-7 { width: 58.33333%; }
  .grid-x > .xxlarge-8 { width: 66.66667%; }
  .grid-x > .xxlarge-9 { width: 75%; }
  .grid-x > .xxlarge-10 { width: 83.33333%; }
  .grid-x > .xxlarge-11 { width: 91.66667%; }
  .grid-x > .xxlarge-12 { width: 100%; } }
.grid-margin-x:not(.grid-x) > .cell { width: auto; }

.grid-margin-y:not(.grid-y) > .cell { height: auto; }

.grid-margin-x { margin-left: -0.55556rem; margin-right: -0.55556rem; }
@media print, screen and (min-width: 48em) { .grid-margin-x { margin-left: -0.83333rem; margin-right: -0.83333rem; } }
.grid-margin-x > .cell { width: calc(100% - 1.11111rem); margin-left: 0.55556rem; margin-right: 0.55556rem; }
@media print, screen and (min-width: 48em) { .grid-margin-x > .cell { width: calc(100% - 1.66667rem); margin-left: 0.83333rem; margin-right: 0.83333rem; } }
.grid-margin-x > .auto { width: auto; }
.grid-margin-x > .shrink { width: auto; }
.grid-margin-x > .small-1 { width: calc(8.33333% - 1.11111rem); }
.grid-margin-x > .small-2 { width: calc(16.66667% - 1.11111rem); }
.grid-margin-x > .small-3 { width: calc(25% - 1.11111rem); }
.grid-margin-x > .small-4 { width: calc(33.33333% - 1.11111rem); }
.grid-margin-x > .small-5 { width: calc(41.66667% - 1.11111rem); }
.grid-margin-x > .small-6 { width: calc(50% - 1.11111rem); }
.grid-margin-x > .small-7 { width: calc(58.33333% - 1.11111rem); }
.grid-margin-x > .small-8 { width: calc(66.66667% - 1.11111rem); }
.grid-margin-x > .small-9 { width: calc(75% - 1.11111rem); }
.grid-margin-x > .small-10 { width: calc(83.33333% - 1.11111rem); }
.grid-margin-x > .small-11 { width: calc(91.66667% - 1.11111rem); }
.grid-margin-x > .small-12 { width: calc(100% - 1.11111rem); }
@media screen and (min-width: 30em) { .grid-margin-x > .xsmall-auto { width: auto; }
  .grid-margin-x > .xsmall-shrink { width: auto; }
  .grid-margin-x > .xsmall-1 { width: calc(8.33333% - 1.11111rem); }
  .grid-margin-x > .xsmall-2 { width: calc(16.66667% - 1.11111rem); }
  .grid-margin-x > .xsmall-3 { width: calc(25% - 1.11111rem); }
  .grid-margin-x > .xsmall-4 { width: calc(33.33333% - 1.11111rem); }
  .grid-margin-x > .xsmall-5 { width: calc(41.66667% - 1.11111rem); }
  .grid-margin-x > .xsmall-6 { width: calc(50% - 1.11111rem); }
  .grid-margin-x > .xsmall-7 { width: calc(58.33333% - 1.11111rem); }
  .grid-margin-x > .xsmall-8 { width: calc(66.66667% - 1.11111rem); }
  .grid-margin-x > .xsmall-9 { width: calc(75% - 1.11111rem); }
  .grid-margin-x > .xsmall-10 { width: calc(83.33333% - 1.11111rem); }
  .grid-margin-x > .xsmall-11 { width: calc(91.66667% - 1.11111rem); }
  .grid-margin-x > .xsmall-12 { width: calc(100% - 1.11111rem); } }
@media print, screen and (min-width: 48em) { .grid-margin-x > .auto { width: auto; }
  .grid-margin-x > .shrink { width: auto; }
  .grid-margin-x > .small-1 { width: calc(8.33333% - 1.66667rem); }
  .grid-margin-x > .small-2 { width: calc(16.66667% - 1.66667rem); }
  .grid-margin-x > .small-3 { width: calc(25% - 1.66667rem); }
  .grid-margin-x > .small-4 { width: calc(33.33333% - 1.66667rem); }
  .grid-margin-x > .small-5 { width: calc(41.66667% - 1.66667rem); }
  .grid-margin-x > .small-6 { width: calc(50% - 1.66667rem); }
  .grid-margin-x > .small-7 { width: calc(58.33333% - 1.66667rem); }
  .grid-margin-x > .small-8 { width: calc(66.66667% - 1.66667rem); }
  .grid-margin-x > .small-9 { width: calc(75% - 1.66667rem); }
  .grid-margin-x > .small-10 { width: calc(83.33333% - 1.66667rem); }
  .grid-margin-x > .small-11 { width: calc(91.66667% - 1.66667rem); }
  .grid-margin-x > .small-12 { width: calc(100% - 1.66667rem); }
  .grid-margin-x > .medium-auto { width: auto; }
  .grid-margin-x > .medium-shrink { width: auto; }
  .grid-margin-x > .medium-1 { width: calc(8.33333% - 1.66667rem); }
  .grid-margin-x > .medium-2 { width: calc(16.66667% - 1.66667rem); }
  .grid-margin-x > .medium-3 { width: calc(25% - 1.66667rem); }
  .grid-margin-x > .medium-4 { width: calc(33.33333% - 1.66667rem); }
  .grid-margin-x > .medium-5 { width: calc(41.66667% - 1.66667rem); }
  .grid-margin-x > .medium-6 { width: calc(50% - 1.66667rem); }
  .grid-margin-x > .medium-7 { width: calc(58.33333% - 1.66667rem); }
  .grid-margin-x > .medium-8 { width: calc(66.66667% - 1.66667rem); }
  .grid-margin-x > .medium-9 { width: calc(75% - 1.66667rem); }
  .grid-margin-x > .medium-10 { width: calc(83.33333% - 1.66667rem); }
  .grid-margin-x > .medium-11 { width: calc(91.66667% - 1.66667rem); }
  .grid-margin-x > .medium-12 { width: calc(100% - 1.66667rem); } }
@media print, screen and (min-width: 64em) { .grid-margin-x > .large-auto { width: auto; }
  .grid-margin-x > .large-shrink { width: auto; }
  .grid-margin-x > .large-1 { width: calc(8.33333% - 1.66667rem); }
  .grid-margin-x > .large-2 { width: calc(16.66667% - 1.66667rem); }
  .grid-margin-x > .large-3 { width: calc(25% - 1.66667rem); }
  .grid-margin-x > .large-4 { width: calc(33.33333% - 1.66667rem); }
  .grid-margin-x > .large-5 { width: calc(41.66667% - 1.66667rem); }
  .grid-margin-x > .large-6 { width: calc(50% - 1.66667rem); }
  .grid-margin-x > .large-7 { width: calc(58.33333% - 1.66667rem); }
  .grid-margin-x > .large-8 { width: calc(66.66667% - 1.66667rem); }
  .grid-margin-x > .large-9 { width: calc(75% - 1.66667rem); }
  .grid-margin-x > .large-10 { width: calc(83.33333% - 1.66667rem); }
  .grid-margin-x > .large-11 { width: calc(91.66667% - 1.66667rem); }
  .grid-margin-x > .large-12 { width: calc(100% - 1.66667rem); } }
@media screen and (min-width: 80em) { .grid-margin-x > .xlarge-auto { width: auto; }
  .grid-margin-x > .xlarge-shrink { width: auto; }
  .grid-margin-x > .xlarge-1 { width: calc(8.33333% - 1.66667rem); }
  .grid-margin-x > .xlarge-2 { width: calc(16.66667% - 1.66667rem); }
  .grid-margin-x > .xlarge-3 { width: calc(25% - 1.66667rem); }
  .grid-margin-x > .xlarge-4 { width: calc(33.33333% - 1.66667rem); }
  .grid-margin-x > .xlarge-5 { width: calc(41.66667% - 1.66667rem); }
  .grid-margin-x > .xlarge-6 { width: calc(50% - 1.66667rem); }
  .grid-margin-x > .xlarge-7 { width: calc(58.33333% - 1.66667rem); }
  .grid-margin-x > .xlarge-8 { width: calc(66.66667% - 1.66667rem); }
  .grid-margin-x > .xlarge-9 { width: calc(75% - 1.66667rem); }
  .grid-margin-x > .xlarge-10 { width: calc(83.33333% - 1.66667rem); }
  .grid-margin-x > .xlarge-11 { width: calc(91.66667% - 1.66667rem); }
  .grid-margin-x > .xlarge-12 { width: calc(100% - 1.66667rem); } }
@media screen and (min-width: 90em) { .grid-margin-x > .xxlarge-auto { width: auto; }
  .grid-margin-x > .xxlarge-shrink { width: auto; }
  .grid-margin-x > .xxlarge-1 { width: calc(8.33333% - 1.66667rem); }
  .grid-margin-x > .xxlarge-2 { width: calc(16.66667% - 1.66667rem); }
  .grid-margin-x > .xxlarge-3 { width: calc(25% - 1.66667rem); }
  .grid-margin-x > .xxlarge-4 { width: calc(33.33333% - 1.66667rem); }
  .grid-margin-x > .xxlarge-5 { width: calc(41.66667% - 1.66667rem); }
  .grid-margin-x > .xxlarge-6 { width: calc(50% - 1.66667rem); }
  .grid-margin-x > .xxlarge-7 { width: calc(58.33333% - 1.66667rem); }
  .grid-margin-x > .xxlarge-8 { width: calc(66.66667% - 1.66667rem); }
  .grid-margin-x > .xxlarge-9 { width: calc(75% - 1.66667rem); }
  .grid-margin-x > .xxlarge-10 { width: calc(83.33333% - 1.66667rem); }
  .grid-margin-x > .xxlarge-11 { width: calc(91.66667% - 1.66667rem); }
  .grid-margin-x > .xxlarge-12 { width: calc(100% - 1.66667rem); } }

.grid-padding-x .grid-padding-x { margin-right: -0.55556rem; margin-left: -0.55556rem; }
@media print, screen and (min-width: 48em) { .grid-padding-x .grid-padding-x { margin-right: -0.83333rem; margin-left: -0.83333rem; } }
.grid-container:not(.full) > .grid-padding-x { margin-right: -0.55556rem; margin-left: -0.55556rem; }
@media print, screen and (min-width: 48em) { .grid-container:not(.full) > .grid-padding-x { margin-right: -0.83333rem; margin-left: -0.83333rem; } }
.grid-padding-x > .cell { padding-right: 0.55556rem; padding-left: 0.55556rem; }
@media print, screen and (min-width: 48em) { .grid-padding-x > .cell { padding-right: 0.83333rem; padding-left: 0.83333rem; } }

.small-up-1 > .cell { width: 100%; }

.small-up-2 > .cell { width: 50%; }

.small-up-3 > .cell { width: 33.33333%; }

.small-up-4 > .cell { width: 25%; }

.small-up-5 > .cell { width: 20%; }

.small-up-6 > .cell { width: 16.66667%; }

.small-up-7 > .cell { width: 14.28571%; }

.small-up-8 > .cell { width: 12.5%; }

@media screen and (min-width: 30em) { .xsmall-up-1 > .cell { width: 100%; }
  .xsmall-up-2 > .cell { width: 50%; }
  .xsmall-up-3 > .cell { width: 33.33333%; }
  .xsmall-up-4 > .cell { width: 25%; }
  .xsmall-up-5 > .cell { width: 20%; }
  .xsmall-up-6 > .cell { width: 16.66667%; }
  .xsmall-up-7 > .cell { width: 14.28571%; }
  .xsmall-up-8 > .cell { width: 12.5%; } }
@media print, screen and (min-width: 48em) { .medium-up-1 > .cell { width: 100%; }
  .medium-up-2 > .cell { width: 50%; }
  .medium-up-3 > .cell { width: 33.33333%; }
  .medium-up-4 > .cell { width: 25%; }
  .medium-up-5 > .cell { width: 20%; }
  .medium-up-6 > .cell { width: 16.66667%; }
  .medium-up-7 > .cell { width: 14.28571%; }
  .medium-up-8 > .cell { width: 12.5%; } }
@media print, screen and (min-width: 64em) { .large-up-1 > .cell { width: 100%; }
  .large-up-2 > .cell { width: 50%; }
  .large-up-3 > .cell { width: 33.33333%; }
  .large-up-4 > .cell { width: 25%; }
  .large-up-5 > .cell { width: 20%; }
  .large-up-6 > .cell { width: 16.66667%; }
  .large-up-7 > .cell { width: 14.28571%; }
  .large-up-8 > .cell { width: 12.5%; } }
@media screen and (min-width: 80em) { .xlarge-up-1 > .cell { width: 100%; }
  .xlarge-up-2 > .cell { width: 50%; }
  .xlarge-up-3 > .cell { width: 33.33333%; }
  .xlarge-up-4 > .cell { width: 25%; }
  .xlarge-up-5 > .cell { width: 20%; }
  .xlarge-up-6 > .cell { width: 16.66667%; }
  .xlarge-up-7 > .cell { width: 14.28571%; }
  .xlarge-up-8 > .cell { width: 12.5%; } }
@media screen and (min-width: 90em) { .xxlarge-up-1 > .cell { width: 100%; }
  .xxlarge-up-2 > .cell { width: 50%; }
  .xxlarge-up-3 > .cell { width: 33.33333%; }
  .xxlarge-up-4 > .cell { width: 25%; }
  .xxlarge-up-5 > .cell { width: 20%; }
  .xxlarge-up-6 > .cell { width: 16.66667%; }
  .xxlarge-up-7 > .cell { width: 14.28571%; }
  .xxlarge-up-8 > .cell { width: 12.5%; } }
.grid-margin-x.small-up-1 > .cell { width: calc(100% - 1.11111rem); }

.grid-margin-x.small-up-2 > .cell { width: calc(50% - 1.11111rem); }

.grid-margin-x.small-up-3 > .cell { width: calc(33.33333% - 1.11111rem); }

.grid-margin-x.small-up-4 > .cell { width: calc(25% - 1.11111rem); }

.grid-margin-x.small-up-5 > .cell { width: calc(20% - 1.11111rem); }

.grid-margin-x.small-up-6 > .cell { width: calc(16.66667% - 1.11111rem); }

.grid-margin-x.small-up-7 > .cell { width: calc(14.28571% - 1.11111rem); }

.grid-margin-x.small-up-8 > .cell { width: calc(12.5% - 1.11111rem); }

@media screen and (min-width: 30em) { .grid-margin-x.xsmall-up-1 > .cell { width: calc(100% - 1.11111rem); }
  .grid-margin-x.xsmall-up-2 > .cell { width: calc(50% - 1.11111rem); }
  .grid-margin-x.xsmall-up-3 > .cell { width: calc(33.33333% - 1.11111rem); }
  .grid-margin-x.xsmall-up-4 > .cell { width: calc(25% - 1.11111rem); }
  .grid-margin-x.xsmall-up-5 > .cell { width: calc(20% - 1.11111rem); }
  .grid-margin-x.xsmall-up-6 > .cell { width: calc(16.66667% - 1.11111rem); }
  .grid-margin-x.xsmall-up-7 > .cell { width: calc(14.28571% - 1.11111rem); }
  .grid-margin-x.xsmall-up-8 > .cell { width: calc(12.5% - 1.11111rem); } }
@media print, screen and (min-width: 48em) { .grid-margin-x.small-up-1 > .cell { width: calc(100% - 1.66667rem); }
  .grid-margin-x.small-up-2 > .cell { width: calc(50% - 1.66667rem); }
  .grid-margin-x.small-up-3 > .cell { width: calc(33.33333% - 1.66667rem); }
  .grid-margin-x.small-up-4 > .cell { width: calc(25% - 1.66667rem); }
  .grid-margin-x.small-up-5 > .cell { width: calc(20% - 1.66667rem); }
  .grid-margin-x.small-up-6 > .cell { width: calc(16.66667% - 1.66667rem); }
  .grid-margin-x.small-up-7 > .cell { width: calc(14.28571% - 1.66667rem); }
  .grid-margin-x.small-up-8 > .cell { width: calc(12.5% - 1.66667rem); }
  .grid-margin-x.medium-up-1 > .cell { width: calc(100% - 1.66667rem); }
  .grid-margin-x.medium-up-2 > .cell { width: calc(50% - 1.66667rem); }
  .grid-margin-x.medium-up-3 > .cell { width: calc(33.33333% - 1.66667rem); }
  .grid-margin-x.medium-up-4 > .cell { width: calc(25% - 1.66667rem); }
  .grid-margin-x.medium-up-5 > .cell { width: calc(20% - 1.66667rem); }
  .grid-margin-x.medium-up-6 > .cell { width: calc(16.66667% - 1.66667rem); }
  .grid-margin-x.medium-up-7 > .cell { width: calc(14.28571% - 1.66667rem); }
  .grid-margin-x.medium-up-8 > .cell { width: calc(12.5% - 1.66667rem); } }
@media print, screen and (min-width: 64em) { .grid-margin-x.large-up-1 > .cell { width: calc(100% - 1.66667rem); }
  .grid-margin-x.large-up-2 > .cell { width: calc(50% - 1.66667rem); }
  .grid-margin-x.large-up-3 > .cell { width: calc(33.33333% - 1.66667rem); }
  .grid-margin-x.large-up-4 > .cell { width: calc(25% - 1.66667rem); }
  .grid-margin-x.large-up-5 > .cell { width: calc(20% - 1.66667rem); }
  .grid-margin-x.large-up-6 > .cell { width: calc(16.66667% - 1.66667rem); }
  .grid-margin-x.large-up-7 > .cell { width: calc(14.28571% - 1.66667rem); }
  .grid-margin-x.large-up-8 > .cell { width: calc(12.5% - 1.66667rem); } }
@media screen and (min-width: 80em) { .grid-margin-x.xlarge-up-1 > .cell { width: calc(100% - 1.66667rem); }
  .grid-margin-x.xlarge-up-2 > .cell { width: calc(50% - 1.66667rem); }
  .grid-margin-x.xlarge-up-3 > .cell { width: calc(33.33333% - 1.66667rem); }
  .grid-margin-x.xlarge-up-4 > .cell { width: calc(25% - 1.66667rem); }
  .grid-margin-x.xlarge-up-5 > .cell { width: calc(20% - 1.66667rem); }
  .grid-margin-x.xlarge-up-6 > .cell { width: calc(16.66667% - 1.66667rem); }
  .grid-margin-x.xlarge-up-7 > .cell { width: calc(14.28571% - 1.66667rem); }
  .grid-margin-x.xlarge-up-8 > .cell { width: calc(12.5% - 1.66667rem); } }
@media screen and (min-width: 90em) { .grid-margin-x.xxlarge-up-1 > .cell { width: calc(100% - 1.66667rem); }
  .grid-margin-x.xxlarge-up-2 > .cell { width: calc(50% - 1.66667rem); }
  .grid-margin-x.xxlarge-up-3 > .cell { width: calc(33.33333% - 1.66667rem); }
  .grid-margin-x.xxlarge-up-4 > .cell { width: calc(25% - 1.66667rem); }
  .grid-margin-x.xxlarge-up-5 > .cell { width: calc(20% - 1.66667rem); }
  .grid-margin-x.xxlarge-up-6 > .cell { width: calc(16.66667% - 1.66667rem); }
  .grid-margin-x.xxlarge-up-7 > .cell { width: calc(14.28571% - 1.66667rem); }
  .grid-margin-x.xxlarge-up-8 > .cell { width: calc(12.5% - 1.66667rem); } }
.small-margin-collapse { margin-right: 0; margin-left: 0; }
.small-margin-collapse > .cell { margin-right: 0; margin-left: 0; }
.small-margin-collapse > .small-1 { width: 8.33333%; }
.small-margin-collapse > .small-2 { width: 16.66667%; }
.small-margin-collapse > .small-3 { width: 25%; }
.small-margin-collapse > .small-4 { width: 33.33333%; }
.small-margin-collapse > .small-5 { width: 41.66667%; }
.small-margin-collapse > .small-6 { width: 50%; }
.small-margin-collapse > .small-7 { width: 58.33333%; }
.small-margin-collapse > .small-8 { width: 66.66667%; }
.small-margin-collapse > .small-9 { width: 75%; }
.small-margin-collapse > .small-10 { width: 83.33333%; }
.small-margin-collapse > .small-11 { width: 91.66667%; }
.small-margin-collapse > .small-12 { width: 100%; }
@media screen and (min-width: 30em) { .small-margin-collapse > .xsmall-1 { width: 8.33333%; }
  .small-margin-collapse > .xsmall-2 { width: 16.66667%; }
  .small-margin-collapse > .xsmall-3 { width: 25%; }
  .small-margin-collapse > .xsmall-4 { width: 33.33333%; }
  .small-margin-collapse > .xsmall-5 { width: 41.66667%; }
  .small-margin-collapse > .xsmall-6 { width: 50%; }
  .small-margin-collapse > .xsmall-7 { width: 58.33333%; }
  .small-margin-collapse > .xsmall-8 { width: 66.66667%; }
  .small-margin-collapse > .xsmall-9 { width: 75%; }
  .small-margin-collapse > .xsmall-10 { width: 83.33333%; }
  .small-margin-collapse > .xsmall-11 { width: 91.66667%; }
  .small-margin-collapse > .xsmall-12 { width: 100%; } }
@media print, screen and (min-width: 48em) { .small-margin-collapse > .medium-1 { width: 8.33333%; }
  .small-margin-collapse > .medium-2 { width: 16.66667%; }
  .small-margin-collapse > .medium-3 { width: 25%; }
  .small-margin-collapse > .medium-4 { width: 33.33333%; }
  .small-margin-collapse > .medium-5 { width: 41.66667%; }
  .small-margin-collapse > .medium-6 { width: 50%; }
  .small-margin-collapse > .medium-7 { width: 58.33333%; }
  .small-margin-collapse > .medium-8 { width: 66.66667%; }
  .small-margin-collapse > .medium-9 { width: 75%; }
  .small-margin-collapse > .medium-10 { width: 83.33333%; }
  .small-margin-collapse > .medium-11 { width: 91.66667%; }
  .small-margin-collapse > .medium-12 { width: 100%; } }
@media print, screen and (min-width: 64em) { .small-margin-collapse > .large-1 { width: 8.33333%; }
  .small-margin-collapse > .large-2 { width: 16.66667%; }
  .small-margin-collapse > .large-3 { width: 25%; }
  .small-margin-collapse > .large-4 { width: 33.33333%; }
  .small-margin-collapse > .large-5 { width: 41.66667%; }
  .small-margin-collapse > .large-6 { width: 50%; }
  .small-margin-collapse > .large-7 { width: 58.33333%; }
  .small-margin-collapse > .large-8 { width: 66.66667%; }
  .small-margin-collapse > .large-9 { width: 75%; }
  .small-margin-collapse > .large-10 { width: 83.33333%; }
  .small-margin-collapse > .large-11 { width: 91.66667%; }
  .small-margin-collapse > .large-12 { width: 100%; } }
@media screen and (min-width: 80em) { .small-margin-collapse > .xlarge-1 { width: 8.33333%; }
  .small-margin-collapse > .xlarge-2 { width: 16.66667%; }
  .small-margin-collapse > .xlarge-3 { width: 25%; }
  .small-margin-collapse > .xlarge-4 { width: 33.33333%; }
  .small-margin-collapse > .xlarge-5 { width: 41.66667%; }
  .small-margin-collapse > .xlarge-6 { width: 50%; }
  .small-margin-collapse > .xlarge-7 { width: 58.33333%; }
  .small-margin-collapse > .xlarge-8 { width: 66.66667%; }
  .small-margin-collapse > .xlarge-9 { width: 75%; }
  .small-margin-collapse > .xlarge-10 { width: 83.33333%; }
  .small-margin-collapse > .xlarge-11 { width: 91.66667%; }
  .small-margin-collapse > .xlarge-12 { width: 100%; } }
@media screen and (min-width: 90em) { .small-margin-collapse > .xxlarge-1 { width: 8.33333%; }
  .small-margin-collapse > .xxlarge-2 { width: 16.66667%; }
  .small-margin-collapse > .xxlarge-3 { width: 25%; }
  .small-margin-collapse > .xxlarge-4 { width: 33.33333%; }
  .small-margin-collapse > .xxlarge-5 { width: 41.66667%; }
  .small-margin-collapse > .xxlarge-6 { width: 50%; }
  .small-margin-collapse > .xxlarge-7 { width: 58.33333%; }
  .small-margin-collapse > .xxlarge-8 { width: 66.66667%; }
  .small-margin-collapse > .xxlarge-9 { width: 75%; }
  .small-margin-collapse > .xxlarge-10 { width: 83.33333%; }
  .small-margin-collapse > .xxlarge-11 { width: 91.66667%; }
  .small-margin-collapse > .xxlarge-12 { width: 100%; } }

.small-padding-collapse { margin-right: 0; margin-left: 0; }
.small-padding-collapse > .cell { padding-right: 0; padding-left: 0; }

@media screen and (min-width: 30em) { .xsmall-margin-collapse { margin-right: 0; margin-left: 0; }
  .xsmall-margin-collapse > .cell { margin-right: 0; margin-left: 0; } }
@media screen and (min-width: 30em) { .xsmall-margin-collapse > .small-1 { width: 8.33333%; }
  .xsmall-margin-collapse > .small-2 { width: 16.66667%; }
  .xsmall-margin-collapse > .small-3 { width: 25%; }
  .xsmall-margin-collapse > .small-4 { width: 33.33333%; }
  .xsmall-margin-collapse > .small-5 { width: 41.66667%; }
  .xsmall-margin-collapse > .small-6 { width: 50%; }
  .xsmall-margin-collapse > .small-7 { width: 58.33333%; }
  .xsmall-margin-collapse > .small-8 { width: 66.66667%; }
  .xsmall-margin-collapse > .small-9 { width: 75%; }
  .xsmall-margin-collapse > .small-10 { width: 83.33333%; }
  .xsmall-margin-collapse > .small-11 { width: 91.66667%; }
  .xsmall-margin-collapse > .small-12 { width: 100%; } }
@media screen and (min-width: 30em) { .xsmall-margin-collapse > .xsmall-1 { width: 8.33333%; }
  .xsmall-margin-collapse > .xsmall-2 { width: 16.66667%; }
  .xsmall-margin-collapse > .xsmall-3 { width: 25%; }
  .xsmall-margin-collapse > .xsmall-4 { width: 33.33333%; }
  .xsmall-margin-collapse > .xsmall-5 { width: 41.66667%; }
  .xsmall-margin-collapse > .xsmall-6 { width: 50%; }
  .xsmall-margin-collapse > .xsmall-7 { width: 58.33333%; }
  .xsmall-margin-collapse > .xsmall-8 { width: 66.66667%; }
  .xsmall-margin-collapse > .xsmall-9 { width: 75%; }
  .xsmall-margin-collapse > .xsmall-10 { width: 83.33333%; }
  .xsmall-margin-collapse > .xsmall-11 { width: 91.66667%; }
  .xsmall-margin-collapse > .xsmall-12 { width: 100%; } }
@media screen and (min-width: 30em) { .xsmall-margin-collapse > .medium-1 { width: 8.33333%; }
  .xsmall-margin-collapse > .medium-2 { width: 16.66667%; }
  .xsmall-margin-collapse > .medium-3 { width: 25%; }
  .xsmall-margin-collapse > .medium-4 { width: 33.33333%; }
  .xsmall-margin-collapse > .medium-5 { width: 41.66667%; }
  .xsmall-margin-collapse > .medium-6 { width: 50%; }
  .xsmall-margin-collapse > .medium-7 { width: 58.33333%; }
  .xsmall-margin-collapse > .medium-8 { width: 66.66667%; }
  .xsmall-margin-collapse > .medium-9 { width: 75%; }
  .xsmall-margin-collapse > .medium-10 { width: 83.33333%; }
  .xsmall-margin-collapse > .medium-11 { width: 91.66667%; }
  .xsmall-margin-collapse > .medium-12 { width: 100%; } }
@media screen and (min-width: 30em) { .xsmall-margin-collapse > .large-1 { width: 8.33333%; }
  .xsmall-margin-collapse > .large-2 { width: 16.66667%; }
  .xsmall-margin-collapse > .large-3 { width: 25%; }
  .xsmall-margin-collapse > .large-4 { width: 33.33333%; }
  .xsmall-margin-collapse > .large-5 { width: 41.66667%; }
  .xsmall-margin-collapse > .large-6 { width: 50%; }
  .xsmall-margin-collapse > .large-7 { width: 58.33333%; }
  .xsmall-margin-collapse > .large-8 { width: 66.66667%; }
  .xsmall-margin-collapse > .large-9 { width: 75%; }
  .xsmall-margin-collapse > .large-10 { width: 83.33333%; }
  .xsmall-margin-collapse > .large-11 { width: 91.66667%; }
  .xsmall-margin-collapse > .large-12 { width: 100%; } }
@media screen and (min-width: 30em) { .xsmall-margin-collapse > .xlarge-1 { width: 8.33333%; }
  .xsmall-margin-collapse > .xlarge-2 { width: 16.66667%; }
  .xsmall-margin-collapse > .xlarge-3 { width: 25%; }
  .xsmall-margin-collapse > .xlarge-4 { width: 33.33333%; }
  .xsmall-margin-collapse > .xlarge-5 { width: 41.66667%; }
  .xsmall-margin-collapse > .xlarge-6 { width: 50%; }
  .xsmall-margin-collapse > .xlarge-7 { width: 58.33333%; }
  .xsmall-margin-collapse > .xlarge-8 { width: 66.66667%; }
  .xsmall-margin-collapse > .xlarge-9 { width: 75%; }
  .xsmall-margin-collapse > .xlarge-10 { width: 83.33333%; }
  .xsmall-margin-collapse > .xlarge-11 { width: 91.66667%; }
  .xsmall-margin-collapse > .xlarge-12 { width: 100%; } }
@media screen and (min-width: 30em) { .xsmall-margin-collapse > .xxlarge-1 { width: 8.33333%; }
  .xsmall-margin-collapse > .xxlarge-2 { width: 16.66667%; }
  .xsmall-margin-collapse > .xxlarge-3 { width: 25%; }
  .xsmall-margin-collapse > .xxlarge-4 { width: 33.33333%; }
  .xsmall-margin-collapse > .xxlarge-5 { width: 41.66667%; }
  .xsmall-margin-collapse > .xxlarge-6 { width: 50%; }
  .xsmall-margin-collapse > .xxlarge-7 { width: 58.33333%; }
  .xsmall-margin-collapse > .xxlarge-8 { width: 66.66667%; }
  .xsmall-margin-collapse > .xxlarge-9 { width: 75%; }
  .xsmall-margin-collapse > .xxlarge-10 { width: 83.33333%; }
  .xsmall-margin-collapse > .xxlarge-11 { width: 91.66667%; }
  .xsmall-margin-collapse > .xxlarge-12 { width: 100%; } }

@media screen and (min-width: 30em) { .xsmall-padding-collapse { margin-right: 0; margin-left: 0; }
  .xsmall-padding-collapse > .cell { padding-right: 0; padding-left: 0; } }

@media print, screen and (min-width: 48em) { .medium-margin-collapse { margin-right: 0; margin-left: 0; }
  .medium-margin-collapse > .cell { margin-right: 0; margin-left: 0; } }
@media print, screen and (min-width: 48em) { .medium-margin-collapse > .small-1 { width: 8.33333%; }
  .medium-margin-collapse > .small-2 { width: 16.66667%; }
  .medium-margin-collapse > .small-3 { width: 25%; }
  .medium-margin-collapse > .small-4 { width: 33.33333%; }
  .medium-margin-collapse > .small-5 { width: 41.66667%; }
  .medium-margin-collapse > .small-6 { width: 50%; }
  .medium-margin-collapse > .small-7 { width: 58.33333%; }
  .medium-margin-collapse > .small-8 { width: 66.66667%; }
  .medium-margin-collapse > .small-9 { width: 75%; }
  .medium-margin-collapse > .small-10 { width: 83.33333%; }
  .medium-margin-collapse > .small-11 { width: 91.66667%; }
  .medium-margin-collapse > .small-12 { width: 100%; } }
@media screen and (min-width: 30em) { .medium-margin-collapse > .xsmall-1 { width: 8.33333%; }
  .medium-margin-collapse > .xsmall-2 { width: 16.66667%; }
  .medium-margin-collapse > .xsmall-3 { width: 25%; }
  .medium-margin-collapse > .xsmall-4 { width: 33.33333%; }
  .medium-margin-collapse > .xsmall-5 { width: 41.66667%; }
  .medium-margin-collapse > .xsmall-6 { width: 50%; }
  .medium-margin-collapse > .xsmall-7 { width: 58.33333%; }
  .medium-margin-collapse > .xsmall-8 { width: 66.66667%; }
  .medium-margin-collapse > .xsmall-9 { width: 75%; }
  .medium-margin-collapse > .xsmall-10 { width: 83.33333%; }
  .medium-margin-collapse > .xsmall-11 { width: 91.66667%; }
  .medium-margin-collapse > .xsmall-12 { width: 100%; } }
@media print, screen and (min-width: 48em) { .medium-margin-collapse > .medium-1 { width: 8.33333%; }
  .medium-margin-collapse > .medium-2 { width: 16.66667%; }
  .medium-margin-collapse > .medium-3 { width: 25%; }
  .medium-margin-collapse > .medium-4 { width: 33.33333%; }
  .medium-margin-collapse > .medium-5 { width: 41.66667%; }
  .medium-margin-collapse > .medium-6 { width: 50%; }
  .medium-margin-collapse > .medium-7 { width: 58.33333%; }
  .medium-margin-collapse > .medium-8 { width: 66.66667%; }
  .medium-margin-collapse > .medium-9 { width: 75%; }
  .medium-margin-collapse > .medium-10 { width: 83.33333%; }
  .medium-margin-collapse > .medium-11 { width: 91.66667%; }
  .medium-margin-collapse > .medium-12 { width: 100%; } }
@media print, screen and (min-width: 64em) { .medium-margin-collapse > .large-1 { width: 8.33333%; }
  .medium-margin-collapse > .large-2 { width: 16.66667%; }
  .medium-margin-collapse > .large-3 { width: 25%; }
  .medium-margin-collapse > .large-4 { width: 33.33333%; }
  .medium-margin-collapse > .large-5 { width: 41.66667%; }
  .medium-margin-collapse > .large-6 { width: 50%; }
  .medium-margin-collapse > .large-7 { width: 58.33333%; }
  .medium-margin-collapse > .large-8 { width: 66.66667%; }
  .medium-margin-collapse > .large-9 { width: 75%; }
  .medium-margin-collapse > .large-10 { width: 83.33333%; }
  .medium-margin-collapse > .large-11 { width: 91.66667%; }
  .medium-margin-collapse > .large-12 { width: 100%; } }
@media screen and (min-width: 80em) { .medium-margin-collapse > .xlarge-1 { width: 8.33333%; }
  .medium-margin-collapse > .xlarge-2 { width: 16.66667%; }
  .medium-margin-collapse > .xlarge-3 { width: 25%; }
  .medium-margin-collapse > .xlarge-4 { width: 33.33333%; }
  .medium-margin-collapse > .xlarge-5 { width: 41.66667%; }
  .medium-margin-collapse > .xlarge-6 { width: 50%; }
  .medium-margin-collapse > .xlarge-7 { width: 58.33333%; }
  .medium-margin-collapse > .xlarge-8 { width: 66.66667%; }
  .medium-margin-collapse > .xlarge-9 { width: 75%; }
  .medium-margin-collapse > .xlarge-10 { width: 83.33333%; }
  .medium-margin-collapse > .xlarge-11 { width: 91.66667%; }
  .medium-margin-collapse > .xlarge-12 { width: 100%; } }
@media screen and (min-width: 90em) { .medium-margin-collapse > .xxlarge-1 { width: 8.33333%; }
  .medium-margin-collapse > .xxlarge-2 { width: 16.66667%; }
  .medium-margin-collapse > .xxlarge-3 { width: 25%; }
  .medium-margin-collapse > .xxlarge-4 { width: 33.33333%; }
  .medium-margin-collapse > .xxlarge-5 { width: 41.66667%; }
  .medium-margin-collapse > .xxlarge-6 { width: 50%; }
  .medium-margin-collapse > .xxlarge-7 { width: 58.33333%; }
  .medium-margin-collapse > .xxlarge-8 { width: 66.66667%; }
  .medium-margin-collapse > .xxlarge-9 { width: 75%; }
  .medium-margin-collapse > .xxlarge-10 { width: 83.33333%; }
  .medium-margin-collapse > .xxlarge-11 { width: 91.66667%; }
  .medium-margin-collapse > .xxlarge-12 { width: 100%; } }

@media print, screen and (min-width: 48em) { .medium-padding-collapse { margin-right: 0; margin-left: 0; }
  .medium-padding-collapse > .cell { padding-right: 0; padding-left: 0; } }

@media print, screen and (min-width: 64em) { .large-margin-collapse { margin-right: 0; margin-left: 0; }
  .large-margin-collapse > .cell { margin-right: 0; margin-left: 0; } }
@media print, screen and (min-width: 64em) { .large-margin-collapse > .small-1 { width: 8.33333%; }
  .large-margin-collapse > .small-2 { width: 16.66667%; }
  .large-margin-collapse > .small-3 { width: 25%; }
  .large-margin-collapse > .small-4 { width: 33.33333%; }
  .large-margin-collapse > .small-5 { width: 41.66667%; }
  .large-margin-collapse > .small-6 { width: 50%; }
  .large-margin-collapse > .small-7 { width: 58.33333%; }
  .large-margin-collapse > .small-8 { width: 66.66667%; }
  .large-margin-collapse > .small-9 { width: 75%; }
  .large-margin-collapse > .small-10 { width: 83.33333%; }
  .large-margin-collapse > .small-11 { width: 91.66667%; }
  .large-margin-collapse > .small-12 { width: 100%; } }
@media screen and (min-width: 30em) { .large-margin-collapse > .xsmall-1 { width: 8.33333%; }
  .large-margin-collapse > .xsmall-2 { width: 16.66667%; }
  .large-margin-collapse > .xsmall-3 { width: 25%; }
  .large-margin-collapse > .xsmall-4 { width: 33.33333%; }
  .large-margin-collapse > .xsmall-5 { width: 41.66667%; }
  .large-margin-collapse > .xsmall-6 { width: 50%; }
  .large-margin-collapse > .xsmall-7 { width: 58.33333%; }
  .large-margin-collapse > .xsmall-8 { width: 66.66667%; }
  .large-margin-collapse > .xsmall-9 { width: 75%; }
  .large-margin-collapse > .xsmall-10 { width: 83.33333%; }
  .large-margin-collapse > .xsmall-11 { width: 91.66667%; }
  .large-margin-collapse > .xsmall-12 { width: 100%; } }
@media print, screen and (min-width: 64em) { .large-margin-collapse > .medium-1 { width: 8.33333%; }
  .large-margin-collapse > .medium-2 { width: 16.66667%; }
  .large-margin-collapse > .medium-3 { width: 25%; }
  .large-margin-collapse > .medium-4 { width: 33.33333%; }
  .large-margin-collapse > .medium-5 { width: 41.66667%; }
  .large-margin-collapse > .medium-6 { width: 50%; }
  .large-margin-collapse > .medium-7 { width: 58.33333%; }
  .large-margin-collapse > .medium-8 { width: 66.66667%; }
  .large-margin-collapse > .medium-9 { width: 75%; }
  .large-margin-collapse > .medium-10 { width: 83.33333%; }
  .large-margin-collapse > .medium-11 { width: 91.66667%; }
  .large-margin-collapse > .medium-12 { width: 100%; } }
@media print, screen and (min-width: 64em) { .large-margin-collapse > .large-1 { width: 8.33333%; }
  .large-margin-collapse > .large-2 { width: 16.66667%; }
  .large-margin-collapse > .large-3 { width: 25%; }
  .large-margin-collapse > .large-4 { width: 33.33333%; }
  .large-margin-collapse > .large-5 { width: 41.66667%; }
  .large-margin-collapse > .large-6 { width: 50%; }
  .large-margin-collapse > .large-7 { width: 58.33333%; }
  .large-margin-collapse > .large-8 { width: 66.66667%; }
  .large-margin-collapse > .large-9 { width: 75%; }
  .large-margin-collapse > .large-10 { width: 83.33333%; }
  .large-margin-collapse > .large-11 { width: 91.66667%; }
  .large-margin-collapse > .large-12 { width: 100%; } }
@media screen and (min-width: 80em) { .large-margin-collapse > .xlarge-1 { width: 8.33333%; }
  .large-margin-collapse > .xlarge-2 { width: 16.66667%; }
  .large-margin-collapse > .xlarge-3 { width: 25%; }
  .large-margin-collapse > .xlarge-4 { width: 33.33333%; }
  .large-margin-collapse > .xlarge-5 { width: 41.66667%; }
  .large-margin-collapse > .xlarge-6 { width: 50%; }
  .large-margin-collapse > .xlarge-7 { width: 58.33333%; }
  .large-margin-collapse > .xlarge-8 { width: 66.66667%; }
  .large-margin-collapse > .xlarge-9 { width: 75%; }
  .large-margin-collapse > .xlarge-10 { width: 83.33333%; }
  .large-margin-collapse > .xlarge-11 { width: 91.66667%; }
  .large-margin-collapse > .xlarge-12 { width: 100%; } }
@media screen and (min-width: 90em) { .large-margin-collapse > .xxlarge-1 { width: 8.33333%; }
  .large-margin-collapse > .xxlarge-2 { width: 16.66667%; }
  .large-margin-collapse > .xxlarge-3 { width: 25%; }
  .large-margin-collapse > .xxlarge-4 { width: 33.33333%; }
  .large-margin-collapse > .xxlarge-5 { width: 41.66667%; }
  .large-margin-collapse > .xxlarge-6 { width: 50%; }
  .large-margin-collapse > .xxlarge-7 { width: 58.33333%; }
  .large-margin-collapse > .xxlarge-8 { width: 66.66667%; }
  .large-margin-collapse > .xxlarge-9 { width: 75%; }
  .large-margin-collapse > .xxlarge-10 { width: 83.33333%; }
  .large-margin-collapse > .xxlarge-11 { width: 91.66667%; }
  .large-margin-collapse > .xxlarge-12 { width: 100%; } }

@media print, screen and (min-width: 64em) { .large-padding-collapse { margin-right: 0; margin-left: 0; }
  .large-padding-collapse > .cell { padding-right: 0; padding-left: 0; } }

@media screen and (min-width: 80em) { .xlarge-margin-collapse { margin-right: 0; margin-left: 0; }
  .xlarge-margin-collapse > .cell { margin-right: 0; margin-left: 0; } }
@media screen and (min-width: 80em) { .xlarge-margin-collapse > .small-1 { width: 8.33333%; }
  .xlarge-margin-collapse > .small-2 { width: 16.66667%; }
  .xlarge-margin-collapse > .small-3 { width: 25%; }
  .xlarge-margin-collapse > .small-4 { width: 33.33333%; }
  .xlarge-margin-collapse > .small-5 { width: 41.66667%; }
  .xlarge-margin-collapse > .small-6 { width: 50%; }
  .xlarge-margin-collapse > .small-7 { width: 58.33333%; }
  .xlarge-margin-collapse > .small-8 { width: 66.66667%; }
  .xlarge-margin-collapse > .small-9 { width: 75%; }
  .xlarge-margin-collapse > .small-10 { width: 83.33333%; }
  .xlarge-margin-collapse > .small-11 { width: 91.66667%; }
  .xlarge-margin-collapse > .small-12 { width: 100%; } }
@media screen and (min-width: 30em) { .xlarge-margin-collapse > .xsmall-1 { width: 8.33333%; }
  .xlarge-margin-collapse > .xsmall-2 { width: 16.66667%; }
  .xlarge-margin-collapse > .xsmall-3 { width: 25%; }
  .xlarge-margin-collapse > .xsmall-4 { width: 33.33333%; }
  .xlarge-margin-collapse > .xsmall-5 { width: 41.66667%; }
  .xlarge-margin-collapse > .xsmall-6 { width: 50%; }
  .xlarge-margin-collapse > .xsmall-7 { width: 58.33333%; }
  .xlarge-margin-collapse > .xsmall-8 { width: 66.66667%; }
  .xlarge-margin-collapse > .xsmall-9 { width: 75%; }
  .xlarge-margin-collapse > .xsmall-10 { width: 83.33333%; }
  .xlarge-margin-collapse > .xsmall-11 { width: 91.66667%; }
  .xlarge-margin-collapse > .xsmall-12 { width: 100%; } }
@media screen and (min-width: 80em) { .xlarge-margin-collapse > .medium-1 { width: 8.33333%; }
  .xlarge-margin-collapse > .medium-2 { width: 16.66667%; }
  .xlarge-margin-collapse > .medium-3 { width: 25%; }
  .xlarge-margin-collapse > .medium-4 { width: 33.33333%; }
  .xlarge-margin-collapse > .medium-5 { width: 41.66667%; }
  .xlarge-margin-collapse > .medium-6 { width: 50%; }
  .xlarge-margin-collapse > .medium-7 { width: 58.33333%; }
  .xlarge-margin-collapse > .medium-8 { width: 66.66667%; }
  .xlarge-margin-collapse > .medium-9 { width: 75%; }
  .xlarge-margin-collapse > .medium-10 { width: 83.33333%; }
  .xlarge-margin-collapse > .medium-11 { width: 91.66667%; }
  .xlarge-margin-collapse > .medium-12 { width: 100%; } }
@media screen and (min-width: 80em) { .xlarge-margin-collapse > .large-1 { width: 8.33333%; }
  .xlarge-margin-collapse > .large-2 { width: 16.66667%; }
  .xlarge-margin-collapse > .large-3 { width: 25%; }
  .xlarge-margin-collapse > .large-4 { width: 33.33333%; }
  .xlarge-margin-collapse > .large-5 { width: 41.66667%; }
  .xlarge-margin-collapse > .large-6 { width: 50%; }
  .xlarge-margin-collapse > .large-7 { width: 58.33333%; }
  .xlarge-margin-collapse > .large-8 { width: 66.66667%; }
  .xlarge-margin-collapse > .large-9 { width: 75%; }
  .xlarge-margin-collapse > .large-10 { width: 83.33333%; }
  .xlarge-margin-collapse > .large-11 { width: 91.66667%; }
  .xlarge-margin-collapse > .large-12 { width: 100%; } }
@media screen and (min-width: 80em) { .xlarge-margin-collapse > .xlarge-1 { width: 8.33333%; }
  .xlarge-margin-collapse > .xlarge-2 { width: 16.66667%; }
  .xlarge-margin-collapse > .xlarge-3 { width: 25%; }
  .xlarge-margin-collapse > .xlarge-4 { width: 33.33333%; }
  .xlarge-margin-collapse > .xlarge-5 { width: 41.66667%; }
  .xlarge-margin-collapse > .xlarge-6 { width: 50%; }
  .xlarge-margin-collapse > .xlarge-7 { width: 58.33333%; }
  .xlarge-margin-collapse > .xlarge-8 { width: 66.66667%; }
  .xlarge-margin-collapse > .xlarge-9 { width: 75%; }
  .xlarge-margin-collapse > .xlarge-10 { width: 83.33333%; }
  .xlarge-margin-collapse > .xlarge-11 { width: 91.66667%; }
  .xlarge-margin-collapse > .xlarge-12 { width: 100%; } }
@media screen and (min-width: 90em) { .xlarge-margin-collapse > .xxlarge-1 { width: 8.33333%; }
  .xlarge-margin-collapse > .xxlarge-2 { width: 16.66667%; }
  .xlarge-margin-collapse > .xxlarge-3 { width: 25%; }
  .xlarge-margin-collapse > .xxlarge-4 { width: 33.33333%; }
  .xlarge-margin-collapse > .xxlarge-5 { width: 41.66667%; }
  .xlarge-margin-collapse > .xxlarge-6 { width: 50%; }
  .xlarge-margin-collapse > .xxlarge-7 { width: 58.33333%; }
  .xlarge-margin-collapse > .xxlarge-8 { width: 66.66667%; }
  .xlarge-margin-collapse > .xxlarge-9 { width: 75%; }
  .xlarge-margin-collapse > .xxlarge-10 { width: 83.33333%; }
  .xlarge-margin-collapse > .xxlarge-11 { width: 91.66667%; }
  .xlarge-margin-collapse > .xxlarge-12 { width: 100%; } }

@media screen and (min-width: 80em) { .xlarge-padding-collapse { margin-right: 0; margin-left: 0; }
  .xlarge-padding-collapse > .cell { padding-right: 0; padding-left: 0; } }

@media screen and (min-width: 90em) { .xxlarge-margin-collapse { margin-right: 0; margin-left: 0; }
  .xxlarge-margin-collapse > .cell { margin-right: 0; margin-left: 0; } }
@media screen and (min-width: 90em) { .xxlarge-margin-collapse > .small-1 { width: 8.33333%; }
  .xxlarge-margin-collapse > .small-2 { width: 16.66667%; }
  .xxlarge-margin-collapse > .small-3 { width: 25%; }
  .xxlarge-margin-collapse > .small-4 { width: 33.33333%; }
  .xxlarge-margin-collapse > .small-5 { width: 41.66667%; }
  .xxlarge-margin-collapse > .small-6 { width: 50%; }
  .xxlarge-margin-collapse > .small-7 { width: 58.33333%; }
  .xxlarge-margin-collapse > .small-8 { width: 66.66667%; }
  .xxlarge-margin-collapse > .small-9 { width: 75%; }
  .xxlarge-margin-collapse > .small-10 { width: 83.33333%; }
  .xxlarge-margin-collapse > .small-11 { width: 91.66667%; }
  .xxlarge-margin-collapse > .small-12 { width: 100%; } }
@media screen and (min-width: 30em) { .xxlarge-margin-collapse > .xsmall-1 { width: 8.33333%; }
  .xxlarge-margin-collapse > .xsmall-2 { width: 16.66667%; }
  .xxlarge-margin-collapse > .xsmall-3 { width: 25%; }
  .xxlarge-margin-collapse > .xsmall-4 { width: 33.33333%; }
  .xxlarge-margin-collapse > .xsmall-5 { width: 41.66667%; }
  .xxlarge-margin-collapse > .xsmall-6 { width: 50%; }
  .xxlarge-margin-collapse > .xsmall-7 { width: 58.33333%; }
  .xxlarge-margin-collapse > .xsmall-8 { width: 66.66667%; }
  .xxlarge-margin-collapse > .xsmall-9 { width: 75%; }
  .xxlarge-margin-collapse > .xsmall-10 { width: 83.33333%; }
  .xxlarge-margin-collapse > .xsmall-11 { width: 91.66667%; }
  .xxlarge-margin-collapse > .xsmall-12 { width: 100%; } }
@media screen and (min-width: 90em) { .xxlarge-margin-collapse > .medium-1 { width: 8.33333%; }
  .xxlarge-margin-collapse > .medium-2 { width: 16.66667%; }
  .xxlarge-margin-collapse > .medium-3 { width: 25%; }
  .xxlarge-margin-collapse > .medium-4 { width: 33.33333%; }
  .xxlarge-margin-collapse > .medium-5 { width: 41.66667%; }
  .xxlarge-margin-collapse > .medium-6 { width: 50%; }
  .xxlarge-margin-collapse > .medium-7 { width: 58.33333%; }
  .xxlarge-margin-collapse > .medium-8 { width: 66.66667%; }
  .xxlarge-margin-collapse > .medium-9 { width: 75%; }
  .xxlarge-margin-collapse > .medium-10 { width: 83.33333%; }
  .xxlarge-margin-collapse > .medium-11 { width: 91.66667%; }
  .xxlarge-margin-collapse > .medium-12 { width: 100%; } }
@media screen and (min-width: 90em) { .xxlarge-margin-collapse > .large-1 { width: 8.33333%; }
  .xxlarge-margin-collapse > .large-2 { width: 16.66667%; }
  .xxlarge-margin-collapse > .large-3 { width: 25%; }
  .xxlarge-margin-collapse > .large-4 { width: 33.33333%; }
  .xxlarge-margin-collapse > .large-5 { width: 41.66667%; }
  .xxlarge-margin-collapse > .large-6 { width: 50%; }
  .xxlarge-margin-collapse > .large-7 { width: 58.33333%; }
  .xxlarge-margin-collapse > .large-8 { width: 66.66667%; }
  .xxlarge-margin-collapse > .large-9 { width: 75%; }
  .xxlarge-margin-collapse > .large-10 { width: 83.33333%; }
  .xxlarge-margin-collapse > .large-11 { width: 91.66667%; }
  .xxlarge-margin-collapse > .large-12 { width: 100%; } }
@media screen and (min-width: 90em) { .xxlarge-margin-collapse > .xlarge-1 { width: 8.33333%; }
  .xxlarge-margin-collapse > .xlarge-2 { width: 16.66667%; }
  .xxlarge-margin-collapse > .xlarge-3 { width: 25%; }
  .xxlarge-margin-collapse > .xlarge-4 { width: 33.33333%; }
  .xxlarge-margin-collapse > .xlarge-5 { width: 41.66667%; }
  .xxlarge-margin-collapse > .xlarge-6 { width: 50%; }
  .xxlarge-margin-collapse > .xlarge-7 { width: 58.33333%; }
  .xxlarge-margin-collapse > .xlarge-8 { width: 66.66667%; }
  .xxlarge-margin-collapse > .xlarge-9 { width: 75%; }
  .xxlarge-margin-collapse > .xlarge-10 { width: 83.33333%; }
  .xxlarge-margin-collapse > .xlarge-11 { width: 91.66667%; }
  .xxlarge-margin-collapse > .xlarge-12 { width: 100%; } }
@media screen and (min-width: 90em) { .xxlarge-margin-collapse > .xxlarge-1 { width: 8.33333%; }
  .xxlarge-margin-collapse > .xxlarge-2 { width: 16.66667%; }
  .xxlarge-margin-collapse > .xxlarge-3 { width: 25%; }
  .xxlarge-margin-collapse > .xxlarge-4 { width: 33.33333%; }
  .xxlarge-margin-collapse > .xxlarge-5 { width: 41.66667%; }
  .xxlarge-margin-collapse > .xxlarge-6 { width: 50%; }
  .xxlarge-margin-collapse > .xxlarge-7 { width: 58.33333%; }
  .xxlarge-margin-collapse > .xxlarge-8 { width: 66.66667%; }
  .xxlarge-margin-collapse > .xxlarge-9 { width: 75%; }
  .xxlarge-margin-collapse > .xxlarge-10 { width: 83.33333%; }
  .xxlarge-margin-collapse > .xxlarge-11 { width: 91.66667%; }
  .xxlarge-margin-collapse > .xxlarge-12 { width: 100%; } }

@media screen and (min-width: 90em) { .xxlarge-padding-collapse { margin-right: 0; margin-left: 0; }
  .xxlarge-padding-collapse > .cell { padding-right: 0; padding-left: 0; } }

.small-offset-0 { margin-left: 0%; }

.grid-margin-x > .small-offset-0 { margin-left: calc(0% + 0.55556rem); }

.small-offset-1 { margin-left: 8.33333%; }

.grid-margin-x > .small-offset-1 { margin-left: calc(8.33333% + 0.55556rem); }

.small-offset-2 { margin-left: 16.66667%; }

.grid-margin-x > .small-offset-2 { margin-left: calc(16.66667% + 0.55556rem); }

.small-offset-3 { margin-left: 25%; }

.grid-margin-x > .small-offset-3 { margin-left: calc(25% + 0.55556rem); }

.small-offset-4 { margin-left: 33.33333%; }

.grid-margin-x > .small-offset-4 { margin-left: calc(33.33333% + 0.55556rem); }

.small-offset-5 { margin-left: 41.66667%; }

.grid-margin-x > .small-offset-5 { margin-left: calc(41.66667% + 0.55556rem); }

.small-offset-6 { margin-left: 50%; }

.grid-margin-x > .small-offset-6 { margin-left: calc(50% + 0.55556rem); }

.small-offset-7 { margin-left: 58.33333%; }

.grid-margin-x > .small-offset-7 { margin-left: calc(58.33333% + 0.55556rem); }

.small-offset-8 { margin-left: 66.66667%; }

.grid-margin-x > .small-offset-8 { margin-left: calc(66.66667% + 0.55556rem); }

.small-offset-9 { margin-left: 75%; }

.grid-margin-x > .small-offset-9 { margin-left: calc(75% + 0.55556rem); }

.small-offset-10 { margin-left: 83.33333%; }

.grid-margin-x > .small-offset-10 { margin-left: calc(83.33333% + 0.55556rem); }

.small-offset-11 { margin-left: 91.66667%; }

.grid-margin-x > .small-offset-11 { margin-left: calc(91.66667% + 0.55556rem); }

@media screen and (min-width: 30em) { .xsmall-offset-0 { margin-left: 0%; }
  .grid-margin-x > .xsmall-offset-0 { margin-left: calc(0% + 0.55556rem); }
  .xsmall-offset-1 { margin-left: 8.33333%; }
  .grid-margin-x > .xsmall-offset-1 { margin-left: calc(8.33333% + 0.55556rem); }
  .xsmall-offset-2 { margin-left: 16.66667%; }
  .grid-margin-x > .xsmall-offset-2 { margin-left: calc(16.66667% + 0.55556rem); }
  .xsmall-offset-3 { margin-left: 25%; }
  .grid-margin-x > .xsmall-offset-3 { margin-left: calc(25% + 0.55556rem); }
  .xsmall-offset-4 { margin-left: 33.33333%; }
  .grid-margin-x > .xsmall-offset-4 { margin-left: calc(33.33333% + 0.55556rem); }
  .xsmall-offset-5 { margin-left: 41.66667%; }
  .grid-margin-x > .xsmall-offset-5 { margin-left: calc(41.66667% + 0.55556rem); }
  .xsmall-offset-6 { margin-left: 50%; }
  .grid-margin-x > .xsmall-offset-6 { margin-left: calc(50% + 0.55556rem); }
  .xsmall-offset-7 { margin-left: 58.33333%; }
  .grid-margin-x > .xsmall-offset-7 { margin-left: calc(58.33333% + 0.55556rem); }
  .xsmall-offset-8 { margin-left: 66.66667%; }
  .grid-margin-x > .xsmall-offset-8 { margin-left: calc(66.66667% + 0.55556rem); }
  .xsmall-offset-9 { margin-left: 75%; }
  .grid-margin-x > .xsmall-offset-9 { margin-left: calc(75% + 0.55556rem); }
  .xsmall-offset-10 { margin-left: 83.33333%; }
  .grid-margin-x > .xsmall-offset-10 { margin-left: calc(83.33333% + 0.55556rem); }
  .xsmall-offset-11 { margin-left: 91.66667%; }
  .grid-margin-x > .xsmall-offset-11 { margin-left: calc(91.66667% + 0.55556rem); } }
@media print, screen and (min-width: 48em) { .medium-offset-0 { margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 { margin-left: calc(0% + 0.83333rem); }
  .medium-offset-1 { margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 { margin-left: calc(8.33333% + 0.83333rem); }
  .medium-offset-2 { margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 { margin-left: calc(16.66667% + 0.83333rem); }
  .medium-offset-3 { margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 { margin-left: calc(25% + 0.83333rem); }
  .medium-offset-4 { margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 { margin-left: calc(33.33333% + 0.83333rem); }
  .medium-offset-5 { margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 { margin-left: calc(41.66667% + 0.83333rem); }
  .medium-offset-6 { margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 { margin-left: calc(50% + 0.83333rem); }
  .medium-offset-7 { margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 { margin-left: calc(58.33333% + 0.83333rem); }
  .medium-offset-8 { margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 { margin-left: calc(66.66667% + 0.83333rem); }
  .medium-offset-9 { margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 { margin-left: calc(75% + 0.83333rem); }
  .medium-offset-10 { margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 { margin-left: calc(83.33333% + 0.83333rem); }
  .medium-offset-11 { margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 { margin-left: calc(91.66667% + 0.83333rem); } }
@media print, screen and (min-width: 64em) { .large-offset-0 { margin-left: 0%; }
  .grid-margin-x > .large-offset-0 { margin-left: calc(0% + 0.83333rem); }
  .large-offset-1 { margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 { margin-left: calc(8.33333% + 0.83333rem); }
  .large-offset-2 { margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 { margin-left: calc(16.66667% + 0.83333rem); }
  .large-offset-3 { margin-left: 25%; }
  .grid-margin-x > .large-offset-3 { margin-left: calc(25% + 0.83333rem); }
  .large-offset-4 { margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 { margin-left: calc(33.33333% + 0.83333rem); }
  .large-offset-5 { margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 { margin-left: calc(41.66667% + 0.83333rem); }
  .large-offset-6 { margin-left: 50%; }
  .grid-margin-x > .large-offset-6 { margin-left: calc(50% + 0.83333rem); }
  .large-offset-7 { margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 { margin-left: calc(58.33333% + 0.83333rem); }
  .large-offset-8 { margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 { margin-left: calc(66.66667% + 0.83333rem); }
  .large-offset-9 { margin-left: 75%; }
  .grid-margin-x > .large-offset-9 { margin-left: calc(75% + 0.83333rem); }
  .large-offset-10 { margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 { margin-left: calc(83.33333% + 0.83333rem); }
  .large-offset-11 { margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 { margin-left: calc(91.66667% + 0.83333rem); } }
@media screen and (min-width: 80em) { .xlarge-offset-0 { margin-left: 0%; }
  .grid-margin-x > .xlarge-offset-0 { margin-left: calc(0% + 0.83333rem); }
  .xlarge-offset-1 { margin-left: 8.33333%; }
  .grid-margin-x > .xlarge-offset-1 { margin-left: calc(8.33333% + 0.83333rem); }
  .xlarge-offset-2 { margin-left: 16.66667%; }
  .grid-margin-x > .xlarge-offset-2 { margin-left: calc(16.66667% + 0.83333rem); }
  .xlarge-offset-3 { margin-left: 25%; }
  .grid-margin-x > .xlarge-offset-3 { margin-left: calc(25% + 0.83333rem); }
  .xlarge-offset-4 { margin-left: 33.33333%; }
  .grid-margin-x > .xlarge-offset-4 { margin-left: calc(33.33333% + 0.83333rem); }
  .xlarge-offset-5 { margin-left: 41.66667%; }
  .grid-margin-x > .xlarge-offset-5 { margin-left: calc(41.66667% + 0.83333rem); }
  .xlarge-offset-6 { margin-left: 50%; }
  .grid-margin-x > .xlarge-offset-6 { margin-left: calc(50% + 0.83333rem); }
  .xlarge-offset-7 { margin-left: 58.33333%; }
  .grid-margin-x > .xlarge-offset-7 { margin-left: calc(58.33333% + 0.83333rem); }
  .xlarge-offset-8 { margin-left: 66.66667%; }
  .grid-margin-x > .xlarge-offset-8 { margin-left: calc(66.66667% + 0.83333rem); }
  .xlarge-offset-9 { margin-left: 75%; }
  .grid-margin-x > .xlarge-offset-9 { margin-left: calc(75% + 0.83333rem); }
  .xlarge-offset-10 { margin-left: 83.33333%; }
  .grid-margin-x > .xlarge-offset-10 { margin-left: calc(83.33333% + 0.83333rem); }
  .xlarge-offset-11 { margin-left: 91.66667%; }
  .grid-margin-x > .xlarge-offset-11 { margin-left: calc(91.66667% + 0.83333rem); } }
@media screen and (min-width: 90em) { .xxlarge-offset-0 { margin-left: 0%; }
  .grid-margin-x > .xxlarge-offset-0 { margin-left: calc(0% + 0.83333rem); }
  .xxlarge-offset-1 { margin-left: 8.33333%; }
  .grid-margin-x > .xxlarge-offset-1 { margin-left: calc(8.33333% + 0.83333rem); }
  .xxlarge-offset-2 { margin-left: 16.66667%; }
  .grid-margin-x > .xxlarge-offset-2 { margin-left: calc(16.66667% + 0.83333rem); }
  .xxlarge-offset-3 { margin-left: 25%; }
  .grid-margin-x > .xxlarge-offset-3 { margin-left: calc(25% + 0.83333rem); }
  .xxlarge-offset-4 { margin-left: 33.33333%; }
  .grid-margin-x > .xxlarge-offset-4 { margin-left: calc(33.33333% + 0.83333rem); }
  .xxlarge-offset-5 { margin-left: 41.66667%; }
  .grid-margin-x > .xxlarge-offset-5 { margin-left: calc(41.66667% + 0.83333rem); }
  .xxlarge-offset-6 { margin-left: 50%; }
  .grid-margin-x > .xxlarge-offset-6 { margin-left: calc(50% + 0.83333rem); }
  .xxlarge-offset-7 { margin-left: 58.33333%; }
  .grid-margin-x > .xxlarge-offset-7 { margin-left: calc(58.33333% + 0.83333rem); }
  .xxlarge-offset-8 { margin-left: 66.66667%; }
  .grid-margin-x > .xxlarge-offset-8 { margin-left: calc(66.66667% + 0.83333rem); }
  .xxlarge-offset-9 { margin-left: 75%; }
  .grid-margin-x > .xxlarge-offset-9 { margin-left: calc(75% + 0.83333rem); }
  .xxlarge-offset-10 { margin-left: 83.33333%; }
  .grid-margin-x > .xxlarge-offset-10 { margin-left: calc(83.33333% + 0.83333rem); }
  .xxlarge-offset-11 { margin-left: 91.66667%; }
  .grid-margin-x > .xxlarge-offset-11 { margin-left: calc(91.66667% + 0.83333rem); } }
.grid-y { display: -ms-flexbox; display: flex; -ms-flex-flow: column nowrap; flex-flow: column nowrap; }
.grid-y > .cell { width: auto; max-width: none; }
.grid-y > .auto { height: auto; }
.grid-y > .shrink { height: auto; }
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 { -ms-flex-preferred-size: auto; flex-basis: auto; }
@media screen and (min-width: 30em) { .grid-y > .xsmall-shrink, .grid-y > .xsmall-full, .grid-y > .xsmall-1, .grid-y > .xsmall-2, .grid-y > .xsmall-3, .grid-y > .xsmall-4, .grid-y > .xsmall-5, .grid-y > .xsmall-6, .grid-y > .xsmall-7, .grid-y > .xsmall-8, .grid-y > .xsmall-9, .grid-y > .xsmall-10, .grid-y > .xsmall-11, .grid-y > .xsmall-12 { -ms-flex-preferred-size: auto; flex-basis: auto; } }
@media print, screen and (min-width: 48em) { .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 { -ms-flex-preferred-size: auto; flex-basis: auto; } }
@media print, screen and (min-width: 64em) { .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 { -ms-flex-preferred-size: auto; flex-basis: auto; } }
@media screen and (min-width: 80em) { .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 { -ms-flex-preferred-size: auto; flex-basis: auto; } }
@media screen and (min-width: 90em) { .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 { -ms-flex-preferred-size: auto; flex-basis: auto; } }
.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 { -ms-flex: 0 0 auto; flex: 0 0 auto; }
.grid-y > .small-1 { height: 8.33333%; }
.grid-y > .small-2 { height: 16.66667%; }
.grid-y > .small-3 { height: 25%; }
.grid-y > .small-4 { height: 33.33333%; }
.grid-y > .small-5 { height: 41.66667%; }
.grid-y > .small-6 { height: 50%; }
.grid-y > .small-7 { height: 58.33333%; }
.grid-y > .small-8 { height: 66.66667%; }
.grid-y > .small-9 { height: 75%; }
.grid-y > .small-10 { height: 83.33333%; }
.grid-y > .small-11 { height: 91.66667%; }
.grid-y > .small-12 { height: 100%; }
@media screen and (min-width: 30em) { .grid-y > .xsmall-auto { -ms-flex: 1 1 0px; flex: 1 1 0px; height: auto; }
  .grid-y > .xsmall-shrink, .grid-y > .xsmall-1, .grid-y > .xsmall-2, .grid-y > .xsmall-3, .grid-y > .xsmall-4, .grid-y > .xsmall-5, .grid-y > .xsmall-6, .grid-y > .xsmall-7, .grid-y > .xsmall-8, .grid-y > .xsmall-9, .grid-y > .xsmall-10, .grid-y > .xsmall-11, .grid-y > .xsmall-12 { -ms-flex: 0 0 auto; flex: 0 0 auto; }
  .grid-y > .xsmall-shrink { height: auto; }
  .grid-y > .xsmall-1 { height: 8.33333%; }
  .grid-y > .xsmall-2 { height: 16.66667%; }
  .grid-y > .xsmall-3 { height: 25%; }
  .grid-y > .xsmall-4 { height: 33.33333%; }
  .grid-y > .xsmall-5 { height: 41.66667%; }
  .grid-y > .xsmall-6 { height: 50%; }
  .grid-y > .xsmall-7 { height: 58.33333%; }
  .grid-y > .xsmall-8 { height: 66.66667%; }
  .grid-y > .xsmall-9 { height: 75%; }
  .grid-y > .xsmall-10 { height: 83.33333%; }
  .grid-y > .xsmall-11 { height: 91.66667%; }
  .grid-y > .xsmall-12 { height: 100%; } }
@media print, screen and (min-width: 48em) { .grid-y > .medium-auto { -ms-flex: 1 1 0px; flex: 1 1 0px; height: auto; }
  .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 { -ms-flex: 0 0 auto; flex: 0 0 auto; }
  .grid-y > .medium-shrink { height: auto; }
  .grid-y > .medium-1 { height: 8.33333%; }
  .grid-y > .medium-2 { height: 16.66667%; }
  .grid-y > .medium-3 { height: 25%; }
  .grid-y > .medium-4 { height: 33.33333%; }
  .grid-y > .medium-5 { height: 41.66667%; }
  .grid-y > .medium-6 { height: 50%; }
  .grid-y > .medium-7 { height: 58.33333%; }
  .grid-y > .medium-8 { height: 66.66667%; }
  .grid-y > .medium-9 { height: 75%; }
  .grid-y > .medium-10 { height: 83.33333%; }
  .grid-y > .medium-11 { height: 91.66667%; }
  .grid-y > .medium-12 { height: 100%; } }
@media print, screen and (min-width: 64em) { .grid-y > .large-auto { -ms-flex: 1 1 0px; flex: 1 1 0px; height: auto; }
  .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 { -ms-flex: 0 0 auto; flex: 0 0 auto; }
  .grid-y > .large-shrink { height: auto; }
  .grid-y > .large-1 { height: 8.33333%; }
  .grid-y > .large-2 { height: 16.66667%; }
  .grid-y > .large-3 { height: 25%; }
  .grid-y > .large-4 { height: 33.33333%; }
  .grid-y > .large-5 { height: 41.66667%; }
  .grid-y > .large-6 { height: 50%; }
  .grid-y > .large-7 { height: 58.33333%; }
  .grid-y > .large-8 { height: 66.66667%; }
  .grid-y > .large-9 { height: 75%; }
  .grid-y > .large-10 { height: 83.33333%; }
  .grid-y > .large-11 { height: 91.66667%; }
  .grid-y > .large-12 { height: 100%; } }
@media screen and (min-width: 80em) { .grid-y > .xlarge-auto { -ms-flex: 1 1 0px; flex: 1 1 0px; height: auto; }
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 { -ms-flex: 0 0 auto; flex: 0 0 auto; }
  .grid-y > .xlarge-shrink { height: auto; }
  .grid-y > .xlarge-1 { height: 8.33333%; }
  .grid-y > .xlarge-2 { height: 16.66667%; }
  .grid-y > .xlarge-3 { height: 25%; }
  .grid-y > .xlarge-4 { height: 33.33333%; }
  .grid-y > .xlarge-5 { height: 41.66667%; }
  .grid-y > .xlarge-6 { height: 50%; }
  .grid-y > .xlarge-7 { height: 58.33333%; }
  .grid-y > .xlarge-8 { height: 66.66667%; }
  .grid-y > .xlarge-9 { height: 75%; }
  .grid-y > .xlarge-10 { height: 83.33333%; }
  .grid-y > .xlarge-11 { height: 91.66667%; }
  .grid-y > .xlarge-12 { height: 100%; } }
@media screen and (min-width: 90em) { .grid-y > .xxlarge-auto { -ms-flex: 1 1 0px; flex: 1 1 0px; height: auto; }
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 { -ms-flex: 0 0 auto; flex: 0 0 auto; }
  .grid-y > .xxlarge-shrink { height: auto; }
  .grid-y > .xxlarge-1 { height: 8.33333%; }
  .grid-y > .xxlarge-2 { height: 16.66667%; }
  .grid-y > .xxlarge-3 { height: 25%; }
  .grid-y > .xxlarge-4 { height: 33.33333%; }
  .grid-y > .xxlarge-5 { height: 41.66667%; }
  .grid-y > .xxlarge-6 { height: 50%; }
  .grid-y > .xxlarge-7 { height: 58.33333%; }
  .grid-y > .xxlarge-8 { height: 66.66667%; }
  .grid-y > .xxlarge-9 { height: 75%; }
  .grid-y > .xxlarge-10 { height: 83.33333%; }
  .grid-y > .xxlarge-11 { height: 91.66667%; }
  .grid-y > .xxlarge-12 { height: 100%; } }

.grid-padding-y .grid-padding-y { margin-top: -0.55556rem; margin-bottom: -0.55556rem; }
@media print, screen and (min-width: 48em) { .grid-padding-y .grid-padding-y { margin-top: -0.83333rem; margin-bottom: -0.83333rem; } }
.grid-padding-y > .cell { padding-top: 0.55556rem; padding-bottom: 0.55556rem; }
@media print, screen and (min-width: 48em) { .grid-padding-y > .cell { padding-top: 0.83333rem; padding-bottom: 0.83333rem; } }

.grid-margin-y { margin-top: -0.55556rem; margin-bottom: -0.55556rem; }
@media print, screen and (min-width: 48em) { .grid-margin-y { margin-top: -0.83333rem; margin-bottom: -0.83333rem; } }
.grid-margin-y > .cell { height: calc(100% - 1.11111rem); margin-top: 0.55556rem; margin-bottom: 0.55556rem; }
@media print, screen and (min-width: 48em) { .grid-margin-y > .cell { height: calc(100% - 1.66667rem); margin-top: 0.83333rem; margin-bottom: 0.83333rem; } }
.grid-margin-y > .auto { height: auto; }
.grid-margin-y > .shrink { height: auto; }
.grid-margin-y > .small-1 { height: calc(8.33333% - 1.11111rem); }
.grid-margin-y > .small-2 { height: calc(16.66667% - 1.11111rem); }
.grid-margin-y > .small-3 { height: calc(25% - 1.11111rem); }
.grid-margin-y > .small-4 { height: calc(33.33333% - 1.11111rem); }
.grid-margin-y > .small-5 { height: calc(41.66667% - 1.11111rem); }
.grid-margin-y > .small-6 { height: calc(50% - 1.11111rem); }
.grid-margin-y > .small-7 { height: calc(58.33333% - 1.11111rem); }
.grid-margin-y > .small-8 { height: calc(66.66667% - 1.11111rem); }
.grid-margin-y > .small-9 { height: calc(75% - 1.11111rem); }
.grid-margin-y > .small-10 { height: calc(83.33333% - 1.11111rem); }
.grid-margin-y > .small-11 { height: calc(91.66667% - 1.11111rem); }
.grid-margin-y > .small-12 { height: calc(100% - 1.11111rem); }
@media screen and (min-width: 30em) { .grid-margin-y > .xsmall-auto { height: auto; }
  .grid-margin-y > .xsmall-shrink { height: auto; }
  .grid-margin-y > .xsmall-1 { height: calc(8.33333% - 1.11111rem); }
  .grid-margin-y > .xsmall-2 { height: calc(16.66667% - 1.11111rem); }
  .grid-margin-y > .xsmall-3 { height: calc(25% - 1.11111rem); }
  .grid-margin-y > .xsmall-4 { height: calc(33.33333% - 1.11111rem); }
  .grid-margin-y > .xsmall-5 { height: calc(41.66667% - 1.11111rem); }
  .grid-margin-y > .xsmall-6 { height: calc(50% - 1.11111rem); }
  .grid-margin-y > .xsmall-7 { height: calc(58.33333% - 1.11111rem); }
  .grid-margin-y > .xsmall-8 { height: calc(66.66667% - 1.11111rem); }
  .grid-margin-y > .xsmall-9 { height: calc(75% - 1.11111rem); }
  .grid-margin-y > .xsmall-10 { height: calc(83.33333% - 1.11111rem); }
  .grid-margin-y > .xsmall-11 { height: calc(91.66667% - 1.11111rem); }
  .grid-margin-y > .xsmall-12 { height: calc(100% - 1.11111rem); } }
@media print, screen and (min-width: 48em) { .grid-margin-y > .auto { height: auto; }
  .grid-margin-y > .shrink { height: auto; }
  .grid-margin-y > .small-1 { height: calc(8.33333% - 1.66667rem); }
  .grid-margin-y > .small-2 { height: calc(16.66667% - 1.66667rem); }
  .grid-margin-y > .small-3 { height: calc(25% - 1.66667rem); }
  .grid-margin-y > .small-4 { height: calc(33.33333% - 1.66667rem); }
  .grid-margin-y > .small-5 { height: calc(41.66667% - 1.66667rem); }
  .grid-margin-y > .small-6 { height: calc(50% - 1.66667rem); }
  .grid-margin-y > .small-7 { height: calc(58.33333% - 1.66667rem); }
  .grid-margin-y > .small-8 { height: calc(66.66667% - 1.66667rem); }
  .grid-margin-y > .small-9 { height: calc(75% - 1.66667rem); }
  .grid-margin-y > .small-10 { height: calc(83.33333% - 1.66667rem); }
  .grid-margin-y > .small-11 { height: calc(91.66667% - 1.66667rem); }
  .grid-margin-y > .small-12 { height: calc(100% - 1.66667rem); }
  .grid-margin-y > .medium-auto { height: auto; }
  .grid-margin-y > .medium-shrink { height: auto; }
  .grid-margin-y > .medium-1 { height: calc(8.33333% - 1.66667rem); }
  .grid-margin-y > .medium-2 { height: calc(16.66667% - 1.66667rem); }
  .grid-margin-y > .medium-3 { height: calc(25% - 1.66667rem); }
  .grid-margin-y > .medium-4 { height: calc(33.33333% - 1.66667rem); }
  .grid-margin-y > .medium-5 { height: calc(41.66667% - 1.66667rem); }
  .grid-margin-y > .medium-6 { height: calc(50% - 1.66667rem); }
  .grid-margin-y > .medium-7 { height: calc(58.33333% - 1.66667rem); }
  .grid-margin-y > .medium-8 { height: calc(66.66667% - 1.66667rem); }
  .grid-margin-y > .medium-9 { height: calc(75% - 1.66667rem); }
  .grid-margin-y > .medium-10 { height: calc(83.33333% - 1.66667rem); }
  .grid-margin-y > .medium-11 { height: calc(91.66667% - 1.66667rem); }
  .grid-margin-y > .medium-12 { height: calc(100% - 1.66667rem); } }
@media print, screen and (min-width: 64em) { .grid-margin-y > .large-auto { height: auto; }
  .grid-margin-y > .large-shrink { height: auto; }
  .grid-margin-y > .large-1 { height: calc(8.33333% - 1.66667rem); }
  .grid-margin-y > .large-2 { height: calc(16.66667% - 1.66667rem); }
  .grid-margin-y > .large-3 { height: calc(25% - 1.66667rem); }
  .grid-margin-y > .large-4 { height: calc(33.33333% - 1.66667rem); }
  .grid-margin-y > .large-5 { height: calc(41.66667% - 1.66667rem); }
  .grid-margin-y > .large-6 { height: calc(50% - 1.66667rem); }
  .grid-margin-y > .large-7 { height: calc(58.33333% - 1.66667rem); }
  .grid-margin-y > .large-8 { height: calc(66.66667% - 1.66667rem); }
  .grid-margin-y > .large-9 { height: calc(75% - 1.66667rem); }
  .grid-margin-y > .large-10 { height: calc(83.33333% - 1.66667rem); }
  .grid-margin-y > .large-11 { height: calc(91.66667% - 1.66667rem); }
  .grid-margin-y > .large-12 { height: calc(100% - 1.66667rem); } }
@media screen and (min-width: 80em) { .grid-margin-y > .xlarge-auto { height: auto; }
  .grid-margin-y > .xlarge-shrink { height: auto; }
  .grid-margin-y > .xlarge-1 { height: calc(8.33333% - 1.66667rem); }
  .grid-margin-y > .xlarge-2 { height: calc(16.66667% - 1.66667rem); }
  .grid-margin-y > .xlarge-3 { height: calc(25% - 1.66667rem); }
  .grid-margin-y > .xlarge-4 { height: calc(33.33333% - 1.66667rem); }
  .grid-margin-y > .xlarge-5 { height: calc(41.66667% - 1.66667rem); }
  .grid-margin-y > .xlarge-6 { height: calc(50% - 1.66667rem); }
  .grid-margin-y > .xlarge-7 { height: calc(58.33333% - 1.66667rem); }
  .grid-margin-y > .xlarge-8 { height: calc(66.66667% - 1.66667rem); }
  .grid-margin-y > .xlarge-9 { height: calc(75% - 1.66667rem); }
  .grid-margin-y > .xlarge-10 { height: calc(83.33333% - 1.66667rem); }
  .grid-margin-y > .xlarge-11 { height: calc(91.66667% - 1.66667rem); }
  .grid-margin-y > .xlarge-12 { height: calc(100% - 1.66667rem); } }
@media screen and (min-width: 90em) { .grid-margin-y > .xxlarge-auto { height: auto; }
  .grid-margin-y > .xxlarge-shrink { height: auto; }
  .grid-margin-y > .xxlarge-1 { height: calc(8.33333% - 1.66667rem); }
  .grid-margin-y > .xxlarge-2 { height: calc(16.66667% - 1.66667rem); }
  .grid-margin-y > .xxlarge-3 { height: calc(25% - 1.66667rem); }
  .grid-margin-y > .xxlarge-4 { height: calc(33.33333% - 1.66667rem); }
  .grid-margin-y > .xxlarge-5 { height: calc(41.66667% - 1.66667rem); }
  .grid-margin-y > .xxlarge-6 { height: calc(50% - 1.66667rem); }
  .grid-margin-y > .xxlarge-7 { height: calc(58.33333% - 1.66667rem); }
  .grid-margin-y > .xxlarge-8 { height: calc(66.66667% - 1.66667rem); }
  .grid-margin-y > .xxlarge-9 { height: calc(75% - 1.66667rem); }
  .grid-margin-y > .xxlarge-10 { height: calc(83.33333% - 1.66667rem); }
  .grid-margin-y > .xxlarge-11 { height: calc(91.66667% - 1.66667rem); }
  .grid-margin-y > .xxlarge-12 { height: calc(100% - 1.66667rem); } }

.grid-frame { overflow: hidden; position: relative; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-align: stretch; align-items: stretch; width: 100vw; }

.cell .grid-frame { width: 100%; }

.cell-block { overflow-x: auto; max-width: 100%; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-y { overflow-y: auto; max-height: 100%; min-height: 100%; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-container { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; max-height: 100%; }
.cell-block-container > .grid-x { max-height: 100%; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

@media screen and (min-width: 30em) { .xsmall-grid-frame { overflow: hidden; position: relative; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-align: stretch; align-items: stretch; width: 100vw; }
  .cell .xsmall-grid-frame { width: 100%; }
  .xsmall-cell-block { overflow-x: auto; max-width: 100%; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
  .xsmall-cell-block-container { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; max-height: 100%; }
  .xsmall-cell-block-container > .grid-x { max-height: 100%; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .xsmall-cell-block-y { overflow-y: auto; max-height: 100%; min-height: 100%; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } }
@media print, screen and (min-width: 48em) { .medium-grid-frame { overflow: hidden; position: relative; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-align: stretch; align-items: stretch; width: 100vw; }
  .cell .medium-grid-frame { width: 100%; }
  .medium-cell-block { overflow-x: auto; max-width: 100%; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
  .medium-cell-block-container { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; max-height: 100%; }
  .medium-cell-block-container > .grid-x { max-height: 100%; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .medium-cell-block-y { overflow-y: auto; max-height: 100%; min-height: 100%; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } }
@media print, screen and (min-width: 64em) { .large-grid-frame { overflow: hidden; position: relative; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-align: stretch; align-items: stretch; width: 100vw; }
  .cell .large-grid-frame { width: 100%; }
  .large-cell-block { overflow-x: auto; max-width: 100%; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
  .large-cell-block-container { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; max-height: 100%; }
  .large-cell-block-container > .grid-x { max-height: 100%; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .large-cell-block-y { overflow-y: auto; max-height: 100%; min-height: 100%; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } }
@media screen and (min-width: 80em) { .xlarge-grid-frame { overflow: hidden; position: relative; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-align: stretch; align-items: stretch; width: 100vw; }
  .cell .xlarge-grid-frame { width: 100%; }
  .xlarge-cell-block { overflow-x: auto; max-width: 100%; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
  .xlarge-cell-block-container { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; max-height: 100%; }
  .xlarge-cell-block-container > .grid-x { max-height: 100%; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .xlarge-cell-block-y { overflow-y: auto; max-height: 100%; min-height: 100%; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } }
@media screen and (min-width: 90em) { .xxlarge-grid-frame { overflow: hidden; position: relative; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-align: stretch; align-items: stretch; width: 100vw; }
  .cell .xxlarge-grid-frame { width: 100%; }
  .xxlarge-cell-block { overflow-x: auto; max-width: 100%; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
  .xxlarge-cell-block-container { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; max-height: 100%; }
  .xxlarge-cell-block-container > .grid-x { max-height: 100%; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .xxlarge-cell-block-y { overflow-y: auto; max-height: 100%; min-height: 100%; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } }
.grid-y.grid-frame { width: auto; overflow: hidden; position: relative; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-align: stretch; align-items: stretch; height: 100vh; }
@media screen and (min-width: 30em) { .grid-y.xsmall-grid-frame { width: auto; overflow: hidden; position: relative; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-align: stretch; align-items: stretch; height: 100vh; } }
@media print, screen and (min-width: 48em) { .grid-y.medium-grid-frame { width: auto; overflow: hidden; position: relative; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-align: stretch; align-items: stretch; height: 100vh; } }
@media print, screen and (min-width: 64em) { .grid-y.large-grid-frame { width: auto; overflow: hidden; position: relative; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-align: stretch; align-items: stretch; height: 100vh; } }
@media screen and (min-width: 80em) { .grid-y.xlarge-grid-frame { width: auto; overflow: hidden; position: relative; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-align: stretch; align-items: stretch; height: 100vh; } }
@media screen and (min-width: 90em) { .grid-y.xxlarge-grid-frame { width: auto; overflow: hidden; position: relative; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-align: stretch; align-items: stretch; height: 100vh; } }

.cell .grid-y.grid-frame { height: 100%; }
@media screen and (min-width: 30em) { .cell .grid-y.xsmall-grid-frame { height: 100%; } }
@media print, screen and (min-width: 48em) { .cell .grid-y.medium-grid-frame { height: 100%; } }
@media print, screen and (min-width: 64em) { .cell .grid-y.large-grid-frame { height: 100%; } }
@media screen and (min-width: 80em) { .cell .grid-y.xlarge-grid-frame { height: 100%; } }
@media screen and (min-width: 90em) { .cell .grid-y.xxlarge-grid-frame { height: 100%; } }

.grid-margin-y { margin-top: -0.55556rem; margin-bottom: -0.55556rem; }
@media print, screen and (min-width: 48em) { .grid-margin-y { margin-top: -0.83333rem; margin-bottom: -0.83333rem; } }
.grid-margin-y > .cell { height: calc(100% - 1.11111rem); margin-top: 0.55556rem; margin-bottom: 0.55556rem; }
@media print, screen and (min-width: 48em) { .grid-margin-y > .cell { height: calc(100% - 1.66667rem); margin-top: 0.83333rem; margin-bottom: 0.83333rem; } }
.grid-margin-y > .auto { height: auto; }
.grid-margin-y > .shrink { height: auto; }
.grid-margin-y > .small-1 { height: calc(8.33333% - 1.11111rem); }
.grid-margin-y > .small-2 { height: calc(16.66667% - 1.11111rem); }
.grid-margin-y > .small-3 { height: calc(25% - 1.11111rem); }
.grid-margin-y > .small-4 { height: calc(33.33333% - 1.11111rem); }
.grid-margin-y > .small-5 { height: calc(41.66667% - 1.11111rem); }
.grid-margin-y > .small-6 { height: calc(50% - 1.11111rem); }
.grid-margin-y > .small-7 { height: calc(58.33333% - 1.11111rem); }
.grid-margin-y > .small-8 { height: calc(66.66667% - 1.11111rem); }
.grid-margin-y > .small-9 { height: calc(75% - 1.11111rem); }
.grid-margin-y > .small-10 { height: calc(83.33333% - 1.11111rem); }
.grid-margin-y > .small-11 { height: calc(91.66667% - 1.11111rem); }
.grid-margin-y > .small-12 { height: calc(100% - 1.11111rem); }
@media screen and (min-width: 30em) { .grid-margin-y > .xsmall-auto { height: auto; }
  .grid-margin-y > .xsmall-shrink { height: auto; }
  .grid-margin-y > .xsmall-1 { height: calc(8.33333% - 1.11111rem); }
  .grid-margin-y > .xsmall-2 { height: calc(16.66667% - 1.11111rem); }
  .grid-margin-y > .xsmall-3 { height: calc(25% - 1.11111rem); }
  .grid-margin-y > .xsmall-4 { height: calc(33.33333% - 1.11111rem); }
  .grid-margin-y > .xsmall-5 { height: calc(41.66667% - 1.11111rem); }
  .grid-margin-y > .xsmall-6 { height: calc(50% - 1.11111rem); }
  .grid-margin-y > .xsmall-7 { height: calc(58.33333% - 1.11111rem); }
  .grid-margin-y > .xsmall-8 { height: calc(66.66667% - 1.11111rem); }
  .grid-margin-y > .xsmall-9 { height: calc(75% - 1.11111rem); }
  .grid-margin-y > .xsmall-10 { height: calc(83.33333% - 1.11111rem); }
  .grid-margin-y > .xsmall-11 { height: calc(91.66667% - 1.11111rem); }
  .grid-margin-y > .xsmall-12 { height: calc(100% - 1.11111rem); } }
@media print, screen and (min-width: 48em) { .grid-margin-y > .auto { height: auto; }
  .grid-margin-y > .shrink { height: auto; }
  .grid-margin-y > .small-1 { height: calc(8.33333% - 1.66667rem); }
  .grid-margin-y > .small-2 { height: calc(16.66667% - 1.66667rem); }
  .grid-margin-y > .small-3 { height: calc(25% - 1.66667rem); }
  .grid-margin-y > .small-4 { height: calc(33.33333% - 1.66667rem); }
  .grid-margin-y > .small-5 { height: calc(41.66667% - 1.66667rem); }
  .grid-margin-y > .small-6 { height: calc(50% - 1.66667rem); }
  .grid-margin-y > .small-7 { height: calc(58.33333% - 1.66667rem); }
  .grid-margin-y > .small-8 { height: calc(66.66667% - 1.66667rem); }
  .grid-margin-y > .small-9 { height: calc(75% - 1.66667rem); }
  .grid-margin-y > .small-10 { height: calc(83.33333% - 1.66667rem); }
  .grid-margin-y > .small-11 { height: calc(91.66667% - 1.66667rem); }
  .grid-margin-y > .small-12 { height: calc(100% - 1.66667rem); }
  .grid-margin-y > .medium-auto { height: auto; }
  .grid-margin-y > .medium-shrink { height: auto; }
  .grid-margin-y > .medium-1 { height: calc(8.33333% - 1.66667rem); }
  .grid-margin-y > .medium-2 { height: calc(16.66667% - 1.66667rem); }
  .grid-margin-y > .medium-3 { height: calc(25% - 1.66667rem); }
  .grid-margin-y > .medium-4 { height: calc(33.33333% - 1.66667rem); }
  .grid-margin-y > .medium-5 { height: calc(41.66667% - 1.66667rem); }
  .grid-margin-y > .medium-6 { height: calc(50% - 1.66667rem); }
  .grid-margin-y > .medium-7 { height: calc(58.33333% - 1.66667rem); }
  .grid-margin-y > .medium-8 { height: calc(66.66667% - 1.66667rem); }
  .grid-margin-y > .medium-9 { height: calc(75% - 1.66667rem); }
  .grid-margin-y > .medium-10 { height: calc(83.33333% - 1.66667rem); }
  .grid-margin-y > .medium-11 { height: calc(91.66667% - 1.66667rem); }
  .grid-margin-y > .medium-12 { height: calc(100% - 1.66667rem); } }
@media print, screen and (min-width: 64em) { .grid-margin-y > .large-auto { height: auto; }
  .grid-margin-y > .large-shrink { height: auto; }
  .grid-margin-y > .large-1 { height: calc(8.33333% - 1.66667rem); }
  .grid-margin-y > .large-2 { height: calc(16.66667% - 1.66667rem); }
  .grid-margin-y > .large-3 { height: calc(25% - 1.66667rem); }
  .grid-margin-y > .large-4 { height: calc(33.33333% - 1.66667rem); }
  .grid-margin-y > .large-5 { height: calc(41.66667% - 1.66667rem); }
  .grid-margin-y > .large-6 { height: calc(50% - 1.66667rem); }
  .grid-margin-y > .large-7 { height: calc(58.33333% - 1.66667rem); }
  .grid-margin-y > .large-8 { height: calc(66.66667% - 1.66667rem); }
  .grid-margin-y > .large-9 { height: calc(75% - 1.66667rem); }
  .grid-margin-y > .large-10 { height: calc(83.33333% - 1.66667rem); }
  .grid-margin-y > .large-11 { height: calc(91.66667% - 1.66667rem); }
  .grid-margin-y > .large-12 { height: calc(100% - 1.66667rem); } }
@media screen and (min-width: 80em) { .grid-margin-y > .xlarge-auto { height: auto; }
  .grid-margin-y > .xlarge-shrink { height: auto; }
  .grid-margin-y > .xlarge-1 { height: calc(8.33333% - 1.66667rem); }
  .grid-margin-y > .xlarge-2 { height: calc(16.66667% - 1.66667rem); }
  .grid-margin-y > .xlarge-3 { height: calc(25% - 1.66667rem); }
  .grid-margin-y > .xlarge-4 { height: calc(33.33333% - 1.66667rem); }
  .grid-margin-y > .xlarge-5 { height: calc(41.66667% - 1.66667rem); }
  .grid-margin-y > .xlarge-6 { height: calc(50% - 1.66667rem); }
  .grid-margin-y > .xlarge-7 { height: calc(58.33333% - 1.66667rem); }
  .grid-margin-y > .xlarge-8 { height: calc(66.66667% - 1.66667rem); }
  .grid-margin-y > .xlarge-9 { height: calc(75% - 1.66667rem); }
  .grid-margin-y > .xlarge-10 { height: calc(83.33333% - 1.66667rem); }
  .grid-margin-y > .xlarge-11 { height: calc(91.66667% - 1.66667rem); }
  .grid-margin-y > .xlarge-12 { height: calc(100% - 1.66667rem); } }
@media screen and (min-width: 90em) { .grid-margin-y > .xxlarge-auto { height: auto; }
  .grid-margin-y > .xxlarge-shrink { height: auto; }
  .grid-margin-y > .xxlarge-1 { height: calc(8.33333% - 1.66667rem); }
  .grid-margin-y > .xxlarge-2 { height: calc(16.66667% - 1.66667rem); }
  .grid-margin-y > .xxlarge-3 { height: calc(25% - 1.66667rem); }
  .grid-margin-y > .xxlarge-4 { height: calc(33.33333% - 1.66667rem); }
  .grid-margin-y > .xxlarge-5 { height: calc(41.66667% - 1.66667rem); }
  .grid-margin-y > .xxlarge-6 { height: calc(50% - 1.66667rem); }
  .grid-margin-y > .xxlarge-7 { height: calc(58.33333% - 1.66667rem); }
  .grid-margin-y > .xxlarge-8 { height: calc(66.66667% - 1.66667rem); }
  .grid-margin-y > .xxlarge-9 { height: calc(75% - 1.66667rem); }
  .grid-margin-y > .xxlarge-10 { height: calc(83.33333% - 1.66667rem); }
  .grid-margin-y > .xxlarge-11 { height: calc(91.66667% - 1.66667rem); }
  .grid-margin-y > .xxlarge-12 { height: calc(100% - 1.66667rem); } }

.grid-frame.grid-margin-y { height: calc(100vh + 1.11111rem); }
@media screen and (min-width: 30em) { .grid-frame.grid-margin-y { height: calc(100vh + 1.11111rem); } }
@media print, screen and (min-width: 48em) { .grid-frame.grid-margin-y { height: calc(100vh + 1.66667rem); } }
@media print, screen and (min-width: 64em) { .grid-frame.grid-margin-y { height: calc(100vh + 1.66667rem); } }
@media screen and (min-width: 80em) { .grid-frame.grid-margin-y { height: calc(100vh + 1.66667rem); } }
@media screen and (min-width: 90em) { .grid-frame.grid-margin-y { height: calc(100vh + 1.66667rem); } }

@media screen and (min-width: 30em) { .grid-margin-y.xsmall-grid-frame { height: calc(100vh + 1.11111rem); } }
@media print, screen and (min-width: 48em) { .grid-margin-y.medium-grid-frame { height: calc(100vh + 1.66667rem); } }
@media print, screen and (min-width: 64em) { .grid-margin-y.large-grid-frame { height: calc(100vh + 1.66667rem); } }
@media screen and (min-width: 80em) { .grid-margin-y.xlarge-grid-frame { height: calc(100vh + 1.66667rem); } }
@media screen and (min-width: 90em) { .grid-margin-y.xxlarge-grid-frame { height: calc(100vh + 1.66667rem); } }
.align-left { -ms-flex-pack: start; justify-content: flex-start; }

.align-right { -ms-flex-pack: end; justify-content: flex-end; }

.align-center { -ms-flex-pack: center; justify-content: center; }

.align-justify { -ms-flex-pack: justify; justify-content: space-between; }

.align-spaced { -ms-flex-pack: distribute; justify-content: space-around; }

.align-left.vertical.menu > li > a { -ms-flex-pack: start; justify-content: flex-start; }

.align-right.vertical.menu > li > a { -ms-flex-pack: end; justify-content: flex-end; }

.align-center.vertical.menu > li > a { -ms-flex-pack: center; justify-content: center; }

.align-top { -ms-flex-align: start; align-items: flex-start; }

.align-self-top { -ms-flex-item-align: start; align-self: flex-start; }

.align-bottom { -ms-flex-align: end; align-items: flex-end; }

.align-self-bottom { -ms-flex-item-align: end; align-self: flex-end; }

.align-middle { -ms-flex-align: center; align-items: center; }

.align-self-middle { -ms-flex-item-align: center; align-self: center; }

.align-stretch { -ms-flex-align: stretch; align-items: stretch; }

.align-self-stretch { -ms-flex-item-align: stretch; align-self: stretch; }

.align-center-middle { -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center; }

.small-order-1 { -ms-flex-order: 1; order: 1; }

.small-order-2 { -ms-flex-order: 2; order: 2; }

.small-order-3 { -ms-flex-order: 3; order: 3; }

.small-order-4 { -ms-flex-order: 4; order: 4; }

.small-order-5 { -ms-flex-order: 5; order: 5; }

.small-order-6 { -ms-flex-order: 6; order: 6; }

@media screen and (min-width: 30em) { .xsmall-order-1 { -ms-flex-order: 1; order: 1; }
  .xsmall-order-2 { -ms-flex-order: 2; order: 2; }
  .xsmall-order-3 { -ms-flex-order: 3; order: 3; }
  .xsmall-order-4 { -ms-flex-order: 4; order: 4; }
  .xsmall-order-5 { -ms-flex-order: 5; order: 5; }
  .xsmall-order-6 { -ms-flex-order: 6; order: 6; } }
@media print, screen and (min-width: 48em) { .medium-order-1 { -ms-flex-order: 1; order: 1; }
  .medium-order-2 { -ms-flex-order: 2; order: 2; }
  .medium-order-3 { -ms-flex-order: 3; order: 3; }
  .medium-order-4 { -ms-flex-order: 4; order: 4; }
  .medium-order-5 { -ms-flex-order: 5; order: 5; }
  .medium-order-6 { -ms-flex-order: 6; order: 6; } }
@media print, screen and (min-width: 64em) { .large-order-1 { -ms-flex-order: 1; order: 1; }
  .large-order-2 { -ms-flex-order: 2; order: 2; }
  .large-order-3 { -ms-flex-order: 3; order: 3; }
  .large-order-4 { -ms-flex-order: 4; order: 4; }
  .large-order-5 { -ms-flex-order: 5; order: 5; }
  .large-order-6 { -ms-flex-order: 6; order: 6; } }
@media screen and (min-width: 80em) { .xlarge-order-1 { -ms-flex-order: 1; order: 1; }
  .xlarge-order-2 { -ms-flex-order: 2; order: 2; }
  .xlarge-order-3 { -ms-flex-order: 3; order: 3; }
  .xlarge-order-4 { -ms-flex-order: 4; order: 4; }
  .xlarge-order-5 { -ms-flex-order: 5; order: 5; }
  .xlarge-order-6 { -ms-flex-order: 6; order: 6; } }
@media screen and (min-width: 90em) { .xxlarge-order-1 { -ms-flex-order: 1; order: 1; }
  .xxlarge-order-2 { -ms-flex-order: 2; order: 2; }
  .xxlarge-order-3 { -ms-flex-order: 3; order: 3; }
  .xxlarge-order-4 { -ms-flex-order: 4; order: 4; }
  .xxlarge-order-5 { -ms-flex-order: 5; order: 5; }
  .xxlarge-order-6 { -ms-flex-order: 6; order: 6; } }
.flex-container { display: -ms-flexbox; display: flex; }

.flex-child-auto { -ms-flex: 1 1 auto; flex: 1 1 auto; }

.flex-child-grow { -ms-flex: 1 0 auto; flex: 1 0 auto; }

.flex-child-shrink { -ms-flex: 0 1 auto; flex: 0 1 auto; }

.flex-dir-row { -ms-flex-direction: row; flex-direction: row; }

.flex-dir-row-reverse { -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

.flex-dir-column { -ms-flex-direction: column; flex-direction: column; }

.flex-dir-column-reverse { -ms-flex-direction: column-reverse; flex-direction: column-reverse; }

@media screen and (min-width: 30em) { .xsmall-flex-container { display: -ms-flexbox; display: flex; }
  .xsmall-flex-child-auto { -ms-flex: 1 1 auto; flex: 1 1 auto; }
  .xsmall-flex-child-grow { -ms-flex: 1 0 auto; flex: 1 0 auto; }
  .xsmall-flex-child-shrink { -ms-flex: 0 1 auto; flex: 0 1 auto; }
  .xsmall-flex-dir-row { -ms-flex-direction: row; flex-direction: row; }
  .xsmall-flex-dir-row-reverse { -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
  .xsmall-flex-dir-column { -ms-flex-direction: column; flex-direction: column; }
  .xsmall-flex-dir-column-reverse { -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }
@media print, screen and (min-width: 48em) { .medium-flex-container { display: -ms-flexbox; display: flex; }
  .medium-flex-child-auto { -ms-flex: 1 1 auto; flex: 1 1 auto; }
  .medium-flex-child-grow { -ms-flex: 1 0 auto; flex: 1 0 auto; }
  .medium-flex-child-shrink { -ms-flex: 0 1 auto; flex: 0 1 auto; }
  .medium-flex-dir-row { -ms-flex-direction: row; flex-direction: row; }
  .medium-flex-dir-row-reverse { -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
  .medium-flex-dir-column { -ms-flex-direction: column; flex-direction: column; }
  .medium-flex-dir-column-reverse { -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }
@media print, screen and (min-width: 64em) { .large-flex-container { display: -ms-flexbox; display: flex; }
  .large-flex-child-auto { -ms-flex: 1 1 auto; flex: 1 1 auto; }
  .large-flex-child-grow { -ms-flex: 1 0 auto; flex: 1 0 auto; }
  .large-flex-child-shrink { -ms-flex: 0 1 auto; flex: 0 1 auto; }
  .large-flex-dir-row { -ms-flex-direction: row; flex-direction: row; }
  .large-flex-dir-row-reverse { -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
  .large-flex-dir-column { -ms-flex-direction: column; flex-direction: column; }
  .large-flex-dir-column-reverse { -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }
@media screen and (min-width: 80em) { .xlarge-flex-container { display: -ms-flexbox; display: flex; }
  .xlarge-flex-child-auto { -ms-flex: 1 1 auto; flex: 1 1 auto; }
  .xlarge-flex-child-grow { -ms-flex: 1 0 auto; flex: 1 0 auto; }
  .xlarge-flex-child-shrink { -ms-flex: 0 1 auto; flex: 0 1 auto; }
  .xlarge-flex-dir-row { -ms-flex-direction: row; flex-direction: row; }
  .xlarge-flex-dir-row-reverse { -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
  .xlarge-flex-dir-column { -ms-flex-direction: column; flex-direction: column; }
  .xlarge-flex-dir-column-reverse { -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }
@media screen and (min-width: 90em) { .xxlarge-flex-container { display: -ms-flexbox; display: flex; }
  .xxlarge-flex-child-auto { -ms-flex: 1 1 auto; flex: 1 1 auto; }
  .xxlarge-flex-child-grow { -ms-flex: 1 0 auto; flex: 1 0 auto; }
  .xxlarge-flex-child-shrink { -ms-flex: 0 1 auto; flex: 0 1 auto; }
  .xxlarge-flex-dir-row { -ms-flex-direction: row; flex-direction: row; }
  .xxlarge-flex-dir-row-reverse { -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
  .xxlarge-flex-dir-column { -ms-flex-direction: column; flex-direction: column; }
  .xxlarge-flex-dir-column-reverse { -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }
.button { display: inline-block; vertical-align: middle; margin: 0 0 1rem 0; padding: 0.85em 1em; border: 1px solid transparent; border-radius: 0; transition: background-color 0.25s ease-out, color 0.25s ease-out; font-family: inherit; font-size: 0.9rem; -webkit-appearance: none; line-height: 1; text-align: center; cursor: pointer; background-color: #99D9F0; color: #000000; }
[data-whatinput='mouse'] .button { outline: 0; }
.button:hover, .button:focus { background-color: #66c6e8; color: #000000; }
.button.tiny { font-size: 0.6rem; }
.button.small { font-size: 0.75rem; }
.button.large { font-size: 1.25rem; }
.button.expanded { display: block; width: 100%; margin-right: 0; margin-left: 0; }
.button.primary { background-color: #1779ba; color: #000000; }
.button.primary:hover, .button.primary:focus { background-color: #126195; color: #000000; }
.button.secondary { background-color: #767676; color: #000000; }
.button.secondary:hover, .button.secondary:focus { background-color: #5e5e5e; color: #000000; }
.button.success { background-color: #3adb76; color: #000000; }
.button.success:hover, .button.success:focus { background-color: #22bb5b; color: #000000; }
.button.warning { background-color: #ffae00; color: #000000; }
.button.warning:hover, .button.warning:focus { background-color: #cc8b00; color: #000000; }
.button.alert { background-color: #cc4b37; color: #000000; }
.button.alert:hover, .button.alert:focus { background-color: #a53b2a; color: #000000; }
.button.disabled, .button[disabled] { opacity: 0.25; cursor: not-allowed; }
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus { background-color: #99D9F0; color: #000000; }
.button.disabled.primary, .button[disabled].primary { opacity: 0.25; cursor: not-allowed; }
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus { background-color: #1779ba; color: #000000; }
.button.disabled.secondary, .button[disabled].secondary { opacity: 0.25; cursor: not-allowed; }
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus { background-color: #767676; color: #000000; }
.button.disabled.success, .button[disabled].success { opacity: 0.25; cursor: not-allowed; }
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus { background-color: #3adb76; color: #000000; }
.button.disabled.warning, .button[disabled].warning { opacity: 0.25; cursor: not-allowed; }
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus { background-color: #ffae00; color: #000000; }
.button.disabled.alert, .button[disabled].alert { opacity: 0.25; cursor: not-allowed; }
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus { background-color: #cc4b37; color: #000000; }
.button.hollow { border: 1px solid #99D9F0; color: #99D9F0; }
.button.hollow, .button.hollow:hover, .button.hollow:focus { background-color: transparent; }
.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus { background-color: transparent; }
.button.hollow:hover, .button.hollow:focus { border-color: #1985ab; color: #1985ab; }
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] { border: 1px solid #99D9F0; color: #99D9F0; }
.button.hollow.primary { border: 1px solid #1779ba; color: #1779ba; }
.button.hollow.primary:hover, .button.hollow.primary:focus { border-color: #0c3d5d; color: #0c3d5d; }
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] { border: 1px solid #1779ba; color: #1779ba; }
.button.hollow.secondary { border: 1px solid #767676; color: #767676; }
.button.hollow.secondary:hover, .button.hollow.secondary:focus { border-color: #3b3b3b; color: #3b3b3b; }
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] { border: 1px solid #767676; color: #767676; }
.button.hollow.success { border: 1px solid #3adb76; color: #3adb76; }
.button.hollow.success:hover, .button.hollow.success:focus { border-color: #157539; color: #157539; }
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] { border: 1px solid #3adb76; color: #3adb76; }
.button.hollow.warning { border: 1px solid #ffae00; color: #ffae00; }
.button.hollow.warning:hover, .button.hollow.warning:focus { border-color: #805700; color: #805700; }
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] { border: 1px solid #ffae00; color: #ffae00; }
.button.hollow.alert { border: 1px solid #cc4b37; color: #cc4b37; }
.button.hollow.alert:hover, .button.hollow.alert:focus { border-color: #67251a; color: #67251a; }
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] { border: 1px solid #cc4b37; color: #cc4b37; }
.button.clear { border: 1px solid #99D9F0; color: #99D9F0; }
.button.clear, .button.clear:hover, .button.clear:focus { background-color: transparent; }
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus { background-color: transparent; }
.button.clear:hover, .button.clear:focus { border-color: #1985ab; color: #1985ab; }
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] { border: 1px solid #99D9F0; color: #99D9F0; }
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] { border-color: transparent; }
.button.clear.primary { border: 1px solid #1779ba; color: #1779ba; }
.button.clear.primary:hover, .button.clear.primary:focus { border-color: #0c3d5d; color: #0c3d5d; }
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] { border: 1px solid #1779ba; color: #1779ba; }
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] { border-color: transparent; }
.button.clear.secondary { border: 1px solid #767676; color: #767676; }
.button.clear.secondary:hover, .button.clear.secondary:focus { border-color: #3b3b3b; color: #3b3b3b; }
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] { border: 1px solid #767676; color: #767676; }
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] { border-color: transparent; }
.button.clear.success { border: 1px solid #3adb76; color: #3adb76; }
.button.clear.success:hover, .button.clear.success:focus { border-color: #157539; color: #157539; }
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] { border: 1px solid #3adb76; color: #3adb76; }
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] { border-color: transparent; }
.button.clear.warning { border: 1px solid #ffae00; color: #ffae00; }
.button.clear.warning:hover, .button.clear.warning:focus { border-color: #805700; color: #805700; }
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] { border: 1px solid #ffae00; color: #ffae00; }
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] { border-color: transparent; }
.button.clear.alert { border: 1px solid #cc4b37; color: #cc4b37; }
.button.clear.alert:hover, .button.clear.alert:focus { border-color: #67251a; color: #67251a; }
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] { border: 1px solid #cc4b37; color: #cc4b37; }
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] { border-color: transparent; }
.button.dropdown::after { display: block; width: 0; height: 0; border: inset 0.4em; content: ''; border-bottom-width: 0; border-top-style: solid; border-color: #000000 transparent transparent; position: relative; top: 0.4em; display: inline-block; float: right; margin-left: 1em; }
.button.dropdown.hollow::after, .button.dropdown.clear::after { border-top-color: #99D9F0; }
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after { border-top-color: #1779ba; }
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after { border-top-color: #767676; }
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after { border-top-color: #3adb76; }
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after { border-top-color: #ffae00; }
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after { border-top-color: #cc4b37; }
.button.arrow-only::after { top: -0.1em; float: none; margin-left: 0; }

a.button:hover, a.button:focus { text-decoration: none; }

.button-group { margin-bottom: 1rem; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-align: stretch; align-items: stretch; }
.button-group::before, .button-group::after { display: table; content: ' '; -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-order: 1; order: 1; }
.button-group::after { clear: both; }
.button-group .button { margin: 0; margin-right: 1px; margin-bottom: 1px; font-size: 0.9rem; -ms-flex: 0 0 auto; flex: 0 0 auto; }
.button-group .button:last-child { margin-right: 0; }
.button-group.tiny .button { font-size: 0.6rem; }
.button-group.small .button { font-size: 0.75rem; }
.button-group.large .button { font-size: 1.25rem; }
.button-group.expanded .button { -ms-flex: 1 1 0px; flex: 1 1 0px; }
.button-group.primary .button { background-color: #1779ba; color: #000000; }
.button-group.primary .button:hover, .button-group.primary .button:focus { background-color: #126195; color: #000000; }
.button-group.secondary .button { background-color: #767676; color: #000000; }
.button-group.secondary .button:hover, .button-group.secondary .button:focus { background-color: #5e5e5e; color: #000000; }
.button-group.success .button { background-color: #3adb76; color: #000000; }
.button-group.success .button:hover, .button-group.success .button:focus { background-color: #22bb5b; color: #000000; }
.button-group.warning .button { background-color: #ffae00; color: #000000; }
.button-group.warning .button:hover, .button-group.warning .button:focus { background-color: #cc8b00; color: #000000; }
.button-group.alert .button { background-color: #cc4b37; color: #000000; }
.button-group.alert .button:hover, .button-group.alert .button:focus { background-color: #a53b2a; color: #000000; }
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium { -ms-flex-wrap: wrap; flex-wrap: wrap; }
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button { -ms-flex: 0 0 100%; flex: 0 0 100%; }
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child { margin-bottom: 0; }
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button { -ms-flex: 1 1 0px; flex: 1 1 0px; }
@media print, screen and (min-width: 48em) { .button-group.stacked-for-small .button { -ms-flex: 0 0 auto; flex: 0 0 auto; margin-bottom: 0; } }
@media print, screen and (min-width: 64em) { .button-group.stacked-for-medium .button { -ms-flex: 0 0 auto; flex: 0 0 auto; margin-bottom: 0; } }
@media screen and (max-width: 29.99875em) { .button-group.stacked-for-small.expanded { display: block; }
  .button-group.stacked-for-small.expanded .button { display: block; margin-right: 0; } }
@media screen and (max-width: 63.99875em) { .button-group.stacked-for-medium.expanded { display: block; }
  .button-group.stacked-for-medium.expanded .button { display: block; margin-right: 0; } }

.close-button { position: absolute; color: #0F204B; cursor: pointer; }
[data-whatinput='mouse'] .close-button { outline: 0; }
.close-button:hover, .close-button:focus { color: #D8D8D8; }
.close-button.small { right: 0.66rem; top: 0.33em; font-size: 1.5em; line-height: 1; }
.close-button, .close-button.medium { right: 1rem; top: 0.5rem; font-size: 2em; line-height: 1; }

.button { border: 1px solid #787571; color: #787571; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-align: center; align-items: center; font-family: Avenir Next W10 Demi, sans-serif; font-size: 16px; line-height: 22px; padding: 14px 20px 14px 20px; text-transform: uppercase; background: transparent; transition: 0.15s ease; position: relative; }
.button:hover, .button:focus { background: transparent; color: #787571; }
.button--invert.button--color-blue { color: #FFFFFF; border: 1px solid #01AFED; background: #01AFED; }
.button--invert.button--color-blue:hover { opacity: 0.75; }
.button--invert.button--color-green { color: #FFFFFF; border: 1px solid #35A828; background: #35A828; }
.button--invert.button--color-green:hover { opacity: 0.75; }
.button--color-blue:hover, .button--color-blue:focus { color: #FFFFFF; border: 1px solid #01AFED; background: #01AFED; }
.button--color-green:hover, .button--color-green:focus { color: #FFFFFF; border: 1px solid #35A828; background: #35A828; }
.button--icon::after { margin-left: 20px; display: inline-block; font-family: "Font Awesome 5 Pro"; }
.button--icon-next::after { font-size: 20px; content: "\f105"; }
.button--icon-slides::after { font-size: 15px; content: "\f24d"; }
.button--icon-plus:hover::after { -ms-transform: rotate(90deg); transform: rotate(90deg); }
.button--icon-plus::after { font-size: 14px; content: "\f067"; transition: 0.15s transform ease; }
.button--icon-close::after { font-size: 20px; content: "\f00d"; }
.button--icon-invert { padding-left: 50px; }
.button--icon-invert::after { position: absolute; left: 0; }

.btn-summary { cursor: pointer; display: inline-block; background: rgba(255, 255, 255, 0.8); padding: 5px 0 3px 11px; text-transform: uppercase; font-size: 16px; font-family: Avenir Next W10 Demi, sans-serif; transition: 0.1s all ease; }
.btn-summary__container { position: absolute; top: 20px; right: 20px; width: auto; overflow: hidden; transition: 0.25s opacity ease; opacity: 0; }
.btn-summary__container--visible { opacity: 1; }
.btn-summary--article::before, .btn-summary--interview::before, .btn-summary--slideshow::before, .btn-summary--video::before { font-family: "Font Awesome 5 Pro"; -ms-transform: scaleY(-1); transform: scaleY(-1); display: inline-block; color: #019FDB; }
.btn-summary--article { padding: 5px 0 3px 11px; }
.btn-summary--interview { padding: 7px 0 6px 11px; }
.btn-summary--slideshow, .btn-summary--video { padding: 6px 0 5px 11px; }
.btn-summary--interview::before { position: relative; top: 2px; content: ''; -ms-transform: scaleY(1); transform: scaleY(1); background-repeat: no-repeat; width: 20px; height: 15px; background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE4IDE2Ij4gIDxwYXRoIGZpbGw9IiMwMDlGREEiIGQ9Ik0yNS45OTk5NjE5LDEzLjAwMDAyMTUgQzI3LjEwMzA3ODEsMTMuMDAwMDIxNSAyNy45OTk5NTcxLDEzLjg5NjkwMDQgMjcuOTk5OTU3MSwxNS4wMDAwMTY3IEwyNy45OTk5NTcxLDIwLjAwMDAwNDggQzI3Ljk5OTk1NzEsMjEuMTAzMTIxIDI3LjEwMzA3ODEsMjIgMjUuOTk5OTYxOSwyMiBMMjQuOTk5OTY0MiwyMiBMMjQuOTk5OTY0MiwyMy42MjQ5OTYxIEMyNC45OTk5NjQyLDIzLjg0Njg1ODQgMjQuODE4NzIwOCwyMy45OTk5OTUyIDI0LjYyNDk2NTEsMjMuOTk5OTk1MiBDMjQuNTQ5OTUzMSwyMy45OTk5OTUyIDI0LjQ3MTgyODMsMjMuOTc1MDAxNCAyNC40MDMxMDI5LDIzLjkyNDk4MzIgTDIwLjk5OTk3MzgsMjIgTDE3Ljk5OTk4MDksMjIgQzE2Ljg5Njg2NDcsMjIgMTUuOTk5OTg1NywyMS4xMDMxMjEgMTUuOTk5OTg1NywyMC4wMDAwMDQ4IEwxNS45OTk5ODU3LDE3LjU2NTYyMzQgTDEzLjU5Njg1NDIsMTguOTI0OTk1MSBDMTMuNTI4MTI4OCwxOC45NzgxMjYxIDEzLjQ1MDAwNCwxOS4wMDAwMDcyIDEzLjM3NDk5MiwxOS4wMDAwMDcyIEMxMy4xODEyMzYzLDE5LjAwMDAwNzIgMTIuOTk5OTkyOCwxOC44NDY4NzAzIDEyLjk5OTk5MjgsMTguNjI1MDA4IEwxMi45OTk5OTI4LDE3LjAwMDAxMTkgTDExLjk5OTk5NTIsMTcuMDAwMDExOSBDMTAuODk2ODc5LDE3LjAwMDAxMTkgMTAsMTYuMTAzMTMzIDEwLDE1LjAwMDAxNjcgTDEwLDEwLjAwMDAzMzQgQzEwLDguODk2OTEyMzQgMTAuODk2ODc5LDguMDAwMDMzMzggMTIsOC4wMDAwMzMzOCBMMjAuOTk5OTczOCw4LjAwMDAzMzM4IEMyMi4xMDMwOSw4LjAwMDAzMzM4IDIyLjk5OTk2OSw4Ljg5NjkxMjM0IDIyLjk5OTk2OSwxMC4wMDAwMjg2IEwyMi45OTk5NjksMTMuMDAwMDIxNSBMMjUuOTk5OTYxOSwxMy4wMDAwMjE1IFogTTE0LjQ5OTk4OTMsMTUuNTAwMDE1NSBMMTQuNDk5OTg5MywxNi42OTA2MjU1IEwxNi4yNjI0OTczLDE1LjY5Mzc3MTEgTDE2LjYwNjI0NjUsMTUuNTAwMDE1NSBMMjAuOTk5OTczOCwxNS41MDAwMTU1IEMyMS4yNzQ5NjcsMTUuNTAwMDE1NSAyMS40OTk5NzI2LDE1LjI3NTAwOTkgMjEuNDk5OTcyNiwxNS4wMDAwMTY3IEwyMS40OTk5NzI2LDEwLjAwMDAyODYgQzIxLjQ5OTk3MjYsOS43MjUwMzUzNyAyMS4yNzQ5NjcsOS41MDAwMjk4IDIwLjk5OTk3MzgsOS41MDAwMjk4IEwxMS45OTk5OTY0LDkuNTAwMDI5OCBDMTEuNzI1MDAyLDkuNTAwMDI5OCAxMS40OTk5OTY0LDkuNzI1MDM1MzcgMTEuNDk5OTk2NCwxMC4wMDAwMjk4IEwxMS40OTk5OTY0LDE1LjAwMDAxNjcgQzExLjQ5OTk5NjQsMTUuMjc1MDA5OSAxMS43MjUwMDIsMTUuNTAwMDE1NSAxMS45OTk5OTUyLDE1LjUwMDAxNTUgTDE0LjQ5OTk4OTMsMTUuNTAwMDE1NSBaIE0yNi40OTk5NjA3LDIwLjAwMDAwNDggTDI2LjQ5OTk2MDcsMTUuMDAwMDE2NyBDMjYuNDk5OTYwNywxNC43MjUwMjM0IDI2LjI3NDk1NTEsMTQuNTAwMDE3OSAyNS45OTk5NjE5LDE0LjUwMDAxNzkgTDIyLjk5OTk2OSwxNC41MDAwMTc5IEwyMi45OTk5NjksMTUuMDAwMDE2NyBDMjIuOTk5OTY5LDE2LjEwMzEzMyAyMi4xMDMwOSwxNy4wMDAwMTE5IDIwLjk5OTk4MjEsMTcuMDAwMDE3OSBMMTcuNDk5OTgyMSwxNy4wMDAwMTc5IEwxNy40OTk5ODIxLDIwLjAwMDAwNDggQzE3LjQ5OTk4MjEsMjAuMjc0OTk4IDE3LjcyNDk4NzcsMjAuNTAwMDAzNiAxNy45OTk5ODA5LDIwLjUwMDAwMzYgTDIxLjM5MzcxMDYsMjAuNTAwMDAzNiBMMjEuNzM3NDU5OCwyMC42OTM3NTkyIEwyMy40OTk5Njc4LDIxLjY5MDYxMzUgTDIzLjQ5OTk2NzgsMjAuNTAwMDAzNiBMMjUuOTk5OTYxOSwyMC41MDAwMDM2IEMyNi4yNzQ5NTUxLDIwLjUwMDAwMzYgMjYuNDk5OTYwNywyMC4yNzQ5OTggMjYuNDk5OTYwNywyMC4wMDAwMDQ4IFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMCAtOCkiLz48L3N2Zz4=); }
.btn-summary--slideshow::before { content: '\f24d'; }
.btn-summary--video::before { content: '\f04b'; }
.btn-summary span { width: 0; display: inline-block; transition: 0.5s ease; color: #0F204B; }
.btn-summary span:first-child { width: auto; padding-right: 5px; padding-left: 10px; margin-right: 5px; }
.btn-summary span:nth-child(2) { max-width: 0; position: relative; width: auto; }
.btn-summary span:first-child { padding-right: 0; padding-left: 5px; }
.btn-summary span:nth-child(2) { white-space: nowrap; }
.btn-summary:hover span { color: #FFFFFF; }
.btn-summary:hover span:first-child { padding-left: 10px; }
.btn-summary--article::before { content: '\f036'; }
.btn-summary--article span:first-child { padding-right: 0; padding-left: 5px; }
.btn-summary--article span:nth-child(2) { white-space: nowrap; }
.btn-summary--interview:hover { background: #0F204B; color: #FFFFFF; padding: 7px 0 6px 11px; }
.btn-summary--interview:hover span:nth-child(2) { max-width: 200px; width: auto; left: -5px; }
.btn-summary--interview:hover::before { content: '\f31d'; top: 0; position: relative; width: 13px; background-image: none; -ms-transform: scaleY(1) scaleX(-1); transform: scaleY(1) scaleX(-1); transition: 0.25s ease-in; color: #019FDB; }
.btn-summary--article:hover, .btn-summary--slideshow:hover, .btn-summary--video:hover { background: #0F204B; color: #FFFFFF; padding: 5px 0 3px 11px; }
.btn-summary--article:hover span:nth-child(2), .btn-summary--slideshow:hover span:nth-child(2), .btn-summary--video:hover span:nth-child(2) { max-width: 200px; width: auto; left: -5px; }
.btn-summary--article:hover::before, .btn-summary--slideshow:hover::before, .btn-summary--video:hover::before { content: '\f31d'; -ms-transform: scaleY(1) scaleX(-1); transform: scaleY(1) scaleX(-1); transition: 0.25s ease-in; color: #019FDB; }

.info-label { display: -ms-inline-flexbox; display: inline-flex; -ms-flex-align: center; align-items: center; }
.info-label span { font-family: Avenir Next W10 Regular, sans-serif; font-size: 15px; line-height: 28px; margin-left: 10px; -ms-flex-item-align: center; align-self: center; position: relative; }
.info-label__text { color: #4D4D4D; }
.info-label--bold span { font-family: AvenirNextW06-Bold, sans-serif; }
.info-label__icon { font-size: 18px; }
.info-label--fb i, .info-label--tw i, .info-label--lnkdin i { font-size: 28px; }
.info-label--fb { color: #3B5998; }
.info-label--arrow { color: #999999; -ms-flex-align: center; align-items: center; }
.info-label--arrow i { font-size: 16px; }
.info-label--tw { color: #1DA1F2; }
.info-label--lnkdin { color: #0077B5; }
.info-label--round i { border-radius: 50%; width: 25px; height: 25px; font-size: 15px; color: #FFFFFF; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; }
.info-label-color--fb i { background: #3B5998; }
.info-label-color--fb i { background: #3B5998; }
.info-label-color--tw i { background: #1DA1F2; }
.info-label-color--lnkdin i { background: #0077B5; }

.link-list__heading { font-family: AvenirNextLTW01-Medium, sans-serif; font-size: 16px; line-height: 28px; margin-bottom: 15px; }

.footer { position: relative; z-index: 100; }
.footer__links { padding: 40px 15px 50px 15px; background: #FFFFFF; }
.footer__legal-item { margin-right: 30px; }
.footer__legal { background: #F2F2F2; padding: 25px 0 50px 0; }
.footer__legal p { margin: 15px 0 0 0; color: rgba(15, 32, 75, 0.6); }
.footer .link-list__heading { padding-bottom: 10px; margin: 7px 0; color: #0F204B; font-family: AvenirNextLTW01-Medium, sans-serif; }
.footer__legal-item, .footer p { font-family: Avenir Next W10 Regular, sans-serif; font-size: 16px; line-height: 19px; }
.footer [data-js='accordion'] { cursor: pointer; }

@media print, screen and (min-width: 64em) { .footer__links { border-top: 2px solid #99D9F0; }
  .footer .link-list__heading.socialmedia + ul li { margin-bottom: 14px; }
  [data-js='accordion-mobile'] + .accordion__content { display: block; } }
@media screen and (max-width: 79.99875em) { .footer__text { font-family: Avenir Next W10 Demi, sans-serif !important; font-size: 16px; color: #003591; text-transform: uppercase; border-bottom: 2px solid #D8D8D8; padding-bottom: 15px; margin: 20px 0 10px 0; }
  .footer__links { padding: 10px 20px 30px 20px; } }
@media screen and (max-width: 63.99875em) { .footer__links { border-top: 2px solid #99D9F0; }
  .footer__legal-item { line-height: 1; }
  .footer__text { font-family: Avenir Next W10 Demi, sans-serif !important; font-size: 16px; color: #003591; text-transform: uppercase; border-bottom: 2px solid #D8D8D8; padding-bottom: 15px; }
  .footer__legal { padding: 15px 20px 30px 20px; font-size: 16px; line-height: 32px; }
  .footer__legal-item { margin-right: 15px; }
  .footer__legal p { margin: 15px 0 0 0; color: rgba(15, 32, 75, 0.6); }
  .footer .link-list__heading { padding-left: 30px; position: relative; border-bottom: 1px solid #D8D8D8; display: block; }
  .footer .link-list__heading::before { position: absolute; top: 0; left: 10px; content: '\f105'; display: inline-block; font-size: 20px; font-family: 'Font Awesome 5 Pro'; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; color: #0F204B; }
  .footer .link-list__heading.open::before { -ms-transform: rotate(90deg); transform: rotate(90deg); }
  .footer .link-list__heading.socialmedia::before { content: ''; }
  .footer .link-list__heading.socialmedia + ul li { padding: 6px 0; border-bottom: 1px solid #E5E5E5; }
  [data-js='accordion-mobile'] { cursor: pointer; }
  [data-js='accordion-mobile'] + .accordion__content { display: none; }
  .accordion__content.show { display: block; } }
.content__video { position: relative; cursor: pointer; }
.content__video-play { position: absolute; top: 50%; left: 50%; -ms-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); background: #FFFFFF; width: 80px; height: 80px; border-radius: 50%; z-index: 110; }
.content__video-play i { font-size: 40px; position: absolute; top: 50%; left: 55%; -ms-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); }
.content__video video { width: 100%; height: auto; margin-bottom: 25px; }

.content__video--wistia { position: relative; padding-bottom: 56.25%; /* ratio 16x9 */ overflow: hidden; width: 100%; height: auto; }

.content__video--wistia iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.ui-button { display: inline-block; position: relative; cursor: pointer; }
.ui-button--color-blue { background: #0F204B; color: #FFFFFF; }
.ui-button--color-white { background: #FFFFFF; color: #0F204B; }
.ui-button--color-black { background: #000000; color: #FFFFFF; }
.ui-button--transparent { opacity: 0.55; }
.ui-button--size-big { width: 100px; height: 100px; }
.ui-button--size-small { width: 48px; height: 48px; }
.ui-button--size-xtra-small { width: 32px; height: 32px; }
.ui-button-padding { width: 70px; height: 70px; background: none; }
.ui-button-padding::before { right: 53px !important; height: 36px !important; top: 17px !important; }
.ui-button-padding::after { background: #FFFFFF; padding: 5px 10px; }
.ui-button-padding.ui-button { top: 0 !important; right: 0 !important; }
.ui-button-padding--invert::after { background: #0F204B; padding: 5px 14px 4px 14px; }
.ui-button--circled { border-radius: 50%; }
.ui-button--icon-close::after, .ui-button--icon-summary::after, .ui-button--icon-play::after, .ui-button--icon-expand::after, .ui-button--icon-down::after { font-family: "Font Awesome 5 Pro"; position: absolute; top: 50%; left: 50%; }
.ui-button--icon-close::after { -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); content: "\f00d"; font-size: 22px; }
.ui-button--icon-close.ui-button--size-big::after { font-size: 50px; }
.ui-button--icon-close.ui-button--size-small::after { font-size: 25px; }
.ui-button--icon-summary::after { -ms-transform: translateX(-50%) translateY(-50%) scaleY(-1); transform: translateX(-50%) translateY(-50%) scaleY(-1); content: "\f036"; }
.ui-button--icon-summary.ui-button--size-big::after { font-size: 40px; }
.ui-button--icon-summary.ui-button--size-small::after { font-size: 25px; }
.ui-button--icon-play::after { -ms-transform: translateX(-40%) translateY(-50%); transform: translateX(-40%) translateY(-50%); content: "\f04b"; }
.ui-button--icon-play.ui-button--size-big::after { font-size: 40px; }
.ui-button--icon-play.ui-button--size-small::after { font-size: 25px; }
.ui-button--icon-expand::after { -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); content: "\f31d"; }
.ui-button--icon-expand.ui-button--size-big::after { font-size: 40px; }
.ui-button--icon-expand.ui-button--size-small::after { font-size: 25px; }
.ui-button--icon-down::after { -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); content: "\f078"; }
.ui-button--icon-down.ui-button--size-big::after { font-size: 40px; }
.ui-button--icon-down.ui-button--size-small::after { font-size: 25px; }
.ui-button--labled { position: relative; cursor: pointer; }
.ui-button--labled::before { position: absolute; top: 0; font-size: 16px; background: rgba(0, 32, 85, 0.8); font-family: Avenir Next W10 Demi, sans-serif; color: #0F204B; text-transform: uppercase; height: 100%; padding: 8px 10px; white-space: nowrap; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; }
.ui-button--labled-before::before, .ui-button--labled-after::before { content: attr(title); transform: rotateY(90deg); -ms-transform-origin: right; transform-origin: right; transition: 0.15s ease; }
.ui-button--labled-before:hover::before, .ui-button--labled-after:hover::before { -ms-transform: translateY(0); transform: translateY(0); }
.ui-button--labled-before::before { right: 48px; -ms-transform-origin: right; transform-origin: right; }
.ui-button--labled-after::before { left: 48px; -ms-transform-origin: left; transform-origin: left; }
.ui-button--labled-after.ui-button--size-xtra-small::before { left: 32px; }
.ui-button--labled-before.ui-button--size-xtra-small::before { right: 32px; }
.ui-button--labled-after.ui-button--size-big::before { left: 100px; }
.ui-button--labled-before.ui-button--size-big::before { right: 100px; }
.ui-button--labled-invert::before { color: #0F204B; background: rgba(255, 255, 255, 0.8); }

@media all and (-ms-high-contrast: none) { *::-ms-backdrop, .ui-button--labled::before { content: ''; padding: 0; } }
.bordered--top { border-top-style: solid; }
.bordered--top.bordered--thin { border-top-width: 1px; }
.bordered--top.bordered--medium { border-top-width: 4px; }
.bordered--top.bordered--thick { border-top-width: 7px; }
.bordered--black { border-color: #000000; }
.bordered--white { border-color: #FFFFFF; }
.bordered--light-blue { border-color: #01AFED; }
.bordered--blue { border-color: #003591; }
.bordered--dark-blue { border-color: #0F204B; }
.bordered--bottom { border-bottom-style: solid; }
.bordered--bottom.bordered--thin { border-bottom-width: 1px; }
.bordered--bottom.bordered--medium { border-bottom-width: 4px; }
.bordered--bottom.bordered--thick { border-bottom-width: 7px; }

.content__heading { font-family: Avenir Next W10 Demi, sans-serif; font-size: 20px; color: #003591; }
.content__paragraph { margin-bottom: 15px; }
.content__imgcaption { font-family: AvenirNextLTW01-Medium, sans-serif; font-size: 14px; color: #787571; line-height: 20px; padding-bottom: 10px; margin-top: 10px; display: block; border-bottom: 1px solid #D8D8D8; }
.content__img--full-screen .content__img-wrapper { position: relative; }
.content__img--full-screen .content__img-wrapper:hover::before { background: rgba(255, 255, 255, 0.25); cursor: pointer; }
.content__img--full-screen .content__img-wrapper img { max-height: 640px; max-width: 100%; }
.content__infographic { position: relative; }
.content__infographic img { width: 100%; height: auto; }

@media screen and (max-width: 63.99875em) { .content__infographic { margin-bottom: 25px; }
  .content__paragraph { font-size: 16px; }
  .lightbox-image { position: relative; display: inline-block; }
  .lightbox-image img { max-height: 640px; }
  .lightbox-image::after { content: '\f31d'; width: 100px; height: 100px; border-radius: 50%; position: absolute; font-size: 40px; top: 50%; left: 50%; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); font-family: 'Font Awesome 5 Pro'; cursor: pointer; background: #FFFFFF; text-align: center; line-height: 100px; } }
.fancybox-button--zoom { display: none !important; }

@media print, screen and (min-width: 48em) { .lightbox-image img { max-height: 640px; max-width: 100%; } }
@media all and (-ms-high-contrast: none) { *::-ms-backdrop, .content__img-wrapper img { max-width: 640px; width: 100%; } }
@media all and (-ms-high-contrast: none) and (min-width: 1024px) { *::-ms-backdrop, .lightbox-image img { max-width: 480px; } }
@media all and (-ms-high-contrast: none) and (min-width: 1280px) { *::-ms-backdrop, .lightbox-image img { max-width: 560px; } }
@media all and (-ms-high-contrast: none) and (min-width: 1440px) { *::-ms-backdrop, .lightbox-image img { max-width: 640px; } }
.lightbox-image { position: relative; display: inline-block; }
.lightbox-image img { max-height: 640px; }
.lightbox-image::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0); transition: 0.15s ease; }
.lightbox-image:hover::after { content: '\f31d'; width: 100px; height: 100px; border-radius: 50%; position: absolute; font-size: 40px; top: 50%; left: 50%; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); font-family: 'Font Awesome 5 Pro'; cursor: pointer; background: #FFFFFF; text-align: center; line-height: 100px; }

.slider-article__heading { font-family: Avenir Next W10 Demi, sans-serif; font-size: 20px; color: #003591; }
.slider-article__paragraph { margin-bottom: 15px; }
.slider-article__imgcaption { font-family: AvenirNextLTW01-Medium, sans-serif; font-size: 14px; color: #787571; line-height: 20px; padding-bottom: 10px; margin-top: 10px; display: block; border-bottom: 1px solid #D8D8D8; }
.slider-article__img-wrapper { position: relative; }
.slider-article__img--full-screen .content__img-wrapper { position: relative; }
.slider-article__img--full-screen .content__img-wrapper:hover::before { background: rgba(255, 255, 255, 0.25); cursor: pointer; }
.slider-article__img--full-screen .content__img-wrapper img { max-height: 640px; max-width: 100%; }
.slider-article__infographic { position: relative; }
.slider-article__infographic img { width: 100%; height: auto; }
.slider-article__number { position: absolute; top: 50%; left: 50%; color: #000000; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }

@media screen and (max-width: 63.99875em) { .slider-article__infographic { margin-bottom: 25px; }
  .slider-article__paragraph { font-size: 16px; }
  .slider-article a { position: relative; display: inline-block; }
  .slider-article a img { max-height: 640px; } }
.fancybox-button--zoom { display: none !important; }

@media print, screen and (min-width: 48em) { .slider-article img { max-height: 640px; max-width: 100%; } }
@media all and (-ms-high-contrast: none) { *::-ms-backdrop, .slider-article__img-wrapper img { max-width: 640px; width: 100%; } }
@media all and (-ms-high-contrast: none) and (min-width: 1024px) { *::-ms-backdrop, .slider-article img { max-width: 480px; } }
@media all and (-ms-high-contrast: none) and (min-width: 1280px) { *::-ms-backdrop, .slider-article img { max-width: 560px; } }
@media all and (-ms-high-contrast: none) and (min-width: 1440px) { *::-ms-backdrop, .slider-article img { max-width: 640px; } }
.slider-article a { position: relative; display: inline-block; }
.slider-article a img { max-height: 640px; }

.slider-article { position: relative; }
.slider-article a::before { content: '\f24d'; font-size: 50px; font-family: 'Font Awesome 5 Pro'; border-radius: 50%; cursor: pointer; background: #FFFFFF; width: 100px; height: 100px; position: absolute; top: 50%; z-index: 990; margin-left: 2px; left: 50%; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); text-align: center; line-height: 100px; }
.slider-article a::after { content: attr(data-slide-number); position: absolute; top: 45%; left: 50%; z-index: 1010; font-size: 20px; font-family: Avenir Next W10 Demi, sans-serif; }
.slider-article__number { border-radius: 50%; cursor: pointer; background: #FFFFFF; width: 100px; height: 100px; position: absolute; top: 50%; z-index: 990; left: 50%; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); text-align: center; line-height: 100px; }

.article__next { padding: 60px 0; position: relative; z-index: 0; background: #FFFFFF; }
.article__next-expert { background: #FFFFFF; padding: 60px 30px; position: relative; z-index: 0; background: #FFFFFF; }
.article__next-expert .cell:nth-child(2) { margin-top: 50px; }
.article__next-expert .button { margin-top: 22px; }
.article__next-expert p { color: #333333; }
.article__mood-image--hidden { display: none; }
.article__copyright { margin-top: 10px; }
.article__copyright-list { display: none; }
.article__copyright-list ul { padding: 16px; color: #505050; font-family: Avenir Next W10 Regular, sans-serif; font-size: 18px; }
.article__copyright span { margin-left: 10px; display: inline-block; font-size: 15px; color: #0F204B; }
.article__copyright p { font-family: AvenirNextLTW01-Medium, sans-serif; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; }
.article__load-more { display: block; margin-top: 45px; }
.article__load-more-wrapper { width: 100%; text-align: center; }
.article__btn-back { display: -ms-flexbox; display: flex; -ms-flex-pack: end; justify-content: flex-end; max-width: 1440px; position: absolute; right: 0; top: 100px; margin: 0 auto; z-index: 1010; }
.article__btn-back .ui-button { right: 40px; position: absolute; }
.article__btn-back--fixed { left: 0; top: 40px; position: fixed; }
.article__default .article__header { padding: 0; }
.article__progress { width: 0; top: 0; border-top: 5px solid #01AFED; max-width: 1440px; position: relative; }
.article__progress::after { content: ''; display: inline-block; width: 8px; height: 8px; background: #01AFED; position: absolute; right: -3px; border-radius: 50%; top: -8px; }
@media screen and (max-width: 47.99875em) { .article__progress::after { top: -7px; } }
.article__progress-wrapper { position: fixed; z-index: 1200; max-width: 1440px; background: #E5E5E5; top: 0; border-bottom: 2px solid #FFFFFF; border-top: 2px solid #FFFFFF; margin-bottom: 1px; width: 100%; overflow: hidden; }
.article__back { width: 100%; display: -ms-flexbox; display: flex; -ms-flex-pack: end; justify-content: flex-end; }
.article__tags { font-family: AvenirNextW06-Bold, sans-serif; font-size: 20px; text-transform: uppercase; margin: 0 0 20px 0; padding-bottom: 10px; color: #0F204B; border-bottom: 7px solid #01AFED; }
.article__tags-inner { width: 90%; }
.article__tags li { margin-right: 30px; position: relative; }
.article__tags li:last-child { margin: 0; }
.article__tags li:not(:last-child):before { position: absolute; content: '・'; right: -27px; }
.article__header { padding: 40px; background: #FFFFFF; }
.article__header .pf-headline--1, .article__header h1, .article__header p { color: #0F204B; }
.article__header--blue { background: rgba(0, 53, 145, 0.8); }
.article__header--blue .article__tags { color: #FFFFFF; border: none; }
.article__header--green { background: rgba(53, 168, 40, 0.8); }
.article__header--green .article__summary { color: #0F204B; }
.article__header--green .article__tags { border: none; }
.article__header--green .article__tags li:not(:first-child)::before { color: #0F204B; }
.article__header--white-transparent { background: rgba(255, 255, 255, 0.85); }
.article__header .article__meta { padding: 10px 0; border-top: 4px solid #01AFED; border-bottom: 1px solid #01AFED; }
.article__header .article__meta li { margin-right: 30px; }
.article__header .article__meta .info-label, .article__header .article__meta span { color: #0F204B; }
.article__header .article__meta .info-label__icon { font-size: 20px; }
.article__header--green .article__meta, .article__header--blue .article__meta { border-top: 4px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; }
.article__header--green .article__meta .info-label, .article__header--green .article__meta span, .article__header--blue .article__meta .info-label, .article__header--blue .article__meta span { color: #FFFFFF; }
.article__header--green .pf-headline--1, .article__header--green h1, .article__header--green p, .article__header--blue .pf-headline--1, .article__header--blue h1, .article__header--blue p { color: #FFFFFF; }
.article__header--green .article__tags, .article__header--blue .article__tags { font-family: Avenir Next W10 Demi, sans-serif; border-bottom: 7px solid #FFFFFF; }
.article__dialogue-avatar-wrapper { position: relative; }
.article__dialogue-avatar-outer { width: 64px; border-radius: 50%; height: 64px; overflow: hidden; position: relative; z-index: 1100; }
.article__dialogue-avatar-outer img { width: 100%; height: auto; margin-bottom: 16px; left: 50%; top: 50%; position: absolute; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: none; }
.article__summary { margin: 20px 0 40px 0; font-size: 20px; line-height: 32px; }
.article__author { width: 100%; background: #FFFFFF; }
.article__dialogue-text { -ms-transform: scale(0); transform: scale(0); line-height: 30px; }
.article__dialogue-load { position: absolute; text-align: center; width: 70px; height: 40px; background: #F2F2F2; border-radius: 15px; z-index: 1; top: 50%; }
.article__dialogue-load-wrapper { width: 100%; display: -ms-flexbox; display: flex; }
.article__dialogue-load-wrapper--hide { visibility: hidden; }
.article__dialogue-load .dot { height: 10px; width: 10px; margin-top: 16px; border-radius: 100%; display: inline-block; background-color: #D8D8D8; animation: 1.2s article-interview-Loading ease-in-out infinite; }
.article__dialogue-load .dot:nth-of-type(2) { animation-delay: 0.15s; }
.article__dialogue-load .dot:nth-of-type(3) { animation-delay: 0.25s; }
.article__dialogue-item { display: none; margin-bottom: 50px; }
.article__dialogue-item--first { display: block; }
.article__dialogue-item--visible { display: block; visibility: hidden; }
.article__dialogue-item--show { visibility: visible; display: block; }
.article__dialogue-item--show .article__dialogue-avatar-outer { animation: article-dialogue-avatar-animation ease-in-out 0.3s; }
.article__dialogue-item--show .article__dialogue-text { animation: article-dialogue-text-animation ease-in-out 0.3s; animation-delay: 0.8s; animation-fill-mode: forwards; }
.article__dialogue-item--left .article__dialogue-text { background: #FFFFFF; margin: 10px 20px 0 20px; }
.article__dialogue-item--left .article__dialogue-avatar-wrapper { margin-left: 20px; }
.article__dialogue-item--left .article__dialogue-load { right: -30px; -ms-transform: translateX(100%) translateY(-50%); transform: translateX(100%) translateY(-50%); }
.article__dialogue-item--left .article__dialogue-load-wrapper { -ms-flex-pack: start; justify-content: flex-start; }
.article__dialogue-item--right .article__dialogue-text { background: #99D9F0; margin: 10px 20px 0 20px; }
.article__dialogue-item--right .article__dialogue-avatar-wrapper { margin-right: 20px; }
.article__dialogue-item--right .article__dialogue-load { left: -30px; -ms-transform: translateX(-100%) translateY(-50%); transform: translateX(-100%) translateY(-50%); }
.article__dialogue-item--right .article__dialogue-load-wrapper { -ms-flex-pack: end; justify-content: flex-end; }
.article__dialogue-text { color: #0F204B; font-family: Avenir Next W10 Regular, sans-serif; padding: 30px 40px; border-radius: 10px; margin: 0; }
.article__read-next { width: 100%; background: #FFFFFF; position: relative; padding: 30px; }
.article__read-next-head { position: relative; }
.article__read-next-headline { text-transform: uppercase; font-size: 20px; margin: 0; color: #0F204B; padding: 3px 10px 3px 3px; background: #FFFFFF; position: absolute; left: 0; top: -18px; }
.article__read-next-border { margin-bottom: 30px; }
.article__read-next .article-teaser__overlay { z-index: 120; }
.article__info-list { padding: 30px; position: relative; z-index: 0; background: #FFFFFF; }
.article__info-list-item { padding: 25px 0 10px 0; border-top: 1px solid #003591; }
.article__info-list-item > div { -ms-flex-align: start; align-items: flex-start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-flow: row; flex-flow: row; }
.article__info-list-item > div > div:last-child { padding-left: 33px; }
.article__info-list-header { text-transform: uppercase; font-family: AvenirNextW06-Bold, sans-serif; font-size: 18px; color: #0F204B; line-height: 25px; margin: 0 0 10px 0; }
.article__info-list-text { font-size: 18px; color: #787571; line-height: 26px; margin: 0; font-family: Avenir Next W10 Regular, sans-serif; }
.article__info-list-icon { color: #01AFED; font-size: 54px; }

@media screen and (max-width: 79.99875em) { .article__dialogue-avatar { margin-bottom: 10px; }
  .article__dialogue-text { padding: 20px; }
  .article__dialogue-text { font-size: 16px; }
  .article__read-next { padding: 30px 10px; }
  .article__btn-back { top: 90px; margin: 0 auto; z-index: 1010; }
  .article__btn-back .ui-button { right: 20px; }
  .article__btn-back--fixed { top: 40px; } }
@media screen and (min-width: 80em) { .article .article__btn-back { width: 1440px; } }
@keyframes article-dialogue-text-animation { 0% { transform: scale(0.5); transition: 0.3s ease; transform-origin: center center; opacity: 0; }
  100% { transform: scale(1); opacity: 1; } }
@keyframes article-dialogue-avatar-animation { 0% { transform: scale(0.8); }
  70% { transform: scale(1.07); }
  100% { transform: scale(1); } }
@keyframes article-interview-Loading { 15% { transform: translateY(-35%); opacity: 0.5; }
  30% { transform: translateY(0%); opacity: 1; } }
@media screen and (max-width: 29.99875em) { .article { padding: 0; } }
@media screen and (max-width: 63.99875em) { .article__read-next { padding: 20px; }
  .article__read-next .article-teaser { margin-bottom: 10px; }
  .article__info-list { padding: 20px; }
  .article__info-list-item { margin-bottom: 40px; }
  .article__dialogue-text { -ms-transform: scale(0); transform: scale(0); line-height: 26px; }
  .article__copyright-list { padding: 0 !important; }
  .article__copyright-list-container { padding: 70px 20px 0 20px; }
  .article__copyright-top { padding: 20px 0 20px 20px; position: fixed; top: 0; border-bottom: 1px solid #E5E5E5; }
  .article__copyright-top, .article__copyright-bottom { width: 100%; height: 70px; background: #FFFFFF; }
  .article__copyright-bottom { position: fixed; left: 0; z-index: 1000000; display: none; bottom: 0; border-top: 1px solid #E5E5E5; }
  .article__copyright-head { color: #0F204B; margin-top: 0; }
  .article__copyright-close-icon { display: -ms-flexbox; display: flex; background: #0F204B; border-radius: 50%; color: #FFFFFF; padding: 5px; width: 40px; cursor: pointer; height: 40px; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; z-index: 100; position: absolute; bottom: 15px; left: 50%; -ms-transform: translateX(-50%); transform: translateX(-50%); }
  .article__copyright-close-icon input { display: none; }
  .article__copyright-close-icon label { cursor: pointer; }
  .article__copyright-close-icon i { color: #FFFFFF; }
  .article__copyright-list { height: 100%; width: 100%; }
  .article__copyright-list ul { width: 100%; padding: 20px 0 70px 0; } }
.fancybox-slide { padding: 0; }

@media print, screen and (min-width: 48em) { .article__progress { border-top: 8px solid #01AFED; } }
@media print, screen and (min-width: 64em) { .article__default { padding-left: 50%; position: relative; z-index: 1; }
  .article__default-inner { position: relative; background: #FFFFFF; padding: 40px 40px 0; }
  .article__default p::-moz-selection { background: #99D9F0; }
  .article__default p::selection { background: #99D9F0; }
  .article__default .article__header .article__meta { margin-bottom: 45px; }
  .article__dialogue-item--left .article__dialogue-text { margin: 0 0 0 20px; }
  .article__dialogue-item--right .article__dialogue-text { margin: 0 20px 0 0; }
  .article__copyright-list { min-width: 720px; }
  .article__mood-container { overflow: hidden; width: 50%; position: absolute; top: 0; bottom: 0; }
  .article__mood-wrapper { max-width: 720px; overflow: hidden; width: 50%; position: fixed; top: 0; bottom: 0; }
  .article__mood-image { max-width: none; min-height: 100%; min-width: 100%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); position: absolute; top: 50%; left: 50%; }
  .article__mood-image--last { position: relative; }
  .article__mood__read-next .article-teaser { width: calc(25% - 10px); } }
@media screen and (min-width: 80em) { .article__next-expert .cell:nth-child(2) { margin-top: 0; padding-left: 50px; } }
@media screen and (max-width: 79.99875em) { .article__image { margin-bottom: 40px; }
  .article__image img { width: 100%; height: auto; }
  .article__default-inner { padding: 20px 20px 0 20px; } }
.article-quote { position: relative; z-index: 110; width: 100%; padding: 25px 20px 20px 20px; background: #F2F2F2; margin-top: 10px; margin-bottom: 40px; }
.article-quote__name, .article-quote__position { font-size: 16px; }
.article-quote__name { font-family: Avenir Next W10 Demi, sans-serif; font-size: 16px; color: #0F204B; }
.article-quote__position { font-family: AvenirNextLTW01-Medium, sans-serif; color: #787571; line-height: 1.3; }
.article-quote__text { font-family: AvenirNextLTW01-Medium, sans-serif; font-size: 16px; color: #0F204B; line-height: 28px; position: relative; }
.article-quote__icon { font-size: 28px; }
.article-quote__avatar-wrapper { width: 84px; border-radius: 50%; height: 84px; overflow: hidden; position: relative; }
.article-quote__avatar-wrapper img { width: 100%; height: auto; margin-bottom: 16px; left: 50%; top: 50%; position: absolute; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: none; }
.article-quote__text-wrapper { display: inline-block; margin-left: 20px; }
.article-quote__inner { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 29.99875em) { .article-quote__wrapper { margin-left: -20px; margin-right: -20px; }
  .article-quote__text { margin-top: 20px; margin-left: 0; }
  .article-quote__text::before { left: 0; width: 26px; height: 18px; background-size: 25px; }
  .article-quote__avatar-wrapper { width: 60px; height: 60px; } }
@media all and (-ms-high-contrast: none) { *::-ms-backdrop, .article-quote { max-width: 640px; width: 100%; } }
@media all and (-ms-high-contrast: none) and (min-width: 1024px) { *::-ms-backdrop, .article-quote { max-width: 480px; } }
@media all and (-ms-high-contrast: none) and (min-width: 1280px) { *::-ms-backdrop, .article-quote { max-width: 560px; } }
@media all and (-ms-high-contrast: none) and (min-width: 1440px) { *::-ms-backdrop, .article-quote { max-width: 640px; } }
.header { margin: 0; padding: 15px 15px 2px; position: relative; top: 0; width: 100%; z-index: 110; background: #FFFFFF; max-width: 1440px; }
.header .text-right img { margin-right: 30px; }
.header__logo-right { display: inline-block; }
.header__logo { position: absolute; top: 15px; width: 98px; height: 42px; transition: right 0.25s ease-in; background: #FFFFFF; z-index: 1000; right: calc(100% - 98px - 15px); }
.header__logo a, .header__logo svg { position: relative; width: 100%; height: 100%; }
.header--fixed { position: fixed; }
.header__title, .header__subtitle { color: #0F204B; margin: 0; }
.header__title { font-family: 'broaderview'; font-size: 32px; text-transform: uppercase; line-height: 32px; }
.header__subtitle { font-family: Avenir Next W10 Demi, sans-serif; font-size: 14px; color: #0F204B; line-height: 14px; }

@media screen and (max-width: 63.99875em) { .header { height: 56px; padding: 7px 7px 0; }
  .header__title { font-size: 18px; line-height: 26px; }
  .header__subtitle { font-size: 14px; line-height: 19px; }
  .header img { margin-top: -10px; }
  .header__logo-right { margin-top: -5px; }
  .header__logo-right a { display: inline-block; }
  .header__logo { top: 7px; right: calc(100% - 98px - 7px); } }
@media screen and (max-width: 47.99875em) { .header { height: 56px; }
  .header .text-right img { margin-right: 15px; } }
.ui-button { display: inline-block; position: relative; cursor: pointer; }
.ui-button--color-blue { background: #0F204B; color: #FFFFFF; }
.ui-button--color-white { background: #FFFFFF; color: #0F204B; }
.ui-button--color-black { background: #000000; color: #FFFFFF; }
.ui-button--transparent { opacity: 0.55; }
.ui-button--size-big { width: 100px; height: 100px; }
.ui-button--size-small { width: 48px; height: 48px; }
.ui-button--size-xtra-small { width: 32px; height: 32px; }
.ui-button-padding { width: 70px; height: 70px; background: none; }
.ui-button-padding::before { right: 53px !important; height: 36px !important; top: 17px !important; }
.ui-button-padding::after { background: #FFFFFF; padding: 5px 10px; }
.ui-button-padding.ui-button { top: 0 !important; right: 0 !important; }
.ui-button-padding--invert::after { background: #0F204B; padding: 5px 14px 4px 14px; }
.ui-button--circled { border-radius: 50%; }
.ui-button--icon-close::after, .ui-button--icon-summary::after, .ui-button--icon-play::after, .ui-button--icon-expand::after, .ui-button--icon-down::after { font-family: "Font Awesome 5 Pro"; position: absolute; top: 50%; left: 50%; }
.ui-button--icon-close::after { -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); content: "\f00d"; font-size: 22px; }
.ui-button--icon-close.ui-button--size-big::after { font-size: 50px; }
.ui-button--icon-close.ui-button--size-small::after { font-size: 25px; }
.ui-button--icon-summary::after { -ms-transform: translateX(-50%) translateY(-50%) scaleY(-1); transform: translateX(-50%) translateY(-50%) scaleY(-1); content: "\f036"; }
.ui-button--icon-summary.ui-button--size-big::after { font-size: 40px; }
.ui-button--icon-summary.ui-button--size-small::after { font-size: 25px; }
.ui-button--icon-play::after { -ms-transform: translateX(-40%) translateY(-50%); transform: translateX(-40%) translateY(-50%); content: "\f04b"; }
.ui-button--icon-play.ui-button--size-big::after { font-size: 40px; }
.ui-button--icon-play.ui-button--size-small::after { font-size: 25px; }
.ui-button--icon-expand::after { -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); content: "\f31d"; }
.ui-button--icon-expand.ui-button--size-big::after { font-size: 40px; }
.ui-button--icon-expand.ui-button--size-small::after { font-size: 25px; }
.ui-button--icon-down::after { -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); content: "\f078"; }
.ui-button--icon-down.ui-button--size-big::after { font-size: 40px; }
.ui-button--icon-down.ui-button--size-small::after { font-size: 25px; }
.ui-button--labled { position: relative; cursor: pointer; }
.ui-button--labled::before { position: absolute; top: 0; font-size: 16px; background: rgba(0, 32, 85, 0.8); font-family: Avenir Next W10 Demi, sans-serif; color: #0F204B; text-transform: uppercase; height: 100%; padding: 8px 10px; white-space: nowrap; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; }
.ui-button--labled-before::before, .ui-button--labled-after::before { content: attr(title); transform: rotateY(90deg); -ms-transform-origin: right; transform-origin: right; transition: 0.15s ease; }
.ui-button--labled-before:hover::before, .ui-button--labled-after:hover::before { -ms-transform: translateY(0); transform: translateY(0); }
.ui-button--labled-before::before { right: 48px; -ms-transform-origin: right; transform-origin: right; }
.ui-button--labled-after::before { left: 48px; -ms-transform-origin: left; transform-origin: left; }
.ui-button--labled-after.ui-button--size-xtra-small::before { left: 32px; }
.ui-button--labled-before.ui-button--size-xtra-small::before { right: 32px; }
.ui-button--labled-after.ui-button--size-big::before { left: 100px; }
.ui-button--labled-before.ui-button--size-big::before { right: 100px; }
.ui-button--labled-invert::before { color: #0F204B; background: rgba(255, 255, 255, 0.8); }

@media all and (-ms-high-contrast: none) { *::-ms-backdrop, .ui-button--labled::before { content: ''; padding: 0; } }
.article-teaser { position: relative; max-width: calc(25% - 10px); }
.article-teaser--big { max-width: calc(50% - 10px); }
.article-teaser--big .article-teaser__title { color: #FFFFFF; font-size: 36px; line-height: 42px; }
.article-teaser__image-wrapper { overflow: hidden; position: relative; }
.article-teaser__container { width: 100%; position: relative; }
.article-teaser__summary { font-family: Avenir Next W10 Regular, sans-serif; font-size: 18px; color: #0F204B; line-height: 26px; }
.article-teaser__title { line-height: 32px; }
.article-teaser__tags { color: #99D9F0; font-family: AvenirNextW06-Bold, sans-serif; font-size: 16px; text-transform: uppercase; margin: 0; }
.article-teaser__tags li { margin-right: 15px; position: relative; }
.article-teaser__tags li:last-child { margin: 0; }
.article-teaser__tags li:not(:last-child)::before { position: absolute; content: '・'; right: -17px; color: #99D9F0; }
.article-teaser__overlay { position: absolute; height: 100%; padding: 30px 40px; background: rgba(255, 255, 255, 0.95); display: none; z-index: 120; top: 0; right: 0; left: 0; }
.article-teaser__overlay .article-teaser__title { color: #0F204B; line-height: 42px; }
.article-teaser__overlay .article-teaser__tags { color: #0F204B; }
.article-teaser__overlay .article-teaser__tags li::before { color: #0F204B; }
.article-teaser__overlay .ui-button { position: absolute; top: 10px; right: 10px; }
.article-teaser__text { position: absolute; bottom: 10px; left: 40px; right: 40px; }
.article-teaser .ui-button { position: absolute; top: 10px; right: 10px; }
.article-teaser .ui-button--labled::before { font-size: 16px; background: rgba(0, 32, 85, 0.8); text-transform: uppercase; color: #FFFFFF; }
.article-teaser__gradient { width: 100%; height: 100%; opacity: 0.8; position: absolute; top: 0; left: 0; background-image: linear-gradient(-180deg, rgba(15, 32, 75, 0) 0%, #0F204B 100%); }

@media screen and (max-width: 63.99875em) { .article-teaser { max-width: calc(100%); margin-bottom: 5px; }
  .article-teaser__image-wrapper { height: 212px; }
  .article-teaser__image-wrapper img { min-width: 100%; height: auto; top: 50%; position: relative; -ms-transform: translateY(-50%); transform: translateY(-50%); }
  .article-teaser--big { max-width: calc(100%); }
  .article-teaser--big .article-teaser__title { font-size: 24px; line-height: 32px; }
  .article-teaser__title { font-family: AvenirNextLTW01-Medium, sans-serif; font-size: 24px; line-height: 32px; }
  .article-teaser__text { bottom: 0; }
  .article-teaser__overlay { padding: 30px 20px; position: fixed; overflow: auto; z-index: 1010; }
  .article-teaser__overlay .article-teaser__meta { display: none; }
  .article-teaser__overlay--no-scroll { overflow: hidden; }
  .article-teaser__image-wrapper { overflow: hidden; max-height: 720px; }
  .article-teaser__next-btn, .article-teaser__close-btn { position: fixed; left: 0; width: 100%; }
  .article-teaser__next-btn .button, .article-teaser__close-btn .button { margin: 0; width: 100%; -ms-flex-pack: justify; justify-content: space-between; }
  .article-teaser__next-btn .button::after, .article-teaser__close-btn .button::after { font-size: 30px; }
  .article-teaser__next-btn { height: 50px; bottom: 0; }
  .article-teaser__next-btn a .info-label__text { margin-right: 30px; }
  .article-teaser__next-btn a::after { position: absolute; right: 20px; }
  .article-teaser__next-btn span { color: #FFFFFF; font-family: AvenirNextLTW01-Medium, sans-serif; font-size: 15px; text-transform: capitalize; }
  .article-teaser__close-btn { bottom: 50px; background: #FFFFFF; }
  .article-teaser__close-btn .button { padding: 14px 20px 14px 20px; border: none; border-top: 1px solid #D8D8D8; } }
@media print, screen and (min-width: 48em) { .article-teaser { max-width: calc(50% - 10px); margin: 5px; }
  .article-teaser--big { max-width: calc(100% - 10px); }
  .article-teaser__image-wrapper { overflow: hidden; height: 405px; } }
@media screen and (min-width: 64em) and (max-width: 79.99875em) { .article-teaser__image-wrapper { height: 375px; } }
@media print, screen and (min-width: 64em) { .article-teaser { max-width: calc(33% - 10px); margin: 5px; }
  .article-teaser--big { max-width: calc(66% - 10px); }
  .article-teaser.large-4 .article-teaser__overlay { left: calc(-100% - 10px); }
  .article-teaser.large-4 .article-teaser__overlay--right { right: calc(-100% - 10px); left: auto; }
  .article-teaser__next-btn, .article-teaser__meta { position: absolute; }
  .article-teaser__next-btn { right: 40px; bottom: 10px; }
  .article-teaser__meta { left: 40px; bottom: 37px; }
  .teaser-list-article-next .article-teaser { max-width: calc(50% - 10px); }
  .teaser-list { padding: 0 0 20px 0; width: 100%; } }
@media screen and (min-width: 90em) { .article-teaser__container { margin-left: -5px; width: 1450px; } }
@media screen and (min-width: 80em) { .article-teaser { max-width: calc(25% - 10px); }
  .article-teaser--big { max-width: calc(50% - 10px); }
  .article-teaser.xlarge-3 .article-teaser__overlay { left: calc(-100% - 10px); }
  .article-teaser.xlarge-3 .article-teaser__overlay--right { right: calc(-100% - 10px); left: auto; }
  .article-teaser__image-wrapper img { height: 100%; width: auto; max-width: none; }
  .teaser-list-article-next .article-teaser { max-width: calc(25% - 10px); } }
.teaser-list-article-next .article-teaser__title { font-size: 26px; line-height: 30px; }

.author__label { font-size: 20px; }
.author__label { color: #003591; padding-top: 35px; font-family: Avenir Next W10 Demi, sans-serif; margin-bottom: 10px; }
.author__info { display: block; margin-bottom: 25px; color: #787571; font-family: AvenirNextLTW01-Medium, sans-serif; font-size: 16px; }
.author__name { color: #0F204B; font-family: Avenir Next W10 Demi, sans-serif; margin: 20px 0 0 0; font-size: 18px; }
.author__avatar-wrapper { width: 194px; border-radius: 50%; height: 194px; overflow: hidden; position: relative; }
.author__avatar-wrapper img { width: 100%; height: auto; margin-bottom: 16px; left: 50%; top: 50%; position: absolute; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: none; }
.author__text { margin-left: 30px; width: 60%; }

@media screen and (max-width: 63.99875em) { .author__wrapper { padding-bottom: 60px; margin-bottom: 40px; border-bottom: 1px solid #99D9F0; }
  .author__info { margin-bottom: 10px; }
  .author__avatar { width: 100%; height: auto; }
  .author__avatar-wrapper { width: 100px; height: 100px; min-width: 100px; max-width: 100px; } }
@media print, screen and (min-width: 64em) { .author__wrapper { margin: 0 -40px; padding: 0 40px 20px 40px; border-top: 2px solid #99D9F0; }
  .author__wrapper--border-bottom { border-bottom: 2px solid #99D9F0; padding: 0 40px 40px 40px; }
  .author__offset { padding-left: 30px; -ms-flex-align: center; align-items: center; -ms-flex-item-align: center; align-self: center; }
  .author__label { margin-bottom: 20px; }
  .author__info { font-size: 18px; }
  .author__name { font-size: 20px; } }
@media screen and (max-width: 79.99875em) { .author__wrapper { margin: 0 -20px; padding: 0 20px 20px 20px; }
  .author__wrapper > div:last-child { -ms-flex-flow: row; flex-flow: row; } }
.article-slideshow { position: relative; }
.article-slideshow__header-container { position: relative; }
.article-slideshow__image-container, .article-slideshow__img-container { position: relative; max-width: 1440px; top: 0; }
.article-slideshow__image-container--fixed, .article-slideshow__img-container--fixed { position: fixed; }
.article-slideshow__inner-container { position: relative; top: 80px; padding-bottom: 70px; }
.article-slideshow__close-icon { display: -ms-flexbox; display: flex; background: #0F204B; border-radius: 50%; color: #FFFFFF; padding: 5px; width: 40px; height: 40px; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; cursor: pointer; z-index: 1000000; position: fixed; top: 30px; right: 30px; }
.article-slideshow__close-icon input { display: none; }
.article-slideshow__close-icon label { cursor: pointer; }
.article-slideshow__close-icon i { color: #FFFFFF; }
.article-slideshow__slide-text { margin: 20px 0; }
.article-slideshow__slide-text-only { border: 1px solid #D8D8D8; padding: 60px 70px 70px 70px; overflow: auto; margin-top: 20px; }
@media screen and (max-width: 79.99875em) { .article-slideshow__slide-text-only { padding: 30px; } }
.article-slideshow__slide-text-only h1 { text-align: left; }
.article-slideshow__slide-headline { font-family: AvenirNextLTW01-Medium, sans-serif; font-size: 18px; color: #787571; line-height: 26px; margin-bottom: 10px; text-align: left; }
.article-slideshow__slide-copy { font-family: Avenir Next W10 Regular, sans-serif; font-size: 16px; color: #000000; line-height: 28px; text-align: left; }
.article-slideshow__btn-wrapper { -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); position: absolute; width: 100%; left: 50%; top: 50%; display: block; text-align: center; }
.article-slideshow__image { position: relative; }
.article-slideshow__image a { -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); position: absolute; width: auto; left: 50%; top: 50%; }
.article-slideshow__image { background-position: center; background-repeat: no-repeat; background-size: cover; }
.article-slideshow__image--blur { filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='1'); -webkit-filter: url(#blur-filter); filter: url(#blur-filter); }
.article-slideshow__image { transition: 0.5s ease; }
.article-slideshow__image-overlay { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #000000; opacity: 0; }
.article-slideshow .article__header { position: absolute; top: 27px; }
.article-slideshow .article__header .article__tags { margin: 0; }
.article-slideshow .article__btn-back { position: absolute; top: 30px; width: auto; z-index: 1030; }
.article-slideshow .article__btn-back--fixed { position: fixed; right: 30px; top: 30px; }
.article-slideshow .article__btn-back .ui-button { position: absolute; right: 30px; }
.article-slideshow__slideshow { position: relative; }
.article-slideshow__slideshow-container { position: relative; display: none; background: #FFFFFF; height: 100%; padding: 0; }
.article-slideshow__slideshow-container .fancybox-close-small { display: none; }
.article-slideshow__thumbs-container { padding: 15px 0; border-bottom: 1px solid #01AFED; }
.article-slideshow__thumbs-item { overflow: hidden; height: 210px; width: 25%; padding: 0 10px; position: relative; }
.article-slideshow__thumbs-item-overlay { position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); left: 0; top: 0; visibility: hidden; z-index: 1000; text-align: center; text-transform: uppercase; }
.article-slideshow__thumbs-item-overlay-wrapper { display: inline-block; top: 50%; position: relative; -ms-transform: translateY(-50%); transform: translateY(-50%); }
.article-slideshow__thumbs-item-overlay i, .article-slideshow__thumbs-item-overlay span { color: #FFFFFF; font-size: 15px; }
.article-slideshow__thumbs-item-overlay span { font-family: Avenir Next W10 Demi, sans-serif; padding-left: 5px; }
.article-slideshow__thumbs-item:hover .article-slideshow__thumbs-item-overlay { visibility: visible; }
.article-slideshow__thumbs-item img { height: 100%; width: auto; max-width: none; border: 1px solid #D8D8D8; position: absolute; left: 50%; -ms-transform: translateX(-50%); transform: translateX(-50%); }
.article-slideshow__thumbs-item:nth-child(n+1) { border-right: 10px solid #FFFFFF; }

@media screen and (max-width: 63.99875em) { .article-slideshow .article__header { padding: 16px 20px 20px 20px; margin: 0 10px; }
  .article-slideshow .article__header .article__meta li { margin-right: 10px; }
  .article-slideshow .article__summary { margin-bottom: 0; }
  .article-slideshow .article__btn-back { display: inline-block; width: 100%; top: 0; right: 10px; transition: 0.1s ease; }
  .article-slideshow .article__btn-back .ui-button { right: 0; }
  .article-slideshow .article__btn-back a::before { content: ''; }
  .article-slideshow .article__btn-back--fixed { top: 10px; right: 10px !important; position: fixed; transition: 0.7s ease; }
  .article-slideshow .article__btn-back--fixed .ui-button { right: 10px; }
  .article-slideshow .article__tags { font-size: 18px; border-bottom: 5px solid #01AFED; }
  .article-slideshow .article__heading { margin-top: 30px; }
  .article-slideshow__image { max-height: 90vh; max-width: initial; }
  .article-slideshow .article__header { position: relative; }
  .article-slideshow .article__btn-back { top: 10px; }
  .article-slideshow .article__btn-back--fixed { right: 0; top: 10px; }
  .article-slideshow__img { transition: 0.4s top ease; top: 0; z-index: 120; will-change: top; position: relative; }
  .article-slideshow__img-container { position: relative; }
  .article-slideshow__img-container--fixed { position: fixed; top: 0; z-index: 1020; }
  .article-slideshow__img-container--fixed .article-slideshow__img-header { top: 0; }
  .article-slideshow__img-container--fixed .article-slideshow__img { top: 70px; }
  .article-slideshow__img--fixed { position: fixed; top: 70px; }
  .article-slideshow__img-header { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; padding: 0 20px; width: 100%; min-height: 70px; background: #FFFFFF; position: fixed; z-index: 121; top: -70px; transition: 0.4s top ease; will-change: top; }
  .article-slideshow__img-header span { color: #0F204B; font-family: AvenirNextLTW01-Medium, sans-serif; font-size: 20px; display: inline-block; width: 90%; }
  .article-slideshow__img-header--fixed { position: fixed; top: 0; width: 100%; } }
@media screen and (max-width: 79.99875em) { .article-slideshow .article__btn-back--fixed { right: 0; }
  .fancybox-container .swiper-button-next, .fancybox-container .swiper-button-prev { display: none; } }
.fancybox-container .swiper-button-next, .fancybox-container .swiper-button-prev { display: none; }

@media print, screen and (min-width: 64em) { .article-slideshow .article__header { top: 30px; padding: 0; background: transparent; }
  .article-slideshow .article__header-container { width: 100%; width: calc(66.66667% - 1.66667rem); margin-right: 0.83333rem; margin-left: 0.83333rem; margin-left: calc(8.33333% + 0.55556rem); padding: 40px; margin-top: 170px; }
  .article-slideshow .article__header .article__tags { border: none; }
  .article-slideshow__btn-back { width: 1440px; z-index: 1010; right: 0; top: -25px; }
  .article-slideshow__btn-back--fixed { top: 25px; }
  .article-slideshow__close-icon { position: absolute; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); right: 25px; }
  .article-slideshow__slide-headline { margin-top: 30px; }
  .article-slideshow__image { min-height: 820px; }
  .article-slideshow__image { max-width: 1440px; }
  .article-slideshow__image img { height: 100%; } }
@media screen and (min-width: 80em) { .article-slideshow .article__btn-back { right: 0; }
  .article-slideshow .article__header-container { width: calc(50% - 1.66667rem); margin-right: 0.83333rem; margin-left: 0.83333rem; margin-left: calc(8.33333% + 0.55556rem); }
  .article-slideshow__navigation { height: 70px; width: 81% !important; margin: 0 auto; position: fixed; top: 0; z-index: 1000000; left: 50%; -ms-transform: translateX(-50%); transform: translateX(-50%); display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; } }
@media screen and (min-width: 90em) { .article-slideshow .article__btn-back { width: 1440px; right: 0; } }
@media screen and (max-width: 29.99875em) { .article-slideshow__image a { width: 60%; } }
.swiper-slide { text-align: center; }
.swiper-slide img { border: 1px solid #D8D8D8; }

.swiper-slide-inner { padding: 0 20px; }
.swiper-slide-inner img { width: 100%; height: auto; }

.swiper-button-next--article-slideshow-slider { background-image: url("/static/DigitalMagazine/images/slider-arrow-right.svg"); background-position: right; -ms-flex-align: center; align-items: center; }
.swiper-button-next--article-slideshow-slider span { display: block; width: 200px; }

.swiper-button-prev--article-slideshow-slider { background-image: url("/static/DigitalMagazine/images/slider-arrow-left.svg"); background-position: left; }
.swiper-button-prev--article-slideshow-slider span { display: block; width: 200px; margin-left: 50px; }

.swiper-button-prev-wrapper { position: absolute; left: 0; z-index: 1000000; }

.swiper-button-next-wrapper { position: absolute; right: 0; z-index: 1000000; }

.swiper-button-disabled { opacity: 0.25; cursor: none; pointer-events: none; color: #D8D8D8; }

.swiper-button-next--article-slideshow-slider, .swiper-button-prev--article-slideshow-slider { background-size: 40px 40px; width: 40px; height: 40px; z-index: 1010; position: static; margin-top: 0; }

@media screen and (min-width: 80em) { .swiper-button-next--article-slideshow-slider, .swiper-button-prev--article-slideshow-slider { display: none; position: absolute; } }
.swiper-button-prev-wrapper { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; cursor: pointer; }
.swiper-button-prev-wrapper span { padding-left: 20px; }

.swiper-button-next-wrapper { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; cursor: pointer; }
.swiper-button-next-wrapper span { padding-right: 20px; }

.swiper-button-prev-wrapper span, .swiper-button-next-wrapper span { font-family: AvenirNextLTW01-Medium, sans-serif; font-size: 18px; color: #0F204B; position: relative; z-index: 1100; }

.article-slideshow__pagination-wrapper { width: 100%; padding: 20px 0 20px 3px; text-align: left; background: #FFFFFF; font-size: 20px; font-family: AvenirNextLTW01-Medium, sans-serif; color: #0F204B; }

.swiper-pagination-fraction { width: auto; display: inline-block; }

@media screen and (min-width: 80em) { .swiper-slide-inner { width: 80%; margin: 0 auto 0 auto; padding: 0; }
  .swiper-button-next--article-slideshow-slider, .swiper-button-prev--article-slideshow-slider { background-size: 52px 52px; width: 52px; height: 52px; } }
@media screen and (max-width: 89.99875em) { .swiper-button-prev-wrapper, .swiper-button-next-wrapper { top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); position: absolute; z-index: 100000; } }
@media screen and (max-width: 79.99875em) { .article-slideshow__button-wrapper { position: fixed; bottom: 0; height: 70px; z-index: 100000; left: 0; width: 100%; border-top: 1px solid #D8D8D8; background: #FFFFFF; }
  .article-slideshow__navigation { width: 100% !important; padding-left: 20px; }
  .swiper-button-prev-wrapper { margin-left: 20px; }
  .swiper-button-next-wrapper { margin-right: 20px; } }
@media screen and (max-width: 79.99875em) { .article-slideshow__close-icon { position: fixed; z-index: 100001; bottom: 15px; top: auto; left: 50%; -ms-transform: translateX(-50%); transform: translateX(-50%); }
  .article-slideshow__pagination-wrapper { position: fixed; z-index: 100000; top: 0; left: 0; padding: 20px; } }
.article-interview__container { position: relative; height: 720px; }
.article-interview__image-container { height: 100vh; top: 0; position: fixed; max-width: 1440px; overflow: hidden; }
.article-interview__image-container--fixed { position: fixed; }
.article-interview__image { transition: 0.5s ease; background-position: center; background-repeat: no-repeat; background-size: cover; max-width: 1440px; width: 100vw; height: 100vh; -ms-transform: scale(1.01); transform: scale(1.01); }
.article-interview__image--blur { filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='1'); -webkit-filter: url(#blur-filter); -moz-filter: url(#blur-filter); filter: url(#blur-filter); }
.article-interview .article__header { position: absolute; top: 27px; z-index: 100; }
.article-interview .article__header .article__tags { border: none; margin: 0; }
.article-interview__btn-down { left: 50%; -ms-transform: translateX(-50%); transform: translateX(-50%); position: absolute; bottom: 0; }
.article-interview .article__btn-back { position: absolute; top: 40px; width: auto; z-index: 1010; }
.article-interview .article__btn-back--fixed { position: fixed; }
.article-interview .article__btn-back .ui-button { position: absolute; right: 30px; }
.article-interview__interview { position: relative; }
.article-interview__interview-container { width: calc(83.33333% - 1.11111rem); margin-right: 0.55556rem; margin-left: 0.55556rem; margin-left: calc(8.33333% + 0.55556rem); }
.article-interview .blur-svg { display: none; }

@media screen and (max-width: 63.99875em) { .article-interview__interview-container { width: 100%; }
  .article-interview .article__header { padding: 20px; margin: 0 10px; top: 30px; }
  .article-interview .article__header .article__meta li { margin-right: 10px; }
  .article-interview .article__tags { font-size: 18px; }
  .article-interview__image { max-height: 100vh; max-width: initial; }
  .article-interview__btn-down .ui-button { width: 75px; height: 75px; } }
@media print, screen and (min-width: 64em) { .article-interview .article__header { top: 85px; width: calc(66.66667% - 1.66667rem); margin-right: 0.83333rem; margin-left: 0.83333rem; margin-left: calc(8.33333% + 0.55556rem); } }
@media screen and (min-width: 80em) { .article-interview .article__header { top: 85px; width: calc(50% - 1.66667rem); margin-right: 0.83333rem; margin-left: 0.83333rem; margin-left: calc(8.33333% + 0.55556rem); }
  .article-interview .article__btn-back { width: 1440px; } }
@media screen and (max-width: 89.99875em) { .article-interview .article__btn-back { display: -ms-flexbox; display: flex; -ms-flex-pack: end; justify-content: flex-end; max-width: 1440px; right: 0; margin: 0 auto; z-index: 1010; } }
@media screen and (max-width: 63.99875em) { .article-interview__interview-container { margin-left: calc(0% + 0.55556rem); margin-left: 0; } }
@media screen and (max-width: 29.99875em) { .article-interview .article__dialogue-avatar-outer { width: 32px; height: 32px; } }
@media screen and (max-width: 47.99875em) { .article-interview__image { margin-left: -1px; width: 101vw; } }
@-moz-document url-prefix() { .article-interview__image--blur { filter: none; } }
.interview-expert { position: relative; background: #F2F2F2; margin-bottom: 70px; width: 100%; padding: 15px 40px 50px 40px; }
.interview-expert__heading { font-family: Avenir Next W10 Demi, sans-serif; font-size: 20px; color: #003591; margin-bottom: 30px; }
.interview-expert__content { min-width: 100%; margin-bottom: 80px; }
.interview-expert__content:last-child { margin-bottom: 0; }
.interview-expert__content:last-child .interview-expert__text { border: none; }
.interview-expert__content:last-child .interview-expert__copy { margin-bottom: 0; }
.interview-expert__content:last-child .interview-expert__text::after { display: none; }
.interview-expert__text { position: relative; }
.interview-expert__text::after { content: ''; border-bottom: 4px solid #D8D8D8; width: 100%; display: block; position: absolute; bottom: -40px; }
.interview-expert__headline { font-family: AvenirNextLTW01-Medium, sans-serif; font-size: 32px; color: #0F204B; margin-bottom: 20px; }
.interview-expert__copy { display: block; margin-bottom: 0; color: #0F204B; font-family: Avenir Next W10 Regular, sans-serif; font-size: 18px; line-height: 30px; }
.interview-expert__avatar { width: 100%; height: auto; }
.interview-expert__avatar-wrapper { width: 80px; border-radius: 50%; height: 80px; overflow: hidden; position: relative; z-index: 1100; }
.interview-expert__avatar-wrapper img { width: 100%; height: auto; margin-bottom: 16px; left: 50%; top: 50%; position: absolute; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: none; }

@media screen and (max-width: 63.99875em) { .interview-expert { width: 95%; margin: 0 auto 30px auto; padding: 30px 20px; }
  .interview-expert__text { padding-left: 10px; }
  .interview-expert__text::after { bottom: -30px; }
  .interview-expert__headline { margin-bottom: 0; }
  .interview-expert__wrapper { margin-bottom: 40px; }
  .interview-expert__copy { margin-bottom: 10px; font-size: 16px; }
  .interview-expert__headline { font-size: 20px; }
  .interview-expert__headline { line-height: 22px; } }
@media screen and (max-width: 47.99875em) { .interview-expert .interview-expert__text::after { display: none; } }
@media print, screen and (min-width: 48em) { .interview-expert__offset { -ms-flex-align: center; align-items: center; -ms-flex-item-align: center; align-self: center; }
  .interview-expert__avatar { position: absolute; left: 0; right: 0; margin-bottom: 40px; }
  .interview-expert__copy { margin-top: 0; } }
@media print, screen and (min-width: 64em) { .interview-expert__avatar-wrapper { width: 114px; height: 114px; } }
@media screen and (min-width: 80em) { .interview-expert__avatar-wrapper { width: 154px; height: 154px; } }
@media screen and (max-width: 47.99875em) { .interview-expert__content { margin-bottom: 50px; }
  .interview-expert__content::after { content: ''; border-bottom: 4px solid #D8D8D8; width: 100%; display: block; }
  .interview-expert__content:last-child::after { display: none; }
  .interview-expert__copy { margin-bottom: 40px; } }
.tag-navigation { min-height: 80px; background: #FFFFFF; width: 100%; max-width: 1440px; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; border-top: 1px solid #E5E5E5; }
.tag-navigation--fixed { position: fixed; top: 0; z-index: 120; }
.tag-navigation-wrapper { min-height: 80px; background: #FFFFFF; position: relative; z-index: 1000; }
.tag-navigation input.checkBox { display: none; }
.tag-navigation input.checkBox + label { min-width: 65px; height: 40px; background: transparent; padding: 0 15px; border: 1px solid #D8D8D8; border-radius: 30px; color: #787571; font-size: 16px; font-family: AvenirNextLTW01-Medium, sans-serif; transition: 0.25s ease; }
.tag-navigation input.checkBox + label:hover { cursor: pointer; }
.tag-navigation input.checkBox:checked + label { background: #99D9F0; -ms-flex-pack: end; justify-content: flex-end; color: #0F204B; }
.tag-navigation input.checkBox:checked + label::before { content: "\f00c"; font-family: "Font Awesome 5 Pro"; margin-right: 5px; }
.tag-navigation input.checkBox:checked + label .tag-navigation__expert { display: block; }
.tag-navigation label { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; }
.tag-navigation__expert { display: none; position: relative; max-width: 1440px; z-index: 110; width: 100%; padding: 10px; background: #FFFFFF; border-top: 1px solid #E5E5E5; }
.tag-navigation__expert--fixed { position: fixed; }
.tag-navigation__list { display: inline-block; }
.tag-navigation__list li { margin-right: 10px; }
.tag-navigation__text { color: #0F204B; font-size: 16px; margin: 0 30px 0 0; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; }
.tag-navigation__select-wrapper { width: 100%; position: relative; padding: 18px 0; border-top: 1px solid #E5E5E5; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; }
.tag-navigation__select-wrapper--fixed { position: fixed; top: 0; background: #FFFFFF; z-index: 120; }
.tag-navigation__select-wrapper select { border: none; color: #0F204B; font-size: 16px; font-family: AvenirNextW06-Bold, sans-serif; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: none; }
.tag-navigation__select { position: relative; }
.tag-navigation__number { background: #99D9F0; padding: 15px; height: 30px; border-radius: 30px; -ms-flex-align: center; align-items: center; color: #0F204B; font-size: 16px; font-family: AvenirNextLTW01-Medium, sans-serif; display: none; }
.tag-navigation__number--show { display: -ms-flexbox; display: flex; }

@media print, screen and (min-width: 64em) { .tag-navigation .grid-x { margin: 0 auto; }
  .tag-navigation__expert--fixed { top: 70px; } }
@media screen and (max-width: 79.99875em) { .tag-navigation__expert--fixed { top: 65px; }
  .tag-navigation-wrapper { min-height: 50px; }
  .filters-select-trigger { pointer-events: none; position: absolute; top: 0; z-index: 10; background: #FFFFFF; }
  .filters-select-trigger::before { content: ''; display: inline-block; position: absolute; top: 0; height: 100%; width: 50px; right: -50px; background: #FFFFFF; pointer-events: none; }
  .filters-select-trigger::after { content: ''; border: solid #0F204B; border-width: 0 2px 2px 0; display: inline-block; padding: 4px; position: absolute; top: 50%; right: -10px; -ms-transform: rotate(45deg) translateY(-100%); transform: rotate(45deg) translateY(-100%); } }
@media screen and (max-width: 63.99875em) { .tag-navigation__select-wrapper { -ms-flex-pack: distribute; justify-content: space-around; }
  .tag-navigation__select-wrapper-inner { width: 75%; margin: 0 auto; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; }
  .tag-navigation__select-wrapper select { text-align: center; width: 250px; margin: 0 -50px 0 0px; }
  .tag-navigation__number--show { margin-left: 40px; } }
@media all and (-ms-high-contrast: none) { *::-ms-backdrop, .tag-navigation .tag-navigation__list { padding-top: 14px; } }
.fixed { position: fixed; }

.expert__name { font-family: Avenir Next W10 Demi, sans-serif; font-size: 16px; color: #0F204B; }
.expert__name, .expert__position { font-family: AvenirNextLTW01-Medium, sans-serif; font-size: 16px; }
.expert .offset-left { padding-left: 20px; }
.expert__position { color: #787571; }
.expert__social { margin-top: 5px; }
.expert__social span { color: #0077B5; font-size: 16px; }
.expert__icon { font-size: 28px; }
.expert__icon-wrapper { display: -ms-inline-flexbox; display: inline-flex; }
.expert__text { font-family: AvenirNextLTW01-Medium, sans-serif; font-size: 16px; color: #0F204B; line-height: 28px; position: relative; margin: 0; padding-left: 20px; }
.expert__avatar-wrapper { width: 84px; border-radius: 50%; height: 84px; overflow: hidden; position: relative; }
.expert__avatar-wrapper img { width: 100%; height: auto; margin-bottom: 16px; left: 50%; top: 50%; position: absolute; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: none; }
.expert__item { background: #F2F2F2; padding: 30px; display: none; }
.expert__text-wrapper { display: inline-block; margin-left: 20px; }
.expert__inner { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 63.99875em) { .expert__text::before { left: 0; width: 26px; height: 18px; background-size: 25px; }
  .expert__icon-wrapper { margin-top: 20px; } }
.share-this-popover { max-width: 8em; pointer-events: none; animation: share-this-intro 0.3s; z-index: 1100; }
.share-this-popover::before { content: ""; position: absolute; bottom: 100%; left: 50%; width: 0; height: 0; margin: 0.3em -0.5em; border-width: 0.5em 0.5em 0; border-style: solid; border-color: #0F204B transparent; }
.share-this-popover > ul { pointer-events: auto; list-style: none; padding: 0; margin: -0.75em 0 0; white-space: nowrap; background: rgba(15, 32, 75, 0.9); color: #fff; border-radius: 0; position: absolute; left: 50%; -ms-transform: translate(-50%, -100%); transform: translate(-50%, -100%); }
.share-this-popover > ul > li { display: inline-block; width: 2.5em; height: 2.5em; line-height: 2.5em; text-align: center; margin-top: 1px; margin-bottom: 2px; }
.share-this-popover > ul > li:first-child { margin-left: 5px; }
.share-this-popover > ul > li:last-child { margin-right: 5px; }
.share-this-popover > ul > li > a { display: inline-block; width: 100%; height: 100%; color: inherit; box-sizing: border-box; padding: 0.35em; }
.share-this-popover > ul > li > a:hover, .share-this-popover > ul > li > a:focus { background: rgba(255, 255, 255, 0.25); }
@media (pointer: coarse) { .share-this-popover { font-size: 150%; }
  .share-this-popover::before { bottom: auto; top: 100%; border-width: 0 0.5em 0.5em; margin-top: 0; }
  .share-this-popover > ul { top: 100%; -ms-transform: translateX(-50%); transform: translateX(-50%); margin: 0.5em 0 0; } }
@media (max-width: 575px) { .share-this-popover { left: 0 !important; right: 0 !important; width: auto !important; max-width: none; }
  .share-this-popover::before { bottom: auto; top: 100%; border-width: 0 0.5em 0.5em; margin-top: 0; }
  .share-this-popover > ul { top: 100%; -ms-transform: translateX(-50%); transform: translateX(-50%); margin: 0.5em 0 0; }
  .share-this-popover > ul { left: 0; width: 100%; -ms-transform: none; transform: none; border-radius: 0; text-align: center; } }
@keyframes share-this-intro { 0% { transform: translateY(-3em); opacity: 1; }
  80% { transform: translateY(0.5em); opacity: 1; }
  100% { transform: translateY(0); } }
.dnvgl-cookie-container { top: 0; position: relative; width: 100%; z-index: 99999; background-color: #F2F2F2; }
.dnvgl-cookie-container p { font-family: Avenir Next W10 Regular, sans-serif; font-size: 14px; line-height: 1.24; }
.dnvgl-cookie-container .grid-container { padding: 0 10px; }

.cookie-close-message { color: #000000; }
.cookie-close-message a { color: #000000; text-decoration: underline; }

.dnvgl-cookie-form { margin: 0 0 10px 0; }
.dnvgl-cookie-form label { color: #000000; text-decoration: underline; line-height: 1.24; padding-right: 20px; cursor: pointer; }

@media print, screen and (min-width: 48em) { .dnvgl-cookie-container p { margin: 20px 0; font-size: 16px; }
  .dnvgl-cookie-container .grid-container { padding-left: 30px; }
  .cookie-close-message { margin-bottom: 30px; }
  .dnvgl-cookie-form { margin: 20px 0 20px 0; } }
@media screen and (min-width: 90em) { .dnvgl-cookie-container .grid-container { padding: 0; } }
.article-video__video { position: relative; padding-bottom: 56.25%; overflow: hidden; width: 100%; height: auto; }
.article-video__video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.article-video .article__meta { border-bottom: none; }
.article-video .article__header { width: calc(50% - 1.11111rem); margin-right: 0.55556rem; margin-left: 0.55556rem; margin: 0 auto; padding: 40px 0 40px 0; }

.article-video iframe::before { content: " (" attr(src) ")"; }

@media screen and (max-width: 89.99875em) { .article-video .article__btn-back { display: -ms-flexbox; display: flex; -ms-flex-pack: end; justify-content: flex-end; max-width: 1440px; right: 0; margin: 0 auto; z-index: 1010; } }
@media screen and (max-width: 63.99875em) { .article-video .article__header { width: calc(100% - 1.66667rem); margin-right: 0.83333rem; margin-left: 0.83333rem; }
  .article-video .article__header { padding: 30px 0 0 0; border-bottom: 1px solid #01AFED; }
  .article-video .article__btn-back { display: inline-block; width: 100%; top: 10px; right: 10px; transition: 0.1s top ease; z-index: 1030; }
  .article-video .article__btn-back .ui-button { right: 0; }
  .article-video .article__btn-back a::before { content: ''; }
  .article-video .article__btn-back--fixed { top: 10px; right: 10px !important; position: fixed; transition: 0.1s top ease; }
  .article-video .article__btn-back--fixed .ui-button { right: 10px; }
  .article-video .article__tags-container { position: relative; top: 0; padding-top: 10px; }
  .article-video__video { transition: 0.4s top ease; top: 0; z-index: 120; will-change: top; position: relative; }
  .article-video__video-container { position: relative; max-width: 1440px; top: 0; width: 100%; }
  .article-video__video-container--fixed { position: fixed; top: 0; z-index: 1020; }
  .article-video__video-container--fixed .article-video__video-header { top: 0; }
  .article-video__video-container--fixed .article-video__video { top: 70px; }
  .article-video__video--fixed { position: fixed; top: 70px; }
  .article-video__video-header { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; padding: 0 20px; width: 100%; min-height: 70px; background: #FFFFFF; transition: 0.4s top ease; position: fixed; z-index: 121; top: -70px; will-change: top; }
  .article-video__video-header span { color: #0F204B; font-family: AvenirNextLTW01-Medium, sans-serif; font-size: 20px; display: inline-block; width: 90%; }
  .article-video__video-header--fixed { position: fixed; width: 100%; top: 0; } }
@media screen and (max-width: 79.99875em) { .article-video .article__btn-back--fixed { right: 0; } }
@media screen and (min-width: 80em) { .article-video .article__btn-back { top: 150px; } }
@media screen and (min-width: 90em) { .article-slideshow .article__btn-back { width: 1440px; } }
@media print, screen and (min-width: 64em) { .article-video__header { border-bottom: 1px solid #01AFED; }
  .article-video .article__btn-back { position: absolute; top: 125px; z-index: 1010; }
  .article-video .article__btn-back--fixed { position: fixed; top: 30px; }
  .article-video .article__btn-back a { position: absolute; right: 30px; }
  .article-video .article__heading { margin-top: 10px; } }
.cookie-consent { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; background: #0F204B; color: #FFFFFF; line-height: 1.52; font-size: 16px; letter-spacing: 0.21px; position: fixed; z-index: 99999; right: 0; width: 100%; bottom: 0; padding: 30px 20px 30px 20px; transition: transform ease .6s, right ease .3s, -webkit-transform ease .6s; }
@media print, screen and (min-width: 48em) { .cookie-consent { font-size: 19px; right: 50px; bottom: 50px; width: 590px; max-width: calc(100vw - 100px); padding: 50px 56px 54px 61px; } }
.cookie-consent--remove { -ms-transform: translateX(100%); transform: translateX(100%); right: 0; }
.cookie-consent a:not(.cookie-consent__close) { position: relative; padding-bottom: 5px; color: #FFFFFF; border-bottom: 1px solid #009fda; }
.cookie-consent a:not(.cookie-consent__close):after { content: ''; position: absolute; left: 0; right: 100%; bottom: -1px; border-bottom: 1px solid #FFFFFF; transition: right .3s ease-in-out; }
.cookie-consent a:not(.cookie-consent__close):hover:after { right: 0; }
.cookie-consent p { margin-bottom: 27px; color: #FFFFFF; font-family: Avenir Next W10 Regular, sans-serif; }
.cookie-consent__close { display: -ms-flexbox; display: flex; justify-self: flex-end; -ms-flex-item-align: end; align-self: flex-end; color: #FFFFFF; background: #009fda; font-size: 16px; font-family: Avenir Next W10 Demi, sans-serif; text-transform: uppercase; letter-spacing: 0.5px; line-height: 1; padding: 17px 25px; transition: color .3s ease-in-out, background .3s ease-in-out; }
.cookie-consent__close:visited { color: #FFFFFF; }
.cookie-consent__close:hover { background: #FFFFFF; color: #0F204B; }

.article__lightbox { display: none; height: 100%; width: 100%; padding: 0 !important; }
.article__lightbox .fancybox-close-small { display: none; }
.article__lightbox-container { padding: 20px 20px 0 20px; }
.article__lightbox-container img { width: 100%; }
.article__lightbox-bottom { width: 100%; height: 70px; background: #FFFFFF; }
.article__lightbox-bottom { position: fixed; z-index: 10000; display: none; border-top: 1px solid #E5E5E5; }
.article__lightbox-head { color: #0F204B; margin-top: 0; }
.article__lightbox-list { height: 100%; width: 100%; }
.article__lightbox-close-icon { display: -ms-flexbox; display: flex; background: #0F204B; border-radius: 50%; color: #FFFFFF; padding: 5px; width: 40px; cursor: pointer; height: 40px; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; z-index: 100; }
.article__lightbox-close-icon input { display: none; }
.article__lightbox-close-icon label { cursor: pointer; }
.article__lightbox-close-icon i { color: #FFFFFF; }

@media screen and (max-width: 63.99875em) { .article__lightbox-close-icon { position: absolute; bottom: 15px; left: 50%; -ms-transform: translateX(-50%); transform: translateX(-50%); }
  .article__lightbox-bottom { bottom: 0; } }
@media print, screen and (min-width: 64em) { .article__lightbox-close-icon-container { display: -ms-flexbox; display: flex; -ms-flex-pack: end; justify-content: flex-end; padding-bottom: 20px; }
  .article__lightbox-container { width: 70%; margin: 0 auto; }
  .article__lightbox-bottom { right: 0; top: 0; border-top: 1px solid #E5E5E5; } }
.fa, .fas, .far, .fal, .fab { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before { content: "\f26e"; }

.fa-accessible-icon:before { content: "\f368"; }

.fa-accusoft:before { content: "\f369"; }

.fa-address-book:before { content: "\f2b9"; }

.fa-address-card:before { content: "\f2bb"; }

.fa-adjust:before { content: "\f042"; }

.fa-adn:before { content: "\f170"; }

.fa-adversal:before { content: "\f36a"; }

.fa-affiliatetheme:before { content: "\f36b"; }

.fa-alarm-clock:before { content: "\f34e"; }

.fa-algolia:before { content: "\f36c"; }

.fa-align-center:before { content: "\f037"; }

.fa-align-justify:before { content: "\f039"; }

.fa-align-left:before { content: "\f036"; }

.fa-align-right:before { content: "\f038"; }

.fa-allergies:before { content: "\f461"; }

.fa-amazon:before { content: "\f270"; }

.fa-amazon-pay:before { content: "\f42c"; }

.fa-ambulance:before { content: "\f0f9"; }

.fa-american-sign-language-interpreting:before { content: "\f2a3"; }

.fa-amilia:before { content: "\f36d"; }

.fa-anchor:before { content: "\f13d"; }

.fa-android:before { content: "\f17b"; }

.fa-angellist:before { content: "\f209"; }

.fa-angle-double-down:before { content: "\f103"; }

.fa-angle-double-left:before { content: "\f100"; }

.fa-angle-double-right:before { content: "\f101"; }

.fa-angle-double-up:before { content: "\f102"; }

.fa-angle-down:before { content: "\f107"; }

.fa-angle-left:before { content: "\f104"; }

.fa-angle-right:before { content: "\f105"; }

.fa-angle-up:before { content: "\f106"; }

.fa-angry:before { content: "\f556"; }

.fa-angrycreative:before { content: "\f36e"; }

.fa-angular:before { content: "\f420"; }

.fa-app-store:before { content: "\f36f"; }

.fa-app-store-ios:before { content: "\f370"; }

.fa-apper:before { content: "\f371"; }

.fa-apple:before { content: "\f179"; }

.fa-apple-pay:before { content: "\f415"; }

.fa-archive:before { content: "\f187"; }

.fa-archway:before { content: "\f557"; }

.fa-arrow-alt-circle-down:before { content: "\f358"; }

.fa-arrow-alt-circle-left:before { content: "\f359"; }

.fa-arrow-alt-circle-right:before { content: "\f35a"; }

.fa-arrow-alt-circle-up:before { content: "\f35b"; }

.fa-arrow-alt-down:before { content: "\f354"; }

.fa-arrow-alt-from-bottom:before { content: "\f346"; }

.fa-arrow-alt-from-left:before { content: "\f347"; }

.fa-arrow-alt-from-right:before { content: "\f348"; }

.fa-arrow-alt-from-top:before { content: "\f349"; }

.fa-arrow-alt-left:before { content: "\f355"; }

.fa-arrow-alt-right:before { content: "\f356"; }

.fa-arrow-alt-square-down:before { content: "\f350"; }

.fa-arrow-alt-square-left:before { content: "\f351"; }

.fa-arrow-alt-square-right:before { content: "\f352"; }

.fa-arrow-alt-square-up:before { content: "\f353"; }

.fa-arrow-alt-to-bottom:before { content: "\f34a"; }

.fa-arrow-alt-to-left:before { content: "\f34b"; }

.fa-arrow-alt-to-right:before { content: "\f34c"; }

.fa-arrow-alt-to-top:before { content: "\f34d"; }

.fa-arrow-alt-up:before { content: "\f357"; }

.fa-arrow-circle-down:before { content: "\f0ab"; }

.fa-arrow-circle-left:before { content: "\f0a8"; }

.fa-arrow-circle-right:before { content: "\f0a9"; }

.fa-arrow-circle-up:before { content: "\f0aa"; }

.fa-arrow-down:before { content: "\f063"; }

.fa-arrow-from-bottom:before { content: "\f342"; }

.fa-arrow-from-left:before { content: "\f343"; }

.fa-arrow-from-right:before { content: "\f344"; }

.fa-arrow-from-top:before { content: "\f345"; }

.fa-arrow-left:before { content: "\f060"; }

.fa-arrow-right:before { content: "\f061"; }

.fa-arrow-square-down:before { content: "\f339"; }

.fa-arrow-square-left:before { content: "\f33a"; }

.fa-arrow-square-right:before { content: "\f33b"; }

.fa-arrow-square-up:before { content: "\f33c"; }

.fa-arrow-to-bottom:before { content: "\f33d"; }

.fa-arrow-to-left:before { content: "\f33e"; }

.fa-arrow-to-right:before { content: "\f340"; }

.fa-arrow-to-top:before { content: "\f341"; }

.fa-arrow-up:before { content: "\f062"; }

.fa-arrows:before { content: "\f047"; }

.fa-arrows-alt:before { content: "\f0b2"; }

.fa-arrows-alt-h:before { content: "\f337"; }

.fa-arrows-alt-v:before { content: "\f338"; }

.fa-arrows-h:before { content: "\f07e"; }

.fa-arrows-v:before { content: "\f07d"; }

.fa-assistive-listening-systems:before { content: "\f2a2"; }

.fa-asterisk:before { content: "\f069"; }

.fa-asymmetrik:before { content: "\f372"; }

.fa-at:before { content: "\f1fa"; }

.fa-atlas:before { content: "\f558"; }

.fa-audible:before { content: "\f373"; }

.fa-audio-description:before { content: "\f29e"; }

.fa-autoprefixer:before { content: "\f41c"; }

.fa-avianex:before { content: "\f374"; }

.fa-aviato:before { content: "\f421"; }

.fa-award:before { content: "\f559"; }

.fa-aws:before { content: "\f375"; }

.fa-backspace:before { content: "\f55a"; }

.fa-backward:before { content: "\f04a"; }

.fa-badge:before { content: "\f335"; }

.fa-badge-check:before { content: "\f336"; }

.fa-balance-scale:before { content: "\f24e"; }

.fa-balance-scale-left:before { content: "\f515"; }

.fa-balance-scale-right:before { content: "\f516"; }

.fa-ban:before { content: "\f05e"; }

.fa-band-aid:before { content: "\f462"; }

.fa-bandcamp:before { content: "\f2d5"; }

.fa-barcode:before { content: "\f02a"; }

.fa-barcode-alt:before { content: "\f463"; }

.fa-barcode-read:before { content: "\f464"; }

.fa-barcode-scan:before { content: "\f465"; }

.fa-bars:before { content: "\f0c9"; }

.fa-baseball:before { content: "\f432"; }

.fa-baseball-ball:before { content: "\f433"; }

.fa-basketball-ball:before { content: "\f434"; }

.fa-basketball-hoop:before { content: "\f435"; }

.fa-bath:before { content: "\f2cd"; }

.fa-battery-bolt:before { content: "\f376"; }

.fa-battery-empty:before { content: "\f244"; }

.fa-battery-full:before { content: "\f240"; }

.fa-battery-half:before { content: "\f242"; }

.fa-battery-quarter:before { content: "\f243"; }

.fa-battery-slash:before { content: "\f377"; }

.fa-battery-three-quarters:before { content: "\f241"; }

.fa-bed:before { content: "\f236"; }

.fa-beer:before { content: "\f0fc"; }

.fa-behance:before { content: "\f1b4"; }

.fa-behance-square:before { content: "\f1b5"; }

.fa-bell:before { content: "\f0f3"; }

.fa-bell-slash:before { content: "\f1f6"; }

.fa-bezier-curve:before { content: "\f55b"; }

.fa-bicycle:before { content: "\f206"; }

.fa-bimobject:before { content: "\f378"; }

.fa-binoculars:before { content: "\f1e5"; }

.fa-birthday-cake:before { content: "\f1fd"; }

.fa-bitbucket:before { content: "\f171"; }

.fa-bitcoin:before { content: "\f379"; }

.fa-bity:before { content: "\f37a"; }

.fa-black-tie:before { content: "\f27e"; }

.fa-blackberry:before { content: "\f37b"; }

.fa-blanket:before { content: "\f498"; }

.fa-blender:before { content: "\f517"; }

.fa-blind:before { content: "\f29d"; }

.fa-blogger:before { content: "\f37c"; }

.fa-blogger-b:before { content: "\f37d"; }

.fa-bluetooth:before { content: "\f293"; }

.fa-bluetooth-b:before { content: "\f294"; }

.fa-bold:before { content: "\f032"; }

.fa-bolt:before { content: "\f0e7"; }

.fa-bomb:before { content: "\f1e2"; }

.fa-bong:before { content: "\f55c"; }

.fa-book:before { content: "\f02d"; }

.fa-book-heart:before { content: "\f499"; }

.fa-book-open:before { content: "\f518"; }

.fa-bookmark:before { content: "\f02e"; }

.fa-bowling-ball:before { content: "\f436"; }

.fa-bowling-pins:before { content: "\f437"; }

.fa-box:before { content: "\f466"; }

.fa-box-alt:before { content: "\f49a"; }

.fa-box-check:before { content: "\f467"; }

.fa-box-fragile:before { content: "\f49b"; }

.fa-box-full:before { content: "\f49c"; }

.fa-box-heart:before { content: "\f49d"; }

.fa-box-open:before { content: "\f49e"; }

.fa-box-up:before { content: "\f49f"; }

.fa-box-usd:before { content: "\f4a0"; }

.fa-boxes:before { content: "\f468"; }

.fa-boxes-alt:before { content: "\f4a1"; }

.fa-boxing-glove:before { content: "\f438"; }

.fa-braille:before { content: "\f2a1"; }

.fa-briefcase:before { content: "\f0b1"; }

.fa-briefcase-medical:before { content: "\f469"; }

.fa-broadcast-tower:before { content: "\f519"; }

.fa-broom:before { content: "\f51a"; }

.fa-browser:before { content: "\f37e"; }

.fa-brush:before { content: "\f55d"; }

.fa-btc:before { content: "\f15a"; }

.fa-bug:before { content: "\f188"; }

.fa-building:before { content: "\f1ad"; }

.fa-bullhorn:before { content: "\f0a1"; }

.fa-bullseye:before { content: "\f140"; }

.fa-burn:before { content: "\f46a"; }

.fa-buromobelexperte:before { content: "\f37f"; }

.fa-bus:before { content: "\f207"; }

.fa-bus-alt:before { content: "\f55e"; }

.fa-buysellads:before { content: "\f20d"; }

.fa-calculator:before { content: "\f1ec"; }

.fa-calendar:before { content: "\f133"; }

.fa-calendar-alt:before { content: "\f073"; }

.fa-calendar-check:before { content: "\f274"; }

.fa-calendar-edit:before { content: "\f333"; }

.fa-calendar-exclamation:before { content: "\f334"; }

.fa-calendar-minus:before { content: "\f272"; }

.fa-calendar-plus:before { content: "\f271"; }

.fa-calendar-times:before { content: "\f273"; }

.fa-camera:before { content: "\f030"; }

.fa-camera-alt:before { content: "\f332"; }

.fa-camera-retro:before { content: "\f083"; }

.fa-cannabis:before { content: "\f55f"; }

.fa-capsules:before { content: "\f46b"; }

.fa-car:before { content: "\f1b9"; }

.fa-caret-circle-down:before { content: "\f32d"; }

.fa-caret-circle-left:before { content: "\f32e"; }

.fa-caret-circle-right:before { content: "\f330"; }

.fa-caret-circle-up:before { content: "\f331"; }

.fa-caret-down:before { content: "\f0d7"; }

.fa-caret-left:before { content: "\f0d9"; }

.fa-caret-right:before { content: "\f0da"; }

.fa-caret-square-down:before { content: "\f150"; }

.fa-caret-square-left:before { content: "\f191"; }

.fa-caret-square-right:before { content: "\f152"; }

.fa-caret-square-up:before { content: "\f151"; }

.fa-caret-up:before { content: "\f0d8"; }

.fa-cart-arrow-down:before { content: "\f218"; }

.fa-cart-plus:before { content: "\f217"; }

.fa-cc-amazon-pay:before { content: "\f42d"; }

.fa-cc-amex:before { content: "\f1f3"; }

.fa-cc-apple-pay:before { content: "\f416"; }

.fa-cc-diners-club:before { content: "\f24c"; }

.fa-cc-discover:before { content: "\f1f2"; }

.fa-cc-jcb:before { content: "\f24b"; }

.fa-cc-mastercard:before { content: "\f1f1"; }

.fa-cc-paypal:before { content: "\f1f4"; }

.fa-cc-stripe:before { content: "\f1f5"; }

.fa-cc-visa:before { content: "\f1f0"; }

.fa-centercode:before { content: "\f380"; }

.fa-certificate:before { content: "\f0a3"; }

.fa-chalkboard:before { content: "\f51b"; }

.fa-chalkboard-teacher:before { content: "\f51c"; }

.fa-chart-area:before { content: "\f1fe"; }

.fa-chart-bar:before { content: "\f080"; }

.fa-chart-line:before { content: "\f201"; }

.fa-chart-pie:before { content: "\f200"; }

.fa-check:before { content: "\f00c"; }

.fa-check-circle:before { content: "\f058"; }

.fa-check-double:before { content: "\f560"; }

.fa-check-square:before { content: "\f14a"; }

.fa-chess:before { content: "\f439"; }

.fa-chess-bishop:before { content: "\f43a"; }

.fa-chess-bishop-alt:before { content: "\f43b"; }

.fa-chess-board:before { content: "\f43c"; }

.fa-chess-clock:before { content: "\f43d"; }

.fa-chess-clock-alt:before { content: "\f43e"; }

.fa-chess-king:before { content: "\f43f"; }

.fa-chess-king-alt:before { content: "\f440"; }

.fa-chess-knight:before { content: "\f441"; }

.fa-chess-knight-alt:before { content: "\f442"; }

.fa-chess-pawn:before { content: "\f443"; }

.fa-chess-pawn-alt:before { content: "\f444"; }

.fa-chess-queen:before { content: "\f445"; }

.fa-chess-queen-alt:before { content: "\f446"; }

.fa-chess-rook:before { content: "\f447"; }

.fa-chess-rook-alt:before { content: "\f448"; }

.fa-chevron-circle-down:before { content: "\f13a"; }

.fa-chevron-circle-left:before { content: "\f137"; }

.fa-chevron-circle-right:before { content: "\f138"; }

.fa-chevron-circle-up:before { content: "\f139"; }

.fa-chevron-double-down:before { content: "\f322"; }

.fa-chevron-double-left:before { content: "\f323"; }

.fa-chevron-double-right:before { content: "\f324"; }

.fa-chevron-double-up:before { content: "\f325"; }

.fa-chevron-down:before { content: "\f078"; }

.fa-chevron-left:before { content: "\f053"; }

.fa-chevron-right:before { content: "\f054"; }

.fa-chevron-square-down:before { content: "\f329"; }

.fa-chevron-square-left:before { content: "\f32a"; }

.fa-chevron-square-right:before { content: "\f32b"; }

.fa-chevron-square-up:before { content: "\f32c"; }

.fa-chevron-up:before { content: "\f077"; }

.fa-child:before { content: "\f1ae"; }

.fa-chrome:before { content: "\f268"; }

.fa-church:before { content: "\f51d"; }

.fa-circle:before { content: "\f111"; }

.fa-circle-notch:before { content: "\f1ce"; }

.fa-clipboard:before { content: "\f328"; }

.fa-clipboard-check:before { content: "\f46c"; }

.fa-clipboard-list:before { content: "\f46d"; }

.fa-clock:before { content: "\f017"; }

.fa-clone:before { content: "\f24d"; }

.fa-closed-captioning:before { content: "\f20a"; }

.fa-cloud:before { content: "\f0c2"; }

.fa-cloud-download:before { content: "\f0ed"; }

.fa-cloud-download-alt:before { content: "\f381"; }

.fa-cloud-upload:before { content: "\f0ee"; }

.fa-cloud-upload-alt:before { content: "\f382"; }

.fa-cloudscale:before { content: "\f383"; }

.fa-cloudsmith:before { content: "\f384"; }

.fa-cloudversify:before { content: "\f385"; }

.fa-club:before { content: "\f327"; }

.fa-cocktail:before { content: "\f561"; }

.fa-code:before { content: "\f121"; }

.fa-code-branch:before { content: "\f126"; }

.fa-code-commit:before { content: "\f386"; }

.fa-code-merge:before { content: "\f387"; }

.fa-codepen:before { content: "\f1cb"; }

.fa-codiepie:before { content: "\f284"; }

.fa-coffee:before { content: "\f0f4"; }

.fa-cog:before { content: "\f013"; }

.fa-cogs:before { content: "\f085"; }

.fa-coins:before { content: "\f51e"; }

.fa-columns:before { content: "\f0db"; }

.fa-comment:before { content: "\f075"; }

.fa-comment-alt:before { content: "\f27a"; }

.fa-comment-alt-check:before { content: "\f4a2"; }

.fa-comment-alt-dots:before { content: "\f4a3"; }

.fa-comment-alt-edit:before { content: "\f4a4"; }

.fa-comment-alt-exclamation:before { content: "\f4a5"; }

.fa-comment-alt-lines:before { content: "\f4a6"; }

.fa-comment-alt-minus:before { content: "\f4a7"; }

.fa-comment-alt-plus:before { content: "\f4a8"; }

.fa-comment-alt-slash:before { content: "\f4a9"; }

.fa-comment-alt-smile:before { content: "\f4aa"; }

.fa-comment-alt-times:before { content: "\f4ab"; }

.fa-comment-check:before { content: "\f4ac"; }

.fa-comment-dots:before { content: "\f4ad"; }

.fa-comment-edit:before { content: "\f4ae"; }

.fa-comment-exclamation:before { content: "\f4af"; }

.fa-comment-lines:before { content: "\f4b0"; }

.fa-comment-minus:before { content: "\f4b1"; }

.fa-comment-plus:before { content: "\f4b2"; }

.fa-comment-slash:before { content: "\f4b3"; }

.fa-comment-smile:before { content: "\f4b4"; }

.fa-comment-times:before { content: "\f4b5"; }

.fa-comments:before { content: "\f086"; }

.fa-comments-alt:before { content: "\f4b6"; }

.fa-compact-disc:before { content: "\f51f"; }

.fa-compass:before { content: "\f14e"; }

.fa-compress:before { content: "\f066"; }

.fa-compress-alt:before { content: "\f422"; }

.fa-compress-wide:before { content: "\f326"; }

.fa-concierge-bell:before { content: "\f562"; }

.fa-connectdevelop:before { content: "\f20e"; }

.fa-container-storage:before { content: "\f4b7"; }

.fa-contao:before { content: "\f26d"; }

.fa-conveyor-belt:before { content: "\f46e"; }

.fa-conveyor-belt-alt:before { content: "\f46f"; }

.fa-cookie:before { content: "\f563"; }

.fa-cookie-bite:before { content: "\f564"; }

.fa-copy:before { content: "\f0c5"; }

.fa-copyright:before { content: "\f1f9"; }

.fa-couch:before { content: "\f4b8"; }

.fa-cpanel:before { content: "\f388"; }

.fa-creative-commons:before { content: "\f25e"; }

.fa-creative-commons-by:before { content: "\f4e7"; }

.fa-creative-commons-nc:before { content: "\f4e8"; }

.fa-creative-commons-nc-eu:before { content: "\f4e9"; }

.fa-creative-commons-nc-jp:before { content: "\f4ea"; }

.fa-creative-commons-nd:before { content: "\f4eb"; }

.fa-creative-commons-pd:before { content: "\f4ec"; }

.fa-creative-commons-pd-alt:before { content: "\f4ed"; }

.fa-creative-commons-remix:before { content: "\f4ee"; }

.fa-creative-commons-sa:before { content: "\f4ef"; }

.fa-creative-commons-sampling:before { content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before { content: "\f4f1"; }

.fa-creative-commons-share:before { content: "\f4f2"; }

.fa-creative-commons-zero:before { content: "\f4f3"; }

.fa-credit-card:before { content: "\f09d"; }

.fa-credit-card-blank:before { content: "\f389"; }

.fa-credit-card-front:before { content: "\f38a"; }

.fa-cricket:before { content: "\f449"; }

.fa-crop:before { content: "\f125"; }

.fa-crop-alt:before { content: "\f565"; }

.fa-crosshairs:before { content: "\f05b"; }

.fa-crow:before { content: "\f520"; }

.fa-crown:before { content: "\f521"; }

.fa-css3:before { content: "\f13c"; }

.fa-css3-alt:before { content: "\f38b"; }

.fa-cube:before { content: "\f1b2"; }

.fa-cubes:before { content: "\f1b3"; }

.fa-curling:before { content: "\f44a"; }

.fa-cut:before { content: "\f0c4"; }

.fa-cuttlefish:before { content: "\f38c"; }

.fa-d-and-d:before { content: "\f38d"; }

.fa-dashcube:before { content: "\f210"; }

.fa-database:before { content: "\f1c0"; }

.fa-deaf:before { content: "\f2a4"; }

.fa-delicious:before { content: "\f1a5"; }

.fa-deploydog:before { content: "\f38e"; }

.fa-deskpro:before { content: "\f38f"; }

.fa-desktop:before { content: "\f108"; }

.fa-desktop-alt:before { content: "\f390"; }

.fa-deviantart:before { content: "\f1bd"; }

.fa-diagnoses:before { content: "\f470"; }

.fa-diamond:before { content: "\f219"; }

.fa-dice:before { content: "\f522"; }

.fa-dice-five:before { content: "\f523"; }

.fa-dice-four:before { content: "\f524"; }

.fa-dice-one:before { content: "\f525"; }

.fa-dice-six:before { content: "\f526"; }

.fa-dice-three:before { content: "\f527"; }

.fa-dice-two:before { content: "\f528"; }

.fa-digg:before { content: "\f1a6"; }

.fa-digital-ocean:before { content: "\f391"; }

.fa-digital-tachograph:before { content: "\f566"; }

.fa-discord:before { content: "\f392"; }

.fa-discourse:before { content: "\f393"; }

.fa-divide:before { content: "\f529"; }

.fa-dizzy:before { content: "\f567"; }

.fa-dna:before { content: "\f471"; }

.fa-dochub:before { content: "\f394"; }

.fa-docker:before { content: "\f395"; }

.fa-dollar-sign:before { content: "\f155"; }

.fa-dolly:before { content: "\f472"; }

.fa-dolly-empty:before { content: "\f473"; }

.fa-dolly-flatbed:before { content: "\f474"; }

.fa-dolly-flatbed-alt:before { content: "\f475"; }

.fa-dolly-flatbed-empty:before { content: "\f476"; }

.fa-donate:before { content: "\f4b9"; }

.fa-door-closed:before { content: "\f52a"; }

.fa-door-open:before { content: "\f52b"; }

.fa-dot-circle:before { content: "\f192"; }

.fa-dove:before { content: "\f4ba"; }

.fa-download:before { content: "\f019"; }

.fa-draft2digital:before { content: "\f396"; }

.fa-drafting-compass:before { content: "\f568"; }

.fa-dribbble:before { content: "\f17d"; }

.fa-dribbble-square:before { content: "\f397"; }

.fa-dropbox:before { content: "\f16b"; }

.fa-drum:before { content: "\f569"; }

.fa-drum-steelpan:before { content: "\f56a"; }

.fa-drupal:before { content: "\f1a9"; }

.fa-dumbbell:before { content: "\f44b"; }

.fa-dyalog:before { content: "\f399"; }

.fa-earlybirds:before { content: "\f39a"; }

.fa-ebay:before { content: "\f4f4"; }

.fa-edge:before { content: "\f282"; }

.fa-edit:before { content: "\f044"; }

.fa-eject:before { content: "\f052"; }

.fa-elementor:before { content: "\f430"; }

.fa-ellipsis-h:before { content: "\f141"; }

.fa-ellipsis-h-alt:before { content: "\f39b"; }

.fa-ellipsis-v:before { content: "\f142"; }

.fa-ellipsis-v-alt:before { content: "\f39c"; }

.fa-ember:before { content: "\f423"; }

.fa-empire:before { content: "\f1d1"; }

.fa-envelope:before { content: "\f0e0"; }

.fa-envelope-open:before { content: "\f2b6"; }

.fa-envelope-square:before { content: "\f199"; }

.fa-envira:before { content: "\f299"; }

.fa-equals:before { content: "\f52c"; }

.fa-eraser:before { content: "\f12d"; }

.fa-erlang:before { content: "\f39d"; }

.fa-ethereum:before { content: "\f42e"; }

.fa-etsy:before { content: "\f2d7"; }

.fa-euro-sign:before { content: "\f153"; }

.fa-exchange:before { content: "\f0ec"; }

.fa-exchange-alt:before { content: "\f362"; }

.fa-exclamation:before { content: "\f12a"; }

.fa-exclamation-circle:before { content: "\f06a"; }

.fa-exclamation-square:before { content: "\f321"; }

.fa-exclamation-triangle:before { content: "\f071"; }

.fa-expand:before { content: "\f065"; }

.fa-expand-alt:before { content: "\f424"; }

.fa-expand-arrows:before { content: "\f31d"; }

.fa-expand-arrows-alt:before { content: "\f31e"; }

.fa-expand-wide:before { content: "\f320"; }

.fa-expeditedssl:before { content: "\f23e"; }

.fa-external-link:before { content: "\f08e"; }

.fa-external-link-alt:before { content: "\f35d"; }

.fa-external-link-square:before { content: "\f14c"; }

.fa-external-link-square-alt:before { content: "\f360"; }

.fa-eye:before { content: "\f06e"; }

.fa-eye-dropper:before { content: "\f1fb"; }

.fa-eye-slash:before { content: "\f070"; }

.fa-facebook:before { content: "\f09a"; }

.fa-facebook-f:before { content: "\f39e"; }

.fa-facebook-messenger:before { content: "\f39f"; }

.fa-facebook-square:before { content: "\f082"; }

.fa-fast-backward:before { content: "\f049"; }

.fa-fast-forward:before { content: "\f050"; }

.fa-fax:before { content: "\f1ac"; }

.fa-feather:before { content: "\f52d"; }

.fa-feather-alt:before { content: "\f56b"; }

.fa-female:before { content: "\f182"; }

.fa-field-hockey:before { content: "\f44c"; }

.fa-fighter-jet:before { content: "\f0fb"; }

.fa-file:before { content: "\f15b"; }

.fa-file-alt:before { content: "\f15c"; }

.fa-file-archive:before { content: "\f1c6"; }

.fa-file-audio:before { content: "\f1c7"; }

.fa-file-check:before { content: "\f316"; }

.fa-file-code:before { content: "\f1c9"; }

.fa-file-contract:before { content: "\f56c"; }

.fa-file-download:before { content: "\f56d"; }

.fa-file-edit:before { content: "\f31c"; }

.fa-file-excel:before { content: "\f1c3"; }

.fa-file-exclamation:before { content: "\f31a"; }

.fa-file-export:before { content: "\f56e"; }

.fa-file-image:before { content: "\f1c5"; }

.fa-file-import:before { content: "\f56f"; }

.fa-file-invoice:before { content: "\f570"; }

.fa-file-invoice-dollar:before { content: "\f571"; }

.fa-file-medical:before { content: "\f477"; }

.fa-file-medical-alt:before { content: "\f478"; }

.fa-file-minus:before { content: "\f318"; }

.fa-file-pdf:before { content: "\f1c1"; }

.fa-file-plus:before { content: "\f319"; }

.fa-file-powerpoint:before { content: "\f1c4"; }

.fa-file-prescription:before { content: "\f572"; }

.fa-file-signature:before { content: "\f573"; }

.fa-file-times:before { content: "\f317"; }

.fa-file-upload:before { content: "\f574"; }

.fa-file-video:before { content: "\f1c8"; }

.fa-file-word:before { content: "\f1c2"; }

.fa-fill:before { content: "\f575"; }

.fa-fill-drip:before { content: "\f576"; }

.fa-film:before { content: "\f008"; }

.fa-film-alt:before { content: "\f3a0"; }

.fa-filter:before { content: "\f0b0"; }

.fa-fingerprint:before { content: "\f577"; }

.fa-fire:before { content: "\f06d"; }

.fa-fire-extinguisher:before { content: "\f134"; }

.fa-firefox:before { content: "\f269"; }

.fa-first-aid:before { content: "\f479"; }

.fa-first-order:before { content: "\f2b0"; }

.fa-first-order-alt:before { content: "\f50a"; }

.fa-firstdraft:before { content: "\f3a1"; }

.fa-fish:before { content: "\f578"; }

.fa-flag:before { content: "\f024"; }

.fa-flag-checkered:before { content: "\f11e"; }

.fa-flask:before { content: "\f0c3"; }

.fa-flickr:before { content: "\f16e"; }

.fa-flipboard:before { content: "\f44d"; }

.fa-flushed:before { content: "\f579"; }

.fa-fly:before { content: "\f417"; }

.fa-folder:before { content: "\f07b"; }

.fa-folder-open:before { content: "\f07c"; }

.fa-font:before { content: "\f031"; }

.fa-font-awesome:before { content: "\f2b4"; }

.fa-font-awesome-alt:before { content: "\f35c"; }

.fa-font-awesome-flag:before { content: "\f425"; }

.fa-font-awesome-logo-full:before { content: "\f4e6"; }

.fa-fonticons:before { content: "\f280"; }

.fa-fonticons-fi:before { content: "\f3a2"; }

.fa-football-ball:before { content: "\f44e"; }

.fa-football-helmet:before { content: "\f44f"; }

.fa-forklift:before { content: "\f47a"; }

.fa-fort-awesome:before { content: "\f286"; }

.fa-fort-awesome-alt:before { content: "\f3a3"; }

.fa-forumbee:before { content: "\f211"; }

.fa-forward:before { content: "\f04e"; }

.fa-foursquare:before { content: "\f180"; }

.fa-fragile:before { content: "\f4bb"; }

.fa-free-code-camp:before { content: "\f2c5"; }

.fa-freebsd:before { content: "\f3a4"; }

.fa-frog:before { content: "\f52e"; }

.fa-frown:before { content: "\f119"; }

.fa-frown-open:before { content: "\f57a"; }

.fa-fulcrum:before { content: "\f50b"; }

.fa-futbol:before { content: "\f1e3"; }

.fa-galactic-republic:before { content: "\f50c"; }

.fa-galactic-senate:before { content: "\f50d"; }

.fa-gamepad:before { content: "\f11b"; }

.fa-gas-pump:before { content: "\f52f"; }

.fa-gavel:before { content: "\f0e3"; }

.fa-gem:before { content: "\f3a5"; }

.fa-genderless:before { content: "\f22d"; }

.fa-get-pocket:before { content: "\f265"; }

.fa-gg:before { content: "\f260"; }

.fa-gg-circle:before { content: "\f261"; }

.fa-gift:before { content: "\f06b"; }

.fa-git:before { content: "\f1d3"; }

.fa-git-square:before { content: "\f1d2"; }

.fa-github:before { content: "\f09b"; }

.fa-github-alt:before { content: "\f113"; }

.fa-github-square:before { content: "\f092"; }

.fa-gitkraken:before { content: "\f3a6"; }

.fa-gitlab:before { content: "\f296"; }

.fa-gitter:before { content: "\f426"; }

.fa-glass-martini:before { content: "\f000"; }

.fa-glass-martini-alt:before { content: "\f57b"; }

.fa-glasses:before { content: "\f530"; }

.fa-glide:before { content: "\f2a5"; }

.fa-glide-g:before { content: "\f2a6"; }

.fa-globe:before { content: "\f0ac"; }

.fa-globe-africa:before { content: "\f57c"; }

.fa-globe-americas:before { content: "\f57d"; }

.fa-globe-asia:before { content: "\f57e"; }

.fa-gofore:before { content: "\f3a7"; }

.fa-golf-ball:before { content: "\f450"; }

.fa-golf-club:before { content: "\f451"; }

.fa-goodreads:before { content: "\f3a8"; }

.fa-goodreads-g:before { content: "\f3a9"; }

.fa-google:before { content: "\f1a0"; }

.fa-google-drive:before { content: "\f3aa"; }

.fa-google-play:before { content: "\f3ab"; }

.fa-google-plus:before { content: "\f2b3"; }

.fa-google-plus-g:before { content: "\f0d5"; }

.fa-google-plus-square:before { content: "\f0d4"; }

.fa-google-wallet:before { content: "\f1ee"; }

.fa-graduation-cap:before { content: "\f19d"; }

.fa-gratipay:before { content: "\f184"; }

.fa-grav:before { content: "\f2d6"; }

.fa-greater-than:before { content: "\f531"; }

.fa-greater-than-equal:before { content: "\f532"; }

.fa-grimace:before { content: "\f57f"; }

.fa-grin:before { content: "\f580"; }

.fa-grin-alt:before { content: "\f581"; }

.fa-grin-beam:before { content: "\f582"; }

.fa-grin-beam-sweat:before { content: "\f583"; }

.fa-grin-hearts:before { content: "\f584"; }

.fa-grin-squint:before { content: "\f585"; }

.fa-grin-squint-tears:before { content: "\f586"; }

.fa-grin-stars:before { content: "\f587"; }

.fa-grin-tears:before { content: "\f588"; }

.fa-grin-tongue:before { content: "\f589"; }

.fa-grin-tongue-squint:before { content: "\f58a"; }

.fa-grin-tongue-wink:before { content: "\f58b"; }

.fa-grin-wink:before { content: "\f58c"; }

.fa-grip-horizontal:before { content: "\f58d"; }

.fa-grip-vertical:before { content: "\f58e"; }

.fa-gripfire:before { content: "\f3ac"; }

.fa-grunt:before { content: "\f3ad"; }

.fa-gulp:before { content: "\f3ae"; }

.fa-h-square:before { content: "\f0fd"; }

.fa-h1:before { content: "\f313"; }

.fa-h2:before { content: "\f314"; }

.fa-h3:before { content: "\f315"; }

.fa-hacker-news:before { content: "\f1d4"; }

.fa-hacker-news-square:before { content: "\f3af"; }

.fa-hand-heart:before { content: "\f4bc"; }

.fa-hand-holding:before { content: "\f4bd"; }

.fa-hand-holding-box:before { content: "\f47b"; }

.fa-hand-holding-heart:before { content: "\f4be"; }

.fa-hand-holding-seedling:before { content: "\f4bf"; }

.fa-hand-holding-usd:before { content: "\f4c0"; }

.fa-hand-holding-water:before { content: "\f4c1"; }

.fa-hand-lizard:before { content: "\f258"; }

.fa-hand-paper:before { content: "\f256"; }

.fa-hand-peace:before { content: "\f25b"; }

.fa-hand-point-down:before { content: "\f0a7"; }

.fa-hand-point-left:before { content: "\f0a5"; }

.fa-hand-point-right:before { content: "\f0a4"; }

.fa-hand-point-up:before { content: "\f0a6"; }

.fa-hand-pointer:before { content: "\f25a"; }

.fa-hand-receiving:before { content: "\f47c"; }

.fa-hand-rock:before { content: "\f255"; }

.fa-hand-scissors:before { content: "\f257"; }

.fa-hand-spock:before { content: "\f259"; }

.fa-hands:before { content: "\f4c2"; }

.fa-hands-heart:before { content: "\f4c3"; }

.fa-hands-helping:before { content: "\f4c4"; }

.fa-hands-usd:before { content: "\f4c5"; }

.fa-handshake:before { content: "\f2b5"; }

.fa-handshake-alt:before { content: "\f4c6"; }

.fa-hashtag:before { content: "\f292"; }

.fa-hdd:before { content: "\f0a0"; }

.fa-heading:before { content: "\f1dc"; }

.fa-headphones:before { content: "\f025"; }

.fa-headphones-alt:before { content: "\f58f"; }

.fa-headset:before { content: "\f590"; }

.fa-heart:before { content: "\f004"; }

.fa-heart-circle:before { content: "\f4c7"; }

.fa-heart-square:before { content: "\f4c8"; }

.fa-heartbeat:before { content: "\f21e"; }

.fa-helicopter:before { content: "\f533"; }

.fa-hexagon:before { content: "\f312"; }

.fa-highlighter:before { content: "\f591"; }

.fa-hips:before { content: "\f452"; }

.fa-hire-a-helper:before { content: "\f3b0"; }

.fa-history:before { content: "\f1da"; }

.fa-hockey-puck:before { content: "\f453"; }

.fa-hockey-sticks:before { content: "\f454"; }

.fa-home:before { content: "\f015"; }

.fa-home-heart:before { content: "\f4c9"; }

.fa-hooli:before { content: "\f427"; }

.fa-hornbill:before { content: "\f592"; }

.fa-hospital:before { content: "\f0f8"; }

.fa-hospital-alt:before { content: "\f47d"; }

.fa-hospital-symbol:before { content: "\f47e"; }

.fa-hot-tub:before { content: "\f593"; }

.fa-hotel:before { content: "\f594"; }

.fa-hotjar:before { content: "\f3b1"; }

.fa-hourglass:before { content: "\f254"; }

.fa-hourglass-end:before { content: "\f253"; }

.fa-hourglass-half:before { content: "\f252"; }

.fa-hourglass-start:before { content: "\f251"; }

.fa-houzz:before { content: "\f27c"; }

.fa-html5:before { content: "\f13b"; }

.fa-hubspot:before { content: "\f3b2"; }

.fa-i-cursor:before { content: "\f246"; }

.fa-id-badge:before { content: "\f2c1"; }

.fa-id-card:before { content: "\f2c2"; }

.fa-id-card-alt:before { content: "\f47f"; }

.fa-image:before { content: "\f03e"; }

.fa-images:before { content: "\f302"; }

.fa-imdb:before { content: "\f2d8"; }

.fa-inbox:before { content: "\f01c"; }

.fa-inbox-in:before { content: "\f310"; }

.fa-inbox-out:before { content: "\f311"; }

.fa-indent:before { content: "\f03c"; }

.fa-industry:before { content: "\f275"; }

.fa-industry-alt:before { content: "\f3b3"; }

.fa-infinity:before { content: "\f534"; }

.fa-info:before { content: "\f129"; }

.fa-info-circle:before { content: "\f05a"; }

.fa-info-square:before { content: "\f30f"; }

.fa-instagram:before { content: "\f16d"; }

.fa-internet-explorer:before { content: "\f26b"; }

.fa-inventory:before { content: "\f480"; }

.fa-ioxhost:before { content: "\f208"; }

.fa-italic:before { content: "\f033"; }

.fa-itunes:before { content: "\f3b4"; }

.fa-itunes-note:before { content: "\f3b5"; }

.fa-jack-o-lantern:before { content: "\f30e"; }

.fa-java:before { content: "\f4e4"; }

.fa-jedi-order:before { content: "\f50e"; }

.fa-jenkins:before { content: "\f3b6"; }

.fa-joget:before { content: "\f3b7"; }

.fa-joint:before { content: "\f595"; }

.fa-joomla:before { content: "\f1aa"; }

.fa-js:before { content: "\f3b8"; }

.fa-js-square:before { content: "\f3b9"; }

.fa-jsfiddle:before { content: "\f1cc"; }

.fa-key:before { content: "\f084"; }

.fa-keybase:before { content: "\f4f5"; }

.fa-keyboard:before { content: "\f11c"; }

.fa-keycdn:before { content: "\f3ba"; }

.fa-kickstarter:before { content: "\f3bb"; }

.fa-kickstarter-k:before { content: "\f3bc"; }

.fa-kiss:before { content: "\f596"; }

.fa-kiss-beam:before { content: "\f597"; }

.fa-kiss-wink-heart:before { content: "\f598"; }

.fa-kiwi-bird:before { content: "\f535"; }

.fa-korvue:before { content: "\f42f"; }

.fa-lamp:before { content: "\f4ca"; }

.fa-language:before { content: "\f1ab"; }

.fa-laptop:before { content: "\f109"; }

.fa-laravel:before { content: "\f3bd"; }

.fa-lastfm:before { content: "\f202"; }

.fa-lastfm-square:before { content: "\f203"; }

.fa-laugh:before { content: "\f599"; }

.fa-laugh-beam:before { content: "\f59a"; }

.fa-laugh-squint:before { content: "\f59b"; }

.fa-laugh-wink:before { content: "\f59c"; }

.fa-leaf:before { content: "\f06c"; }

.fa-leaf-heart:before { content: "\f4cb"; }

.fa-leanpub:before { content: "\f212"; }

.fa-lemon:before { content: "\f094"; }

.fa-less:before { content: "\f41d"; }

.fa-less-than:before { content: "\f536"; }

.fa-less-than-equal:before { content: "\f537"; }

.fa-level-down:before { content: "\f149"; }

.fa-level-down-alt:before { content: "\f3be"; }

.fa-level-up:before { content: "\f148"; }

.fa-level-up-alt:before { content: "\f3bf"; }

.fa-life-ring:before { content: "\f1cd"; }

.fa-lightbulb:before { content: "\f0eb"; }

.fa-line:before { content: "\f3c0"; }

.fa-link:before { content: "\f0c1"; }

.fa-linkedin:before { content: "\f08c"; }

.fa-linkedin-in:before { content: "\f0e1"; }

.fa-linode:before { content: "\f2b8"; }

.fa-linux:before { content: "\f17c"; }

.fa-lira-sign:before { content: "\f195"; }

.fa-list:before { content: "\f03a"; }

.fa-list-alt:before { content: "\f022"; }

.fa-list-ol:before { content: "\f0cb"; }

.fa-list-ul:before { content: "\f0ca"; }

.fa-location-arrow:before { content: "\f124"; }

.fa-lock:before { content: "\f023"; }

.fa-lock-alt:before { content: "\f30d"; }

.fa-lock-open:before { content: "\f3c1"; }

.fa-lock-open-alt:before { content: "\f3c2"; }

.fa-long-arrow-alt-down:before { content: "\f309"; }

.fa-long-arrow-alt-left:before { content: "\f30a"; }

.fa-long-arrow-alt-right:before { content: "\f30b"; }

.fa-long-arrow-alt-up:before { content: "\f30c"; }

.fa-long-arrow-down:before { content: "\f175"; }

.fa-long-arrow-left:before { content: "\f177"; }

.fa-long-arrow-right:before { content: "\f178"; }

.fa-long-arrow-up:before { content: "\f176"; }

.fa-loveseat:before { content: "\f4cc"; }

.fa-low-vision:before { content: "\f2a8"; }

.fa-luchador:before { content: "\f455"; }

.fa-luggage-cart:before { content: "\f59d"; }

.fa-lyft:before { content: "\f3c3"; }

.fa-magento:before { content: "\f3c4"; }

.fa-magic:before { content: "\f0d0"; }

.fa-magnet:before { content: "\f076"; }

.fa-mailchimp:before { content: "\f59e"; }

.fa-male:before { content: "\f183"; }

.fa-mandalorian:before { content: "\f50f"; }

.fa-map:before { content: "\f279"; }

.fa-map-marked:before { content: "\f59f"; }

.fa-map-marked-alt:before { content: "\f5a0"; }

.fa-map-marker:before { content: "\f041"; }

.fa-map-marker-alt:before { content: "\f3c5"; }

.fa-map-pin:before { content: "\f276"; }

.fa-map-signs:before { content: "\f277"; }

.fa-marker:before { content: "\f5a1"; }

.fa-mars:before { content: "\f222"; }

.fa-mars-double:before { content: "\f227"; }

.fa-mars-stroke:before { content: "\f229"; }

.fa-mars-stroke-h:before { content: "\f22b"; }

.fa-mars-stroke-v:before { content: "\f22a"; }

.fa-mastodon:before { content: "\f4f6"; }

.fa-maxcdn:before { content: "\f136"; }

.fa-medal:before { content: "\f5a2"; }

.fa-medapps:before { content: "\f3c6"; }

.fa-medium:before { content: "\f23a"; }

.fa-medium-m:before { content: "\f3c7"; }

.fa-medkit:before { content: "\f0fa"; }

.fa-medrt:before { content: "\f3c8"; }

.fa-meetup:before { content: "\f2e0"; }

.fa-megaport:before { content: "\f5a3"; }

.fa-meh:before { content: "\f11a"; }

.fa-meh-blank:before { content: "\f5a4"; }

.fa-meh-rolling-eyes:before { content: "\f5a5"; }

.fa-memory:before { content: "\f538"; }

.fa-mercury:before { content: "\f223"; }

.fa-microchip:before { content: "\f2db"; }

.fa-microphone:before { content: "\f130"; }

.fa-microphone-alt:before { content: "\f3c9"; }

.fa-microphone-alt-slash:before { content: "\f539"; }

.fa-microphone-slash:before { content: "\f131"; }

.fa-microsoft:before { content: "\f3ca"; }

.fa-minus:before { content: "\f068"; }

.fa-minus-circle:before { content: "\f056"; }

.fa-minus-hexagon:before { content: "\f307"; }

.fa-minus-octagon:before { content: "\f308"; }

.fa-minus-square:before { content: "\f146"; }

.fa-mix:before { content: "\f3cb"; }

.fa-mixcloud:before { content: "\f289"; }

.fa-mizuni:before { content: "\f3cc"; }

.fa-mobile:before { content: "\f10b"; }

.fa-mobile-alt:before { content: "\f3cd"; }

.fa-mobile-android:before { content: "\f3ce"; }

.fa-mobile-android-alt:before { content: "\f3cf"; }

.fa-modx:before { content: "\f285"; }

.fa-monero:before { content: "\f3d0"; }

.fa-money-bill:before { content: "\f0d6"; }

.fa-money-bill-alt:before { content: "\f3d1"; }

.fa-money-bill-wave:before { content: "\f53a"; }

.fa-money-bill-wave-alt:before { content: "\f53b"; }

.fa-money-check:before { content: "\f53c"; }

.fa-money-check-alt:before { content: "\f53d"; }

.fa-monument:before { content: "\f5a6"; }

.fa-moon:before { content: "\f186"; }

.fa-mortar-pestle:before { content: "\f5a7"; }

.fa-motorcycle:before { content: "\f21c"; }

.fa-mouse-pointer:before { content: "\f245"; }

.fa-music:before { content: "\f001"; }

.fa-napster:before { content: "\f3d2"; }

.fa-neuter:before { content: "\f22c"; }

.fa-newspaper:before { content: "\f1ea"; }

.fa-nimblr:before { content: "\f5a8"; }

.fa-nintendo-switch:before { content: "\f418"; }

.fa-node:before { content: "\f419"; }

.fa-node-js:before { content: "\f3d3"; }

.fa-not-equal:before { content: "\f53e"; }

.fa-notes-medical:before { content: "\f481"; }

.fa-npm:before { content: "\f3d4"; }

.fa-ns8:before { content: "\f3d5"; }

.fa-nutritionix:before { content: "\f3d6"; }

.fa-object-group:before { content: "\f247"; }

.fa-object-ungroup:before { content: "\f248"; }

.fa-octagon:before { content: "\f306"; }

.fa-odnoklassniki:before { content: "\f263"; }

.fa-odnoklassniki-square:before { content: "\f264"; }

.fa-old-republic:before { content: "\f510"; }

.fa-opencart:before { content: "\f23d"; }

.fa-openid:before { content: "\f19b"; }

.fa-opera:before { content: "\f26a"; }

.fa-optin-monster:before { content: "\f23c"; }

.fa-osi:before { content: "\f41a"; }

.fa-outdent:before { content: "\f03b"; }

.fa-page4:before { content: "\f3d7"; }

.fa-pagelines:before { content: "\f18c"; }

.fa-paint-brush:before { content: "\f1fc"; }

.fa-paint-brush-alt:before { content: "\f5a9"; }

.fa-paint-roller:before { content: "\f5aa"; }

.fa-palette:before { content: "\f53f"; }

.fa-palfed:before { content: "\f3d8"; }

.fa-pallet:before { content: "\f482"; }

.fa-pallet-alt:before { content: "\f483"; }

.fa-paper-plane:before { content: "\f1d8"; }

.fa-paperclip:before { content: "\f0c6"; }

.fa-parachute-box:before { content: "\f4cd"; }

.fa-paragraph:before { content: "\f1dd"; }

.fa-parking:before { content: "\f540"; }

.fa-passport:before { content: "\f5ab"; }

.fa-paste:before { content: "\f0ea"; }

.fa-patreon:before { content: "\f3d9"; }

.fa-pause:before { content: "\f04c"; }

.fa-pause-circle:before { content: "\f28b"; }

.fa-paw:before { content: "\f1b0"; }

.fa-paypal:before { content: "\f1ed"; }

.fa-pen:before { content: "\f304"; }

.fa-pen-alt:before { content: "\f305"; }

.fa-pen-fancy:before { content: "\f5ac"; }

.fa-pen-nib:before { content: "\f5ad"; }

.fa-pen-square:before { content: "\f14b"; }

.fa-pencil:before { content: "\f040"; }

.fa-pencil-alt:before { content: "\f303"; }

.fa-pencil-ruler:before { content: "\f5ae"; }

.fa-pennant:before { content: "\f456"; }

.fa-people-carry:before { content: "\f4ce"; }

.fa-percent:before { content: "\f295"; }

.fa-percentage:before { content: "\f541"; }

.fa-periscope:before { content: "\f3da"; }

.fa-person-carry:before { content: "\f4cf"; }

.fa-person-dolly:before { content: "\f4d0"; }

.fa-person-dolly-empty:before { content: "\f4d1"; }

.fa-phabricator:before { content: "\f3db"; }

.fa-phoenix-framework:before { content: "\f3dc"; }

.fa-phoenix-squadron:before { content: "\f511"; }

.fa-phone:before { content: "\f095"; }

.fa-phone-plus:before { content: "\f4d2"; }

.fa-phone-slash:before { content: "\f3dd"; }

.fa-phone-square:before { content: "\f098"; }

.fa-phone-volume:before { content: "\f2a0"; }

.fa-php:before { content: "\f457"; }

.fa-pied-piper:before { content: "\f2ae"; }

.fa-pied-piper-alt:before { content: "\f1a8"; }

.fa-pied-piper-hat:before { content: "\f4e5"; }

.fa-pied-piper-pp:before { content: "\f1a7"; }

.fa-piggy-bank:before { content: "\f4d3"; }

.fa-pills:before { content: "\f484"; }

.fa-pinterest:before { content: "\f0d2"; }

.fa-pinterest-p:before { content: "\f231"; }

.fa-pinterest-square:before { content: "\f0d3"; }

.fa-plane:before { content: "\f072"; }

.fa-plane-alt:before { content: "\f3de"; }

.fa-plane-arrival:before { content: "\f5af"; }

.fa-plane-departure:before { content: "\f5b0"; }

.fa-play:before { content: "\f04b"; }

.fa-play-circle:before { content: "\f144"; }

.fa-playstation:before { content: "\f3df"; }

.fa-plug:before { content: "\f1e6"; }

.fa-plus:before { content: "\f067"; }

.fa-plus-circle:before { content: "\f055"; }

.fa-plus-hexagon:before { content: "\f300"; }

.fa-plus-octagon:before { content: "\f301"; }

.fa-plus-square:before { content: "\f0fe"; }

.fa-podcast:before { content: "\f2ce"; }

.fa-poo:before { content: "\f2fe"; }

.fa-portrait:before { content: "\f3e0"; }

.fa-pound-sign:before { content: "\f154"; }

.fa-power-off:before { content: "\f011"; }

.fa-prescription:before { content: "\f5b1"; }

.fa-prescription-bottle:before { content: "\f485"; }

.fa-prescription-bottle-alt:before { content: "\f486"; }

.fa-print:before { content: "\f02f"; }

.fa-procedures:before { content: "\f487"; }

.fa-product-hunt:before { content: "\f288"; }

.fa-project-diagram:before { content: "\f542"; }

.fa-pushed:before { content: "\f3e1"; }

.fa-puzzle-piece:before { content: "\f12e"; }

.fa-python:before { content: "\f3e2"; }

.fa-qq:before { content: "\f1d6"; }

.fa-qrcode:before { content: "\f029"; }

.fa-question:before { content: "\f128"; }

.fa-question-circle:before { content: "\f059"; }

.fa-question-square:before { content: "\f2fd"; }

.fa-quidditch:before { content: "\f458"; }

.fa-quinscape:before { content: "\f459"; }

.fa-quora:before { content: "\f2c4"; }

.fa-quote-left:before { content: "\f10d"; }

.fa-quote-right:before { content: "\f10e"; }

.fa-r-project:before { content: "\f4f7"; }

.fa-racquet:before { content: "\f45a"; }

.fa-ramp-loading:before { content: "\f4d4"; }

.fa-random:before { content: "\f074"; }

.fa-ravelry:before { content: "\f2d9"; }

.fa-react:before { content: "\f41b"; }

.fa-readme:before { content: "\f4d5"; }

.fa-rebel:before { content: "\f1d0"; }

.fa-receipt:before { content: "\f543"; }

.fa-rectangle-landscape:before { content: "\f2fa"; }

.fa-rectangle-portrait:before { content: "\f2fb"; }

.fa-rectangle-wide:before { content: "\f2fc"; }

.fa-recycle:before { content: "\f1b8"; }

.fa-red-river:before { content: "\f3e3"; }

.fa-reddit:before { content: "\f1a1"; }

.fa-reddit-alien:before { content: "\f281"; }

.fa-reddit-square:before { content: "\f1a2"; }

.fa-redo:before { content: "\f01e"; }

.fa-redo-alt:before { content: "\f2f9"; }

.fa-registered:before { content: "\f25d"; }

.fa-rendact:before { content: "\f3e4"; }

.fa-renren:before { content: "\f18b"; }

.fa-repeat:before { content: "\f363"; }

.fa-repeat-1:before { content: "\f365"; }

.fa-repeat-1-alt:before { content: "\f366"; }

.fa-repeat-alt:before { content: "\f364"; }

.fa-reply:before { content: "\f3e5"; }

.fa-reply-all:before { content: "\f122"; }

.fa-replyd:before { content: "\f3e6"; }

.fa-researchgate:before { content: "\f4f8"; }

.fa-resolving:before { content: "\f3e7"; }

.fa-retweet:before { content: "\f079"; }

.fa-retweet-alt:before { content: "\f361"; }

.fa-rev:before { content: "\f5b2"; }

.fa-ribbon:before { content: "\f4d6"; }

.fa-road:before { content: "\f018"; }

.fa-robot:before { content: "\f544"; }

.fa-rocket:before { content: "\f135"; }

.fa-rocketchat:before { content: "\f3e8"; }

.fa-rockrms:before { content: "\f3e9"; }

.fa-route:before { content: "\f4d7"; }

.fa-rss:before { content: "\f09e"; }

.fa-rss-square:before { content: "\f143"; }

.fa-ruble-sign:before { content: "\f158"; }

.fa-ruler:before { content: "\f545"; }

.fa-ruler-combined:before { content: "\f546"; }

.fa-ruler-horizontal:before { content: "\f547"; }

.fa-ruler-vertical:before { content: "\f548"; }

.fa-rupee-sign:before { content: "\f156"; }

.fa-sad-cry:before { content: "\f5b3"; }

.fa-sad-tear:before { content: "\f5b4"; }

.fa-safari:before { content: "\f267"; }

.fa-sass:before { content: "\f41e"; }

.fa-save:before { content: "\f0c7"; }

.fa-scanner:before { content: "\f488"; }

.fa-scanner-keyboard:before { content: "\f489"; }

.fa-scanner-touchscreen:before { content: "\f48a"; }

.fa-schlix:before { content: "\f3ea"; }

.fa-school:before { content: "\f549"; }

.fa-screwdriver:before { content: "\f54a"; }

.fa-scribd:before { content: "\f28a"; }

.fa-scrubber:before { content: "\f2f8"; }

.fa-search:before { content: "\f002"; }

.fa-search-minus:before { content: "\f010"; }

.fa-search-plus:before { content: "\f00e"; }

.fa-searchengin:before { content: "\f3eb"; }

.fa-seedling:before { content: "\f4d8"; }

.fa-sellcast:before { content: "\f2da"; }

.fa-sellsy:before { content: "\f213"; }

.fa-server:before { content: "\f233"; }

.fa-servicestack:before { content: "\f3ec"; }

.fa-share:before { content: "\f064"; }

.fa-share-all:before { content: "\f367"; }

.fa-share-alt:before { content: "\f1e0"; }

.fa-share-alt-square:before { content: "\f1e1"; }

.fa-share-square:before { content: "\f14d"; }

.fa-shekel-sign:before { content: "\f20b"; }

.fa-shield:before { content: "\f132"; }

.fa-shield-alt:before { content: "\f3ed"; }

.fa-shield-check:before { content: "\f2f7"; }

.fa-ship:before { content: "\f21a"; }

.fa-shipping-fast:before { content: "\f48b"; }

.fa-shipping-timed:before { content: "\f48c"; }

.fa-shirtsinbulk:before { content: "\f214"; }

.fa-shoe-prints:before { content: "\f54b"; }

.fa-shopping-bag:before { content: "\f290"; }

.fa-shopping-basket:before { content: "\f291"; }

.fa-shopping-cart:before { content: "\f07a"; }

.fa-shopware:before { content: "\f5b5"; }

.fa-shower:before { content: "\f2cc"; }

.fa-shuttle-van:before { content: "\f5b6"; }

.fa-shuttlecock:before { content: "\f45b"; }

.fa-sign:before { content: "\f4d9"; }

.fa-sign-in:before { content: "\f090"; }

.fa-sign-in-alt:before { content: "\f2f6"; }

.fa-sign-language:before { content: "\f2a7"; }

.fa-sign-out:before { content: "\f08b"; }

.fa-sign-out-alt:before { content: "\f2f5"; }

.fa-signal:before { content: "\f012"; }

.fa-signature:before { content: "\f5b7"; }

.fa-simplybuilt:before { content: "\f215"; }

.fa-sistrix:before { content: "\f3ee"; }

.fa-sitemap:before { content: "\f0e8"; }

.fa-sith:before { content: "\f512"; }

.fa-skull:before { content: "\f54c"; }

.fa-skyatlas:before { content: "\f216"; }

.fa-skype:before { content: "\f17e"; }

.fa-slack:before { content: "\f198"; }

.fa-slack-hash:before { content: "\f3ef"; }

.fa-sliders-h:before { content: "\f1de"; }

.fa-sliders-h-square:before { content: "\f3f0"; }

.fa-sliders-v:before { content: "\f3f1"; }

.fa-sliders-v-square:before { content: "\f3f2"; }

.fa-slideshare:before { content: "\f1e7"; }

.fa-smile:before { content: "\f118"; }

.fa-smile-beam:before { content: "\f5b8"; }

.fa-smile-plus:before { content: "\f5b9"; }

.fa-smile-wink:before { content: "\f4da"; }

.fa-smoking:before { content: "\f48d"; }

.fa-smoking-ban:before { content: "\f54d"; }

.fa-snapchat:before { content: "\f2ab"; }

.fa-snapchat-ghost:before { content: "\f2ac"; }

.fa-snapchat-square:before { content: "\f2ad"; }

.fa-snowflake:before { content: "\f2dc"; }

.fa-solar-panel:before { content: "\f5ba"; }

.fa-sort:before { content: "\f0dc"; }

.fa-sort-alpha-down:before { content: "\f15d"; }

.fa-sort-alpha-up:before { content: "\f15e"; }

.fa-sort-amount-down:before { content: "\f160"; }

.fa-sort-amount-up:before { content: "\f161"; }

.fa-sort-down:before { content: "\f0dd"; }

.fa-sort-numeric-down:before { content: "\f162"; }

.fa-sort-numeric-up:before { content: "\f163"; }

.fa-sort-up:before { content: "\f0de"; }

.fa-soundcloud:before { content: "\f1be"; }

.fa-spa:before { content: "\f5bb"; }

.fa-space-shuttle:before { content: "\f197"; }

.fa-spade:before { content: "\f2f4"; }

.fa-speakap:before { content: "\f3f3"; }

.fa-spinner:before { content: "\f110"; }

.fa-spinner-third:before { content: "\f3f4"; }

.fa-splotch:before { content: "\f5bc"; }

.fa-spotify:before { content: "\f1bc"; }

.fa-spray-can:before { content: "\f5bd"; }

.fa-square:before { content: "\f0c8"; }

.fa-square-full:before { content: "\f45c"; }

.fa-squarespace:before { content: "\f5be"; }

.fa-stack-exchange:before { content: "\f18d"; }

.fa-stack-overflow:before { content: "\f16c"; }

.fa-stamp:before { content: "\f5bf"; }

.fa-star:before { content: "\f005"; }

.fa-star-exclamation:before { content: "\f2f3"; }

.fa-star-half:before { content: "\f089"; }

.fa-star-half-alt:before { content: "\f5c0"; }

.fa-staylinked:before { content: "\f3f5"; }

.fa-steam:before { content: "\f1b6"; }

.fa-steam-square:before { content: "\f1b7"; }

.fa-steam-symbol:before { content: "\f3f6"; }

.fa-step-backward:before { content: "\f048"; }

.fa-step-forward:before { content: "\f051"; }

.fa-stethoscope:before { content: "\f0f1"; }

.fa-sticker-mule:before { content: "\f3f7"; }

.fa-sticky-note:before { content: "\f249"; }

.fa-stop:before { content: "\f04d"; }

.fa-stop-circle:before { content: "\f28d"; }

.fa-stopwatch:before { content: "\f2f2"; }

.fa-store:before { content: "\f54e"; }

.fa-store-alt:before { content: "\f54f"; }

.fa-strava:before { content: "\f428"; }

.fa-stream:before { content: "\f550"; }

.fa-street-view:before { content: "\f21d"; }

.fa-strikethrough:before { content: "\f0cc"; }

.fa-stripe:before { content: "\f429"; }

.fa-stripe-s:before { content: "\f42a"; }

.fa-stroopwafel:before { content: "\f551"; }

.fa-studiovinari:before { content: "\f3f8"; }

.fa-stumbleupon:before { content: "\f1a4"; }

.fa-stumbleupon-circle:before { content: "\f1a3"; }

.fa-subscript:before { content: "\f12c"; }

.fa-subway:before { content: "\f239"; }

.fa-suitcase:before { content: "\f0f2"; }

.fa-suitcase-rolling:before { content: "\f5c1"; }

.fa-sun:before { content: "\f185"; }

.fa-superpowers:before { content: "\f2dd"; }

.fa-superscript:before { content: "\f12b"; }

.fa-supple:before { content: "\f3f9"; }

.fa-surprise:before { content: "\f5c2"; }

.fa-swatchbook:before { content: "\f5c3"; }

.fa-swimmer:before { content: "\f5c4"; }

.fa-swimming-pool:before { content: "\f5c5"; }

.fa-sync:before { content: "\f021"; }

.fa-sync-alt:before { content: "\f2f1"; }

.fa-syringe:before { content: "\f48e"; }

.fa-table:before { content: "\f0ce"; }

.fa-table-tennis:before { content: "\f45d"; }

.fa-tablet:before { content: "\f10a"; }

.fa-tablet-alt:before { content: "\f3fa"; }

.fa-tablet-android:before { content: "\f3fb"; }

.fa-tablet-android-alt:before { content: "\f3fc"; }

.fa-tablet-rugged:before { content: "\f48f"; }

.fa-tablets:before { content: "\f490"; }

.fa-tachometer:before { content: "\f0e4"; }

.fa-tachometer-alt:before { content: "\f3fd"; }

.fa-tag:before { content: "\f02b"; }

.fa-tags:before { content: "\f02c"; }

.fa-tape:before { content: "\f4db"; }

.fa-tasks:before { content: "\f0ae"; }

.fa-taxi:before { content: "\f1ba"; }

.fa-teamspeak:before { content: "\f4f9"; }

.fa-telegram:before { content: "\f2c6"; }

.fa-telegram-plane:before { content: "\f3fe"; }

.fa-tencent-weibo:before { content: "\f1d5"; }

.fa-tennis-ball:before { content: "\f45e"; }

.fa-terminal:before { content: "\f120"; }

.fa-text-height:before { content: "\f034"; }

.fa-text-width:before { content: "\f035"; }

.fa-th:before { content: "\f00a"; }

.fa-th-large:before { content: "\f009"; }

.fa-th-list:before { content: "\f00b"; }

.fa-themeco:before { content: "\f5c6"; }

.fa-themeisle:before { content: "\f2b2"; }

.fa-thermometer:before { content: "\f491"; }

.fa-thermometer-empty:before { content: "\f2cb"; }

.fa-thermometer-full:before { content: "\f2c7"; }

.fa-thermometer-half:before { content: "\f2c9"; }

.fa-thermometer-quarter:before { content: "\f2ca"; }

.fa-thermometer-three-quarters:before { content: "\f2c8"; }

.fa-thumbs-down:before { content: "\f165"; }

.fa-thumbs-up:before { content: "\f164"; }

.fa-thumbtack:before { content: "\f08d"; }

.fa-ticket:before { content: "\f145"; }

.fa-ticket-alt:before { content: "\f3ff"; }

.fa-times:before { content: "\f00d"; }

.fa-times-circle:before { content: "\f057"; }

.fa-times-hexagon:before { content: "\f2ee"; }

.fa-times-octagon:before { content: "\f2f0"; }

.fa-times-square:before { content: "\f2d3"; }

.fa-tint:before { content: "\f043"; }

.fa-tint-slash:before { content: "\f5c7"; }

.fa-tired:before { content: "\f5c8"; }

.fa-toggle-off:before { content: "\f204"; }

.fa-toggle-on:before { content: "\f205"; }

.fa-toolbox:before { content: "\f552"; }

.fa-tooth:before { content: "\f5c9"; }

.fa-trade-federation:before { content: "\f513"; }

.fa-trademark:before { content: "\f25c"; }

.fa-train:before { content: "\f238"; }

.fa-transgender:before { content: "\f224"; }

.fa-transgender-alt:before { content: "\f225"; }

.fa-trash:before { content: "\f1f8"; }

.fa-trash-alt:before { content: "\f2ed"; }

.fa-tree:before { content: "\f1bb"; }

.fa-tree-alt:before { content: "\f400"; }

.fa-trello:before { content: "\f181"; }

.fa-triangle:before { content: "\f2ec"; }

.fa-tripadvisor:before { content: "\f262"; }

.fa-trophy:before { content: "\f091"; }

.fa-trophy-alt:before { content: "\f2eb"; }

.fa-truck:before { content: "\f0d1"; }

.fa-truck-container:before { content: "\f4dc"; }

.fa-truck-couch:before { content: "\f4dd"; }

.fa-truck-loading:before { content: "\f4de"; }

.fa-truck-moving:before { content: "\f4df"; }

.fa-truck-ramp:before { content: "\f4e0"; }

.fa-tshirt:before { content: "\f553"; }

.fa-tty:before { content: "\f1e4"; }

.fa-tumblr:before { content: "\f173"; }

.fa-tumblr-square:before { content: "\f174"; }

.fa-tv:before { content: "\f26c"; }

.fa-tv-retro:before { content: "\f401"; }

.fa-twitch:before { content: "\f1e8"; }

.fa-twitter:before { content: "\f099"; }

.fa-twitter-square:before { content: "\f081"; }

.fa-typo3:before { content: "\f42b"; }

.fa-uber:before { content: "\f402"; }

.fa-uikit:before { content: "\f403"; }

.fa-umbrella:before { content: "\f0e9"; }

.fa-umbrella-beach:before { content: "\f5ca"; }

.fa-underline:before { content: "\f0cd"; }

.fa-undo:before { content: "\f0e2"; }

.fa-undo-alt:before { content: "\f2ea"; }

.fa-uniregistry:before { content: "\f404"; }

.fa-universal-access:before { content: "\f29a"; }

.fa-university:before { content: "\f19c"; }

.fa-unlink:before { content: "\f127"; }

.fa-unlock:before { content: "\f09c"; }

.fa-unlock-alt:before { content: "\f13e"; }

.fa-untappd:before { content: "\f405"; }

.fa-upload:before { content: "\f093"; }

.fa-usb:before { content: "\f287"; }

.fa-usd-circle:before { content: "\f2e8"; }

.fa-usd-square:before { content: "\f2e9"; }

.fa-user:before { content: "\f007"; }

.fa-user-alt:before { content: "\f406"; }

.fa-user-alt-slash:before { content: "\f4fa"; }

.fa-user-astronaut:before { content: "\f4fb"; }

.fa-user-check:before { content: "\f4fc"; }

.fa-user-circle:before { content: "\f2bd"; }

.fa-user-clock:before { content: "\f4fd"; }

.fa-user-cog:before { content: "\f4fe"; }

.fa-user-edit:before { content: "\f4ff"; }

.fa-user-friends:before { content: "\f500"; }

.fa-user-graduate:before { content: "\f501"; }

.fa-user-lock:before { content: "\f502"; }

.fa-user-md:before { content: "\f0f0"; }

.fa-user-minus:before { content: "\f503"; }

.fa-user-ninja:before { content: "\f504"; }

.fa-user-plus:before { content: "\f234"; }

.fa-user-secret:before { content: "\f21b"; }

.fa-user-shield:before { content: "\f505"; }

.fa-user-slash:before { content: "\f506"; }

.fa-user-tag:before { content: "\f507"; }

.fa-user-tie:before { content: "\f508"; }

.fa-user-times:before { content: "\f235"; }

.fa-users:before { content: "\f0c0"; }

.fa-users-cog:before { content: "\f509"; }

.fa-ussunnah:before { content: "\f407"; }

.fa-utensil-fork:before { content: "\f2e3"; }

.fa-utensil-knife:before { content: "\f2e4"; }

.fa-utensil-spoon:before { content: "\f2e5"; }

.fa-utensils:before { content: "\f2e7"; }

.fa-utensils-alt:before { content: "\f2e6"; }

.fa-vaadin:before { content: "\f408"; }

.fa-vector-square:before { content: "\f5cb"; }

.fa-venus:before { content: "\f221"; }

.fa-venus-double:before { content: "\f226"; }

.fa-venus-mars:before { content: "\f228"; }

.fa-viacoin:before { content: "\f237"; }

.fa-viadeo:before { content: "\f2a9"; }

.fa-viadeo-square:before { content: "\f2aa"; }

.fa-vial:before { content: "\f492"; }

.fa-vials:before { content: "\f493"; }

.fa-viber:before { content: "\f409"; }

.fa-video:before { content: "\f03d"; }

.fa-video-plus:before { content: "\f4e1"; }

.fa-video-slash:before { content: "\f4e2"; }

.fa-vimeo:before { content: "\f40a"; }

.fa-vimeo-square:before { content: "\f194"; }

.fa-vimeo-v:before { content: "\f27d"; }

.fa-vine:before { content: "\f1ca"; }

.fa-vk:before { content: "\f189"; }

.fa-vnv:before { content: "\f40b"; }

.fa-volleyball-ball:before { content: "\f45f"; }

.fa-volume-down:before { content: "\f027"; }

.fa-volume-mute:before { content: "\f2e2"; }

.fa-volume-off:before { content: "\f026"; }

.fa-volume-up:before { content: "\f028"; }

.fa-vuejs:before { content: "\f41f"; }

.fa-walking:before { content: "\f554"; }

.fa-wallet:before { content: "\f555"; }

.fa-warehouse:before { content: "\f494"; }

.fa-warehouse-alt:before { content: "\f495"; }

.fa-watch:before { content: "\f2e1"; }

.fa-weebly:before { content: "\f5cc"; }

.fa-weibo:before { content: "\f18a"; }

.fa-weight:before { content: "\f496"; }

.fa-weight-hanging:before { content: "\f5cd"; }

.fa-weixin:before { content: "\f1d7"; }

.fa-whatsapp:before { content: "\f232"; }

.fa-whatsapp-square:before { content: "\f40c"; }

.fa-wheelchair:before { content: "\f193"; }

.fa-whistle:before { content: "\f460"; }

.fa-whmcs:before { content: "\f40d"; }

.fa-wifi:before { content: "\f1eb"; }

.fa-wikipedia-w:before { content: "\f266"; }

.fa-window:before { content: "\f40e"; }

.fa-window-alt:before { content: "\f40f"; }

.fa-window-close:before { content: "\f410"; }

.fa-window-maximize:before { content: "\f2d0"; }

.fa-window-minimize:before { content: "\f2d1"; }

.fa-window-restore:before { content: "\f2d2"; }

.fa-windows:before { content: "\f17a"; }

.fa-wine-glass:before { content: "\f4e3"; }

.fa-wine-glass-alt:before { content: "\f5ce"; }

.fa-wix:before { content: "\f5cf"; }

.fa-wolf-pack-battalion:before { content: "\f514"; }

.fa-won-sign:before { content: "\f159"; }

.fa-wordpress:before { content: "\f19a"; }

.fa-wordpress-simple:before { content: "\f411"; }

.fa-wpbeginner:before { content: "\f297"; }

.fa-wpexplorer:before { content: "\f2de"; }

.fa-wpforms:before { content: "\f298"; }

.fa-wrench:before { content: "\f0ad"; }

.fa-x-ray:before { content: "\f497"; }

.fa-xbox:before { content: "\f412"; }

.fa-xing:before { content: "\f168"; }

.fa-xing-square:before { content: "\f169"; }

.fa-y-combinator:before { content: "\f23b"; }

.fa-yahoo:before { content: "\f19e"; }

.fa-yandex:before { content: "\f413"; }

.fa-yandex-international:before { content: "\f414"; }

.fa-yelp:before { content: "\f1e9"; }

.fa-yen-sign:before { content: "\f157"; }

.fa-yoast:before { content: "\f2b1"; }

.fa-youtube:before { content: "\f167"; }

.fa-youtube-square:before { content: "\f431"; }

/*!
 * Font Awesome Pro 5.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face { font-family: 'Font Awesome 5 Brands'; font-style: normal; font-weight: normal; src: url("/static/styling/fonts/fa-brands-400.eot"); src: url("/static/styling/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/static/styling/fonts/fa-brands-400.woff2") format("woff2"), url("/static/styling/fonts/fa-brands-400.woff") format("woff"), url("/static/styling/fonts/fa-brands-400.ttf") format("truetype"), url("/static/styling/fonts/fa-brands-400.svg#fontawesome") format("svg"); }
.fab { font-family: 'Font Awesome 5 Brands'; }

/*!
 * Font Awesome Pro 5.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa, .fas, .far, .fal, .fab { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before { content: "\f26e"; }

.fa-accessible-icon:before { content: "\f368"; }

.fa-accusoft:before { content: "\f369"; }

.fa-address-book:before { content: "\f2b9"; }

.fa-address-card:before { content: "\f2bb"; }

.fa-adjust:before { content: "\f042"; }

.fa-adn:before { content: "\f170"; }

.fa-adversal:before { content: "\f36a"; }

.fa-affiliatetheme:before { content: "\f36b"; }

.fa-alarm-clock:before { content: "\f34e"; }

.fa-algolia:before { content: "\f36c"; }

.fa-align-center:before { content: "\f037"; }

.fa-align-justify:before { content: "\f039"; }

.fa-align-left:before { content: "\f036"; }

.fa-align-right:before { content: "\f038"; }

.fa-allergies:before { content: "\f461"; }

.fa-amazon:before { content: "\f270"; }

.fa-amazon-pay:before { content: "\f42c"; }

.fa-ambulance:before { content: "\f0f9"; }

.fa-american-sign-language-interpreting:before { content: "\f2a3"; }

.fa-amilia:before { content: "\f36d"; }

.fa-anchor:before { content: "\f13d"; }

.fa-android:before { content: "\f17b"; }

.fa-angellist:before { content: "\f209"; }

.fa-angle-double-down:before { content: "\f103"; }

.fa-angle-double-left:before { content: "\f100"; }

.fa-angle-double-right:before { content: "\f101"; }

.fa-angle-double-up:before { content: "\f102"; }

.fa-angle-down:before { content: "\f107"; }

.fa-angle-left:before { content: "\f104"; }

.fa-angle-right:before { content: "\f105"; }

.fa-angle-up:before { content: "\f106"; }

.fa-angry:before { content: "\f556"; }

.fa-angrycreative:before { content: "\f36e"; }

.fa-angular:before { content: "\f420"; }

.fa-app-store:before { content: "\f36f"; }

.fa-app-store-ios:before { content: "\f370"; }

.fa-apper:before { content: "\f371"; }

.fa-apple:before { content: "\f179"; }

.fa-apple-pay:before { content: "\f415"; }

.fa-archive:before { content: "\f187"; }

.fa-archway:before { content: "\f557"; }

.fa-arrow-alt-circle-down:before { content: "\f358"; }

.fa-arrow-alt-circle-left:before { content: "\f359"; }

.fa-arrow-alt-circle-right:before { content: "\f35a"; }

.fa-arrow-alt-circle-up:before { content: "\f35b"; }

.fa-arrow-alt-down:before { content: "\f354"; }

.fa-arrow-alt-from-bottom:before { content: "\f346"; }

.fa-arrow-alt-from-left:before { content: "\f347"; }

.fa-arrow-alt-from-right:before { content: "\f348"; }

.fa-arrow-alt-from-top:before { content: "\f349"; }

.fa-arrow-alt-left:before { content: "\f355"; }

.fa-arrow-alt-right:before { content: "\f356"; }

.fa-arrow-alt-square-down:before { content: "\f350"; }

.fa-arrow-alt-square-left:before { content: "\f351"; }

.fa-arrow-alt-square-right:before { content: "\f352"; }

.fa-arrow-alt-square-up:before { content: "\f353"; }

.fa-arrow-alt-to-bottom:before { content: "\f34a"; }

.fa-arrow-alt-to-left:before { content: "\f34b"; }

.fa-arrow-alt-to-right:before { content: "\f34c"; }

.fa-arrow-alt-to-top:before { content: "\f34d"; }

.fa-arrow-alt-up:before { content: "\f357"; }

.fa-arrow-circle-down:before { content: "\f0ab"; }

.fa-arrow-circle-left:before { content: "\f0a8"; }

.fa-arrow-circle-right:before { content: "\f0a9"; }

.fa-arrow-circle-up:before { content: "\f0aa"; }

.fa-arrow-down:before { content: "\f063"; }

.fa-arrow-from-bottom:before { content: "\f342"; }

.fa-arrow-from-left:before { content: "\f343"; }

.fa-arrow-from-right:before { content: "\f344"; }

.fa-arrow-from-top:before { content: "\f345"; }

.fa-arrow-left:before { content: "\f060"; }

.fa-arrow-right:before { content: "\f061"; }

.fa-arrow-square-down:before { content: "\f339"; }

.fa-arrow-square-left:before { content: "\f33a"; }

.fa-arrow-square-right:before { content: "\f33b"; }

.fa-arrow-square-up:before { content: "\f33c"; }

.fa-arrow-to-bottom:before { content: "\f33d"; }

.fa-arrow-to-left:before { content: "\f33e"; }

.fa-arrow-to-right:before { content: "\f340"; }

.fa-arrow-to-top:before { content: "\f341"; }

.fa-arrow-up:before { content: "\f062"; }

.fa-arrows:before { content: "\f047"; }

.fa-arrows-alt:before { content: "\f0b2"; }

.fa-arrows-alt-h:before { content: "\f337"; }

.fa-arrows-alt-v:before { content: "\f338"; }

.fa-arrows-h:before { content: "\f07e"; }

.fa-arrows-v:before { content: "\f07d"; }

.fa-assistive-listening-systems:before { content: "\f2a2"; }

.fa-asterisk:before { content: "\f069"; }

.fa-asymmetrik:before { content: "\f372"; }

.fa-at:before { content: "\f1fa"; }

.fa-atlas:before { content: "\f558"; }

.fa-audible:before { content: "\f373"; }

.fa-audio-description:before { content: "\f29e"; }

.fa-autoprefixer:before { content: "\f41c"; }

.fa-avianex:before { content: "\f374"; }

.fa-aviato:before { content: "\f421"; }

.fa-award:before { content: "\f559"; }

.fa-aws:before { content: "\f375"; }

.fa-backspace:before { content: "\f55a"; }

.fa-backward:before { content: "\f04a"; }

.fa-badge:before { content: "\f335"; }

.fa-badge-check:before { content: "\f336"; }

.fa-balance-scale:before { content: "\f24e"; }

.fa-balance-scale-left:before { content: "\f515"; }

.fa-balance-scale-right:before { content: "\f516"; }

.fa-ban:before { content: "\f05e"; }

.fa-band-aid:before { content: "\f462"; }

.fa-bandcamp:before { content: "\f2d5"; }

.fa-barcode:before { content: "\f02a"; }

.fa-barcode-alt:before { content: "\f463"; }

.fa-barcode-read:before { content: "\f464"; }

.fa-barcode-scan:before { content: "\f465"; }

.fa-bars:before { content: "\f0c9"; }

.fa-baseball:before { content: "\f432"; }

.fa-baseball-ball:before { content: "\f433"; }

.fa-basketball-ball:before { content: "\f434"; }

.fa-basketball-hoop:before { content: "\f435"; }

.fa-bath:before { content: "\f2cd"; }

.fa-battery-bolt:before { content: "\f376"; }

.fa-battery-empty:before { content: "\f244"; }

.fa-battery-full:before { content: "\f240"; }

.fa-battery-half:before { content: "\f242"; }

.fa-battery-quarter:before { content: "\f243"; }

.fa-battery-slash:before { content: "\f377"; }

.fa-battery-three-quarters:before { content: "\f241"; }

.fa-bed:before { content: "\f236"; }

.fa-beer:before { content: "\f0fc"; }

.fa-behance:before { content: "\f1b4"; }

.fa-behance-square:before { content: "\f1b5"; }

.fa-bell:before { content: "\f0f3"; }

.fa-bell-slash:before { content: "\f1f6"; }

.fa-bezier-curve:before { content: "\f55b"; }

.fa-bicycle:before { content: "\f206"; }

.fa-bimobject:before { content: "\f378"; }

.fa-binoculars:before { content: "\f1e5"; }

.fa-birthday-cake:before { content: "\f1fd"; }

.fa-bitbucket:before { content: "\f171"; }

.fa-bitcoin:before { content: "\f379"; }

.fa-bity:before { content: "\f37a"; }

.fa-black-tie:before { content: "\f27e"; }

.fa-blackberry:before { content: "\f37b"; }

.fa-blanket:before { content: "\f498"; }

.fa-blender:before { content: "\f517"; }

.fa-blind:before { content: "\f29d"; }

.fa-blogger:before { content: "\f37c"; }

.fa-blogger-b:before { content: "\f37d"; }

.fa-bluetooth:before { content: "\f293"; }

.fa-bluetooth-b:before { content: "\f294"; }

.fa-bold:before { content: "\f032"; }

.fa-bolt:before { content: "\f0e7"; }

.fa-bomb:before { content: "\f1e2"; }

.fa-bong:before { content: "\f55c"; }

.fa-book:before { content: "\f02d"; }

.fa-book-heart:before { content: "\f499"; }

.fa-book-open:before { content: "\f518"; }

.fa-bookmark:before { content: "\f02e"; }

.fa-bowling-ball:before { content: "\f436"; }

.fa-bowling-pins:before { content: "\f437"; }

.fa-box:before { content: "\f466"; }

.fa-box-alt:before { content: "\f49a"; }

.fa-box-check:before { content: "\f467"; }

.fa-box-fragile:before { content: "\f49b"; }

.fa-box-full:before { content: "\f49c"; }

.fa-box-heart:before { content: "\f49d"; }

.fa-box-open:before { content: "\f49e"; }

.fa-box-up:before { content: "\f49f"; }

.fa-box-usd:before { content: "\f4a0"; }

.fa-boxes:before { content: "\f468"; }

.fa-boxes-alt:before { content: "\f4a1"; }

.fa-boxing-glove:before { content: "\f438"; }

.fa-braille:before { content: "\f2a1"; }

.fa-briefcase:before { content: "\f0b1"; }

.fa-briefcase-medical:before { content: "\f469"; }

.fa-broadcast-tower:before { content: "\f519"; }

.fa-broom:before { content: "\f51a"; }

.fa-browser:before { content: "\f37e"; }

.fa-brush:before { content: "\f55d"; }

.fa-btc:before { content: "\f15a"; }

.fa-bug:before { content: "\f188"; }

.fa-building:before { content: "\f1ad"; }

.fa-bullhorn:before { content: "\f0a1"; }

.fa-bullseye:before { content: "\f140"; }

.fa-burn:before { content: "\f46a"; }

.fa-buromobelexperte:before { content: "\f37f"; }

.fa-bus:before { content: "\f207"; }

.fa-bus-alt:before { content: "\f55e"; }

.fa-buysellads:before { content: "\f20d"; }

.fa-calculator:before { content: "\f1ec"; }

.fa-calendar:before { content: "\f133"; }

.fa-calendar-alt:before { content: "\f073"; }

.fa-calendar-check:before { content: "\f274"; }

.fa-calendar-edit:before { content: "\f333"; }

.fa-calendar-exclamation:before { content: "\f334"; }

.fa-calendar-minus:before { content: "\f272"; }

.fa-calendar-plus:before { content: "\f271"; }

.fa-calendar-times:before { content: "\f273"; }

.fa-camera:before { content: "\f030"; }

.fa-camera-alt:before { content: "\f332"; }

.fa-camera-retro:before { content: "\f083"; }

.fa-cannabis:before { content: "\f55f"; }

.fa-capsules:before { content: "\f46b"; }

.fa-car:before { content: "\f1b9"; }

.fa-caret-circle-down:before { content: "\f32d"; }

.fa-caret-circle-left:before { content: "\f32e"; }

.fa-caret-circle-right:before { content: "\f330"; }

.fa-caret-circle-up:before { content: "\f331"; }

.fa-caret-down:before { content: "\f0d7"; }

.fa-caret-left:before { content: "\f0d9"; }

.fa-caret-right:before { content: "\f0da"; }

.fa-caret-square-down:before { content: "\f150"; }

.fa-caret-square-left:before { content: "\f191"; }

.fa-caret-square-right:before { content: "\f152"; }

.fa-caret-square-up:before { content: "\f151"; }

.fa-caret-up:before { content: "\f0d8"; }

.fa-cart-arrow-down:before { content: "\f218"; }

.fa-cart-plus:before { content: "\f217"; }

.fa-cc-amazon-pay:before { content: "\f42d"; }

.fa-cc-amex:before { content: "\f1f3"; }

.fa-cc-apple-pay:before { content: "\f416"; }

.fa-cc-diners-club:before { content: "\f24c"; }

.fa-cc-discover:before { content: "\f1f2"; }

.fa-cc-jcb:before { content: "\f24b"; }

.fa-cc-mastercard:before { content: "\f1f1"; }

.fa-cc-paypal:before { content: "\f1f4"; }

.fa-cc-stripe:before { content: "\f1f5"; }

.fa-cc-visa:before { content: "\f1f0"; }

.fa-centercode:before { content: "\f380"; }

.fa-certificate:before { content: "\f0a3"; }

.fa-chalkboard:before { content: "\f51b"; }

.fa-chalkboard-teacher:before { content: "\f51c"; }

.fa-chart-area:before { content: "\f1fe"; }

.fa-chart-bar:before { content: "\f080"; }

.fa-chart-line:before { content: "\f201"; }

.fa-chart-pie:before { content: "\f200"; }

.fa-check:before { content: "\f00c"; }

.fa-check-circle:before { content: "\f058"; }

.fa-check-double:before { content: "\f560"; }

.fa-check-square:before { content: "\f14a"; }

.fa-chess:before { content: "\f439"; }

.fa-chess-bishop:before { content: "\f43a"; }

.fa-chess-bishop-alt:before { content: "\f43b"; }

.fa-chess-board:before { content: "\f43c"; }

.fa-chess-clock:before { content: "\f43d"; }

.fa-chess-clock-alt:before { content: "\f43e"; }

.fa-chess-king:before { content: "\f43f"; }

.fa-chess-king-alt:before { content: "\f440"; }

.fa-chess-knight:before { content: "\f441"; }

.fa-chess-knight-alt:before { content: "\f442"; }

.fa-chess-pawn:before { content: "\f443"; }

.fa-chess-pawn-alt:before { content: "\f444"; }

.fa-chess-queen:before { content: "\f445"; }

.fa-chess-queen-alt:before { content: "\f446"; }

.fa-chess-rook:before { content: "\f447"; }

.fa-chess-rook-alt:before { content: "\f448"; }

.fa-chevron-circle-down:before { content: "\f13a"; }

.fa-chevron-circle-left:before { content: "\f137"; }

.fa-chevron-circle-right:before { content: "\f138"; }

.fa-chevron-circle-up:before { content: "\f139"; }

.fa-chevron-double-down:before { content: "\f322"; }

.fa-chevron-double-left:before { content: "\f323"; }

.fa-chevron-double-right:before { content: "\f324"; }

.fa-chevron-double-up:before { content: "\f325"; }

.fa-chevron-down:before { content: "\f078"; }

.fa-chevron-left:before { content: "\f053"; }

.fa-chevron-right:before { content: "\f054"; }

.fa-chevron-square-down:before { content: "\f329"; }

.fa-chevron-square-left:before { content: "\f32a"; }

.fa-chevron-square-right:before { content: "\f32b"; }

.fa-chevron-square-up:before { content: "\f32c"; }

.fa-chevron-up:before { content: "\f077"; }

.fa-child:before { content: "\f1ae"; }

.fa-chrome:before { content: "\f268"; }

.fa-church:before { content: "\f51d"; }

.fa-circle:before { content: "\f111"; }

.fa-circle-notch:before { content: "\f1ce"; }

.fa-clipboard:before { content: "\f328"; }

.fa-clipboard-check:before { content: "\f46c"; }

.fa-clipboard-list:before { content: "\f46d"; }

.fa-clock:before { content: "\f017"; }

.fa-clone:before { content: "\f24d"; }

.fa-closed-captioning:before { content: "\f20a"; }

.fa-cloud:before { content: "\f0c2"; }

.fa-cloud-download:before { content: "\f0ed"; }

.fa-cloud-download-alt:before { content: "\f381"; }

.fa-cloud-upload:before { content: "\f0ee"; }

.fa-cloud-upload-alt:before { content: "\f382"; }

.fa-cloudscale:before { content: "\f383"; }

.fa-cloudsmith:before { content: "\f384"; }

.fa-cloudversify:before { content: "\f385"; }

.fa-club:before { content: "\f327"; }

.fa-cocktail:before { content: "\f561"; }

.fa-code:before { content: "\f121"; }

.fa-code-branch:before { content: "\f126"; }

.fa-code-commit:before { content: "\f386"; }

.fa-code-merge:before { content: "\f387"; }

.fa-codepen:before { content: "\f1cb"; }

.fa-codiepie:before { content: "\f284"; }

.fa-coffee:before { content: "\f0f4"; }

.fa-cog:before { content: "\f013"; }

.fa-cogs:before { content: "\f085"; }

.fa-coins:before { content: "\f51e"; }

.fa-columns:before { content: "\f0db"; }

.fa-comment:before { content: "\f075"; }

.fa-comment-alt:before { content: "\f27a"; }

.fa-comment-alt-check:before { content: "\f4a2"; }

.fa-comment-alt-dots:before { content: "\f4a3"; }

.fa-comment-alt-edit:before { content: "\f4a4"; }

.fa-comment-alt-exclamation:before { content: "\f4a5"; }

.fa-comment-alt-lines:before { content: "\f4a6"; }

.fa-comment-alt-minus:before { content: "\f4a7"; }

.fa-comment-alt-plus:before { content: "\f4a8"; }

.fa-comment-alt-slash:before { content: "\f4a9"; }

.fa-comment-alt-smile:before { content: "\f4aa"; }

.fa-comment-alt-times:before { content: "\f4ab"; }

.fa-comment-check:before { content: "\f4ac"; }

.fa-comment-dots:before { content: "\f4ad"; }

.fa-comment-edit:before { content: "\f4ae"; }

.fa-comment-exclamation:before { content: "\f4af"; }

.fa-comment-lines:before { content: "\f4b0"; }

.fa-comment-minus:before { content: "\f4b1"; }

.fa-comment-plus:before { content: "\f4b2"; }

.fa-comment-slash:before { content: "\f4b3"; }

.fa-comment-smile:before { content: "\f4b4"; }

.fa-comment-times:before { content: "\f4b5"; }

.fa-comments:before { content: "\f086"; }

.fa-comments-alt:before { content: "\f4b6"; }

.fa-compact-disc:before { content: "\f51f"; }

.fa-compass:before { content: "\f14e"; }

.fa-compress:before { content: "\f066"; }

.fa-compress-alt:before { content: "\f422"; }

.fa-compress-wide:before { content: "\f326"; }

.fa-concierge-bell:before { content: "\f562"; }

.fa-connectdevelop:before { content: "\f20e"; }

.fa-container-storage:before { content: "\f4b7"; }

.fa-contao:before { content: "\f26d"; }

.fa-conveyor-belt:before { content: "\f46e"; }

.fa-conveyor-belt-alt:before { content: "\f46f"; }

.fa-cookie:before { content: "\f563"; }

.fa-cookie-bite:before { content: "\f564"; }

.fa-copy:before { content: "\f0c5"; }

.fa-copyright:before { content: "\f1f9"; }

.fa-couch:before { content: "\f4b8"; }

.fa-cpanel:before { content: "\f388"; }

.fa-creative-commons:before { content: "\f25e"; }

.fa-creative-commons-by:before { content: "\f4e7"; }

.fa-creative-commons-nc:before { content: "\f4e8"; }

.fa-creative-commons-nc-eu:before { content: "\f4e9"; }

.fa-creative-commons-nc-jp:before { content: "\f4ea"; }

.fa-creative-commons-nd:before { content: "\f4eb"; }

.fa-creative-commons-pd:before { content: "\f4ec"; }

.fa-creative-commons-pd-alt:before { content: "\f4ed"; }

.fa-creative-commons-remix:before { content: "\f4ee"; }

.fa-creative-commons-sa:before { content: "\f4ef"; }

.fa-creative-commons-sampling:before { content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before { content: "\f4f1"; }

.fa-creative-commons-share:before { content: "\f4f2"; }

.fa-creative-commons-zero:before { content: "\f4f3"; }

.fa-credit-card:before { content: "\f09d"; }

.fa-credit-card-blank:before { content: "\f389"; }

.fa-credit-card-front:before { content: "\f38a"; }

.fa-cricket:before { content: "\f449"; }

.fa-crop:before { content: "\f125"; }

.fa-crop-alt:before { content: "\f565"; }

.fa-crosshairs:before { content: "\f05b"; }

.fa-crow:before { content: "\f520"; }

.fa-crown:before { content: "\f521"; }

.fa-css3:before { content: "\f13c"; }

.fa-css3-alt:before { content: "\f38b"; }

.fa-cube:before { content: "\f1b2"; }

.fa-cubes:before { content: "\f1b3"; }

.fa-curling:before { content: "\f44a"; }

.fa-cut:before { content: "\f0c4"; }

.fa-cuttlefish:before { content: "\f38c"; }

.fa-d-and-d:before { content: "\f38d"; }

.fa-dashcube:before { content: "\f210"; }

.fa-database:before { content: "\f1c0"; }

.fa-deaf:before { content: "\f2a4"; }

.fa-delicious:before { content: "\f1a5"; }

.fa-deploydog:before { content: "\f38e"; }

.fa-deskpro:before { content: "\f38f"; }

.fa-desktop:before { content: "\f108"; }

.fa-desktop-alt:before { content: "\f390"; }

.fa-deviantart:before { content: "\f1bd"; }

.fa-diagnoses:before { content: "\f470"; }

.fa-diamond:before { content: "\f219"; }

.fa-dice:before { content: "\f522"; }

.fa-dice-five:before { content: "\f523"; }

.fa-dice-four:before { content: "\f524"; }

.fa-dice-one:before { content: "\f525"; }

.fa-dice-six:before { content: "\f526"; }

.fa-dice-three:before { content: "\f527"; }

.fa-dice-two:before { content: "\f528"; }

.fa-digg:before { content: "\f1a6"; }

.fa-digital-ocean:before { content: "\f391"; }

.fa-digital-tachograph:before { content: "\f566"; }

.fa-discord:before { content: "\f392"; }

.fa-discourse:before { content: "\f393"; }

.fa-divide:before { content: "\f529"; }

.fa-dizzy:before { content: "\f567"; }

.fa-dna:before { content: "\f471"; }

.fa-dochub:before { content: "\f394"; }

.fa-docker:before { content: "\f395"; }

.fa-dollar-sign:before { content: "\f155"; }

.fa-dolly:before { content: "\f472"; }

.fa-dolly-empty:before { content: "\f473"; }

.fa-dolly-flatbed:before { content: "\f474"; }

.fa-dolly-flatbed-alt:before { content: "\f475"; }

.fa-dolly-flatbed-empty:before { content: "\f476"; }

.fa-donate:before { content: "\f4b9"; }

.fa-door-closed:before { content: "\f52a"; }

.fa-door-open:before { content: "\f52b"; }

.fa-dot-circle:before { content: "\f192"; }

.fa-dove:before { content: "\f4ba"; }

.fa-download:before { content: "\f019"; }

.fa-draft2digital:before { content: "\f396"; }

.fa-drafting-compass:before { content: "\f568"; }

.fa-dribbble:before { content: "\f17d"; }

.fa-dribbble-square:before { content: "\f397"; }

.fa-dropbox:before { content: "\f16b"; }

.fa-drum:before { content: "\f569"; }

.fa-drum-steelpan:before { content: "\f56a"; }

.fa-drupal:before { content: "\f1a9"; }

.fa-dumbbell:before { content: "\f44b"; }

.fa-dyalog:before { content: "\f399"; }

.fa-earlybirds:before { content: "\f39a"; }

.fa-ebay:before { content: "\f4f4"; }

.fa-edge:before { content: "\f282"; }

.fa-edit:before { content: "\f044"; }

.fa-eject:before { content: "\f052"; }

.fa-elementor:before { content: "\f430"; }

.fa-ellipsis-h:before { content: "\f141"; }

.fa-ellipsis-h-alt:before { content: "\f39b"; }

.fa-ellipsis-v:before { content: "\f142"; }

.fa-ellipsis-v-alt:before { content: "\f39c"; }

.fa-ember:before { content: "\f423"; }

.fa-empire:before { content: "\f1d1"; }

.fa-envelope:before { content: "\f0e0"; }

.fa-envelope-open:before { content: "\f2b6"; }

.fa-envelope-square:before { content: "\f199"; }

.fa-envira:before { content: "\f299"; }

.fa-equals:before { content: "\f52c"; }

.fa-eraser:before { content: "\f12d"; }

.fa-erlang:before { content: "\f39d"; }

.fa-ethereum:before { content: "\f42e"; }

.fa-etsy:before { content: "\f2d7"; }

.fa-euro-sign:before { content: "\f153"; }

.fa-exchange:before { content: "\f0ec"; }

.fa-exchange-alt:before { content: "\f362"; }

.fa-exclamation:before { content: "\f12a"; }

.fa-exclamation-circle:before { content: "\f06a"; }

.fa-exclamation-square:before { content: "\f321"; }

.fa-exclamation-triangle:before { content: "\f071"; }

.fa-expand:before { content: "\f065"; }

.fa-expand-alt:before { content: "\f424"; }

.fa-expand-arrows:before { content: "\f31d"; }

.fa-expand-arrows-alt:before { content: "\f31e"; }

.fa-expand-wide:before { content: "\f320"; }

.fa-expeditedssl:before { content: "\f23e"; }

.fa-external-link:before { content: "\f08e"; }

.fa-external-link-alt:before { content: "\f35d"; }

.fa-external-link-square:before { content: "\f14c"; }

.fa-external-link-square-alt:before { content: "\f360"; }

.fa-eye:before { content: "\f06e"; }

.fa-eye-dropper:before { content: "\f1fb"; }

.fa-eye-slash:before { content: "\f070"; }

.fa-facebook:before { content: "\f09a"; }

.fa-facebook-f:before { content: "\f39e"; }

.fa-facebook-messenger:before { content: "\f39f"; }

.fa-facebook-square:before { content: "\f082"; }

.fa-fast-backward:before { content: "\f049"; }

.fa-fast-forward:before { content: "\f050"; }

.fa-fax:before { content: "\f1ac"; }

.fa-feather:before { content: "\f52d"; }

.fa-feather-alt:before { content: "\f56b"; }

.fa-female:before { content: "\f182"; }

.fa-field-hockey:before { content: "\f44c"; }

.fa-fighter-jet:before { content: "\f0fb"; }

.fa-file:before { content: "\f15b"; }

.fa-file-alt:before { content: "\f15c"; }

.fa-file-archive:before { content: "\f1c6"; }

.fa-file-audio:before { content: "\f1c7"; }

.fa-file-check:before { content: "\f316"; }

.fa-file-code:before { content: "\f1c9"; }

.fa-file-contract:before { content: "\f56c"; }

.fa-file-download:before { content: "\f56d"; }

.fa-file-edit:before { content: "\f31c"; }

.fa-file-excel:before { content: "\f1c3"; }

.fa-file-exclamation:before { content: "\f31a"; }

.fa-file-export:before { content: "\f56e"; }

.fa-file-image:before { content: "\f1c5"; }

.fa-file-import:before { content: "\f56f"; }

.fa-file-invoice:before { content: "\f570"; }

.fa-file-invoice-dollar:before { content: "\f571"; }

.fa-file-medical:before { content: "\f477"; }

.fa-file-medical-alt:before { content: "\f478"; }

.fa-file-minus:before { content: "\f318"; }

.fa-file-pdf:before { content: "\f1c1"; }

.fa-file-plus:before { content: "\f319"; }

.fa-file-powerpoint:before { content: "\f1c4"; }

.fa-file-prescription:before { content: "\f572"; }

.fa-file-signature:before { content: "\f573"; }

.fa-file-times:before { content: "\f317"; }

.fa-file-upload:before { content: "\f574"; }

.fa-file-video:before { content: "\f1c8"; }

.fa-file-word:before { content: "\f1c2"; }

.fa-fill:before { content: "\f575"; }

.fa-fill-drip:before { content: "\f576"; }

.fa-film:before { content: "\f008"; }

.fa-film-alt:before { content: "\f3a0"; }

.fa-filter:before { content: "\f0b0"; }

.fa-fingerprint:before { content: "\f577"; }

.fa-fire:before { content: "\f06d"; }

.fa-fire-extinguisher:before { content: "\f134"; }

.fa-firefox:before { content: "\f269"; }

.fa-first-aid:before { content: "\f479"; }

.fa-first-order:before { content: "\f2b0"; }

.fa-first-order-alt:before { content: "\f50a"; }

.fa-firstdraft:before { content: "\f3a1"; }

.fa-fish:before { content: "\f578"; }

.fa-flag:before { content: "\f024"; }

.fa-flag-checkered:before { content: "\f11e"; }

.fa-flask:before { content: "\f0c3"; }

.fa-flickr:before { content: "\f16e"; }

.fa-flipboard:before { content: "\f44d"; }

.fa-flushed:before { content: "\f579"; }

.fa-fly:before { content: "\f417"; }

.fa-folder:before { content: "\f07b"; }

.fa-folder-open:before { content: "\f07c"; }

.fa-font:before { content: "\f031"; }

.fa-font-awesome:before { content: "\f2b4"; }

.fa-font-awesome-alt:before { content: "\f35c"; }

.fa-font-awesome-flag:before { content: "\f425"; }

.fa-font-awesome-logo-full:before { content: "\f4e6"; }

.fa-fonticons:before { content: "\f280"; }

.fa-fonticons-fi:before { content: "\f3a2"; }

.fa-football-ball:before { content: "\f44e"; }

.fa-football-helmet:before { content: "\f44f"; }

.fa-forklift:before { content: "\f47a"; }

.fa-fort-awesome:before { content: "\f286"; }

.fa-fort-awesome-alt:before { content: "\f3a3"; }

.fa-forumbee:before { content: "\f211"; }

.fa-forward:before { content: "\f04e"; }

.fa-foursquare:before { content: "\f180"; }

.fa-fragile:before { content: "\f4bb"; }

.fa-free-code-camp:before { content: "\f2c5"; }

.fa-freebsd:before { content: "\f3a4"; }

.fa-frog:before { content: "\f52e"; }

.fa-frown:before { content: "\f119"; }

.fa-frown-open:before { content: "\f57a"; }

.fa-fulcrum:before { content: "\f50b"; }

.fa-futbol:before { content: "\f1e3"; }

.fa-galactic-republic:before { content: "\f50c"; }

.fa-galactic-senate:before { content: "\f50d"; }

.fa-gamepad:before { content: "\f11b"; }

.fa-gas-pump:before { content: "\f52f"; }

.fa-gavel:before { content: "\f0e3"; }

.fa-gem:before { content: "\f3a5"; }

.fa-genderless:before { content: "\f22d"; }

.fa-get-pocket:before { content: "\f265"; }

.fa-gg:before { content: "\f260"; }

.fa-gg-circle:before { content: "\f261"; }

.fa-gift:before { content: "\f06b"; }

.fa-git:before { content: "\f1d3"; }

.fa-git-square:before { content: "\f1d2"; }

.fa-github:before { content: "\f09b"; }

.fa-github-alt:before { content: "\f113"; }

.fa-github-square:before { content: "\f092"; }

.fa-gitkraken:before { content: "\f3a6"; }

.fa-gitlab:before { content: "\f296"; }

.fa-gitter:before { content: "\f426"; }

.fa-glass-martini:before { content: "\f000"; }

.fa-glass-martini-alt:before { content: "\f57b"; }

.fa-glasses:before { content: "\f530"; }

.fa-glide:before { content: "\f2a5"; }

.fa-glide-g:before { content: "\f2a6"; }

.fa-globe:before { content: "\f0ac"; }

.fa-globe-africa:before { content: "\f57c"; }

.fa-globe-americas:before { content: "\f57d"; }

.fa-globe-asia:before { content: "\f57e"; }

.fa-gofore:before { content: "\f3a7"; }

.fa-golf-ball:before { content: "\f450"; }

.fa-golf-club:before { content: "\f451"; }

.fa-goodreads:before { content: "\f3a8"; }

.fa-goodreads-g:before { content: "\f3a9"; }

.fa-google:before { content: "\f1a0"; }

.fa-google-drive:before { content: "\f3aa"; }

.fa-google-play:before { content: "\f3ab"; }

.fa-google-plus:before { content: "\f2b3"; }

.fa-google-plus-g:before { content: "\f0d5"; }

.fa-google-plus-square:before { content: "\f0d4"; }

.fa-google-wallet:before { content: "\f1ee"; }

.fa-graduation-cap:before { content: "\f19d"; }

.fa-gratipay:before { content: "\f184"; }

.fa-grav:before { content: "\f2d6"; }

.fa-greater-than:before { content: "\f531"; }

.fa-greater-than-equal:before { content: "\f532"; }

.fa-grimace:before { content: "\f57f"; }

.fa-grin:before { content: "\f580"; }

.fa-grin-alt:before { content: "\f581"; }

.fa-grin-beam:before { content: "\f582"; }

.fa-grin-beam-sweat:before { content: "\f583"; }

.fa-grin-hearts:before { content: "\f584"; }

.fa-grin-squint:before { content: "\f585"; }

.fa-grin-squint-tears:before { content: "\f586"; }

.fa-grin-stars:before { content: "\f587"; }

.fa-grin-tears:before { content: "\f588"; }

.fa-grin-tongue:before { content: "\f589"; }

.fa-grin-tongue-squint:before { content: "\f58a"; }

.fa-grin-tongue-wink:before { content: "\f58b"; }

.fa-grin-wink:before { content: "\f58c"; }

.fa-grip-horizontal:before { content: "\f58d"; }

.fa-grip-vertical:before { content: "\f58e"; }

.fa-gripfire:before { content: "\f3ac"; }

.fa-grunt:before { content: "\f3ad"; }

.fa-gulp:before { content: "\f3ae"; }

.fa-h-square:before { content: "\f0fd"; }

.fa-h1:before { content: "\f313"; }

.fa-h2:before { content: "\f314"; }

.fa-h3:before { content: "\f315"; }

.fa-hacker-news:before { content: "\f1d4"; }

.fa-hacker-news-square:before { content: "\f3af"; }

.fa-hand-heart:before { content: "\f4bc"; }

.fa-hand-holding:before { content: "\f4bd"; }

.fa-hand-holding-box:before { content: "\f47b"; }

.fa-hand-holding-heart:before { content: "\f4be"; }

.fa-hand-holding-seedling:before { content: "\f4bf"; }

.fa-hand-holding-usd:before { content: "\f4c0"; }

.fa-hand-holding-water:before { content: "\f4c1"; }

.fa-hand-lizard:before { content: "\f258"; }

.fa-hand-paper:before { content: "\f256"; }

.fa-hand-peace:before { content: "\f25b"; }

.fa-hand-point-down:before { content: "\f0a7"; }

.fa-hand-point-left:before { content: "\f0a5"; }

.fa-hand-point-right:before { content: "\f0a4"; }

.fa-hand-point-up:before { content: "\f0a6"; }

.fa-hand-pointer:before { content: "\f25a"; }

.fa-hand-receiving:before { content: "\f47c"; }

.fa-hand-rock:before { content: "\f255"; }

.fa-hand-scissors:before { content: "\f257"; }

.fa-hand-spock:before { content: "\f259"; }

.fa-hands:before { content: "\f4c2"; }

.fa-hands-heart:before { content: "\f4c3"; }

.fa-hands-helping:before { content: "\f4c4"; }

.fa-hands-usd:before { content: "\f4c5"; }

.fa-handshake:before { content: "\f2b5"; }

.fa-handshake-alt:before { content: "\f4c6"; }

.fa-hashtag:before { content: "\f292"; }

.fa-hdd:before { content: "\f0a0"; }

.fa-heading:before { content: "\f1dc"; }

.fa-headphones:before { content: "\f025"; }

.fa-headphones-alt:before { content: "\f58f"; }

.fa-headset:before { content: "\f590"; }

.fa-heart:before { content: "\f004"; }

.fa-heart-circle:before { content: "\f4c7"; }

.fa-heart-square:before { content: "\f4c8"; }

.fa-heartbeat:before { content: "\f21e"; }

.fa-helicopter:before { content: "\f533"; }

.fa-hexagon:before { content: "\f312"; }

.fa-highlighter:before { content: "\f591"; }

.fa-hips:before { content: "\f452"; }

.fa-hire-a-helper:before { content: "\f3b0"; }

.fa-history:before { content: "\f1da"; }

.fa-hockey-puck:before { content: "\f453"; }

.fa-hockey-sticks:before { content: "\f454"; }

.fa-home:before { content: "\f015"; }

.fa-home-heart:before { content: "\f4c9"; }

.fa-hooli:before { content: "\f427"; }

.fa-hornbill:before { content: "\f592"; }

.fa-hospital:before { content: "\f0f8"; }

.fa-hospital-alt:before { content: "\f47d"; }

.fa-hospital-symbol:before { content: "\f47e"; }

.fa-hot-tub:before { content: "\f593"; }

.fa-hotel:before { content: "\f594"; }

.fa-hotjar:before { content: "\f3b1"; }

.fa-hourglass:before { content: "\f254"; }

.fa-hourglass-end:before { content: "\f253"; }

.fa-hourglass-half:before { content: "\f252"; }

.fa-hourglass-start:before { content: "\f251"; }

.fa-houzz:before { content: "\f27c"; }

.fa-html5:before { content: "\f13b"; }

.fa-hubspot:before { content: "\f3b2"; }

.fa-i-cursor:before { content: "\f246"; }

.fa-id-badge:before { content: "\f2c1"; }

.fa-id-card:before { content: "\f2c2"; }

.fa-id-card-alt:before { content: "\f47f"; }

.fa-image:before { content: "\f03e"; }

.fa-images:before { content: "\f302"; }

.fa-imdb:before { content: "\f2d8"; }

.fa-inbox:before { content: "\f01c"; }

.fa-inbox-in:before { content: "\f310"; }

.fa-inbox-out:before { content: "\f311"; }

.fa-indent:before { content: "\f03c"; }

.fa-industry:before { content: "\f275"; }

.fa-industry-alt:before { content: "\f3b3"; }

.fa-infinity:before { content: "\f534"; }

.fa-info:before { content: "\f129"; }

.fa-info-circle:before { content: "\f05a"; }

.fa-info-square:before { content: "\f30f"; }

.fa-instagram:before { content: "\f16d"; }

.fa-internet-explorer:before { content: "\f26b"; }

.fa-inventory:before { content: "\f480"; }

.fa-ioxhost:before { content: "\f208"; }

.fa-italic:before { content: "\f033"; }

.fa-itunes:before { content: "\f3b4"; }

.fa-itunes-note:before { content: "\f3b5"; }

.fa-jack-o-lantern:before { content: "\f30e"; }

.fa-java:before { content: "\f4e4"; }

.fa-jedi-order:before { content: "\f50e"; }

.fa-jenkins:before { content: "\f3b6"; }

.fa-joget:before { content: "\f3b7"; }

.fa-joint:before { content: "\f595"; }

.fa-joomla:before { content: "\f1aa"; }

.fa-js:before { content: "\f3b8"; }

.fa-js-square:before { content: "\f3b9"; }

.fa-jsfiddle:before { content: "\f1cc"; }

.fa-key:before { content: "\f084"; }

.fa-keybase:before { content: "\f4f5"; }

.fa-keyboard:before { content: "\f11c"; }

.fa-keycdn:before { content: "\f3ba"; }

.fa-kickstarter:before { content: "\f3bb"; }

.fa-kickstarter-k:before { content: "\f3bc"; }

.fa-kiss:before { content: "\f596"; }

.fa-kiss-beam:before { content: "\f597"; }

.fa-kiss-wink-heart:before { content: "\f598"; }

.fa-kiwi-bird:before { content: "\f535"; }

.fa-korvue:before { content: "\f42f"; }

.fa-lamp:before { content: "\f4ca"; }

.fa-language:before { content: "\f1ab"; }

.fa-laptop:before { content: "\f109"; }

.fa-laravel:before { content: "\f3bd"; }

.fa-lastfm:before { content: "\f202"; }

.fa-lastfm-square:before { content: "\f203"; }

.fa-laugh:before { content: "\f599"; }

.fa-laugh-beam:before { content: "\f59a"; }

.fa-laugh-squint:before { content: "\f59b"; }

.fa-laugh-wink:before { content: "\f59c"; }

.fa-leaf:before { content: "\f06c"; }

.fa-leaf-heart:before { content: "\f4cb"; }

.fa-leanpub:before { content: "\f212"; }

.fa-lemon:before { content: "\f094"; }

.fa-less:before { content: "\f41d"; }

.fa-less-than:before { content: "\f536"; }

.fa-less-than-equal:before { content: "\f537"; }

.fa-level-down:before { content: "\f149"; }

.fa-level-down-alt:before { content: "\f3be"; }

.fa-level-up:before { content: "\f148"; }

.fa-level-up-alt:before { content: "\f3bf"; }

.fa-life-ring:before { content: "\f1cd"; }

.fa-lightbulb:before { content: "\f0eb"; }

.fa-line:before { content: "\f3c0"; }

.fa-link:before { content: "\f0c1"; }

.fa-linkedin:before { content: "\f08c"; }

.fa-linkedin-in:before { content: "\f0e1"; }

.fa-linode:before { content: "\f2b8"; }

.fa-linux:before { content: "\f17c"; }

.fa-lira-sign:before { content: "\f195"; }

.fa-list:before { content: "\f03a"; }

.fa-list-alt:before { content: "\f022"; }

.fa-list-ol:before { content: "\f0cb"; }

.fa-list-ul:before { content: "\f0ca"; }

.fa-location-arrow:before { content: "\f124"; }

.fa-lock:before { content: "\f023"; }

.fa-lock-alt:before { content: "\f30d"; }

.fa-lock-open:before { content: "\f3c1"; }

.fa-lock-open-alt:before { content: "\f3c2"; }

.fa-long-arrow-alt-down:before { content: "\f309"; }

.fa-long-arrow-alt-left:before { content: "\f30a"; }

.fa-long-arrow-alt-right:before { content: "\f30b"; }

.fa-long-arrow-alt-up:before { content: "\f30c"; }

.fa-long-arrow-down:before { content: "\f175"; }

.fa-long-arrow-left:before { content: "\f177"; }

.fa-long-arrow-right:before { content: "\f178"; }

.fa-long-arrow-up:before { content: "\f176"; }

.fa-loveseat:before { content: "\f4cc"; }

.fa-low-vision:before { content: "\f2a8"; }

.fa-luchador:before { content: "\f455"; }

.fa-luggage-cart:before { content: "\f59d"; }

.fa-lyft:before { content: "\f3c3"; }

.fa-magento:before { content: "\f3c4"; }

.fa-magic:before { content: "\f0d0"; }

.fa-magnet:before { content: "\f076"; }

.fa-mailchimp:before { content: "\f59e"; }

.fa-male:before { content: "\f183"; }

.fa-mandalorian:before { content: "\f50f"; }

.fa-map:before { content: "\f279"; }

.fa-map-marked:before { content: "\f59f"; }

.fa-map-marked-alt:before { content: "\f5a0"; }

.fa-map-marker:before { content: "\f041"; }

.fa-map-marker-alt:before { content: "\f3c5"; }

.fa-map-pin:before { content: "\f276"; }

.fa-map-signs:before { content: "\f277"; }

.fa-marker:before { content: "\f5a1"; }

.fa-mars:before { content: "\f222"; }

.fa-mars-double:before { content: "\f227"; }

.fa-mars-stroke:before { content: "\f229"; }

.fa-mars-stroke-h:before { content: "\f22b"; }

.fa-mars-stroke-v:before { content: "\f22a"; }

.fa-mastodon:before { content: "\f4f6"; }

.fa-maxcdn:before { content: "\f136"; }

.fa-medal:before { content: "\f5a2"; }

.fa-medapps:before { content: "\f3c6"; }

.fa-medium:before { content: "\f23a"; }

.fa-medium-m:before { content: "\f3c7"; }

.fa-medkit:before { content: "\f0fa"; }

.fa-medrt:before { content: "\f3c8"; }

.fa-meetup:before { content: "\f2e0"; }

.fa-megaport:before { content: "\f5a3"; }

.fa-meh:before { content: "\f11a"; }

.fa-meh-blank:before { content: "\f5a4"; }

.fa-meh-rolling-eyes:before { content: "\f5a5"; }

.fa-memory:before { content: "\f538"; }

.fa-mercury:before { content: "\f223"; }

.fa-microchip:before { content: "\f2db"; }

.fa-microphone:before { content: "\f130"; }

.fa-microphone-alt:before { content: "\f3c9"; }

.fa-microphone-alt-slash:before { content: "\f539"; }

.fa-microphone-slash:before { content: "\f131"; }

.fa-microsoft:before { content: "\f3ca"; }

.fa-minus:before { content: "\f068"; }

.fa-minus-circle:before { content: "\f056"; }

.fa-minus-hexagon:before { content: "\f307"; }

.fa-minus-octagon:before { content: "\f308"; }

.fa-minus-square:before { content: "\f146"; }

.fa-mix:before { content: "\f3cb"; }

.fa-mixcloud:before { content: "\f289"; }

.fa-mizuni:before { content: "\f3cc"; }

.fa-mobile:before { content: "\f10b"; }

.fa-mobile-alt:before { content: "\f3cd"; }

.fa-mobile-android:before { content: "\f3ce"; }

.fa-mobile-android-alt:before { content: "\f3cf"; }

.fa-modx:before { content: "\f285"; }

.fa-monero:before { content: "\f3d0"; }

.fa-money-bill:before { content: "\f0d6"; }

.fa-money-bill-alt:before { content: "\f3d1"; }

.fa-money-bill-wave:before { content: "\f53a"; }

.fa-money-bill-wave-alt:before { content: "\f53b"; }

.fa-money-check:before { content: "\f53c"; }

.fa-money-check-alt:before { content: "\f53d"; }

.fa-monument:before { content: "\f5a6"; }

.fa-moon:before { content: "\f186"; }

.fa-mortar-pestle:before { content: "\f5a7"; }

.fa-motorcycle:before { content: "\f21c"; }

.fa-mouse-pointer:before { content: "\f245"; }

.fa-music:before { content: "\f001"; }

.fa-napster:before { content: "\f3d2"; }

.fa-neuter:before { content: "\f22c"; }

.fa-newspaper:before { content: "\f1ea"; }

.fa-nimblr:before { content: "\f5a8"; }

.fa-nintendo-switch:before { content: "\f418"; }

.fa-node:before { content: "\f419"; }

.fa-node-js:before { content: "\f3d3"; }

.fa-not-equal:before { content: "\f53e"; }

.fa-notes-medical:before { content: "\f481"; }

.fa-npm:before { content: "\f3d4"; }

.fa-ns8:before { content: "\f3d5"; }

.fa-nutritionix:before { content: "\f3d6"; }

.fa-object-group:before { content: "\f247"; }

.fa-object-ungroup:before { content: "\f248"; }

.fa-octagon:before { content: "\f306"; }

.fa-odnoklassniki:before { content: "\f263"; }

.fa-odnoklassniki-square:before { content: "\f264"; }

.fa-old-republic:before { content: "\f510"; }

.fa-opencart:before { content: "\f23d"; }

.fa-openid:before { content: "\f19b"; }

.fa-opera:before { content: "\f26a"; }

.fa-optin-monster:before { content: "\f23c"; }

.fa-osi:before { content: "\f41a"; }

.fa-outdent:before { content: "\f03b"; }

.fa-page4:before { content: "\f3d7"; }

.fa-pagelines:before { content: "\f18c"; }

.fa-paint-brush:before { content: "\f1fc"; }

.fa-paint-brush-alt:before { content: "\f5a9"; }

.fa-paint-roller:before { content: "\f5aa"; }

.fa-palette:before { content: "\f53f"; }

.fa-palfed:before { content: "\f3d8"; }

.fa-pallet:before { content: "\f482"; }

.fa-pallet-alt:before { content: "\f483"; }

.fa-paper-plane:before { content: "\f1d8"; }

.fa-paperclip:before { content: "\f0c6"; }

.fa-parachute-box:before { content: "\f4cd"; }

.fa-paragraph:before { content: "\f1dd"; }

.fa-parking:before { content: "\f540"; }

.fa-passport:before { content: "\f5ab"; }

.fa-paste:before { content: "\f0ea"; }

.fa-patreon:before { content: "\f3d9"; }

.fa-pause:before { content: "\f04c"; }

.fa-pause-circle:before { content: "\f28b"; }

.fa-paw:before { content: "\f1b0"; }

.fa-paypal:before { content: "\f1ed"; }

.fa-pen:before { content: "\f304"; }

.fa-pen-alt:before { content: "\f305"; }

.fa-pen-fancy:before { content: "\f5ac"; }

.fa-pen-nib:before { content: "\f5ad"; }

.fa-pen-square:before { content: "\f14b"; }

.fa-pencil:before { content: "\f040"; }

.fa-pencil-alt:before { content: "\f303"; }

.fa-pencil-ruler:before { content: "\f5ae"; }

.fa-pennant:before { content: "\f456"; }

.fa-people-carry:before { content: "\f4ce"; }

.fa-percent:before { content: "\f295"; }

.fa-percentage:before { content: "\f541"; }

.fa-periscope:before { content: "\f3da"; }

.fa-person-carry:before { content: "\f4cf"; }

.fa-person-dolly:before { content: "\f4d0"; }

.fa-person-dolly-empty:before { content: "\f4d1"; }

.fa-phabricator:before { content: "\f3db"; }

.fa-phoenix-framework:before { content: "\f3dc"; }

.fa-phoenix-squadron:before { content: "\f511"; }

.fa-phone:before { content: "\f095"; }

.fa-phone-plus:before { content: "\f4d2"; }

.fa-phone-slash:before { content: "\f3dd"; }

.fa-phone-square:before { content: "\f098"; }

.fa-phone-volume:before { content: "\f2a0"; }

.fa-php:before { content: "\f457"; }

.fa-pied-piper:before { content: "\f2ae"; }

.fa-pied-piper-alt:before { content: "\f1a8"; }

.fa-pied-piper-hat:before { content: "\f4e5"; }

.fa-pied-piper-pp:before { content: "\f1a7"; }

.fa-piggy-bank:before { content: "\f4d3"; }

.fa-pills:before { content: "\f484"; }

.fa-pinterest:before { content: "\f0d2"; }

.fa-pinterest-p:before { content: "\f231"; }

.fa-pinterest-square:before { content: "\f0d3"; }

.fa-plane:before { content: "\f072"; }

.fa-plane-alt:before { content: "\f3de"; }

.fa-plane-arrival:before { content: "\f5af"; }

.fa-plane-departure:before { content: "\f5b0"; }

.fa-play:before { content: "\f04b"; }

.fa-play-circle:before { content: "\f144"; }

.fa-playstation:before { content: "\f3df"; }

.fa-plug:before { content: "\f1e6"; }

.fa-plus:before { content: "\f067"; }

.fa-plus-circle:before { content: "\f055"; }

.fa-plus-hexagon:before { content: "\f300"; }

.fa-plus-octagon:before { content: "\f301"; }

.fa-plus-square:before { content: "\f0fe"; }

.fa-podcast:before { content: "\f2ce"; }

.fa-poo:before { content: "\f2fe"; }

.fa-portrait:before { content: "\f3e0"; }

.fa-pound-sign:before { content: "\f154"; }

.fa-power-off:before { content: "\f011"; }

.fa-prescription:before { content: "\f5b1"; }

.fa-prescription-bottle:before { content: "\f485"; }

.fa-prescription-bottle-alt:before { content: "\f486"; }

.fa-print:before { content: "\f02f"; }

.fa-procedures:before { content: "\f487"; }

.fa-product-hunt:before { content: "\f288"; }

.fa-project-diagram:before { content: "\f542"; }

.fa-pushed:before { content: "\f3e1"; }

.fa-puzzle-piece:before { content: "\f12e"; }

.fa-python:before { content: "\f3e2"; }

.fa-qq:before { content: "\f1d6"; }

.fa-qrcode:before { content: "\f029"; }

.fa-question:before { content: "\f128"; }

.fa-question-circle:before { content: "\f059"; }

.fa-question-square:before { content: "\f2fd"; }

.fa-quidditch:before { content: "\f458"; }

.fa-quinscape:before { content: "\f459"; }

.fa-quora:before { content: "\f2c4"; }

.fa-quote-left:before { content: "\f10d"; }

.fa-quote-right:before { content: "\f10e"; }

.fa-r-project:before { content: "\f4f7"; }

.fa-racquet:before { content: "\f45a"; }

.fa-ramp-loading:before { content: "\f4d4"; }

.fa-random:before { content: "\f074"; }

.fa-ravelry:before { content: "\f2d9"; }

.fa-react:before { content: "\f41b"; }

.fa-readme:before { content: "\f4d5"; }

.fa-rebel:before { content: "\f1d0"; }

.fa-receipt:before { content: "\f543"; }

.fa-rectangle-landscape:before { content: "\f2fa"; }

.fa-rectangle-portrait:before { content: "\f2fb"; }

.fa-rectangle-wide:before { content: "\f2fc"; }

.fa-recycle:before { content: "\f1b8"; }

.fa-red-river:before { content: "\f3e3"; }

.fa-reddit:before { content: "\f1a1"; }

.fa-reddit-alien:before { content: "\f281"; }

.fa-reddit-square:before { content: "\f1a2"; }

.fa-redo:before { content: "\f01e"; }

.fa-redo-alt:before { content: "\f2f9"; }

.fa-registered:before { content: "\f25d"; }

.fa-rendact:before { content: "\f3e4"; }

.fa-renren:before { content: "\f18b"; }

.fa-repeat:before { content: "\f363"; }

.fa-repeat-1:before { content: "\f365"; }

.fa-repeat-1-alt:before { content: "\f366"; }

.fa-repeat-alt:before { content: "\f364"; }

.fa-reply:before { content: "\f3e5"; }

.fa-reply-all:before { content: "\f122"; }

.fa-replyd:before { content: "\f3e6"; }

.fa-researchgate:before { content: "\f4f8"; }

.fa-resolving:before { content: "\f3e7"; }

.fa-retweet:before { content: "\f079"; }

.fa-retweet-alt:before { content: "\f361"; }

.fa-rev:before { content: "\f5b2"; }

.fa-ribbon:before { content: "\f4d6"; }

.fa-road:before { content: "\f018"; }

.fa-robot:before { content: "\f544"; }

.fa-rocket:before { content: "\f135"; }

.fa-rocketchat:before { content: "\f3e8"; }

.fa-rockrms:before { content: "\f3e9"; }

.fa-route:before { content: "\f4d7"; }

.fa-rss:before { content: "\f09e"; }

.fa-rss-square:before { content: "\f143"; }

.fa-ruble-sign:before { content: "\f158"; }

.fa-ruler:before { content: "\f545"; }

.fa-ruler-combined:before { content: "\f546"; }

.fa-ruler-horizontal:before { content: "\f547"; }

.fa-ruler-vertical:before { content: "\f548"; }

.fa-rupee-sign:before { content: "\f156"; }

.fa-sad-cry:before { content: "\f5b3"; }

.fa-sad-tear:before { content: "\f5b4"; }

.fa-safari:before { content: "\f267"; }

.fa-sass:before { content: "\f41e"; }

.fa-save:before { content: "\f0c7"; }

.fa-scanner:before { content: "\f488"; }

.fa-scanner-keyboard:before { content: "\f489"; }

.fa-scanner-touchscreen:before { content: "\f48a"; }

.fa-schlix:before { content: "\f3ea"; }

.fa-school:before { content: "\f549"; }

.fa-screwdriver:before { content: "\f54a"; }

.fa-scribd:before { content: "\f28a"; }

.fa-scrubber:before { content: "\f2f8"; }

.fa-search:before { content: "\f002"; }

.fa-search-minus:before { content: "\f010"; }

.fa-search-plus:before { content: "\f00e"; }

.fa-searchengin:before { content: "\f3eb"; }

.fa-seedling:before { content: "\f4d8"; }

.fa-sellcast:before { content: "\f2da"; }

.fa-sellsy:before { content: "\f213"; }

.fa-server:before { content: "\f233"; }

.fa-servicestack:before { content: "\f3ec"; }

.fa-share:before { content: "\f064"; }

.fa-share-all:before { content: "\f367"; }

.fa-share-alt:before { content: "\f1e0"; }

.fa-share-alt-square:before { content: "\f1e1"; }

.fa-share-square:before { content: "\f14d"; }

.fa-shekel-sign:before { content: "\f20b"; }

.fa-shield:before { content: "\f132"; }

.fa-shield-alt:before { content: "\f3ed"; }

.fa-shield-check:before { content: "\f2f7"; }

.fa-ship:before { content: "\f21a"; }

.fa-shipping-fast:before { content: "\f48b"; }

.fa-shipping-timed:before { content: "\f48c"; }

.fa-shirtsinbulk:before { content: "\f214"; }

.fa-shoe-prints:before { content: "\f54b"; }

.fa-shopping-bag:before { content: "\f290"; }

.fa-shopping-basket:before { content: "\f291"; }

.fa-shopping-cart:before { content: "\f07a"; }

.fa-shopware:before { content: "\f5b5"; }

.fa-shower:before { content: "\f2cc"; }

.fa-shuttle-van:before { content: "\f5b6"; }

.fa-shuttlecock:before { content: "\f45b"; }

.fa-sign:before { content: "\f4d9"; }

.fa-sign-in:before { content: "\f090"; }

.fa-sign-in-alt:before { content: "\f2f6"; }

.fa-sign-language:before { content: "\f2a7"; }

.fa-sign-out:before { content: "\f08b"; }

.fa-sign-out-alt:before { content: "\f2f5"; }

.fa-signal:before { content: "\f012"; }

.fa-signature:before { content: "\f5b7"; }

.fa-simplybuilt:before { content: "\f215"; }

.fa-sistrix:before { content: "\f3ee"; }

.fa-sitemap:before { content: "\f0e8"; }

.fa-sith:before { content: "\f512"; }

.fa-skull:before { content: "\f54c"; }

.fa-skyatlas:before { content: "\f216"; }

.fa-skype:before { content: "\f17e"; }

.fa-slack:before { content: "\f198"; }

.fa-slack-hash:before { content: "\f3ef"; }

.fa-sliders-h:before { content: "\f1de"; }

.fa-sliders-h-square:before { content: "\f3f0"; }

.fa-sliders-v:before { content: "\f3f1"; }

.fa-sliders-v-square:before { content: "\f3f2"; }

.fa-slideshare:before { content: "\f1e7"; }

.fa-smile:before { content: "\f118"; }

.fa-smile-beam:before { content: "\f5b8"; }

.fa-smile-plus:before { content: "\f5b9"; }

.fa-smile-wink:before { content: "\f4da"; }

.fa-smoking:before { content: "\f48d"; }

.fa-smoking-ban:before { content: "\f54d"; }

.fa-snapchat:before { content: "\f2ab"; }

.fa-snapchat-ghost:before { content: "\f2ac"; }

.fa-snapchat-square:before { content: "\f2ad"; }

.fa-snowflake:before { content: "\f2dc"; }

.fa-solar-panel:before { content: "\f5ba"; }

.fa-sort:before { content: "\f0dc"; }

.fa-sort-alpha-down:before { content: "\f15d"; }

.fa-sort-alpha-up:before { content: "\f15e"; }

.fa-sort-amount-down:before { content: "\f160"; }

.fa-sort-amount-up:before { content: "\f161"; }

.fa-sort-down:before { content: "\f0dd"; }

.fa-sort-numeric-down:before { content: "\f162"; }

.fa-sort-numeric-up:before { content: "\f163"; }

.fa-sort-up:before { content: "\f0de"; }

.fa-soundcloud:before { content: "\f1be"; }

.fa-spa:before { content: "\f5bb"; }

.fa-space-shuttle:before { content: "\f197"; }

.fa-spade:before { content: "\f2f4"; }

.fa-speakap:before { content: "\f3f3"; }

.fa-spinner:before { content: "\f110"; }

.fa-spinner-third:before { content: "\f3f4"; }

.fa-splotch:before { content: "\f5bc"; }

.fa-spotify:before { content: "\f1bc"; }

.fa-spray-can:before { content: "\f5bd"; }

.fa-square:before { content: "\f0c8"; }

.fa-square-full:before { content: "\f45c"; }

.fa-squarespace:before { content: "\f5be"; }

.fa-stack-exchange:before { content: "\f18d"; }

.fa-stack-overflow:before { content: "\f16c"; }

.fa-stamp:before { content: "\f5bf"; }

.fa-star:before { content: "\f005"; }

.fa-star-exclamation:before { content: "\f2f3"; }

.fa-star-half:before { content: "\f089"; }

.fa-star-half-alt:before { content: "\f5c0"; }

.fa-staylinked:before { content: "\f3f5"; }

.fa-steam:before { content: "\f1b6"; }

.fa-steam-square:before { content: "\f1b7"; }

.fa-steam-symbol:before { content: "\f3f6"; }

.fa-step-backward:before { content: "\f048"; }

.fa-step-forward:before { content: "\f051"; }

.fa-stethoscope:before { content: "\f0f1"; }

.fa-sticker-mule:before { content: "\f3f7"; }

.fa-sticky-note:before { content: "\f249"; }

.fa-stop:before { content: "\f04d"; }

.fa-stop-circle:before { content: "\f28d"; }

.fa-stopwatch:before { content: "\f2f2"; }

.fa-store:before { content: "\f54e"; }

.fa-store-alt:before { content: "\f54f"; }

.fa-strava:before { content: "\f428"; }

.fa-stream:before { content: "\f550"; }

.fa-street-view:before { content: "\f21d"; }

.fa-strikethrough:before { content: "\f0cc"; }

.fa-stripe:before { content: "\f429"; }

.fa-stripe-s:before { content: "\f42a"; }

.fa-stroopwafel:before { content: "\f551"; }

.fa-studiovinari:before { content: "\f3f8"; }

.fa-stumbleupon:before { content: "\f1a4"; }

.fa-stumbleupon-circle:before { content: "\f1a3"; }

.fa-subscript:before { content: "\f12c"; }

.fa-subway:before { content: "\f239"; }

.fa-suitcase:before { content: "\f0f2"; }

.fa-suitcase-rolling:before { content: "\f5c1"; }

.fa-sun:before { content: "\f185"; }

.fa-superpowers:before { content: "\f2dd"; }

.fa-superscript:before { content: "\f12b"; }

.fa-supple:before { content: "\f3f9"; }

.fa-surprise:before { content: "\f5c2"; }

.fa-swatchbook:before { content: "\f5c3"; }

.fa-swimmer:before { content: "\f5c4"; }

.fa-swimming-pool:before { content: "\f5c5"; }

.fa-sync:before { content: "\f021"; }

.fa-sync-alt:before { content: "\f2f1"; }

.fa-syringe:before { content: "\f48e"; }

.fa-table:before { content: "\f0ce"; }

.fa-table-tennis:before { content: "\f45d"; }

.fa-tablet:before { content: "\f10a"; }

.fa-tablet-alt:before { content: "\f3fa"; }

.fa-tablet-android:before { content: "\f3fb"; }

.fa-tablet-android-alt:before { content: "\f3fc"; }

.fa-tablet-rugged:before { content: "\f48f"; }

.fa-tablets:before { content: "\f490"; }

.fa-tachometer:before { content: "\f0e4"; }

.fa-tachometer-alt:before { content: "\f3fd"; }

.fa-tag:before { content: "\f02b"; }

.fa-tags:before { content: "\f02c"; }

.fa-tape:before { content: "\f4db"; }

.fa-tasks:before { content: "\f0ae"; }

.fa-taxi:before { content: "\f1ba"; }

.fa-teamspeak:before { content: "\f4f9"; }

.fa-telegram:before { content: "\f2c6"; }

.fa-telegram-plane:before { content: "\f3fe"; }

.fa-tencent-weibo:before { content: "\f1d5"; }

.fa-tennis-ball:before { content: "\f45e"; }

.fa-terminal:before { content: "\f120"; }

.fa-text-height:before { content: "\f034"; }

.fa-text-width:before { content: "\f035"; }

.fa-th:before { content: "\f00a"; }

.fa-th-large:before { content: "\f009"; }

.fa-th-list:before { content: "\f00b"; }

.fa-themeco:before { content: "\f5c6"; }

.fa-themeisle:before { content: "\f2b2"; }

.fa-thermometer:before { content: "\f491"; }

.fa-thermometer-empty:before { content: "\f2cb"; }

.fa-thermometer-full:before { content: "\f2c7"; }

.fa-thermometer-half:before { content: "\f2c9"; }

.fa-thermometer-quarter:before { content: "\f2ca"; }

.fa-thermometer-three-quarters:before { content: "\f2c8"; }

.fa-thumbs-down:before { content: "\f165"; }

.fa-thumbs-up:before { content: "\f164"; }

.fa-thumbtack:before { content: "\f08d"; }

.fa-ticket:before { content: "\f145"; }

.fa-ticket-alt:before { content: "\f3ff"; }

.fa-times:before { content: "\f00d"; }

.fa-times-circle:before { content: "\f057"; }

.fa-times-hexagon:before { content: "\f2ee"; }

.fa-times-octagon:before { content: "\f2f0"; }

.fa-times-square:before { content: "\f2d3"; }

.fa-tint:before { content: "\f043"; }

.fa-tint-slash:before { content: "\f5c7"; }

.fa-tired:before { content: "\f5c8"; }

.fa-toggle-off:before { content: "\f204"; }

.fa-toggle-on:before { content: "\f205"; }

.fa-toolbox:before { content: "\f552"; }

.fa-tooth:before { content: "\f5c9"; }

.fa-trade-federation:before { content: "\f513"; }

.fa-trademark:before { content: "\f25c"; }

.fa-train:before { content: "\f238"; }

.fa-transgender:before { content: "\f224"; }

.fa-transgender-alt:before { content: "\f225"; }

.fa-trash:before { content: "\f1f8"; }

.fa-trash-alt:before { content: "\f2ed"; }

.fa-tree:before { content: "\f1bb"; }

.fa-tree-alt:before { content: "\f400"; }

.fa-trello:before { content: "\f181"; }

.fa-triangle:before { content: "\f2ec"; }

.fa-tripadvisor:before { content: "\f262"; }

.fa-trophy:before { content: "\f091"; }

.fa-trophy-alt:before { content: "\f2eb"; }

.fa-truck:before { content: "\f0d1"; }

.fa-truck-container:before { content: "\f4dc"; }

.fa-truck-couch:before { content: "\f4dd"; }

.fa-truck-loading:before { content: "\f4de"; }

.fa-truck-moving:before { content: "\f4df"; }

.fa-truck-ramp:before { content: "\f4e0"; }

.fa-tshirt:before { content: "\f553"; }

.fa-tty:before { content: "\f1e4"; }

.fa-tumblr:before { content: "\f173"; }

.fa-tumblr-square:before { content: "\f174"; }

.fa-tv:before { content: "\f26c"; }

.fa-tv-retro:before { content: "\f401"; }

.fa-twitch:before { content: "\f1e8"; }

.fa-twitter:before { content: "\f099"; }

.fa-twitter-square:before { content: "\f081"; }

.fa-typo3:before { content: "\f42b"; }

.fa-uber:before { content: "\f402"; }

.fa-uikit:before { content: "\f403"; }

.fa-umbrella:before { content: "\f0e9"; }

.fa-umbrella-beach:before { content: "\f5ca"; }

.fa-underline:before { content: "\f0cd"; }

.fa-undo:before { content: "\f0e2"; }

.fa-undo-alt:before { content: "\f2ea"; }

.fa-uniregistry:before { content: "\f404"; }

.fa-universal-access:before { content: "\f29a"; }

.fa-university:before { content: "\f19c"; }

.fa-unlink:before { content: "\f127"; }

.fa-unlock:before { content: "\f09c"; }

.fa-unlock-alt:before { content: "\f13e"; }

.fa-untappd:before { content: "\f405"; }

.fa-upload:before { content: "\f093"; }

.fa-usb:before { content: "\f287"; }

.fa-usd-circle:before { content: "\f2e8"; }

.fa-usd-square:before { content: "\f2e9"; }

.fa-user:before { content: "\f007"; }

.fa-user-alt:before { content: "\f406"; }

.fa-user-alt-slash:before { content: "\f4fa"; }

.fa-user-astronaut:before { content: "\f4fb"; }

.fa-user-check:before { content: "\f4fc"; }

.fa-user-circle:before { content: "\f2bd"; }

.fa-user-clock:before { content: "\f4fd"; }

.fa-user-cog:before { content: "\f4fe"; }

.fa-user-edit:before { content: "\f4ff"; }

.fa-user-friends:before { content: "\f500"; }

.fa-user-graduate:before { content: "\f501"; }

.fa-user-lock:before { content: "\f502"; }

.fa-user-md:before { content: "\f0f0"; }

.fa-user-minus:before { content: "\f503"; }

.fa-user-ninja:before { content: "\f504"; }

.fa-user-plus:before { content: "\f234"; }

.fa-user-secret:before { content: "\f21b"; }

.fa-user-shield:before { content: "\f505"; }

.fa-user-slash:before { content: "\f506"; }

.fa-user-tag:before { content: "\f507"; }

.fa-user-tie:before { content: "\f508"; }

.fa-user-times:before { content: "\f235"; }

.fa-users:before { content: "\f0c0"; }

.fa-users-cog:before { content: "\f509"; }

.fa-ussunnah:before { content: "\f407"; }

.fa-utensil-fork:before { content: "\f2e3"; }

.fa-utensil-knife:before { content: "\f2e4"; }

.fa-utensil-spoon:before { content: "\f2e5"; }

.fa-utensils:before { content: "\f2e7"; }

.fa-utensils-alt:before { content: "\f2e6"; }

.fa-vaadin:before { content: "\f408"; }

.fa-vector-square:before { content: "\f5cb"; }

.fa-venus:before { content: "\f221"; }

.fa-venus-double:before { content: "\f226"; }

.fa-venus-mars:before { content: "\f228"; }

.fa-viacoin:before { content: "\f237"; }

.fa-viadeo:before { content: "\f2a9"; }

.fa-viadeo-square:before { content: "\f2aa"; }

.fa-vial:before { content: "\f492"; }

.fa-vials:before { content: "\f493"; }

.fa-viber:before { content: "\f409"; }

.fa-video:before { content: "\f03d"; }

.fa-video-plus:before { content: "\f4e1"; }

.fa-video-slash:before { content: "\f4e2"; }

.fa-vimeo:before { content: "\f40a"; }

.fa-vimeo-square:before { content: "\f194"; }

.fa-vimeo-v:before { content: "\f27d"; }

.fa-vine:before { content: "\f1ca"; }

.fa-vk:before { content: "\f189"; }

.fa-vnv:before { content: "\f40b"; }

.fa-volleyball-ball:before { content: "\f45f"; }

.fa-volume-down:before { content: "\f027"; }

.fa-volume-mute:before { content: "\f2e2"; }

.fa-volume-off:before { content: "\f026"; }

.fa-volume-up:before { content: "\f028"; }

.fa-vuejs:before { content: "\f41f"; }

.fa-walking:before { content: "\f554"; }

.fa-wallet:before { content: "\f555"; }

.fa-warehouse:before { content: "\f494"; }

.fa-warehouse-alt:before { content: "\f495"; }

.fa-watch:before { content: "\f2e1"; }

.fa-weebly:before { content: "\f5cc"; }

.fa-weibo:before { content: "\f18a"; }

.fa-weight:before { content: "\f496"; }

.fa-weight-hanging:before { content: "\f5cd"; }

.fa-weixin:before { content: "\f1d7"; }

.fa-whatsapp:before { content: "\f232"; }

.fa-whatsapp-square:before { content: "\f40c"; }

.fa-wheelchair:before { content: "\f193"; }

.fa-whistle:before { content: "\f460"; }

.fa-whmcs:before { content: "\f40d"; }

.fa-wifi:before { content: "\f1eb"; }

.fa-wikipedia-w:before { content: "\f266"; }

.fa-window:before { content: "\f40e"; }

.fa-window-alt:before { content: "\f40f"; }

.fa-window-close:before { content: "\f410"; }

.fa-window-maximize:before { content: "\f2d0"; }

.fa-window-minimize:before { content: "\f2d1"; }

.fa-window-restore:before { content: "\f2d2"; }

.fa-windows:before { content: "\f17a"; }

.fa-wine-glass:before { content: "\f4e3"; }

.fa-wine-glass-alt:before { content: "\f5ce"; }

.fa-wix:before { content: "\f5cf"; }

.fa-wolf-pack-battalion:before { content: "\f514"; }

.fa-won-sign:before { content: "\f159"; }

.fa-wordpress:before { content: "\f19a"; }

.fa-wordpress-simple:before { content: "\f411"; }

.fa-wpbeginner:before { content: "\f297"; }

.fa-wpexplorer:before { content: "\f2de"; }

.fa-wpforms:before { content: "\f298"; }

.fa-wrench:before { content: "\f0ad"; }

.fa-x-ray:before { content: "\f497"; }

.fa-xbox:before { content: "\f412"; }

.fa-xing:before { content: "\f168"; }

.fa-xing-square:before { content: "\f169"; }

.fa-y-combinator:before { content: "\f23b"; }

.fa-yahoo:before { content: "\f19e"; }

.fa-yandex:before { content: "\f413"; }

.fa-yandex-international:before { content: "\f414"; }

.fa-yelp:before { content: "\f1e9"; }

.fa-yen-sign:before { content: "\f157"; }

.fa-yoast:before { content: "\f2b1"; }

.fa-youtube:before { content: "\f167"; }

.fa-youtube-square:before { content: "\f431"; }

/*!
 * Font Awesome Pro 5.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face { font-family: 'Font Awesome 5 Pro'; font-style: normal; font-weight: 300; src: url("/static/styling/fonts/fa-light-300.eot"); src: url("/static/styling/fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("/static/styling/fonts/fa-light-300.woff2") format("woff2"), url("/static/styling/fonts/fa-light-300.woff") format("woff"), url("/static/styling/fonts/fa-light-300.ttf") format("truetype"), url("/static/styling/fonts/fa-light-300.svg#fontawesome") format("svg"); }
.fal { font-family: 'Font Awesome 5 Pro'; font-weight: 300; }

/*!
 * Font Awesome Pro 5.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face { font-family: 'Font Awesome 5 Pro'; font-style: normal; font-weight: 400; src: url("/static/styling/fonts/fa-regular-400.eot"); src: url("/static/styling/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/static/styling/fonts/fa-regular-400.woff2") format("woff2"), url("/static/styling/fonts/fa-regular-400.woff") format("woff"), url("/static/styling/fonts/fa-regular-400.ttf") format("truetype"), url("/static/styling/fonts/fa-regular-400.svg#fontawesome") format("svg"); }
.far { font-family: 'Font Awesome 5 Pro'; font-weight: 400; }

/*!
 * Font Awesome Pro 5.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face { font-family: 'Font Awesome 5 Pro'; font-style: normal; font-weight: 900; src: url("/static/styling/fonts/fa-solid-900.eot"); src: url("/static/styling/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/static/styling/fonts/fa-solid-900.woff2") format("woff2"), url("/static/styling/fonts/fa-solid-900.woff") format("woff"), url("/static/styling/fonts/fa-solid-900.ttf") format("truetype"), url("/static/styling/fonts/fa-solid-900.svg#fontawesome") format("svg"); }
.fa, .fas { font-family: 'Font Awesome 5 Pro'; font-weight: 900; }

@font-face { font-family: 'dnvgl'; src: url("/static/styling/fonts/icomoon.eot?qy5sxl"); src: url("/static/styling/fonts/icomoon.eot?#iefixqy5sxl") format("embedded-opentype"), url("/static/styling/fonts/icomoon.woff?qy5sxl") format("woff"), url("/static/styling/fonts/icomoon.ttf?qy5sxl") format("truetype"), url("/static/styling/fonts/icomoon.svg?qy5sxl#dnvgl") format("svg"); font-weight: normal; font-style: normal; }
/* the base for each icon */
.font-icon-base, .icon-alert:before, .icon-arrow-back:before, .icon-arrow-back2:before, .icon-arrow-down:before, .icon-arrow-right:before, .icon-bell:before, .icon-binoculars:before, .icon-biomass:before, .icon-branch:before, .icon-briefcase:before, .icon-butterfly:before, .icon-calender:before, .icon-car:before, .icon-channels:before, .icon-chart:before, .icon-checkmark:before, .icon-checkbox-unchecked:before, .icon-checkbox-checked:before, .icon-cocktail:before, .icon-coffee:before, .icon-compliance:before, .icon-contact:before, .icon-courses:before, .icon-customer-portal:before, .icon-cycle:before, .icon-default:before, .icon-delete:before, .icon-diploma:before, .icon-dollar:before, .icon-download:before, .icon-documents:before, .icon-expand:before, .icon-exploding-danger-hazard:before, .icon-facebook:before, .icon-factory:before, .icon-favourite:before, .icon-favourite-add:before, .icon-files:before, .icon-food-beverage:before, .icon-gps:before, .icon-globe:before, .icon-heart:before, .icon-heartbeat:before, .icon-helmet:before, .icon-helpdesk:before, .icon-idea:before, .icon-info:before, .icon-innovation-research:before, .icon-kpi-performance:before, .icon-laboratory:before, .icon-leaf:before, .icon-letter:before, .icon-left:before, .icon-lifejacket:before, .icon-link:before, .icon-link-arrow:before, .icon-linkedin:before, .icon-list:before, .icon-lock:before, .icon-lunch:before, .icon-man:before, .icon-meal:before, .icon-menu:before, .icon-menu2:before, .icon-minus:before, .icon-mobile:before, .icon-money:before, .icon-navigate:before, .icon-navigation-left:before, .icon-navigation-right:before, .icon-navigation-down:before, .icon-navigation-top:before, .icon-new:before, .icon-newsletter:before, .icon-newslist:before, .icon-oilrig:before, .icon-oilrig-structure:before, .icon-organisation:before, .icon-pdf:before, .icon-phone:before, .icon-pictures:before, .icon-pie-chart:before, .icon-pin:before, .icon-pipelines:before, .icon-plane:before, .icon-play:before, .icon-plus:before, .icon-polarbear:before, .icon-powerlines:before, .icon-pressrelease:before, .icon-preview:before, .icon-print:before, .icon-publications:before, .icon-radiobutton-checked:before, .icon-radiobutton-unchecked:before, .icon-rfq:before, .icon-right:before, .icon-search:before, .icon-service:before, .icon-servicefinder:before, .icon-settings:before, .icon-share:before, .icon-ship:before, .icon-smartgrid:before, .icon-solarpanels:before, .icon-speechbubble:before, .icon-speechbubbles:before, .icon-stamp:before, .icon-storage-tanks:before, .icon-subscribe:before, .icon-target:before, .icon-tools:before, .icon-tree:before, .icon-train:before, .icon-transformator:before, .icon-truck:before, .icon-twitter:before, .icon-update-software:before, .icon-unlock:before, .icon-user:before, .icon-utility:before, .icon-utility-electrical:before, .icon-quote:before, .icon-venue:before, .icon-view:before, .icon-video:before, .icon-water-management:before, .icon-windmills:before, .icon-woman:before, .icon-world:before, .icon-worldmap:before, .dnvgl-magnify:before, .dnvgl-share .addthis_toolbox a .addthis-customicon-share:before, .dnvgl-share .addthis_toolbox a .addthis-customicon-share:hover:before, .dnvgl-share .addthis_toolbox a .addthis-customicon-twitter:before, .dnvgl-share .addthis_toolbox a .addthis-customicon-twitter:hover:before, .dnvgl-share .addthis_toolbox a .addthis-customicon-print:before, .dnvgl-share .addthis_toolbox a .addthis-customicon-print:hover:before, .flexslider-direction-nav .flexslider-prev:before, .flexslider-direction-nav .flexslider-next:before, .dnvgl-header-menu .dnvgl-header-button.dnvgl-expanded a.dnvgl-header-link:before, .dnvgl-header-menu .dnvgl-header-button.dnvgl-collapsed a.dnvgl-header-link:before, .dnvgl-header-menu .dnvgl-header-button.dnvgl-simple a.dnvgl-header-link:before, .dnvgl-header-menu .dnvgl-header-button.dnvgl-header-services a.dnvgl-header-link:before, .dnvgl-header-login-button > a:before, .dnvgl-header-login-button .dnvgl-login-link:before, .dnvgl-header-services .dnvgl-servicefinder-close:before, .dnvgl-branding .dnvgl-header-icon:before, .dnvgl-branding .dnvgl-header-icon-active:before, .dnvgl-branding .dnvgl-search-icon:before, .dnvgl-footer a:before, .dnvgl-footer .dnvgl-collapsed:before, .dnvgl-footer .dnvgl-expanded:before, .dnvgl-selectbox-white:before, .dnvgl-selectbox-gray:before, .dnvgl-submit-blue:before, .dnvgl-servicepage-share .addthis_toolbox a .addthis-customicon-share:before, .dnvgl-servicepage-share .addthis_toolbox a .addthis-customicon-share:hover:before, .dnvgl-servicepage-share .addthis_toolbox a .addthis-customicon-twitter:before, .dnvgl-servicepage-share .addthis_toolbox a .addthis-customicon-twitter:hover:before, .dnvgl-servicepage-share .addthis_toolbox a .addthis-customicon-print:before, .dnvgl-servicepage-share .addthis_toolbox a .addthis-customicon-print:hover:before, .dnvgl-servicelinepage .dnvgl-servicelinepage-morelink .dnvgl-morelink-icon:before, .dnvgl-section-relatedlinklist.dnvgl-collapsed:before, .dnvgl-section-relatedlinklist.dnvgl-expanded:before, .dnvgl-section-relatedlinklist.dnvgl-icon-download h1:before, .dnvgl-section-relatedlinklist.dnvgl-icon-link h1:before, .dnvgl-section-relatedeventlist h1:before, .dnvgl-section-relatedeventlist.dnvgl-collapsed:before, .dnvgl-section-relatedeventlist.dnvgl-expanded:before, .dnvgl-servicefinder .service-finder-link:before, .dnvgl-servicefinderpage .dnvgl-servicefinder-search.dnvgl-servicefinder-refinesearch h1:before, .dnvgl-servicefinderpage .dnvgl-servicefinder-search.dnvgl-servicefinder-refinesearch.closed h1:before, .dnvgl-mydnvgl-tile-wrap .dnvgl-mydnvgl-tile ul li a:before, .dnvgl-mydnvgl-tile-wrap .dnvgl-mydnvgl-tile .mydnvgl-register-button:before, .dnvgl-mydnvgl-tile-wrap .dnvgl-mydnvgl-tile .mydnvgl-register-button:hover:before, .dnvgl-mydnvgl-tile-wrap .dnvgl-mydnvgl-tile .dnvgl-login-link:before, .dnvgl-mydnvgl-tile-wrap .dnvgl-mydnvgl-tile .log-out-link:before, .dnvgl-mydnvgl-tile-wrap .dnvgl-mydnvgl-tile .support:before, .dnvgl-quote .dnvgl-quote-text:before, .dnvgl-play-button:before, .dnvgl-movie-close:before, .dnvgl-paragraph .dnvgl-paragraph-text .dnvgl-paragraph-link:before, .dnvgl-paragraph .dnvgl-paragraph-text .dnvgl-paragraph-link:visited:before, .dnvgl-twitterbox h1:before, .dnvgl-twitterbox ul li .twitter-container:hover .twitter-info .twitter-user h1:before, .dnvgl-twitterbox ul li .twitter-container .twitter-info .twitter-user h1:before, .dnvgl-event-detailpage .dnvgl-event-info li .addthis_toolbox a .addthis-customicon-linkedin:before, .dnvgl-event-detailpage .dnvgl-event-info li .addthis_toolbox a .addthis-customicon-twitter:before, .dnvgl-event-detailpage .dnvgl-event-info li .addthis_toolbox a .addthis-customicon-facebook:before, .dnvgl-agenda .agenda-items .agenda-item .item-text.coffee:before, .dnvgl-agenda .agenda-items .agenda-item .item-text.lunch:before, .dnvgl-agenda a.dnvgl-register-day-btn:before, .dnvgl-agenda a.dnvgl-register-day-btn:before, .dnvgl-agenda .dnvgl-register-btn:before, .dnvgl-sharebar .addthis_toolbox a .addthis-customicon-share:before, .dnvgl-sharebar .addthis_toolbox a .addthis-customicon-twitter:before, .dnvgl-sharebar .addthis_toolbox a .addthis-customicon-facebook:before, .dnvgl-sharebar .addthis_toolbox a .addthis-customicon-linkedin:before, .dnvgl-sharebar .addthis_toolbox a .addthis-customicon-print:before, .dnvgl-main-image .dnvgl-play-button:before, .dnvgl-additional-info li .addthis_toolbox a .addthis-customicon-linkedin:before, .dnvgl-additional-info li .addthis_toolbox a .addthis-customicon-twitter:before, .dnvgl-additional-info li .addthis_toolbox a .addthis-customicon-facebook:before, .dnvgl-breadcrumbs ul li a:before, .contact-card .contact-card-close:before, .dnvgl-relatedevent-link:before, .dnvgl-section-relatedevents ul li div.calender:before, .dnvgl-section-relatedevents.dnvgl-collapsed:before, .dnvgl-section-relatedevents.dnvgl-expanded:before, .dnvgl-news-tile .dnvgl-news-link:before, .dnvgl-feedbox .dnvgl-feedbox-link:before, .dnvgl-dynamiclist-heading .dnvgl-refine.closed .toggle h2:before, .dnvgl-dynamiclist-heading .dnvgl-refine a.toggle h2:before, .dnvgl-dynamiclist-heading .dnvgl-refine .dnvgl-search-input .reset-link:before, .dnvgl-eventlist li div.calender:before, .dnvgl-eventlist .dnvgl-section-relatedevents.dnvgl-collapsed:before, .dnvgl-eventlist .dnvgl-section-relatedevents.dnvgl-expanded:before, .dnvgl-publicationlist .button.download:before, .dnvgl-publicationlist .button.view-online:before, .dnvgl-contactform .dnvgl-selectbox:before, .dnvgl-contactform .dnvgl-selectbox:focus:before, .dnvgl-contactform .dnvgl-selectbox:active:before, .dnvgl-contactform .dnvgl-selectbox:hover:before, .dnvgl-contact-list li .email a:before, .dnvgl-search .dnvgl-searchbox-reset-link:before, .dnvgl-overlay-container .dnvgl-download-link:before, .dnvgl-overlay-container .dnvgl-overlay-close:before, .dnvgl-form-overlay-container .dnvgl-overlay-close:before, .dnvgl-back-to-top:before, .dnvgl-parallax-btn-list li a:before, .dnvgl-locationsmap .dnvgl-locationsmap-search .dnvgl-locationsmap-search-input .dnvgl-locationsmap-geolocation:before, .dnvgl-locationsmap .dnvgl-locationsmap-search .dnvgl-refine.closed .toggle h2:before, .dnvgl-locationsmap .dnvgl-locationsmap-search .dnvgl-refine a.toggle h2:before, .dnvgl-locationsmap .dnvgl-locationsmap-search .dnvgl-refine .dnvgl-search-input .reset-link:before, .dnvgl-locationsmap .dnvgl-locationsmap-regions ul li a:hover:before, .dnvgl-locationsmap .dnvgl-locationsmap-regions ul li a.world:hover:before, .dnvgl-locationsmap .dnvgl-locationsmap-regions ul li a.world.active:before, .dnvgl-locationsmap .dnvgl-locationsmap-regions ul li a.active:before, .dnvgl-locationsmap .dnvgl-locationsmap-regions ul li a.active:hover:before, .dnvgl-accordion .dnvgl-accordion-section .dnvgl-accordion-heading:before, .dnvgl-accordion .dnvgl-accordion-section.open .dnvgl-accordion-heading:before, .dnvgl-career-selector .dnvgl-career-viewall:before, .dnvgl-cta .picture.contact:before, .dnvgl-action-button:before, .dnvgl-action-link:before, .overviewlist span:before, .overviewlist .depthlink span:before, .overviewlist .open > span:before, .dnvgl-manuallist li .dnvgl-play-button:before, .dnvgl-country-selector .title:before, .dnvgl-errorpage .content ul a:before, .dnvgl-portrait .dnvgl-portrait-content .name-title + .download-link .linktext:before, .dnvgl-officelist h1.dnvgl-officelist-title:before, .dnvgl-officelist ul .dnvgl-office-item a.office-item-link:before, .dnvgl-officelist ul .big-ct-office-item.closed .dnvgl-officelist-button a:before, .dnvgl-officelist .link-arrow-item:before, .dnvgl-cookie-container .dnvgl-cookie-form div.dnvgl-cookie-close:before, .cookie-link:before, .dnvgl-feature-article .feature-title .go-down:before, .dnvgl-feature-article footer .feature-footer-share a.facebook:before, .dnvgl-feature-article footer .feature-footer-share a.twitter:before, .dnvgl-feature-article footer .feature-footer-share a.linkedin:before, .dnvgl-feature-article footer .feature-footer-share a.download:before, .dnvgl-feature-article footer .feature-footer-linklist > div ul li:before, .dnvgl-feature-article footer .feature-footer-subscribe .submit:before, .dnvgl-highchart-close:before, .dnvgl-section-publications .button.download:before, .dnvgl-section-publications .button.view-online:before { font-family: 'dnvgl'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* List of all icons and codes */
/* Function for finding the code with the icon */
/* Mixin for adding a icon on a element */
/* Create classes for every icon in the list */
.icon-alert:before { content: "\e642"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-arrow-back:before { content: "\e623"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-arrow-back2:before { content: "\e624"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-arrow-down:before { content: "\e62f"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-arrow-right:before { content: "\e60b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-bell:before { content: "\e621"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-binoculars:before { content: "\e66d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-biomass:before { content: "\e668"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-branch:before { content: "\e634"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-briefcase:before { content: "\e626"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-butterfly:before { content: "\e66e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-calender:before { content: "\e607"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-car:before { content: "\e658"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-channels:before { content: "\e60f"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-chart:before { content: "\e672"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-checkmark:before { content: "\e641"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-checkbox-unchecked:before { content: "\e637"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-checkbox-checked:before { content: "\e638"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-cocktail:before { content: "\e661"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-coffee:before { content: "\e645"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-compliance:before { content: "\e655"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-contact:before { content: "\e643"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-courses:before { content: "\e611"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-customer-portal:before { content: "\e682"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-cycle:before { content: "\e636"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-default:before { content: "\e63f"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-delete:before { content: "\e629"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-diploma:before { content: "\e656"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-dollar:before { content: "\e67a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-download:before { content: "\e60a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-documents:before { content: "\e62b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-expand:before { content: "\e64e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-exploding-danger-hazard:before { content: "\e669"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-facebook:before { content: "\e64a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-factory:before { content: "\e66a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-favourite:before { content: "\e63a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-favourite-add:before { content: "\e63c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-files:before { content: "\e627"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-food-beverage:before { content: "\e660"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-gps:before { content: "\e640"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-globe:before { content: "\e676"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-heart:before { content: "\e625"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-heartbeat:before { content: "\e602"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-helmet:before { content: "\e65c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-helpdesk:before { content: "\e610"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-idea:before { content: "\e60e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-info:before { content: "\e617"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-innovation-research:before { content: "\e671"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-kpi-performance:before { content: "\e674"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-laboratory:before { content: "\e619"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-leaf:before { content: "\e603"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-letter:before { content: "\e647"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-left:before { content: "\e63d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-lifejacket:before { content: "\e65d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-link:before { content: "\e606"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-link-arrow:before { content: "\e608"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-linkedin:before { content: "\e649"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-list:before { content: "\e62c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-lock:before { content: "\e614"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-lunch:before { content: "\e65f"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-man:before { content: "\e620"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-meal:before { content: "\e65e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-menu:before { content: "\e630"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-menu2:before { content: "\e61c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-minus:before { content: "\e604"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-mobile:before { content: "\e67f"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-money:before { content: "\e679"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-navigate:before { content: "\e616"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-navigation-left:before { content: "\e63d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-navigation-right:before { content: "\e63e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-navigation-down:before { content: "\e64f"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-navigation-top:before { content: "\e650"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-new:before { content: "\e62a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-newsletter:before { content: "\e652"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-newslist:before { content: "\e61e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-oilrig:before { content: "\e663"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-oilrig-structure:before { content: "\e662"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-organisation:before { content: "\e675"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-pdf:before { content: "\e654"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-phone:before { content: "\e646"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-pictures:before { content: "\e628"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-pie-chart:before { content: "\e673"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-pin:before { content: "\e648"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-pipelines:before { content: "\e66b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-plane:before { content: "\e65b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-play:before { content: "\e613"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-plus:before { content: "\e605"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-polarbear:before { content: "\e635"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-powerlines:before { content: "\e664"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-pressrelease:before { content: "\e653"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-preview:before { content: "\e61d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-print:before { content: "\e62d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-publications:before { content: "\e678"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-radiobutton-checked:before { content: "\e639"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-radiobutton-unchecked:before { content: "\e63b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-rfq:before { content: "\e601"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-right:before { content: "\e63e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-search:before { content: "\e60c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-service:before { content: "\e651"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-servicefinder:before { content: "\e600"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-settings:before { content: "\e622"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-share:before { content: "\e62e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-ship:before { content: "\e632"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-smartgrid:before { content: "\e666"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solarpanels:before { content: "\e665"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-speechbubble:before { content: "\e60d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-speechbubbles:before { content: "\e64d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-stamp:before { content: "\e657"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-storage-tanks:before { content: "\e680"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-subscribe:before { content: "\e67b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-target:before { content: "\e618"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-tools:before { content: "\e677"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-tree:before { content: "\e66f"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-train:before { content: "\e659"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-transformator:before { content: "\e667"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-truck:before { content: "\e65a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-twitter:before { content: "\e64b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-update-software:before { content: "\e612"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-unlock:before { content: "\e61b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-user:before { content: "\e615"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-utility:before { content: "\e66c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-utility-electrical:before { content: "\e64c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-quote:before { content: "\e609"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-venue:before { content: "\e681"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-view:before { content: "\e61a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-video:before { content: "\e67d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-water-management:before { content: "\e670"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-windmills:before { content: "\e633"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-woman:before { content: "\e61f"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-world:before { content: "\e631"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-worldmap:before { content: "\e644"; position: relative; top: 0.125em; margin-right: 6px; }

/*
	Illustrations
*/
/* the base for each illustration */
.font-illustration-base, .silhouette-ba:before, .silhouette-assurance:before, .silhouette-energy:before, .silhouette-group:before, .silhouette-oil:before, .silhouette-oilgas:before, .silhouette-software:before, .silhouette-maritime:before, .silhouette-mydnvgl:before, .silhouette-rulesandstandards:before, .dnvgl-illustration-ba:before, .dnvgl-illustration-oil:before, .dnvgl-button-tile section.dnvgl-button-assurance:before, .dnvgl-button-tile section.dnvgl-button-energy:before, .dnvgl-button-tile section.dnvgl-button-mydnvgl:before, .dnvgl-button-tile section.dnvgl-button-group:before, .dnvgl-button-tile section.dnvgl-button-maritime:before, .dnvgl-button-tile section.dnvgl-button-oilgas:before, .dnvgl-button-tile section.dnvgl-button-software:before, .dnvgl-button-tile section.dnvgl-button-rules-and-standards:before { font-family: 'illustrations'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* List of all icons and codes */
/* Function for finding the code with the icon */
/* Mixin for adding a icon on a element */
.silhouette-ba:before { content: "\e602"; position: relative; Bottom: 0; }

.silhouette-assurance:before { content: "\e602"; position: relative; Bottom: 0; }

.silhouette-energy:before { content: "\e601"; position: relative; Bottom: 0; }

.silhouette-group:before { content: "\e606"; position: relative; Bottom: 0; }

.silhouette-oil:before { content: "\e600"; position: relative; Bottom: 0; }

.silhouette-oilgas:before { content: "\e600"; position: relative; Bottom: 0; }

.silhouette-software:before { content: "\e604"; position: relative; Bottom: 0; }

.silhouette-maritime:before { content: "\e603"; position: relative; Bottom: 0; }

.silhouette-mydnvgl:before { content: "\e605"; position: relative; Bottom: 0; }

.silhouette-rulesandstandards:before { content: "\e607"; position: relative; Bottom: 0; }

/*
	Fontawesome Icons
*/
/* the base for each icon */
.font-fontawesomesolid-base, .icon-solid-address-book:before, .icon-solid-address-card:before, .icon-solid-adjust:before, .icon-solid-alarm-clock:before, .icon-solid-align-center:before, .icon-solid-align-justify:before, .icon-solid-align-left:before, .icon-solid-align-right:before, .icon-solid-allergies:before, .icon-solid-ambulance:before, .icon-solid-american-sign-language-interpreting:before, .icon-solid-anchor:before, .icon-solid-angle-double-down:before, .icon-solid-angle-double-left:before, .icon-solid-angle-double-right:before, .icon-solid-angle-double-up:before, .icon-solid-angle-down:before, .icon-solid-angle-left:before, .icon-solid-angle-right:before, .icon-solid-angle-up:before, .icon-solid-archive:before, .icon-solid-arrow-alt-circle-down:before, .icon-solid-arrow-alt-circle-left:before, .icon-solid-arrow-alt-circle-right:before, .icon-solid-arrow-alt-circle-up:before, .icon-solid-arrow-alt-down:before, .icon-solid-arrow-alt-from-bottom:before, .icon-solid-arrow-alt-from-left:before, .icon-solid-arrow-alt-from-right:before, .icon-solid-arrow-alt-from-top:before, .icon-solid-arrow-alt-left:before, .icon-solid-arrow-alt-right:before, .icon-solid-arrow-alt-square-down:before, .icon-solid-arrow-alt-square-left:before, .icon-solid-arrow-alt-square-right:before, .icon-solid-arrow-alt-square-up:before, .icon-solid-arrow-alt-to-bottom:before, .icon-solid-arrow-alt-to-left:before, .icon-solid-arrow-alt-to-right:before, .icon-solid-arrow-alt-to-top:before, .icon-solid-arrow-alt-up:before, .icon-solid-arrow-circle-down:before, .icon-solid-arrow-circle-left:before, .icon-solid-arrow-circle-right:before, .icon-solid-arrow-circle-up:before, .icon-solid-arrow-down:before, .icon-solid-arrow-from-bottom:before, .icon-solid-arrow-from-left:before, .icon-solid-arrow-from-right:before, .icon-solid-arrow-from-top:before, .icon-solid-arrow-left:before, .icon-solid-arrow-right:before, .icon-solid-arrow-square-down:before, .icon-solid-arrow-square-left:before, .icon-solid-arrow-square-right:before, .icon-solid-arrow-square-up:before, .icon-solid-arrow-to-bottom:before, .icon-solid-arrow-to-left:before, .icon-solid-arrow-to-right:before, .icon-solid-arrow-to-top:before, .icon-solid-arrow-up:before, .icon-solid-arrows-alt-h:before, .icon-solid-arrows-alt-v:before, .icon-solid-arrows-alt:before, .icon-solid-arrows-h:before, .icon-solid-arrows-v:before, .icon-solid-arrows:before, .icon-solid-assistive-listening-systems:before, .icon-solid-asterisk:before, .icon-solid-at:before, .icon-solid-audio-description:before, .icon-solid-backward:before, .icon-solid-badge-check:before, .icon-solid-badge:before, .icon-solid-balance-scale:before, .icon-solid-ban:before, .icon-solid-band-aid:before, .icon-solid-barcode-alt:before, .icon-solid-barcode-read:before, .icon-solid-barcode-scan:before, .icon-solid-barcode:before, .icon-solid-bars:before, .icon-solid-baseball-ball:before, .icon-solid-baseball:before, .icon-solid-basketball-ball:before, .icon-solid-basketball-hoop:before, .icon-solid-bath:before, .icon-solid-battery-bolt:before, .icon-solid-battery-empty:before, .icon-solid-battery-full:before, .icon-solid-battery-half:before, .icon-solid-battery-quarter:before, .icon-solid-battery-slash:before, .icon-solid-battery-three-quarters:before, .icon-solid-bed:before, .icon-solid-beer:before, .icon-solid-bell-slash:before, .icon-solid-bell:before, .icon-solid-bicycle:before, .icon-solid-binoculars:before, .icon-solid-birthday-cake:before, .icon-solid-blind:before, .icon-solid-bold:before, .icon-solid-bolt:before, .icon-solid-bomb:before, .icon-solid-book:before, .icon-solid-bookmark:before, .icon-solid-bowling-ball:before, .icon-solid-bowling-pins:before, .icon-solid-box-check:before, .icon-solid-box:before, .icon-solid-boxes:before, .icon-solid-boxing-glove:before, .icon-solid-braille:before, .icon-solid-briefcase-medical:before, .icon-solid-briefcase:before, .icon-solid-browser:before, .icon-solid-bug:before, .icon-solid-building:before, .icon-solid-bullhorn:before, .icon-solid-bullseye:before, .icon-solid-burn:before, .icon-solid-bus:before, .icon-solid-calculator:before, .icon-solid-calendar-alt:before, .icon-solid-calendar-check:before, .icon-solid-calendar-edit:before, .icon-solid-calendar-exclamation:before, .icon-solid-calendar-minus:before, .icon-solid-calendar-plus:before, .icon-solid-calendar-times:before, .icon-solid-calendar:before, .icon-solid-camera-alt:before, .icon-solid-camera-retro:before, .icon-solid-camera:before, .icon-solid-capsules:before, .icon-solid-car:before, .icon-solid-caret-circle-down:before, .icon-solid-caret-circle-left:before, .icon-solid-caret-circle-right:before, .icon-solid-caret-circle-up:before, .icon-solid-caret-down:before, .icon-solid-caret-left:before, .icon-solid-caret-right:before, .icon-solid-caret-square-down:before, .icon-solid-caret-square-left:before, .icon-solid-caret-square-right:before, .icon-solid-caret-square-up:before, .icon-solid-caret-up:before, .icon-solid-cart-arrow-down:before, .icon-solid-cart-plus:before, .icon-solid-certificate:before, .icon-solid-chart-area:before, .icon-solid-chart-bar:before, .icon-solid-chart-line:before, .icon-solid-chart-pie:before, .icon-solid-check-circle:before, .icon-solid-check-square:before, .icon-solid-check:before, .icon-solid-chess-bishop-alt:before, .icon-solid-chess-bishop:before, .icon-solid-chess-board:before, .icon-solid-chess-clock-alt:before, .icon-solid-chess-clock:before, .icon-solid-chess-king-alt:before, .icon-solid-chess-king:before, .icon-solid-chess-knight-alt:before, .icon-solid-chess-knight:before, .icon-solid-chess-pawn-alt:before, .icon-solid-chess-pawn:before, .icon-solid-chess-queen-alt:before, .icon-solid-chess-queen:before, .icon-solid-chess-rook-alt:before, .icon-solid-chess-rook:before, .icon-solid-chess:before, .icon-solid-chevron-circle-down:before, .icon-solid-chevron-circle-left:before, .icon-solid-chevron-circle-right:before, .icon-solid-chevron-circle-up:before, .icon-solid-chevron-double-down:before, .icon-solid-chevron-double-left:before, .icon-solid-chevron-double-right:before, .icon-solid-chevron-double-up:before, .icon-solid-chevron-down:before, .icon-solid-chevron-left:before, .icon-solid-chevron-right:before, .icon-solid-chevron-square-down:before, .icon-solid-chevron-square-left:before, .icon-solid-chevron-square-right:before, .icon-solid-chevron-square-up:before, .icon-solid-chevron-up:before, .icon-solid-child:before, .icon-solid-circle-notch:before, .icon-solid-circle:before, .icon-solid-clipboard-check:before, .icon-solid-clipboard-list:before, .icon-solid-clipboard:before, .icon-solid-clock:before, .icon-solid-clone:before, .icon-solid-closed-captioning:before, .icon-solid-cloud-download-alt:before, .icon-solid-cloud-download:before, .icon-solid-cloud-upload-alt:before, .icon-solid-cloud-upload:before, .icon-solid-cloud:before, .icon-solid-club:before, .icon-solid-code-branch:before, .icon-solid-code-commit:before, .icon-solid-code-merge:before, .icon-solid-code:before, .icon-solid-coffee:before, .icon-solid-cog:before, .icon-solid-cogs:before, .icon-solid-columns:before, .icon-solid-comment-alt:before, .icon-solid-comment:before, .icon-solid-comments:before, .icon-solid-compass:before, .icon-solid-compress-alt:before, .icon-solid-compress-wide:before, .icon-solid-compress:before, .icon-solid-conveyor-belt-alt:before, .icon-solid-conveyor-belt:before, .icon-solid-copy:before, .icon-solid-copyright:before, .icon-solid-credit-card-blank:before, .icon-solid-credit-card-front:before, .icon-solid-credit-card:before, .icon-solid-cricket:before, .icon-solid-crop:before, .icon-solid-crosshairs:before, .icon-solid-cube:before, .icon-solid-cubes:before, .icon-solid-curling:before, .icon-solid-cut:before, .icon-solid-database:before, .icon-solid-deaf:before, .icon-solid-desktop-alt:before, .icon-solid-desktop:before, .icon-solid-diagnoses:before, .icon-solid-diamond:before, .icon-solid-dna:before, .icon-solid-dollar-sign:before, .icon-solid-dolly-empty:before, .icon-solid-dolly-flatbed-alt:before, .icon-solid-dolly-flatbed-empty:before, .icon-solid-dolly-flatbed:before, .icon-solid-dolly:before, .icon-solid-dot-circle:before, .icon-solid-download:before, .icon-solid-dumbbell:before, .icon-solid-edit:before, .icon-solid-eject:before, .icon-solid-ellipsis-h-alt:before, .icon-solid-ellipsis-h:before, .icon-solid-ellipsis-v-alt:before, .icon-solid-ellipsis-v:before, .icon-solid-envelope-open:before, .icon-solid-envelope-square:before, .icon-solid-envelope:before, .icon-solid-eraser:before, .icon-solid-euro-sign:before, .icon-solid-exchange-alt:before, .icon-solid-exchange:before, .icon-solid-exclamation-circle:before, .icon-solid-exclamation-square:before, .icon-solid-exclamation-triangle:before, .icon-solid-exclamation:before, .icon-solid-expand-alt:before, .icon-solid-expand-arrows-alt:before, .icon-solid-expand-arrows:before, .icon-solid-expand-wide:before, .icon-solid-expand:before, .icon-solid-external-link-alt:before, .icon-solid-external-link-square-alt:before, .icon-solid-external-link-square:before, .icon-solid-external-link:before, .icon-solid-eye-dropper:before, .icon-solid-eye-slash:before, .icon-solid-eye:before, .icon-solid-fast-backward:before, .icon-solid-fast-forward:before, .icon-solid-fax:before, .icon-solid-female:before, .icon-solid-field-hockey:before, .icon-solid-fighter-jet:before, .icon-solid-file-alt:before, .icon-solid-file-archive:before, .icon-solid-file-audio:before, .icon-solid-file-check:before, .icon-solid-file-code:before, .icon-solid-file-edit:before, .icon-solid-file-excel:before, .icon-solid-file-exclamation:before, .icon-solid-file-image:before, .icon-solid-file-medical-alt:before, .icon-solid-file-medical:before, .icon-solid-file-minus:before, .icon-solid-file-pdf:before, .icon-solid-file-plus:before, .icon-solid-file-powerpoint:before, .icon-solid-file-times:before, .icon-solid-file-video:before, .icon-solid-file-word:before, .icon-solid-file:before, .icon-solid-film-alt:before, .icon-solid-film:before, .icon-solid-filter:before, .icon-solid-fire-extinguisher:before, .icon-solid-fire:before, .icon-solid-first-aid:before, .icon-solid-flag-checkered:before, .icon-solid-flag:before, .icon-solid-flask:before, .icon-solid-folder-open:before, .icon-solid-folder:before, .icon-solid-font:before, .icon-solid-football-ball:before, .icon-solid-football-helmet:before, .icon-solid-forklift:before, .icon-solid-forward:before, .icon-solid-frown:before, .icon-solid-futbol:before, .icon-solid-gamepad:before, .icon-solid-gavel:before, .icon-solid-gem:before, .icon-solid-genderless:before, .icon-solid-gift:before, .icon-solid-glass-martini:before, .icon-solid-globe:before, .icon-solid-golf-ball:before, .icon-solid-golf-club:before, .icon-solid-graduation-cap:before, .icon-solid-h-square:before, .icon-solid-h1:before, .icon-solid-h2:before, .icon-solid-h3:before, .icon-solid-hand-holding-box:before, .icon-solid-hand-lizard:before, .icon-solid-hand-paper:before, .icon-solid-hand-peace:before, .icon-solid-hand-point-down:before, .icon-solid-hand-point-left:before, .icon-solid-hand-point-right:before, .icon-solid-hand-point-up:before, .icon-solid-hand-pointer:before, .icon-solid-hand-receiving:before, .icon-solid-hand-rock:before, .icon-solid-hand-scissors:before, .icon-solid-hand-spock:before, .icon-solid-handshake:before, .icon-solid-hashtag:before, .icon-solid-hdd:before, .icon-solid-heading:before, .icon-solid-headphones:before, .icon-solid-heart:before, .icon-solid-heartbeat:before, .icon-solid-hexagon:before, .icon-solid-history:before, .icon-solid-hockey-puck:before, .icon-solid-hockey-sticks:before, .icon-solid-home:before, .icon-solid-hospital-alt:before, .icon-solid-hospital-symbol:before, .icon-solid-hospital:before, .icon-solid-hourglass-end:before, .icon-solid-hourglass-half:before, .icon-solid-hourglass-start:before, .icon-solid-hourglass:before, .icon-solid-i-cursor:before, .icon-solid-id-badge:before, .icon-solid-id-card-alt:before, .icon-solid-id-card:before, .icon-solid-image:before, .icon-solid-images:before, .icon-solid-inbox-in:before, .icon-solid-inbox-out:before, .icon-solid-inbox:before, .icon-solid-indent:before, .icon-solid-industry-alt:before, .icon-solid-industry:before, .icon-solid-info-circle:before, .icon-solid-info-square:before, .icon-solid-info:before, .icon-solid-inventory:before, .icon-solid-italic:before, .icon-solid-jack-o-lantern:before, .icon-solid-key:before, .icon-solid-keyboard:before, .icon-solid-language:before, .icon-solid-laptop:before, .icon-solid-leaf:before, .icon-solid-lemon:before, .icon-solid-level-down-alt:before, .icon-solid-level-down:before, .icon-solid-level-up-alt:before, .icon-solid-level-up:before, .icon-solid-life-ring:before, .icon-solid-lightbulb:before, .icon-solid-link:before, .icon-solid-lira-sign:before, .icon-solid-list-alt:before, .icon-solid-list-ol:before, .icon-solid-list-ul:before, .icon-solid-list:before, .icon-solid-location-arrow:before, .icon-solid-lock-alt:before, .icon-solid-lock-open-alt:before, .icon-solid-lock-open:before, .icon-solid-lock:before, .icon-solid-long-arrow-alt-down:before, .icon-solid-long-arrow-alt-left:before, .icon-solid-long-arrow-alt-right:before, .icon-solid-long-arrow-alt-up:before, .icon-solid-long-arrow-down:before, .icon-solid-long-arrow-left:before, .icon-solid-long-arrow-right:before, .icon-solid-long-arrow-up:before, .icon-solid-low-vision:before, .icon-solid-luchador:before, .icon-solid-magic:before, .icon-solid-magnet:before, .icon-solid-male:before, .icon-solid-map-marker-alt:before, .icon-solid-map-marker:before, .icon-solid-map-pin:before, .icon-solid-map-signs:before, .icon-solid-map:before, .icon-solid-mars-double:before, .icon-solid-mars-stroke-h:before, .icon-solid-mars-stroke-v:before, .icon-solid-mars-stroke:before, .icon-solid-mars:before, .icon-solid-medkit:before, .icon-solid-meh:before, .icon-solid-mercury:before, .icon-solid-microchip:before, .icon-solid-microphone-alt:before, .icon-solid-microphone-slash:before, .icon-solid-microphone:before, .icon-solid-minus-circle:before, .icon-solid-minus-hexagon:before, .icon-solid-minus-octagon:before, .icon-solid-minus-square:before, .icon-solid-minus:before, .icon-solid-mobile-alt:before, .icon-solid-mobile-android-alt:before, .icon-solid-mobile-android:before, .icon-solid-mobile:before, .icon-solid-money-bill-alt:before, .icon-solid-money-bill:before, .icon-solid-moon:before, .icon-solid-motorcycle:before, .icon-solid-mouse-pointer:before, .icon-solid-music:before, .icon-solid-neuter:before, .icon-solid-newspaper:before, .icon-solid-notes-medical:before, .icon-solid-object-group:before, .icon-solid-object-ungroup:before, .icon-solid-octagon:before, .icon-solid-outdent:before, .icon-solid-paint-brush:before, .icon-solid-pallet-alt:before, .icon-solid-pallet:before, .icon-solid-paper-plane:before, .icon-solid-paperclip:before, .icon-solid-paragraph:before, .icon-solid-paste:before, .icon-solid-pause-circle:before, .icon-solid-pause:before, .icon-solid-paw:before, .icon-solid-pen-alt:before, .icon-solid-pen-square:before, .icon-solid-pen:before, .icon-solid-pencil-alt:before, .icon-solid-pencil:before, .icon-solid-pennant:before, .icon-solid-percent:before, .icon-solid-phone-slash:before, .icon-solid-phone-square:before, .icon-solid-phone-volume:before, .icon-solid-phone:before, .icon-solid-pills:before, .icon-solid-plane-alt:before, .icon-solid-plane:before, .icon-solid-play-circle:before, .icon-solid-play:before, .icon-solid-plug:before, .icon-solid-plus-circle:before, .icon-solid-plus-hexagon:before, .icon-solid-plus-octagon:before, .icon-solid-plus-square:before, .icon-solid-plus:before, .icon-solid-podcast:before, .icon-solid-poo:before, .icon-solid-portrait:before, .icon-solid-pound-sign:before, .icon-solid-power-off:before, .icon-solid-prescription-bottle-alt:before, .icon-solid-prescription-bottle:before, .icon-solid-print:before, .icon-solid-procedures:before, .icon-solid-puzzle-piece:before, .icon-solid-qrcode:before, .icon-solid-question-circle:before, .icon-solid-question-square:before, .icon-solid-question:before, .icon-solid-quidditch:before, .icon-solid-quote-left:before, .icon-solid-quote-right:before, .icon-solid-racquet:before, .icon-solid-random:before, .icon-solid-rectangle-landscape:before, .icon-solid-rectangle-portrait:before, .icon-solid-rectangle-wide:before, .icon-solid-recycle:before, .icon-solid-redo-alt:before, .icon-solid-redo:before, .icon-solid-registered:before, .icon-solid-repeat-1-alt:before, .icon-solid-repeat-1:before, .icon-solid-repeat-alt:before, .icon-solid-repeat:before, .icon-solid-reply-all:before, .icon-solid-reply:before, .icon-solid-retweet-alt:before, .icon-solid-retweet:before, .icon-solid-road:before, .icon-solid-rocket:before, .icon-solid-rss-square:before, .icon-solid-rss:before, .icon-solid-ruble-sign:before, .icon-solid-rupee-sign:before, .icon-solid-save:before, .icon-solid-scanner-keyboard:before, .icon-solid-scanner-touchscreen:before, .icon-solid-scanner:before, .icon-solid-scrubber:before, .icon-solid-search-minus:before, .icon-solid-search-plus:before, .icon-solid-search:before, .icon-solid-server:before, .icon-solid-share-all:before, .icon-solid-share-alt-square:before, .icon-solid-share-alt:before, .icon-solid-share-square:before, .icon-solid-share:before, .icon-solid-shekel-sign:before, .icon-solid-shield-alt:before, .icon-solid-shield-check:before, .icon-solid-shield:before, .icon-solid-ship:before, .icon-solid-shipping-fast:before, .icon-solid-shipping-timed:before, .icon-solid-shopping-bag:before, .icon-solid-shopping-basket:before, .icon-solid-shopping-cart:before, .icon-solid-shower:before, .icon-solid-shuttlecock:before, .icon-solid-sign-in-alt:before, .icon-solid-sign-in:before, .icon-solid-sign-language:before, .icon-solid-sign-out-alt:before, .icon-solid-sign-out:before, .icon-solid-signal:before, .icon-solid-sitemap:before, .icon-solid-sliders-h-square:before, .icon-solid-sliders-h:before, .icon-solid-sliders-v-square:before, .icon-solid-sliders-v:before, .icon-solid-smile:before, .icon-solid-smoking:before, .icon-solid-snowflake:before, .icon-solid-sort-alpha-down:before, .icon-solid-sort-alpha-up:before, .icon-solid-sort-amount-down:before, .icon-solid-sort-amount-up:before, .icon-solid-sort-down:before, .icon-solid-sort-numeric-down:before, .icon-solid-sort-numeric-up:before, .icon-solid-sort-up:before, .icon-solid-sort:before, .icon-solid-space-shuttle:before, .icon-solid-spade:before, .icon-solid-spinner-third:before, .icon-solid-spinner:before, .icon-solid-square-full:before, .icon-solid-square:before, .icon-solid-star-exclamation:before, .icon-solid-star-half:before, .icon-solid-star:before, .icon-solid-step-backward:before, .icon-solid-step-forward:before, .icon-solid-stethoscope:before, .icon-solid-sticky-note:before, .icon-solid-stop-circle:before, .icon-solid-stop:before, .icon-solid-stopwatch:before, .icon-solid-street-view:before, .icon-solid-strikethrough:before, .icon-solid-subscript:before, .icon-solid-subway:before, .icon-solid-suitcase:before, .icon-solid-sun:before, .icon-solid-superscript:before, .icon-solid-sync-alt:before, .icon-solid-sync:before, .icon-solid-syringe:before, .icon-solid-table-tennis:before, .icon-solid-table:before, .icon-solid-tablet-alt:before, .icon-solid-tablet-android-alt:before, .icon-solid-tablet-android:before, .icon-solid-tablet-rugged:before, .icon-solid-tablet:before, .icon-solid-tablets:before, .icon-solid-tachometer-alt:before, .icon-solid-tachometer:before, .icon-solid-tag:before, .icon-solid-tags:before, .icon-solid-tasks:before, .icon-solid-taxi:before, .icon-solid-tennis-ball:before, .icon-solid-terminal:before, .icon-solid-text-height:before, .icon-solid-text-width:before, .icon-solid-th-large:before, .icon-solid-th-list:before, .icon-solid-th:before, .icon-solid-thermometer-empty:before, .icon-solid-thermometer-full:before, .icon-solid-thermometer-half:before, .icon-solid-thermometer-quarter:before, .icon-solid-thermometer-three-quarters:before, .icon-solid-thermometer:before, .icon-solid-thumbs-down:before, .icon-solid-thumbs-up:before, .icon-solid-thumbtack:before, .icon-solid-ticket-alt:before, .icon-solid-ticket:before, .icon-solid-times-circle:before, .icon-solid-times-hexagon:before, .icon-solid-times-octagon:before, .icon-solid-times-square:before, .icon-solid-times:before, .icon-solid-tint:before, .icon-solid-toggle-off:before, .icon-solid-toggle-on:before, .icon-solid-trademark:before, .icon-solid-train:before, .icon-solid-transgender-alt:before, .icon-solid-transgender:before, .icon-solid-trash-alt:before, .icon-solid-trash:before, .icon-solid-tree-alt:before, .icon-solid-tree:before, .icon-solid-triangle:before, .icon-solid-trophy-alt:before, .icon-solid-trophy:before, .icon-solid-truck:before, .icon-solid-tty:before, .icon-solid-tv-retro:before, .icon-solid-tv:before, .icon-solid-umbrella:before, .icon-solid-underline:before, .icon-solid-undo-alt:before, .icon-solid-undo:before, .icon-solid-universal-access:before, .icon-solid-university:before, .icon-solid-unlink:before, .icon-solid-unlock-alt:before, .icon-solid-unlock:before, .icon-solid-upload:before, .icon-solid-usd-circle:before, .icon-solid-usd-square:before, .icon-solid-user-alt:before, .icon-solid-user-circle:before, .icon-solid-user-md:before, .icon-solid-user-plus:before, .icon-solid-user-secret:before, .icon-solid-user-times:before, .icon-solid-user:before, .icon-solid-users:before, .icon-solid-utensil-fork:before, .icon-solid-utensil-knife:before, .icon-solid-utensil-spoon:before, .icon-solid-utensils-alt:before, .icon-solid-utensils:before, .icon-solid-venus-double:before, .icon-solid-venus-mars:before, .icon-solid-venus:before, .icon-solid-vial:before, .icon-solid-vials:before, .icon-solid-video:before, .icon-solid-volleyball-ball:before, .icon-solid-volume-down:before, .icon-solid-volume-mute:before, .icon-solid-volume-off:before, .icon-solid-volume-up:before, .icon-solid-warehouse-alt:before, .icon-solid-warehouse:before, .icon-solid-watch:before, .icon-solid-weight:before, .icon-solid-wheelchair:before, .icon-solid-whistle:before, .icon-solid-wifi:before, .icon-solid-window-alt:before, .icon-solid-window-close:before, .icon-solid-window-maximize:before, .icon-solid-window-minimize:before, .icon-solid-window-restore:before, .icon-solid-window:before, .icon-solid-won-sign:before, .icon-solid-wrench:before, .icon-solid-x-ray:before, .icon-solid-yen-sign:before { font-family: 'Font Awesome 5 Pro'; speak: none; font-style: normal; font-weight: 900; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.font-fontawesomeregular-base, .icon-regular-address-book:before, .icon-regular-address-card:before, .icon-regular-adjust:before, .icon-regular-alarm-clock:before, .icon-regular-align-center:before, .icon-regular-align-justify:before, .icon-regular-align-left:before, .icon-regular-align-right:before, .icon-regular-allergies:before, .icon-regular-ambulance:before, .icon-regular-american-sign-language-interpreting:before, .icon-regular-anchor:before, .icon-regular-angle-double-down:before, .icon-regular-angle-double-left:before, .icon-regular-angle-double-right:before, .icon-regular-angle-double-up:before, .icon-regular-angle-down:before, .icon-regular-angle-left:before, .icon-regular-angle-right:before, .icon-regular-angle-up:before, .icon-regular-archive:before, .icon-regular-arrow-alt-circle-down:before, .icon-regular-arrow-alt-circle-left:before, .icon-regular-arrow-alt-circle-right:before, .icon-regular-arrow-alt-circle-up:before, .icon-regular-arrow-alt-down:before, .icon-regular-arrow-alt-from-bottom:before, .icon-regular-arrow-alt-from-left:before, .icon-regular-arrow-alt-from-right:before, .icon-regular-arrow-alt-from-top:before, .icon-regular-arrow-alt-left:before, .icon-regular-arrow-alt-right:before, .icon-regular-arrow-alt-square-down:before, .icon-regular-arrow-alt-square-left:before, .icon-regular-arrow-alt-square-right:before, .icon-regular-arrow-alt-square-up:before, .icon-regular-arrow-alt-to-bottom:before, .icon-regular-arrow-alt-to-left:before, .icon-regular-arrow-alt-to-right:before, .icon-regular-arrow-alt-to-top:before, .icon-regular-arrow-alt-up:before, .icon-regular-arrow-circle-down:before, .icon-regular-arrow-circle-left:before, .icon-regular-arrow-circle-right:before, .icon-regular-arrow-circle-up:before, .icon-regular-arrow-down:before, .icon-regular-arrow-from-bottom:before, .icon-regular-arrow-from-left:before, .icon-regular-arrow-from-right:before, .icon-regular-arrow-from-top:before, .icon-regular-arrow-left:before, .icon-regular-arrow-right:before, .icon-regular-arrow-square-down:before, .icon-regular-arrow-square-left:before, .icon-regular-arrow-square-right:before, .icon-regular-arrow-square-up:before, .icon-regular-arrow-to-bottom:before, .icon-regular-arrow-to-left:before, .icon-regular-arrow-to-right:before, .icon-regular-arrow-to-top:before, .icon-regular-arrow-up:before, .icon-regular-arrows-alt-h:before, .icon-regular-arrows-alt-v:before, .icon-regular-arrows-alt:before, .icon-regular-arrows-h:before, .icon-regular-arrows-v:before, .icon-regular-arrows:before, .icon-regular-assistive-listening-systems:before, .icon-regular-asterisk:before, .icon-regular-at:before, .icon-regular-audio-description:before, .icon-regular-backward:before, .icon-regular-badge-check:before, .icon-regular-badge:before, .icon-regular-balance-scale:before, .icon-regular-ban:before, .icon-regular-band-aid:before, .icon-regular-barcode-alt:before, .icon-regular-barcode-read:before, .icon-regular-barcode-scan:before, .icon-regular-barcode:before, .icon-regular-bars:before, .icon-regular-baseball-ball:before, .icon-regular-baseball:before, .icon-regular-basketball-ball:before, .icon-regular-basketball-hoop:before, .icon-regular-bath:before, .icon-regular-battery-bolt:before, .icon-regular-battery-empty:before, .icon-regular-battery-full:before, .icon-regular-battery-half:before, .icon-regular-battery-quarter:before, .icon-regular-battery-slash:before, .icon-regular-battery-three-quarters:before, .icon-regular-bed:before, .icon-regular-beer:before, .icon-regular-bell-slash:before, .icon-regular-bell:before, .icon-regular-bicycle:before, .icon-regular-binoculars:before, .icon-regular-birthday-cake:before, .icon-regular-blind:before, .icon-regular-bold:before, .icon-regular-bolt:before, .icon-regular-bomb:before, .icon-regular-book:before, .icon-regular-bookmark:before, .icon-regular-bowling-ball:before, .icon-regular-bowling-pins:before, .icon-regular-box-check:before, .icon-regular-box:before, .icon-regular-boxes:before, .icon-regular-boxing-glove:before, .icon-regular-braille:before, .icon-regular-briefcase-medical:before, .icon-regular-briefcase:before, .icon-regular-browser:before, .icon-regular-bug:before, .icon-regular-building:before, .icon-regular-bullhorn:before, .icon-regular-bullseye:before, .icon-regular-burn:before, .icon-regular-bus:before, .icon-regular-calculator:before, .icon-regular-calendar-alt:before, .icon-regular-calendar-check:before, .icon-regular-calendar-edit:before, .icon-regular-calendar-exclamation:before, .icon-regular-calendar-minus:before, .icon-regular-calendar-plus:before, .icon-regular-calendar-times:before, .icon-regular-calendar:before, .icon-regular-camera-alt:before, .icon-regular-camera-retro:before, .icon-regular-camera:before, .icon-regular-capsules:before, .icon-regular-car:before, .icon-regular-caret-circle-down:before, .icon-regular-caret-circle-left:before, .icon-regular-caret-circle-right:before, .icon-regular-caret-circle-up:before, .icon-regular-caret-down:before, .icon-regular-caret-left:before, .icon-regular-caret-right:before, .icon-regular-caret-square-down:before, .icon-regular-caret-square-left:before, .icon-regular-caret-square-right:before, .icon-regular-caret-square-up:before, .icon-regular-caret-up:before, .icon-regular-cart-arrow-down:before, .icon-regular-cart-plus:before, .icon-regular-certificate:before, .icon-regular-chart-area:before, .icon-regular-chart-bar:before, .icon-regular-chart-line:before, .icon-regular-chart-pie:before, .icon-regular-check-circle:before, .icon-regular-check-square:before, .icon-regular-check:before, .icon-regular-chess-bishop-alt:before, .icon-regular-chess-bishop:before, .icon-regular-chess-board:before, .icon-regular-chess-clock-alt:before, .icon-regular-chess-clock:before, .icon-regular-chess-king-alt:before, .icon-regular-chess-king:before, .icon-regular-chess-knight-alt:before, .icon-regular-chess-knight:before, .icon-regular-chess-pawn-alt:before, .icon-regular-chess-pawn:before, .icon-regular-chess-queen-alt:before, .icon-regular-chess-queen:before, .icon-regular-chess-rook-alt:before, .icon-regular-chess-rook:before, .icon-regular-chess:before, .icon-regular-chevron-circle-down:before, .icon-regular-chevron-circle-left:before, .icon-regular-chevron-circle-right:before, .icon-regular-chevron-circle-up:before, .icon-regular-chevron-double-down:before, .icon-regular-chevron-double-left:before, .icon-regular-chevron-double-right:before, .icon-regular-chevron-double-up:before, .icon-regular-chevron-down:before, .icon-regular-chevron-left:before, .icon-regular-chevron-right:before, .icon-regular-chevron-square-down:before, .icon-regular-chevron-square-left:before, .icon-regular-chevron-square-right:before, .icon-regular-chevron-square-up:before, .icon-regular-chevron-up:before, .icon-regular-child:before, .icon-regular-circle-notch:before, .icon-regular-circle:before, .icon-regular-clipboard-check:before, .icon-regular-clipboard-list:before, .icon-regular-clipboard:before, .icon-regular-clock:before, .icon-regular-clone:before, .icon-regular-closed-captioning:before, .icon-regular-cloud-download-alt:before, .icon-regular-cloud-download:before, .icon-regular-cloud-upload-alt:before, .icon-regular-cloud-upload:before, .icon-regular-cloud:before, .icon-regular-club:before, .icon-regular-code-branch:before, .icon-regular-code-commit:before, .icon-regular-code-merge:before, .icon-regular-code:before, .icon-regular-coffee:before, .icon-regular-cog:before, .icon-regular-cogs:before, .icon-regular-columns:before, .icon-regular-comment-alt:before, .icon-regular-comment:before, .icon-regular-comments:before, .icon-regular-compass:before, .icon-regular-compress-alt:before, .icon-regular-compress-wide:before, .icon-regular-compress:before, .icon-regular-conveyor-belt-alt:before, .icon-regular-conveyor-belt:before, .icon-regular-copy:before, .icon-regular-copyright:before, .icon-regular-credit-card-blank:before, .icon-regular-credit-card-front:before, .icon-regular-credit-card:before, .icon-regular-cricket:before, .icon-regular-crop:before, .icon-regular-crosshairs:before, .icon-regular-cube:before, .icon-regular-cubes:before, .icon-regular-curling:before, .icon-regular-cut:before, .icon-regular-database:before, .icon-regular-deaf:before, .icon-regular-desktop-alt:before, .icon-regular-desktop:before, .icon-regular-diagnoses:before, .icon-regular-diamond:before, .icon-regular-dna:before, .icon-regular-dollar-sign:before, .icon-regular-dolly-empty:before, .icon-regular-dolly-flatbed-alt:before, .icon-regular-dolly-flatbed-empty:before, .icon-regular-dolly-flatbed:before, .icon-regular-dolly:before, .icon-regular-dot-circle:before, .icon-regular-download:before, .icon-regular-dumbbell:before, .icon-regular-edit:before, .icon-regular-eject:before, .icon-regular-ellipsis-h-alt:before, .icon-regular-ellipsis-h:before, .icon-regular-ellipsis-v-alt:before, .icon-regular-ellipsis-v:before, .icon-regular-envelope-open:before, .icon-regular-envelope-square:before, .icon-regular-envelope:before, .icon-regular-eraser:before, .icon-regular-euro-sign:before, .icon-regular-exchange-alt:before, .icon-regular-exchange:before, .icon-regular-exclamation-circle:before, .icon-regular-exclamation-square:before, .icon-regular-exclamation-triangle:before, .icon-regular-exclamation:before, .icon-regular-expand-alt:before, .icon-regular-expand-arrows-alt:before, .icon-regular-expand-arrows:before, .icon-regular-expand-wide:before, .icon-regular-expand:before, .icon-regular-external-link-alt:before, .icon-regular-external-link-square-alt:before, .icon-regular-external-link-square:before, .icon-regular-external-link:before, .icon-regular-eye-dropper:before, .icon-regular-eye-slash:before, .icon-regular-eye:before, .icon-regular-fast-backward:before, .icon-regular-fast-forward:before, .icon-regular-fax:before, .icon-regular-female:before, .icon-regular-field-hockey:before, .icon-regular-fighter-jet:before, .icon-regular-file-alt:before, .icon-regular-file-archive:before, .icon-regular-file-audio:before, .icon-regular-file-check:before, .icon-regular-file-code:before, .icon-regular-file-edit:before, .icon-regular-file-excel:before, .icon-regular-file-exclamation:before, .icon-regular-file-image:before, .icon-regular-file-medical-alt:before, .icon-regular-file-medical:before, .icon-regular-file-minus:before, .icon-regular-file-pdf:before, .icon-regular-file-plus:before, .icon-regular-file-powerpoint:before, .icon-regular-file-times:before, .icon-regular-file-video:before, .icon-regular-file-word:before, .icon-regular-file:before, .icon-regular-film-alt:before, .icon-regular-film:before, .icon-regular-filter:before, .icon-regular-fire-extinguisher:before, .icon-regular-fire:before, .icon-regular-first-aid:before, .icon-regular-flag-checkered:before, .icon-regular-flag:before, .icon-regular-flask:before, .icon-regular-folder-open:before, .icon-regular-folder:before, .icon-regular-font:before, .icon-regular-football-ball:before, .icon-regular-football-helmet:before, .icon-regular-forklift:before, .icon-regular-forward:before, .icon-regular-frown:before, .icon-regular-futbol:before, .icon-regular-gamepad:before, .icon-regular-gavel:before, .icon-regular-gem:before, .icon-regular-genderless:before, .icon-regular-gift:before, .icon-regular-glass-martini:before, .icon-regular-globe:before, .icon-regular-golf-ball:before, .icon-regular-golf-club:before, .icon-regular-graduation-cap:before, .icon-regular-h-square:before, .icon-regular-h1:before, .icon-regular-h2:before, .icon-regular-h3:before, .icon-regular-hand-holding-box:before, .icon-regular-hand-lizard:before, .icon-regular-hand-paper:before, .icon-regular-hand-peace:before, .icon-regular-hand-point-down:before, .icon-regular-hand-point-left:before, .icon-regular-hand-point-right:before, .icon-regular-hand-point-up:before, .icon-regular-hand-pointer:before, .icon-regular-hand-receiving:before, .icon-regular-hand-rock:before, .icon-regular-hand-scissors:before, .icon-regular-hand-spock:before, .icon-regular-handshake:before, .icon-regular-hashtag:before, .icon-regular-hdd:before, .icon-regular-heading:before, .icon-regular-headphones:before, .icon-regular-heart:before, .icon-regular-heartbeat:before, .icon-regular-hexagon:before, .icon-regular-history:before, .icon-regular-hockey-puck:before, .icon-regular-hockey-sticks:before, .icon-regular-home:before, .icon-regular-hospital-alt:before, .icon-regular-hospital-symbol:before, .icon-regular-hospital:before, .icon-regular-hourglass-end:before, .icon-regular-hourglass-half:before, .icon-regular-hourglass-start:before, .icon-regular-hourglass:before, .icon-regular-i-cursor:before, .icon-regular-id-badge:before, .icon-regular-id-card-alt:before, .icon-regular-id-card:before, .icon-regular-image:before, .icon-regular-images:before, .icon-regular-inbox-in:before, .icon-regular-inbox-out:before, .icon-regular-inbox:before, .icon-regular-indent:before, .icon-regular-industry-alt:before, .icon-regular-industry:before, .icon-regular-info-circle:before, .icon-regular-info-square:before, .icon-regular-info:before, .icon-regular-inventory:before, .icon-regular-italic:before, .icon-regular-jack-o-lantern:before, .icon-regular-key:before, .icon-regular-keyboard:before, .icon-regular-language:before, .icon-regular-laptop:before, .icon-regular-leaf:before, .icon-regular-lemon:before, .icon-regular-level-down-alt:before, .icon-regular-level-down:before, .icon-regular-level-up-alt:before, .icon-regular-level-up:before, .icon-regular-life-ring:before, .icon-regular-lightbulb:before, .icon-regular-link:before, .icon-regular-lira-sign:before, .icon-regular-list-alt:before, .icon-regular-list-ol:before, .icon-regular-list-ul:before, .icon-regular-list:before, .icon-regular-location-arrow:before, .icon-regular-lock-alt:before, .icon-regular-lock-open-alt:before, .icon-regular-lock-open:before, .icon-regular-lock:before, .icon-regular-long-arrow-alt-down:before, .icon-regular-long-arrow-alt-left:before, .icon-regular-long-arrow-alt-right:before, .icon-regular-long-arrow-alt-up:before, .icon-regular-long-arrow-down:before, .icon-regular-long-arrow-left:before, .icon-regular-long-arrow-right:before, .icon-regular-long-arrow-up:before, .icon-regular-low-vision:before, .icon-regular-luchador:before, .icon-regular-magic:before, .icon-regular-magnet:before, .icon-regular-male:before, .icon-regular-map-marker-alt:before, .icon-regular-map-marker:before, .icon-regular-map-pin:before, .icon-regular-map-signs:before, .icon-regular-map:before, .icon-regular-mars-double:before, .icon-regular-mars-stroke-h:before, .icon-regular-mars-stroke-v:before, .icon-regular-mars-stroke:before, .icon-regular-mars:before, .icon-regular-medkit:before, .icon-regular-meh:before, .icon-regular-mercury:before, .icon-regular-microchip:before, .icon-regular-microphone-alt:before, .icon-regular-microphone-slash:before, .icon-regular-microphone:before, .icon-regular-minus-circle:before, .icon-regular-minus-hexagon:before, .icon-regular-minus-octagon:before, .icon-regular-minus-square:before, .icon-regular-minus:before, .icon-regular-mobile-alt:before, .icon-regular-mobile-android-alt:before, .icon-regular-mobile-android:before, .icon-regular-mobile:before, .icon-regular-money-bill-alt:before, .icon-regular-money-bill:before, .icon-regular-moon:before, .icon-regular-motorcycle:before, .icon-regular-mouse-pointer:before, .icon-regular-music:before, .icon-regular-neuter:before, .icon-regular-newspaper:before, .icon-regular-notes-medical:before, .icon-regular-object-group:before, .icon-regular-object-ungroup:before, .icon-regular-octagon:before, .icon-regular-outdent:before, .icon-regular-paint-brush:before, .icon-regular-pallet-alt:before, .icon-regular-pallet:before, .icon-regular-paper-plane:before, .icon-regular-paperclip:before, .icon-regular-paragraph:before, .icon-regular-paste:before, .icon-regular-pause-circle:before, .icon-regular-pause:before, .icon-regular-paw:before, .icon-regular-pen-alt:before, .icon-regular-pen-square:before, .icon-regular-pen:before, .icon-regular-pencil-alt:before, .icon-regular-pencil:before, .icon-regular-pennant:before, .icon-regular-percent:before, .icon-regular-phone-slash:before, .icon-regular-phone-square:before, .icon-regular-phone-volume:before, .icon-regular-phone:before, .icon-regular-pills:before, .icon-regular-plane-alt:before, .icon-regular-plane:before, .icon-regular-play-circle:before, .icon-regular-play:before, .icon-regular-plug:before, .icon-regular-plus-circle:before, .icon-regular-plus-hexagon:before, .icon-regular-plus-octagon:before, .icon-regular-plus-square:before, .icon-regular-plus:before, .icon-regular-podcast:before, .icon-regular-poo:before, .icon-regular-portrait:before, .icon-regular-pound-sign:before, .icon-regular-power-off:before, .icon-regular-prescription-bottle-alt:before, .icon-regular-prescription-bottle:before, .icon-regular-print:before, .icon-regular-procedures:before, .icon-regular-puzzle-piece:before, .icon-regular-qrcode:before, .icon-regular-question-circle:before, .icon-regular-question-square:before, .icon-regular-question:before, .icon-regular-quidditch:before, .icon-regular-quote-left:before, .icon-regular-quote-right:before, .icon-regular-racquet:before, .icon-regular-random:before, .icon-regular-rectangle-landscape:before, .icon-regular-rectangle-portrait:before, .icon-regular-rectangle-wide:before, .icon-regular-recycle:before, .icon-regular-redo-alt:before, .icon-regular-redo:before, .icon-regular-registered:before, .icon-regular-repeat-1-alt:before, .icon-regular-repeat-1:before, .icon-regular-repeat-alt:before, .icon-regular-repeat:before, .icon-regular-reply-all:before, .icon-regular-reply:before, .icon-regular-retweet-alt:before, .icon-regular-retweet:before, .icon-regular-road:before, .icon-regular-rocket:before, .icon-regular-rss-square:before, .icon-regular-rss:before, .icon-regular-ruble-sign:before, .icon-regular-rupee-sign:before, .icon-regular-save:before, .icon-regular-scanner-keyboard:before, .icon-regular-scanner-touchscreen:before, .icon-regular-scanner:before, .icon-regular-scrubber:before, .icon-regular-search-minus:before, .icon-regular-search-plus:before, .icon-regular-search:before, .icon-regular-server:before, .icon-regular-share-all:before, .icon-regular-share-alt-square:before, .icon-regular-share-alt:before, .icon-regular-share-square:before, .icon-regular-share:before, .icon-regular-shekel-sign:before, .icon-regular-shield-alt:before, .icon-regular-shield-check:before, .icon-regular-shield:before, .icon-regular-ship:before, .icon-regular-shipping-fast:before, .icon-regular-shipping-timed:before, .icon-regular-shopping-bag:before, .icon-regular-shopping-basket:before, .icon-regular-shopping-cart:before, .icon-regular-shower:before, .icon-regular-shuttlecock:before, .icon-regular-sign-in-alt:before, .icon-regular-sign-in:before, .icon-regular-sign-language:before, .icon-regular-sign-out-alt:before, .icon-regular-sign-out:before, .icon-regular-signal:before, .icon-regular-sitemap:before, .icon-regular-sliders-h-square:before, .icon-regular-sliders-h:before, .icon-regular-sliders-v-square:before, .icon-regular-sliders-v:before, .icon-regular-smile:before, .icon-regular-smoking:before, .icon-regular-snowflake:before, .icon-regular-sort-alpha-down:before, .icon-regular-sort-alpha-up:before, .icon-regular-sort-amount-down:before, .icon-regular-sort-amount-up:before, .icon-regular-sort-down:before, .icon-regular-sort-numeric-down:before, .icon-regular-sort-numeric-up:before, .icon-regular-sort-up:before, .icon-regular-sort:before, .icon-regular-space-shuttle:before, .icon-regular-spade:before, .icon-regular-spinner-third:before, .icon-regular-spinner:before, .icon-regular-square-full:before, .icon-regular-square:before, .icon-regular-star-exclamation:before, .icon-regular-star-half:before, .icon-regular-star:before, .icon-regular-step-backward:before, .icon-regular-step-forward:before, .icon-regular-stethoscope:before, .icon-regular-sticky-note:before, .icon-regular-stop-circle:before, .icon-regular-stop:before, .icon-regular-stopwatch:before, .icon-regular-street-view:before, .icon-regular-strikethrough:before, .icon-regular-subscript:before, .icon-regular-subway:before, .icon-regular-suitcase:before, .icon-regular-sun:before, .icon-regular-superscript:before, .icon-regular-sync-alt:before, .icon-regular-sync:before, .icon-regular-syringe:before, .icon-regular-table-tennis:before, .icon-regular-table:before, .icon-regular-tablet-alt:before, .icon-regular-tablet-android-alt:before, .icon-regular-tablet-android:before, .icon-regular-tablet-rugged:before, .icon-regular-tablet:before, .icon-regular-tablets:before, .icon-regular-tachometer-alt:before, .icon-regular-tachometer:before, .icon-regular-tag:before, .icon-regular-tags:before, .icon-regular-tasks:before, .icon-regular-taxi:before, .icon-regular-tennis-ball:before, .icon-regular-terminal:before, .icon-regular-text-height:before, .icon-regular-text-width:before, .icon-regular-th-large:before, .icon-regular-th-list:before, .icon-regular-th:before, .icon-regular-thermometer-empty:before, .icon-regular-thermometer-full:before, .icon-regular-thermometer-half:before, .icon-regular-thermometer-quarter:before, .icon-regular-thermometer-three-quarters:before, .icon-regular-thermometer:before, .icon-regular-thumbs-down:before, .icon-regular-thumbs-up:before, .icon-regular-thumbtack:before, .icon-regular-ticket-alt:before, .icon-regular-ticket:before, .icon-regular-times-circle:before, .icon-regular-times-hexagon:before, .icon-regular-times-octagon:before, .icon-regular-times-square:before, .icon-regular-times:before, .icon-regular-tint:before, .icon-regular-toggle-off:before, .icon-regular-toggle-on:before, .icon-regular-trademark:before, .icon-regular-train:before, .icon-regular-transgender-alt:before, .icon-regular-transgender:before, .icon-regular-trash-alt:before, .icon-regular-trash:before, .icon-regular-tree-alt:before, .icon-regular-tree:before, .icon-regular-triangle:before, .icon-regular-trophy-alt:before, .icon-regular-trophy:before, .icon-regular-truck:before, .icon-regular-tty:before, .icon-regular-tv-retro:before, .icon-regular-tv:before, .icon-regular-umbrella:before, .icon-regular-underline:before, .icon-regular-undo-alt:before, .icon-regular-undo:before, .icon-regular-universal-access:before, .icon-regular-university:before, .icon-regular-unlink:before, .icon-regular-unlock-alt:before, .icon-regular-unlock:before, .icon-regular-upload:before, .icon-regular-usd-circle:before, .icon-regular-usd-square:before, .icon-regular-user-alt:before, .icon-regular-user-circle:before, .icon-regular-user-md:before, .icon-regular-user-plus:before, .icon-regular-user-secret:before, .icon-regular-user-times:before, .icon-regular-user:before, .icon-regular-users:before, .icon-regular-utensil-fork:before, .icon-regular-utensil-knife:before, .icon-regular-utensil-spoon:before, .icon-regular-utensils-alt:before, .icon-regular-utensils:before, .icon-regular-venus-double:before, .icon-regular-venus-mars:before, .icon-regular-venus:before, .icon-regular-vial:before, .icon-regular-vials:before, .icon-regular-video:before, .icon-regular-volleyball-ball:before, .icon-regular-volume-down:before, .icon-regular-volume-mute:before, .icon-regular-volume-off:before, .icon-regular-volume-up:before, .icon-regular-warehouse-alt:before, .icon-regular-warehouse:before, .icon-regular-watch:before, .icon-regular-weight:before, .icon-regular-wheelchair:before, .icon-regular-whistle:before, .icon-regular-wifi:before, .icon-regular-window-alt:before, .icon-regular-window-close:before, .icon-regular-window-maximize:before, .icon-regular-window-minimize:before, .icon-regular-window-restore:before, .icon-regular-window:before, .icon-regular-won-sign:before, .icon-regular-wrench:before, .icon-regular-x-ray:before, .icon-regular-yen-sign:before { font-family: 'Font Awesome 5 Pro'; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.font-fontawesomebrands-base, .icon-brands-android:before, .icon-brands-app-store:before, .icon-brands-bitcoin:before, .icon-brands-btc:before, .icon-brands-facebook-square:before, .icon-brands-instagram:before, .icon-brands-line:before, .icon-brands-linkedin-in:before, .icon-brands-linkedin:before, .icon-brands-pinterest:before, .icon-brands-slideshare:before, .icon-brands-snapchat-ghost:before, .icon-brands-soundcloud:before, .icon-brands-trello:before, .icon-brands-twitter:before, .icon-brands-vimeo:before, .icon-brands-weibo:before, .icon-brands-weixin:before, .icon-brands-whatsapp:before, .icon-brands-wikipedia-w:before, .icon-brands-youtube:before { font-family: 'Font Awesome 5 Brands'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* List of all icons and codes */
/* List of all icons and codes */
/* Function for finding the code with the icon */
/* Mixin for adding a icon on a element */
/* Create classes for every icon in the list */
.icon-solid-address-book:before { content: "\f2b9"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-address-card:before { content: "\f2bb"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-adjust:before { content: "\f042"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-alarm-clock:before { content: "\f34e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-align-center:before { content: "\f037"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-align-justify:before { content: "\f039"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-align-left:before { content: "\f036"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-align-right:before { content: "\f038"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-allergies:before { content: "\f461"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-ambulance:before { content: "\f0f9"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-american-sign-language-interpreting:before { content: "\f2a3"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-anchor:before { content: "\f13d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-angle-double-down:before { content: "\f103"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-angle-double-left:before { content: "\f100"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-angle-double-right:before { content: "\f101"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-angle-double-up:before { content: "\f102"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-angle-down:before { content: "\f107"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-angle-left:before { content: "\f104"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-angle-right:before { content: "\f105"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-angle-up:before { content: "\f106"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-archive:before { content: "\f187"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-alt-circle-down:before { content: "\f358"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-alt-circle-left:before { content: "\f359"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-alt-circle-right:before { content: "\f35a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-alt-circle-up:before { content: "\f35b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-alt-down:before { content: "\f354"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-alt-from-bottom:before { content: "\f346"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-alt-from-left:before { content: "\f347"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-alt-from-right:before { content: "\f348"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-alt-from-top:before { content: "\f349"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-alt-left:before { content: "\f355"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-alt-right:before { content: "\f356"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-alt-square-down:before { content: "\f350"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-alt-square-left:before { content: "\f351"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-alt-square-right:before { content: "\f352"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-alt-square-up:before { content: "\f353"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-alt-to-bottom:before { content: "\f34a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-alt-to-left:before { content: "\f34b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-alt-to-right:before { content: "\f34c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-alt-to-top:before { content: "\f34d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-alt-up:before { content: "\f357"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-circle-down:before { content: "\f0ab"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-circle-left:before { content: "\f0a8"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-circle-right:before { content: "\f0a9"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-circle-up:before { content: "\f0aa"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-down:before { content: "\f063"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-from-bottom:before { content: "\f342"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-from-left:before { content: "\f343"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-from-right:before { content: "\f344"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-from-top:before { content: "\f345"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-left:before { content: "\f060"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-right:before { content: "\f061"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-square-down:before { content: "\f339"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-square-left:before { content: "\f33a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-square-right:before { content: "\f33b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-square-up:before { content: "\f33c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-to-bottom:before { content: "\f33d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-to-left:before { content: "\f33e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-to-right:before { content: "\f340"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-to-top:before { content: "\f341"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrow-up:before { content: "\f062"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrows-alt-h:before { content: "\f337"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrows-alt-v:before { content: "\f338"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrows-alt:before { content: "\f0b2"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrows-h:before { content: "\f07e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrows-v:before { content: "\f07d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-arrows:before { content: "\f047"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-assistive-listening-systems:before { content: "\f2a2"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-asterisk:before { content: "\f069"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-at:before { content: "\f1fa"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-audio-description:before { content: "\f29e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-backward:before { content: "\f04a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-badge-check:before { content: "\f336"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-badge:before { content: "\f335"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-balance-scale:before { content: "\f24e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-ban:before { content: "\f05e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-band-aid:before { content: "\f462"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-barcode-alt:before { content: "\f463"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-barcode-read:before { content: "\f464"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-barcode-scan:before { content: "\f465"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-barcode:before { content: "\f02a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-bars:before { content: "\f0c9"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-baseball-ball:before { content: "\f433"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-baseball:before { content: "\f432"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-basketball-ball:before { content: "\f434"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-basketball-hoop:before { content: "\f435"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-bath:before { content: "\f2cd"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-battery-bolt:before { content: "\f376"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-battery-empty:before { content: "\f244"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-battery-full:before { content: "\f240"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-battery-half:before { content: "\f242"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-battery-quarter:before { content: "\f243"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-battery-slash:before { content: "\f377"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-battery-three-quarters:before { content: "\f241"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-bed:before { content: "\f236"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-beer:before { content: "\f0fc"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-bell-slash:before { content: "\f1f6"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-bell:before { content: "\f0f3"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-bicycle:before { content: "\f206"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-binoculars:before { content: "\f1e5"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-birthday-cake:before { content: "\f1fd"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-blind:before { content: "\f29d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-bold:before { content: "\f032"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-bolt:before { content: "\f0e7"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-bomb:before { content: "\f1e2"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-book:before { content: "\f02d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-bookmark:before { content: "\f02e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-bowling-ball:before { content: "\f436"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-bowling-pins:before { content: "\f437"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-box-check:before { content: "\f467"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-box:before { content: "\f466"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-boxes:before { content: "\f468"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-boxing-glove:before { content: "\f438"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-braille:before { content: "\f2a1"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-briefcase-medical:before { content: "\f469"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-briefcase:before { content: "\f0b1"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-browser:before { content: "\f37e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-bug:before { content: "\f188"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-building:before { content: "\f1ad"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-bullhorn:before { content: "\f0a1"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-bullseye:before { content: "\f140"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-burn:before { content: "\f46a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-bus:before { content: "\f207"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-calculator:before { content: "\f1ec"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-calendar-alt:before { content: "\f073"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-calendar-check:before { content: "\f274"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-calendar-edit:before { content: "\f333"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-calendar-exclamation:before { content: "\f334"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-calendar-minus:before { content: "\f272"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-calendar-plus:before { content: "\f271"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-calendar-times:before { content: "\f273"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-calendar:before { content: "\f133"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-camera-alt:before { content: "\f332"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-camera-retro:before { content: "\f083"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-camera:before { content: "\f030"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-capsules:before { content: "\f46b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-car:before { content: "\f1b9"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-caret-circle-down:before { content: "\f32d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-caret-circle-left:before { content: "\f32e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-caret-circle-right:before { content: "\f330"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-caret-circle-up:before { content: "\f331"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-caret-down:before { content: "\f0d7"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-caret-left:before { content: "\f0d9"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-caret-right:before { content: "\f0da"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-caret-square-down:before { content: "\f150"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-caret-square-left:before { content: "\f191"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-caret-square-right:before { content: "\f152"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-caret-square-up:before { content: "\f151"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-caret-up:before { content: "\f0d8"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-cart-arrow-down:before { content: "\f218"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-cart-plus:before { content: "\f217"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-certificate:before { content: "\f0a3"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chart-area:before { content: "\f1fe"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chart-bar:before { content: "\f080"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chart-line:before { content: "\f201"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chart-pie:before { content: "\f200"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-check-circle:before { content: "\f058"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-check-square:before { content: "\f14a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-check:before { content: "\f00c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chess-bishop-alt:before { content: "\f43b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chess-bishop:before { content: "\f43a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chess-board:before { content: "\f43c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chess-clock-alt:before { content: "\f43e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chess-clock:before { content: "\f43d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chess-king-alt:before { content: "\f440"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chess-king:before { content: "\f43f"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chess-knight-alt:before { content: "\f442"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chess-knight:before { content: "\f441"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chess-pawn-alt:before { content: "\f444"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chess-pawn:before { content: "\f443"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chess-queen-alt:before { content: "\f446"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chess-queen:before { content: "\f445"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chess-rook-alt:before { content: "\f448"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chess-rook:before { content: "\f447"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chess:before { content: "\f439"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chevron-circle-down:before { content: "\f13a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chevron-circle-left:before { content: "\f137"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chevron-circle-right:before { content: "\f138"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chevron-circle-up:before { content: "\f139"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chevron-double-down:before { content: "\f322"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chevron-double-left:before { content: "\f323"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chevron-double-right:before { content: "\f324"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chevron-double-up:before { content: "\f325"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chevron-down:before { content: "\f078"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chevron-left:before { content: "\f053"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chevron-right:before { content: "\f054"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chevron-square-down:before { content: "\f329"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chevron-square-left:before { content: "\f32a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chevron-square-right:before { content: "\f32b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chevron-square-up:before { content: "\f32c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-chevron-up:before { content: "\f077"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-child:before { content: "\f1ae"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-circle-notch:before { content: "\f1ce"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-circle:before { content: "\f111"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-clipboard-check:before { content: "\f46c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-clipboard-list:before { content: "\f46d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-clipboard:before { content: "\f328"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-clock:before { content: "\f017"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-clone:before { content: "\f24d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-closed-captioning:before { content: "\f20a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-cloud-download-alt:before { content: "\f381"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-cloud-download:before { content: "\f0ed"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-cloud-upload-alt:before { content: "\f382"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-cloud-upload:before { content: "\f0ee"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-cloud:before { content: "\f0c2"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-club:before { content: "\f327"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-code-branch:before { content: "\f126"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-code-commit:before { content: "\f386"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-code-merge:before { content: "\f387"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-code:before { content: "\f121"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-coffee:before { content: "\f0f4"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-cog:before { content: "\f013"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-cogs:before { content: "\f085"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-columns:before { content: "\f0db"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-comment-alt:before { content: "\f27a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-comment:before { content: "\f075"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-comments:before { content: "\f086"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-compass:before { content: "\f14e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-compress-alt:before { content: "\f422"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-compress-wide:before { content: "\f326"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-compress:before { content: "\f066"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-conveyor-belt-alt:before { content: "\f46f"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-conveyor-belt:before { content: "\f46e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-copy:before { content: "\f0c5"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-copyright:before { content: "\f1f9"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-credit-card-blank:before { content: "\f389"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-credit-card-front:before { content: "\f38a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-credit-card:before { content: "\f09d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-cricket:before { content: "\f449"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-crop:before { content: "\f125"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-crosshairs:before { content: "\f05b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-cube:before { content: "\f1b2"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-cubes:before { content: "\f1b3"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-curling:before { content: "\f44a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-cut:before { content: "\f0c4"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-database:before { content: "\f1c0"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-deaf:before { content: "\f2a4"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-desktop-alt:before { content: "\f390"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-desktop:before { content: "\f108"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-diagnoses:before { content: "\f470"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-diamond:before { content: "\f219"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-dna:before { content: "\f471"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-dollar-sign:before { content: "\f155"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-dolly-empty:before { content: "\f473"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-dolly-flatbed-alt:before { content: "\f475"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-dolly-flatbed-empty:before { content: "\f476"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-dolly-flatbed:before { content: "\f474"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-dolly:before { content: "\f472"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-dot-circle:before { content: "\f192"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-download:before { content: "\f019"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-dumbbell:before { content: "\f44b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-edit:before { content: "\f044"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-eject:before { content: "\f052"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-ellipsis-h-alt:before { content: "\f39b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-ellipsis-h:before { content: "\f141"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-ellipsis-v-alt:before { content: "\f39c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-ellipsis-v:before { content: "\f142"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-envelope-open:before { content: "\f2b6"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-envelope-square:before { content: "\f199"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-envelope:before { content: "\f0e0"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-eraser:before { content: "\f12d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-euro-sign:before { content: "\f153"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-exchange-alt:before { content: "\f362"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-exchange:before { content: "\f0ec"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-exclamation-circle:before { content: "\f06a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-exclamation-square:before { content: "\f321"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-exclamation-triangle:before { content: "\f071"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-exclamation:before { content: "\f12a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-expand-alt:before { content: "\f424"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-expand-arrows-alt:before { content: "\f31e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-expand-arrows:before { content: "\f31d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-expand-wide:before { content: "\f320"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-expand:before { content: "\f065"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-external-link-alt:before { content: "\f35d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-external-link-square-alt:before { content: "\f360"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-external-link-square:before { content: "\f14c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-external-link:before { content: "\f08e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-eye-dropper:before { content: "\f1fb"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-eye-slash:before { content: "\f070"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-eye:before { content: "\f06e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-fast-backward:before { content: "\f049"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-fast-forward:before { content: "\f050"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-fax:before { content: "\f1ac"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-female:before { content: "\f182"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-field-hockey:before { content: "\f44c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-fighter-jet:before { content: "\f0fb"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-file-alt:before { content: "\f15c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-file-archive:before { content: "\f1c6"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-file-audio:before { content: "\f1c7"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-file-check:before { content: "\f316"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-file-code:before { content: "\f1c9"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-file-edit:before { content: "\f31c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-file-excel:before { content: "\f1c3"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-file-exclamation:before { content: "\f31a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-file-image:before { content: "\f1c5"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-file-medical-alt:before { content: "\f478"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-file-medical:before { content: "\f477"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-file-minus:before { content: "\f318"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-file-pdf:before { content: "\f1c1"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-file-plus:before { content: "\f319"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-file-powerpoint:before { content: "\f1c4"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-file-times:before { content: "\f317"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-file-video:before { content: "\f1c8"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-file-word:before { content: "\f1c2"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-file:before { content: "\f15b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-film-alt:before { content: "\f3a0"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-film:before { content: "\f008"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-filter:before { content: "\f0b0"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-fire-extinguisher:before { content: "\f134"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-fire:before { content: "\f06d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-first-aid:before { content: "\f479"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-flag-checkered:before { content: "\f11e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-flag:before { content: "\f024"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-flask:before { content: "\f0c3"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-folder-open:before { content: "\f07c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-folder:before { content: "\f07b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-font:before { content: "\f031"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-football-ball:before { content: "\f44e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-football-helmet:before { content: "\f44f"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-forklift:before { content: "\f47a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-forward:before { content: "\f04e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-frown:before { content: "\f119"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-futbol:before { content: "\f1e3"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-gamepad:before { content: "\f11b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-gavel:before { content: "\f0e3"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-gem:before { content: "\f3a5"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-genderless:before { content: "\f22d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-gift:before { content: "\f06b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-glass-martini:before { content: "\f000"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-globe:before { content: "\f0ac"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-golf-ball:before { content: "\f450"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-golf-club:before { content: "\f451"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-graduation-cap:before { content: "\f19d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-h-square:before { content: "\f0fd"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-h1:before { content: "\f313"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-h2:before { content: "\f314"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-h3:before { content: "\f315"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-hand-holding-box:before { content: "\f47b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-hand-lizard:before { content: "\f258"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-hand-paper:before { content: "\f256"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-hand-peace:before { content: "\f25b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-hand-point-down:before { content: "\f0a7"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-hand-point-left:before { content: "\f0a5"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-hand-point-right:before { content: "\f0a4"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-hand-point-up:before { content: "\f0a6"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-hand-pointer:before { content: "\f25a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-hand-receiving:before { content: "\f47c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-hand-rock:before { content: "\f255"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-hand-scissors:before { content: "\f257"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-hand-spock:before { content: "\f259"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-handshake:before { content: "\f2b5"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-hashtag:before { content: "\f292"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-hdd:before { content: "\f0a0"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-heading:before { content: "\f1dc"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-headphones:before { content: "\f025"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-heart:before { content: "\f004"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-heartbeat:before { content: "\f21e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-hexagon:before { content: "\f312"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-history:before { content: "\f1da"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-hockey-puck:before { content: "\f453"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-hockey-sticks:before { content: "\f454"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-home:before { content: "\f015"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-hospital-alt:before { content: "\f47d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-hospital-symbol:before { content: "\f47e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-hospital:before { content: "\f0f8"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-hourglass-end:before { content: "\f253"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-hourglass-half:before { content: "\f252"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-hourglass-start:before { content: "\f251"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-hourglass:before { content: "\f254"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-i-cursor:before { content: "\f246"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-id-badge:before { content: "\f2c1"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-id-card-alt:before { content: "\f47f"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-id-card:before { content: "\f2c2"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-image:before { content: "\f03e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-images:before { content: "\f302"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-inbox-in:before { content: "\f310"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-inbox-out:before { content: "\f311"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-inbox:before { content: "\f01c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-indent:before { content: "\f03c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-industry-alt:before { content: "\f3b3"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-industry:before { content: "\f275"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-info-circle:before { content: "\f05a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-info-square:before { content: "\f30f"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-info:before { content: "\f129"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-inventory:before { content: "\f480"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-italic:before { content: "\f033"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-jack-o-lantern:before { content: "\f30e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-key:before { content: "\f084"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-keyboard:before { content: "\f11c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-language:before { content: "\f1ab"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-laptop:before { content: "\f109"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-leaf:before { content: "\f06c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-lemon:before { content: "\f094"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-level-down-alt:before { content: "\f3be"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-level-down:before { content: "\f149"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-level-up-alt:before { content: "\f3bf"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-level-up:before { content: "\f148"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-life-ring:before { content: "\f1cd"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-lightbulb:before { content: "\f0eb"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-link:before { content: "\f0c1"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-lira-sign:before { content: "\f195"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-list-alt:before { content: "\f022"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-list-ol:before { content: "\f0cb"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-list-ul:before { content: "\f0ca"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-list:before { content: "\f03a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-location-arrow:before { content: "\f124"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-lock-alt:before { content: "\f30d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-lock-open-alt:before { content: "\f3c2"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-lock-open:before { content: "\f3c1"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-lock:before { content: "\f023"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-long-arrow-alt-down:before { content: "\f309"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-long-arrow-alt-left:before { content: "\f30a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-long-arrow-alt-right:before { content: "\f30b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-long-arrow-alt-up:before { content: "\f30c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-long-arrow-down:before { content: "\f175"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-long-arrow-left:before { content: "\f177"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-long-arrow-right:before { content: "\f178"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-long-arrow-up:before { content: "\f176"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-low-vision:before { content: "\f2a8"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-luchador:before { content: "\f455"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-magic:before { content: "\f0d0"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-magnet:before { content: "\f076"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-male:before { content: "\f183"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-map-marker-alt:before { content: "\f3c5"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-map-marker:before { content: "\f041"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-map-pin:before { content: "\f276"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-map-signs:before { content: "\f277"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-map:before { content: "\f279"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-mars-double:before { content: "\f227"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-mars-stroke-h:before { content: "\f22b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-mars-stroke-v:before { content: "\f22a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-mars-stroke:before { content: "\f229"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-mars:before { content: "\f222"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-medkit:before { content: "\f0fa"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-meh:before { content: "\f11a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-mercury:before { content: "\f223"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-microchip:before { content: "\f2db"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-microphone-alt:before { content: "\f3c9"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-microphone-slash:before { content: "\f131"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-microphone:before { content: "\f130"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-minus-circle:before { content: "\f056"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-minus-hexagon:before { content: "\f307"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-minus-octagon:before { content: "\f308"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-minus-square:before { content: "\f146"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-minus:before { content: "\f068"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-mobile-alt:before { content: "\f3cd"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-mobile-android-alt:before { content: "\f3cf"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-mobile-android:before { content: "\f3ce"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-mobile:before { content: "\f10b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-money-bill-alt:before { content: "\f3d1"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-money-bill:before { content: "\f0d6"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-moon:before { content: "\f186"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-motorcycle:before { content: "\f21c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-mouse-pointer:before { content: "\f245"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-music:before { content: "\f001"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-neuter:before { content: "\f22c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-newspaper:before { content: "\f1ea"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-notes-medical:before { content: "\f481"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-object-group:before { content: "\f247"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-object-ungroup:before { content: "\f248"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-octagon:before { content: "\f306"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-outdent:before { content: "\f03b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-paint-brush:before { content: "\f1fc"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-pallet-alt:before { content: "\f483"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-pallet:before { content: "\f482"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-paper-plane:before { content: "\f1d8"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-paperclip:before { content: "\f0c6"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-paragraph:before { content: "\f1dd"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-paste:before { content: "\f0ea"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-pause-circle:before { content: "\f28b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-pause:before { content: "\f04c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-paw:before { content: "\f1b0"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-pen-alt:before { content: "\f305"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-pen-square:before { content: "\f14b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-pen:before { content: "\f304"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-pencil-alt:before { content: "\f303"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-pencil:before { content: "\f040"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-pennant:before { content: "\f456"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-percent:before { content: "\f295"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-phone-slash:before { content: "\f3dd"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-phone-square:before { content: "\f098"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-phone-volume:before { content: "\f2a0"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-phone:before { content: "\f095"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-pills:before { content: "\f484"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-plane-alt:before { content: "\f3de"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-plane:before { content: "\f072"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-play-circle:before { content: "\f144"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-play:before { content: "\f04b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-plug:before { content: "\f1e6"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-plus-circle:before { content: "\f055"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-plus-hexagon:before { content: "\f300"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-plus-octagon:before { content: "\f301"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-plus-square:before { content: "\f0fe"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-plus:before { content: "\f067"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-podcast:before { content: "\f2ce"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-poo:before { content: "\f2fe"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-portrait:before { content: "\f3e0"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-pound-sign:before { content: "\f154"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-power-off:before { content: "\f011"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-prescription-bottle-alt:before { content: "\f486"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-prescription-bottle:before { content: "\f485"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-print:before { content: "\f02f"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-procedures:before { content: "\f487"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-puzzle-piece:before { content: "\f12e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-qrcode:before { content: "\f029"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-question-circle:before { content: "\f059"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-question-square:before { content: "\f2fd"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-question:before { content: "\f128"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-quidditch:before { content: "\f458"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-quote-left:before { content: "\f10d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-quote-right:before { content: "\f10e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-racquet:before { content: "\f45a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-random:before { content: "\f074"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-rectangle-landscape:before { content: "\f2fa"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-rectangle-portrait:before { content: "\f2fb"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-rectangle-wide:before { content: "\f2fc"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-recycle:before { content: "\f1b8"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-redo-alt:before { content: "\f2f9"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-redo:before { content: "\f01e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-registered:before { content: "\f25d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-repeat-1-alt:before { content: "\f366"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-repeat-1:before { content: "\f365"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-repeat-alt:before { content: "\f364"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-repeat:before { content: "\f363"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-reply-all:before { content: "\f122"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-reply:before { content: "\f3e5"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-retweet-alt:before { content: "\f361"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-retweet:before { content: "\f079"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-road:before { content: "\f018"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-rocket:before { content: "\f135"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-rss-square:before { content: "\f143"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-rss:before { content: "\f09e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-ruble-sign:before { content: "\f158"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-rupee-sign:before { content: "\f156"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-save:before { content: "\f0c7"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-scanner-keyboard:before { content: "\f489"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-scanner-touchscreen:before { content: "\f48a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-scanner:before { content: "\f488"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-scrubber:before { content: "\f2f8"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-search-minus:before { content: "\f010"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-search-plus:before { content: "\f00e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-search:before { content: "\f002"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-server:before { content: "\f233"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-share-all:before { content: "\f367"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-share-alt-square:before { content: "\f1e1"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-share-alt:before { content: "\f1e0"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-share-square:before { content: "\f14d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-share:before { content: "\f064"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-shekel-sign:before { content: "\f20b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-shield-alt:before { content: "\f3ed"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-shield-check:before { content: "\f2f7"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-shield:before { content: "\f132"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-ship:before { content: "\f21a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-shipping-fast:before { content: "\f48b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-shipping-timed:before { content: "\f48c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-shopping-bag:before { content: "\f290"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-shopping-basket:before { content: "\f291"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-shopping-cart:before { content: "\f07a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-shower:before { content: "\f2cc"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-shuttlecock:before { content: "\f45b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-sign-in-alt:before { content: "\f2f6"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-sign-in:before { content: "\f090"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-sign-language:before { content: "\f2a7"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-sign-out-alt:before { content: "\f2f5"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-sign-out:before { content: "\f08b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-signal:before { content: "\f012"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-sitemap:before { content: "\f0e8"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-sliders-h-square:before { content: "\f3f0"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-sliders-h:before { content: "\f1de"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-sliders-v-square:before { content: "\f3f2"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-sliders-v:before { content: "\f3f1"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-smile:before { content: "\f118"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-smoking:before { content: "\f48d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-snowflake:before { content: "\f2dc"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-sort-alpha-down:before { content: "\f15d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-sort-alpha-up:before { content: "\f15e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-sort-amount-down:before { content: "\f160"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-sort-amount-up:before { content: "\f161"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-sort-down:before { content: "\f0dd"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-sort-numeric-down:before { content: "\f162"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-sort-numeric-up:before { content: "\f163"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-sort-up:before { content: "\f0de"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-sort:before { content: "\f0dc"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-space-shuttle:before { content: "\f197"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-spade:before { content: "\f2f4"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-spinner-third:before { content: "\f3f4"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-spinner:before { content: "\f110"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-square-full:before { content: "\f45c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-square:before { content: "\f0c8"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-star-exclamation:before { content: "\f2f3"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-star-half:before { content: "\f089"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-star:before { content: "\f005"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-step-backward:before { content: "\f048"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-step-forward:before { content: "\f051"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-stethoscope:before { content: "\f0f1"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-sticky-note:before { content: "\f249"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-stop-circle:before { content: "\f28d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-stop:before { content: "\f04d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-stopwatch:before { content: "\f2f2"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-street-view:before { content: "\f21d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-strikethrough:before { content: "\f0cc"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-subscript:before { content: "\f12c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-subway:before { content: "\f239"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-suitcase:before { content: "\f0f2"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-sun:before { content: "\f185"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-superscript:before { content: "\f12b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-sync-alt:before { content: "\f2f1"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-sync:before { content: "\f021"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-syringe:before { content: "\f48e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-table-tennis:before { content: "\f45d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-table:before { content: "\f0ce"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-tablet-alt:before { content: "\f3fa"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-tablet-android-alt:before { content: "\f3fc"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-tablet-android:before { content: "\f3fb"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-tablet-rugged:before { content: "\f48f"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-tablet:before { content: "\f10a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-tablets:before { content: "\f490"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-tachometer-alt:before { content: "\f3fd"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-tachometer:before { content: "\f0e4"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-tag:before { content: "\f02b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-tags:before { content: "\f02c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-tasks:before { content: "\f0ae"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-taxi:before { content: "\f1ba"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-tennis-ball:before { content: "\f45e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-terminal:before { content: "\f120"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-text-height:before { content: "\f034"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-text-width:before { content: "\f035"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-th-large:before { content: "\f009"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-th-list:before { content: "\f00b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-th:before { content: "\f00a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-thermometer-empty:before { content: "\f2cb"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-thermometer-full:before { content: "\f2c7"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-thermometer-half:before { content: "\f2c9"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-thermometer-quarter:before { content: "\f2ca"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-thermometer-three-quarters:before { content: "\f2c8"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-thermometer:before { content: "\f491"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-thumbs-down:before { content: "\f165"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-thumbs-up:before { content: "\f164"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-thumbtack:before { content: "\f08d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-ticket-alt:before { content: "\f3ff"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-ticket:before { content: "\f145"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-times-circle:before { content: "\f057"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-times-hexagon:before { content: "\f2ee"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-times-octagon:before { content: "\f2f0"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-times-square:before { content: "\f2d3"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-times:before { content: "\f00d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-tint:before { content: "\f043"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-toggle-off:before { content: "\f204"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-toggle-on:before { content: "\f205"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-trademark:before { content: "\f25c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-train:before { content: "\f238"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-transgender-alt:before { content: "\f225"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-transgender:before { content: "\f224"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-trash-alt:before { content: "\f2ed"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-trash:before { content: "\f1f8"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-tree-alt:before { content: "\f400"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-tree:before { content: "\f1bb"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-triangle:before { content: "\f2ec"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-trophy-alt:before { content: "\f2eb"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-trophy:before { content: "\f091"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-truck:before { content: "\f0d1"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-tty:before { content: "\f1e4"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-tv-retro:before { content: "\f401"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-tv:before { content: "\f26c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-umbrella:before { content: "\f0e9"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-underline:before { content: "\f0cd"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-undo-alt:before { content: "\f2ea"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-undo:before { content: "\f0e2"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-universal-access:before { content: "\f29a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-university:before { content: "\f19c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-unlink:before { content: "\f127"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-unlock-alt:before { content: "\f13e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-unlock:before { content: "\f09c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-upload:before { content: "\f093"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-usd-circle:before { content: "\f2e8"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-usd-square:before { content: "\f2e9"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-user-alt:before { content: "\f406"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-user-circle:before { content: "\f2bd"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-user-md:before { content: "\f0f0"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-user-plus:before { content: "\f234"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-user-secret:before { content: "\f21b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-user-times:before { content: "\f235"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-user:before { content: "\f007"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-users:before { content: "\f0c0"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-utensil-fork:before { content: "\f2e3"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-utensil-knife:before { content: "\f2e4"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-utensil-spoon:before { content: "\f2e5"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-utensils-alt:before { content: "\f2e6"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-utensils:before { content: "\f2e7"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-venus-double:before { content: "\f226"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-venus-mars:before { content: "\f228"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-venus:before { content: "\f221"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-vial:before { content: "\f492"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-vials:before { content: "\f493"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-video:before { content: "\f03d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-volleyball-ball:before { content: "\f45f"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-volume-down:before { content: "\f027"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-volume-mute:before { content: "\f2e2"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-volume-off:before { content: "\f026"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-volume-up:before { content: "\f028"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-warehouse-alt:before { content: "\f495"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-warehouse:before { content: "\f494"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-watch:before { content: "\f2e1"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-weight:before { content: "\f496"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-wheelchair:before { content: "\f193"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-whistle:before { content: "\f460"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-wifi:before { content: "\f1eb"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-window-alt:before { content: "\f40f"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-window-close:before { content: "\f410"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-window-maximize:before { content: "\f2d0"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-window-minimize:before { content: "\f2d1"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-window-restore:before { content: "\f2d2"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-window:before { content: "\f40e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-won-sign:before { content: "\f159"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-wrench:before { content: "\f0ad"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-x-ray:before { content: "\f497"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-solid-yen-sign:before { content: "\f157"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-address-book:before { content: "\f2b9"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-address-card:before { content: "\f2bb"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-adjust:before { content: "\f042"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-alarm-clock:before { content: "\f34e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-align-center:before { content: "\f037"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-align-justify:before { content: "\f039"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-align-left:before { content: "\f036"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-align-right:before { content: "\f038"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-allergies:before { content: "\f461"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-ambulance:before { content: "\f0f9"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-american-sign-language-interpreting:before { content: "\f2a3"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-anchor:before { content: "\f13d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-angle-double-down:before { content: "\f103"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-angle-double-left:before { content: "\f100"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-angle-double-right:before { content: "\f101"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-angle-double-up:before { content: "\f102"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-angle-down:before { content: "\f107"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-angle-left:before { content: "\f104"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-angle-right:before { content: "\f105"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-angle-up:before { content: "\f106"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-archive:before { content: "\f187"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-alt-circle-down:before { content: "\f358"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-alt-circle-left:before { content: "\f359"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-alt-circle-right:before { content: "\f35a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-alt-circle-up:before { content: "\f35b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-alt-down:before { content: "\f354"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-alt-from-bottom:before { content: "\f346"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-alt-from-left:before { content: "\f347"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-alt-from-right:before { content: "\f348"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-alt-from-top:before { content: "\f349"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-alt-left:before { content: "\f355"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-alt-right:before { content: "\f356"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-alt-square-down:before { content: "\f350"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-alt-square-left:before { content: "\f351"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-alt-square-right:before { content: "\f352"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-alt-square-up:before { content: "\f353"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-alt-to-bottom:before { content: "\f34a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-alt-to-left:before { content: "\f34b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-alt-to-right:before { content: "\f34c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-alt-to-top:before { content: "\f34d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-alt-up:before { content: "\f357"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-circle-down:before { content: "\f0ab"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-circle-left:before { content: "\f0a8"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-circle-right:before { content: "\f0a9"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-circle-up:before { content: "\f0aa"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-down:before { content: "\f063"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-from-bottom:before { content: "\f342"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-from-left:before { content: "\f343"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-from-right:before { content: "\f344"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-from-top:before { content: "\f345"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-left:before { content: "\f060"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-right:before { content: "\f061"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-square-down:before { content: "\f339"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-square-left:before { content: "\f33a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-square-right:before { content: "\f33b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-square-up:before { content: "\f33c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-to-bottom:before { content: "\f33d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-to-left:before { content: "\f33e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-to-right:before { content: "\f340"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-to-top:before { content: "\f341"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrow-up:before { content: "\f062"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrows-alt-h:before { content: "\f337"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrows-alt-v:before { content: "\f338"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrows-alt:before { content: "\f0b2"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrows-h:before { content: "\f07e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrows-v:before { content: "\f07d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-arrows:before { content: "\f047"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-assistive-listening-systems:before { content: "\f2a2"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-asterisk:before { content: "\f069"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-at:before { content: "\f1fa"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-audio-description:before { content: "\f29e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-backward:before { content: "\f04a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-badge-check:before { content: "\f336"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-badge:before { content: "\f335"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-balance-scale:before { content: "\f24e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-ban:before { content: "\f05e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-band-aid:before { content: "\f462"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-barcode-alt:before { content: "\f463"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-barcode-read:before { content: "\f464"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-barcode-scan:before { content: "\f465"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-barcode:before { content: "\f02a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-bars:before { content: "\f0c9"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-baseball-ball:before { content: "\f433"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-baseball:before { content: "\f432"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-basketball-ball:before { content: "\f434"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-basketball-hoop:before { content: "\f435"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-bath:before { content: "\f2cd"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-battery-bolt:before { content: "\f376"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-battery-empty:before { content: "\f244"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-battery-full:before { content: "\f240"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-battery-half:before { content: "\f242"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-battery-quarter:before { content: "\f243"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-battery-slash:before { content: "\f377"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-battery-three-quarters:before { content: "\f241"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-bed:before { content: "\f236"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-beer:before { content: "\f0fc"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-bell-slash:before { content: "\f1f6"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-bell:before { content: "\f0f3"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-bicycle:before { content: "\f206"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-binoculars:before { content: "\f1e5"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-birthday-cake:before { content: "\f1fd"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-blind:before { content: "\f29d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-bold:before { content: "\f032"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-bolt:before { content: "\f0e7"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-bomb:before { content: "\f1e2"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-book:before { content: "\f02d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-bookmark:before { content: "\f02e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-bowling-ball:before { content: "\f436"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-bowling-pins:before { content: "\f437"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-box-check:before { content: "\f467"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-box:before { content: "\f466"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-boxes:before { content: "\f468"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-boxing-glove:before { content: "\f438"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-braille:before { content: "\f2a1"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-briefcase-medical:before { content: "\f469"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-briefcase:before { content: "\f0b1"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-browser:before { content: "\f37e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-bug:before { content: "\f188"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-building:before { content: "\f1ad"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-bullhorn:before { content: "\f0a1"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-bullseye:before { content: "\f140"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-burn:before { content: "\f46a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-bus:before { content: "\f207"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-calculator:before { content: "\f1ec"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-calendar-alt:before { content: "\f073"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-calendar-check:before { content: "\f274"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-calendar-edit:before { content: "\f333"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-calendar-exclamation:before { content: "\f334"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-calendar-minus:before { content: "\f272"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-calendar-plus:before { content: "\f271"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-calendar-times:before { content: "\f273"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-calendar:before { content: "\f133"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-camera-alt:before { content: "\f332"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-camera-retro:before { content: "\f083"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-camera:before { content: "\f030"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-capsules:before { content: "\f46b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-car:before { content: "\f1b9"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-caret-circle-down:before { content: "\f32d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-caret-circle-left:before { content: "\f32e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-caret-circle-right:before { content: "\f330"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-caret-circle-up:before { content: "\f331"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-caret-down:before { content: "\f0d7"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-caret-left:before { content: "\f0d9"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-caret-right:before { content: "\f0da"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-caret-square-down:before { content: "\f150"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-caret-square-left:before { content: "\f191"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-caret-square-right:before { content: "\f152"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-caret-square-up:before { content: "\f151"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-caret-up:before { content: "\f0d8"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-cart-arrow-down:before { content: "\f218"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-cart-plus:before { content: "\f217"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-certificate:before { content: "\f0a3"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chart-area:before { content: "\f1fe"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chart-bar:before { content: "\f080"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chart-line:before { content: "\f201"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chart-pie:before { content: "\f200"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-check-circle:before { content: "\f058"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-check-square:before { content: "\f14a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-check:before { content: "\f00c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chess-bishop-alt:before { content: "\f43b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chess-bishop:before { content: "\f43a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chess-board:before { content: "\f43c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chess-clock-alt:before { content: "\f43e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chess-clock:before { content: "\f43d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chess-king-alt:before { content: "\f440"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chess-king:before { content: "\f43f"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chess-knight-alt:before { content: "\f442"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chess-knight:before { content: "\f441"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chess-pawn-alt:before { content: "\f444"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chess-pawn:before { content: "\f443"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chess-queen-alt:before { content: "\f446"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chess-queen:before { content: "\f445"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chess-rook-alt:before { content: "\f448"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chess-rook:before { content: "\f447"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chess:before { content: "\f439"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chevron-circle-down:before { content: "\f13a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chevron-circle-left:before { content: "\f137"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chevron-circle-right:before { content: "\f138"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chevron-circle-up:before { content: "\f139"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chevron-double-down:before { content: "\f322"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chevron-double-left:before { content: "\f323"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chevron-double-right:before { content: "\f324"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chevron-double-up:before { content: "\f325"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chevron-down:before { content: "\f078"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chevron-left:before { content: "\f053"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chevron-right:before { content: "\f054"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chevron-square-down:before { content: "\f329"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chevron-square-left:before { content: "\f32a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chevron-square-right:before { content: "\f32b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chevron-square-up:before { content: "\f32c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-chevron-up:before { content: "\f077"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-child:before { content: "\f1ae"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-circle-notch:before { content: "\f1ce"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-circle:before { content: "\f111"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-clipboard-check:before { content: "\f46c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-clipboard-list:before { content: "\f46d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-clipboard:before { content: "\f328"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-clock:before { content: "\f017"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-clone:before { content: "\f24d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-closed-captioning:before { content: "\f20a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-cloud-download-alt:before { content: "\f381"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-cloud-download:before { content: "\f0ed"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-cloud-upload-alt:before { content: "\f382"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-cloud-upload:before { content: "\f0ee"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-cloud:before { content: "\f0c2"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-club:before { content: "\f327"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-code-branch:before { content: "\f126"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-code-commit:before { content: "\f386"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-code-merge:before { content: "\f387"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-code:before { content: "\f121"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-coffee:before { content: "\f0f4"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-cog:before { content: "\f013"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-cogs:before { content: "\f085"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-columns:before { content: "\f0db"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-comment-alt:before { content: "\f27a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-comment:before { content: "\f075"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-comments:before { content: "\f086"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-compass:before { content: "\f14e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-compress-alt:before { content: "\f422"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-compress-wide:before { content: "\f326"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-compress:before { content: "\f066"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-conveyor-belt-alt:before { content: "\f46f"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-conveyor-belt:before { content: "\f46e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-copy:before { content: "\f0c5"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-copyright:before { content: "\f1f9"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-credit-card-blank:before { content: "\f389"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-credit-card-front:before { content: "\f38a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-credit-card:before { content: "\f09d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-cricket:before { content: "\f449"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-crop:before { content: "\f125"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-crosshairs:before { content: "\f05b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-cube:before { content: "\f1b2"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-cubes:before { content: "\f1b3"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-curling:before { content: "\f44a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-cut:before { content: "\f0c4"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-database:before { content: "\f1c0"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-deaf:before { content: "\f2a4"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-desktop-alt:before { content: "\f390"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-desktop:before { content: "\f108"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-diagnoses:before { content: "\f470"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-diamond:before { content: "\f219"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-dna:before { content: "\f471"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-dollar-sign:before { content: "\f155"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-dolly-empty:before { content: "\f473"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-dolly-flatbed-alt:before { content: "\f475"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-dolly-flatbed-empty:before { content: "\f476"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-dolly-flatbed:before { content: "\f474"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-dolly:before { content: "\f472"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-dot-circle:before { content: "\f192"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-download:before { content: "\f019"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-dumbbell:before { content: "\f44b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-edit:before { content: "\f044"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-eject:before { content: "\f052"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-ellipsis-h-alt:before { content: "\f39b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-ellipsis-h:before { content: "\f141"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-ellipsis-v-alt:before { content: "\f39c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-ellipsis-v:before { content: "\f142"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-envelope-open:before { content: "\f2b6"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-envelope-square:before { content: "\f199"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-envelope:before { content: "\f0e0"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-eraser:before { content: "\f12d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-euro-sign:before { content: "\f153"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-exchange-alt:before { content: "\f362"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-exchange:before { content: "\f0ec"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-exclamation-circle:before { content: "\f06a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-exclamation-square:before { content: "\f321"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-exclamation-triangle:before { content: "\f071"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-exclamation:before { content: "\f12a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-expand-alt:before { content: "\f424"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-expand-arrows-alt:before { content: "\f31e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-expand-arrows:before { content: "\f31d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-expand-wide:before { content: "\f320"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-expand:before { content: "\f065"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-external-link-alt:before { content: "\f35d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-external-link-square-alt:before { content: "\f360"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-external-link-square:before { content: "\f14c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-external-link:before { content: "\f08e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-eye-dropper:before { content: "\f1fb"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-eye-slash:before { content: "\f070"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-eye:before { content: "\f06e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-fast-backward:before { content: "\f049"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-fast-forward:before { content: "\f050"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-fax:before { content: "\f1ac"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-female:before { content: "\f182"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-field-hockey:before { content: "\f44c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-fighter-jet:before { content: "\f0fb"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-file-alt:before { content: "\f15c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-file-archive:before { content: "\f1c6"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-file-audio:before { content: "\f1c7"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-file-check:before { content: "\f316"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-file-code:before { content: "\f1c9"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-file-edit:before { content: "\f31c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-file-excel:before { content: "\f1c3"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-file-exclamation:before { content: "\f31a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-file-image:before { content: "\f1c5"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-file-medical-alt:before { content: "\f478"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-file-medical:before { content: "\f477"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-file-minus:before { content: "\f318"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-file-pdf:before { content: "\f1c1"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-file-plus:before { content: "\f319"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-file-powerpoint:before { content: "\f1c4"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-file-times:before { content: "\f317"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-file-video:before { content: "\f1c8"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-file-word:before { content: "\f1c2"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-file:before { content: "\f15b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-film-alt:before { content: "\f3a0"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-film:before { content: "\f008"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-filter:before { content: "\f0b0"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-fire-extinguisher:before { content: "\f134"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-fire:before { content: "\f06d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-first-aid:before { content: "\f479"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-flag-checkered:before { content: "\f11e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-flag:before { content: "\f024"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-flask:before { content: "\f0c3"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-folder-open:before { content: "\f07c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-folder:before { content: "\f07b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-font:before { content: "\f031"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-football-ball:before { content: "\f44e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-football-helmet:before { content: "\f44f"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-forklift:before { content: "\f47a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-forward:before { content: "\f04e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-frown:before { content: "\f119"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-futbol:before { content: "\f1e3"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-gamepad:before { content: "\f11b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-gavel:before { content: "\f0e3"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-gem:before { content: "\f3a5"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-genderless:before { content: "\f22d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-gift:before { content: "\f06b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-glass-martini:before { content: "\f000"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-globe:before { content: "\f0ac"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-golf-ball:before { content: "\f450"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-golf-club:before { content: "\f451"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-graduation-cap:before { content: "\f19d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-h-square:before { content: "\f0fd"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-h1:before { content: "\f313"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-h2:before { content: "\f314"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-h3:before { content: "\f315"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-hand-holding-box:before { content: "\f47b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-hand-lizard:before { content: "\f258"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-hand-paper:before { content: "\f256"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-hand-peace:before { content: "\f25b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-hand-point-down:before { content: "\f0a7"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-hand-point-left:before { content: "\f0a5"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-hand-point-right:before { content: "\f0a4"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-hand-point-up:before { content: "\f0a6"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-hand-pointer:before { content: "\f25a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-hand-receiving:before { content: "\f47c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-hand-rock:before { content: "\f255"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-hand-scissors:before { content: "\f257"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-hand-spock:before { content: "\f259"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-handshake:before { content: "\f2b5"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-hashtag:before { content: "\f292"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-hdd:before { content: "\f0a0"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-heading:before { content: "\f1dc"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-headphones:before { content: "\f025"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-heart:before { content: "\f004"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-heartbeat:before { content: "\f21e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-hexagon:before { content: "\f312"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-history:before { content: "\f1da"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-hockey-puck:before { content: "\f453"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-hockey-sticks:before { content: "\f454"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-home:before { content: "\f015"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-hospital-alt:before { content: "\f47d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-hospital-symbol:before { content: "\f47e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-hospital:before { content: "\f0f8"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-hourglass-end:before { content: "\f253"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-hourglass-half:before { content: "\f252"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-hourglass-start:before { content: "\f251"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-hourglass:before { content: "\f254"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-i-cursor:before { content: "\f246"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-id-badge:before { content: "\f2c1"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-id-card-alt:before { content: "\f47f"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-id-card:before { content: "\f2c2"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-image:before { content: "\f03e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-images:before { content: "\f302"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-inbox-in:before { content: "\f310"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-inbox-out:before { content: "\f311"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-inbox:before { content: "\f01c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-indent:before { content: "\f03c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-industry-alt:before { content: "\f3b3"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-industry:before { content: "\f275"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-info-circle:before { content: "\f05a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-info-square:before { content: "\f30f"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-info:before { content: "\f129"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-inventory:before { content: "\f480"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-italic:before { content: "\f033"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-jack-o-lantern:before { content: "\f30e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-key:before { content: "\f084"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-keyboard:before { content: "\f11c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-language:before { content: "\f1ab"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-laptop:before { content: "\f109"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-leaf:before { content: "\f06c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-lemon:before { content: "\f094"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-level-down-alt:before { content: "\f3be"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-level-down:before { content: "\f149"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-level-up-alt:before { content: "\f3bf"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-level-up:before { content: "\f148"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-life-ring:before { content: "\f1cd"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-lightbulb:before { content: "\f0eb"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-link:before { content: "\f0c1"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-lira-sign:before { content: "\f195"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-list-alt:before { content: "\f022"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-list-ol:before { content: "\f0cb"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-list-ul:before { content: "\f0ca"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-list:before { content: "\f03a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-location-arrow:before { content: "\f124"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-lock-alt:before { content: "\f30d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-lock-open-alt:before { content: "\f3c2"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-lock-open:before { content: "\f3c1"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-lock:before { content: "\f023"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-long-arrow-alt-down:before { content: "\f309"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-long-arrow-alt-left:before { content: "\f30a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-long-arrow-alt-right:before { content: "\f30b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-long-arrow-alt-up:before { content: "\f30c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-long-arrow-down:before { content: "\f175"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-long-arrow-left:before { content: "\f177"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-long-arrow-right:before { content: "\f178"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-long-arrow-up:before { content: "\f176"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-low-vision:before { content: "\f2a8"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-luchador:before { content: "\f455"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-magic:before { content: "\f0d0"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-magnet:before { content: "\f076"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-male:before { content: "\f183"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-map-marker-alt:before { content: "\f3c5"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-map-marker:before { content: "\f041"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-map-pin:before { content: "\f276"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-map-signs:before { content: "\f277"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-map:before { content: "\f279"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-mars-double:before { content: "\f227"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-mars-stroke-h:before { content: "\f22b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-mars-stroke-v:before { content: "\f22a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-mars-stroke:before { content: "\f229"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-mars:before { content: "\f222"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-medkit:before { content: "\f0fa"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-meh:before { content: "\f11a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-mercury:before { content: "\f223"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-microchip:before { content: "\f2db"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-microphone-alt:before { content: "\f3c9"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-microphone-slash:before { content: "\f131"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-microphone:before { content: "\f130"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-minus-circle:before { content: "\f056"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-minus-hexagon:before { content: "\f307"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-minus-octagon:before { content: "\f308"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-minus-square:before { content: "\f146"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-minus:before { content: "\f068"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-mobile-alt:before { content: "\f3cd"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-mobile-android-alt:before { content: "\f3cf"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-mobile-android:before { content: "\f3ce"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-mobile:before { content: "\f10b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-money-bill-alt:before { content: "\f3d1"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-money-bill:before { content: "\f0d6"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-moon:before { content: "\f186"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-motorcycle:before { content: "\f21c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-mouse-pointer:before { content: "\f245"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-music:before { content: "\f001"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-neuter:before { content: "\f22c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-newspaper:before { content: "\f1ea"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-notes-medical:before { content: "\f481"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-object-group:before { content: "\f247"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-object-ungroup:before { content: "\f248"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-octagon:before { content: "\f306"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-outdent:before { content: "\f03b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-paint-brush:before { content: "\f1fc"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-pallet-alt:before { content: "\f483"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-pallet:before { content: "\f482"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-paper-plane:before { content: "\f1d8"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-paperclip:before { content: "\f0c6"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-paragraph:before { content: "\f1dd"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-paste:before { content: "\f0ea"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-pause-circle:before { content: "\f28b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-pause:before { content: "\f04c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-paw:before { content: "\f1b0"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-pen-alt:before { content: "\f305"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-pen-square:before { content: "\f14b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-pen:before { content: "\f304"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-pencil-alt:before { content: "\f303"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-pencil:before { content: "\f040"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-pennant:before { content: "\f456"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-percent:before { content: "\f295"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-phone-slash:before { content: "\f3dd"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-phone-square:before { content: "\f098"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-phone-volume:before { content: "\f2a0"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-phone:before { content: "\f095"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-pills:before { content: "\f484"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-plane-alt:before { content: "\f3de"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-plane:before { content: "\f072"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-play-circle:before { content: "\f144"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-play:before { content: "\f04b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-plug:before { content: "\f1e6"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-plus-circle:before { content: "\f055"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-plus-hexagon:before { content: "\f300"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-plus-octagon:before { content: "\f301"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-plus-square:before { content: "\f0fe"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-plus:before { content: "\f067"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-podcast:before { content: "\f2ce"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-poo:before { content: "\f2fe"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-portrait:before { content: "\f3e0"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-pound-sign:before { content: "\f154"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-power-off:before { content: "\f011"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-prescription-bottle-alt:before { content: "\f486"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-prescription-bottle:before { content: "\f485"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-print:before { content: "\f02f"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-procedures:before { content: "\f487"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-puzzle-piece:before { content: "\f12e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-qrcode:before { content: "\f029"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-question-circle:before { content: "\f059"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-question-square:before { content: "\f2fd"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-question:before { content: "\f128"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-quidditch:before { content: "\f458"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-quote-left:before { content: "\f10d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-quote-right:before { content: "\f10e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-racquet:before { content: "\f45a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-random:before { content: "\f074"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-rectangle-landscape:before { content: "\f2fa"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-rectangle-portrait:before { content: "\f2fb"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-rectangle-wide:before { content: "\f2fc"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-recycle:before { content: "\f1b8"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-redo-alt:before { content: "\f2f9"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-redo:before { content: "\f01e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-registered:before { content: "\f25d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-repeat-1-alt:before { content: "\f366"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-repeat-1:before { content: "\f365"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-repeat-alt:before { content: "\f364"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-repeat:before { content: "\f363"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-reply-all:before { content: "\f122"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-reply:before { content: "\f3e5"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-retweet-alt:before { content: "\f361"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-retweet:before { content: "\f079"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-road:before { content: "\f018"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-rocket:before { content: "\f135"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-rss-square:before { content: "\f143"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-rss:before { content: "\f09e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-ruble-sign:before { content: "\f158"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-rupee-sign:before { content: "\f156"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-save:before { content: "\f0c7"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-scanner-keyboard:before { content: "\f489"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-scanner-touchscreen:before { content: "\f48a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-scanner:before { content: "\f488"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-scrubber:before { content: "\f2f8"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-search-minus:before { content: "\f010"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-search-plus:before { content: "\f00e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-search:before { content: "\f002"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-server:before { content: "\f233"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-share-all:before { content: "\f367"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-share-alt-square:before { content: "\f1e1"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-share-alt:before { content: "\f1e0"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-share-square:before { content: "\f14d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-share:before { content: "\f064"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-shekel-sign:before { content: "\f20b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-shield-alt:before { content: "\f3ed"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-shield-check:before { content: "\f2f7"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-shield:before { content: "\f132"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-ship:before { content: "\f21a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-shipping-fast:before { content: "\f48b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-shipping-timed:before { content: "\f48c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-shopping-bag:before { content: "\f290"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-shopping-basket:before { content: "\f291"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-shopping-cart:before { content: "\f07a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-shower:before { content: "\f2cc"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-shuttlecock:before { content: "\f45b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-sign-in-alt:before { content: "\f2f6"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-sign-in:before { content: "\f090"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-sign-language:before { content: "\f2a7"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-sign-out-alt:before { content: "\f2f5"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-sign-out:before { content: "\f08b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-signal:before { content: "\f012"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-sitemap:before { content: "\f0e8"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-sliders-h-square:before { content: "\f3f0"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-sliders-h:before { content: "\f1de"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-sliders-v-square:before { content: "\f3f2"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-sliders-v:before { content: "\f3f1"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-smile:before { content: "\f118"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-smoking:before { content: "\f48d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-snowflake:before { content: "\f2dc"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-sort-alpha-down:before { content: "\f15d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-sort-alpha-up:before { content: "\f15e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-sort-amount-down:before { content: "\f160"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-sort-amount-up:before { content: "\f161"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-sort-down:before { content: "\f0dd"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-sort-numeric-down:before { content: "\f162"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-sort-numeric-up:before { content: "\f163"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-sort-up:before { content: "\f0de"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-sort:before { content: "\f0dc"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-space-shuttle:before { content: "\f197"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-spade:before { content: "\f2f4"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-spinner-third:before { content: "\f3f4"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-spinner:before { content: "\f110"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-square-full:before { content: "\f45c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-square:before { content: "\f0c8"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-star-exclamation:before { content: "\f2f3"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-star-half:before { content: "\f089"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-star:before { content: "\f005"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-step-backward:before { content: "\f048"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-step-forward:before { content: "\f051"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-stethoscope:before { content: "\f0f1"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-sticky-note:before { content: "\f249"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-stop-circle:before { content: "\f28d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-stop:before { content: "\f04d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-stopwatch:before { content: "\f2f2"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-street-view:before { content: "\f21d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-strikethrough:before { content: "\f0cc"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-subscript:before { content: "\f12c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-subway:before { content: "\f239"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-suitcase:before { content: "\f0f2"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-sun:before { content: "\f185"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-superscript:before { content: "\f12b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-sync-alt:before { content: "\f2f1"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-sync:before { content: "\f021"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-syringe:before { content: "\f48e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-table-tennis:before { content: "\f45d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-table:before { content: "\f0ce"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-tablet-alt:before { content: "\f3fa"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-tablet-android-alt:before { content: "\f3fc"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-tablet-android:before { content: "\f3fb"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-tablet-rugged:before { content: "\f48f"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-tablet:before { content: "\f10a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-tablets:before { content: "\f490"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-tachometer-alt:before { content: "\f3fd"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-tachometer:before { content: "\f0e4"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-tag:before { content: "\f02b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-tags:before { content: "\f02c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-tasks:before { content: "\f0ae"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-taxi:before { content: "\f1ba"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-tennis-ball:before { content: "\f45e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-terminal:before { content: "\f120"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-text-height:before { content: "\f034"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-text-width:before { content: "\f035"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-th-large:before { content: "\f009"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-th-list:before { content: "\f00b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-th:before { content: "\f00a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-thermometer-empty:before { content: "\f2cb"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-thermometer-full:before { content: "\f2c7"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-thermometer-half:before { content: "\f2c9"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-thermometer-quarter:before { content: "\f2ca"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-thermometer-three-quarters:before { content: "\f2c8"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-thermometer:before { content: "\f491"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-thumbs-down:before { content: "\f165"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-thumbs-up:before { content: "\f164"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-thumbtack:before { content: "\f08d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-ticket-alt:before { content: "\f3ff"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-ticket:before { content: "\f145"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-times-circle:before { content: "\f057"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-times-hexagon:before { content: "\f2ee"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-times-octagon:before { content: "\f2f0"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-times-square:before { content: "\f2d3"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-times:before { content: "\f00d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-tint:before { content: "\f043"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-toggle-off:before { content: "\f204"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-toggle-on:before { content: "\f205"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-trademark:before { content: "\f25c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-train:before { content: "\f238"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-transgender-alt:before { content: "\f225"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-transgender:before { content: "\f224"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-trash-alt:before { content: "\f2ed"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-trash:before { content: "\f1f8"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-tree-alt:before { content: "\f400"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-tree:before { content: "\f1bb"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-triangle:before { content: "\f2ec"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-trophy-alt:before { content: "\f2eb"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-trophy:before { content: "\f091"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-truck:before { content: "\f0d1"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-tty:before { content: "\f1e4"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-tv-retro:before { content: "\f401"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-tv:before { content: "\f26c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-umbrella:before { content: "\f0e9"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-underline:before { content: "\f0cd"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-undo-alt:before { content: "\f2ea"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-undo:before { content: "\f0e2"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-universal-access:before { content: "\f29a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-university:before { content: "\f19c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-unlink:before { content: "\f127"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-unlock-alt:before { content: "\f13e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-unlock:before { content: "\f09c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-upload:before { content: "\f093"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-usd-circle:before { content: "\f2e8"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-usd-square:before { content: "\f2e9"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-user-alt:before { content: "\f406"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-user-circle:before { content: "\f2bd"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-user-md:before { content: "\f0f0"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-user-plus:before { content: "\f234"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-user-secret:before { content: "\f21b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-user-times:before { content: "\f235"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-user:before { content: "\f007"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-users:before { content: "\f0c0"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-utensil-fork:before { content: "\f2e3"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-utensil-knife:before { content: "\f2e4"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-utensil-spoon:before { content: "\f2e5"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-utensils-alt:before { content: "\f2e6"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-utensils:before { content: "\f2e7"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-venus-double:before { content: "\f226"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-venus-mars:before { content: "\f228"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-venus:before { content: "\f221"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-vial:before { content: "\f492"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-vials:before { content: "\f493"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-video:before { content: "\f03d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-volleyball-ball:before { content: "\f45f"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-volume-down:before { content: "\f027"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-volume-mute:before { content: "\f2e2"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-volume-off:before { content: "\f026"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-volume-up:before { content: "\f028"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-warehouse-alt:before { content: "\f495"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-warehouse:before { content: "\f494"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-watch:before { content: "\f2e1"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-weight:before { content: "\f496"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-wheelchair:before { content: "\f193"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-whistle:before { content: "\f460"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-wifi:before { content: "\f1eb"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-window-alt:before { content: "\f40f"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-window-close:before { content: "\f410"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-window-maximize:before { content: "\f2d0"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-window-minimize:before { content: "\f2d1"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-window-restore:before { content: "\f2d2"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-window:before { content: "\f40e"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-won-sign:before { content: "\f159"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-wrench:before { content: "\f0ad"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-x-ray:before { content: "\f497"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-regular-yen-sign:before { content: "\f157"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-brands-android:before { content: "\f17b"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-brands-app-store:before { content: "\f36f"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-brands-bitcoin:before { content: "\f379"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-brands-btc:before { content: "\f15a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-brands-facebook-square:before { content: "\f082"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-brands-instagram:before { content: "\f16d"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-brands-line:before { content: "\f3c0"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-brands-linkedin-in:before { content: "\f0e1"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-brands-linkedin:before { content: "\f08c"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-brands-pinterest:before { content: "\f0d2"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-brands-slideshare:before { content: "\f1e7"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-brands-snapchat-ghost:before { content: "\f2ac"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-brands-soundcloud:before { content: "\f1be"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-brands-trello:before { content: "\f181"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-brands-twitter:before { content: "\f099"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-brands-vimeo:before { content: "\f40a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-brands-weibo:before { content: "\f18a"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-brands-weixin:before { content: "\f1d7"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-brands-whatsapp:before { content: "\f232"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-brands-wikipedia-w:before { content: "\f266"; position: relative; top: 0.125em; margin-right: 6px; }

.icon-brands-youtube:before { content: "\f167"; position: relative; top: 0.125em; margin-right: 6px; }

@media screen and (max-width: 63.99875em) { .fancybox-close-small { display: none; } }
.fancybox-slide { padding: 0; overflow: hidden; }

.fancybox-bg { background: rgba(0, 0, 0, 0.6); }

.article-interview .author__wrapper, .article-slideshow .author__wrapper, .article-video .author__wrapper { border: none; padding: 0; margin: 0; }
.article-interview .author__label, .article-slideshow .author__label, .article-video .author__label { color: #0F204B; font-size: 36px; font-family: AvenirNextLTW01-Medium, sans-serif; line-height: 42px; padding-top: 0; }

@media screen and (max-width: 63.99875em) { .article-interview .author__avatar-wrapper, .article-slideshow .author__avatar-wrapper, .article-video .author__avatar-wrapper { width: 130px; height: 130px; min-width: 130px; max-width: 130px; } }
