@charset "UTF-8";
/* roboto-100 - latin_latin-ext_cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/roboto-v20-latin-ext_cyrillic-ext_latin-100.eot"); /* IE9 Compat Modes */
  src: local("Roboto Thin"), local("Roboto-Thin"), url("../fonts/roboto-v20-latin-ext_cyrillic-ext_latin-100.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin-ext_cyrillic-ext_latin-100.woff2") format("woff2"), url("../fonts/roboto-v20-latin-ext_cyrillic-ext_latin-100.woff") format("woff"), url("../fonts/roboto-v20-latin-ext_cyrillic-ext_latin-100.ttf") format("truetype"), url("../fonts/roboto-v20-latin-ext_cyrillic-ext_latin-100.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-regular - latin_latin-ext_cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/roboto-v20-latin-ext_cyrillic-ext_latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v20-latin-ext_cyrillic-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin-ext_cyrillic-ext_latin-regular.woff2") format("woff2"), url("../fonts/roboto-v20-latin-ext_cyrillic-ext_latin-regular.woff") format("woff"), url("../fonts/roboto-v20-latin-ext_cyrillic-ext_latin-regular.ttf") format("truetype"), url("../fonts/roboto-v20-latin-ext_cyrillic-ext_latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-condensed-300 - latin-ext_cyrillic-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/roboto-condensed-v18-latin-ext_cyrillic-ext-300.eot"); /* IE9 Compat Modes */
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), url("../fonts/roboto-condensed-v18-latin-ext_cyrillic-ext-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v18-latin-ext_cyrillic-ext-300.woff2") format("woff2"), url("../fonts/roboto-condensed-v18-latin-ext_cyrillic-ext-300.woff") format("woff"), url("../fonts/roboto-condensed-v18-latin-ext_cyrillic-ext-300.ttf") format("truetype"), url("../fonts/roboto-condensed-v18-latin-ext_cyrillic-ext-300.svg#RobotoCondensed") format("svg"); /* Legacy iOS */
}
/* roboto-condensed-regular - latin-ext_cyrillic-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/roboto-condensed-v18-latin-ext_cyrillic-ext-regular.eot"); /* IE9 Compat Modes */
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("../fonts/roboto-condensed-v18-latin-ext_cyrillic-ext-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v18-latin-ext_cyrillic-ext-regular.woff2") format("woff2"), url("../fonts/roboto-condensed-v18-latin-ext_cyrillic-ext-regular.woff") format("woff"), url("../fonts/roboto-condensed-v18-latin-ext_cyrillic-ext-regular.ttf") format("truetype"), url("../fonts/roboto-condensed-v18-latin-ext_cyrillic-ext-regular.svg#RobotoCondensed") format("svg"); /* Legacy iOS */
}
/* roboto-condensed-700 - latin-ext_cyrillic-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/roboto-condensed-v18-latin-ext_cyrillic-ext-700.eot"); /* IE9 Compat Modes */
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("../fonts/roboto-condensed-v18-latin-ext_cyrillic-ext-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v18-latin-ext_cyrillic-ext-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v18-latin-ext_cyrillic-ext-700.woff") format("woff"), url("../fonts/roboto-condensed-v18-latin-ext_cyrillic-ext-700.ttf") format("truetype"), url("../fonts/roboto-condensed-v18-latin-ext_cyrillic-ext-700.svg#RobotoCondensed") format("svg"); /* Legacy iOS */
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

header {
  position: relative;
}

.navbar {
  padding: 0px;
  display: block;
  background-color: transparent;
}
.navbar .collapse {
  align-self: baseline;
  margin-bottom: -6px;
}

.navbar .container.reverse {
  display: flex;
  align-self: center;
  align-items: stretch;
  flex-wrap: wrap-reverse;
  margin-bottom: 10px;
}

.navbar-brand {
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: auto;
  padding: 0px;
}

.navbar.bg-light {
  background-color: transparent !important;
}

a.nav-link {
  padding-bottom: 0px;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  margin-top: 10px;
  background-color: rgb(255, 255, 255) !important;
  box-shadow: 0px 5px 5px rgba(30, 30, 30, 0.3);
}

.navbar .dropdown-menu {
  position: absolute !important;
  border: none;
  left: 0;
  z-index: -30;
  padding: 20px 1000em;
  margin: 34px -1000em;
  background-color: rgb(255, 255, 255);
}

.nav-container {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0px;
  height: auto;
  margin-top: 30px;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.shadow {
  width: 100%;
  height: 10px;
  z-index: 9999;
  background-image: url("../../img/shadow_bottom.png");
  background-repeat: repeat-x;
  position: relative;
  box-shadow: 0 0 0 transparent !important;
}

a.navbar-toggler {
  width: 33px;
  height: 29px;
  padding: 4px 6px;
  background-color: #004B93;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  border-radius: 0px;
  font-weight: 700;
  z-index: 9999;
}

a.navbar-toggler span {
  display: block;
  background: #fff;
  width: 20px;
  height: 2px;
  margin-top: 3px;
}

.meta {
  display: block;
  width: 100%;
  height: 30px;
  font-weight: normal;
  position: fixed;
  background-color: #EBEBEB;
  z-index: 1031;
}

.metaNav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  font-size: 13px;
  margin-top: 7px;
}

.langNav {
  margin-left: auto;
  text-align: right;
}

.language-menu {
  font-size: 13px;
  margin-top: 7px;
  line-height: 15px;
  min-width: 0px;
  width: auto;
}
.language-menu button {
  border: 0;
  padding: 0px 3px;
  color: #707070;
  background: transparent;
}
.language-menu a {
  color: #707070;
}
.language-menu .dropdown-item {
  padding: 0px 10px;
}
.language-menu .dropdown-menu {
  position: absolute !important;
  margin: 5px 0px;
  border: 0px;
  border-radius: 0;
  line-height: 30px;
  min-width: 0px;
  width: auto;
  font-size: 16px;
}
.language-menu .dropdown-item.active, .language-menu .dropdown-item:active {
  background-color: transparent;
}
.language-menu .dropdown-item.active a, .language-menu .dropdown-item:active a {
  color: #004B93;
}

.metaNav li {
  line-height: 15px;
  padding-right: 9px;
  margin-right: 9px;
  border-right: 1px solid;
  white-space: nowrap;
}
.metaNav li a {
  color: #707070;
}
.metaNav li a:hover {
  color: #004B93;
}

.metaNav li:last-child {
  border-right: none;
}

ul.navbar-nav li {
  font-size: 22px;
  font-weight: bold;
  z-index: 1200;
  position: relative;
  padding-right: 5px;
  margin-right: 10px;
  z-index: 300;
}

ul.navbar-nav li::after {
  position: absolute;
  width: 5px;
  height: 5px;
  bottom: 8px;
  right: 0px;
  background-color: #707070;
  content: "";
}

ul.navbar-nav li.is-current::after, li.level-top.show::after {
  background-color: #004B93;
}

ul.navbar-nav li:last-child::after {
  display: none;
}

ul.navbar-nav li a:hover, li.is-current a.nav-link, a.nav-level-2.is-current, a.nav-level-3.is-current, li.level-top.show a.nav-link {
  color: #004B93 !important;
}

ul.navbar-nav li.show li a {
  color: #707070 !important;
}

ul.navbar-nav a.nav-link, ul.navbar-nav li.show .dropdown-menu a {
  padding-left: 0px !important;
  color: #707070;
}

.dropdown-item {
  padding: 0px;
}

.level-top {
  z-index: 300;
}

.nav-level-2 {
  font-size: 18px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: bold;
  margin: 5px 0px;
}

.nav-level-3 {
  font-size: 18px;
  font-family: "Roboto Condensed", Arial, sans-serif;
}

.nav-level-4 {
  font-size: 16px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  padding-left: 15px;
}

.navbar .container.reverse {
  margin-top: 10px;
}

.dropdown-menu a:hover {
  background: none;
  color: #004B93 !important;
}

