

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Noto+Sans:300,400,400i,700,700i');
/* ------------------------------------------------------------ *\
	Settings
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Tools
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Plugins
\* ------------------------------------------------------------ */
/**
 * 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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  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 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  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 {
  -webkit-transform-style: preserve-3d;
  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: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  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 {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -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;
  -webkit-box-shadow: none;
  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%;
  -webkit-transform: translate3d(0px, -50%, 0);
  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%;
  -webkit-transform: translateY(-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;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  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%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  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 {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  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%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  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;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  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");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    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 {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  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;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -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 {
  -webkit-transform-origin: 100% 0;
  -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;
  -webkit-backface-visibility: hidden;
  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;
  -webkit-backface-visibility: hidden;
  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;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT 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; }
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }
.fa-xs {
  font-size: .75em; }
.fa-sm {
  font-size: .875em; }
.fa-1x {
  font-size: 1em; }
.fa-2x {
  font-size: 2em; }
.fa-3x {
  font-size: 3em; }
.fa-4x {
  font-size: 4em; }
.fa-5x {
  font-size: 5em; }
.fa-6x {
  font-size: 6em; }
.fa-7x {
  font-size: 7em; }
.fa-8x {
  font-size: 8em; }
.fa-9x {
  font-size: 9em; }
.fa-10x {
  font-size: 10em; }
.fa-fw {
  text-align: center;
  width: 1.25em; }
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
.fa-ul > li {
    position: relative; }
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }
.fa-pull-left {
  float: left; }
.fa-pull-right {
  float: right; }
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          -ms-transform: rotate(270deg);
      transform: rotate(270deg); }
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          -ms-transform: scale(-1, 1);
      transform: scale(-1, 1); }
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          -ms-transform: scale(1, -1);
      transform: scale(1, -1); }
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          -ms-transform: scale(-1, -1);
      transform: scale(-1, -1); }
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }
.fa-stack-1x {
  line-height: inherit; }
.fa-stack-2x {
  font-size: 2em; }
.fa-inverse {
  color: #fff; }
/* 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-acquisitions-incorporated:before {
  content: "\f6af"; }
.fa-ad:before {
  content: "\f641"; }
.fa-address-book:before {
  content: "\f2b9"; }
.fa-address-card:before {
  content: "\f2bb"; }
.fa-adjust:before {
  content: "\f042"; }
.fa-adn:before {
  content: "\f170"; }
.fa-adobe:before {
  content: "\f778"; }
.fa-adversal:before {
  content: "\f36a"; }
.fa-affiliatetheme:before {
  content: "\f36b"; }
.fa-air-freshener:before {
  content: "\f5d0"; }
.fa-airbnb:before {
  content: "\f834"; }
.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-alipay:before {
  content: "\f642"; }
.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-ankh:before {
  content: "\f644"; }
.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-alt:before {
  content: "\f5d1"; }
.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-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-left:before {
  content: "\f060"; }
.fa-arrow-right:before {
  content: "\f061"; }
.fa-arrow-up:before {
  content: "\f062"; }
.fa-arrows-alt:before {
  content: "\f0b2"; }
.fa-arrows-alt-h:before {
  content: "\f337"; }
.fa-arrows-alt-v:before {
  content: "\f338"; }
.fa-artstation:before {
  content: "\f77a"; }
.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-atlassian:before {
  content: "\f77b"; }
.fa-atom:before {
  content: "\f5d2"; }
.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-baby:before {
  content: "\f77c"; }
.fa-baby-carriage:before {
  content: "\f77d"; }
.fa-backspace:before {
  content: "\f55a"; }
.fa-backward:before {
  content: "\f04a"; }
.fa-bacon:before {
  content: "\f7e5"; }
.fa-balance-scale:before {
  content: "\f24e"; }
.fa-ban:before {
  content: "\f05e"; }
.fa-band-aid:before {
  content: "\f462"; }
.fa-bandcamp:before {
  content: "\f2d5"; }
.fa-barcode:before {
  content: "\f02a"; }
.fa-bars:before {
  content: "\f0c9"; }
.fa-baseball-ball:before {
  content: "\f433"; }
.fa-basketball-ball:before {
  content: "\f434"; }
.fa-bath:before {
  content: "\f2cd"; }
.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-three-quarters:before {
  content: "\f241"; }
.fa-battle-net:before {
  content: "\f835"; }
.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-bible:before {
  content: "\f647"; }
.fa-bicycle:before {
  content: "\f206"; }
.fa-bimobject:before {
  content: "\f378"; }
.fa-binoculars:before {
  content: "\f1e5"; }
.fa-biohazard:before {
  content: "\f780"; }
.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-blender:before {
  content: "\f517"; }
.fa-blender-phone:before {
  content: "\f6b6"; }
.fa-blind:before {
  content: "\f29d"; }
.fa-blog:before {
  content: "\f781"; }
.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-bone:before {
  content: "\f5d7"; }
.fa-bong:before {
  content: "\f55c"; }
.fa-book:before {
  content: "\f02d"; }
.fa-book-dead:before {
  content: "\f6b7"; }
.fa-book-medical:before {
  content: "\f7e6"; }
.fa-book-open:before {
  content: "\f518"; }
.fa-book-reader:before {
  content: "\f5da"; }
.fa-bookmark:before {
  content: "\f02e"; }
.fa-bootstrap:before {
  content: "\f836"; }
.fa-bowling-ball:before {
  content: "\f436"; }
.fa-box:before {
  content: "\f466"; }
.fa-box-open:before {
  content: "\f49e"; }
.fa-boxes:before {
  content: "\f468"; }
.fa-braille:before {
  content: "\f2a1"; }
.fa-brain:before {
  content: "\f5dc"; }
.fa-bread-slice:before {
  content: "\f7ec"; }
.fa-briefcase:before {
  content: "\f0b1"; }
.fa-briefcase-medical:before {
  content: "\f469"; }
.fa-broadcast-tower:before {
  content: "\f519"; }
.fa-broom:before {
  content: "\f51a"; }
.fa-brush:before {
  content: "\f55d"; }
.fa-btc:before {
  content: "\f15a"; }
.fa-buffer:before {
  content: "\f837"; }
.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-business-time:before {
  content: "\f64a"; }
.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-day:before {
  content: "\f783"; }
.fa-calendar-minus:before {
  content: "\f272"; }
.fa-calendar-plus:before {
  content: "\f271"; }
.fa-calendar-times:before {
  content: "\f273"; }
.fa-calendar-week:before {
  content: "\f784"; }
.fa-camera:before {
  content: "\f030"; }
.fa-camera-retro:before {
  content: "\f083"; }
.fa-campground:before {
  content: "\f6bb"; }
.fa-canadian-maple-leaf:before {
  content: "\f785"; }
.fa-candy-cane:before {
  content: "\f786"; }
.fa-cannabis:before {
  content: "\f55f"; }
.fa-capsules:before {
  content: "\f46b"; }
.fa-car:before {
  content: "\f1b9"; }
.fa-car-alt:before {
  content: "\f5de"; }
.fa-car-battery:before {
  content: "\f5df"; }
.fa-car-crash:before {
  content: "\f5e1"; }
.fa-car-side:before {
  content: "\f5e4"; }
.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-carrot:before {
  content: "\f787"; }
.fa-cart-arrow-down:before {
  content: "\f218"; }
.fa-cart-plus:before {
  content: "\f217"; }
.fa-cash-register:before {
  content: "\f788"; }
.fa-cat:before {
  content: "\f6be"; }
.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-centos:before {
  content: "\f789"; }
.fa-certificate:before {
  content: "\f0a3"; }
.fa-chair:before {
  content: "\f6c0"; }
.fa-chalkboard:before {
  content: "\f51b"; }
.fa-chalkboard-teacher:before {
  content: "\f51c"; }
.fa-charging-station:before {
  content: "\f5e7"; }
.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-cheese:before {
  content: "\f7ef"; }
.fa-chess:before {
  content: "\f439"; }
.fa-chess-bishop:before {
  content: "\f43a"; }
.fa-chess-board:before {
  content: "\f43c"; }
.fa-chess-king:before {
  content: "\f43f"; }
.fa-chess-knight:before {
  content: "\f441"; }
.fa-chess-pawn:before {
  content: "\f443"; }
.fa-chess-queen:before {
  content: "\f445"; }
.fa-chess-rook:before {
  content: "\f447"; }
.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-down:before {
  content: "\f078"; }
.fa-chevron-left:before {
  content: "\f053"; }
.fa-chevron-right:before {
  content: "\f054"; }
.fa-chevron-up:before {
  content: "\f077"; }
.fa-child:before {
  content: "\f1ae"; }
.fa-chrome:before {
  content: "\f268"; }
.fa-chromecast:before {
  content: "\f838"; }
.fa-church:before {
  content: "\f51d"; }
.fa-circle:before {
  content: "\f111"; }
.fa-circle-notch:before {
  content: "\f1ce"; }
.fa-city:before {
  content: "\f64f"; }
.fa-clinic-medical:before {
  content: "\f7f2"; }
.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-alt:before {
  content: "\f381"; }
.fa-cloud-meatball:before {
  content: "\f73b"; }
.fa-cloud-moon:before {
  content: "\f6c3"; }
.fa-cloud-moon-rain:before {
  content: "\f73c"; }
.fa-cloud-rain:before {
  content: "\f73d"; }
.fa-cloud-showers-heavy:before {
  content: "\f740"; }
.fa-cloud-sun:before {
  content: "\f6c4"; }
.fa-cloud-sun-rain:before {
  content: "\f743"; }
.fa-cloud-upload-alt:before {
  content: "\f382"; }
.fa-cloudscale:before {
  content: "\f383"; }
.fa-cloudsmith:before {
  content: "\f384"; }
.fa-cloudversify:before {
  content: "\f385"; }
.fa-cocktail:before {
  content: "\f561"; }
.fa-code:before {
  content: "\f121"; }
.fa-code-branch:before {
  content: "\f126"; }
.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-dollar:before {
  content: "\f651"; }
.fa-comment-dots:before {
  content: "\f4ad"; }
.fa-comment-medical:before {
  content: "\f7f5"; }
.fa-comment-slash:before {
  content: "\f4b3"; }
.fa-comments:before {
  content: "\f086"; }
.fa-comments-dollar:before {
  content: "\f653"; }
.fa-compact-disc:before {
  content: "\f51f"; }
.fa-compass:before {
  content: "\f14e"; }
.fa-compress:before {
  content: "\f066"; }
.fa-compress-arrows-alt:before {
  content: "\f78c"; }
.fa-concierge-bell:before {
  content: "\f562"; }
.fa-confluence:before {
  content: "\f78d"; }
.fa-connectdevelop:before {
  content: "\f20e"; }
.fa-contao:before {
  content: "\f26d"; }
.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-critical-role:before {
  content: "\f6c9"; }
.fa-crop:before {
  content: "\f125"; }
.fa-crop-alt:before {
  content: "\f565"; }
.fa-cross:before {
  content: "\f654"; }
.fa-crosshairs:before {
  content: "\f05b"; }
.fa-crow:before {
  content: "\f520"; }
.fa-crown:before {
  content: "\f521"; }
.fa-crutch:before {
  content: "\f7f7"; }
.fa-css3:before {
  content: "\f13c"; }
.fa-css3-alt:before {
  content: "\f38b"; }
.fa-cube:before {
  content: "\f1b2"; }
.fa-cubes:before {
  content: "\f1b3"; }
.fa-cut:before {
  content: "\f0c4"; }
.fa-cuttlefish:before {
  content: "\f38c"; }
.fa-d-and-d:before {
  content: "\f38d"; }
.fa-d-and-d-beyond:before {
  content: "\f6ca"; }
.fa-dashcube:before {
  content: "\f210"; }
.fa-database:before {
  content: "\f1c0"; }
.fa-deaf:before {
  content: "\f2a4"; }
.fa-delicious:before {
  content: "\f1a5"; }
.fa-democrat:before {
  content: "\f747"; }
.fa-deploydog:before {
  content: "\f38e"; }
.fa-deskpro:before {
  content: "\f38f"; }
.fa-desktop:before {
  content: "\f108"; }
.fa-dev:before {
  content: "\f6cc"; }
.fa-deviantart:before {
  content: "\f1bd"; }
.fa-dharmachakra:before {
  content: "\f655"; }
.fa-dhl:before {
  content: "\f790"; }
.fa-diagnoses:before {
  content: "\f470"; }
.fa-diaspora:before {
  content: "\f791"; }
.fa-dice:before {
  content: "\f522"; }
.fa-dice-d20:before {
  content: "\f6cf"; }
.fa-dice-d6:before {
  content: "\f6d1"; }
.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-directions:before {
  content: "\f5eb"; }
.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-dog:before {
  content: "\f6d3"; }
.fa-dollar-sign:before {
  content: "\f155"; }
.fa-dolly:before {
  content: "\f472"; }
.fa-dolly-flatbed:before {
  content: "\f474"; }
.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-dragon:before {
  content: "\f6d5"; }
.fa-draw-polygon:before {
  content: "\f5ee"; }
.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-drumstick-bite:before {
  content: "\f6d7"; }
.fa-drupal:before {
  content: "\f1a9"; }
.fa-dumbbell:before {
  content: "\f44b"; }
.fa-dumpster:before {
  content: "\f793"; }
.fa-dumpster-fire:before {
  content: "\f794"; }
.fa-dungeon:before {
  content: "\f6d9"; }
.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-egg:before {
  content: "\f7fb"; }
.fa-eject:before {
  content: "\f052"; }
.fa-elementor:before {
  content: "\f430"; }
.fa-ellipsis-h:before {
  content: "\f141"; }
.fa-ellipsis-v:before {
  content: "\f142"; }
.fa-ello:before {
  content: "\f5f1"; }
.fa-ember:before {
  content: "\f423"; }
.fa-empire:before {
  content: "\f1d1"; }
.fa-envelope:before {
  content: "\f0e0"; }
.fa-envelope-open:before {
  content: "\f2b6"; }
.fa-envelope-open-text:before {
  content: "\f658"; }
.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-ethernet:before {
  content: "\f796"; }
.fa-etsy:before {
  content: "\f2d7"; }
.fa-euro-sign:before {
  content: "\f153"; }
.fa-evernote:before {
  content: "\f839"; }
.fa-exchange-alt:before {
  content: "\f362"; }
.fa-exclamation:before {
  content: "\f12a"; }
.fa-exclamation-circle:before {
  content: "\f06a"; }
.fa-exclamation-triangle:before {
  content: "\f071"; }
.fa-expand:before {
  content: "\f065"; }
.fa-expand-arrows-alt:before {
  content: "\f31e"; }
.fa-expeditedssl:before {
  content: "\f23e"; }
.fa-external-link-alt:before {
  content: "\f35d"; }
.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-fantasy-flight-games:before {
  content: "\f6dc"; }
.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-fedex:before {
  content: "\f797"; }
.fa-fedora:before {
  content: "\f798"; }
.fa-female:before {
  content: "\f182"; }
.fa-fighter-jet:before {
  content: "\f0fb"; }
.fa-figma:before {
  content: "\f799"; }
.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-code:before {
  content: "\f1c9"; }
.fa-file-contract:before {
  content: "\f56c"; }
.fa-file-csv:before {
  content: "\f6dd"; }
.fa-file-download:before {
  content: "\f56d"; }
.fa-file-excel:before {
  content: "\f1c3"; }
.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-pdf:before {
  content: "\f1c1"; }
.fa-file-powerpoint:before {
  content: "\f1c4"; }
.fa-file-prescription:before {
  content: "\f572"; }
.fa-file-signature:before {
  content: "\f573"; }
.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-filter:before {
  content: "\f0b0"; }
.fa-fingerprint:before {
  content: "\f577"; }
.fa-fire:before {
  content: "\f06d"; }
.fa-fire-alt:before {
  content: "\f7e4"; }
.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-fist-raised:before {
  content: "\f6de"; }
.fa-flag:before {
  content: "\f024"; }
.fa-flag-checkered:before {
  content: "\f11e"; }
.fa-flag-usa:before {
  content: "\f74d"; }
.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-minus:before {
  content: "\f65d"; }
.fa-folder-open:before {
  content: "\f07c"; }
.fa-folder-plus:before {
  content: "\f65e"; }
.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-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-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-funnel-dollar:before {
  content: "\f662"; }
.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-ghost:before {
  content: "\f6e2"; }
.fa-gift:before {
  content: "\f06b"; }
.fa-gifts:before {
  content: "\f79c"; }
.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-cheers:before {
  content: "\f79f"; }
.fa-glass-martini:before {
  content: "\f000"; }
.fa-glass-martini-alt:before {
  content: "\f57b"; }
.fa-glass-whiskey:before {
  content: "\f7a0"; }
.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-globe-europe:before {
  content: "\f7a2"; }
.fa-gofore:before {
  content: "\f3a7"; }
.fa-golf-ball:before {
  content: "\f450"; }
.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-gopuram:before {
  content: "\f664"; }
.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-lines:before {
  content: "\f7a4"; }
.fa-grip-lines-vertical:before {
  content: "\f7a5"; }
.fa-grip-vertical:before {
  content: "\f58e"; }
.fa-gripfire:before {
  content: "\f3ac"; }
.fa-grunt:before {
  content: "\f3ad"; }
.fa-guitar:before {
  content: "\f7a6"; }
.fa-gulp:before {
  content: "\f3ae"; }
.fa-h-square:before {
  content: "\f0fd"; }
.fa-hacker-news:before {
  content: "\f1d4"; }
.fa-hacker-news-square:before {
  content: "\f3af"; }
.fa-hackerrank:before {
  content: "\f5f7"; }
.fa-hamburger:before {
  content: "\f805"; }
.fa-hammer:before {
  content: "\f6e3"; }
.fa-hamsa:before {
  content: "\f665"; }
.fa-hand-holding:before {
  content: "\f4bd"; }
.fa-hand-holding-heart:before {
  content: "\f4be"; }
.fa-hand-holding-usd:before {
  content: "\f4c0"; }
.fa-hand-lizard:before {
  content: "\f258"; }
.fa-hand-middle-finger:before {
  content: "\f806"; }
.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-rock:before {
  content: "\f255"; }
.fa-hand-scissors:before {
  content: "\f257"; }
.fa-hand-spock:before {
  content: "\f259"; }
.fa-hands:before {
  content: "\f4c2"; }
.fa-hands-helping:before {
  content: "\f4c4"; }
.fa-handshake:before {
  content: "\f2b5"; }
.fa-hanukiah:before {
  content: "\f6e6"; }
.fa-hard-hat:before {
  content: "\f807"; }
.fa-hashtag:before {
  content: "\f292"; }
.fa-hat-wizard:before {
  content: "\f6e8"; }
.fa-haykal:before {
  content: "\f666"; }
.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-broken:before {
  content: "\f7a9"; }
.fa-heartbeat:before {
  content: "\f21e"; }
.fa-helicopter:before {
  content: "\f533"; }
.fa-highlighter:before {
  content: "\f591"; }
.fa-hiking:before {
  content: "\f6ec"; }
.fa-hippo:before {
  content: "\f6ed"; }
.fa-hips:before {
  content: "\f452"; }
.fa-hire-a-helper:before {
  content: "\f3b0"; }
.fa-history:before {
  content: "\f1da"; }
.fa-hockey-puck:before {
  content: "\f453"; }
.fa-holly-berry:before {
  content: "\f7aa"; }
.fa-home:before {
  content: "\f015"; }
.fa-hooli:before {
  content: "\f427"; }
.fa-hornbill:before {
  content: "\f592"; }
.fa-horse:before {
  content: "\f6f0"; }
.fa-horse-head:before {
  content: "\f7ab"; }
.fa-hospital:before {
  content: "\f0f8"; }
.fa-hospital-alt:before {
  content: "\f47d"; }
.fa-hospital-symbol:before {
  content: "\f47e"; }
.fa-hot-tub:before {
  content: "\f593"; }
.fa-hotdog:before {
  content: "\f80f"; }
.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-house-damage:before {
  content: "\f6f1"; }
.fa-houzz:before {
  content: "\f27c"; }
.fa-hryvnia:before {
  content: "\f6f2"; }
.fa-html5:before {
  content: "\f13b"; }
.fa-hubspot:before {
  content: "\f3b2"; }
.fa-i-cursor:before {
  content: "\f246"; }
.fa-ice-cream:before {
  content: "\f810"; }
.fa-icicles:before {
  content: "\f7ad"; }
.fa-id-badge:before {
  content: "\f2c1"; }
.fa-id-card:before {
  content: "\f2c2"; }
.fa-id-card-alt:before {
  content: "\f47f"; }
.fa-igloo:before {
  content: "\f7ae"; }
.fa-image:before {
  content: "\f03e"; }
.fa-images:before {
  content: "\f302"; }
.fa-imdb:before {
  content: "\f2d8"; }
.fa-inbox:before {
  content: "\f01c"; }
.fa-indent:before {
  content: "\f03c"; }
.fa-industry:before {
  content: "\f275"; }
.fa-infinity:before {
  content: "\f534"; }
.fa-info:before {
  content: "\f129"; }
.fa-info-circle:before {
  content: "\f05a"; }
.fa-instagram:before {
  content: "\f16d"; }
.fa-intercom:before {
  content: "\f7af"; }
.fa-internet-explorer:before {
  content: "\f26b"; }
.fa-invision:before {
  content: "\f7b0"; }
.fa-ioxhost:before {
  content: "\f208"; }
.fa-italic:before {
  content: "\f033"; }
.fa-itch-io:before {
  content: "\f83a"; }
.fa-itunes:before {
  content: "\f3b4"; }
.fa-itunes-note:before {
  content: "\f3b5"; }
.fa-java:before {
  content: "\f4e4"; }
.fa-jedi:before {
  content: "\f669"; }
.fa-jedi-order:before {
  content: "\f50e"; }
.fa-jenkins:before {
  content: "\f3b6"; }
.fa-jira:before {
  content: "\f7b1"; }
.fa-joget:before {
  content: "\f3b7"; }
.fa-joint:before {
  content: "\f595"; }
.fa-joomla:before {
  content: "\f1aa"; }
.fa-journal-whills:before {
  content: "\f66a"; }
.fa-js:before {
  content: "\f3b8"; }
.fa-js-square:before {
  content: "\f3b9"; }
.fa-jsfiddle:before {
  content: "\f1cc"; }
.fa-kaaba:before {
  content: "\f66b"; }
.fa-kaggle:before {
  content: "\f5fa"; }
.fa-key:before {
  content: "\f084"; }
.fa-keybase:before {
  content: "\f4f5"; }
.fa-keyboard:before {
  content: "\f11c"; }
.fa-keycdn:before {
  content: "\f3ba"; }
.fa-khanda:before {
  content: "\f66d"; }
.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-landmark:before {
  content: "\f66f"; }
.fa-language:before {
  content: "\f1ab"; }
.fa-laptop:before {
  content: "\f109"; }
.fa-laptop-code:before {
  content: "\f5fc"; }
.fa-laptop-medical:before {
  content: "\f812"; }
.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-layer-group:before {
  content: "\f5fd"; }
.fa-leaf:before {
  content: "\f06c"; }
.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-alt:before {
  content: "\f3be"; }
.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-open:before {
  content: "\f3c1"; }
.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-low-vision:before {
  content: "\f2a8"; }
.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-mail-bulk:before {
  content: "\f674"; }
.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-markdown:before {
  content: "\f60f"; }
.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-mask:before {
  content: "\f6fa"; }
.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-mendeley:before {
  content: "\f7b3"; }
.fa-menorah:before {
  content: "\f676"; }
.fa-mercury:before {
  content: "\f223"; }
.fa-meteor:before {
  content: "\f753"; }
.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-microscope:before {
  content: "\f610"; }
.fa-microsoft:before {
  content: "\f3ca"; }
.fa-minus:before {
  content: "\f068"; }
.fa-minus-circle:before {
  content: "\f056"; }
.fa-minus-square:before {
  content: "\f146"; }
.fa-mitten:before {
  content: "\f7b5"; }
.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-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-mosque:before {
  content: "\f678"; }
.fa-motorcycle:before {
  content: "\f21c"; }
.fa-mountain:before {
  content: "\f6fc"; }
.fa-mouse-pointer:before {
  content: "\f245"; }
.fa-mug-hot:before {
  content: "\f7b6"; }
.fa-music:before {
  content: "\f001"; }
.fa-napster:before {
  content: "\f3d2"; }
.fa-neos:before {
  content: "\f612"; }
.fa-network-wired:before {
  content: "\f6ff"; }
.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-odnoklassniki:before {
  content: "\f263"; }
.fa-odnoklassniki-square:before {
  content: "\f264"; }
.fa-oil-can:before {
  content: "\f613"; }
.fa-old-republic:before {
  content: "\f510"; }
.fa-om:before {
  content: "\f679"; }
.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-otter:before {
  content: "\f700"; }
.fa-outdent:before {
  content: "\f03b"; }
.fa-page4:before {
  content: "\f3d7"; }
.fa-pagelines:before {
  content: "\f18c"; }
.fa-pager:before {
  content: "\f815"; }
.fa-paint-brush:before {
  content: "\f1fc"; }
.fa-paint-roller:before {
  content: "\f5aa"; }
.fa-palette:before {
  content: "\f53f"; }
.fa-palfed:before {
  content: "\f3d8"; }
.fa-pallet:before {
  content: "\f482"; }
.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-pastafarianism:before {
  content: "\f67b"; }
.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-peace:before {
  content: "\f67c"; }
.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-alt:before {
  content: "\f303"; }
.fa-pencil-ruler:before {
  content: "\f5ae"; }
.fa-penny-arcade:before {
  content: "\f704"; }
.fa-people-carry:before {
  content: "\f4ce"; }
.fa-pepper-hot:before {
  content: "\f816"; }
.fa-percent:before {
  content: "\f295"; }
.fa-percentage:before {
  content: "\f541"; }
.fa-periscope:before {
  content: "\f3da"; }
.fa-person-booth:before {
  content: "\f756"; }
.fa-phabricator:before {
  content: "\f3db"; }
.fa-phoenix-framework:before {
  content: "\f3dc"; }
.fa-phoenix-squadron:before {
  content: "\f511"; }
.fa-phone:before {
  content: "\f095"; }
.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-pizza-slice:before {
  content: "\f818"; }
.fa-place-of-worship:before {
  content: "\f67f"; }
.fa-plane:before {
  content: "\f072"; }
.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-square:before {
  content: "\f0fe"; }
.fa-podcast:before {
  content: "\f2ce"; }
.fa-poll:before {
  content: "\f681"; }
.fa-poll-h:before {
  content: "\f682"; }
.fa-poo:before {
  content: "\f2fe"; }
.fa-poo-storm:before {
  content: "\f75a"; }
.fa-poop:before {
  content: "\f619"; }
.fa-portrait:before {
  content: "\f3e0"; }
.fa-pound-sign:before {
  content: "\f154"; }
.fa-power-off:before {
  content: "\f011"; }
.fa-pray:before {
  content: "\f683"; }
.fa-praying-hands:before {
  content: "\f684"; }
.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-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-quran:before {
  content: "\f687"; }
.fa-r-project:before {
  content: "\f4f7"; }
.fa-radiation:before {
  content: "\f7b9"; }
.fa-radiation-alt:before {
  content: "\f7ba"; }
.fa-rainbow:before {
  content: "\f75b"; }
.fa-random:before {
  content: "\f074"; }
.fa-raspberry-pi:before {
  content: "\f7bb"; }
.fa-ravelry:before {
  content: "\f2d9"; }
.fa-react:before {
  content: "\f41b"; }
.fa-reacteurope:before {
  content: "\f75d"; }
.fa-readme:before {
  content: "\f4d5"; }
.fa-rebel:before {
  content: "\f1d0"; }
.fa-receipt:before {
  content: "\f543"; }
.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-redhat:before {
  content: "\f7bc"; }
.fa-redo:before {
  content: "\f01e"; }
.fa-redo-alt:before {
  content: "\f2f9"; }
.fa-registered:before {
  content: "\f25d"; }
.fa-renren:before {
  content: "\f18b"; }
.fa-reply:before {
  content: "\f3e5"; }
.fa-reply-all:before {
  content: "\f122"; }
.fa-replyd:before {
  content: "\f3e6"; }
.fa-republican:before {
  content: "\f75e"; }
.fa-researchgate:before {
  content: "\f4f8"; }
.fa-resolving:before {
  content: "\f3e7"; }
.fa-restroom:before {
  content: "\f7bd"; }
.fa-retweet:before {
  content: "\f079"; }
.fa-rev:before {
  content: "\f5b2"; }
.fa-ribbon:before {
  content: "\f4d6"; }
.fa-ring:before {
  content: "\f70b"; }
.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-running:before {
  content: "\f70c"; }
.fa-rupee-sign:before {
  content: "\f156"; }
.fa-sad-cry:before {
  content: "\f5b3"; }
.fa-sad-tear:before {
  content: "\f5b4"; }
.fa-safari:before {
  content: "\f267"; }
.fa-salesforce:before {
  content: "\f83b"; }
.fa-sass:before {
  content: "\f41e"; }
.fa-satellite:before {
  content: "\f7bf"; }
.fa-satellite-dish:before {
  content: "\f7c0"; }
.fa-save:before {
  content: "\f0c7"; }
.fa-schlix:before {
  content: "\f3ea"; }
.fa-school:before {
  content: "\f549"; }
.fa-screwdriver:before {
  content: "\f54a"; }
.fa-scribd:before {
  content: "\f28a"; }
.fa-scroll:before {
  content: "\f70e"; }
.fa-sd-card:before {
  content: "\f7c2"; }
.fa-search:before {
  content: "\f002"; }
.fa-search-dollar:before {
  content: "\f688"; }
.fa-search-location:before {
  content: "\f689"; }
.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-shapes:before {
  content: "\f61f"; }
.fa-share:before {
  content: "\f064"; }
.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-alt:before {
  content: "\f3ed"; }
.fa-ship:before {
  content: "\f21a"; }
.fa-shipping-fast:before {
  content: "\f48b"; }
.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-sign:before {
  content: "\f4d9"; }
.fa-sign-in-alt:before {
  content: "\f2f6"; }
.fa-sign-language:before {
  content: "\f2a7"; }
.fa-sign-out-alt:before {
  content: "\f2f5"; }
.fa-signal:before {
  content: "\f012"; }
.fa-signature:before {
  content: "\f5b7"; }
.fa-sim-card:before {
  content: "\f7c4"; }
.fa-simplybuilt:before {
  content: "\f215"; }
.fa-sistrix:before {
  content: "\f3ee"; }
.fa-sitemap:before {
  content: "\f0e8"; }
.fa-sith:before {
  content: "\f512"; }
.fa-skating:before {
  content: "\f7c5"; }
.fa-sketch:before {
  content: "\f7c6"; }
.fa-skiing:before {
  content: "\f7c9"; }
.fa-skiing-nordic:before {
  content: "\f7ca"; }
.fa-skull:before {
  content: "\f54c"; }
.fa-skull-crossbones:before {
  content: "\f714"; }
.fa-skyatlas:before {
  content: "\f216"; }
.fa-skype:before {
  content: "\f17e"; }
.fa-slack:before {
  content: "\f198"; }
.fa-slack-hash:before {
  content: "\f3ef"; }
.fa-slash:before {
  content: "\f715"; }
.fa-sleigh:before {
  content: "\f7cc"; }
.fa-sliders-h:before {
  content: "\f1de"; }
.fa-slideshare:before {
  content: "\f1e7"; }
.fa-smile:before {
  content: "\f118"; }
.fa-smile-beam:before {
  content: "\f5b8"; }
.fa-smile-wink:before {
  content: "\f4da"; }
.fa-smog:before {
  content: "\f75f"; }
.fa-smoking:before {
  content: "\f48d"; }
.fa-smoking-ban:before {
  content: "\f54d"; }
.fa-sms:before {
  content: "\f7cd"; }
.fa-snapchat:before {
  content: "\f2ab"; }
.fa-snapchat-ghost:before {
  content: "\f2ac"; }
.fa-snapchat-square:before {
  content: "\f2ad"; }
.fa-snowboarding:before {
  content: "\f7ce"; }
.fa-snowflake:before {
  content: "\f2dc"; }
.fa-snowman:before {
  content: "\f7d0"; }
.fa-snowplow:before {
  content: "\f7d2"; }
.fa-socks:before {
  content: "\f696"; }
.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-sourcetree:before {
  content: "\f7d3"; }
.fa-spa:before {
  content: "\f5bb"; }
.fa-space-shuttle:before {
  content: "\f197"; }
.fa-speakap:before {
  content: "\f3f3"; }
.fa-speaker-deck:before {
  content: "\f83c"; }
.fa-spider:before {
  content: "\f717"; }
.fa-spinner:before {
  content: "\f110"; }
.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-square-root-alt:before {
  content: "\f698"; }
.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-and-crescent:before {
  content: "\f699"; }
.fa-star-half:before {
  content: "\f089"; }
.fa-star-half-alt:before {
  content: "\f5c0"; }
.fa-star-of-david:before {
  content: "\f69a"; }
.fa-star-of-life:before {
  content: "\f621"; }
.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-suse:before {
  content: "\f7d6"; }
.fa-swatchbook:before {
  content: "\f5c3"; }
.fa-swimmer:before {
  content: "\f5c4"; }
.fa-swimming-pool:before {
  content: "\f5c5"; }
.fa-symfony:before {
  content: "\f83d"; }
.fa-synagogue:before {
  content: "\f69b"; }
.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-tablets:before {
  content: "\f490"; }
.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-teeth:before {
  content: "\f62e"; }
.fa-teeth-open:before {
  content: "\f62f"; }
.fa-telegram:before {
  content: "\f2c6"; }
.fa-telegram-plane:before {
  content: "\f3fe"; }
.fa-temperature-high:before {
  content: "\f769"; }
.fa-temperature-low:before {
  content: "\f76b"; }
.fa-tencent-weibo:before {
  content: "\f1d5"; }
.fa-tenge:before {
  content: "\f7d7"; }
.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-the-red-yeti:before {
  content: "\f69d"; }
.fa-theater-masks:before {
  content: "\f630"; }
.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-think-peaks:before {
  content: "\f731"; }
.fa-thumbs-down:before {
  content: "\f165"; }
.fa-thumbs-up:before {
  content: "\f164"; }
.fa-thumbtack:before {
  content: "\f08d"; }
.fa-ticket-alt:before {
  content: "\f3ff"; }
.fa-times:before {
  content: "\f00d"; }
.fa-times-circle:before {
  content: "\f057"; }
.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-toilet:before {
  content: "\f7d8"; }
.fa-toilet-paper:before {
  content: "\f71e"; }
.fa-toolbox:before {
  content: "\f552"; }
.fa-tools:before {
  content: "\f7d9"; }
.fa-tooth:before {
  content: "\f5c9"; }
.fa-torah:before {
  content: "\f6a0"; }
.fa-torii-gate:before {
  content: "\f6a1"; }
.fa-tractor:before {
  content: "\f722"; }
.fa-trade-federation:before {
  content: "\f513"; }
.fa-trademark:before {
  content: "\f25c"; }
.fa-traffic-light:before {
  content: "\f637"; }
.fa-train:before {
  content: "\f238"; }
.fa-tram:before {
  content: "\f7da"; }
.fa-transgender:before {
  content: "\f224"; }
.fa-transgender-alt:before {
  content: "\f225"; }
.fa-trash:before {
  content: "\f1f8"; }
.fa-trash-alt:before {
  content: "\f2ed"; }
.fa-trash-restore:before {
  content: "\f829"; }
.fa-trash-restore-alt:before {
  content: "\f82a"; }
.fa-tree:before {
  content: "\f1bb"; }
.fa-trello:before {
  content: "\f181"; }
.fa-tripadvisor:before {
  content: "\f262"; }
.fa-trophy:before {
  content: "\f091"; }
.fa-truck:before {
  content: "\f0d1"; }
.fa-truck-loading:before {
  content: "\f4de"; }
.fa-truck-monster:before {
  content: "\f63b"; }
.fa-truck-moving:before {
  content: "\f4df"; }
.fa-truck-pickup:before {
  content: "\f63c"; }
.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-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-ubuntu:before {
  content: "\f7df"; }
.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-ups:before {
  content: "\f7e0"; }
.fa-usb:before {
  content: "\f287"; }
.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-injured:before {
  content: "\f728"; }
.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-nurse:before {
  content: "\f82f"; }
.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-usps:before {
  content: "\f7e1"; }
.fa-ussunnah:before {
  content: "\f407"; }
.fa-utensil-spoon:before {
  content: "\f2e5"; }
.fa-utensils:before {
  content: "\f2e7"; }
.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-slash:before {
  content: "\f4e2"; }
.fa-vihara:before {
  content: "\f6a7"; }
.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: "\f6a9"; }
.fa-volume-off:before {
  content: "\f026"; }
.fa-volume-up:before {
  content: "\f028"; }
.fa-vote-yea:before {
  content: "\f772"; }
.fa-vr-cardboard:before {
  content: "\f729"; }
.fa-vuejs:before {
  content: "\f41f"; }
.fa-walking:before {
  content: "\f554"; }
.fa-wallet:before {
  content: "\f555"; }
.fa-warehouse:before {
  content: "\f494"; }
.fa-water:before {
  content: "\f773"; }
.fa-wave-square:before {
  content: "\f83e"; }
.fa-waze:before {
  content: "\f83f"; }
.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-whmcs:before {
  content: "\f40d"; }
.fa-wifi:before {
  content: "\f1eb"; }
.fa-wikipedia-w:before {
  content: "\f266"; }
.fa-wind:before {
  content: "\f72e"; }
.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-bottle:before {
  content: "\f72f"; }
.fa-wine-glass:before {
  content: "\f4e3"; }
.fa-wine-glass-alt:before {
  content: "\f5ce"; }
.fa-wix:before {
  content: "\f5cf"; }
.fa-wizards-of-the-coast:before {
  content: "\f730"; }
.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-wpressr:before {
  content: "\f3e4"; }
.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-yammer:before {
  content: "\f840"; }
.fa-yandex:before {
  content: "\f413"; }
.fa-yandex-international:before {
  content: "\f414"; }
.fa-yarn:before {
  content: "\f7e3"; }
.fa-yelp:before {
  content: "\f1e9"; }
.fa-yen-sign:before {
  content: "\f157"; }
.fa-yin-yang:before {
  content: "\f6ad"; }
.fa-yoast:before {
  content: "\f2b1"; }
.fa-youtube:before {
  content: "\f167"; }
.fa-youtube-square:before {
  content: "\f431"; }
.fa-zhihu:before {
  content: "\f63f"; }
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2") format("woff2"), url("../fonts/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../images/@fortawesome/fontawesome-free/webfonts/fa-brands-400.svg") format("svg"); }
.fab {
  font-family: 'Font Awesome 5 Brands'; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2") format("woff2"), url("../fonts/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../images/@fortawesome/fontawesome-free/webfonts/fa-regular-400.svg") format("svg"); }
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2"), url("../fonts/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../images/@fortawesome/fontawesome-free/webfonts/fa-solid-900.svg") format("svg"); }
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
	min-width: 320px;
	background: #fff;
	font-family: 'Noto Sans', Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #262a2e;
}
a { color: #03a0b0; text-decoration: underline; }
a:hover,
a[href^="tel"] { color: #00636E; }
h1,
h2,
h3,
h4,
h5,
h6 { margin-top: initial; margin-bottom: 0.75em; font-family: Montserrat, Helvetica, sans-serif; }
h1 { font-size: 62px; font-weight: 700; line-height: 1.13; }
h2 { font-size: 36px; font-weight: 700; line-height: 1.22; }
h3 { font-size: 34px; font-weight: 700; line-height: 1.29; }
h4 { font-size: 28px; font-weight: 500; line-height: 1.57; }
h5 { font-size: 24px; font-weight: 600; line-height: 1.13; }
h6 { font-size: 20px; font-weight: 400; line-height: 1.4; }
/* Small Desktop */
@media (max-width: 1200px) {
	h1 { font-size: 50px; line-height: 1.16; }
}
/* Mobile */
@media (max-width: 425px) {
	h1 { font-size: 36px; line-height: 1.22; }
	h2 { font-size: 28px; line-height: 1.29; }
	h3 { font-size: 26px; }
	h4 { font-size: 24px; }
	h5 { font-size: 22px; }
}
p,
ul,
ol,
dl,
hr,
table,
blockquote { margin-bottom: 1.5em; font-weight: 400; letter-spacing: 0.032em; }
ul, li, p {
	letter-spacing: normal;
}
/* Mobile */
@media (max-width: 425px) {
	p,
	ul,
	ol,
	dl,
	hr,
	table,
	blockquote { letter-spacing: 0; }
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }
/* ------------------------------------------------------------ *\
	Gutenberg Blocks
\* ------------------------------------------------------------ */
/* Latest posts, categories, archives */
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts { padding: 0; list-style: none; }
.wp-block-archives li,
.wp-block-categories li,
.wp-block-latest-posts li { color: #666; font-family: Times, "Times New Roman", serif; font-size: 14px; font-weight: bold; line-height: 16px; padding-bottom: 12px; }
.wp-block-archives li.menu-item-has-children, .wp-block-archives li:last-child,
.wp-block-categories li.menu-item-has-children,
.wp-block-categories li:last-child,
.wp-block-latest-posts li.menu-item-has-children,
.wp-block-latest-posts li:last-child { padding-bottom: 0; }
.wp-block-archives li a,
.wp-block-categories li a,
.wp-block-latest-posts li a { text-decoration: none; }
.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter { text-align: center; }
/* Latest categories */
.wp-block-categories ul { padding-top: 12px; }
.wp-block-categories li ul { list-style: none; padding-left: 0; }
/* Latest posts grid view */
.wp-block-latest-posts.is-grid li { border-top: 2px solid #333; padding-top: 16px; margin-bottom: 32px; }
.wp-block-latest-posts.is-grid li a:after { content: ""; }
.wp-block-latest-posts.is-grid li:last-child { margin-bottom: auto; }
.wp-block-latest-posts.is-grid li:last-child a:after { content: ""; }
/* Paragraphs */
.has-drop-cap:not(:focus):first-letter { font-family: Times, "Times New Roman", serif; font-size: 40px; line-height: 1; font-weight: bold; margin: 0 0.25em 0 0; }
/* Font Sizes */
.has-small-font-size { font-size: 10px; }
.has-normal-font-size { font-size: 14px; }
.has-large-font-size { font-size: 18px; }
.has-huge-font-size { font-size: 22px; }
/* Custom background colors */
.has-primary-background-color,
.has-secondary-background-color,
.has-dark-gray-background-color,
.has-light-gray-background-color { color: #fafafa; }
.has-primary-background-color p,
.has-primary-background-color h1,
.has-primary-background-color h2,
.has-primary-background-color h3,
.has-primary-background-color h4,
.has-primary-background-color h5,
.has-primary-background-color h6,
.has-primary-background-color a,
.has-secondary-background-color p,
.has-secondary-background-color h1,
.has-secondary-background-color h2,
.has-secondary-background-color h3,
.has-secondary-background-color h4,
.has-secondary-background-color h5,
.has-secondary-background-color h6,
.has-secondary-background-color a,
.has-dark-gray-background-color p,
.has-dark-gray-background-color h1,
.has-dark-gray-background-color h2,
.has-dark-gray-background-color h3,
.has-dark-gray-background-color h4,
.has-dark-gray-background-color h5,
.has-dark-gray-background-color h6,
.has-dark-gray-background-color a,
.has-light-gray-background-color p,
.has-light-gray-background-color h1,
.has-light-gray-background-color h2,
.has-light-gray-background-color h3,
.has-light-gray-background-color h4,
.has-light-gray-background-color h5,
.has-light-gray-background-color h6,
.has-light-gray-background-color a { color: #fff; }
.has-white-background-color { color: #000; }
.has-white-background-color p,
.has-white-background-color h1,
.has-white-background-color h2,
.has-white-background-color h3,
.has-white-background-color h4,
.has-white-background-color h5,
.has-white-background-color h6,
.has-white-background-color a { color: #000; }
.has-primary-background-color,
.wp-block-pullquote.is-style-solid-color.has-primary-background-color { background-color: #363636; }
.has-secondary-background-color,
.wp-block-pullquote.is-style-solid-color.has-secondary-background-color { background-color: #666; }
.has-dark-gray-background-color,
.wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color { background-color: #000; }
.has-light-gray-background-color,
.wp-block-pullquote.is-style-solid-color.has-light-gray-background-color { background-color: #666; }
.has-white-background-color,
.wp-block-pullquote.is-style-solid-color.has-white-background-color { background-color: #FFF; }
/* Custom foreground colors */
.has-primary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-primary-color p { color: #363636; }
.has-secondary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color p { color: #666; }
.has-dark-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color p { color: #000; }
.has-light-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color p { color: #666; }
.has-white-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-white-color { color: #FFF; }
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: '';
  display: block;
  clear: both; }
/*  Notext  */
.notext { overflow: hidden; text-indent: 101%; white-space: nowrap; }
/*  Hidden  */
[hidden],
.hidden { display: none !important; }
/*  Alignleft  */
.alignleft { float: left; }
/*  Alignright  */
.alignright { float: right; }
/*  Disabled  */
[disabled],
.disabled { cursor: default; }
/*  Grid  */
.cols { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }
.col { max-width: 100%; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; }
.col--1of2 { max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }
@media (max-width: 768px) {
	.hidden-xs { display: none !important; }
	.visible-xs-block { display: block !important; }
	.visible-xs-inline { display: inline !important; }
	.visible-xs-inline-block { display: inline-block !important; }
}
@media (min-width: 769px) and (max-width: 1150px) {
	.hidden-sm { display: none !important; }
	.visible-sm-block { display: block !important; }
	.visible-sm-inline { display: inline !important; }
	.visible-sm-inline-block { display: inline-block !important; }
}
@media (min-width: 1151px) and (max-width: 1200px) {
	.hidden-md { display: none !important; }
	.visible-md-block { display: block !important; }
	.visible-md-inline { display: inline !important; }
	.visible-md-inline-block { display: inline-block !important; }
}
@media (min-width: 1201px) {
	.hidden-lg { display: none !important; }
	.visible-lg-block { display: block !important; }
	.visible-lg-inline { display: inline !important; }
	.visible-lg-inline-block { display: inline-block !important; }
}
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* { padding: 0; margin: 0; outline: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
*:before,
*:after { -webkit-box-sizing: inherit; box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main { display: block; }
template { display: none; }
html { -webkit-tap-highlight-color: rgba(0,0,0,0); tap-highlight-color: rgba(0,0,0,0); }
body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }
img,
iframe,
video,
audio,
object { max-width: 100%; }
img,
iframe { border: 0 none; }
img { height: auto; display: inline-block; vertical-align: middle; }
b,
strong { font-weight: bold; }
address { font-style: normal; }
svg:not(:root) { overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; appearance: none; }
textarea { overflow: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
button,
select { text-transform: none; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
nav ul,
nav ol { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Base WordPress CSS
\* ------------------------------------------------------------ */
.alignnone,
.alignleft,
.alignright,
.aligncenter { margin: 5px 15px 10px; }
.alignleft { margin-left: 0; }
.alignright { margin-right: 0; }
.alignnone { margin-left: 0; margin-right: 0; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { position: relative; }
.wp-caption img { width: 100%; }
.wp-caption-text { position: absolute; bottom: 0; left: 0; right: 0; padding: 5px 10px; background: rgba(0, 0, 0, 0.5); color: #fff; }
/* ------------------------------------------------------------ *\
	Gallery
\* ------------------------------------------------------------ */
.gallery { position: relative; overflow: hidden; padding-bottom: 20px; }
.gallery .wp-caption-text { right: 10px; bottom: 10px; left: 10px; text-align: left; }
.gallery-item { float: left; position: relative; padding: 10px; }
.gallery-item img { width: 100%; }
.gallery-columns-1 .gallery-item { width: 100%; }
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-3 .gallery-item { width: 33.33%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery-columns-5 .gallery-item { width: 20%; }
.gallery-columns-6 .gallery-item { width: 16.67%; }
.gallery-columns-7 .gallery-item { width: 14.29%; }
.gallery-columns-8 .gallery-item { width: 12.5%; }
.gallery-columns-9 .gallery-item { width: 11.11%; }
.gallery-columns-7 .wp-caption,
.gallery-columns-8 .wp-caption,
.gallery-columns-9 .wp-caption { display: none; }
/* ------------------------------------------------------------ *\
	Pagination
\* ------------------------------------------------------------ */
.paging { padding: 0 0 20px; text-align: center; }
.paging ul { list-style: none outside none; }
.paging ul,
.paging li { display: inline-block; vertical-align: top; }
.paging a { display: inline-block; padding: 4px 10px; border: 1px solid #000; margin: 0 2px; text-decoration: none; border-radius: 4px; }
.paging .current a,
.paging a:hover { text-decoration: none; background: #000; color: #fff; }
.paging-label { padding-right: 10px; }
/* ------------------------------------------------------------ *\
	Comments
\* ------------------------------------------------------------ */
.section-comments { padding-top: 15px; }
.section-comments a { text-decoration: none; }
.section-comments p { padding-bottom: 18.2px; }
.section-comments ol,
.section-comments ul { padding: 0; margin: 0; list-style: none outside none; }
.section-comments h3 { position: relative; padding: 0 0 10px; }
.section-comments h3 small { position: absolute; top: 0; right: 0; }
.comments,
.comments .children { position: relative; }
.comments .children:before,
.comments .children:after { content: ''; position: absolute; display: block; }
.comments .children:before { top: 33px; left: 23px; width: 32px; height: 27px; border-left: 8px solid #c3c3c3; border-bottom: 8px solid #c3c3c3; border-radius: 0 0 0 8px; }
.comments .children:after { top: -5px; left: 8px; border: 20px solid transparent; border-width: 20px 19px; border-bottom-color: #c3c3c3; }
.comments .comment { position: relative; border-top: 1px dashed #363636; }
.comments .children { padding-left: 70px; }
.comments .avatar { position: absolute; top: 28px; left: 0; width: 48px; height: 48px; border-radius: 50%; border: 1px solid #ccc; }
.comments .says { padding-left: 5px; }
.comments .moderation-notice { display: inline-block; margin: 3px 0 8px; color: #999; }
.comments .comment__entry { position: relative; padding: 30px 0 30px 65px; }
.comments .comment__text p:last-child { padding-bottom: 0; margin-bottom: 0; }
.comments .comment__meta { padding-bottom: 12px; }
.comments .comment__meta a { color: #363636; }
.comments .comment__reply { padding-top: 10px; text-align: right; }
.comments .comment__reply a { display: inline-block; padding: 5px 10px; background: #363636; color: #fff; border-radius: 6px; }
.comments .comment__reply a:hover { text-decoration: none; opacity: .8; }
.comment-respond { width: 100%; padding-top: 30px; border-top: 1px solid #363636; }
.comment-respond h3 { position: relative; }
.comment-respond small { position: absolute; top: 0; right: 0; }
.comment-respond label { display: block; padding-bottom: 4px; }
.comment-respond input[type="text"],
.comment-respond textarea { display: block; width: 100%; padding: 10px; border: 1px solid #ccc; background: #f7f7f7;  }
.comment-respond textarea { height: 100px; }
.comment-respond input[type="text"]:focus { background-color: #fff; }
.comment-respond input[type="text"]::-webkit-input-placeholder { color: #777; }
.comment-respond input[type="text"]::-moz-placeholder { color: #777; }
.comment-respond input[type="text"]:-ms-input-placeholder { color: #777; }
.comment-respond input[type="text"]::-ms-input-placeholder { color: #777; }
.comment-respond input[type="text"]::placeholder { color: #777; }
.comment-respond .required { color: #e40000; }
.comment-respond .comment-notes { padding-top: 15px; }
.comment-respond .form-submit input { display: block; width: 160px; height: 40px; border: 0; font-size: 14px; font-weight: bold; color: #fff; background: #363636; cursor: pointer; border-radius: 4px; }
.nocomments { padding-top: 12px; font-weight: bold; font-size: 18px; }
/* ------------------------------------------------------------ *\
	Search Form
\* ------------------------------------------------------------ */
.search-form { position: relative; overflow: hidden; }
.search-form .search__field { display: block; width: 100%; padding: 10px; border: 1px solid #ccc; background: #f7f7f7; }
.search-form .search__field:focus { background-color: #fff; }
.search-form .search__field::-webkit-input-placeholder { color: #777; }
.search-form .search__field::-moz-placeholder { color: #777; }
.search-form .search__field:-ms-input-placeholder { color: #777; }
.search-form .search__field::-ms-input-placeholder { color: #777; }
.search-form .search__field::placeholder { color: #777; }
.search-form .screen-reader-text { position: absolute; top: 0; left: 0; width: 0; height: 0; opacity: 0.5; visibility: hidden; }
/* ------------------------------------------------------------ *\
	Core Blocks
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Gutenber Block - Audio
\* ------------------------------------------------------------ */
.wp-block-audio { width: 100%; }
.wp-block-audio audio { width: 100%; }
.wp-block-audio.alignleft audio,
.wp-block-audio.alignright audio { max-width: 200px; }
@media (max-width: 1150px) {
	.wp-block-audio.alignleft audio,
	.wp-block-audio.alignright audio { max-width: 350px; }
}
@media (max-width: 1200px) {
	.wp-block-audio.alignleft audio,
	.wp-block-audio.alignright audio { max-width: 480px; }
}
/* ------------------------------------------------------------ *\
	Gutenberg Block - Button
\* ------------------------------------------------------------ */
.wp-block-button .wp-block-button__link { border: none; font-size: 16px; font-family: 'Noto Sans', Helvetica, sans-serif; line-height: 18px; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: bold; text-decoration: none; padding: 15px 12px; outline: none; outline: none; }
.wp-block-button .wp-block-button__link:not(.has-background) { background-color: #666; }
.wp-block-button .wp-block-button__link:not(.has-text-color) { color: white; }
.wp-block-button .wp-block-button__link:hover { color: white; background: #333; cursor: pointer; }
.wp-block-button .wp-block-button__link:focus { color: white; background: #333; outline: thin dotted; outline-offset: -4px; }
.wp-block-button:not(.is-style-squared) .wp-block-button__link { border-radius: 5px; }
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:active { border-width: 2px; border-style: solid; }
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) { background: transparent; }
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) { color: #666; border-color: currentColor; }
.wp-block-button.is-style-outline .wp-block-button__link:hover { color: white; border-color: #333; }
/* ------------------------------------------------------------ *\
	Gutenberg Block - Caption
\* ------------------------------------------------------------ */
.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption { font-size: 16px; font-family: Times, 'Times New Roman', serif; line-height: 18px; margin: 0; padding: 8px; text-align: center; }
/* ------------------------------------------------------------ *\
	Gutenberg Block - Code
\* ------------------------------------------------------------ */
.wp-block-code { border-radius: 0; }
.wp-block-code code { font-size: 16px; white-space: pre-wrap; word-break: break-word; }
/* ------------------------------------------------------------ *\
	Gutenber Block - Columns
\* ------------------------------------------------------------ */
.wp-block-columns.alignfull { padding-left: 16px; padding-right: 16px; }
@media (max-width: 768px), screen and (max-width: 812px) and (orientation: landscape) {
	.wp-block-columns {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
}
@media (max-width: 1150px) {
	.wp-block-columns .wp-block-column > *:first-child { margin-top: 0; }
	.wp-block-columns .wp-block-column > *:last-child { margin-bottom: 0; }

	.wp-block-columns[class*='has-'] > * { margin-right: 16px; }
	.wp-block-columns[class*='has-'] > *:last-child { margin-right: 0; }

	.wp-block-columns.alignfull,
	.wp-block-columns.alignfull .wp-block-column { padding-left: 32px; padding-right: 32px; }
}
/* ------------------------------------------------------------ *\
	Gutenberg Block - Cover Image
\* ------------------------------------------------------------ */
.wp-block-cover-image,
.wp-block-cover { position: relative; min-height: 430px; padding: 16px; }
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 { font-family: Times, "Times New Roman", serif; font-size: 16px; font-weight: bold; line-height: 1.25; padding: 0; color: #fff; }
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright { width: 100%; }
@media (max-width: 1150px) {
	.wp-block-cover-image,
	.wp-block-cover { padding: 16px 10px; }

	.wp-block-cover-image .wp-block-cover-image-text,
	.wp-block-cover-image .wp-block-cover-text,
	.wp-block-cover-image h2,
	.wp-block-cover .wp-block-cover-image-text,
	.wp-block-cover .wp-block-cover-text,
	.wp-block-cover h2 { font-size: 18px; max-width: 100%; }

	.wp-block-cover-image.alignleft,
	.wp-block-cover-image.alignright,
	.wp-block-cover.alignleft,
	.wp-block-cover.alignright { padding: 16px 32px; }

	.wp-block-cover-image.alignfull,
	.wp-block-cover.alignfull { padding-left: 90px; padding-right: 90px; }

	.wp-block-cover-image.alignfull .wp-block-cover-image-text,
	.wp-block-cover-image.alignfull .wp-block-cover-text,
	.wp-block-cover-image.alignfull h2,
	.wp-block-cover.alignfull .wp-block-cover-image-text,
	.wp-block-cover.alignfull .wp-block-cover-text,
	.wp-block-cover.alignfull h2 { padding: 0; }
}
/* ------------------------------------------------------------ *\
	Gutenberg Block - File
\* ------------------------------------------------------------ */
.wp-block-file { font-family: Times, 'Times New Roman', serif; }
.wp-block-file__button { display: table; border: none; border-radius: 5px; background: #666; font-size: 16px; font-family: Times, 'Times New Roman', serif; line-height: 18px; text-decoration: none; font-weight: bold; padding: 20px 16px; color: #fff; margin-left: 0; margin-top: 20px; }
.wp-block-file__button:hover { background: #333; cursor: pointer; }
.wp-block-file__button:focus { background: #333; outline: thin dotted; outline-offset: -4px; }
@media (max-width: 1150px) {
	.wp-block-file { font-size: 14px; padding: 15px 20px; }
}
/* ------------------------------------------------------------ *\
	Gutenberg Block - Gallery
\* ------------------------------------------------------------ */
.wp-block-gallery { list-style-type: none; padding-left: 0; }
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child { margin-bottom: 16px; }
.wp-block-gallery figcaption a { color: #fff; }
/* ------------------------------------------------------------ *\
	Gutenberg Block - Image
\* ------------------------------------------------------------ */
.wp-block-image	{ margin-bottom: 1.5em; }
.wp-block-image	img { display: block; }
.wp-block-image.alignleft,
.wp-block-image.alignright { max-width: 100%; }
.wp-block-image.alignfull img { width: 100vw; }
@media (max-width: 1150px) {
	.wp-block-image.alignfull { margin-left: auto; margin-right: auto; }
}
/* ------------------------------------------------------------ *\
	Gutenberg Block - Latest Comments
\* ------------------------------------------------------------ */
.wp-block-latest-comments .wp-block-latest-comments__comment-meta { font-family: Times, 'Times New Roman', serif; font-weight: bold; }
.wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date { font-weight: normal; }
.wp-block-latest-comments .wp-block-latest-comments__comment,
.wp-block-latest-comments .wp-block-latest-comments__comment-date,
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p { font-size: inherit; }
.wp-block-latest-comments.has-dates .wp-block-latest-comments__comment-date { font-size: 12px; }
/* ------------------------------------------------------------ *\
	Gutenberg Block - Preformatted Text
\* ------------------------------------------------------------ */
.wp-block-preformatted { font-size: 14px; line-height: 1.8; padding: 15px; }
/* ------------------------------------------------------------ *\
	Gutenberg Block - Pullquote
\* ------------------------------------------------------------ */
.wp-block-pullquote { border-color: transparent; border-width: 2px; padding: 14px; }
.wp-block-pullquote blockquote { color: #000; border: none; margin-top: 60px; margin-bottom: 60px; margin-right: 0; padding-left: 0; }
.wp-block-pullquote p { font-size: 18px; font-style: italic; line-height: 1.3; margin-bottom: 7px; margin-top: 7px; }
.wp-block-pullquote p em { font-style: normal; }
.wp-block-pullquote cite { display: inline-block; font-family: Times, 'Times New Roman', serif; line-height: 1.6; text-transform: none; color: #666; font-size: 12px; }
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright { width: 100%; padding: 0; }
.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote { margin: 14px 0; padding: 0; text-align: left; max-width: 100%; }
.wp-block-pullquote.alignleft blockquote p:first-child,
.wp-block-pullquote.alignright blockquote p:first-child { margin-top: 0; }
.wp-block-pullquote.is-style-solid-color { background-color: #363636; padding-left: 0; padding-right: 0; }
.wp-block-pullquote.is-style-solid-color p { font-size: 16px; line-height: 1.3; margin-bottom: 7px; margin-top: 7px; }
.wp-block-pullquote.is-style-solid-color a { color: transparent; }
.wp-block-pullquote.is-style-solid-color cite { color: inherit; }
.wp-block-pullquote.is-style-solid-color blockquote { max-width: 100%; color: #fafafa; padding-left: 0; margin-left: 14px; margin-right: 14px; }
.wp-block-pullquote.is-style-solid-color blockquote.has-text-color p,
.wp-block-pullquote.is-style-solid-color blockquote.has-text-color a,
.wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-white-color { color: inherit; }
@media (max-width: 1150px) {
	.wp-block-pullquote p { font-size: 20px; }

	.wp-block-pullquote.is-style-solid-color { padding-left: 10%; padding-right: 10%; }
	.wp-block-pullquote.is-style-solid-color p { font-size: 18px; }
	.wp-block-pullquote.is-style-solid-color blockquote { margin-left: 0; margin-right: 0; }

	.wp-block-pullquote.is-style-solid-color.alignright,
	.wp-block-pullquote.is-style-solid-color.alignleft { padding: 14px 28px; }

	.wp-block-pullquote.is-style-solid-color.alignfull { padding-left: 80px; padding-right: 80px; }
}
/* ------------------------------------------------------------ *\
	Gutenberg Block - Blockquote
\* ------------------------------------------------------------ */
.wp-block-quote:not(.is-large),
.wp-block-quote:not(.is-style-large) { border-left: 2px solid #363636; padding: 0 0 0 16px; }
.wp-block-quote p { font-size: 1em; font-style: normal; line-height: 1.8; }
.wp-block-quote cite { font-size: 14px; }
.wp-block-quote.is-large,
.wp-block-quote.is-style-large { margin: 15px 0; padding: 0; border-left: none; }
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p { font-size: 24px; line-height: 1.4; font-style: italic; }
.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large footer { font-size: 14px; }
@media (max-width: 1150px) {
	.wp-block-quote.is-large,
	.wp-block-quote.is-style-large { margin: 15px 0; padding: 15px 0; }

	.wp-block-quote.is-large p,
	.wp-block-quote.is-style-large p { font-size: 16px }
}
/* ------------------------------------------------------------ *\
	Gutenberg Block - Separator
\* ------------------------------------------------------------ */
.wp-block-separator,
hr { background-color: #666; border: 0; height: 2px; margin-bottom: 30px; margin-top: 30px; max-width: 40px; text-align: left; }
.wp-block-separator .is-style-wide,
hr .is-style-wide { max-width: 100%; }
.wp-block-separator.is-style-dots,
hr.is-style-dots { max-width: 100%; background-color: inherit; border: inherit; height: inherit; text-align: center; }
.wp-block-separator:before,
hr:before { color: #666; font-size: 16px; padding-left: 20px; }
/* Remove duplicate rule-line when a separator
 * is followed by an H1, or H2 */
.wp-block-separator + h1:before,
hr + h1:before,
.wp-block-separator + h2:before,
hr + h2:before { display: none; }
/* ------------------------------------------------------------ *\
	Gutenberg Block - Table
\* ------------------------------------------------------------ */
.wp-block-table th,
.wp-block-table td { border-color: #666; }
/* ------------------------------------------------------------ *\
	Gutenberg Block - Twitter Embed
\* ------------------------------------------------------------ */
.wp-block-embed-twitter { word-break: break-word; }
/* ------------------------------------------------------------ *\
	Gutenberg Block - Verse
\* ------------------------------------------------------------ */
.wp-block-verse { font-family: Times, 'Times New Roman', serif; font-size: 16px; line-height: 1.8; }
/* ------------------------------------------------------------ *\
	Gutenberg Block - Video
\* ------------------------------------------------------------ */
.wp-block-video video { width: 100%; }
/* ------------------------------------------------------------ *\
	Custom Blocks
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Regions
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer { padding: 53px 0 67px; background: #151617; color: #fff; border-top: 11px solid #cb2326; -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; }
@media (min-width: 1200px) {
	.footer { max-height: 300px; }
}
.footer .footer__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.footer .footer__content { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding: 18px 0 0 0; margin: 0 -45px; }
.footer .footer__nav { padding: 0 45px; }
.footer .footer__nav h6 { font-size: 15px; font-weight: 500; text-transform: uppercase; font-family: Montserrat, Helvetica, sans-serif; margin-bottom: 10px; }
.footer .footer__nav h6 a { color: white; text-decoration: none; }
.footer .footer__nav h6 a:hover { text-decoration: underline; }
.footer .footer__nav ul:not(.socials) li + li { margin-top: 10px; }
.footer .footer__nav ul.info li + li { margin-top: 3px; }
.footer .footer__nav ul:not(.socials) li a { font-size: 14px; text-decoration: none; color: inherit; letter-spacing: 0.02em; position: relative; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.footer .footer__nav ul:not(.socials) li a:before { position: absolute; content: ''; height: 2px; left: 0; bottom: -5px; background: #03a0b0; width: 0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.footer .footer__nav ul:not(.socials) li a:hover { color: #fff; }
.footer .footer__nav ul:not(.socials) li a:hover:before { width: 100%; }
.footer .socials li svg { fill: #fff; }
.footer .socials li:hover svg { fill: #03a0b0; }
/* Small Desktop */
@media (max-width: 1200px) {
	.footer .footer__nav { padding: 0 30px 20px; }
}
/* Tablet Portrait */
@media (max-width: 1150px) {
	.footer { padding: 48px 0 43px; }

	.footer .footer__content,
	.footer .footer__aside { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
	
	.footer .footer__aside { margin: 0 0 26px 4px; }

	.footer .footer__content { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin: 0 -30px; }

	.footer	.logo--secondary { width: 297px; height: 81px; }
}
/* Mobile */
@media (max-width: 425px) {
	.footer { padding: 48px 0 78px; }
	.footer	.logo--secondary { width: 236px; height: 64px; }
	.footer .footer__aside { margin: 0 0 35px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
	.footer .footer__content { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; margin: 0 auto; }
	.footer .footer__nav { padding: 0 0 42px; }
	.footer .footer__nav:last-child { padding-bottom: 0; }
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header { position: absolute; width: 100%; top: 0; left: 0; padding: 13px 0 19px; z-index: 100; border-bottom: 1px solid #DBE3EB; }
.header .header__inner,
.header .header__content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.header .header__aside { display: none; }
.header .header__aside { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; position: relative; display: none; }
.header .header__aside .logo { position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
.header .header__aside .nav-trigger { position: relative; top: 4px; left: -9px; }
.header .socials { margin: 10px 0 0 38px; }
.header .socials li:hover svg { fill: #03a0b0; }
.header--fixed { position: fixed; top: 0; background: rgba(255, 255, 255, 0.97); -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.27); box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.27); }
body.nav-show .header .header__content { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); max-width: 325px; }
/* Mobile */
@media (max-width: 425px) {
	.header { padding: 13px 0 13px; }

	.header .logo { width: 155px; height: 42px; }
	.header .shell { padding-left: 20px; padding-right: 20px; }

	.header .header__aside .nav-trigger { left: 0; top: 3px; }

	.header .header__aside .link-apply { font-size: 13px; max-width: 43px; text-align: right; margin-right: 3px; }

	.header .header__content { padding: 35px 55px 55px 44px; }

	body.nav-show .header .header__content { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
/* Tablet Portrait */
@media (max-width: 1150px) {
	.header { padding: 27px 0 28px; }
	.header .shell { padding-left: 98px; padding-right: 98px; }

	.header .socials { margin: 43px 0 0 0; width: 100%; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
	.header .socials li svg { fill: #fff; }

	.header .header__inner > .logo { display: none; }
	.header .header__aside { display: -webkit-box; display: -ms-flexbox; display: flex; }

	.header .header__content { position: absolute; top: 100%; left: 0; -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); max-width: 235px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; overflow: hidden; z-index: 10; background-color: #151617; height: 100vh; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; padding: 55px 55px 55px 93px; color: #fff; }
}
/* Small Desktop */
@media (max-width: 1200px) {
	.header .socials { margin: 10px 0 0 15px; }
}
/* ------------------------------------------------------------ *\
	Modules
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Accordion
\* ------------------------------------------------------------ */
.accordion .accordion__section { -webkit-box-shadow: 0 1px 18px rgba(0, 0, 0, 0.08); box-shadow: 0 1px 18px rgba(0, 0, 0, 0.08); background: #fff; padding: 0 32px 0 40px;}
.accordion .accordion__section + .accordion__section { margin-top: 20px; }
.accordion .accordion__head { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 39px 0 39px; -webkit-transition: padding .3s; -o-transition: padding .3s; transition: padding .3s; cursor: pointer; }
.accordion .accordion__head h5 { font-size: 20px; font-family: 'Noto Sans', Helvetica, sans-serif; color: #262a2e; font-weight: 400; margin-bottom: 0; }
.accordion .accordion__section--current .accordion__head { padding: 39px 0 32px; }
.accordion .accordion__body { font-size: 15px; line-height: 1.55; padding: 0 70px 52px 0; }
.accordion .accordion__body p { letter-spacing: 0; }
.accordion .accordion__body .btn { padding: 10px 48px; margin-top: 10px; }
.accordion .accordion-trigger { width: 18px; height: 16px; position: relative; }
.accordion .accordion__btn { position: absolute; top: 0; left: 0; width: 100%; height: 100%; fill: #03a0b0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.accordion .accordion__btn--close { opacity: 0; visibility: hidden; }
.accordion .accordion__section--current .accordion__btn--close { opacity: 1; visibility: visible; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
.accordion .accordion__section--current .accordion__btn--open { opacity: 0; visibility: hidden; }
.accordion .accordion__head:hover .accordion__btn { fill: #00636E; }
/* Mobile */
@media (max-width: 768px), screen and (max-width: 812px) and (orientation: landscape) {
	.accordion .accordion__head { padding: 39px 13px 39px 0; }
	.accordion .accordion__section--current .accordion__head { padding: 39px 13px 30px 0; }

	.accordion .accordion__body .btn { margin-top: 13px; }
	.accordion .accordion__body { padding: 0 70px 60px 0; }
}
/* Mobile */
@media (max-width: 425px) {
	.accordion .accordion__section { padding: 0 10px 0 20px; }

	.accordion .accordion__head { padding: 31px 13px 24px 0; }
	.accordion .accordion__head h5 { max-width: 203px; line-height: 1.3; }
	.accordion .accordion__body { padding: 0 10px 40px 0; }
	.accordion .accordion__body .btn { margin: 37px auto 0; display: block; max-width: 188px; padding: 10px;}

	.accordion .accordion__section--current .accordion__head { padding: 30px 13px 14px 0; }
}
@media(max-width: 350px){
	.accordion .accordion__head,
	.accordion .accordion__section--current .accordion__head  { padding: 20px 0px; }
	.accordion .accordion-trigger { margin-bottom: 20px; }
}
/* ------------------------------------------------------------ *\
	Article Main ( Section Main )
\* ------------------------------------------------------------ */
.article-main { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.article-main .article__image { -webkit-box-flex: 0; -ms-flex: 0 1 500px; flex: 0 1 500px; max-width: 500px; margin-right: 100px; }
.article-main .article__image img { border-radius: 50%; }
.article-main .article__content { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; padding: 47px 0 0; }
.article-main .article__content > * { line-height: 1.69; }
.article-main .article__content h3 { margin-bottom: 16px; }
.article-main .article__content p { margin-bottom: 30px; }
.article-main .article__content .btn { margin-top: 42px; padding: 15px 45px; }
/* Small Desktop */
@media (max-width: 1200px) {
	.article-main .article__content { padding: 0; }
	.article-main .article__image { max-width: 300px; -webkit-box-flex: 0; -ms-flex: 0 0 300px; flex: 0 0 300px; margin-right: 30px; }
}
/* Tablet Portrait */
@media(max-width: 1024px){
	.article-main .article__image { display: none; }
}
/* Mobile */
@media (max-width: 768px), screen and (max-width: 812px) and (orientation: landscape) {
	.article-main .article__content { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

	.article-main .article__content { padding: 0; }
	.article-main .article__content .btn { margin-top: 14px; }

	.article-main .article__image { display: none; }
}
@media (max-width: 425px) {
	.article-main .article__content > * { line-height: initial; }
	.article-main .article__content .title { font-size: 28px; margin: 0 40px 29px 0; }
	.article-main .article__content p { line-height: 1.6; margin-bottom: 25px; }
	.article-main .article__content .btn { margin-top: 15px; padding: 17px 44px; }
}
/* ------------------------------------------------------------ *\
	Article Secondary ( Tabs )
\* ------------------------------------------------------------ */
.article-secondary { display: -webkit-box; display: -ms-flexbox; display: flex; }
.article-secondary .article__image { -webkit-box-flex: 0; -ms-flex: 0 0 420px; flex: 0 0 420px; max-width: 420px; position: relative; z-index: 3; }
.article-secondary .article__image img { position: absolute; }
.article-secondary .article__image-primary { bottom: 390px; right: 170px; z-index: 1; border-radius: 50%; }
.article-secondary .article__image-secondary { bottom: 0; right: 0; }
.article-secondary .article__content { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; padding: 14px 0 104px; margin: 0 66px 0 0; font-size: 16px; min-height: 650px; }
.article-secondary .article__content p { letter-spacing: 0; }
.article-secondary .article__content ol li,
.article-secondary .article__content ul li { list-style-type: disc; letter-spacing: 0em; margin-left: 17px; }
.article-secondary .article__content ol li { list-style-type: decimal; }
.article-secondary .article__content .btn { margin-top: 5px; padding: 16px 43px; font-size: 15px; font-weight: 500; }
/* Small Desktop */
@media (max-width: 1200px) {
	.article-secondary .article__image { -webkit-box-flex: 0; -ms-flex: 0 0 300px; flex: 0 0 300px; max-width: 300px; }	
}
/* Mobile */
@media (max-width: 1150px) {
	.article-secondary .article__image { display: none; }

	.article-secondary .article__content { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; margin: 0; padding: 14px 0 30px; }
	.article-secondary .article__content h4 { margin-bottom: 19px; }
}
/* ------------------------------------------------------------ *\
	Box
\* ------------------------------------------------------------ */
.box { height: 417px; padding: 45px 23px 10px; -webkit-box-shadow: 0 1px 18px rgba(0, 0, 0, .2); box-shadow: 0 1px 18px rgba(0, 0, 0, .2); background: #fff; text-align: center; position: relative; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; z-index: 2; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateZ(0); transform: translateZ(0); }
.box:before { position: absolute; content: ''; width: 100%; height: 30px; background: #fff; left: 0; top: 100%; z-index: 2; opacity: 0; visibility: hidden; -webkit-transition: .2s; -o-transition: .2s; transition: .2s; -webkit-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s; }
.box .box__image { height: 80px; width: 90px; line-height: 80px; margin: 0 auto 35px; position: relative; }
.box .box__image img { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.box .box__image-secondary { opacity: 0; visibility: hidden; }
.box .box__entry { height: 168px; margin-bottom: 31px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; overflow: hidden; }
.box .box__entry h6 { font-weight: 500; margin-bottom: 0; }
.box .box__entry p { letter-spacing: 0; }
.box .box__actions { position: relative; min-height: 33px; z-index: 2; }
.box .box__actions .link-close { position: absolute; top: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); opacity: 0; visibility: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.box:hover .box__image-primary { opacity: 0; visibility: hidden; }
.box:hover .box__image-secondary { opacity: 1; visibility: visible; }
/* Small Desktop */
@media (max-width: 1200px) {
	.box .box__entry { height: 180px; }
}
/* Mobile */
@media (max-width: 1150px) {
	.box { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; height: auto; min-height: 210px; padding: 29px 32px 10px 30px; }

	.box .box__image { margin: 0 30px 0 0; }

	.box .box__entry { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; height: auto; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; text-align: left; margin-bottom: 0; min-height: 113px; }
	.box .box__entry h6 { margin-bottom: 13px; }

	.box .box__actions { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; min-height: auto;  }
}
/* Mobile */
@media(max-width: 720px){
	.box { height: auto; min-height: 360px; }

	.box .box__image,
	.box .box__entry,
	.box .box__actions { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

	.box .box__image { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin: 0 0 8px; }
	.box .box__image img { left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

	.box .box__entry { margin-bottom: 15px; }
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn { font-size: 17px; background: #03a0b0; color: #fff; padding: 15px 95px; font-family: Montserrat, Helvetica, sans-serif; -webkit-transition: color 0.3s 0.1s ease-out, -webkit-transform .3s ease-in; transition: color 0.3s 0.1s ease-out, -webkit-transform .3s ease-in; -o-transition: color 0.3s 0.1s ease-out, transform .3s ease-in; transition: color 0.3s 0.1s ease-out, transform .3s ease-in; transition: color 0.3s 0.1s ease-out, transform .3s ease-in, -webkit-transform .3s ease-in; position: relative; overflow: hidden; z-index: 1; -webkit-box-shadow: 0 1px 8px rgba(46, 52, 54, 0.16); box-shadow: 0 1px 8px rgba(46, 52, 54, 0.16); }
.btn:hover { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }
.btn:hover { text-decoration: none; color: #fff; }
.btn:before { position: absolute; content: ''; top: 50%; left: 50%; right: auto; bottom: auto; margin: auto; border-radius: 50%; display: block; width: 30em; height: 30em; line-height: 30em; text-align: center; -webkit-transition: -webkit-box-shadow 0.5s ease-out; transition: -webkit-box-shadow 0.5s ease-out; -o-transition: box-shadow 0.5s ease-out; transition: box-shadow 0.5s ease-out; transition: box-shadow 0.5s ease-out, -webkit-box-shadow 0.5s ease-out;
    z-index: -1; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.btn:hover:before {  -webkit-box-shadow: inset 0 0 0 30em #00636E;  box-shadow: inset 0 0 0 30em #00636E; }
.btn--primary { width: 283px; padding: 15px; }
.btn--secondary { font-size: 15px; font-weight: 500; padding: 15px 46px; max-width: 307px; -webkit-box-shadow: 0 1px 8px rgba(81, 99, 106, 0.16); box-shadow: 0 1px 8px rgba(81, 99, 106, 0.16); }
.btn--secondary:before { width: 30em; height: 30em; }
.btn--secondary:hover:before {  -webkit-box-shadow: inset 0 0 0 15em #00636E;  box-shadow: inset 0 0 0 15em #00636E; }
/* Mobile */
@media (max-width: 425px) {
	.btn { padding: 15px 44px; }
	.btn--primary { width: 254px; }
}
/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.card { max-width: 344px; min-height: 276px; max-height: 320px; -webkit-box-shadow: 0 1px 6px rgba(81, 99, 106, 0.4); box-shadow: 0 1px 6px rgba(81, 99, 106, 0.4); text-align: center; padding: 26px 36px 20px 33px; overflow: hidden; -webkit-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; background: #fff; }
.card .card__head span { width: 36px; height: 36px; background: #262a2e; border-radius: 50%; color: #fff; font-size: 20px; font-weight: 500; font-family: Montserrat, Helvetica, sans-serif; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0 auto 15px; }
.card .card__head h5 { font-size: 22px; font-weight: 500; margin: 0 0 10px 0; }
.card .card__head h5 a { text-decoration: none; color: inherit; }
.card .card__head p { font-size: 11px; text-transform: uppercase; margin-bottom: 13px; }
.card .card__entry { overflow: hidden; padding-bottom: 10px; margin-top: 17px; }
.card .card__entry p { font-size: 13px; line-height: 1.62; }
/* Mobile */
@media (max-width: 425px) {
	.card { min-height: 360px; max-height: initial; padding: 30px 35px 10px; }

	.card .card__head span { width: 40px; height: 40px; margin: 0 auto 17px; }
	.card .card__head h5 { font-size: 28px; margin-bottom: 20px; }
	.card .card__head p { font-size: 14px; margin-bottom: 17px; }

	.card .card__entry p { font-size: 16px; }
}
@media(max-width: 360px) {
	/*.card { box-shadow: none; }*/
}
/* @import '_module.catalyst'; */
/* ------------------------------------------------------------ *\
	Entry
\* ------------------------------------------------------------ */
.entry ul:not([class]),
.entry ol:not([class]) { padding-left: 30px; }
.entry blockquote { border-left: 2px solid #262a2e; margin-left: 0; padding: 0 0 0 16px; }
/*
 * Unset nested content selector styles
 * - Prevents layout styles from cascading too deeply
 * - helps with plugin compatibility
 */
.entry .entry { margin: inherit; max-width: inherit; padding: inherit; }
/* Blocks */
.entry > *.alignwide { width: 100%; max-width: 100%; clear: both; }
.entry > *.alignfull {position: relative; left: -90px; width: calc(100% + 180px); max-width: calc(100% + 180px); clear: both; }
.entry > *.aligncenter {margin-left: auto; margin-right: auto; }
@media only screen and (min-width: 1468px) {
  .entry > *.alignfull {
  	left: calc(644px - 50vw);
	width: calc(100% + 100vw - 1288px);
	max-width: calc(100% + 100vw - 1288px);
  }
}
/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */
/* Fellowship Homepage */
/** Countdown **/
/* update .main margin-top if you change the countdown height */
.countdown {
	position: relative;
	background: #03a0b0;
	color: #fff;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;

	display: none;
}
.countdown .countdown-close {
	position: absolute;
	right: 15px;
}
.header {
	padding-top: 0;
}
.header .shell {
	padding-top: 13px;
}
@media (max-width: 1150px) {
	.header .shell {
		padding-top: 25px;
	}
}
.countdown__label,
.countdown__days {
	padding: 10px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.countdown__label {
	font: 600 13px Montserrat, sans-serif;
}
.countdown__label .fa-calendar-alt {
	margin-right: 10px;
	font-size: 18px;
}
.countdown__days {
	background: #D93F31;
	font: 700 14px Montserrat, sans-serif;
}
.countdown__unit:first-child { margin-left: 0; }
.countdown__unit:last-child { margin-right: 0; }
.countdown__unit {
	margin: 0 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.countdown__remaining {
	font: 700 20px Montserrat, sans-serif;
	margin-right: 4px;
}
/** /Countdown **/
.accordion__body ul {
	margin-left: 30px;
}
.nav > ul > .nav-apply a,
.nav > ul > .nav-apply a:hover,
.header__aside .link-apply,
.header__aside .link-apply:hover {
	color: #cb2326;
	font-weight: 700;
	text-decoration: none;
}
.nav > ul > .nav-apply a:before,
.header__aside .link-apply:before {
	background: #cb2326;
}
/** Add login link **/
@media (min-width: 1150px) {
	.nav .nav-login {
		margin: 0 0 0 40px;
	}

	.nav .nav-login::after {
		margin-left: 10px;
	}
}
@media (min-width: 1143px) {
	.nav .nav-login.with-separator::after {
		content: '|';
	}
}
/* About */
@media (max-width: 1350px) {
	.fellowship-about .section__image {
		display: none !important;
	}
}
.fellowship-about .section:first-child > .shell {
	margin: 40px auto;
}
.fellowship-about p {
	line-spacing: 1.5;
}
/** ************************************************************ **/
.fellowship-about h2 {
	font: 700 40px Montserrat, Helvetica, sans-serif;
	text-align: center;
}
/** ************************************************************ **/
.fellowship-about .areas {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column nowrap;
	        flex-flow: column nowrap;
	margin: 40px auto;
	border-left: 4px solid #cb2326;
}
.fellowship-about .area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 25px;
}
.fellowship-about .area a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.fellowship-about .area a:hover {
	color: #03a0b0;
}
.fellowship-about .area a span {
	position: relative;
}
.fellowship-about .area a span:before {
	position: absolute;
	content: '';
	height: 2px;
	left: 0;
	bottom: -5px;
	background: #03a0b0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 0;
}
.fellowship-about .area a:hover span:before {
	width: 100%;
}
.fellowship-about .area:last-child {
	margin-bottom: 0;
}
.fellowship-about .area img {
	max-width: 64px;
	margin: auto 50px;
}
.fellowship-about .area span {
	font: 600 18px/1.5 Montserrat, Helvetica, sans-serif;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
/** ************************************************************ **/
.fellowship-about .shell ul {
	margin-top: 10px;
	margin-left: 40px;
}
.fellowship-about .shell li {
	margin-bottom: 10px;
}
.fellowship-about .shell .award li,
.fellowship-about .shell .dates li span:first-child {
	font-weight: 700;
}
.fellowship-about .shell li:last-child {
	margin-bottom: 0;
}
/** ************************************************************ **/
.fellowship-about .about-trf {
	margin: 50px auto;
	max-width: 850px;
}
.fellowship-about .about-trf h2 {
	display: block;
	font-size: 24px;
	line-height: 1.33;
	text-align: center;
}
/** ************************************************************ **/
.fellowship-about .contact {
	-webkit-box-shadow: rgba(0,0,0,0.09) 0 1px 18px;
	        box-shadow: rgba(0,0,0,0.09) 0 1px 18px;
	background: #fff;
	padding: 50px 10px;
	max-width: 850px;
	margin: auto;
}
.fellowship-about .contact h2 {
	font-size: 36px;
}
.fellowship-about .contact-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
}
.fellowship-about .contact-wrapper label {
	font: 400 14px 'Noto Sans', Helvetica, sans-serif;
	padding: 10px;
}
.fellowship-about .contact-wrapper input,
.fellowship-about .contact-wrapper textarea {
	margin-top: 10px;
	background: #fff;
	border: 1px solid #D3DDE6;
	border-radius: 0;
}
.fellowship-about .contact-wrapper textarea {
	max-width: 100%;
}
.fellowship-about .contact-wrapper input {
	height: 50px;
}
.fellowship-about .contact-wrapper .half {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 100%;
	        flex: 1 0 100%;
}
.fellowship-about .contact-wrapper .full {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 100%;
	        flex: 1 0 100%;
}
.fellowship-about .contact-wrapper .message-send {
	background: #03A0B0;
	border-radius: 0;
	border: 0;
	-webkit-box-shadow: rgba(81, 99, 106, 0.16) 0 1px 8px;
	        box-shadow: rgba(81, 99, 106, 0.16) 0 1px 8px;
	color: #fff;
	font: 700 15px Montserrat, Helvetica, sans-serif;
	height: 50px;
	margin: 20px auto;
	width: 250px;
}
/** ************************************************************ **/
@media (min-width: 1150px) {
	.fellowship-about .about-intro h2 { font-size: 50px; }
	.fellowship-about .about-trf h2 { font-size: 30px; }

	.fellowship-about .contact {
		padding: 50px;
	}

	.fellowship-about .contact-wrapper .half {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 50%;
		        flex: 1 0 50%;
	}
}
@media (min-width: 1200px) {
	.fellowship-about .about-trf h2 { font-size: 36px; }

	.main.fellowship-about {
		background-image: url(../images/about/Roddenberry_About_Hero@2x.png);
		background-position: top right;
		background-size: 500px;
		background-repeat: no-repeat;
	}

	.fellowship-about .about-intro {
		padding-right: 500px;
		margin-bottom: 100px;
	}

	.fellowship-about .about-trf {
		margin-bottom: 100px;
	}

	.fellowship-about .contact {
		margin-bottom: 120px;
	}
}
/* Judge and Fellow Landing Pages */
@media (max-width: 767px) {
	.fellowship-gallery .section__image {
		display: none !important;
	}
}
.fellowship-gallery .gallery-intro {
	text-align: center;
	margin: 50px auto;
	max-width: 800px;
}
.gallery-intro select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;

	border: 0;
	border-radius: 0;
	outline: 0;
	background: #fff;

	border-bottom: 5px solid #cb2326;
}
.gallery-intro .select-wrapper {
	display: inline-block;
	position: relative;
	padding-right: 20px;
}
.gallery-intro .select-wrapper:after {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-size: 24px;
	color: #cb2326;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 0;
}
.fellowship-gallery .gallery-wrapper {
	position: relative;
	z-index: 2;
}
.fellowship-gallery .person {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 20px 0;
	background: #fff;
}
.fellowship-gallery .person__photo { margin-right: 15px; }
.fellowship-gallery .fellow .person__photo { height: 73px; }
.fellowship-gallery .judge  .person__photo { height: 128px; }
.term-roddenberry-fellowship-2019 .fellowship-gallery .judge .person__photo { min-width: 128px; }
.fellowship-gallery .person__name { margin-bottom: 8px; }
.fellowship-gallery .person__name a { text-decoration: none; }
.fellowship-gallery .fellow .person__name { font: 700 16px/17px Montserrat, Helvetica, sans-serif; }
.fellowship-gallery .judge .person__name { font: 700 18px/24px Montserrat, Helvetica, sans-serif; }
.fellowship-gallery .person__organization { font: italic 12px/16px 'Noto Sans', Helvetica, sans-serif; }
@media (min-width: 768px) {
	.fellowship-gallery .gallery-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin: 0 -10px;
	}

	.fellowship-gallery .person {
		display: block;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 276px;
		        flex: 0 1 276px;
		margin: 0 10px 60px;
		-webkit-box-shadow: rgba(0,0,0,0.09) 0 1px 18px;
		        box-shadow: rgba(0,0,0,0.09) 0 1px 18px;
	}

	.fellowship-gallery .person__info {
		padding: 20px 20px 30px 20px;
		text-align: center;
	}

	.fellowship-gallery .fellow .person__photo,
	.fellowship-gallery .judge .person__photo {
		max-width: 100%;
		height: initial;
		margin: auto;
		display: block;
	}

	/* TODO(ejd): this should be removable now */
	/* .term-2019-fellows .fellowship-gallery .fellow .person__photo {
		height: 250px;
	} */

	/* Do what we can with the 2019 Judges */
	.term-roddenberry-fellowship-2019 .fellowship-gallery .judge .person__photo {
		height: 250px;
	}

	.term-2020-fellows .fellowship-gallery .fellow {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 317px;
		        flex: 0 1 317px;
	}

	.term-2020-fellows .fellowship-gallery .fellow .person__photo {
		min-height: 317px;
		margin-top: 30px;
	}
}
@media (min-width: 1358px) {
	.fellowship-gallery .person.fellow {
		-ms-flex-preferred-size: 374px;
		    flex-basis: 374px;
	}

	/* TODO(ejd): this should be removable now */
	/* .term-2019-fellows .fellowship-gallery .fellow .person__photo {
		height: 317px;
	} */

	.fellowship-gallery .person.judge {
		-ms-flex-preferred-size: 275px;
		    flex-basis: 275px;
	}
}
@media (min-width: 1483px) {
	.fellowship-gallery .person.fellow {
		-ms-flex-preferred-size: 416px;
		    flex-basis: 416px;
	}

	.fellowship-gallery .person.judge {
		-ms-flex-preferred-size: 307px;
		    flex-basis: 307px;
	}
}
/** Start Gallery Highlight */
.gallery-highlight {
	-ms-flex-preferred-size: calc(100% - 20px);
	    flex-basis: calc(100% - 20px);
	margin: 0 10px 60px;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
/* @media (min-width: 768px) { */
@media (min-width: 768px) {
	.gallery-highlight { max-width: 100%; }
}
/* @media (min-width: 1200px) { */
@media (min-width: 1200px) {
	.gallery-highlight { max-width: 868px; }
}
@media (min-width: 1358px) {
	.gallery-highlight { max-width: 1162px; }
}
@media (min-width: 1483px) {
	.gallery-highlight { max-width: calc(100% - 20px); }
}
.gallery-highlight__video {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
	margin: 30px 0;
}
.gallery-highlight__text {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 45%;
	        flex: 1 1 45%;
}
.gallery-highlight h3 {
	font: 700 34px Montserrat, sans-serif;
}
.gallery-highlight p {
	font: 16px 'Noto Sans', sans-serif;
}
/* @media (min-width: 1024px) { */
@media (min-width: 1150px) {
	.gallery-highlight__video {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 55%;
		        flex: 0 1 55%;
		padding: 0 40px;
	}

	.gallery-highlight__text {
		padding-right: 40px;
	}
}
/** End Gallery Highlight */
/* Judge and Fellow Detail Pages */
.biography {
	margin: 100px 0;
}
.biography__photo {
	display: block;
	padding: 20px;
	margin: auto;
	min-width: 280px;
}
.biography__eyebrow {
	font: 700 13px 'Noto Sans', Helvetica, sans-serif;
	color: #cb2326;
	text-transform: uppercase;
}
.biography__main {
	text-align: center;
	margin-bottom: 20px;
}
.biography__name {
	font: 700 26px Montserrat, Helvetica, sans-serif;
}
.biography__content {
	font: 17px/27px 'Noto Sans', Helvetica, sans-serif;
}
.biography__content h2 {
	position: relative;
	display: inline-block;
	font: 700 28px/44px Montserrat, Helvetica, sans-serif;
	letter-spacing: 0;
}
.biography__content h2:before {
	position: absolute;
	content: "";
	top: -9px;
	right: -22px;
	width: 28px;
	height: 28px;
	border-top: 4px solid;
	border-right: 4px solid;
	border-color: #cb2326;
}
@media (min-width: 768px) {
	.biography__main {
		text-align: left;
	}

	.biography__name {
		font-size: 40px;
	}

	.biography__photo {
		padding: 0;
		margin: 0 25px 25px 0;
		min-width: 240px;
		max-width: 42%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.biography__photo {
		margin: 0 50px 50px 0;
	}

	.biography__content {
		overflow: hidden;
	}
}
/* hide stalactites until we have enough space */
@media (max-width: 1669px) {
	.fellowship-person-detail .section__image {
		display: none !important;
	}
}
/* Criteria */
@media (max-width: 1700px) {
	.fellowship-criteria .section__image {
		display: none !important;
	}
}
.fellowship-criteria .criteria-intro {
	text-align: center;
	margin: 40px auto 50px auto;
}
.fellowship-criteria .area {
	padding: 25px;
	background: #fff;
	margin: 20px auto 50px auto;
	text-align: center;
}
.fellowship-criteria .area__description,
.fellowship-criteria .area__slider {
	margin: 30px auto;
}
.fellowship-criteria .area__title {
	font: 700 28px/36px Montserrat, Helvetica, sans-serif;
	margin-bottom: 20px;
}
.fellowship-criteria .area__explanation {
	font: 15px/24px 'Noto Sans', Helvetica, sans-serif;
}
.fellowship-criteria .area__rating {
	font: 700 17px/24px 'Noto Sans', Helvetica, sans-serif;
	margin-bottom: 70px;
}
.fellowship-criteria .area__rating .summary {
	display: block;
	margin: 0 auto 40px;
	text-align: center;
	color: #03a0b0;
	font-size: 20px;
}
.fellowship-criteria .noUi-connect {
	background: #03a0b0;
}
@media (min-width: 768px) {
	.fellowship-criteria .area {
		-webkit-box-shadow: rgba(0,0,0,0.09) 0 1px 18px;
		        box-shadow: rgba(0,0,0,0.09) 0 1px 18px;
		padding: 50px 25px;
	}

	.fellowship-criteria .area__explanation {
		margin: 40px auto;
	}

	.fellowship-criteria .area__rating {
		margin: 40px auto;
	}

	.fellowship-criteria .area__rating .description {
		display: inline-block;
		min-height: 100px;
	}

	.fellowship-criteria .area__rating .summary {
		margin: 15px 0 30px;
	}

	.fellowship-criteria .criteria-slider {
		margin: 40px 0;
	}
}
@media (min-width: 1024px) {
	.fellowship-criteria .area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row nowrap;
		        flex-flow: row nowrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		text-align: left;
	}

	.fellowship-criteria .area__description {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 20%;
		        flex: 0 0 20%;
		margin: 0 30px;
	}

	.fellowship-criteria .area__slider {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 70%;
		        flex: 1 1 70%;
		margin: 0 100px;
	}

	.fellowship-criteria .area__rating {
		margin: 0;
	}

	.fellowship-criteria .area__rating .description {
		min-height: 120px;
	}

	.fellowship-criteria .area__rating .summary {
		margin: 0 0 30px;
	}
}
@media (min-width: 1400px) {
	.fellowship-criteria .area__rating .description {
		min-height: 90px;
	}
}
/* Mailchimp */
.section-subscribe .section__content {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
}
#mc_embed_signup input[type=email] {
	border: 0;
	border-radius: 0;
	height: 55px;
	padding: 10px 20px;
	font: 14px 'Noto Sans', Helvetica, sans-serif;
}
#mc_embed_signup .button {
	background: #03A0B0;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 0;
	height: 55px;
	width: 50%;
	font: 700 15px Montserrat, Helvetica, sans-serif;
	font-weight: 700;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	max-width: 250px;
}
#mc_embed_signup .button:hover {
	border: 2px solid #00636E;
}
#mc_embed_signup .signup__submit {
	margin: 30px auto;
}
@media (min-width: 1025px) {
	.section-subscribe .section__content {
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		-ms-flex-negative: 1;
		    flex-shrink: 1;
		-ms-flex-preferred-size: calc(50% - 47px);
		    flex-basis: calc(50% - 47px);
	}

	.section-subscribe .section__aside {
		padding: 0 !important;
	}
}
/* ------------------------------------------------------------ *\
    Gravity Forms Reset
\* ------------------------------------------------------------ */
/* Gform Reset*/
.gform_wrapper.gform_wrapper,
.gform_wrapper.gform_wrapper .gform_heading,
.gform_wrapper.gform_wrapper .gform_heading .gform_title,
.gform_wrapper.gform_wrapper .gform_body,
.gform_wrapper.gform_wrapper .gform_footer,
.gform_wrapper.gform_wrapper .gform_footer input.button,
.gform_wrapper.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper.gform_wrapper .gform_page_footer input.button,
.gform_wrapper.gform_wrapper .gform_page_footer input[type=submit],
.gform_wrapper.gform_wrapper.gf_browser_ie .gform_footer input.button,
.gform_wrapper .gform_body .gform_fields .gfield,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label,
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .gform_body .gform_fields .gfield .gfield_description { padding: 0; margin: 0; }
.gform_wrapper .gform_footer { position: relative; }
.gform_wrapper .gform_footer .gform_ajax_spinner { position: absolute; top: 50%; padding: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.gform_wrapper .gform_body .gform_fields { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.gform_wrapper .gform_body .gform_fields .gfield,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error { width: 100%; max-width: 100% !important; margin-bottom: 0 !important; margin-top: 0 !important; border: 0; background-color: transparent; }
.gform_wrapper .gform_body .gform_fields .gfield--medium,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--medium.gfield_error { width: 50%; max-width: 50%; }
.gform_wrapper .gform_body .gform_fields .gfield--small,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--small.gfield_error { width: 33.33%; max-width: 33.33%; }
.gform_wrapper.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label { margin-top: 0; }
.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_footer input.button,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_page_footer input.button,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_page_footer input[type=submit] { line-height: initial; min-height: initial; width: auto; }
/* ------------------------------------------------------------ *\
    Gravity Forms Deafult Style
\* ------------------------------------------------------------ */
/* Base */
/* Fields */
.gform_wrapper .gform_body .gform_fields { margin: 0 -25px !important; }
.gform_wrapper .gform_body .gform_fields .gfield,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error { padding: 0 25px; margin-bottom: 20px !important; }
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { width: 100%; height: 40px; padding: 10px 15px; border: 1px solid grey; border-radius: 0; font-weight: inherit; }
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea { height: 200px; resize: vertical; }
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select { padding: 0 15px; }
/* Checkbox and Radio */
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li input[type=radio] { display: none; }
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label { position: relative; padding-left: 20px; }
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:before,
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:after,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:before,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:after { content: ''; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 0; }
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:before,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:before { width: 14px; height: 14px; border: 1px solid grey; }
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:after,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:after { display: none; }
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li input:checked + label:after,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li input:checked + label:after { display: block; }
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:before,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:after { border-radius: 100%; }
/* Variant 1*/
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:after,
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:after { left: 2px; width: 10px; height: 10px; background: grey; }
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:after { border-radius: 100%; }
/* Variant 2 */
/*.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:after { left: 3px; width: 8px; height: 8px; background: grey; }
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:after { width: 6px; height: 10px; border: solid grey; border-width: 0 2px 2px 0; transform: translate(4px,-7px) rotate(35deg); box-sizing: content-box; }*/
/* Datepicker */
.ui-datepicker { display: none; }
.ui-datepicker select { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0 5px; border: 0; background: transparent; }
.ui-datepicker select::-ms-expand { display: none; }
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev { position: relative; background: transparent; }
.ui-datepicker .ui-datepicker-next:before,
.ui-datepicker .ui-datepicker-prev:before { content: ''; position: absolute; top: 50%; left: 50%; border: solid; border-width: 5px 5px 0; border-color: #fff transparent transparent; }
.ui-datepicker .ui-datepicker-prev:before { -webkit-transform: translate(-50%, -50%) rotate(90deg); -ms-transform: translate(-50%, -50%) rotate(90deg); transform: translate(-50%, -50%) rotate(90deg); }
.ui-datepicker .ui-datepicker-next:before  { -webkit-transform: translate(-50%, -50%) rotate(-90deg); -ms-transform: translate(-50%, -50%) rotate(-90deg); transform: translate(-50%, -50%) rotate(-90deg); }
.ui-datepicker .ui-datepicker-header { background: gray; }
.ui-datepicker .ui-datepicker-calendar thead,
.ui-datepicker .ui-datepicker-calendar tbody td,
.ui-datepicker .ui-datepicker-calendar .ui-state-default { background: #fff; }
.ui-datepicker .ui-datepicker-calendar .ui-state-active { border: 0; background: gray; color: #fff; margin: 0; }
/* Footer */
/* Spinner */
/* Error States */
.gform_wrapper.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.gform_wrapper.gform_wrapper div.validation_error { border-color: #F00; background-color: transparent; }
.gform_wrapper.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper.gform_wrapper .validation_message,
.gform_wrapper.gform_wrapper div.validation_error,
.gform_wrapper.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper.gform_wrapper li.gfield_error ul.gfield_radio,
.gform_wrapper.gform_wrapper .gfield_required { color: #F00; }
.gform_wrapper.gform_wrapper div.validation_error,
.gform_wrapper.gform_wrapper .validation_message,
.gform_wrapper.gform_wrapper .gfield_required {/* display: none; */}
.gform_wrapper.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper.gform_wrapper .validation_message,
.gform_wrapper.gform_wrapper div.validation_error,
.gform_wrapper.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper.gform_wrapper li.gfield_error ul.gfield_radio,
.gform_wrapper.gform_wrapper .gfield_required { color: #F00;  }
/* Confirmation */
/* ------------------------------------------------------------ *\
	Form Subscribe
\* ------------------------------------------------------------ */
body .form-subscribe { position: relative; }
body .form-subscribe .gform_wrapper .gform_body .gform_fields { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 !important; }
body .form-subscribe .gform_wrapper .gform_body .gfield { margin-bottom: 0 !important; }
body .form-subscribe .gform_wrapper .gform_body .gform_fields .gfield--email { width: 295px !important; padding: 0 !important; }
body .form-subscribe .gform_wrapper .gform_body .gform_fields .gfield--email + .gfield--html { margin-left: 11px !important; }
body .form-subscribe .gform_wrapper .gform_body .gform_fields .gfield--html { padding: 0 !important; width: auto !important; }
body .form-subscribe .gform_wrapper .gform_body .gform_fields .gfield--html .btn { width: 150px; padding: 10px 36px; font-size: 15px; font-weight: 500; border: 0; border-radius: 0; }
body .form-subscribe .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea,
body .form-subscribe .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select,
body .form-subscribe .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { font-size: 14px; line-height: 1.61; color: #262a2e; font-weight: 400; font-family: 'Noto Sans', Helvetica, sans-serif; border: 0; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; height: initial; padding: 16px 23px; height: auto; }
body .form-subscribe .gform_wrapper .gform_footer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
body .form-subscribe .gform_wrapper .gform_footer input[type=submit] { opacity: 0; visibility: hidden; }
body .form-subscribe .gform_confirmation_message { text-align: center; margin: 0 auto; }
body .form-subscribe .gform_confirmation_wrapper { text-align: center !important;; }
body .form-subscribe .gform_confirmation_wrapper  .gform_confirmation_message_2 { text-align: center !important; }
body .form-subscribe .validation_error { color: #fff !important; border: 0 !important; margin: -67px 0 10px !important;  }
body .form-subscribe .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description { color: #fff; margin-top: 5px; }
body .form-subscribe .form-btn { font-size: 15px; font-weight: 500; padding: 17px 40px; -webkit-transition: color 0.25s; -o-transition: color 0.25s; transition: color 0.25s; -webkit-box-shadow: inset 0 0 0 2px #fff; box-shadow: inset 0 0 0 2px #fff; position: relative; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 0; background: transparent; line-height: 1.51; }
body .form-subscribe .form-btn:before,
body .form-subscribe .form-btn:after { border: 2px solid transparent; position: absolute; content: ''; width: 0; height: 0; }
body .form-subscribe .form-btn:before,
body .form-subscribe .form-btn:after  { top: 0; left: 0; }
body .form-subscribe .form-btn:hover { color: #fff; }
body .form-subscribe .form-btn:hover::before,
body .form-subscribe .form-btn:hover::after { width: 100%; height: 100%; }
body .form-subscribe .form-btn:hover::before { border-top-color: #00636E; border-right-color: #00636E; -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s; -o-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s; transition: width 0.25s ease-out, height 0.25s ease-out 0.25s; }
body .form-subscribe .form-btn:hover::after {border-bottom-color: #00636E; border-left-color: #00636E; -webkit-transition: height 0.25s ease-out, width 0.25s ease-out 0.25s; -o-transition: height 0.25s ease-out, width 0.25s ease-out 0.25s; transition: height 0.25s ease-out, width 0.25s ease-out 0.25s; }
/* Mobile */
@media (max-width: 1150px) {
	body .form-subscribe .gform_wrapper .gform_body .gform_fields { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

body .form-subscribe .validation_error { color: #fff !important; border: 0 !important; margin: -10px 0 10px !important;  }

}
/* Mobile */
@media (max-width: 768px), screen and (max-width: 812px) and (orientation: landscape) {
	body .form-subscribe .gform_wrapper .gform_body .gform_fields .gfield { margin-bottom: 10px; padding: 10px !important; }
	body .form-subscribe .gform_wrapper .gform_body .gform_fields .gfield--email + .gfield--html { margin-left: 0px !important; }
}
@media(max-width: 400px){
	body .form-subscribe .gform_wrapper .gform_body .gform_fields .gfield--email { width: 100% !important; }
}
/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */
.intro { padding: 114px 0 72px; position: relative; z-index: 2; }
.intro .intro__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.intro .intro__content,
.intro .intro__aside { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
/* Intro content */
.intro .intro__content { padding: 0 115px 0 0; }
.intro .intro__content h1 { margin-bottom: 30px; }
.intro .intro__content p { line-height: 1.7; }
.intro .intro__content .btn { margin-top: 13px; }
/* Intro aside */
.intro .intro__aside { padding: 15px 0 0; }
/* Intro Image */
.intro .intro__image { position: absolute; top: -10px; right: 0; }
/* Large Desktop */
@media (max-width: 1440px) {
	.intro .intro__image { right: -300px; }
}
/* Small Desktop */
@media (max-width: 1200px) {
	.intro .intro__content { padding: 0 30px 0 0; }
}
/* Tablet Portrait */
@media (max-width: 1150px) {
	.intro { padding: 40px 0 40px; }
	.intro .intro__image { right: -35%; }
}
/* Mobile */
@media (max-width: 768px), screen and (max-width: 812px) and (orientation: landscape) {
	.intro { padding: 34px 0 34px; }

	.intro .intro__content,
	.intro .intro__aside { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

	.intro .intro__content { padding: 0; margin-bottom: 60px; }
	.intro .intro__content h1 { max-width: 440px; margin-bottom: 17px; }
	.intro .intro__content .btn { margin: 0 auto; display: block; }

	.intro .intro__aside { padding: 0; }
	
	.intro .intro__image { display: none; }
}
/* Mobile */
@media (max-width: 425px) {
	.intro { padding: 8px 0 16px; }

	.intro .intro__content { margin-bottom: 55px; }
	.intro .intro__content h1 { max-width: 100%; margin-bottom: 21px; }
	.intro .intro__content .btn { margin: 44px auto 0; }
}
/* ------------------------------------------------------------ *\
	Link Apply
\* ------------------------------------------------------------ */
.link-apply { font-size: 15px; font-weight: 600; position: relative; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; text-decoration: none; font-family: Montserrat, Helvetica, sans-serif; }
.link-apply:before { position: absolute; content: ''; height: 2px; left: 0; bottom: -5px; background: #03a0b0; width: 0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.link-apply:hover { color: #38ada9; }
.link-apply:hover:before { width: 100%; }
/* ------------------------------------------------------------ *\
	Link-more
\* ------------------------------------------------------------ */
.link-more { color: #03a0b0; line-height: 2.2; text-decoration: none; font-size: 15px; font-weight: 400; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.link-more .ico-down svg { width: 15px; height: 12px; fill: #03a0b0; margin-left: 5px; }
.link-more:hover { text-decoration: underline; color: #00636E; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.link-more:hover svg { fill: #00636E; }
/* ------------------------------------------------------------ *\
	Link Close
\* ------------------------------------------------------------ */
.link-close { display: block; margin: 0 auto; width: 33px; height: 33px; border: 2px solid #03a0b0; border-radius: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.link-close svg { width: 10px; height: 10px; fill: #03a0b0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.link-close:hover { border-color: #00636E; background: #00636E; }
.link-close:hover svg { fill: #fff; }
/* ------------------------------------------------------------ *\
	Link Read
\* ------------------------------------------------------------ */
.link-read { color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-decoration: none; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.link-read svg { width: 12px; height: 16px; fill: #fff; margin-left: 9px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.link-read:hover { text-decoration: underline; color: #fff; }
/* Mobile */
@media (max-width: 768px), screen and (max-width: 812px) and (orientation: landscape) {
	.link-read br { display: none; }
}
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
div[class^='list-'] ul,
ul[class^='list-'] { list-style-type: none; }
.list-images { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.list-images .list__item { max-width: 33.333333%; -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; padding-bottom: 14.3%;  background-size: cover; background-position: center center; }
/* Mobile */
@media (max-width: 768px), screen and (max-width: 812px) and (orientation: landscape) {
	.list-images .list__item { height: 111px; }
}
/* Mobile */
@media (max-width: 425px) {
	.list-images .list__item { height: 55px; }	
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo { display: block; width: 224px; height: 61px; background-size: cover; background-position: 0 0; white-space: nowrap; text-indent: 100%; overflow: hidden; }
.logo--secondary { width: 371px; height: 101px; }
.logo--mobile { width: 186px; height: 51px; }
.header .logo--mobile {
	display: none;
}
@media (min-width: 370px) {
	.header .logo--mobile {
		display: block;
		width: 77px;
		height: 21px;
	}
}
@media (min-width: 426px) {
	.header .logo--mobile {
		width: 120px;
		height: 32px;
	}
}
@media (min-width: 500px) {
	.header .logo--mobile {
		width: 155px;
		height: 42px;
	}
}
@media (min-width: 600px) {
	.header .logo--mobile {
		width: 186px;
		height: 51px;
	}
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main { margin: 93px 0 0; overflow: hidden; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f9fc)); background-image: -o-linear-gradient(top, #ffffff 0%, #f7f9fc 100%); background-image: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%); -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; }
/* Mobile */
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav ul { list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; top: 9px;  }
.nav li { position: relative; }
.nav li a { font-size: 14px; color: #1d1f21; text-decoration: none; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; font-family: Montserrat, Helvetica, sans-serif; letter-spacing: 0.01em; }
.nav > ul > li > a { position: relative; }
.nav > ul > li > a:before { position: absolute; content: ''; height: 2px; left: 0; bottom: -5px; background: #03a0b0; width: 0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.nav > ul > li > a:hover { color: #03a0b0; }
.nav > ul > li > a:hover:before { width: 100%; }
.nav > ul > li { padding-bottom: 13px; }
.nav > ul > li + li { margin-left: 25px; }
.nav .nav-apply { margin: 0 0 0 15px; }
/* ------------------------------------------------------------ *\
	Dropdown
\* ------------------------------------------------------------ */
/* Dropdown */
.nav ul ul { top: 100%; position: absolute; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-width: 200px; background-color: rgba(255, 255, 255, 0); left: -15px; opacity: 0; visibility: hidden; max-height: 0; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; z-index: 10; }
.nav ul ul li { padding: 10px 15px; width: 100%; text-align: left; }
.nav ul ul a { display: block; padding: 0; }
.nav > ul > li:hover ul { opacity: 1; visibility: visible; max-height: 1000px; background: #fff; }
.nav > ul > li.hovered ul { opacity: 1; visibility: visible; max-height: 1000px; background: #fff; }
.nav ul ul li:hover a { color: #03a0b0; }
/* ------------------------------------------------------------ *\
	Nav Trigger
\* ------------------------------------------------------------ */
.nav-trigger { position: relative; display: none; width: 25px; height: 25px; }
.nav-trigger span { position: absolute; display: block; height: 2px; width: 100%; border-radius: 4px; background: #262a2e; -webkit-transition: top .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s; transition: top .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s; -o-transition: top .2s .25s, opacity .2s .25s, transform .2s 0s; transition: top .2s .25s, opacity .2s .25s, transform .2s 0s; transition: top .2s .25s, opacity .2s .25s, transform .2s 0s, -webkit-transform .2s 0s; }
.nav-trigger span:nth-child(1) { top: 0; }
.nav-trigger span:nth-child(2) { top: 8px; }
.nav-trigger span:nth-child(3) { top: 16px; }
/* ------------------------------------------------------------ *\
	Nav Show
\* ------------------------------------------------------------ */
body.nav-show .nav-trigger span { -webkit-transition: background .2s, top .2s, opacity .2s, -webkit-transform .2s .25s; transition: background .2s, top .2s, opacity .2s, -webkit-transform .2s .25s; -o-transition: background .2s, top .2s, opacity .2s, transform .2s .25s; transition: background .2s, top .2s, opacity .2s, transform .2s .25s; transition: background .2s, top .2s, opacity .2s, transform .2s .25s, -webkit-transform .2s .25s; }
body.nav-show .nav-trigger span:nth-child(3),
body.nav-show .nav-trigger span:nth-child(1) { top: 8px; }
body.nav-show .nav-trigger span:nth-child(2) { opacity: 0; }
body.nav-show .nav-trigger span:nth-child(1) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
body.nav-show .nav-trigger span:nth-child(3) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
/* ------------------------------------------------------------ *\
	Responsive
\* ------------------------------------------------------------ */
/* Small Desktop */
@media (max-width: 1200px) {
	.nav > ul > li + li { margin-left: 15px; }
	.nav .nav-apply { margin: 0 0 0 15px; }
}
/* Tablet Portrait */
@media (max-width: 1150px) {
	.nav li { width: 100%; }
	.nav li a { display: inline-block; color: #fff; text-transform: none; }
	.nav > ul { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
	.nav > ul > li + li { margin-left: 0; margin-top: 4px; }
	.nav ul ul { position: static; margin-top: 0; min-width: 180px; }
	.nav ul ul li { padding: 0; }
	.nav ul ul li + li { margin-top: 7px; }

	.nav > ul > li:hover ul { margin-top: 15px; background-color: rgba(255, 255, 255, 0); }
	.nav > ul > li.hovered ul { margin-top: 15px; background-color: rgba(255, 255, 255, 0); }

	.nav > ul > li > a:hover { color: #fff; }
	.nav > ul > li > a:hover:before { width: 100%; }

	.nav .nav-apply { display: none; }

	.nav-trigger { display: block; }
}
/* Criteria */
@media (max-width: 1700px) {
	.criteria .section__image {
		display: none !important;
	}
}
.criteria .criteria-intro {
	text-align: center;
	margin: 40px auto 50px auto;
}
.criteria .area {
	padding: 25px;
	background: #fff;
	margin: 20px auto 50px auto;
	text-align: center;
}
.criteria .area__description,
.criteria .area__slider {
	margin: 30px auto;
}
.criteria .area__title {
	font: 700 28px/36px Montserrat, Helvetica, sans-serif;
	margin-bottom: 20px;
}
.criteria .area__explanation {
	font: 15px/24px 'Noto Sans', Helvetica, sans-serif;
}
.criteria .area__rating {
	font: 700 17px/24px 'Noto Sans', Helvetica, sans-serif;
	margin-bottom: 70px;
}
.criteria .area__rating .summary {
	display: block;
	margin: 0 auto 40px;
	text-align: center;
	color: #03a0b0;
	font-size: 20px;
}
.criteria .noUi-connect {
	background: #03a0b0;
}
@media (min-width: 768px) {
	.criteria .area {
		-webkit-box-shadow: rgba(0,0,0,0.09) 0 1px 18px;
		        box-shadow: rgba(0,0,0,0.09) 0 1px 18px;
		padding: 50px 25px;
	}

	.criteria .area__explanation {
		margin: 40px auto;
	}

	.criteria .area__rating {
		margin: 40px auto;
	}

	.criteria .area__rating .description {
		display: inline-block;
		min-height: 100px;
	}

	.criteria .area__rating .summary {
		margin: 15px 0 30px;
	}

	.criteria .criteria-slider {
		margin: 40px 0;
	}
}
@media (min-width: 1024px) {
	.criteria .area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row nowrap;
		        flex-flow: row nowrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		text-align: left;
	}

	.criteria .area__description {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 20%;
		        flex: 0 0 20%;
		margin: 0 30px;
	}

	.criteria .area__slider {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 70%;
		        flex: 1 1 70%;
		margin: 0 100px;
	}

	.criteria .area__rating {
		margin: 0;
	}

	.criteria .area__rating .description {
		min-height: 120px;
	}

	.criteria .area__rating .summary {
		margin: 0 0 30px;
	}
}
@media (min-width: 1400px) {
	.criteria .area__rating .description {
		min-height: 90px;
	}
}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section { position: relative; z-index: 1; }
.section .section__image { position: absolute; outline: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;  -webkit-tap-highlight-color: transparent; pointer-events: none; }
/* Mobile */
@media(max-width: 700px){
	.section .section__image  { display: none; }	
}
/* ------------------------------------------------------------ *\
	Section Main
\* ------------------------------------------------------------ */
.section-main { padding: 100px 0 100px; position: relative; z-index: 1; }
.section-main .section__image { top: 0; left: -180px; }
/* Large Desktop */
@media(max-width: 1600px) {
	.section-main .section__image { left: -320px; z-index: -1; }
}
/* Mobile */
@media (max-width: 768px), screen and (max-width: 812px) and (orientation: landscape) {
	.section-main { padding: 77px 0 77px; }
	.section-main .section__image { left: -338px; }
}
@media (max-width: 425px) {
	.section-main { padding: 41px 0 36px; }
}
/* ------------------------------------------------------------ *\
	Section Tabs
\* ------------------------------------------------------------ */
.section-tabs { padding: 112px 0 100px; z-index: 0; }
.section-tabs .section__head { text-align: center; margin: 0 auto 50px; max-width: 714px; }
.section-tabs .section__head h2 { margin-bottom: 38px;  }
.section-tabs .section__head h2:only-child { margin-bottom: 0; }
.section-tabs .section__head p { line-height: 1.67; margin-bottom: 30px; }
.section-tabs .section__head p:last-child { margin-bottom: auto; }
.section-tabs .section__image { top: 23px; left: -10%; z-index: -1; }
.section-tabs .section__image--secondary { top: -14% ; right: -2%; left: auto; }
/* Large Desktop */
@media(max-width: 1600px) {
	.section-tabs .section__image { left: -400px; }
	.section-tabs .section__image--secondary { top: 30%; right: -130px; left: auto; z-index: -1; }
}
/* Mobile */
@media (max-width: 768px), screen and (max-width: 812px) and (orientation: landscape) {
	.section-tabs { padding: 46px 0 46px; }
	.section-tabs .section__image--secondary { left: auto; right: -180px; z-index: -1; top: 50%; }
}
/* Mobile */
@media (max-width: 425px) {
	.section-tabs { padding: 46px 0 46px; }
	.section-tabs .section__head .title:before { right: -18px; top: -14px; }
}
/* ------------------------------------------------------------ *\
	Section Tabs secondary
\* ------------------------------------------------------------ */
.section-tabs--secondary { padding: 112px 0 144px; }
/* Tabs */
.section-tabs--secondary .tabs .tabs__nav ul li { -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
.section-tabs--secondary .box { padding: 52px 23px 10px; }
.section-tabs--secondary .box .box__image { margin: 0 auto 24px; }
.section-tabs--secondary .box .box__entry { height: 129px; margin-bottom: 40px; }
.section-tabs--secondary .tab { padding: 0 0 0 82px; }
.section-tabs--secondary .article .article__content { padding: 50px 0 60px; }
.section-tabs--secondary .article .article__image-secondary { top: 0; right: 0; }
.section-tabs--secondary .section__image { left: -1000px; }
/* Large Desktop */
@media(max-width: 1600px) {
	.section-tabs--secondary { padding: 92px 0 86px; }
}
/* Mobile */
@media (max-width: 1150px) {
	.section-tabs--secondary { padding: 92px 0 40px; }

	.section-tabs--secondary .tabs .tabs__nav ul li { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

	.section-tabs--secondary .box { padding: 28px 35px 10px; }
	.section-tabs--secondary .box .box__entry { height: 112px; margin-bottom: 0; }
	.section-tabs--secondary .box .box__image { margin: 0 24px 0 auto; }

	.section-tabs--secondary .tabs .tabs__nav li.active .link-close { margin-top: 23px; }

	.section-tabs--secondary .section__image {  left: -1080px; }
}
/* Mobile */
@media (max-width: 425px) {
	.section-tabs--secondary { padding: 85px 0 40px; }
	.section-tabs--secondary .section__head { margin: 0 auto 30px; padding: 0 10px; }
	.section-tabs--secondary .section__head .title { margin: 0 30px 23px; }
	.section-tabs--secondary .section__head h2 { margin-bottom: 23px; }
	.section-tabs--secondary .section__head p { margin-bottom: 32px; }

	.section-tabs--secondary .box { padding: 58px 25px 10px 38px; }
	.section-tabs--secondary .box .box__image { margin: 0 0 10px; }
	.section-tabs--secondary .box .box__entry { height: auto; }
}
/* ------------------------------------------------------------ *\
	Section Timeline
\* ------------------------------------------------------------ */
.section-timeline { padding: 55px 0 95px; }
.section-timeline .shell { padding: 0 120px; }
.section-timeline .section__head { text-align: center; margin: 0 auto 50px; }
.section-timeline .section__image { top: 0; right: -45%; }
/* Large Desktop */
@media(max-width: 1600px) {
	.section-timeline .section__image { right: -1050px; }
}
/* Small Desktop */
@media (max-width: 1440px) {
	.section-timeline .shell { padding: 0 90px; }
}
/* Tablet Portrait */
@media (max-width: 1150px) {
	.section-timeline .shell { padding: 0 60px; }
}
/* Mobile */
@media (max-width: 768px), screen and (max-width: 812px) and (orientation: landscape) {
	.section-timeline { padding: 38px 0 95px; }
	.section-timeline .section__image { right: -1080px; }
}
/* Mobile */
@media (max-width: 425px) {
	.section-timeline { padding: 28px 0 39px; }
	.section-timeline .shell { padding: 0 36px; }

	.section-timeline .section__head { margin: 0 auto 29px; padding: 0 30px; }
	.section-timeline .section__head .title:before { top: -17px; right: 4px; }
}
/* ------------------------------------------------------------ *\
	Section Tiles
\* ------------------------------------------------------------ */
.section-tiles { padding: 97px 0 100px; z-index: 5; }
.section-tiles .section__image { top: 0; left: -20%; }
.section-tiles .section__image--secondary { left: auto; right: -10%; top: 20%; }
/* Large Desktop */
@media(max-width: 1600px) {
	.section-tiles .section__image { left: -450px; }
	.section-tiles .section__image--secondary { left: auto; right: -320px; }
}
/* Mobile */
@media (max-width: 768px), screen and (max-width: 812px) and (orientation: landscape) {
	.section-tiles { padding: 40px 0 40px; }

	.section-tiles .section__image--secondary { left: auto; right: -350px !important; }
}
/* Mobile */
@media (max-width: 425px) {
	.section-tiles { padding: 40px 0 40px; }
}
/* ------------------------------------------------------------ *\
	Section Accordions
\* ------------------------------------------------------------ */
.section-accordions { padding: 76px 0 100px; }
.section-accordions .shell { max-width: 1040px; }
.section-accordions .section__head { text-align: center; margin-bottom: 59px; }
.section-accordions .section__image { top: 80%; right: -5%; }
.section-accordions + .section-subscribe { margin-top: 91px; }
/* Large Desktop */
@media(max-width: 1600px) {
	.section-accordions .section__image { top: 117%; right: -200px; }
}
/* Mobile */
@media (max-width: 768px), screen and (max-width: 812px) and (orientation: landscape) {
	.section-accordions { padding: 84px 0 39px; }
	.section-accordions .section__image { top: 117%; right: -250px; }
}
/* Mobile */
@media (max-width: 425px) {
	.section-accordions { padding: 33px 0 33px; }
	.section-accordions .section__head { margin-bottom: 36px; }
	.section-accordions + .section-subscribe { margin-top: 63px; }
}
@media(max-width: 375px){
	.section-accordions .section__head .title:before { right: 0; }
}
/* ------------------------------------------------------------ *\
	Section Subscribe
\* ------------------------------------------------------------ */
.section-subscribe { padding: 76px 0 72px; background: #03a0b0; color: #fff; z-index: 2; }
.section-subscribe .shell { max-width: 1032px; }
.section-subscribe .section__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.section-subscribe .section__content { max-width: 345px; margin: 0 47px 0 0; }
.section-subscribe .section__content h5 { font-size: 26px; margin-bottom: 18px; letter-spacing: .01em; }
.section-subscribe .section__content p { font-size: 16px; letter-spacing: 0; }
.section-subscribe .section__aside { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; padding: 47px 0 0; }
.section-subscribe .section__image { top: 100%; left: -10%; }
.section-subscribe .section__image--secondary { left: auto; top: 5px; right: -12%; }
.section-subscribe .section__image--secondary img { border-radius: 50%; }
/* Large Desktop */
@media(max-width: 1600px) {
	.section-subscribe .section__image { top: 100%; left: -250px; }
	.section-subscribe .section__image--secondary { left: auto; right: -10%; top: auto; }
}
@media(max-width: 1440px){
	.section-subscribe .section__image { top: 80%; left: -300px; }
	.section-subscribe .section__image--secondary { left: auto; right: -15%; top: auto; }

}
@media(max-width: 1350px){
	.section-subscribe .section__image { top: 80%; left: -350px; }
	.section-subscribe .section__image--secondary { left: auto; right: -15%; top: auto; }
}
@media(max-width: 1270px){
	.section-subscribe .section__image--secondary { display: none; }
	
}
/* Tablet Portrait */
@media (max-width: 1150px) {
	.section-subscribe .section__image--secondary { display: none; }
}
/* Overhaul the right-hand immigration footer image placement */
.section-subscribe .section__image--secondary { left: auto; top: 5px; right: -8%; }
@media(max-width: 1600px) {
	.section-subscribe .section__image--secondary { left: auto; right: -8%; top: auto; }
}
@media(max-width: 1440px){
	.section-subscribe .section__image--secondary { left: auto; right: -8%; top: auto; }
}
@media(max-width: 1350px){
	.section-subscribe .section__image--secondary { left: auto; right: -6%; top: auto; }
}
@media(max-width: 1270px){
	.section-subscribe .section__image--secondary { display: none; }
}
/* Mobile */
@media (max-width: 1150px) {
	.section-subscribe { padding: 52px 0 22px; text-align: center; }
	.section-subscribe .section__content { max-width: 100%; margin: 0 0 10px 0;}
	.section-subscribe .section__aside { padding: 16px 0 0 0; }

	.section-subscribe .section__image { top: 100%; left: -47%; }
}
@media(max-width: 400px){
	.section-subscribe .shell { padding-left: 36px; padding-right: 36px; }
}
/* Mobile */
@media (max-width: 425px) {
	.section-subscribe { padding: 42px 0 0; text-align: center; }

	.section-subscribe .shell { padding-left: 32px; padding-right: 30px; }
	
	.section-subscribe .section__content { margin: 0 0 1px 0; }
	.section-subscribe .section__content h5 { font-size: 24px; }

	.section-subscribe .section__aside { padding: 20px 0 0 0; }
}
/* ------------------------------------------------------------ *\
	Share
\* ------------------------------------------------------------ */
.share { padding: 20px 0 23px; position: fixed; right: 0; top: 40%; z-index: 10; width: 50px; -webkit-box-shadow: 0 1px 18px rgba(0, 0, 0, 0.08); box-shadow: 0 1px 18px rgba(0, 0, 0, 0.08); border-radius: 26px 0 0 26px; background: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.share h6 { font-size: 10px; text-transform: uppercase; font-family: 'Noto Sans', Helvetica, sans-serif; color: #262a2e; }
.share a { display: block; height: 100%; }
.share ul { list-style-type: none; }
.share ul li + li { margin-top: 4px; }
.share svg { width: 26px; height: 26px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.share li:hover svg { fill: #03a0b0; }
/* Mobile */
@media (max-width: 425px) {
	.share { display: none; }
}
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
/*.slider-main .slider__slide { padding: 0 36px; }*/
/*.section-timeline .swiper-container { max-width: 1146px; margin: 0 auto; }*/
/*.section-timeline .swiper-container .swiper-slide-active { max-width: 416px !important; }*/
.slider-main { position: relative; }
.slider-main .slider__container { height: 350px; }
.slider-main .slider__clip { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; min-height: 100%; }
.slider-main .slider__slide { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; outline: none; }
.slider-main .slider__slide .card > * { opacity: .3; }
.slider-main .swiper-pagination { width: 100%; margin: 20px 0 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.slider-main .swiper-pagination-bullet { width: 22px; height: 22px; border: 3px solid #dbe3eb; background: #fff; position: relative; opacity: 1; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.slider-main .swiper-pagination-bullet:before { position: absolute; content: ''; width: 10px; height: 10px; border-radius: 50%; background: #03a0b0; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 0; visibility: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.slider-main .swiper-pagination-bullet-active { border-color: #03a0b0; }
.slider-main .swiper-pagination-bullet-active:before { opacity: 1; visibility: visible; }
.slider-main .swiper-pagination-bullet + .swiper-pagination-bullet { margin-left: 26px; }
.slider-main .swiper-slide-active { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); opacity: 1; z-index: 10; }
.slider-main .swiper-slide-active .card > * { opacity: 1; }
.slider-main .swiper-button-next,
.slider-main .swiper-button-prev { background-image: none; width: 33px; height: 33px; border: 2px solid #03a0b0; border-radius: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.slider-main .swiper-button-prev { margin-left: -40px; }
.slider-main .swiper-button-next { margin-right: -40px; }
.slider-main .swiper-button-next svg,
.slider-main .swiper-button-prev svg { width: 10px; height: 14px; fill: #03a0b0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.slider-main .swiper-button-next:hover,
.slider-main .swiper-button-prev:hover { background: #00636E; border-color: #00636E; }
.slider-main .swiper-button-next:hover svg,
.slider-main .swiper-button-prev:hover svg { fill: #fff; }
/* Mobile */
@media (max-width: 768px), screen and (max-width: 812px) and (orientation: landscape) {
	.slider-main .swiper-button-next,
	.slider-main .swiper-button-prev { margin-top: -42px; }

	.slider-main .slider__slide { padding: 0; }

	.slider-main .swiper-button-prev { margin-left: -20px; }
	.slider-main .swiper-button-next { margin-right: -20px; }

	.slider-main .swiper-pagination { margin: 14px 0 0 0; }

	.slider-main .swiper-slide-active { -webkit-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95); z-index: 10; }
}
/* Mobile */
@media (max-width: 425px) {

	.slider-main .slider__container { height: auto; }

	.slider-main .swiper-button-prev,
	.slider-main .swiper-button-next { margin-top: 0; }

	.slider-main .swiper-button-prev { margin-left: -26px; }
	.slider-main .swiper-button-next { margin-right: -26px; }

	.slider-main .swiper-pagination { margin: 11px 0 0 0px; }
}
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul,
.socials { list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 0.8em; }
.socials li a { display: block; }
.socials li + li { margin-left: 19px; }
.socials li svg { max-width: 23px; height: 22px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
/* ------------------------------------------------------------ *\
	Body
\* ------------------------------------------------------------ */
body.admin-bar .header { margin-top: 32px; }
@media(max-width: 600px){
	html #wpadminbar { position: fixed; }
}
/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder { color: inherit; opacity: 1; }
input::-moz-placeholder { color: inherit; opacity: 1; }
input:-ms-input-placeholder { color: inherit; opacity: 1; }
input::-ms-input-placeholder { color: inherit; opacity: 1; }
input::placeholder { color: inherit; opacity: 1; }
textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }
textarea::-moz-placeholder { color: inherit; opacity: 1; }
textarea:-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::placeholder { color: inherit; opacity: 1; }
input:-webkit-autofill { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0 1000px #fff inset; }
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; text-decoration: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
/*  Button Block  */
.btn-block { display: block; padding-left: 0; padding-right: 0; }
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper { min-height: 100vh; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column nowrap; flex-flow: column nowrap; }
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell { max-width: 1468px; padding-left: 90px; padding-right: 90px; margin: auto; }
.shell--fluid { max-width: none; }
/* Mobile */
@media(max-width: 500px){
	.shell { padding-left: 45px; padding-right: 45px; }
}
@media (max-width: 425px) {
	.shell { padding-left: 36px; padding-right: 36px; }
}
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widgets { list-style: none outside none; }
.widget { margin-bottom: 15px; }
.widget ul { list-style: none outside none; margin: 0; }
.widget li { padding: 5px 0; }
.widget-title { padding-bottom: 5px; border-bottom: 1px solid #000; margin-bottom: 12px; }
.widget_categories .screen-reader-text { display: none; }
.widget_categories .post-form { width: 100%; padding: 5px; }
.widget_calendar table { width: 100%; border-spacing: 0; border-collapse: collapse; text-align: center; }
.widget_calendar td,
.widget_calendar th { padding: 5px; border: 1px solid #000; }
.widget_calendar caption { padding: 12px; font-weight: bold; }
.widget_calendar tfoot { font-weight: bold; }
.widget_rss .rsswidget { vertical-align: middle; }
.widget_rss .rsswidget img { float: left; margin: 5px 8px 0 0; }
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Tab
\* ------------------------------------------------------------ */
.tabs .tabs__nav { position: relative; z-index: 2; }
.tabs .tabs__nav > ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -10px; }
.tabs .tabs__nav > ul > li { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; padding: 0 10px; }
.tabs .tabs__body { margin: 10px 0 0 0; position: relative; z-index: 1; }
.tab { padding: 72px 0 0 82px; -webkit-box-shadow: 0 1px 18px rgba(0, 0, 0, .2); box-shadow: 0 1px 18px rgba(0, 0, 0, .2); background: #fff; display: none; }
.tabs .tabs__nav li:hover .box { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }
.tabs .tabs__nav li.active .box { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.tabs .tabs__nav li.active .box:before { opacity: 1; visibility: visible; }
.tabs .tabs__nav li.active .link-more { opacity: 0; visibility: hidden; pointer-events: none; }
.tabs .tabs__nav li.active .link-close { opacity: 1; visibility: visible; }
.tabs--mobile { display: none; }
/* Mobile */
@media (max-width: 1150px) {
	.tabs  { display: none; }
	.tabs--mobile { display: block; }
	.tabs .tab { padding: 21px 40px 10px 40px; }
	.tabs .tabs__nav > ul > li { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; padding: 0 10px 20px; }
	.tabs .tabs__nav li.active .link-close { margin-top: 27px; }
}
/* Mobile */
@media (max-width: 425px) {
	.tabs .tabs__nav li.active .link-close { margin-top: 25px; }
}
/* ------------------------------------------------------------ *\
	Tile
\* ------------------------------------------------------------ */
.tiles { position: relative; z-index: 5; margin: 0 -10px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
.tile { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; padding: 0 10px 20px; overflow: hidden; position: relative; -webkit-transition: .3s; -o-transition: .3s; transition: .3s;}
.tiles .tile:nth-child(4) { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
.tiles .tile:nth-child(4) .tile__inner { max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; padding-bottom: 48%; }
.tiles .tile:nth-child(4):hover { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.tiles .tile:nth-child(4) .tile__inner:hover { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }
.tiles .tile:nth-child(4):hover .tile__overlay { margin: 13px 10px; }
/*.tiles .tiles__row { display: flex; flex-wrap: wrap; margin: 0 -10px; justify-content: flex-end; }*/
.tile:not(.tile--main) .tile__inner { padding-bottom: 100%; }
.tile .tile__inner { position: relative; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.tile .tile__background { position: absolute; top: 0; left: 0;  width: 100%; height: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; z-index: 1; }
/* ------------------------------------------------------------ *\
	Tile overlay
\* ------------------------------------------------------------ */
.tile .tile__overlay { position: absolute; top: 0; left: 0; width: 94%; height: 94%; margin: 10px; background: rgba(3, 160, 176, .9); -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); z-index: 2; color: #fff; overflow: hidden; padding: 17px 19px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); opacity: 0; visibility: hidden; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }
.tile .tile__overlay-head { margin-bottom: 15px; }
.tile .tile__overlay-head h5 { font-weight: 600; margin-bottom: 0; }
.tile .tile__overlay-head span { font-size: 14px; text-transform: uppercase; }
.tile .tile__overlay-entry { height: 140px; overflow: hidden; }
.tile .tile__overlay-entry p { font-size: 15px; line-height: 1.35; font-weight: 400; letter-spacing: -0.02em; }
.tile .tile__overlay-actions { font-size: 14px; margin-top: 25px; }
/* ------------------------------------------------------------ *\
	Tile Main ( Heading )
\* ------------------------------------------------------------ */
.tile--main { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; padding: 8px 30px 8px 10px; max-height: 200px; }
.tile--main h2 { margin-bottom: 40px; }
.tile--main p { line-height: 1.7; }
/* ------------------------------------------------------------ *\
	Tile Secondary ( Button )
\* ------------------------------------------------------------ */
.tile--secondary .tile__inner { background: #03a0b0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
.tile--secondary .link-read { font-size: 24px; font-weight: 500; width: 190px; font-family: Montserrat, Helvetica, sans-serif; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; line-height: 1.2; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.tile--secondary .link-read svg { width: 15px; height: 17px; }
.tile--secondary .tile__link { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
/* ------------------------------------------------------------ *\
	Tile Hovers
\* ------------------------------------------------------------ */
.tile:not(.tile--main):hover { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }
.tile:not(.tile--main):hover .tile__overlay { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; visibility: visible; }
.tile.tile--secondary:hover { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.tile.tile--secondary:hover .tile__inner { background: #00636E; }
.tile.tile--secondary .link-read:hover { text-decoration: none; }
/* Small Desktop */
@media (max-width: 1440px) {
	.tile .tile__overlay { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; text-align: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 69px 19px 76px; }
	.tile .tile__overlay-entry { display: none; }
	.tile .tile__overlay-head { margin-bottom: 10px; }
	.tile .tile__overlay-head-actions { margin-top: 0; }
}
@media(max-width: 1300px){
	.tile { -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
	.tile--main { -webkit-box-flex: 0; -ms-flex: 0 0 66.666666%; flex: 0 0 66.666666%; max-width: 66.666666%; max-height: initial; }
	
	.tiles .tile:nth-child(4) { -webkit-box-flex: 0; -ms-flex: 0 0 66.66666%; flex: 0 0 66.66666%; max-width: 66.66666%; }
	.tiles .tile:nth-child(4) .tile__inner { max-width: calc(50% - 10px); -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: calc(50% - 10px); flex-basis: calc(50% - 10px); padding-bottom: 48%; }

	.tiles .tile:nth-child(6) { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
	.tiles .tile:nth-child(3) { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }

	.tile.tile--secondary { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }

	.tiles .tile:nth-child(4):hover { -webkit-transform: scale(1.02); -ms-transform: scale(1.02); transform: scale(1.02); }
	
}
/* Small Desktop */
@media (max-width: 1200px) {
	.tile--main { overflow: auto; }
}
/* Mobile */
@media (max-width: 1150px) {
	.tile { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }

	.tile--main,
	.tile--secondary { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; text-align: center; }

	.tile--main { padding: 10px 20px 8px 20px; height: auto; overflow: hidden; margin-bottom: 45px; }
	.tile--main h2 { margin-bottom: 42px; }

	.tile--secondary .tile__inner { padding-bottom: 17% !important; }
	.tile--secondary .link-read { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; width: 90%; }
	.tile--secondary .link-read svg { margin-left: 20px; }
	.tile--secondary .link-read br { display: none; }
	
	.tile .tile__overlay { padding: 70px 25px; }

	.tile:not(.tile--main):hover { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

	.tiles .tile:nth-child(4) { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
	.tiles .tile:nth-child(4) .tile__inner { max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; padding-bottom: 100%; }

	.tiles .tile:nth-child(4):hover { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
	.tiles .tile:nth-child(4) .tile__inner:hover { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
	.tiles .tile:nth-child(4):hover .tile__overlay { margin: 10px; }
}
/* Mobile */
@media (max-width: 768px), screen and (max-width: 812px) and (orientation: landscape) {
	.tile--main { max-height: initial; }
}
@media(max-width: 680px){
	.tile--main .title:before { right: -5px; }
}
/* Mobile */
@media (max-width: 425px) {
	.tile { height: auto; padding: 0 10px 10px; }

	.tile .tile__overlay { display: none; }
	.tile:hover { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

	.tile--main { margin-bottom: 23px; padding: 10px 15px 10px; }
	.tile--main .title:before { right: 3px; }
	.tile--main h2 { margin-bottom: 34px; }

	.tile--secondary { min-height: 78px; padding: 0 10px 5px; }
	.tile--secondary .link-read { font-size: 18px; }
	.tile--secondary .tile__inner { padding-bottom: 23% !important; }
}
/* ------------------------------------------------------------ *\
	Title
\* ------------------------------------------------------------ */
.title { position: relative; display: inline-block; }
.title:before { position: absolute; content: ''; top: -9px; right: -22px; width: 28px; height: 28px; border-top: 4px solid; border-right: 4px solid; border-color: #cb2326; }
.fl-module-heading.bb-title .fl-heading-text {
	position: relative;
}
.fl-module-heading.bb-title .fl-heading-text:before {
	position: absolute;
	content: "";
	top: -9px;
	right: -22px;
	width: 28px;
	height: 28px;
	border-top: 4px solid;
	border-right: 4px solid;
	border-color: #cb2326;
}
/* Mobile */
@media (max-width: 425px) {
	.title { line-height: 1.3; }
	.title:before { right: -7px; }
}
/* ------------------------------------------------------------ *\
    Video
\* ------------------------------------------------------------ */
.video { padding-bottom: 56.25%; position: relative; overflow: hidden; }
.video iframe,
.video .video__inner,
.video .video__placeholder { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.video .video__inner { opacity: 0; visibility: hidden; -webkit-transition: opacity .4s ease, visibility .4s ease; -o-transition: opacity .4s ease, visibility .4s ease; transition: opacity .4s ease, visibility .4s ease; z-index: 2; }
.video .video__placeholder { background-repeat: no-repeat; background-position: center; background-size: cover; z-index: 1; }
.video .play { width: 210px; height: 46px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: rgba(255, 255, 255, .85); -webkit-box-shadow: 0 1px 8px rgba(81, 99, 106, 0.16); box-shadow: 0 1px 8px rgba(81, 99, 106, 0.16); position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 2; cursor: pointer; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out; }
.video .play a { text-decoration: none; font-size: 15px; color: #1d1f21; font-family: Montserrat, Helvetica, sans-serif; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.video .play .ico-play { margin-right: 12px; }
.ico-play { display: block; width: 26px; height: 26px; background: #1d1f21; border-radius: 50%; position: relative; -webkit-transition: .3s; -o-transition: .3s; transition: .3s;}
.ico-play:before { position: absolute; content: ''; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 0; height: 0; border-style: solid; border-width: 7px 0 7px 12px; border-color: transparent transparent transparent rgba(255, 255, 255, .85); margin-left: 2px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.video .play:hover { background: #00636E; }
.video .play:hover a { color: #fff; }
.video .play:hover .ico-play { background: #fff; }
.video .play:hover .ico-play:before { border-color: transparent transparent transparent #00636E; }
/*  Video Playing  */
.video.is-playing .video__inner { opacity: 1; visibility: visible; }
.video.is-playing .play { opacity: 0; pointer-events: none; }
#mc_embed_signup .button {
	position: relative;
	-webkit-transition: background .3s .1s ease-out, -webkit-transform .3s ease-in;
	transition: background .3s .1s ease-out, -webkit-transform .3s ease-in;
	-o-transition: background .3s .1s ease-out, transform .3s ease-in;
	transition: background .3s .1s ease-out, transform .3s ease-in;
	transition: background .3s .1s ease-out, transform .3s ease-in, -webkit-transform .3s ease-in;
	border-radius: 4px;
	border: 0;
	background: rgb(217, 63, 48);
	z-index: 1;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 8px rgba(46, 52, 54, 0.16);
	        box-shadow: 0 1px 8px rgba(46, 52, 54, 0.16);
}
#mc_embed_signup .button:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	margin: auto;
	border-radius: 50%;
	display:block;
	width: 30em;
	height: 30em;
	line-height: 30em;
	text-align: center;
	-webkit-transition: -webkit-box-shadow .5s ease-out;
	transition: -webkit-box-shadow .5s ease-out;
	-o-transition: box-shadow .5s ease-out;
	transition: box-shadow .5s ease-out;
	transition: box-shadow .5s ease-out, -webkit-box-shadow .5s ease-out;
	z-index: -1;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
#mc_embed_signup .button:hover:before {
	-webkit-box-shadow: inset 0 0 0 30em rgb(186, 54, 42);
	        box-shadow: inset 0 0 0 30em rgb(186, 54, 42);
}
#mc_embed_signup .button:hover {
	border: 0;
	background: rgb(186, 54, 42);
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.catalyst #mc_embed_signup .button {
	background: rgb(0, 114, 176);
}
.catalyst #mc_embed_signup .button:hover {
	background: rgb(0, 87, 134);
}
.catalyst #mc_embed_signup .button:hover:before {
	-webkit-box-shadow: inset 0 0 0 30em rgb(0, 87, 134);
	        box-shadow: inset 0 0 0 30em rgb(0, 87, 134);
}
/* ------------------------------------------------------------ *\
	Themes
\* ------------------------------------------------------------ */

/*# sourceMappingURL=bundle.css.map */