.language-menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.breadcrumb {
  padding-top: 15px;
  font-size: 16px;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
}
.breadcrumb .breadcrumb-item {
  padding-right: 10px;
  padding-left: 0px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item span {
  padding-left: 9px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding: 0px;
  content: "|";
}

.nav-breadcrumb {
  padding-top: 15px !important;
  margin-bottom: 15px !important;
}

nav.navbar.shrink {
  width: 100%;
  height: 35px;
  position: fixed;
  left: 0px;
}
nav.navbar.shrink .nav-container {
  padding: 15px 0px;
  margin-top: 0px;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 992px) {
  nav.navbar.shrink .nav-container {
    padding: 0px;
  }
}

nav .navbar-brand img {
  height: 40px;
  width: auto;
}

nav.navbar.shrink .navbar-brand img {
  height: 30px;
  transition: all 0.5s ease-out;
}

.meta {
  opacity: 1;
  height: 30px;
}

.meta.hide {
  opacity: 0;
  height: 0px;
  transition: all 0.5s ease-out;
}

.navbar.shrink .dropdown-menu {
  margin-top: 19px;
}

.nav-level-2.ruler-before {
  border-top: 1px solid #EBEBEB;
  padding-top: 10px;
  margin-top: 15px;
}

footer .metaNav {
  margin-top: 10px;
  padding-top: 15px;
  color: #fff;
  display: flex;
  flex-flow: row wrap;
  border-top: 1px solid #fff;
  width: 100%;
}
footer .metaNav ul {
  margin-top: 0px;
  display: flex;
  flex-flow: row wrap;
}
footer .metaNav li {
  line-height: 20px;
  height: 20px;
  margin-right: 14px;
  padding-right: 14px;
  margin-bottom: 15px;
}
footer .metaNav li a {
  color: #fff;
  font-size: 16px;
}
footer .metaNav .copyright {
  margin-left: auto;
  line-height: 20px;
  font-size: 16px;
}

.tile--image-left, .tile--image-right, .tile--text {
  box-shadow: none;
  flex-direction: column;
}

.tile, .tile__content, .tile__image {
  display: flex;
  flex: 1 1 auto;
}

.tile__content {
  width: 66.66%;
}

.tile__image {
  width: 33.33%;
}

.text {
  width: 100%;
}

.tile--image-right .tile__image {
  order: 2;
}

.tile--image-right .text {
  padding-right: 30px;
}

.tile--image-left .text {
  padding-left: 30px;
}

.tile--image-above .tile__image, .tile--image-above-left .tile__image {
  width: 100%;
}
.tile--image-above .tile__content, .tile--image-above-left .tile__content {
  width: 100%;
}

.tile--image-below .tile__image, .tile--image-below-left .tile__image {
  width: 100%;
  order: 1;
}
.tile--image-below .tile__content, .tile--image-below-left .tile__content {
  width: 100%;
  order: 0;
}

.tile img, .feature__item:hover img, .mediaelement-image img {
  width: 100%;
  height: 100%;
  transition: transform 2s ease;
}

.tile {
  flex-direction: column;
}

.tile:hover img, .feature__item:hover img, .mediaelement-image:hover img {
  transform: scale(1.05);
}

.tile__image, .feature_image, .mediaelement-image {
  overflow: hidden;
}

.contentMain .tile, .contentBottom .tile {
  margin-bottom: 30px;
}
.contentMain .tile--image-left .tile__image, .contentMain .tile--image-left img, .contentMain .tile--image-left picture, .contentMain .tile--image-right .tile__image, .contentMain .tile--image-right img, .contentMain .tile--image-right picture, .contentMain .tile--text .tile__image, .contentMain .tile--text img, .contentMain .tile--text picture, .contentBottom .tile--image-left .tile__image, .contentBottom .tile--image-left img, .contentBottom .tile--image-left picture, .contentBottom .tile--image-right .tile__image, .contentBottom .tile--image-right img, .contentBottom .tile--image-right picture, .contentBottom .tile--text .tile__image, .contentBottom .tile--text img, .contentBottom .tile--text picture {
  max-height: 100%;
  height: auto;
  line-height: 0;
  display: block;
}

.owl-height, .tile .owl-carousel img, .mediaelement-image .owl-carousel img {
  transition: unset !important;
  transform: unset !important;
}

.owl-carousel .owl-item .owl-lazy {
  transition: transform 2s ease !important;
}

.owl-height, .tile:hover .owl-carousel img, .mediaelement-image:hover .owl-carousel img {
  transform: unset;
  transition: unset !important;
}

.startpage .contentMain .tile, .startpage .contentBottom .tile {
  margin-bottom: 0px;
}

@media screen and (max-width: 992px) {
  .startpage .news-carousel .article .teaser-text, .startpage .news-carousel .news-img-wrap {
    width: 100% !important;
    flex-basis: 100% !important;
  }
  .startpage .news-carousel .owl-dots {
    position: relative;
  }
  .startpage .news-carousel .teaser-text {
    height: auto;
    padding: 30px 0px 0px 0px !important;
  }
}
@media screen and (min-width: 768px) {
  .contentMain .tile--image-left, .contentMain .tile--image-right, .contentMain .tile--text, .contentBottom .tile--image-left, .contentBottom .tile--image-right, .contentBottom .tile--text {
    flex-direction: row;
  }
}
@media screen and (max-width: 991px) {
  .startpage .container-fluid.reset-padding .tile__image, .startpage .container-fluid.reset-padding .tile__content {
    width: 100%;
  }
  .startpage .container-fluid.reset-padding .tile--image-left .tile__image, .startpage .container-fluid.reset-padding .tile--image-left img, .startpage .container-fluid.reset-padding .tile--image-left picture, .startpage .container-fluid.reset-padding .tile--image-right .tile__image, .startpage .container-fluid.reset-padding .tile--image-right img, .startpage .container-fluid.reset-padding .tile--image-right picture, .startpage .container-fluid.reset-padding .tile--text .tile__image, .startpage .container-fluid.reset-padding .tile--text img, .startpage .container-fluid.reset-padding .tile--text picture {
    width: 100%;
    max-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .contentMain .tile__image, .contentMain .tile__content, .contentBottom .tile__image, .contentBottom .tile__content {
    width: 100%;
  }
  .contentMain .tile--image-left .tile__image, .contentMain .tile--image-left img, .contentMain .tile--image-left picture, .contentMain .tile--image-right .tile__image, .contentMain .tile--image-right img, .contentMain .tile--image-right picture, .contentMain .tile--text .tile__image, .contentMain .tile--text img, .contentMain .tile--text picture, .contentBottom .tile--image-left .tile__image, .contentBottom .tile--image-left img, .contentBottom .tile--image-left picture, .contentBottom .tile--image-right .tile__image, .contentBottom .tile--image-right img, .contentBottom .tile--image-right picture, .contentBottom .tile--text .tile__image, .contentBottom .tile--text img, .contentBottom .tile--text picture {
    width: 100%;
    max-width: unset;
  }
  .contentMain .tile__content h2 br, .contentBottom .tile__content h2 br {
    display: none;
  }
  .contentMain .tile__image, .contentBottom .tile__image {
    margin-bottom: 30px;
  }
  .contentMain .tile--image-left .tile__content, .contentMain .tile--image-right .tile__content, .contentMain .tile--text .tile__content, .contentBottom .tile--image-left .tile__content, .contentBottom .tile--image-right .tile__content, .contentBottom .tile--text .tile__content {
    order: 2;
    width: 100%;
  }
}
.container, .container-fluid {
  margin-top: 0px;
  margin-bottom: 0px;
}
.container .reset-margin-top, .container-fluid .reset-margin-top {
  margin-top: 0px;
}

.container-fluid.reset-padding-bottom .container {
  padding-bottom: 0px;
}

.container-fluid.reset-padding .text {
  padding-top: 30px;
  padding-bottom: 30px;
}

.contentMain .container, .contentBottom .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.parallax {
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 210px;
  background-position-y: center;
  position: relative;
  background-attachment: fixed;
  margin: 30px 0px;
}

.container-fluid {
  padding: 0px;
  overflow: hidden;
}

.meta .container, .contentStage .container-fluid {
  margin: 0 auto;
}

.meta .container {
  display: flex;
}

.container-fluid .container {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.flex-container {
  display: flex;
  flex-flow: row wrap;
  margin: 0px -15px;
  padding: 0px !important;
}

.container-fluid.bg-blue .container {
  padding-top: 15px;
  padding-bottom: 15px;
}

.primary h2 {
  margin-bottom: 15px;
}

.container-fluid.reset-padding .container {
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-fluid.reset-padding-top .container {
  padding-top: 0px;
}

.tile ~ .tile {
  margin-top: 30px;
}

.reset-padding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.reset-padding-top {
  padding-top: 0px !important;
}

.reset-padding-bottom {
  padding-bottom: 0px !important;
}

.add-padding-top-half {
  padding-top: 15px;
}

.add-padding-top-double {
  padding-top: 30px;
}

.reset-margin-top {
  margin-top: 0px;
}

.add-margin {
  margin-top: 30px;
  margin-bottom: 30px;
}

.add-margin-top-half {
  margin-top: 15px;
}

.add-margin-top-double {
  margin-top: 30px;
}

.image-embed-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.flex-container_gallery {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -7.5px;
  align-items: flex-start;
}
.flex-container_gallery .flex-item_gallery {
  padding: 0px 7.5px;
  margin: 0 auto;
}

.container_gallery {
  margin: 0 -7.5px;
}
.container_gallery .flex-item_gallery {
  float: left;
  padding: 0px 7.5px;
}
.container_gallery img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.flex-container_gallery.flex2-cols .flex-item_gallery {
  flex-basis: 50%;
  width: 50%;
}

.flex-container_gallery.flex3-cols .flex-item_gallery {
  flex-basis: 33%;
  width: 33%;
}

.flex-container_gallery.flex4-cols .flex-item_gallery {
  flex-basis: 25%;
  width: 25%;
}

.flex-container_gallery.flex5-cols .flex-item_gallery {
  flex-basis: 20%;
  width: 20%;
}

.flex-container_gallery.flex6-cols .flex-item_gallery {
  flex-basis: 16.66%;
  width: 16.66%;
}

.flex-container_gallery.flex7-cols .flex-item_gallery {
  flex-basis: 14.28%;
  width: 14.28%;
}

.flex-container_gallery.flex8-cols .flex-item_gallery {
  flex-basis: 12.5%;
  width: 12.5%;
}

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

.salespartners_frame {
  width: 100%;
  background-color: #004B93;
  color: #fff;
  text-align: center;
  padding: 30px;
  margin-bottom: 30px;
  overflow: visible !important;
}
.salespartners_frame ul.dropdown {
  list-style: none;
  position: relative;
  font-size: 20px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  min-width: 250px;
}
.salespartners_frame ul.dropdown li.dropdown-toggle {
  background-color: #fff;
  color: #707070;
  padding: 5px 15px;
  display: inline-block;
  min-width: 250px;
}
.salespartners_frame ul.dropdown ul {
  padding: 10px;
  margin: 0px;
  min-width: 250px;
  max-height: 400px;
  overflow-y: scroll;
  border-radius: 0px;
}

.salespartners {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.salespartners .tile ~ .tile {
  margin-top: 0px;
}
.salespartners .hidden {
  display: none !important;
}
.salespartners .tile {
  flex-basis: 33.33%;
  max-width: 33.33%;
  padding: 15px;
}
.salespartners .tile__content {
  display: block;
  width: 100%;
}
.salespartners .tile__image {
  margin-bottom: 30px;
  width: 100%;
}
.salespartners strong {
  display: inline-block;
}
.salespartners .fa-phone {
  transform: rotate(90deg);
  margin-left: -5px;
  margin-top: 8px;
  padding-bottom: -5px;
  width: 25px !important;
  margin-right: 10px;
}
.salespartners h3 {
  margin-bottom: 0px;
}
.salespartners .margin-bottom {
  margin-bottom: 15px;
}
.salespartners .row {
  margin: 0px;
  line-height: 30px;
}
.salespartners .fa {
  padding-right: 15px;
  width: 30px;
}
.salespartners .flag-icon {
  width: 30px !important;
  height: 30px;
  margin-top: 15px;
  margin-right: 15px;
}

.modal_outer {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 32px 68px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  color: #141414;
  font-family: sans-serif;
  font-size: 15px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.1px;
  line-height: 24px;
  max-height: calc(100% - 16px);
  overflow: hidden;
  position: fixed;
  display: none;
  text-align: initial;
  opacity: 0;
  max-width: 900px;
  z-index: 9999;
  transition: opacity 0.6s ease-out;
}
.modal_outer .tile__image {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .modal_outer {
    width: 90%;
  }
}
.modal_outer.in {
  display: block;
  opacity: 1;
}
.modal_outer.out {
  animation: modal-out 0.6s ease-out forwards;
}
.modal_outer .btn.submit {
  margin-left: auto;
  display: block;
}
.modal_outer .btn.submit:after {
  display: none;
}

@keyframes modal-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.modal_inner {
  padding: 1.5em;
}
.modal_inner p:last-child {
  margin-bottom: 0;
}

.modal_header {
  padding: 1.5em;
  display: flex;
  border-bottom: 1px solid #d6d6d6;
  justify-content: space-between;
}
.modal_header .modal_close {
  transition: 0.3s ease-out;
}
.modal_header .modal_close:hover {
  transform: rotate(90deg);
}

.modal_close {
  border: none;
  fill: #707070;
  background: transparent;
}

.h1_style {
  margin-bottom: 0 !important;
  color: #707070;
}

.slick-slide .article {
  display: flex !important;
}

.tx-kneproducts .results .productlist .tile {
  margin-bottom: 30px !important;
}

.contentStage .owl-nav, .contentStage .slick-dots {
  display: none !important;
}

.owl-stage {
  height: auto !important;
}

.owl-carousel {
  height: auto;
  overflow: hidden;
}

.owl-carousel-start > .slide:not(:first-child), .owl-carousel-start > .flex-item_gallery:not(:first-child), .owl-carousel-start > .article:not(:first-child), .owl-carousel-start > div > .article:not(:first-child), .news-carousel > .slide:not(:first-child), .news-carousel > .flex-item_gallery:not(:first-child), .news-carousel > .article:not(:first-child), .news-carousel > div > .article:not(:first-child), .owl-carousel > .slide:not(:first-child), .owl-carousel > .flex-item_gallery:not(:first-child), .owl-carousel > .article:not(:first-child), .owl-carousel > div > .article:not(:first-child) {
  display: none;
}

.news-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item img, .news-carousel .owl-item img {
  width: 100%;
  height: auto;
}

.slide__image {
  width: 100%;
  overflow: hidden;
  transition: all 1s ease-out;
}

.contentMain .tile, .contentBottom .tile {
  display: flex;
}

.tile--carousel .slide__content {
  top: 50%;
  width: 100%;
  position: absolute;
}
.tile--carousel .slide__content h2, .tile--carousel .slide__content .header2 {
  font-size: 50px;
  margin-bottom: 5px;
}
.tile--carousel .slide__content .text {
  background: rgba(240, 240, 240, 0.8);
  color: #707070;
  padding: 20px;
  font-size: 22px;
  max-width: 450px;
}

.startpage .contentStage {
  height: 100vh;
  object-fit: cover;
}
.startpage .contentStage .owl-carousel.owl-theme.owl-loaded.owl-drag,
.startpage .contentStage .owl-stage-outer,
.startpage .contentStage .owl-stage,
.startpage .contentStage .owl-item,
.startpage .contentStage .item,
.startpage .contentStage .owl-item,
.startpage .contentStage .img-responsive, .startpage .contentStage .tile--carousel, .startpage .contentStage .slide__image, .startpage .contentStage .slide__image img {
  height: 100vh;
  object-fit: cover;
}
.startpage .contentStage .tile--carousel {
  position: relative;
}
.startpage .contentStage .owl-stage {
  display: flex;
}

.tile--image-right .owl-carousel .owl-nav, .tile--image-left .owl-carousel .owl-nav, .productdetails .owl-carousel .owl-nav, .ce-image .owl-carousel .owl-nav, .finder-slider .owl-carousel .owl-nav {
  display: none;
}
.tile--image-right .owl-carousel .owl-dots, .tile--image-left .owl-carousel .owl-dots, .productdetails .owl-carousel .owl-dots, .ce-image .owl-carousel .owl-dots, .finder-slider .owl-carousel .owl-dots {
  width: 100%;
  position: absolute;
  margin: -20px auto 0px auto;
  text-align: center;
  font-size: 25px;
}
.tile--image-right .owl-carousel .owl-dots span:after, .tile--image-left .owl-carousel .owl-dots span:after, .productdetails .owl-carousel .owl-dots span:after, .ce-image .owl-carousel .owl-dots span:after, .finder-slider .owl-carousel .owl-dots span:after {
  content: "■";
  color: #fff;
  opacity: 0.6;
}
.tile--image-right .owl-carousel .owl-dots .active span:after, .tile--image-left .owl-carousel .owl-dots .active span:after, .productdetails .owl-carousel .owl-dots .active span:after, .ce-image .owl-carousel .owl-dots .active span:after, .finder-slider .owl-carousel .owl-dots .active span:after {
  opacity: 1;
}

.slick-dots {
  width: 100%;
  position: absolute;
  bottom: 15px;
  margin: 0px auto 0px auto;
  text-align: center;
  font-size: 25px;
  display: flex;
  list-style: none !important;
  justify-content: center;
}
.slick-dots button {
  display: none;
  color: #fff;
  background: transparent;
  border: 0;
  padding: 0px;
  content: "";
}
.slick-dots li::marker {
  display: none;
}
.slick-dots li::after {
  content: "■";
  color: #fff;
  opacity: 0.6;
  cursor: pointer;
}
.slick-dots .slick-active::after {
  opacity: 1;
}

.owl-nav.disabled {
  display: none;
}

.startpage .contentMain .container-fluid .owl-carousel, .startpage .contentMain .container-fluid .owl-stage, .startpage .contentMain .container-fluid .owl-stage-outer, .startpage .contentMain .container-fluid .owl-item, .startpage .contentMain .container-fluid .flex-item_gallery, .startpage .contentMain .container-fluid a {
  height: 100%;
  position: relative;
}
.startpage .contentMain .container-fluid .owl-carousel .flex-item_gallery a, .startpage .contentMain .container-fluid .owl-stage .flex-item_gallery a, .startpage .contentMain .container-fluid .owl-stage-outer .flex-item_gallery a, .startpage .contentMain .container-fluid .owl-item .flex-item_gallery a, .startpage .contentMain .container-fluid .flex-item_gallery .flex-item_gallery a, .startpage .contentMain .container-fluid a .flex-item_gallery a {
  display: flex;
}
.startpage .contentMain .container-fluid .owl-carousel img, .startpage .contentMain .container-fluid .owl-stage img, .startpage .contentMain .container-fluid .owl-stage-outer img, .startpage .contentMain .container-fluid .owl-item img, .startpage .contentMain .container-fluid .flex-item_gallery img, .startpage .contentMain .container-fluid a img {
  object-fit: cover;
  height: 100%;
}

.owl-thumbnails {
  width: 100%;
  height: auto;
  overflow-x: scroll;
  overflow-y: visible;
  position: relative;
  margin-top: 10px;
}
.owl-thumbnails .images {
  display: flex;
  width: auto;
  transition: all 1s ease-out;
}
.owl-thumbnails .images .tile--thumbnail {
  padding-right: 10px;
  min-width: 33.33333%;
}

.productdetails.used .tile:hover img {
  transform: unset;
}

ul.slick-dots {
  margin-left: 0 !important;
}

.news-slider .slick-slide {
  padding-right: 15px;
  margin-right: 15px;
}

.news-slider .owl-stage {
  display: flex;
}

.news-slider .owl-item img {
  width: 100%;
  height: auto;
}

.news-carousel {
  overflow: hidden;
}

.news-slider .owl-item {
  padding: 5px;
  overflow: hidden;
}

.news-img-caption {
  padding-top: 5px;
  padding-bottom: 30px;
  font-size: 15px;
}

.startpage .news-carousel .owl-dots, .startpage .news-carousel .owl-dots.disabled {
  position: absolute !important;
}
.startpage .news-carousel .owl-dots span:after {
  color: #fff !important;
}
.startpage .news-carousel, .startpage .news-slider {
  position: relative;
}
.startpage .news-carousel .teaser-text.slider h3, .startpage .news-carousel .teaser-text.slider a, .startpage .news-carousel .teaser-text.slider a:after, .startpage .news-slider .teaser-text.slider h3, .startpage .news-slider .teaser-text.slider a, .startpage .news-slider .teaser-text.slider a:after {
  color: #004B93;
}
.startpage .news-carousel .slick-slide, .startpage .news-slider .slick-slide {
  border-right: 1px solid #EBEBEB;
}
.startpage .news-carousel .slick-dots.disabled, .startpage .news-carousel .slick-dots, .startpage .news-slider .slick-dots.disabled, .startpage .news-slider .slick-dots {
  position: relative;
  margin-top: 15px;
}
.startpage .news-carousel .slick-dots li::after, .startpage .news-slider .slick-dots li::after {
  color: #004B93;
}
.startpage .news-carousel .slick-dots li.slick-active::after, .startpage .news-slider .slick-dots li.slick-active::after {
  opacity: 1;
}
.startpage .news-carousel .owl-nav, .startpage .news-slider .owl-nav {
  width: 100%;
}
.startpage .news-carousel .owl-nav .owl-next, .startpage .news-carousel .owl-nav .owl-prev, .startpage .news-slider .owl-nav .owl-next, .startpage .news-slider .owl-nav .owl-prev {
  position: absolute;
  height: 100%;
  top: 0px;
}
.startpage .news-carousel .owl-nav .owl-next, .startpage .news-slider .owl-nav .owl-next {
  right: -14px;
}
.startpage .news-carousel .owl-nav .owl-prev, .startpage .news-slider .owl-nav .owl-prev {
  left: -10px;
}
.startpage .news-carousel .owl-nav .disabled, .startpage .news-slider .owl-nav .disabled {
  display: none;
}
.startpage .news-carousel .owl-nav button, .startpage .news-slider .owl-nav button {
  color: #004B93;
  background: transparent;
  border: 0;
  padding: 0px;
}
.startpage .news-carousel .owl-nav button span, .startpage .news-slider .owl-nav button span {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 100;
  font-size: 190px;
  height: 190px;
  opacity: 0.6;
  transition: opacity 0.5s ease-out;
  position: relative;
}
.startpage .news-carousel .owl-nav button :hover, .startpage .news-slider .owl-nav button :hover {
  opacity: 1;
}
.startpage .news-carousel .article {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.startpage .news-carousel .article .news-img-wrap {
  box-sizing: border-box;
  flex-basis: 66%;
  flex-grow: 1;
  max-width: 100%;
  width: 66%;
}
.startpage .news-carousel .article .news-img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.startpage .news-carousel .article .teaser-text {
  box-sizing: border-box;
  flex-basis: 33%;
  flex-grow: 1;
  max-width: 100%;
  padding: 30px 0px 30px 30px;
  width: 33%;
}

.news-single .tile__content, .news-list-view .tile__content {
  display: block;
}
.news-single .news-img-wrap .outer, .news-list-view .news-img-wrap .outer {
  margin-bottom: 15px;
}

.more:after, .back:before {
  position: absolute;
  margin-top: 8px;
  margin-left: 5px;
  content: "►";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.back:before {
  display: inline-block;
  position: relative;
  transform: rotate(180deg);
}

.news-carousel .owl-dots {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  display: block;
}

.news-carousel .tile__content, .news-carousel .tile__image {
  flex: auto;
}

.news-list-view .article {
  border-top: 1px solid #EBEBEB;
  padding-top: 30px;
  margin-bottom: 30px;
}

.startpage .news-list-view .article {
  border-top: 0;
  padding-top: 0px;
  margin-bottom: 0px;
  height: 100%;
}

.tile.news-single .header {
  width: 100%;
  display: block;
}

.news-single .container-fluid .news-img-wrap {
  display: flex;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.news-single .container-fluid .news-img-wrap .outer {
  width: 25%;
  flex-basis: 25%;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.news-single .container-fluid .news-img-wrap .outer .mediaelement {
  height: 100%;
}
.news-single .container-fluid .news-img-wrap .outer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-radius: 0px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #707070;
  background: #707070;
}

.tx-kneproducts .menu-section {
  list-style: none;
  display: flex;
  margin: 0px -15px;
  flex-flow: row wrap;
}
.tx-kneproducts .menu-section li a {
  color: #707070;
}
.tx-kneproducts .menu-section ul li a {
  color: #004B93;
}
.tx-kneproducts .menu-section li {
  padding: 0px 15px;
  flex-basis: 20%;
  font-weight: 500;
}
.tx-kneproducts .menu-section li ul {
  list-style: none;
  margin: 10px 0px 30px 0px;
}
.tx-kneproducts .menu-section li li {
  font-weight: 100;
  padding: 0px;
  flex-basis: 100%;
}
.tx-kneproducts .sections .videotile {
  flex-basis: 33.33% !important;
  width: 33.33% !important;
}
.tx-kneproducts .productfinder-ui .productlist h3 {
  font-size: 20px;
  margin-bottom: 0px;
}
.tx-kneproducts .productfinder-ui .productlist h4 {
  text-align: left;
  font-size: 26px;
}
.tx-kneproducts .productlist {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px;
  margin-bottom: 30px;
}
.tx-kneproducts .productlist .tile ~ .tile {
  margin-top: 0px;
}
.tx-kneproducts .productlist .tile {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 33.33%;
  width: 33.33%;
  margin: 0px !important;
  margin-bottom: 30px;
  padding: 0px 15px;
  align-self: flex-start;
}
.tx-kneproducts .productlist .tile__image {
  width: 100%;
}
.tx-kneproducts .productlist .tile__image img {
  height: auto;
}
.tx-kneproducts .productlist .tile__content {
  width: 100%;
  display: unset;
  align-items: flex-end;
}
.tx-kneproducts .productlist a {
  color: #707070;
}
.tx-kneproducts .productlist h3 {
  font-size: 20px;
  margin-bottom: 0px;
}
.tx-kneproducts .productlist h4 {
  font-size: 30px;
  color: #004B93;
}
.tx-kneproducts .productdetails .opener {
  padding-bottom: 0px;
}
.tx-kneproducts .productdetails .opener p {
  font-size: 18px;
}
.tx-kneproducts .productdetails .opener .tile__content {
  width: 100%;
}
.tx-kneproducts .productdetails .owl-nav {
  display: none;
}
.tx-kneproducts .productdetails .sliderTop .owl-dots, .tx-kneproducts .productdetails .sliderTop .owl-nav {
  display: none;
}
.tx-kneproducts .productdetails .description .tile__content, .tx-kneproducts .productdetails .description .tile__image {
  width: 50%;
  max-width: unset;
}
.tx-kneproducts .productdetails .description .tile__content img, .tx-kneproducts .productdetails .description .tile__image img {
  max-width: unset;
  max-height: unset;
}
.tx-kneproducts .productdetails .usp__bar {
  display: flex;
  color: #fff;
  overflow: auto;
  text-align: center;
}
.tx-kneproducts .productdetails .usp__bar .usp__item {
  border-right: 1px solid #fff;
  padding: 0px 15px;
  text-align: center;
}
.tx-kneproducts .productdetails .usp__bar .usp__item:first-child {
  padding-left: 0px;
  margin-left: auto;
}
.tx-kneproducts .productdetails .usp__bar .usp__item:last-child {
  border-right: 0;
  padding-right: 0px;
  margin-right: auto;
}
.tx-kneproducts .productdetails .usp__bar .text {
  margin: 0 auto;
  text-align: center;
}
.tx-kneproducts .productdetails .usp__bar h4 {
  font-size: 30px;
  margin-bottom: 15px;
  display: inline;
}
.tx-kneproducts .productdetails .usp__bar .usp_info {
  font-size: 18px;
  display: inline;
  text-transform: uppercase;
}
.tx-kneproducts .productdetails .usp__bar .usp_info p {
  display: inline;
}
.tx-kneproducts .productdetails .additionalVideos, .tx-kneproducts .productdetails .video, .tx-kneproducts .productdetails .related {
  margin-top: 30px;
  margin-bottom: 30px;
}
.tx-kneproducts .productdetails .additionalVideos h2 {
  color: #004B93;
}
.tx-kneproducts .productdetails .container-fluid.downloads {
  margin-top: 30px;
}
.tx-kneproducts .productdetails .features .feature_container, .tx-kneproducts .productdetails .features .downloads_container, .tx-kneproducts .productdetails .downloads .feature_container, .tx-kneproducts .productdetails .downloads .downloads_container {
  display: flex;
  flex-flow: row wrap;
  margin: 0px -15px;
}
.tx-kneproducts .productdetails .features .download_info, .tx-kneproducts .productdetails .downloads .download_info {
  font-size: 16px;
  line-height: 18px;
  display: block;
  margin-top: 5px;
}
.tx-kneproducts .productdetails .features .feature__item, .tx-kneproducts .productdetails .downloads .feature__item {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 33.33%;
  margin-bottom: 30px;
  width: 33.33%;
  padding: 0px 15px;
  align-self: flex-start;
}
.tx-kneproducts .productdetails .features .feature__item h3, .tx-kneproducts .productdetails .downloads .feature__item h3 {
  margin: 15px 0px 15px 0px;
}
.tx-kneproducts .productdetails .features .download__item, .tx-kneproducts .productdetails .downloads .download__item {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 16.66%;
  margin-bottom: 30px;
  width: 16.66%;
  padding: 0px 15px;
  align-self: flex-start;
}
.tx-kneproducts .productdetails .features .download__item h3, .tx-kneproducts .productdetails .downloads .download__item h3 {
  font-size: 30px;
  margin: 15px 0px 15px 0px;
}
.tx-kneproducts .productdetails .youtubeMore {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px;
}
.tx-kneproducts .productdetails .youtubeMore .videotile {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 33.33%;
  width: 33.33%;
  padding: 0px 15px;
  align-self: flex-start;
  margin-bottom: 30px;
}
.tx-kneproducts .productdetails .youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.23%;
}
.tx-kneproducts .productdetails .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.sections .bg-gray {
  background-color: transparent;
}
.sections .tile {
  flex-flow: row;
}
.sections .download__item img {
  box-shadow: 0px 5px 5px rgba(30, 30, 30, 0.3);
}
.sections .download_info {
  font-size: 16px;
  padding-top: 15px;
  line-height: 18px;
  display: block;
}
.sections .tile__image {
  justify-content: flex-end;
}
.sections .tile__content {
  width: 80%;
  flex-basis: 80%;
}
.sections .container.downloads h2 {
  display: none;
}

.productdetails .container-fluid.bg-darkgray {
  margin-bottom: 30px !important;
}

.productlist.used h4 {
  margin-top: 10px;
  overflow-wrap: break-word;
  font-size: 22px !important;
}
.productlist.used .tile__image {
  margin-bottom: 0px;
}

.productdetails.used td {
  padding-left: 0;
  color: #707070;
  border-top: 1px solid #EBEBEB;
}
.productdetails.used tr:last-child {
  border-bottom: 1px solid #EBEBEB;
}

.cta-product-request {
  margin: 30px 0px;
  background-color: #6ab023;
  color: #fff !important;
  font-weight: 400;
  padding: 8px 15px;
  display: inline-block;
  cursor: pointer;
}

.products-back-to-list {
  font-weight: 400;
}
.products-back-to-list:before {
  content: "◀";
  display: inline-block;
  visibility: visible;
  font-size: 0.8em;
  margin-right: 8px;
}

.product-filter input, .product-filter select {
  border-color: 1px solid #EBEBEB;
  color: #707070;
  height: 30px;
  line-height: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  min-width: 200px;
}

.productdetails.sections .tile img {
  height: auto;
}

a, button, .navbar-toggler-item, button {
  outline: 0 !important;
  color: #004B93;
}

a:hover {
  text-decoration: none;
  color: #004B93;
}

*:focus {
  outline: none;
}

p {
  margin-bottom: 15px;
}

.social-btns {
  width: 100%;
  text-align: right;
  margin-top: 50px;
}
.social-btns i {
  color: #FFF;
  font-style: normal;
  font-weight: 100;
  font-family: "Font Awesome 5 Brands";
  font-size: 1.5em;
}
.social-btns i:last-child {
  padding-left: 10px;
}
.social-btns i:hover {
  color: #004B93;
}

.contentMain ul, .contentBottom ul {
  list-style: square;
  margin-left: 20px;
  padding-left: 0px;
}
.contentMain .border-top, .contentMain .ruler-before, .contentBottom .border-top, .contentBottom .ruler-before {
  border-top: 1px solid #EBEBEB;
  padding-top: 15px;
}
.contentMain .ruler-after, .contentBottom .ruler-after {
  padding-bottom: 15px;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 30px;
}

.clearer {
  clear: both;
  height: 0;
  line-height: 0;
}

.flex-container_gallery, .container_gallery {
  margin-bottom: 30px;
}

figure {
  margin-bottom: 15px;
}

.ce-above {
  /*margin-bottom: -15px;*/
}

.btn--icon-after, .btn {
  border: 0;
  padding: 0px;
  color: #fff;
  background-color: #707070;
  padding: 3px 25px 3px 10px;
  font-weight: 400;
  border-radius: 0px;
  font-size: 20px;
}

.btn:after {
  position: absolute;
  margin-top: 8px;
  margin-left: 5px;
  content: "►";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.btn:hover {
  color: #fff;
  background-color: #004B93;
}

body, html {
  width: 100%;
  height: auto;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #707070;
}

p, h1, .h1_style, h2, h3, ol, ul, li, div {
  -webkit-text-size-adjust: none;
}

h1, .h1_style, h2, h3, h4, h5, .header2 {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

h1, .h1_style, h2, h3, h4, h5, .header2 {
  margin-top: 0px;
  margin-bottom: 30px;
}
h1 a, .h1_style a, h2 a, h3 a, h4 a, h5 a, .header2 a {
  color: #707070;
}
h1 a :hover, .h1_style a :hover, h2 a :hover, h3 a :hover, h4 a :hover, h5 a :hover, .header2 a :hover {
  color: #004B93;
}

h1, .h1_style, h2, .header2 {
  font-size: 35px;
}

.header2 {
  line-height: 1.1em;
}

h3 {
  font-size: 26px;
}

.bg-blue {
  background-color: #004B93;
}

.bg-black {
  background-color: #000;
}
.bg-black .container {
  padding-top: 0px;
  padding-bottom: 0px;
}

.bigblue p {
  text-align: center;
  margin-bottom: 0px;
  font-size: 50px;
  color: #fff;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: bold;
}
.bigblue p a {
  text-decoration: underline;
  color: #fff;
}
.bigblue p i.fa-phone {
  line-height: 2em;
  margin-right: 15px;
  font-size: 40px;
  transform: rotate(90deg);
  color: #fff;
  vertical-align: top;
}

.red {
  color: #004B93;
}

.section--color.primary {
  background-color: #EBEBEB;
}

.section--color.secondary {
  background-color: #707070;
  color: #fff;
}

.section--color.primary .default h2:last-child, .section--color.secondary .default h2:last-child {
  margin-bottom: 0px;
}

.startpage .section--color.secondary {
  background-color: #909090;
  color: #fff;
}

.startpage .contentBottom .primary .tile__image {
  width: auto !important;
}

.footer {
  width: 100%;
  min-height: 120px;
  background-color: #707070;
  bottom: 0px;
  margin-top: 60px;
  padding: 30px 0px 30px;
}
.footer .container {
  margin-top: 0px;
}

.contentStage {
  min-height: 180px;
}
.contentStage figure {
  margin-bottom: 0px;
}

img {
  width: 100%;
  height: auto;
}

.footer ul.footer-menu {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin-right: -15px;
  margin-left: -15px;
}
.footer ul.footer-menu ul {
  padding: 0;
  margin: 15px 0;
  list-style: none;
}
.footer ul.footer-menu ul li {
  font-size: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
.footer ul.footer-menu ul li a {
  border: 0;
}
.footer ul.footer-menu li {
  width: 33.33%;
  font-size: 24px;
  padding-left: 15px;
  padding-right: 15px;
}
.footer ul.footer-menu li li {
  width: 100%;
}
.footer ul.footer-menu li a {
  color: #fff;
  border-bottom: 1px solid;
  display: block;
}
.footer ul.footer-menu li :hover {
  color: #004B93;
}

iframe {
  border: 0;
}

img {
  height: auto;
  outline: 0;
  max-width: 100%;
}

.bg-gray {
  background-color: #EBEBEB;
}

.bg-darkgray {
  background-color: #707070;
}

.no-margin {
  margin: 0 auto;
}

.startpage .bg-blue {
  background-color: transparent;
}
.startpage .bigblue {
  text-align: center;
}
.startpage .bigblue i.fa-phone {
  color: #004B93;
}
.startpage .bigblue p {
  display: inline;
  font-size: 50px;
  color: #004B93;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: bold;
}
.startpage .bigblue p a {
  text-decoration: none;
  color: #004B93;
}

.contentMain .fa-phone, .contentBottom .fa-phone {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.opener {
  font-size: 20px;
}

.text-muted {
  opacity: 0.7;
}

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

.container-fluid.has-background {
  color: #fff !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.container-fluid.has-background .container {
  padding: 0px !important;
}
.container-fluid.has-background .col-md-6 {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #707070;
}
.container-fluid.has-background .col-md-6:first-child {
  background-color: transparent;
  color: #fff !important;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-content: center;
  padding-right: 0px;
  padding-bottom: 0px;
}
.container-fluid.has-background .col-md-6:first-child .tile__content, .container-fluid.has-background .col-md-6:first-child .tile {
  flex: unset;
}
.container-fluid.has-background .col-md-6:first-child .tile__image {
  margin-bottom: 0px;
}
.container-fluid.has-background .col-md-6:first-child .flex-container_gallery {
  margin: 0px;
  padding: 0px;
}
.container-fluid.has-background .col-md-6:first-child .flex-container_gallery .flex-item_gallery {
  padding: 0px;
}
.container-fluid.has-background .col-md-6:first-child h2 {
  font-size: 40px;
}
.container-fluid.has-background .col-md-6:first-child p {
  font-size: 30px;
}
.container-fluid.has-background .field-wrapper.col-md-6 {
  background-color: transparent;
  color: #707070 !important;
  padding: 0px 15px !important;
}

video {
  width: 100%;
}

figure.video {
  margin-bottom: 0px;
}

.container-fluid .container .container {
  padding: 30px 0px;
  margin: 0px;
  width: 100%;
  max-width: unset !important;
}

.container .tile.reset-margin-top, .col-md-6 .tile:last-child {
  margin: 0px !important;
}

.container.none .col-md-4:after {
  display: block;
  font-size: 64px;
  content: "+";
  font-weight: 700;
  display: block;
  font-family: "Roboto", Arial, sans-serif;
  position: absolute;
  top: calc(50% - 64px);
  right: -39px;
}
.container.none .col-md-4:nth-child(2):after {
  right: 20px;
}
.container.none .col-md-4:last-child:after {
  display: none;
}

.flex-container_gallery.flex1-cols, .flex-container_gallery.flex1-cols .flex-item_gallery {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

main::after, footer::after {
  content: "";
  display: block;
  z-index: -1;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: all 1s ease-out;
}
main.overlay-active, footer.overlay-active {
  filter: blur(4px);
}
main.overlay-active::after, footer.overlay-active::after {
  opacity: 1;
  z-index: 999;
  display: block;
}

.submit {
  padding: 5px 30px 5px 20px;
}

form {
  margin-top: 30px;
  margin-bottom: 30px;
}
form h3 {
  margin-top: 30px;
}

iframe body {
  margin: 0px;
}

input, textarea, select {
  margin-bottom: 15px;
}

input[type=file] {
  background-color: #707070;
  color: #fff;
  width: 100%;
}

input[type=checkbox] {
  width: 20px;
  height: 18px;
  line-height: 27px;
  top: 10px;
  margin-right: 5px;
}

.tx-felogin-pi1 legend {
  display: none;
}
.tx-felogin-pi1 #user, .tx-felogin-pi1 #pass {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.tx-felogin-pi1 input[type=submit] {
  background-color: #707070;
  color: #fff;
  padding: 5px 20px;
}
.tx-felogin-pi1 input[type=submit]:hover {
  background-color: #004B93;
}

.field-wrapper.col-xl-2, .field-wrapper.col-12 {
  flex: unset !important;
  max-width: unset !important;
}

.cc-window {
  font-family: "Roboto Condensed", Arial, sans-serif !important;
  padding: 15px !important;
}
.cc-window input[type=checkbox] {
  margin: 0px;
}
.cc-window .dp--cookie-check {
  justify-content: left;
  flex-flow: row wrap;
}
.cc-window .dp--cookie-check label {
  flex-basis: 50%;
  width: 50%;
}
.cc-window .dp--cookie-check label:first-child {
  padding-left: 5px !important;
}
.cc-window .cc-message {
  padding: 0px 0px 15px 0px;
}
.cc-window .cc-btn {
  color: #004B93 !important;
  background-color: #ffffff !important;
  margin-right: 5px;
  margin-bottom: 5px;
  flex-grow: 1;
}
.cc-window .cc-btn.cc-allow, .cc-window .cc-btn.cc-deny {
  width: unset;
}
.cc-window .cc-btn:first-child, .cc-window .cc-btn:last-child {
  margin-right: 0px;
}
.cc-window .cc-btn:hover {
  text-decoration: underline;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 0px !important;
  margin-bottom: 15px !important;
  padding: 0px !important;
}

.cc-revoke {
  font-family: "Roboto Condensed", Arial, sans-serif !important;
  background-color: #004B93 !important;
}

.container-fluid.bg-black .container {
  position: relative;
}

.dp--overlay {
  display: none;
}

.no-cookie-bg {
  position: absolute;
  display: flex;
  height: 100%;
  width: calc(100% - 30px);
  background-color: #EBEBEB;
  background-position: top center;
  background-size: cover;
}

.no-cookie-gmaps {
  position: relative !important;
}

.no-cookie, .no-cookie-gmaps {
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  width: calc(100% - 30px);
  background-position: top center;
  background-size: cover;
}
.no-cookie .inner, .no-cookie-gmaps .inner {
  text-align: center;
  width: 100%;
  position: relative;
  color: #000;
  z-index: 99;
  font-size: 16px;
}
.no-cookie .inner .bg-gray, .no-cookie-gmaps .inner .bg-gray {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
}
.no-cookie .inner .bg-gray p, .no-cookie-gmaps .inner .bg-gray p {
  margin-bottom: 0px;
}
.no-cookie .fab.fa-youtube, .no-cookie .fa.fa-map-marker, .no-cookie-gmaps .fab.fa-youtube, .no-cookie-gmaps .fa.fa-map-marker {
  font-size: 160px;
  color: #004B93;
  display: block;
  margin-top: 15px;
}
.no-cookie button, .no-cookie-gmaps button {
  background-color: #707070;
  color: #fff;
  padding: 5px 20px;
  border: 0;
  margin-top: 15px;
  font-weight: 100;
}
.no-cookie button:hover, .no-cookie-gmaps button:hover {
  background-color: #004B93;
}

.videotile {
  position: relative;
}
.videotile .videotile-inner {
  position: relative;
}
.videotile p {
  margin-bottom: 15px;
}
.videotile .no-cookie, .videotile .no-cookie-bg, .videotile .no-cookie-gmaps {
  width: 100%;
}
.videotile .no-cookie .inner, .videotile .no-cookie-bg .inner, .videotile .no-cookie-gmaps .inner {
  font-size: 12px;
  padding: 15px;
}
.videotile .no-cookie p, .videotile .no-cookie-bg p, .videotile .no-cookie-gmaps p {
  margin-bottom: 0px;
  padding: 0px;
}
.videotile .no-cookie .fa-youtube, .videotile .no-cookie .fa-map-marker, .videotile .no-cookie-bg .fa-youtube, .videotile .no-cookie-bg .fa-map-marker, .videotile .no-cookie-gmaps .fa-youtube, .videotile .no-cookie-gmaps .fa-map-marker {
  font-size: 80px;
}
.videotile .no-cookie button, .videotile .no-cookie-bg button, .videotile .no-cookie-gmaps button {
  font-weight: 100;
}

@media screen and (max-width: 992px) {
  .videotile .no-cookie .fa-youtube {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .no-cookie .fab.fa-youtube, .no-cookie-gmaps .fa.fa-map-marker {
    font-size: 60px;
  }
  .videotile .fab.fa-youtube {
    display: none;
  }
  .videotile button {
    margin-top: 5px;
  }
  .videotile p {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .cc-window.cc-bottom-right {
    margin: 0 auto;
    right: 0px;
    top: auto;
    bottom: 0px;
    left: 0px;
  }
  .no-cookie .fab.fa-youtube, .no-cookie-gmaps .fa.fa-map-marker {
    font-size: 30px;
  }
  .videotile .fab.fa-youtube {
    display: block;
  }
  .no-cookie .inner, .no-cookie p, .no-cookie button, .no-cookie-gmaps .inner, .no-cookie-gmaps p, .no-cookie-gmaps button {
    font-size: 11px !important;
  }
  .videotile button {
    margin-top: 15px;
  }
}
#CybotCookiebotDialogBodyFieldsetInnerContainer {
  justify-content: center;
}

#CybotCookiebotDialogPoweredbyLink, #CybotCookiebotDialogPoweredbyCybot, .CookiebotWidget-main-logo {
  display: none !important;
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes li.CookieCard:nth-child(2) {
  display: none !important;
}

.cookiebot_details {
  text-align: center;
  margin-top: 1em !important;
}
.cookiebot_details.hidden .CookiebotWidget-consent-details-box {
  display: none !important;
}
.cookiebot_details.hidden svg {
  transform: rotate(180deg);
}
.cookiebot_details button {
  border: 0;
  cursor: pointer;
  color: #ADADAD !important;
  font-weight: 600;
  margin-bottom: 10px !important;
}
.cookiebot_details svg {
  fill: #333333;
  height: 8px;
  width: 12px;
  margin-left: 14px !important;
}

.videotile .fa-youtube, .productdetails .bg-black .fa-youtube {
  cursor: pointer;
}

.videotile .modal_inner button, .productdetails .modal_footer button {
  background-color: #707070;
  color: #fff;
  padding: 5px 20px;
  border: 0;
  margin-top: 15px;
  font-weight: 100;
  margin-right: 1em;
}
.videotile .modal_inner button:hover, .productdetails .modal_footer button:hover {
  background-color: #004B93;
}

.modal_footer {
  display: flex;
}

.CybotExternalLinkArrow {
  max-width: 16px;
  max-height: 16px;
}

.maps_container {
  background-color: #EBEBEB;
}

.menu-cta {
  position: fixed;
  font-size: 16px;
  z-index: 9999;
  margin: 0;
  bottom: 5px;
  right: 5px;
  display: flex;
  flex-flow: column;
  list-style: none;
}
.menu-cta.active li a {
  margin-left: -160px;
  color: #000;
  opacity: 1;
}
.menu-cta.active li.cta-icon {
  width: auto;
  opacity: 1;
}
.menu-cta.active li.cta-icon a {
  z-index: 33;
  margin-right: -52px;
  padding-right: 62px;
  padding-top: 8px;
  padding-bottom: 8px;
  top: 0;
}
.menu-cta.active li.cta-icon:nth-child(2) {
  bottom: 57px;
}
.menu-cta.active li.cta-icon:nth-child(3) {
  bottom: 109px;
}
.menu-cta.active li:nth-child(4) {
  bottom: 161px;
}
.menu-cta li {
  text-align: right;
  height: 42px;
  width: 42px;
  cursor: pointer;
  z-index: 22;
}
.menu-cta li:before {
  background-color: #004B93;
  border-radius: 21px;
}
.menu-cta li:hover a {
  color: #004B93;
}
.menu-cta li a {
  top: 8px;
  margin-left: 52px;
  padding-right: 10px;
  display: block;
  white-space: nowrap;
  position: relative;
  color: transparent;
  opacity: 0;
  z-index: -1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s ease-out;
}
.menu-cta li.cta-icon {
  margin-bottom: 5px;
  bottom: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-out;
}
.menu-cta li:before {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%23FFFFFF;}</style><g><path class="st0" d="M22.32,12.19h-9.77c-1.08,0-1.95,0.87-1.95,1.95v3.91c0,1.08,0.87,1.95,1.95,1.95H35.6c0.26,0,0.51-0.1,0.69-0.29l2.93-2.93c0.38-0.38,0.38-1,0-1.38l-2.93-2.93c-0.18-0.18-0.43-0.29-0.69-0.29h-9.37c0-1.08-0.87-1.95-1.95-1.95C23.19,10.24,22.32,11.11,22.32,12.19z M37.95,25.87c0-1.08-0.87-1.95-1.95-1.95h-9.77v-1.95h-3.91v1.95h-9.37c-0.26,0-0.51,0.1-0.69,0.29l-2.93,2.93c-0.38,0.38-0.38,1,0,1.38l2.93,2.93c0.18,0.18,0.43,0.29,0.69,0.29H36c1.08,0,1.95-0.87,1.95-1.95V25.87z M26.23,39.55v-5.86h-3.91v5.86c0,1.08,0.87,1.95,1.95,1.95C25.36,41.5,26.23,40.63,26.23,39.55z"/></g></svg>');
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  height: 42px;
  width: 42px;
}
.menu-cta li:first-child {
  display: block;
  order: 5;
  z-index: 33;
}
.menu-cta li:nth-child(2):before {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%23FFFFFF;}</style><g><path class="st0" d="M36.3,20.74c0.19-0.15,0.48-0.01,0.48,0.23v10.21c0,1.32-1.07,2.4-2.4,2.4H13.61c-1.32,0-2.4-1.07-2.4-2.4V20.98c0-0.25,0.28-0.39,0.48-0.23c1.12,0.87,2.6,1.97,7.69,5.67c1.05,0.77,2.83,2.39,4.6,2.38c1.78,0.01,3.59-1.64,4.61-2.38C33.7,22.72,35.18,21.61,36.3,20.74z M24,27.2c1.16,0.02,2.83-1.46,3.66-2.07c6.63-4.81,7.13-5.23,8.66-6.43c0.29-0.22,0.46-0.57,0.46-0.94v-0.95c0-1.32-1.07-2.4-2.4-2.4H13.61c-1.32,0-2.4,1.07-2.4,2.4v0.95c0,0.37,0.17,0.71,0.46,0.94c1.53,1.19,2.03,1.62,8.66,6.43C21.17,25.74,22.84,27.22,24,27.2L24,27.2z"/></g></svg>');
}
.menu-cta li:nth-child(3) {
  transition-delay: 0.1s;
}
.menu-cta li:nth-child(3):before {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%23FFFFFF;}</style><g><g><path class="st0" d="M37.29,23.81c-0.3-0.09-0.58-0.17-0.86-0.26c-0.01-5.18-3.85-9.45-9.24-10.64c-0.03-0.17-0.07-0.35-0.1-0.53c2.44,0.36,4.6,1.34,6.3,2.75c2.15-1.18,4.41-2.79,4.41-2.79s-1.89,1.95-3.32,3.81C36.38,18.18,37.45,20.87,37.29,23.81z"/><path class="st0" d="M36.05,26.41c0.26-0.05,0.54-0.1,0.82-0.14c-0.64,2.2-1.94,4.17-3.7,5.74c1.16,1.84,2.81,3.76,2.81,3.76s-2.11-1.59-4.11-2.73c-1.11,0.78-2.35,1.41-3.67,1.86C32.06,33.3,35.04,30.16,36.05,26.41z"/><g><path class="st0" d="M9.99,24.28c0.3,0.09,0.59,0.17,0.86,0.26c0.01,5.2,3.86,9.47,9.26,10.67c0.03,0.17,0.07,0.35,0.1,0.53c-2.44-0.36-4.61-1.34-6.32-2.75c-2.16,1.19-4.42,2.79-4.42,2.79s1.89-1.96,3.32-3.82C10.9,29.92,9.83,27.23,9.99,24.28z"/><path class="st0" d="M11.23,21.68c-0.27,0.05-0.54,0.1-0.82,0.14c0.64-2.2,1.95-4.18,3.71-5.75c-1.16-1.84-2.81-3.76-2.81-3.76s2.11,1.6,4.11,2.73c1.11-0.78,2.35-1.41,3.68-1.86C15.23,14.77,12.25,17.91,11.23,21.68z"/></g><path class="st0" d="M32.69,24.17c0.34-5.1-3.99-9.23-9.69-9.23c-2.77,0-5.35,0.98-7.31,2.57c1.75-1.67,4.06-2.85,6.62-3.27c1.61-2.78,2.7-9.17,2.7-9.17s0.35,6.48,1.58,9.19c4.51,0.81,7.86,4.07,8.37,8.2c3.43,1.15,10.23,1.68,10.23,1.68s-6.93,0.63-10.46,1.77c-1.07,4.14-4.9,7.42-9.54,8.2c-1.61,2.7-2.68,8.9-2.68,8.9s-0.36-6.26-1.58-8.9c-2.48-0.43-4.62-1.61-6.13-3.26c1.75,1.59,4.19,2.57,6.96,2.57C27.45,33.41,32.35,29.28,32.69,24.17z"/><g><path class="st0" d="M23.61,14.89c-0.23-0.01-0.47-0.02-0.71-0.02c-2.77,0-5.35,0.98-7.31,2.57c1.75-1.67,4.06-2.85,6.62-3.27c1.61-2.78,2.7-9.17,2.7-9.17s0.12,2.27,0.48,4.68C24.95,11.48,24.34,13.53,23.61,14.89z"/><path class="st0" d="M15.99,31.75c1.58,1,3.52,1.59,5.66,1.59c5.69,0,10.59-4.13,10.93-9.23c0.18-2.64-0.9-5.02-2.77-6.71c2.64,1.66,4.25,4.47,4.04,7.66c-0.25,3.74-2.95,6.95-6.61,8.41c-0.69,0.25-1.42,0.44-2.16,0.56c-0.01,0.02-0.03,0.05-0.04,0.07c-0.69,0.13-1.4,0.19-2.12,0.19c-0.71,0-1.4-0.07-2.06-0.19c-0.01-0.03-0.02-0.05-0.04-0.08c-0.85-0.15-1.66-0.38-2.42-0.7C17.51,32.92,16.7,32.38,15.99,31.75z"/><path class="st0" d="M20.86,34.1c0.32,0.08,0.61,0.01,0.94,0.07c0.5,1.07,1.14,3.55,1.39,5.15c-0.49,1.96-0.78,3.6-0.78,3.6S21.85,37.02,20.86,34.1z"/><path class="st0" d="M34.94,22.94c-0.03-0.21-0.06-0.42-0.1-0.62c3.6,0.91,10.25,1.74,10.25,1.74s-1.56,0.14-3.57,0.41C39.63,24.2,36.39,23.42,34.94,22.94z"/><path class="st0" d="M15.98,31.74c0.22,0.24,0.46,0.48,0.72,0.7c-0.75-0.48-1.42-1.04-2-1.68C15.09,31.12,15.52,31.45,15.98,31.74z"/></g><polygon class="st0" points="18.17,25.06 28.21,20.07 21.61,26 "/><polygon class="st0" points="21.61,26 22.05,29.47 28.21,20.07 "/><path class="st0" d="M14.7,24.56c0-4.45,4.11-8.06,9.17-8.06c0.54,0,1.06,0.04,1.58,0.12c-0.89-0.25-1.84-0.39-2.82-0.39c-4.63,0-8.45,3.01-9.08,6.93l-6.73,1.26l6.87,1.66c0.81,3.15,3.72,5.6,7.37,6.16C17.36,31.19,14.7,28.15,14.7,24.56z"/></g></g></svg>');
}
.menu-cta li:nth-child(4) {
  transition-delay: 0.2s;
}
.menu-cta li:nth-child(4):before {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%23FFFFFF;}</style><g><path class="st0" d="M22.84,38.41c-8.52-12.35-10.1-13.62-10.1-18.16c0-6.22,5.04-11.26,11.26-11.26s11.26,5.04,11.26,11.26c0,4.54-1.58,5.81-10.1,18.16C24.6,39.21,23.4,39.21,22.84,38.41L22.84,38.41z M24,24.94c2.59,0,4.69-2.1,4.69-4.69s-2.1-4.69-4.69-4.69s-4.69,2.1-4.69,4.69S21.41,24.94,24,24.94z"/></g></svg>');
}

.menu-cta li.cta-toggle {
  background-color: #004B93;
  border-radius: 100%;
}
.menu-cta li.cta-toggle a {
  padding: 9px;
  margin-left: 0px;
  padding-left: 14px;
  padding-right: 52px;
  background-color: #004B93;
  color: #fff;
  z-index: -1;
  position: relative;
  top: 0;
  border-radius: 21px;
  opacity: 0;
  transition: all 0.5s ease-out;
}
.menu-cta li.cta-toggle:hover a {
  opacity: 1;
  width: auto;
  margin-left: -120px;
}

.menu-cta.active .cta-toggle:before {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 27.8.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%23FFFFFF;}</style><g><g><path class="st0" d="M24.01,21.08l7.44-9.58h4.82l-9.8,12.4L36.5,36.5h-4.86l-7.63-9.75l-7.67,9.75H11.5l10.06-12.6l-9.82-12.4h4.79L24.01,21.08z"/></g></g></svg>');
}

.dp--hover {
  font-size: 16px;
}

.dp--revoke:hover {
  opacity: 1;
}

.container-fluid.cta {
  background-color: #004B93;
  color: #fff;
  font-size: 36px;
  position: relative;
}
.container-fluid.cta:hover:before, .container-fluid.cta:hover:after {
  width: 50%;
  opacity: 1;
}
.container-fluid.cta:before, .container-fluid.cta:after {
  height: 1px;
  width: 0%;
  top: 50%;
  opacity: 0;
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  transition: all 1s ease-out;
}
.container-fluid.cta:after {
  right: 0;
}
.container-fluid.cta .container {
  text-align: center;
}
.container-fluid.cta a {
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 10;
  text-decoration: none;
  background-color: #004B93;
  padding-right: 15px;
}
@media screen and (max-width: 480px) {
  .container-fluid.cta a {
    padding-right: 0;
  }
}
.container-fluid.cta i {
  position: relative;
  z-index: 10;
  background-color: #004B93;
  padding-left: 15px;
}
@media screen and (max-width: 480px) {
  .container-fluid.cta i {
    padding-left: 0;
  }
}

.footer {
  background-color: #004B93;
}

.footer ul.footer-menu li a:hover, .social-btns i:hover,
.footer .metaNav li a:hover {
  color: #707070;
}

.startpage .contentBottom .primary .tile__image {
  width: 33% !important;
}

.clearfix {
  padding-left: 15px;
}

.flex {
  display: flex;
}

.productdetails .cta.bigblue {
  display: none;
}

.tile--carousel .slide__content .text:lang(fr-FR), .tile--carousel .slide__content .text:lang(ru-RU) {
  max-width: 560px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navbar-brand img {
    width: 200px !important;
  }
  * {
    flex-basis: auto !important;
  }
  .tx-kneproducts .productfinder-ui .kuttermesser .tile {
    flex-basis: auto;
    flex-basis: unset !important;
  }
}
@media screen and (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1440px;
  }
}
@media screen and (max-width: 992px) {
  .navbar-expand-lg > .container {
    padding: 0px 15px;
  }
  .navbar-nav {
    margin-top: 30px;
    padding-bottom: 180px;
  }
  .news-carousel {
    padding-bottom: 60px;
  }
  .contentStage {
    padding-top: 120px;
  }
  .startpage .contentStage {
    padding-top: 0px !important;
  }
  .level-top a {
    border-bottom: 1px solid #EBEBEB;
  }
  .level-top .dropdown-menu a {
    border-bottom: unset;
  }
  .ul.navbar-nav li a {
    z-index: 999;
    position: relative;
    width: 100%;
    display: block;
  }
  .navbar .dropdown-menu {
    position: relative !important;
    background-color: transparent !important;
    margin-top: 0px;
    box-shadow: unset;
  }
  ul.navbar-nav li::after {
    display: none;
  }
  ul.navbar-nav .level-top a.nav-link::after {
    content: "+";
    width: auto;
    height: auto;
    font-size: 22px;
    top: 5px;
    right: 0px;
    z-index: 0;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 100;
    float: right;
    cursor: pointer;
    width: 20px;
    text-align: center;
  }
  ul.navbar-nav .level-top.show a.nav-link::after {
    content: "-";
  }
  .reset-padding .text {
    padding-bottom: 30px;
  }
  .container {
    max-width: 90% !important;
  }
  .nav-container {
    margin-top: 0px;
  }
  ul.navbar-nav li.level-top {
    font-size: 25px;
    display: block;
    padding-right: 0px;
    margin-right: 0px;
  }
  .nav-level-2, .nav-level-3 {
    font-size: 20px;
  }
  h1, .h1_style, h2, .header2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  .tx-kneproducts .productfinder-ui h4 {
    font-size: 18px;
  }
  .tx-kneproducts .productlist h3 {
    font-size: 18px;
  }
  .tx-kneproducts .productlist h4 {
    font-size: 26px;
  }
  .tx-kneproducts .productdetails .usp__bar h4 {
    font-size: 26px;
  }
  .metaNav ul, .language-menu {
    font-size: 14px;
  }
  .meta {
    display: none;
  }
  .meta.bottom {
    bottom: 0px;
    right: 0px;
    left: 0px;
    position: fixed;
  }
  .meta.bottom .metaNav {
    display: none;
  }
  .meta.bottom .langNav {
    margin: 0;
  }
  footer .metaNav {
    display: flex;
  }
  .copyright {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .navbar .collapse {
    height: 100vh;
    margin-bottom: 0px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 992px) {
  .navbar-expand-lg > .container {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    margin-bottom: 30px;
  }
  .container.none .col-md-4:after {
    position: relative;
    margin: 15px auto;
    right: unset !important;
    top: unset;
    text-align: center;
  }
  .container-fluid.has-background .col-md-6:first-child {
    padding-right: 30px;
  }
  .language-menu .dropdown-menu {
    margin-top: 0px;
  }
  .navbar .dropdown-menu {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .nav-container {
    padding: 15px 0px;
    margin-top: 0px;
    overflow: scroll;
  }
  .contentStage {
    padding-top: 90px;
  }
  .tx-kneproducts .productlist .tile {
    flex-basis: 50%;
    width: 50%;
  }
  .tx-kneproducts .productdetails .description .tile__content, .tx-kneproducts .productdetails .description .tile__image {
    width: 100%;
    max-width: unset;
  }
  .tx-kneproducts .productdetails .features .feature__item, .tx-kneproducts .productdetails .downloads .feature__item {
    width: 50%;
    flex-basis: 50%;
  }
  .tx-kneproducts .productdetails .features .download__item, .tx-kneproducts .productdetails .downloads .download__item {
    width: 33%;
    flex-basis: 33%;
  }
  .tx-kneproducts .youtubeMore .videotile, .tx-kneproducts .sections .videotile {
    width: 50% !important;
    flex-basis: 50% !important;
  }
  .startpage .news-carousel .article .news-img-wrap {
    width: 100%;
    flex-basis: 100%;
  }
  .startpage .news-carousel .article .teaser-text {
    width: 100%;
    flex-basis: 100%;
    padding: 30px 0px;
  }
  .footer ul.footer-menu li {
    width: 50%;
  }
  .footer ul.footer-menu li ul li {
    width: 100%;
  }
  .tile__content {
    width: 100%;
  }
  .tile--image-right .text {
    padding-left: 0px;
    padding-right: 30px;
  }
  .salespartners .tile {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .primary .container-fluid.reset-padding .text {
    padding-top: 0px;
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .primary .container-fluid.reset-padding .text {
    padding-top: 0px;
  }
  .tile--image-right .text {
    padding-left: 0px;
    padding-right: 0px;
  }
  .tile--image-left .text {
    padding-left: 0px;
  }
  .flex-container_gallery.flex1-cols {
    margin-bottom: 0px;
  }
  .flex-container_gallery.flex7-cols .flex-item_gallery {
    flex-basis: 25%;
    width: 25%;
  }
  footer .metaNav .copyright {
    margin-right: auto;
  }
  .meta.bottom .container {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .cc-window.cc-bottom-left {
    bottom: 0em;
    left: 0;
    right: 0;
    max-width: unset;
  }
  .social-btns {
    text-align: center;
  }
  .salespartners_frame ul.dropdown li.dropdown-toggle, .salespartners_frame ul.dropdown ul {
    min-width: unset;
    width: 100%;
  }
  .nav-container {
    margin-top: 0px;
  }
  .salespartners .tile {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .tile--carousel .slide__content .text {
    font-size: 15px;
  }
  .tile--carousel .slide__content .text h2, .tile--carousel .slide__content .text .header2 {
    font-size: 32px;
  }
  .navbar {
    min-height: unset;
    margin-top: 0px;
  }
  .navbar-brand img {
    max-width: 220px;
  }
  .navbar-brand {
    margin-bottom: 0px;
    padding: 0px;
  }
  .tx-kneproducts .productdetails .description .tile__content, .tx-kneproducts .productdetails .description .tile__image {
    width: 100%;
    max-width: unset;
  }
  .tx-kneproducts .productdetails .features .feature__item, .tx-kneproducts .productdetails .downloads .feature__item {
    width: 100%;
    flex-basis: 100%;
  }
  .tx-kneproducts .productdetails .features .download__item, .tx-kneproducts .productdetails .downloads .download__item {
    width: 33%;
    flex-basis: 33%;
  }
  .tx-kneproducts .youtubeMore .videotile, .tx-kneproducts .sections .videotile {
    width: 100% !important;
    flex-basis: 100% !important;
  }
  .tx-kneproducts .productlist h3 {
    font-size: 18px;
  }
  .tx-kneproducts .productlist h4 {
    font-size: 26px;
  }
  .tx-kneproducts .productdetails .usp__bar h4 {
    font-size: 22px;
  }
  .tx-kneproducts .productdetails .opener p {
    font-size: 16px;
  }
  .btn--icon-after, .btn {
    font-size: 16px;
  }
  .btn--icon-after:after, .btn:after {
    margin-top: 5px;
  }
  .opener {
    font-size: 18px;
  }
  p {
    font-size: 18px;
  }
  h1, .h1_style, h2, .header2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  .container.nav-breadcrumb {
    display: none;
  }
  .tx-kneproducts .results.border-bottom {
    display: block !important;
  }
  .resultbar .left {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .resultbar .right {
    margin-left: 0px;
    margin-right: auto;
    text-align: left !important;
  }
  .tx-kneproducts .productfinder-ui .flex-container .tile .tile__image, .tx-kneproducts .productfinder-ui .flex-container .tile .tile_content {
    width: 120px !important;
  }
  .bigblue p,
  .bigblue p i {
    font-size: 30px !important;
    line-height: 38px !important;
    margin-right: 10px !important;
  }
  .dropdown-item {
    white-space: normal;
  }
  .footer ul.footer-menu li {
    font-size: 22px;
  }
  footer .metaNav ul {
    display: block;
    flex-flow: unset;
  }
  footer .metaNav ul li {
    border-right: 0;
  }
  body, html {
    word-wrap: break-word;
  }
  .flex-container_gallery.flex7-cols .flex-item_gallery {
    flex-basis: 100%;
    width: 100%;
  }
  .field-wrapper.col-6 {
    flex: unset !important;
    max-width: unset !important;
  }
}
@media screen and (max-width: 320px) {
  .salespartners_frame ul.dropdown li.dropdown-toggle, .salespartners_frame ul.dropdown ul {
    min-width: unset;
    width: 100%;
  }
  .navbar-brand img {
    max-width: 180px;
    height: auto;
  }
  .navbar-toggler {
    margin-bottom: 5px;
  }
  .tx-kneproducts .productlist .tile {
    flex-basis: 100%;
    width: 100%;
  }
  .footer ul.footer-menu li {
    width: 100%;
  }
}
/*!
 * Font Awesome Free 5.12.0 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,
.fad,
.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.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.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: 0.1em;
  padding: 0.2em 0.25em 0.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: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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 {
  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-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-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-biking:before {
  content: "\f84a";
}

.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-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.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-buy-n-large:before {
  content: "\f8a6";
}

.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-caravan:before {
  content: "\f8ff";
}

.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-alt:before {
  content: "\f422";
}

.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-cotton-bureau:before {
  content: "\f89e";
}

.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-alt:before {
  content: "\f424";
}

.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-fan:before {
  content: "\f863";
}

.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-firefox-browser:before {
  content: "龜";
}

.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-alt:before {
  content: "\f841";
}

.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-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.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-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "邏";
}

.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-mdb:before {
  content: "\f8ca";
}

.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-microblog:before {
  content: "駱";
}

.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:before {
  content: "\f8cc";
}

.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-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-orcid:before {
  content: "\f8d2";
}

.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-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.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-pied-piper-square:before {
  content: "爛";
}

.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-record-vinyl:before {
  content: "\f8d9";
}

.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-remove-format:before {
  content: "\f87d";
}

.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-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.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-spell-check:before {
  content: "\f891";
}

.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-stackpath:before {
  content: "\f842";
}

.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-swift:before {
  content: "\f8e1";
}

.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-trailer:before {
  content: "論";
}

.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-umbraco:before {
  content: "\f8e8";
}

.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-unity:before {
  content: "雷";
}

.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-voicemail:before {
  content: "\f897";
}

.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 Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../Fontawesome/webfonts/fa-brands-400.eot");
  src: url("../Fontawesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../Fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../Fontawesome/webfonts/fa-brands-400.woff") format("woff"), url("../Fontawesome/webfonts/fa-brands-400.ttf") format("truetype"), url("../Fontawesome/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

/*!
 * Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../Fontawesome/webfonts/fa-solid-900.eot");
  src: url("../Fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../Fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../Fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("../Fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("../Fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.12.0 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.fa-glass:before {
  content: "\f000";
}

.fa.fa-meetup {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-star-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-o:before {
  content: "\f005";
}

.fa.fa-remove:before {
  content: "\f00d";
}

.fa.fa-close:before {
  content: "\f00d";
}

.fa.fa-gear:before {
  content: "\f013";
}

.fa.fa-trash-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-trash-o:before {
  content: "\f2ed";
}

.fa.fa-file-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-o:before {
  content: "\f15b";
}

.fa.fa-clock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-clock-o:before {
  content: "\f017";
}

.fa.fa-arrow-circle-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before {
  content: "\f358";
}

.fa.fa-arrow-circle-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before {
  content: "\f35b";
}

.fa.fa-play-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-play-circle-o:before {
  content: "\f144";
}

.fa.fa-repeat:before {
  content: "\f01e";
}

.fa.fa-rotate-right:before {
  content: "\f01e";
}

.fa.fa-refresh:before {
  content: "\f021";
}

.fa.fa-list-alt {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-dedent:before {
  content: "\f03b";
}

.fa.fa-video-camera:before {
  content: "\f03d";
}

.fa.fa-picture-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-picture-o:before {
  content: "\f03e";
}

.fa.fa-photo {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-photo:before {
  content: "\f03e";
}

.fa.fa-image {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-image:before {
  content: "\f03e";
}

.fa.fa-pencil:before {
  content: "\f303";
}

.fa.fa-map-marker:before {
  content: "\f3c5";
}

.fa.fa-pencil-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-pencil-square-o:before {
  content: "\f044";
}

.fa.fa-share-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-share-square-o:before {
  content: "\f14d";
}

.fa.fa-check-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-check-square-o:before {
  content: "\f14a";
}

.fa.fa-arrows:before {
  content: "\f0b2";
}

.fa.fa-times-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-times-circle-o:before {
  content: "\f057";
}

.fa.fa-check-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-check-circle-o:before {
  content: "\f058";
}

.fa.fa-mail-forward:before {
  content: "\f064";
}

.fa.fa-expand:before {
  content: "\f424";
}

.fa.fa-compress:before {
  content: "\f422";
}

.fa.fa-eye {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-eye-slash {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-warning:before {
  content: "\f071";
}

.fa.fa-calendar:before {
  content: "\f073";
}

.fa.fa-arrows-v:before {
  content: "\f338";
}

.fa.fa-arrows-h:before {
  content: "\f337";
}

.fa.fa-bar-chart {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bar-chart:before {
  content: "\f080";
}

.fa.fa-bar-chart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bar-chart-o:before {
  content: "\f080";
}

.fa.fa-twitter-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gears:before {
  content: "\f085";
}

.fa.fa-thumbs-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
  content: "\f164";
}

.fa.fa-thumbs-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
  content: "\f165";
}

.fa.fa-heart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-heart-o:before {
  content: "\f004";
}

.fa.fa-sign-out:before {
  content: "\f2f5";
}

.fa.fa-linkedin-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin-square:before {
  content: "\f08c";
}

.fa.fa-thumb-tack:before {
  content: "\f08d";
}

.fa.fa-external-link:before {
  content: "\f35d";
}

.fa.fa-sign-in:before {
  content: "\f2f6";
}

.fa.fa-github-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lemon-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-lemon-o:before {
  content: "\f094";
}

.fa.fa-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-square-o:before {
  content: "\f0c8";
}

.fa.fa-bookmark-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bookmark-o:before {
  content: "\f02e";
}

.fa.fa-twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook:before {
  content: "\f39e";
}

.fa.fa-facebook-f {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-f:before {
  content: "\f39e";
}

.fa.fa-github {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-feed:before {
  content: "\f09e";
}

.fa.fa-hdd-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hdd-o:before {
  content: "\f0a0";
}

.fa.fa-hand-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa.fa-hand-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa.fa-hand-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa.fa-hand-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa.fa-arrows-alt:before {
  content: "\f31e";
}

.fa.fa-group:before {
  content: "\f0c0";
}

.fa.fa-chain:before {
  content: "\f0c1";
}

.fa.fa-scissors:before {
  content: "\f0c4";
}

.fa.fa-files-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-files-o:before {
  content: "\f0c5";
}

.fa.fa-floppy-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-floppy-o:before {
  content: "\f0c7";
}

.fa.fa-navicon:before {
  content: "\f0c9";
}

.fa.fa-reorder:before {
  content: "\f0c9";
}

.fa.fa-pinterest {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pinterest-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus:before {
  content: "\f0d5";
}

.fa.fa-money {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-money:before {
  content: "\f3d1";
}

.fa.fa-unsorted:before {
  content: "\f0dc";
}

.fa.fa-sort-desc:before {
  content: "\f0dd";
}

.fa.fa-sort-asc:before {
  content: "\f0de";
}

.fa.fa-linkedin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin:before {
  content: "\f0e1";
}

.fa.fa-rotate-left:before {
  content: "\f0e2";
}

.fa.fa-legal:before {
  content: "\f0e3";
}

.fa.fa-tachometer:before {
  content: "\f3fd";
}

.fa.fa-dashboard:before {
  content: "\f3fd";
}

.fa.fa-comment-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-comment-o:before {
  content: "\f075";
}

.fa.fa-comments-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-comments-o:before {
  content: "\f086";
}

.fa.fa-flash:before {
  content: "\f0e7";
}

.fa.fa-clipboard {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-paste {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-paste:before {
  content: "\f328";
}

.fa.fa-lightbulb-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa.fa-exchange:before {
  content: "\f362";
}

.fa.fa-cloud-download:before {
  content: "\f381";
}

.fa.fa-cloud-upload:before {
  content: "\f382";
}

.fa.fa-bell-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bell-o:before {
  content: "\f0f3";
}

.fa.fa-cutlery:before {
  content: "\f2e7";
}

.fa.fa-file-text-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-text-o:before {
  content: "\f15c";
}

.fa.fa-building-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-building-o:before {
  content: "\f1ad";
}

.fa.fa-hospital-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hospital-o:before {
  content: "\f0f8";
}

.fa.fa-tablet:before {
  content: "\f3fa";
}

.fa.fa-mobile:before {
  content: "\f3cd";
}

.fa.fa-mobile-phone:before {
  content: "\f3cd";
}

.fa.fa-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-circle-o:before {
  content: "\f111";
}

.fa.fa-mail-reply:before {
  content: "\f3e5";
}

.fa.fa-github-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-folder-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-folder-o:before {
  content: "\f07b";
}

.fa.fa-folder-open-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-folder-open-o:before {
  content: "\f07c";
}

.fa.fa-smile-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-smile-o:before {
  content: "\f118";
}

.fa.fa-frown-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-frown-o:before {
  content: "\f119";
}

.fa.fa-meh-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-meh-o:before {
  content: "\f11a";
}

.fa.fa-keyboard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-keyboard-o:before {
  content: "\f11c";
}

.fa.fa-flag-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-flag-o:before {
  content: "\f024";
}

.fa.fa-mail-reply-all:before {
  content: "\f122";
}

.fa.fa-star-half-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-o:before {
  content: "\f089";
}

.fa.fa-star-half-empty {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-empty:before {
  content: "\f089";
}

.fa.fa-star-half-full {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-full:before {
  content: "\f089";
}

.fa.fa-code-fork:before {
  content: "\f126";
}

.fa.fa-chain-broken:before {
  content: "\f127";
}

.fa.fa-shield:before {
  content: "\f3ed";
}

.fa.fa-calendar-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-o:before {
  content: "\f133";
}

.fa.fa-maxcdn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-html5 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-css3 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ticket:before {
  content: "\f3ff";
}

.fa.fa-minus-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-minus-square-o:before {
  content: "\f146";
}

.fa.fa-level-up:before {
  content: "\f3bf";
}

.fa.fa-level-down:before {
  content: "\f3be";
}

.fa.fa-pencil-square:before {
  content: "\f14b";
}

.fa.fa-external-link-square:before {
  content: "\f360";
}

.fa.fa-compass {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa.fa-toggle-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-down:before {
  content: "\f150";
}

.fa.fa-caret-square-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa.fa-toggle-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-up:before {
  content: "\f151";
}

.fa.fa-caret-square-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa.fa-toggle-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-right:before {
  content: "\f152";
}

.fa.fa-eur:before {
  content: "\f153";
}

.fa.fa-euro:before {
  content: "\f153";
}

.fa.fa-gbp:before {
  content: "\f154";
}

.fa.fa-usd:before {
  content: "\f155";
}

.fa.fa-dollar:before {
  content: "\f155";
}

.fa.fa-inr:before {
  content: "\f156";
}

.fa.fa-rupee:before {
  content: "\f156";
}

.fa.fa-jpy:before {
  content: "\f157";
}

.fa.fa-cny:before {
  content: "\f157";
}

.fa.fa-rmb:before {
  content: "\f157";
}

.fa.fa-yen:before {
  content: "\f157";
}

.fa.fa-rub:before {
  content: "\f158";
}

.fa.fa-ruble:before {
  content: "\f158";
}

.fa.fa-rouble:before {
  content: "\f158";
}

.fa.fa-krw:before {
  content: "\f159";
}

.fa.fa-won:before {
  content: "\f159";
}

.fa.fa-btc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin:before {
  content: "\f15a";
}

.fa.fa-file-text:before {
  content: "\f15c";
}

.fa.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa.fa-sort-alpha-desc:before {
  content: "\f881";
}

.fa.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa.fa-sort-amount-desc:before {
  content: "\f884";
}

.fa.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa.fa-sort-numeric-desc:before {
  content: "\f886";
}

.fa.fa-youtube-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play:before {
  content: "\f167";
}

.fa.fa-dropbox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-overflow {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-instagram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-flickr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-adn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square:before {
  content: "\f171";
}

.fa.fa-tumblr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tumblr-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-long-arrow-down:before {
  content: "\f309";
}

.fa.fa-long-arrow-up:before {
  content: "\f30c";
}

.fa.fa-long-arrow-left:before {
  content: "\f30a";
}

.fa.fa-long-arrow-right:before {
  content: "\f30b";
}

.fa.fa-apple {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-windows {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-android {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linux {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dribbble {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skype {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-foursquare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-trello {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gratipay {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip:before {
  content: "\f184";
}

.fa.fa-sun-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-sun-o:before {
  content: "\f185";
}

.fa.fa-moon-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-moon-o:before {
  content: "\f186";
}

.fa.fa-vk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-renren {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pagelines {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-exchange {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before {
  content: "\f35a";
}

.fa.fa-arrow-circle-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before {
  content: "\f359";
}

.fa.fa-caret-square-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa.fa-toggle-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-left:before {
  content: "\f191";
}

.fa.fa-dot-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-dot-circle-o:before {
  content: "\f192";
}

.fa.fa-vimeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-try:before {
  content: "\f195";
}

.fa.fa-turkish-lira:before {
  content: "\f195";
}

.fa.fa-plus-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-plus-square-o:before {
  content: "\f0fe";
}

.fa.fa-slack {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wordpress {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-openid {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-institution:before {
  content: "\f19c";
}

.fa.fa-bank:before {
  content: "\f19c";
}

.fa.fa-mortar-board:before {
  content: "\f19d";
}

.fa.fa-yahoo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-delicious {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-digg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-pp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-drupal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-joomla {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-spoon:before {
  content: "\f2e5";
}

.fa.fa-behance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-behance-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-automobile:before {
  content: "\f1b9";
}

.fa.fa-envelope-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-envelope-o:before {
  content: "\f0e0";
}

.fa.fa-spotify {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-deviantart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-soundcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-file-pdf-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa.fa-file-word-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-word-o:before {
  content: "\f1c2";
}

.fa.fa-file-excel-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa.fa-file-powerpoint-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa.fa-file-image-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-image-o:before {
  content: "\f1c5";
}

.fa.fa-file-photo-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-photo-o:before {
  content: "\f1c5";
}

.fa.fa-file-picture-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa.fa-file-archive-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa.fa-file-zip-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa.fa-file-audio-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa.fa-file-sound-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa.fa-file-video-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-video-o:before {
  content: "\f1c8";
}

.fa.fa-file-movie-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-movie-o:before {
  content: "\f1c8";
}

.fa.fa-file-code-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-code-o:before {
  content: "\f1c9";
}

.fa.fa-vine {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-codepen {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-jsfiddle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-life-ring {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-bouy {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-bouy:before {
  content: "\f1cd";
}

.fa.fa-life-buoy {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-buoy:before {
  content: "\f1cd";
}

.fa.fa-life-saver {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-saver:before {
  content: "\f1cd";
}

.fa.fa-support {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-support:before {
  content: "\f1cd";
}

.fa.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa.fa-rebel {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra:before {
  content: "\f1d0";
}

.fa.fa-resistance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-resistance:before {
  content: "\f1d0";
}

.fa.fa-empire {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge:before {
  content: "\f1d1";
}

.fa.fa-git-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-git {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hacker-news {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square:before {
  content: "\f1d4";
}

.fa.fa-yc-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc-square:before {
  content: "\f1d4";
}

.fa.fa-tencent-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-qq {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weixin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat:before {
  content: "\f1d7";
}

.fa.fa-send:before {
  content: "\f1d8";
}

.fa.fa-paper-plane-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-paper-plane-o:before {
  content: "\f1d8";
}

.fa.fa-send-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-send-o:before {
  content: "\f1d8";
}

.fa.fa-circle-thin {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-circle-thin:before {
  content: "\f111";
}

.fa.fa-header:before {
  content: "\f1dc";
}

.fa.fa-sliders:before {
  content: "\f1de";
}

.fa.fa-futbol-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-futbol-o:before {
  content: "\f1e3";
}

.fa.fa-soccer-ball-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa.fa-slideshare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-twitch {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yelp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-newspaper-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa.fa-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-wallet {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-visa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-mastercard {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-discover {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-amex {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-stripe {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bell-slash-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bell-slash-o:before {
  content: "\f1f6";
}

.fa.fa-trash:before {
  content: "\f2ed";
}

.fa.fa-copyright {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-eyedropper:before {
  content: "\f1fb";
}

.fa.fa-area-chart:before {
  content: "\f1fe";
}

.fa.fa-pie-chart:before {
  content: "\f200";
}

.fa.fa-line-chart:before {
  content: "\f201";
}

.fa.fa-lastfm {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lastfm-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ioxhost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-angellist {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-cc:before {
  content: "\f20a";
}

.fa.fa-ils:before {
  content: "\f20b";
}

.fa.fa-shekel:before {
  content: "\f20b";
}

.fa.fa-sheqel:before {
  content: "\f20b";
}

.fa.fa-meanpath {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-meanpath:before {
  content: "\f2b4";
}

.fa.fa-buysellads {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-connectdevelop {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dashcube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-forumbee {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-leanpub {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-sellsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-shirtsinbulk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-simplybuilt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skyatlas {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-diamond {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-diamond:before {
  content: "\f3a5";
}

.fa.fa-intersex:before {
  content: "\f224";
}

.fa.fa-facebook-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-official:before {
  content: "\f09a";
}

.fa.fa-pinterest-p {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-whatsapp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hotel:before {
  content: "\f236";
}

.fa.fa-viacoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-medium {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc:before {
  content: "\f23b";
}

.fa.fa-optin-monster {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opencart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-expeditedssl {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-battery-4:before {
  content: "\f240";
}

.fa.fa-battery:before {
  content: "\f240";
}

.fa.fa-battery-3:before {
  content: "\f241";
}

.fa.fa-battery-2:before {
  content: "\f242";
}

.fa.fa-battery-1:before {
  content: "\f243";
}

.fa.fa-battery-0:before {
  content: "\f244";
}

.fa.fa-object-group {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-object-ungroup {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-sticky-note-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-sticky-note-o:before {
  content: "\f249";
}

.fa.fa-cc-jcb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-diners-club {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-clone {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hourglass-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hourglass-o:before {
  content: "\f254";
}

.fa.fa-hourglass-1:before {
  content: "\f251";
}

.fa.fa-hourglass-2:before {
  content: "\f252";
}

.fa.fa-hourglass-3:before {
  content: "\f253";
}

.fa.fa-hand-rock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-rock-o:before {
  content: "\f255";
}

.fa.fa-hand-grab-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-grab-o:before {
  content: "\f255";
}

.fa.fa-hand-paper-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-paper-o:before {
  content: "\f256";
}

.fa.fa-hand-stop-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-stop-o:before {
  content: "\f256";
}

.fa.fa-hand-scissors-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa.fa-hand-lizard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa.fa-hand-spock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-spock-o:before {
  content: "\f259";
}

.fa.fa-hand-pointer-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa.fa-hand-peace-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa.fa-registered {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-creative-commons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tripadvisor {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-get-pocket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wikipedia-w {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-safari {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-chrome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-firefox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opera {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-internet-explorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-television:before {
  content: "\f26c";
}

.fa.fa-contao {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-500px {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-amazon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-calendar-plus-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa.fa-calendar-minus-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa.fa-calendar-times-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-times-o:before {
  content: "\f273";
}

.fa.fa-calendar-check-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-check-o:before {
  content: "\f274";
}

.fa.fa-map-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-map-o:before {
  content: "\f279";
}

.fa.fa-commenting:before {
  content: "\f4ad";
}

.fa.fa-commenting-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-commenting-o:before {
  content: "\f4ad";
}

.fa.fa-houzz {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo:before {
  content: "\f27d";
}

.fa.fa-black-tie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fonticons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-alien {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-edge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card-alt:before {
  content: "\f09d";
}

.fa.fa-codiepie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-modx {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fort-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-usb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-product-hunt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-mixcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-scribd {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pause-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-pause-circle-o:before {
  content: "\f28b";
}

.fa.fa-stop-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-stop-circle-o:before {
  content: "\f28d";
}

.fa.fa-bluetooth {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bluetooth-b {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gitlab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpbeginner {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpforms {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-envira {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
  content: "\f368";
}

.fa.fa-question-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-question-circle-o:before {
  content: "\f059";
}

.fa.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa.fa-deafness:before {
  content: "\f2a4";
}

.fa.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa.fa-glide {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-glide-g {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-signing:before {
  content: "\f2a7";
}

.fa.fa-viadeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-viadeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-ghost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-first-order {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yoast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-themeisle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa.fa-google-plus-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-circle:before {
  content: "\f2b3";
}

.fa.fa-font-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa:before {
  content: "\f2b4";
}

.fa.fa-handshake-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-handshake-o:before {
  content: "\f2b5";
}

.fa.fa-envelope-open-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-envelope-open-o:before {
  content: "\f2b6";
}

.fa.fa-linode {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-address-book-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-address-book-o:before {
  content: "\f2b9";
}

.fa.fa-vcard:before {
  content: "\f2bb";
}

.fa.fa-address-card-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-address-card-o:before {
  content: "\f2bb";
}

.fa.fa-vcard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-vcard-o:before {
  content: "\f2bb";
}

.fa.fa-user-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-user-circle-o:before {
  content: "\f2bd";
}

.fa.fa-user-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-user-o:before {
  content: "\f007";
}

.fa.fa-id-badge {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-drivers-license:before {
  content: "\f2c2";
}

.fa.fa-id-card-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-id-card-o:before {
  content: "\f2c2";
}

.fa.fa-drivers-license-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-drivers-license-o:before {
  content: "\f2c2";
}

.fa.fa-quora {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-free-code-camp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-telegram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-thermometer-4:before {
  content: "\f2c7";
}

.fa.fa-thermometer:before {
  content: "\f2c7";
}

.fa.fa-thermometer-3:before {
  content: "\f2c8";
}

.fa.fa-thermometer-2:before {
  content: "\f2c9";
}

.fa.fa-thermometer-1:before {
  content: "\f2ca";
}

.fa.fa-thermometer-0:before {
  content: "\f2cb";
}

.fa.fa-bathtub:before {
  content: "\f2cd";
}

.fa.fa-s15:before {
  content: "\f2cd";
}

.fa.fa-window-maximize {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-window-restore {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-times-rectangle:before {
  content: "\f410";
}

.fa.fa-window-close-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-window-close-o:before {
  content: "\f410";
}

.fa.fa-times-rectangle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
  content: "\f410";
}

.fa.fa-bandcamp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-grav {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-etsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-imdb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ravelry {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast:before {
  content: "\f2da";
}

.fa.fa-snowflake-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa.fa-superpowers {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpexplorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cab:before {
  content: "\f1ba";
}

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