/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/



@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: 400;
	font-display: block;
  src: url("https://25399637.fs1.hubspotusercontent-eu1.net/hubfs/25399637/theme-card-drive/assets/fonts/fontawesome/fa-brands-400.eot");
	src: url("https://25399637.fs1.hubspotusercontent-eu1.net/hubfs/25399637/theme-card-drive/assets/fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("https://25399637.fs1.hubspotusercontent-eu1.net/hubfs/25399637/theme-card-drive/assets/fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("https://25399637.fs1.hubspotusercontent-eu1.net/hubfs/25399637/theme-card-drive/assets/fonts/fontawesome/fa-brands-400.woff") format("woff"), url("https://25399637.fs1.hubspotusercontent-eu1.net/hubfs/25399637/theme-card-drive/assets/fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("https://25399637.fs1.hubspotusercontent-eu1.net/hubfs/25399637/theme-card-drive/assets/fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
}

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("https://25399637.fs1.hubspotusercontent-eu1.net/hubfs/25399637/theme-card-drive/assets/fonts/fontawesome/fa-regular-400.eot");
	src: url("https://25399637.fs1.hubspotusercontent-eu1.net/hubfs/25399637/theme-card-drive/assets/fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("https://25399637.fs1.hubspotusercontent-eu1.net/hubfs/25399637/theme-card-drive/assets/fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("https://25399637.fs1.hubspotusercontent-eu1.net/hubfs/25399637/theme-card-drive/assets/fonts/fontawesome/fa-regular-400.woff") format("woff"), url("https://25399637.fs1.hubspotusercontent-eu1.net/hubfs/25399637/theme-card-drive/assets/fonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("https://25399637.fs1.hubspotusercontent-eu1.net/hubfs/25399637/theme-card-drive/assets/fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("https://25399637.fs1.hubspotusercontent-eu1.net/hubfs/25399637/theme-card-drive/assets/fonts/fontawesome/fa-solid-900.eot");
	src: url("https://25399637.fs1.hubspotusercontent-eu1.net/hubfs/25399637/theme-card-drive/assets/fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("https://25399637.fs1.hubspotusercontent-eu1.net/hubfs/25399637/theme-card-drive/assets/fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("https://25399637.fs1.hubspotusercontent-eu1.net/hubfs/25399637/theme-card-drive/assets/fonts/fontawesome/fa-solid-900.woff") format("woff"), url("https://25399637.fs1.hubspotusercontent-eu1.net/hubfs/25399637/theme-card-drive/assets/fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("https://25399637.fs1.hubspotusercontent-eu1.net/hubfs/25399637/theme-card-drive/assets/fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}

html {
    font-size: 62.5%;
   line-height:1.15;
    -webkit-text-size-adjust:100%
}

body {
    margin: 0;
    font-family: museo-sans, sans-serif;
      font-weight: 300;
    line-height: 1.5em;
    font-size: 1.8rem;
    color: #303030;
    word-wrap:break-word;
    -webkit-hyphens:none;
    -ms-hyphens:none;
    hyphens:none
}

.aa-text-size--small {
  font-size: 1.3rem;
  line-height: 1.3em;
}

.aa-text-size--large {
  font-size: 2rem;
  line-height: 1.5em;
}
.aa-module {
  padding-left: 25px;
  padding-right: 25px;
}

.aa-inner{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  width:100%
}
@media (min-width:992px){
  .aa-inner{
    max-width:1280px;
    margin-left:auto;
    margin-right:auto;
    width: calc(100% - 150px);
  }
}
.aa-uppercase{
  text-transform:uppercase
}
.aa-content {
  margin-left:auto;
  margin-right:auto;
  width: 100%;
}

.aa-content-max-width--100{
  max-width:100%;
}
.aa-content-max-width--75{
  max-width:75%
}
.aa-content-width--narrow,.aa-content-width--wide{
  width:100%
}

.aa-content-width--narrow{
  max-width:760px
}


.aa-content-width--normal{
  max-width:960px;
}


.aa-content-width--wide{
  max-width:1280px;
}

.aa-content-width--100{
  max-width:1920px
}
.aa-content-width--full{
  margin-left:auto;
  margin-right:auto;
  width:100%;
  max-width:100%;
}

.aa-module-spacing--largest,.aa-module-spacing-top--largest{
  margin-top:125px
}
@media (min-width:992px){
  .aa-module-spacing--largest,.aa-module-spacing-top--largest{
    margin-top:250px
  }
}
.aa-module-spacing--largest,.aa-module-spacing-bottom--largest{
  padding-bottom:125px
}
@media (min-width:992px){
  .aa-module-spacing--largest,.aa-module-spacing-bottom--largest{
    padding-bottom:250px
  }
}
.aa-module-spacing--large,.aa-module-spacing-top--large{
  padding-top:80px
}
@media (min-width:992px){
  .aa-module-spacing--large,.aa-module-spacing-top--large{
    padding-top:125px
  }
}
@media (min-width:1440px){
  .aa-module-spacing--large,.aa-module-spacing-top--large{
    padding-top:160px
  }
}
.aa-module-spacing--large,.aa-module-spacing-bottom--large{
  padding-bottom:80px
}
@media (min-width:992px){
  .aa-module-spacing--large,.aa-module-spacing-bottom--large{
    padding-bottom:125px
  }
}
@media (min-width:1440px){
  .aa-module-spacing--large,.aa-module-spacing-bottom--large{
    padding-bottom:160px; 
    padding-top:100px
  }
}
.aa-module-spacing--medium,.aa-module-spacing-top--medium{
  padding-top:50px
}
@media (min-width:992px){
  .aa-module-spacing--medium,.aa-module-spacing-top--medium{
    padding-top:50px
  }
}
@media (min-width:1440px){
  .aa-module-spacing--medium,.aa-module-spacing-top--medium{
    padding-top:100px
  }
}
.aa-module-spacing--medium,.aa-module-spacing-bottom--medium{
  padding-bottom:50px
}
@media (min-width:992px){
  .aa-module-spacing--medium,.aa-module-spacing-bottom--medium{
    padding-bottom:50px
  }
}
@media (min-width:1440px){
  .aa-module-spacing--medium,.aa-module-spacing-bottom--medium{
    padding-bottom:100px
  }
}

.aa-module-spacing--small,.aa-module-spacing-top--small{
  padding-top:30px
}
@media (min-width:1440px){
  .aa-module-spacing--small,.aa-module-spacing-top--small{
    padding-top:30px
  }
}
.aa-module-spacing--small,.aa-module-spacing-bottom--small{
  padding-bottom:30px
}
@media (min-width:1440px){
  .aa-module-spacing--small,.aa-module-spacing-bottom--small{
    padding-bottom:30px
  }
}

.aa-module-spacing--smallest,.aa-module-spacing-top--smallest{
  padding-top:20px
}
@media (min-width:992px){
  .aa-module-spacing--smallest,.aa-module-spacing-top--smallest{
    padding-top:20px
  }
}
.aa-module-spacing--smallest,.aa-module-spacing-bottom--smallest{
  padding-bottom:20px
}
@media (min-width:992px){
  .aa-module-spacing--smallest,.aa-module-spacing-bottom--smallest{
    padding-bottom:20px
  }
}

section.aa-module-spacing-top--none {
  padding-top: 0; 
}

section.aa-module-spacing-bottom--none {
  padding-bottom: 0; 
}

.aa-module-spacing-margin--largest,.aa-module-spacing-margin-top--largest{
  margin-top:125px
}
@media (min-width:992px){
  .aa-module-spacing-margin--largest,.aa-module-spacing-margin-top--largest{
    margin-top:250px
  }
}
.aa-module-spacing-margin--largest,.aa-module-spacing-margin-bottom--largest{
  margin-bottom:125px
}
@media (min-width:992px){
  .aa-module-spacing-margin--largest,.aa-module-spacing-margin-bottom--largest{
    margin-bottom:250px
  }
}
.aa-module-spacing-margin--large,.aa-module-spacing-margin-top--large{
  margin-top:80px
}
@media (min-width:992px){
  .aa-module-spacing-margin--large,.aa-module-spacing-margin-top--large{
    margin-top:125px
  }
}
@media (min-width:1440px){
  .aa-module-spacing-margin--large,.aa-module-spacing-margin-top--large{
    margin-top:160px
  }
}
.aa-module-spacing-margin--large,.aa-module-spacing-margin-bottom--large{
  margin-bottom:80px
}
@media (min-width:992px){
  .aa-module-spacing-margin--large,.aa-module-spacing-margin-bottom--large{
    margin-bottom:125px
  }
}
@media (min-width:1440px){
  .aa-module-spacing-margin--large,.aa-module-spacing-margin-bottom--large{
    margin-bottom:160px; 
    margin-top:100px
  }
}
.aa-module-spacing-margin--medium,.aa-module-spacing-margin-top--medium{
  margin-top:50px
}
@media (min-width:992px){
  .aa-module-spacing-margin--medium,.aa-module-spacing-margin-top--medium{
    margin-top:50px
  }
}
@media (min-width:1440px){
  .aa-module-spacing-margin--medium,.aa-module-spacing-margin-top--medium{
    margin-top:100px
  }
}
.aa-module-spacing-margin--medium,.aa-module-spacing-margin-bottom--medium{
  margin-bottom:50px
}
@media (min-width:992px){
  .aa-module-spacing-margin--medium,.aa-module-spacing-margin-bottom--medium{
    margin-bottom:50px
  }
}
@media (min-width:1440px){
  .aa-module-spacing-margin--medium,.aa-module-spacing-margin-bottom--medium{
    margin-bottom:100px
  }
}

.aa-module-spacing-margin--small,.aa-module-spacing-margin-top--small{
  margin-top:30px
}
@media (min-width:1440px){
  .aa-module-spacing-margin--small,.aa-module-spacing-margin-top--small{
    margin-top:30px
  }
}
.aa-module-spacing-margin--small,.aa-module-spacing-margin-bottom--small{
  margin-bottom:30px
}
@media (min-width:1440px){
  .aa-module-spacing-margin--small,.aa-module-spacing-margin-bottom--small{
    margin-bottom:30px
  }
}

.aa-module-spacing-margin--smallest,.aa-module-spacing-margin-top--smallest{
  margin-top:20px
}
@media (min-width:992px){
  .aa-module-spacing-margin--smallest,.aa-module-spacing-margin-top--smallest{
    margin-top:20px
  }
}
.aa-module-spacing-margin--smallest,.aa-module-spacing-margin-bottom--smallest{
  margin-bottom:20px
}
@media (min-width:992px){
  .aa-module-spacing-margin--smallest,.aa-module-spacing-margin-bottom--smallest{
    margin-bottom:20px
  }
}

section.aa-module-spacing-margin-top--none {
  margin-top: 0; 
}

section.aa-module-spacing-margin-bottom--none {
  margin-bottom: 0; 
}

.pt-0{
  padding-top:0!important
}
.pb-0{
  padding-bottom:0!important
}
.mt-0{
  margin-top:0!important
}
.mb-0{
  margin-bottom:0!important
}
.hidden-xs-up{
  display:none!important
}
@media (max-width:543px){
  .hidden-xs-down{
    display:none!important
  }
}
@media (min-width:768px){
  .hidden-sm-up{
    display:none!important
  }
}
@media (max-width:767px){
  .hidden-sm-down{
    display:none!important
  }
}
@media (min-width:768px){
  .hidden-md-up{
    display:none!important
  }
}
@media (max-width:991px){
  .hidden-md-down{
    display:none!important
  }
}
@media (min-width:992px){
  .hidden-lg-up{
    display:none!important
  }
}
@media (max-width:1199px){
  .hidden-lg-down{
    display:none!important
  }
}
@media (min-width:1200px){
  .hidden-xl-up{
    display:none!important
  }
}
.hidden-xl-down{
  display:none!important
}

.row{
  display:-ms-flexbox;
  display:-webkit-box;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row;
  margin-right:-8px;
  margin-left:-8px
}
@media (min-width:1200px){
  .row{
    margin-right:-16px;
    margin-left:-16px
  }
}
.row.row--small{
  margin-right:-8px;
  margin-left:-8px
}
.row--column{
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column
}
.row.row-stretch{
  -webkit-box-align:stretch;
  -ms-flex-align:stretch;
  align-items:stretch
}
.row--disable{
  display:block
}
.row--20{
  margin-right:-10px;
  margin-left:-10px
}
.row--40{
  margin-right:-20px;
  margin-left:-20px
}
.row--60{
  margin-right:-32px;
  margin-left:-32px
}
.row--80{
  margin-right:-40px;
  margin-left:-40px
}
.row--20>[class*=col-]{
  padding-right:10px;
  padding-left:10px
}
.row--40>[class*=col-]{
  padding-right:20px;
  padding-left:20px
}
.row--60>[class*=col-]{
  padding-right:32px;
  padding-left:32px
}
.row--80>[class*=col-]{
  padding-right:40px;
  padding-left:40px
}
.no-gutters{
  margin-right:0;
  margin-left:0
}
.no-gutters>.col,.no-gutters>[class*=col-]{
  padding-right:0;
  padding-left:0
}
.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-en,.col-en-1,.col-en-2,.col-en-3,.col-en-4,.col-en-5,.col-en-6,.col-en-7,.col-en-8,.col-en-9,.col-en-10,.col-en-11,.col-en-12,.col-en-auto,.col-hg,.col-hg-1,.col-hg-2,.col-hg-3,.col-hg-4,.col-hg-5,.col-hg-6,.col-hg-7,.col-hg-8,.col-hg-9,.col-hg-10,.col-hg-11,.col-hg-12,.col-hg-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{
  position:relative;
  width:100%;
  padding-right:8px;
  padding-left:8px
}
@media (min-width:1200px){
  .col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-en,.col-en-1,.col-en-2,.col-en-3,.col-en-4,.col-en-5,.col-en-6,.col-en-7,.col-en-8,.col-en-9,.col-en-10,.col-en-11,.col-en-12,.col-en-auto,.col-hg,.col-hg-1,.col-hg-2,.col-hg-3,.col-hg-4,.col-hg-5,.col-hg-6,.col-hg-7,.col-hg-8,.col-hg-9,.col-hg-10,.col-hg-11,.col-hg-12,.col-hg-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{
    padding-right:16px;
    padding-left:16px
  }
}
.row.row--small .col,.row.row--small .col-1,.row.row--small .col-2,.row.row--small .col-3,.row.row--small .col-4,.row.row--small .col-5,.row.row--small .col-6,.row.row--small .col-7,.row.row--small .col-8,.row.row--small .col-9,.row.row--small .col-10,.row.row--small .col-11,.row.row--small .col-12,.row.row--small .col-auto,.row.row--small .col-en,.row.row--small .col-en-1,.row.row--small .col-en-2,.row.row--small .col-en-3,.row.row--small .col-en-4,.row.row--small .col-en-5,.row.row--small .col-en-6,.row.row--small .col-en-7,.row.row--small .col-en-8,.row.row--small .col-en-9,.row.row--small .col-en-10,.row.row--small .col-en-11,.row.row--small .col-en-12,.row.row--small .col-en-auto,.row.row--small .col-hg,.row.row--small .col-hg-1,.row.row--small .col-hg-2,.row.row--small .col-hg-3,.row.row--small .col-hg-4,.row.row--small .col-hg-5,.row.row--small .col-hg-6,.row.row--small .col-hg-7,.row.row--small .col-hg-8,.row.row--small .col-hg-9,.row.row--small .col-hg-10,.row.row--small .col-hg-11,.row.row--small .col-hg-12,.row.row--small .col-hg-auto,.row.row--small .col-lg,.row.row--small .col-lg-1,.row.row--small .col-lg-2,.row.row--small .col-lg-3,.row.row--small .col-lg-4,.row.row--small .col-lg-5,.row.row--small .col-lg-6,.row.row--small .col-lg-7,.row.row--small .col-lg-8,.row.row--small .col-lg-9,.row.row--small .col-lg-10,.row.row--small .col-lg-11,.row.row--small .col-lg-12,.row.row--small .col-lg-auto,.row.row--small .col-md,.row.row--small .col-md-1,.row.row--small .col-md-2,.row.row--small .col-md-3,.row.row--small .col-md-4,.row.row--small .col-md-5,.row.row--small .col-md-6,.row.row--small .col-md-7,.row.row--small .col-md-8,.row.row--small .col-md-9,.row.row--small .col-md-10,.row.row--small .col-md-11,.row.row--small .col-md-12,.row.row--small .col-md-auto,.row.row--small .col-sm,.row.row--small .col-sm-1,.row.row--small .col-sm-2,.row.row--small .col-sm-3,.row.row--small .col-sm-4,.row.row--small .col-sm-5,.row.row--small .col-sm-6,.row.row--small .col-sm-7,.row.row--small .col-sm-8,.row.row--small .col-sm-9,.row.row--small .col-sm-10,.row.row--small .col-sm-11,.row.row--small .col-sm-12,.row.row--small .col-sm-auto,.row.row--small .col-xl,.row.row--small .col-xl-1,.row.row--small .col-xl-2,.row.row--small .col-xl-3,.row.row--small .col-xl-4,.row.row--small .col-xl-5,.row.row--small .col-xl-6,.row.row--small .col-xl-7,.row.row--small .col-xl-8,.row.row--small .col-xl-9,.row.row--small .col-xl-10,.row.row--small .col-xl-11,.row.row--small .col-xl-12,.row.row--small .col-xl-auto{
  padding-right:8px;
  padding-left:8px
}
.col{
  -ms-flex-preferred-size:0;
  flex-basis:0;
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1;
  max-width:100%
}
.row-cols-1>*{
  -webkit-box-flex:0;
  -ms-flex:0 0 100%;
  flex:0 0 100%;
  max-width:100%
}
.row-cols-2>*{
  -webkit-box-flex:0;
  -ms-flex:0 0 50%;
  flex:0 0 50%;
  max-width:50%
}
.row-cols-3>*{
  -webkit-box-flex:0;
  -ms-flex:0 0 33.33333%;
  flex:0 0 33.33333%;
  max-width:33.33333%
}
.row-cols-4>*{
  -webkit-box-flex:0;
  -ms-flex:0 0 25%;
  flex:0 0 25%;
  max-width:25%
}
.row-cols-5>*{
  -webkit-box-flex:0;
  -ms-flex:0 0 20%;
  flex:0 0 20%;
  max-width:20%
}
.row-cols-6>*{
  -webkit-box-flex:0;
  -ms-flex:0 0 16.66667%;
  flex:0 0 16.66667%;
  max-width:16.66667%
}
.col-auto{
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  max-width:100%;
  width:auto
}
.col-1,.col-auto{
  -webkit-box-flex:0
}
.col-1{
  -ms-flex:0 0 8.33333%;
  flex:0 0 8.33333%;
  max-width:8.33333%
}
.col-2{
  -ms-flex:0 0 16.66667%;
  flex:0 0 16.66667%;
  max-width:16.66667%
}
.col-2,.col-3{
  -webkit-box-flex:0
}
.col-3{
  -ms-flex:0 0 25%;
  flex:0 0 25%;
  max-width:25%
}
.col-4{
  -ms-flex:0 0 33.33333%;
  flex:0 0 33.33333%;
  max-width:33.33333%
}
.col-4,.col-5{
  -webkit-box-flex:0
}
.col-5{
  -ms-flex:0 0 41.66667%;
  flex:0 0 41.66667%;
  max-width:41.66667%
}
.col-6{
  -ms-flex:0 0 50%;
  flex:0 0 50%;
  max-width:50%
}
.col-6,.col-7{
  -webkit-box-flex:0
}
.col-7{
  -ms-flex:0 0 58.33333%;
  flex:0 0 58.33333%;
  max-width:58.33333%
}
.col-8{
  -ms-flex:0 0 66.66667%;
  flex:0 0 66.66667%;
  max-width:66.66667%
}
.col-8,.col-9{
  -webkit-box-flex:0
}
.col-9{
  -ms-flex:0 0 75%;
  flex:0 0 75%;
  max-width:75%
}
.col-10{
  -ms-flex:0 0 83.33333%;
  flex:0 0 83.33333%;
  max-width:83.33333%
}
.col-10,.col-11{
  -webkit-box-flex:0
}
.col-11{
  -ms-flex:0 0 91.66667%;
  flex:0 0 91.66667%;
  max-width:91.66667%
}
.col-12{
  -webkit-box-flex:0;
  -ms-flex:0 0 100%;
  flex:0 0 100%;
  max-width:100%
}
.offset-1{
  margin-left:8.33333%
}
.offset-2{
  margin-left:16.66667%
}
.offset-3{
  margin-left:25%
}
.offset-4{
  margin-left:33.33333%
}
.offset-5{
  margin-left:41.66667%
}
.offset-6{
  margin-left:50%
}
.offset-7{
  margin-left:58.33333%
}
.offset-8{
  margin-left:66.66667%
}
.offset-9{
  margin-left:75%
}
.offset-10{
  margin-left:83.33333%
}
.offset-11{
  margin-left:91.66667%
}
@media (min-width:576px){
  .col-sm{
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    max-width:100%
  }
  .row-cols-sm-1>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
  }
  .row-cols-sm-2>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
  }
  .row-cols-sm-3>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
  }
  .row-cols-sm-4>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%
  }
  .row-cols-sm-5>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 20%;
    flex:0 0 20%;
    max-width:20%
  }
  .row-cols-sm-6>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 16.66667%;
    flex:0 0 16.66667%;
    max-width:16.66667%
  }
  .col-sm-auto{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    max-width:100%;
    width:auto
  }
  .col-sm-1{
    -webkit-box-flex:0;
    -ms-flex:0 0 8.33333%;
    flex:0 0 8.33333%;
    max-width:8.33333%
  }
  .col-sm-2{
    -webkit-box-flex:0;
    -ms-flex:0 0 16.66667%;
    flex:0 0 16.66667%;
    max-width:16.66667%
  }
  .col-sm-3{
    -webkit-box-flex:0;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%
  }
  .col-sm-4{
    -webkit-box-flex:0;
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
  }
  .col-sm-5{
    -webkit-box-flex:0;
    -ms-flex:0 0 41.66667%;
    flex:0 0 41.66667%;
    max-width:41.66667%
  }
  .col-sm-6{
    -webkit-box-flex:0;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
  }
  .col-sm-7{
    -webkit-box-flex:0;
    -ms-flex:0 0 58.33333%;
    flex:0 0 58.33333%;
    max-width:58.33333%
  }
  .col-sm-8{
    -webkit-box-flex:0;
    -ms-flex:0 0 66.66667%;
    flex:0 0 66.66667%;
    max-width:66.66667%
  }
  .col-sm-9{
    -webkit-box-flex:0;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%
  }
  .col-sm-10{
    -webkit-box-flex:0;
    -ms-flex:0 0 83.33333%;
    flex:0 0 83.33333%;
    max-width:83.33333%
  }
  .col-sm-11{
    -webkit-box-flex:0;
    -ms-flex:0 0 91.66667%;
    flex:0 0 91.66667%;
    max-width:91.66667%
  }
  .col-sm-12{
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
  }
  .offset-sm-0{
    margin-left:0
  }
  .offset-sm-1{
    margin-left:8.33333%
  }
  .offset-sm-2{
    margin-left:16.66667%
  }
  .offset-sm-3{
    margin-left:25%
  }
  .offset-sm-4{
    margin-left:33.33333%
  }
  .offset-sm-5{
    margin-left:41.66667%
  }
  .offset-sm-6{
    margin-left:50%
  }
  .offset-sm-7{
    margin-left:58.33333%
  }
  .offset-sm-8{
    margin-left:66.66667%
  }
  .offset-sm-9{
    margin-left:75%
  }
  .offset-sm-10{
    margin-left:83.33333%
  }
  .offset-sm-11{
    margin-left:91.66667%
  }
}
@media (min-width:768px){
  .col-md{
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    max-width:100%
  }
  .row-cols-md-1>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
  }
  .row-cols-md-2>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
  }
  .row-cols-md-3>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
  }
  .row-cols-md-4>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%
  }
  .row-cols-md-5>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 20%;
    flex:0 0 20%;
    max-width:20%
  }
  .row-cols-md-6>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 16.66667%;
    flex:0 0 16.66667%;
    max-width:16.66667%
  }
  .col-md-auto{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    max-width:100%;
    width:auto
  }
  .col-md-1{
    -webkit-box-flex:0;
    -ms-flex:0 0 8.33333%;
    flex:0 0 8.33333%;
    max-width:8.33333%
  }
  .col-md-2{
    -webkit-box-flex:0;
    -ms-flex:0 0 16.66667%;
    flex:0 0 16.66667%;
    max-width:16.66667%
  }
  .col-md-3{
    -webkit-box-flex:0;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%
  }
  .col-md-4{
    -webkit-box-flex:0;
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
  }
  .col-md-5{
    -webkit-box-flex:0;
    -ms-flex:0 0 41.66667%;
    flex:0 0 41.66667%;
    max-width:41.66667%
  }
  .col-md-6{
    -webkit-box-flex:0;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
  }
  .col-md-7{
    -webkit-box-flex:0;
    -ms-flex:0 0 58.33333%;
    flex:0 0 58.33333%;
    max-width:58.33333%
  }
  .col-md-8{
    -webkit-box-flex:0;
    -ms-flex:0 0 66.66667%;
    flex:0 0 66.66667%;
    max-width:66.66667%
  }
  .col-md-9{
    -webkit-box-flex:0;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%
  }
  .col-md-10{
    -webkit-box-flex:0;
    -ms-flex:0 0 83.33333%;
    flex:0 0 83.33333%;
    max-width:83.33333%
  }
  .col-md-11{
    -webkit-box-flex:0;
    -ms-flex:0 0 91.66667%;
    flex:0 0 91.66667%;
    max-width:91.66667%
  }
  .col-md-12{
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
  }
  .offset-md-0{
    margin-left:0
  }
  .offset-md-1{
    margin-left:8.33333%
  }
  .offset-md-2{
    margin-left:16.66667%
  }
  .offset-md-3{
    margin-left:25%
  }
  .offset-md-4{
    margin-left:33.33333%
  }
  .offset-md-5{
    margin-left:41.66667%
  }
  .offset-md-6{
    margin-left:50%
  }
  .offset-md-7{
    margin-left:58.33333%
  }
  .offset-md-8{
    margin-left:66.66667%
  }
  .offset-md-9{
    margin-left:75%
  }
  .offset-md-10{
    margin-left:83.33333%
  }
  .offset-md-11{
    margin-left:91.66667%
  }
}
@media (min-width:992px){
  .col-lg{
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    max-width:100%
  }
  .row-cols-lg-1>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
  }
  .row-cols-lg-2>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
  }
  .row-cols-lg-3>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
  }
  .row-cols-lg-4>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%
  }
  .row-cols-lg-5>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 20%;
    flex:0 0 20%;
    max-width:20%
  }
  .row-cols-lg-6>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 16.66667%;
    flex:0 0 16.66667%;
    max-width:16.66667%
  }
  .col-lg-auto{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    max-width:100%;
    width:auto
  }
  .col-lg-1{
    -webkit-box-flex:0;
    -ms-flex:0 0 8.33333%;
    flex:0 0 8.33333%;
    max-width:8.33333%
  }
  .col-lg-2{
    -webkit-box-flex:0;
    -ms-flex:0 0 16.66667%;
    flex:0 0 16.66667%;
    max-width:16.66667%
  }
  .col-lg-3{
    -webkit-box-flex:0;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%
  }
  .col-lg-4{
    -webkit-box-flex:0;
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
  }
  .col-lg-5{
    -webkit-box-flex:0;
    -ms-flex:0 0 41.66667%;
    flex:0 0 41.66667%;
    max-width:41.66667%
  }
  .col-lg-6{
    -webkit-box-flex:0;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
  }
  .col-lg-7{
    -webkit-box-flex:0;
    -ms-flex:0 0 58.33333%;
    flex:0 0 58.33333%;
    max-width:58.33333%
  }
  .col-lg-8{
    -webkit-box-flex:0;
    -ms-flex:0 0 66.66667%;
    flex:0 0 66.66667%;
    max-width:66.66667%
  }
  .col-lg-9{
    -webkit-box-flex:0;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%
  }
  .col-lg-10{
    -webkit-box-flex:0;
    -ms-flex:0 0 83.33333%;
    flex:0 0 83.33333%;
    max-width:83.33333%
  }
  .col-lg-11{
    -webkit-box-flex:0;
    -ms-flex:0 0 91.66667%;
    flex:0 0 91.66667%;
    max-width:91.66667%
  }
  .col-lg-12{
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
  }
  .offset-lg-0{
    margin-left:0
  }
  .offset-lg-1{
    margin-left:8.33333%
  }
  .offset-lg-2{
    margin-left:16.66667%
  }
  .offset-lg-3{
    margin-left:25%
  }
  .offset-lg-4{
    margin-left:33.33333%
  }
  .offset-lg-5{
    margin-left:41.66667%
  }
  .offset-lg-6{
    margin-left:50%
  }
  .offset-lg-7{
    margin-left:58.33333%
  }
  .offset-lg-8{
    margin-left:66.66667%
  }
  .offset-lg-9{
    margin-left:75%
  }
  .offset-lg-10{
    margin-left:83.33333%
  }
  .offset-lg-11{
    margin-left:91.66667%
  }
}
@media (min-width:1200px){
  .col-xl{
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    max-width:100%
  }
  .row-cols-xl-1>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
  }
  .row-cols-xl-2>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
  }
  .row-cols-xl-3>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
  }
  .row-cols-xl-4>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%
  }
  .row-cols-xl-5>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 20%;
    flex:0 0 20%;
    max-width:20%
  }
  .row-cols-xl-6>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 16.66667%;
    flex:0 0 16.66667%;
    max-width:16.66667%
  }
  .col-xl-auto{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    max-width:100%;
    width:auto
  }
  .col-xl-1{
    -webkit-box-flex:0;
    -ms-flex:0 0 8.33333%;
    flex:0 0 8.33333%;
    max-width:8.33333%
  }
  .col-xl-2{
    -webkit-box-flex:0;
    -ms-flex:0 0 16.66667%;
    flex:0 0 16.66667%;
    max-width:16.66667%
  }
  .col-xl-3{
    -webkit-box-flex:0;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%
  }
  .col-xl-4{
    -webkit-box-flex:0;
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
  }
  .col-xl-5{
    -webkit-box-flex:0;
    -ms-flex:0 0 41.66667%;
    flex:0 0 41.66667%;
    max-width:41.66667%
  }
  .col-xl-6{
    -webkit-box-flex:0;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
  }
  .col-xl-7{
    -webkit-box-flex:0;
    -ms-flex:0 0 58.33333%;
    flex:0 0 58.33333%;
    max-width:58.33333%
  }
  .col-xl-8{
    -webkit-box-flex:0;
    -ms-flex:0 0 66.66667%;
    flex:0 0 66.66667%;
    max-width:66.66667%
  }
  .col-xl-9{
    -webkit-box-flex:0;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%
  }
  .col-xl-10{
    -webkit-box-flex:0;
    -ms-flex:0 0 83.33333%;
    flex:0 0 83.33333%;
    max-width:83.33333%
  }
  .col-xl-11{
    -webkit-box-flex:0;
    -ms-flex:0 0 91.66667%;
    flex:0 0 91.66667%;
    max-width:91.66667%
  }
  .col-xl-12{
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
  }
  .offset-xl-0{
    margin-left:0
  }
  .offset-xl-1{
    margin-left:8.33333%
  }
  .offset-xl-2{
    margin-left:16.66667%
  }
  .offset-xl-3{
    margin-left:25%
  }
  .offset-xl-4{
    margin-left:33.33333%
  }
  .offset-xl-5{
    margin-left:41.66667%
  }
  .offset-xl-6{
    margin-left:50%
  }
  .offset-xl-7{
    margin-left:58.33333%
  }
  .offset-xl-8{
    margin-left:66.66667%
  }
  .offset-xl-9{
    margin-left:75%
  }
  .offset-xl-10{
    margin-left:83.33333%
  }
  .offset-xl-11{
    margin-left:91.66667%
  }
}
@media (min-width:1440px){
  .col-hg{
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    max-width:100%
  }
  .row-cols-hg-1>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
  }
  .row-cols-hg-2>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
  }
  .row-cols-hg-3>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
  }
  .row-cols-hg-4>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%
  }
  .row-cols-hg-5>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 20%;
    flex:0 0 20%;
    max-width:20%
  }
  .row-cols-hg-6>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 16.66667%;
    flex:0 0 16.66667%;
    max-width:16.66667%
  }
  .col-hg-auto{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    max-width:100%;
    width:auto
  }
  .col-hg-1{
    -webkit-box-flex:0;
    -ms-flex:0 0 8.33333%;
    flex:0 0 8.33333%;
    max-width:8.33333%
  }
  .col-hg-2{
    -webkit-box-flex:0;
    -ms-flex:0 0 16.66667%;
    flex:0 0 16.66667%;
    max-width:16.66667%
  }
  .col-hg-3{
    -webkit-box-flex:0;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%
  }
  .col-hg-4{
    -webkit-box-flex:0;
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
  }
  .col-hg-5{
    -webkit-box-flex:0;
    -ms-flex:0 0 41.66667%;
    flex:0 0 41.66667%;
    max-width:41.66667%
  }
  .col-hg-6{
    -webkit-box-flex:0;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
  }
  .col-hg-7{
    -webkit-box-flex:0;
    -ms-flex:0 0 58.33333%;
    flex:0 0 58.33333%;
    max-width:58.33333%
  }
  .col-hg-8{
    -webkit-box-flex:0;
    -ms-flex:0 0 66.66667%;
    flex:0 0 66.66667%;
    max-width:66.66667%
  }
  .col-hg-9{
    -webkit-box-flex:0;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%
  }
  .col-hg-10{
    -webkit-box-flex:0;
    -ms-flex:0 0 83.33333%;
    flex:0 0 83.33333%;
    max-width:83.33333%
  }
  .col-hg-11{
    -webkit-box-flex:0;
    -ms-flex:0 0 91.66667%;
    flex:0 0 91.66667%;
    max-width:91.66667%
  }
  .col-hg-12{
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
  }
  .offset-hg-0{
    margin-left:0
  }
  .offset-hg-1{
    margin-left:8.33333%
  }
  .offset-hg-2{
    margin-left:16.66667%
  }
  .offset-hg-3{
    margin-left:25%
  }
  .offset-hg-4{
    margin-left:33.33333%
  }
  .offset-hg-5{
    margin-left:41.66667%
  }
  .offset-hg-6{
    margin-left:50%
  }
  .offset-hg-7{
    margin-left:58.33333%
  }
  .offset-hg-8{
    margin-left:66.66667%
  }
  .offset-hg-9{
    margin-left:75%
  }
  .offset-hg-10{
    margin-left:83.33333%
  }
  .offset-hg-11{
    margin-left:91.66667%
  }
}
@media (min-width:1650px){
  .col-en{
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    max-width:100%
  }
  .row-cols-en-1>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
  }
  .row-cols-en-2>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
  }
  .row-cols-en-3>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
  }
  .row-cols-en-4>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%
  }
  .row-cols-en-5>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 20%;
    flex:0 0 20%;
    max-width:20%
  }
  .row-cols-en-6>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 16.66667%;
    flex:0 0 16.66667%;
    max-width:16.66667%
  }
  .col-en-auto{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    max-width:100%;
    width:auto
  }
  .col-en-1{
    -webkit-box-flex:0;
    -ms-flex:0 0 8.33333%;
    flex:0 0 8.33333%;
    max-width:8.33333%
  }
  .col-en-2{
    -webkit-box-flex:0;
    -ms-flex:0 0 16.66667%;
    flex:0 0 16.66667%;
    max-width:16.66667%
  }
  .col-en-3{
    -webkit-box-flex:0;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%
  }
  .col-en-4{
    -webkit-box-flex:0;
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
  }
  .col-en-5{
    -webkit-box-flex:0;
    -ms-flex:0 0 41.66667%;
    flex:0 0 41.66667%;
    max-width:41.66667%
  }
  .col-en-6{
    -webkit-box-flex:0;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
  }
  .col-en-7{
    -webkit-box-flex:0;
    -ms-flex:0 0 58.33333%;
    flex:0 0 58.33333%;
    max-width:58.33333%
  }
  .col-en-8{
    -webkit-box-flex:0;
    -ms-flex:0 0 66.66667%;
    flex:0 0 66.66667%;
    max-width:66.66667%
  }
  .col-en-9{
    -webkit-box-flex:0;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%
  }
  .col-en-10{
    -webkit-box-flex:0;
    -ms-flex:0 0 83.33333%;
    flex:0 0 83.33333%;
    max-width:83.33333%
  }
  .col-en-11{
    -webkit-box-flex:0;
    -ms-flex:0 0 91.66667%;
    flex:0 0 91.66667%;
    max-width:91.66667%
  }
  .col-en-12{
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
  }
  .offset-en-0{
    margin-left:0
  }
  .offset-en-1{
    margin-left:8.33333%
  }
  .offset-en-2{
    margin-left:16.66667%
  }
  .offset-en-3{
    margin-left:25%
  }
  .offset-en-4{
    margin-left:33.33333%
  }
  .offset-en-5{
    margin-left:41.66667%
  }
  .offset-en-6{
    margin-left:50%
  }
  .offset-en-7{
    margin-left:58.33333%
  }
  .offset-en-8{
    margin-left:66.66667%
  }
  .offset-en-9{
    margin-left:75%
  }
  .offset-en-10{
    margin-left:83.33333%
  }
  .offset-en-11{
    margin-left:91.66667%
  }
}
.aa-button {
  align-items: center;
  appearance: none;
  background: transparent;
  display: inline-flex; 
  border: 1px solid #fff;
  font-size: 1.8rem;

  line-height: 1.14em;

  min-height: 3.9rem;
  box-sizing: border-box !important;
  text-align: center;
  text-decoration: none !important;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  font-weight: 500;
  text-decoration: none;


  transition: all 250ms ease-in-out;
}
.aa-button:hover {
  cursor: pointer;
}

.aa-button :hover,
.aa-button :focus-visible {
  text-decoration: none;
}

.aa-button.aa-button--small {
  font-size: 1.5rem !important;
  min-height: 3.6rem !important;
  min-width: 10rem !important;
  padding-bottom: .5rem;
  padding-top: .5rem;
}

.aa-button.aa-button--border-radius {
  border-radius: 2rem !important; 
}

.aa-button.aa-button--1 { 
  color:inherit;
  width: auto;
  text-align: center;
  padding: .5em 1em;
  background-color: #ffe400;
  border-color: #ffe400;
  transition: all 250ms ease-in-out;
}
.aa-button.aa-button--1:hover, .aa-button.aa-button--1:focus-visible {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  color: #fff !important;
}

.aa-button.aa-button--2 { 
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  padding: .5em 1em;
}
.aa-button.aa-button--2:hover, .aa-button.aa-button--2:focus-visible {
  background-color: #e1001a;
  border-color: #e1001a;
}

.aa-button.aa-button--3 { 
  background-color: transparent;
  border-color: transparent;
  color: #303030;
  padding: .5em 1em 0.5em 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.aa-button.aa-button--3::before {
  content: "";
  width: .5em;
  font-family: "Font Awesome 5 Free";
  color: #e1001a;
  font-weight: 900;
  font-size: 2em;
  padding-right: 10px;

}

.aa-button.aa-button--3:hover, .aa-button.aa-button--3:focus-visible {
  color: #646464;
}

.aa-button.aa-button--4 { 
  width: auto;
  text-align: center;
  padding: .5em 1em;

  background-color: #CF2C29;
  border-color: #CF2C29;
  color: #fff;
  transition: all 250ms ease-in-out;
}
.aa-button.aa-button--4:hover, .aa-button.aa-button--4:focus-visible {
  background-color: #CF2C29;
  border-color: #CF2C29;
  color: #fff !important;
}

.aa-button.aa-button--5 { 
  width: auto;
  text-align: center;
  padding: 2rem 1em;
  min-width: 30rem;
  max-width: 100%;  
  background-color: transparent;
  border-color: #e1001a;
  color: #e1001a;
  min-height: 6.9rem;
  transition: all 250ms ease-in-out;
}
.aa-button.aa-button--5:hover, .aa-button.aa-button--5:focus-visible {
  background-color: #e1001a;
  border-color: #e1001a;
  color: #fff !important;
}



.aa-button-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin-top: 35px;
}
.aa-button-container.aa-button-container--gap-small {
  grid-gap: 1rem;
}

.aa-button-container .divider {
  border-right: 1px solid $black;
  display: inline-block;
  height: 2.6rem;
  width: 1px;
  margin-right: 1.2rem;
}
@media (min-width: 992px) {
  .aa-button-container.aa-button-container--align-center {

    justify-content: center;
  }
  .aa-button-container.aa-button-container--align-right {

    justify-content: flex-end;
  } 
}


/* LP form START */

.aa-landing-page .aa-button {
  line-height: 22px;
  font-size: 18px;
  padding: 26px 52px 26px 52px;
  font-weight: 600;
}

.aa-landing-page .aa-button.aa-button--1 { 
  padding: 26px 52px 26px 52px;
}

.aa-landing-page .aa-button.aa-button--2 { 
  padding: 26px 52px 26px 52px;
}

.aa-landing-page .aa-button.aa-button--3 { 
  padding: 26px 52px 26px 52px;
}

.aa-landing-page .aa-button.aa-button--4 { 
  padding: 26px 52px 26px 52px;
}

.aa-landing-page .aa-button.aa-button--5 { 
  padding: 26px 52px 26px 52px;
}

/* LP form END */
/*-----------------------------------*\ AA - Columns \*-----------------------------------*/
 .aa-column__image {
	 aspect-ratio: 1.7777777778;
	 margin-bottom: 3rem;
	 overflow: hidden;
	 width: 100%;
}
 @media (min-width: 768px) {
	 .aa-column__image {
		 margin-bottom: 5rem;
	}
}
 .aa-column__image.aa-column__image--landscape {
	 aspect-ratio: 1.7777777778;
}
 .aa-column__image.aa-column__image--square {
	 aspect-ratio: 1;
}
 .aa-column__image.aa-column__image--portrait {
	 aspect-ratio: 0.8590785908;
}
 .aa-column__image.aa-column__image--portrait-long {
	 aspect-ratio: 0.7188208617;
}
 .aa-column__image.aa-column__image--align-left img {
	 object-position: left center;
}
 .aa-column__image.aa-column__image--fixed-logo {
	 height: 0;
	 overflow: hidden;
	 padding: 0 0 56.25% 0 !important;
	 position: relative;
}
 .aa-column__image.aa-column__image--fixed-logo .aa-column__image__inner {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100% !important;
	 height: 100% !important;
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 .aa-column__image.aa-column__image--fixed-logo .aa-column__image__inner img {
	 width: 70%;
	 height: 70%;
	 object-fit: contain;
}
 .aa-column__image.aa-column__image--border {
	 border: 0.1rem solid #dcdcdc;
	 padding: 2rem;
}
 .aa-column__image.aa-column__image--logo-wide {
	 width: 100%;
	 height: 4.5rem;
	 overflow: hidden;
	 position: relative;
}
 .aa-column__image.aa-column__image--logo-wide img {
	 width: 100%;
	 height: 100%;
	 transform: none;
	 object-fit: contain;
	 object-position: left center;
}
 .aa-column__image img {
	 height: 100%;
	 width: 100%;
	 object-fit: cover;
	 object-position: center;
	 transform: scale(1);
	 transition: all 0.5s ease;
}
 .aa-column__image.aa-column__image--auto {
	 aspect-ratio: initial;
	 width: 100%;
	 height: auto;
}
 .aa-column__image.aa-column__image--auto img {
	 height: auto;
}
 .aa-column__image.aa-column__image--logo {
	 max-width: 16rem;
	 width: 100%;
	 aspect-ratio: 1.7777777778;
}
 .aa-column__image.aa-column__image--logo img {
	 object-fit: contain;
	 object-position: left center;
}
 .aa-column__image.aa-column__image--contain img {
	 object-fit: contain;
	 object-position: left center;
}
 .aa-column__image.aa-column__image--center img {
	 object-position: center center;
}
 .aa-columns.aa-columns--layout-box .aa-grid {
	 grid-gap: 2.2rem;
}
 .aa-columns.aa-columns--layout-box article {
	 border: 0.1rem solid #dcdcdc;
	 padding: 3.5rem 2rem 2rem;
}
 @media (min-width: 768px) {
	 .aa-columns.aa-columns--layout-box article {
		 padding: 3.5rem 4rem;
	}
}
 .aa-columns.aa-columns--layout-box .aa-button--4:last-child {
	 padding-bottom: 0;
}
 .aa-columns__wrapper .intro {
	 padding-top: 1rem;
}
 @media (min-width: 1400px) {
	 .aa-columns__wrapper--side {
		 display: flex;
		 align-items: flex-start;
		 justify-content: space-between;
		 flex-direction: row;
	}
	 .aa-columns__wrapper--side .aa-module__header {
		 width: 24%;
	}
	 .aa-columns__wrapper--side .aa-module__body {
		 width: 73%;
	}
}
 .aa-columns__wrapper--side .intro {
	 padding-top: 2rem;
}
 .aa-columns__wrapper--side .intro:first-child {
	 padding-top: 0;
}
 .aa-column__tag {
	 padding-bottom: 0.5rem;
}
 .aa-column__image + .aa-column__body--padding {
	 padding-top: 0;
}
 .aa-column__image__hover-arrow {
	 position: absolute;
	 width: 6.6rem;
	 height: 6.6rem;
	 overflow: hidden;
	 bottom: 0;
	 right: -6.6rem;
	 transition: all 0.5s ease;
	 background-color: #fff;
}
 .aa-column__image__hover-arrow img, .aa-column__image__hover-arrow svg {
	 width: 2.1rem;
	 height: auto;
}
 .aa-column--link, .aa-column--relative {
	 position: relative;
}
 .aa-column--link.aa-column--link-absolute, .aa-column--relative.aa-column--link-absolute, .aa-column--link.aa-column--date-bottom, .aa-column--relative.aa-column--date-bottom {
	 padding-bottom: 2rem;
}
 @media (min-width: 768px) {
	 .aa-column--link.aa-column--link-absolute, .aa-column--relative.aa-column--link-absolute, .aa-column--link.aa-column--date-bottom, .aa-column--relative.aa-column--date-bottom {
		 padding-bottom: 4rem;
	}
}
 .aa-column--link.aa-column--link-absolute .aa-column__footer, .aa-column--relative.aa-column--link-absolute .aa-column__footer, .aa-column--link.aa-column--date-bottom .aa-column__footer, .aa-column--relative.aa-column--date-bottom .aa-column__footer {
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 z-index: 0;
}
 .aa-column--link a.full-link, .aa-column--relative a.full-link {
	 position: absolute !important;
	 top: 0;
	 left: 0;
	 z-index: 5;
	 width: 100%;
	 height: 100%;
	 cursor: pointer;
	 text-decoration: none;
	 padding: 0;
	 margin: 0;
}
 .aa-column--link a.full-link::after, .aa-column--relative a.full-link::after {
	 content: none !important;
}
 .aa-column--link:hover .aa-column__image img, .aa-column--relative:hover .aa-column__image img, .aa-column--link:focus-within .aa-column__image img, .aa-column--relative:focus-within .aa-column__image img {
	 transform: scale(1.08);
}
 .aa-column--link:hover .aa-column__image__hover-arrow, .aa-column--relative:hover .aa-column__image__hover-arrow, .aa-column--link:focus-within .aa-column__image__hover-arrow, .aa-column--relative:focus-within .aa-column__image__hover-arrow {
	 right: 0;
}
 .aa-column--link:hover .aa-link, .aa-column--relative:hover .aa-link, .aa-column--link:focus-within .aa-link, .aa-column--relative:focus-within .aa-link {
	 color: #303030;
}
 .aa-column__date {
	 display: block;
}
 .aa-column--grid {
	 grid-row-gap: 0;
}
 .aa-column--grid .aa-column__image {
	 aspect-ratio: 1.7777777778;
	 overflow: hidden;
}
 @media (min-width: 768px) {
	 .aa-column--grid .aa-column__image {
		 aspect-ratio: auto;
		 margin-bottom: 0;
	}
}
 .aa-column .aa-subheading--small {
	 padding-bottom: 1rem;
}
 .aa-columns__hero--fixed {
	 aspect-ratio: 2.7777777778;
	 overflow: hidden;
}
 .aa-columns__hero--fixed img {
	 object-fit: cover;
	 object-position: center center;
}
 .aa-columns__items .aa-button-container {
	 padding-top: 3rem;
	 margin-top: 0;
}
 .aa-columns__items--link-bottom article {
	 height: 100%;
	 display: flex;
	 flex-direction: column;
	 align-items: flex-start;
	 justify-content: flex-start;
}
 .aa-columns__items--link-bottom article .aa-button-container {
	 margin-top: auto;
	 padding-top: 3rem;
}
 .aa-columns__items--link-bottom .aa-column__content__wrapper {
	 display: flex;
	 flex-direction: column;
	 height: 100%;
	 justify-content: flex-start;
}
 .aa-columns.aa-columns--logowall .aa-grid {
	 grid-gap: calc(2.2rem + 2.5vh) calc(2.2rem + 0.5vw);
}
 @media (min-width: 992px) {
	 .aa-columns.aa-columns--logowall .aa-grid {
		 grid-gap: calc(5.2rem + 2.5vh) calc(5.2rem + 0.5vw);
	}
}
 .aa-columns.aa-columns--logowall .aa-grid.aa-grid--gap-large {
	 grid-gap: calc(2.2rem + 2.5vh) calc(5.2rem + 0.5vw);
}
 @media (min-width: 992px) {
	 .aa-columns.aa-columns--logowall .aa-grid.aa-grid--gap-large {
		 grid-gap: calc(5.2rem + 2.5vh) calc(9.2rem + 0.5vw);
	}
}
 .aa-columns.aa-columns--logowall .aa-column {
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
 .aa-columns.aa-columns--logowall .aa-column__image {
	 margin: 0;
	 aspect-ratio: initial;
}
 .aa-columns.aa-columns--logowall .aa-column__image img {
	 max-height: 4rem;
}
 @media (min-width: 768px) {
	 .aa-columns.aa-columns--logowall .aa-column__image img {
		 max-height: 6rem;
	}
}
 .aa-columns__bg {
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 z-index: 0;
}
 .aa-columns__bg img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 object-position: center;
}
 .aa-column__content__wrapper {
	 width: 100%;
}
 @media (min-width: 992px) {
	 .aa-columns .aa-columns__items--fixed .aa-grid--four .aa-column__body {
		 font-size: 1.4rem;
	}
}
 .aa-columns__items--fixed article {
	 position: relative;
}
 .aa-columns__items--fixed article .aa-column__content__wrapper {
	 position: relative;
	 overflow: hidden;
	 padding-right: 0.5rem;
	 padding-bottom: 0;
	 max-height: 18rem;
	 transition: max-height 1.3s ease-out;
}
 .aa-columns__items--fixed article .aa-column__image img {
	 transform: scale(1);
	 transition: transform 0.6s ease;
}


.aa-custom-columns__image.aa-custom-columns__image--fit {
 width: 100%;
  height: 0;
  padding: 0 0 56.25% 0;
  overflow: hidden;
  position: relative;
}

.aa-custom-columns__image.aa-custom-columns__image--fit img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

 .aa-columns__items--fixed article .aa-column__textoverlay {
	 width: 100%;
	 background: linear-gradient(0deg, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0.6) 70%, rgba(255, 255, 255, 0) 100%);
	 position: absolute;
	 z-index: 10;
	 bottom: 0;
	 left: 0;
	 height: 16rem;
	 opacity: 1;
	 transition: opacity 0.6s ease;
	 pointer-events: none;
}
 .aa-columns__items--fixed article:focus .aa-column__content__wrapper, .aa-columns__items--fixed article:hover .aa-column__content__wrapper, .aa-columns__items--fixed article:active .aa-column__content__wrapper {
	 overflow: auto;
}
 .aa-columns__items--fixed article:focus .aa-column__content__wrapper.aa-column__content__wrapper--large, .aa-columns__items--fixed article:hover .aa-column__content__wrapper.aa-column__content__wrapper--large, .aa-columns__items--fixed article:active .aa-column__content__wrapper.aa-column__content__wrapper--large {
	 max-height: 100rem;
	 overflow: visible;
}
 .aa-columns__items--fixed article:focus .aa-column__content__wrapper.aa-column__content__wrapper--absolute, .aa-columns__items--fixed article:hover .aa-column__content__wrapper.aa-column__content__wrapper--absolute, .aa-columns__items--fixed article:active .aa-column__content__wrapper.aa-column__content__wrapper--absolute {
	 max-height: 90rem;
	 overflow: visible;
}
 .aa-columns__items--fixed article:focus .aa-column__image img, .aa-columns__items--fixed article:hover .aa-column__image img, .aa-columns__items--fixed article:active .aa-column__image img {
	 transform: scale(1.15);
}
 .aa-columns__items--fixed article:focus .aa-column__textoverlay, .aa-columns__items--fixed article:hover .aa-column__textoverlay, .aa-columns__items--fixed article:active .aa-column__textoverlay {
	 opacity: 0;
}
 @media (min-width: 768px) {
	 section.aa-bg-light .aa-columns__items--fixed article .aa-column__textoverlay {
		 background: linear-gradient(0deg, rgba(242, 242, 242, 1) 30%, rgba(242, 242, 242, 0.6) 70%, rgba(242, 242, 242, 0) 100%);
	}
}
 .aa-columns.aa-columns--special .aa-module-inner {
	 position: relative;
	 z-index: 5;
}
 .aa-columns.aa-columns--special .aa-module__intro {
	 width: 100%;
}
 @media (min-width: 992px) {
	 .aa-columns.aa-columns--special .aa-module__intro {
		 padding-top: 1rem;
		 display: flex;
		 align-items: flex-start;
		 justify-content: flex-end;
	}
}
 .aa-columns.aa-columns--special .aa-column__body {
	 padding-left: 3rem;
	 border-left: 0.1rem solid #fff;
}
 .aa-columns.aa-columns--special .aa-module__intro__inner {
	 width: 100%;
	 max-width: 36rem;
}
 .aa-columns.aa-columns--special .aa-module__intro__text {
	 padding-bottom: 3rem;
}
 .aa-columns.aa-columns--special .aa-module__intro__text:last-child {
	 padding-bottom: 0;
}
 @media (max-width: 1200px) {
	 .aa-columns.aa-columns--special .aa-module__columns {
		 display: block !important;
	}
}
.hs-video-widget {
 padding-left: 25px;
 padding-right: 25px;
}
@media (min-width: 768px) {
.hs-video-widget {
        margin-left: auto;
        margin-right: auto;
        max-width: 1450px;
        width: calc(100% - 150px);
}
}

.hs_cos_wrapper_widget .hs-button {
 font-weight: 500; 
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
html {
  scroll-behavior: smooth;
}
img {
  height: auto;
  max-width: 100%;
}

form fieldset {
  max-width: 100% !important; 
}

form.hs-form {
  padding: 0;  
}

.hs_cos_wrapper_type_form {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

form fieldset.form-columns-1 .hs-input {
  width: 100% !important; 
}

form label, form .legal-consent-container {
  font-size: 1.6rem;
  line-height: 1.3em;
}

form .hs-form-field {
  padding-bottom: 1rem; 
}

form .inputs-list.multi-container {
  list-style: none;
  margin-left: 0;
  padding: 0;
}

form .inputs-list.multi-container > li {
  position: relative;
  padding-left: 30px;
  list-style: none;
}

form .inputs-list.multi-container > li input {
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;

}

form textarea {
  min-height: 100px; 
}

form .legal-consent-container ul.inputs-list li label > span {
  display: inline-block;
  margin-left: 0;
}

form .legal-consent-container ul.inputs-list li input {
  float: none;
  position: absolute;
  top: 4px;
  left: 0px;
}

form .legal-consent-container {
  background-color: #f5f5f5;

  padding: 15px 15px 15px 90px;
  border: 1px solid #e1001a;
  border-radius: 5px;
  margin: 15px 0;
  position: relative;
}

form .legal-consent-container::before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "";
  font-size: 45px;
  padding-right: 0;
  color: #e1001a;

  position: absolute;
  top: calc(50% - 15px);
  left: 20px;

}

form .legal-consent-container ul.inputs-list {
  list-style: none;
  padding: 0;
  position: relative;
}

form .legal-consent-container ul.inputs-list li {
  position: relative;
  padding-left: 30px;
}

.form-title {
  display: none; 
}
form .hs-dateinput{
  position:relative;
}
form .hs-dateinput > input{
  padding-right: 72px;
}
form .hs-dateinput svg{
  display: none;
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}
.aa-pagination {
  display: flex;
  padding-left: $padding;
  padding-right: $padding;
  justify-content: center;
}
@media(min-width: 1200px) {
  .aa-pagination {
    width: 100%;
    max-width: 960px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.aa-pagination .numbers {
  display: flex; 
  justify-content: center;
  align-items: center;
}
.aa-pagination a, .aa-pagination button {
  margin-right: 1rem;
  margin-left: 1rem;

}

.aa-pagination__link--prev svg{
  transform: rotate(180deg);

}

.aa-pagination ul {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  margin: 0;
}   

.aa-pagination li {
  list-style-type: none;
}
.aa-pagination li:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .aa-pagination li:not(:last-of-type) {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}


@media (min-width: 1200px) {
  .aa-pagination li:not(:last-of-type) {
    margin-bottom: 0;
  }
}


.aa-pagination a, .aa-pagination button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border: none;
  cursor: pointer;

  font-size: 2rem;
  text-decoration: none;

  border-radius: $border-radius;
  background-color: transparent;
  color: #000;
}
.aa-pagination a:hover, .aa-pagination button:hover {
  background-color: transparent;
  opacity: 0.7;
  color: #000;
}
.aa-pagination  svg path {
  stroke: #000;
}

.aa-pagination a.aa-pagination--active, .aa-pagination a.active,
.aa-pagination button.aa-pagination--active, .aa-pagination button.active {
  background-color: #000 !important;
  color: #fff !important;
  opacity: 1 !important;
}

.aa-pagination a:disabled, .aa-pagination button:disabled {
  display: none;
}

/* LP form START */

.aa-landing-page form label, 
.aa-landing-page form .legal-consent-container {
  font-size: 18px;
  line-height: inherit;
}

.aa-landing-page form .hs-form-field {
  padding-bottom: 1.4rem; 
}

.aa-landing-page form .inputs-list.multi-container {
  list-style: none;
  margin-left: 0;
  padding: 0;
}

.aa-landing-page form .inputs-list.multi-container > li {
  position: relative;
  padding-left: 30px;
  list-style: none;
}

.aa-landing-page form .inputs-list.multi-container > li input {
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
}

.aa-landing-page form textarea {
  min-height: 100px; 
}

.aa-landing-page form .legal-consent-container ul.inputs-list li label > span {
  display: block;
  margin-left: 0;
}

.aa-landing-page form .legal-consent-container ul.inputs-list li input {
  float: left;
  position: relative;
  top: initial;
  left: initial;
  width: auto !important;
}

.aa-landing-page form .legal-consent-container {
  background-color: transparent;
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 15px 0 15px 0;
  position: relative;
}

.aa-landing-page form .legal-consent-container::before {
  display: none;
}

.aa-landing-page form .legal-consent-container ul.inputs-list {
  list-style: none;
  padding: 0;
  position: relative;
}

.aa-landing-page form .legal-consent-container ul.inputs-list li {
  position: relative;
  padding-left: 0;
}

.aa-landing-page ul.hs-error-msgs {
  list-style: none;
  color: #CF2C29;
  padding: 0;
}

.aa-landing-page .legal-consent-container .hs-fieldtype-booleancheckbox {
  margin: 0.8rem 0;
}

.aa-landing-page input {
  margin-top: 0.3rem;
}

@media (min-width: 768px) {

  .aa-landing-page form .legal-consent-container {
    margin: 15px 0 44px 0;
  }


}
@media (min-width: 999px) {
  .aa-blog .mod_article--content > .inside  {
    width: calc(100% - 200px) !important; 
    margin-left: auto;
    margin-right: auto;
  }
}


/* LP form END */
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.aa-overflow--hidden {
 overflow: hidden  !important; 
}

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

.aa-content-color--black {
 color: #303030; 
}

.aa-content-color--white {
 color: #fff; 
}

/* Grid */
.aa-grid {
  display: grid;
  grid-gap:  2rem;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
}
  @media (min-width: 768px) {
    .aa-grid {
    grid-gap: 3rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
@media (min-width: 1400px) {
  .aa-grid.aa-grid--auto-flex-en.aa-grid--four {

      display: flex;

    }
  
 .aa-grid.aa-grid--auto-flex-en.aa-grid--four > div {
        flex: auto;
        width: auto;
        min-width: 31rem;
      }
  }

  .aa-grid.aa-grid--one {
    grid-template-columns: minmax(0, 1fr);
  }


    @media (min-width: 768px) {
       .aa-grid.aa-grid--two.aa-grid--cols-1-2 {
        grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
      }
    }

   .aa-grid.aa-grid--cols-1-4 {

      grid-template-columns: 1fr;

}
     @media (min-width: 1200px) {
       .aa-grid.aa-grid--cols-1-4 {
        grid-template-columns: minmax(0, 1fr) minmax(0, 4fr);
      }
    }

    @media (min-width: 768px) {
       .aa-grid.aa-grid--cols-2-1 {
        grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
      }
    }

@media (min-width: 992px) {
  .aa-grid.aa-grid--three {   
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
@media (min-width: 992px) {
  .aa-grid.aa-grid--four {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
@media (min-width: 992px) {
  .aa-grid.aa-grid--five {

   
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
@media (min-width: 992px) {
  .aa-grid.aa-grid--six {

      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
@media (max-width: 992px) {
   .aa-grid.aa-grid--two-mobile {
   
  grid-template-columns: minmax(0, 2fr) minmax(0, 2fr);
    }
  }

  .aa-grid.aa-grid--auto {
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    width: fit-content;

  }

  .aa-grid.aa-grid--auto-fill {

    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  
  }

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

  .aa-grid.aa-grid--100 {
    width: 100%;
  }

  .aa-grid.aa-grid--small {
    grid-gap: 1.1rem;
   
  
}


ul.aa-grid {
  list-style: none;
  margin: 0;
  padding: 0;
}
  ul.aa-grid > li {
    margin: 0;
    padding: 0;
  
}

.aa-no-margin {
 margin-top: 0 !important;
  margin-bottom: 0 !important;
}


.aa-content-align--left {
 text-align: left; 
}

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

.aa-content-align--right {
 text-align: right; 
}
@charset "UTF-8";


body,
form,
figure {
	margin: 0;
	padding: 0
}

img {
	border: 0
}

header,
footer,
nav,
section,
aside,
article,
figure,
figcaption {
	display: block
}

body {
	font-size: 100.01%
}

select,
input,
textarea {
	font-size: 99%
}

#container,
.inside {
	position: relative
}

#main,
#left,
#right {
	float: left;
	position: relative
}

#main {
	width: 100%
}

#left {
	margin-left: -100%
}

#right {
	margin-right: -100%
}

#footer {
	clear: both
}

#main .inside {
	min-height: 1px
}

.ce_gallery>ul,
.content-gallery>ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none
}

.ce_gallery>ul li,
.content-gallery>ul li {
	float: left
}

.ce_gallery>ul li.col_first,
.content-gallery>ul li.col_first {
	clear: left
}

.float_left,
.media--left>figure {
	float: left
}

.float_right,
.media--right>figure {
	float: right
}

.block {
	overflow: hidden
}

.clear,
#clear {
	height: .1px;
	font-size: .1px;
	line-height: .1px;
	clear: both
}

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

.custom {
	display: block
}

#container:after,
.custom:after {
	content: "";
	display: table;
	clear: both
}

legend {
	width: 100%;
	display: block;
	font-weight: 700;
	border: 0
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input:not([type]),
textarea {
	width: 100%;
	display: inline-block;
	padding: 3px 6px;
	background: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 1px 1px #eee;
	-webkit-box-shadow: inset 0 1px 1px #eee;
	box-shadow: inset 0 1px 1px #eee;
	-moz-transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
input:not([type]):focus,
textarea:focus {
	outline: 0;
	background: #fcfcfc;
	border-color: #bbb
}

input[type=file] {
	cursor: pointer
}

select,
input[type=file] {
	display: block
}

form button,
input[type=file],
input[type=image],
input[type=submit],
input[type=reset],
input[type=button],
input[type=radio],
input[type=checkbox] {
	width: auto
}

textarea,
select[multiple],
select[size] {
	height: auto
}

input[type=radio],
input[type=checkbox] {
	margin: 0 3px 0 0
}

input[type=radio],
input[type=checkbox],
label {
	vertical-align: middle
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
	cursor: not-allowed;
	background: #eee
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio][readonly],
input[type=checkbox][readonly] {
	background: 0 0
}

form button,
input[type=submit],
.button {
	display: inline-block;
	padding: 4px 15px 4px 14px;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	line-height: 16px;
	font-size: 11px;
	color: #000;
	cursor: pointer;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #ececec;
	background-image: -moz-linear-gradient(top, #fff, #ececec);
	background-image: -webkit-linear-gradient(top, #fff, #ececec);
	background-image: -ms-linear-gradient(top, #fff, #ececec);
	background-image: -o-linear-gradient(top, #fff, #ececec);
	background-image: linear-gradient(to bottom, #fff, #ececec);
	background-repeat: repeat-x;
	-moz-transition: background .15s linear;
	-webkit-transition: background .15s linear;
	-o-transition: background .15s linear;
	transition: background .15s linear
}

form button:hover,
input[type=submit]:hover,
.button:hover {
	text-decoration: none;
	background-position: 0 -15px !important
}

form button:active,
input[type=submit]:active,
.button:active {
	background-color: #e6e6e6;
	background-position: 0 -30px !important
}

form button.blue,
input[type=submit].blue,
.button.blue {
	background-color: #2f96b4;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
	border-color: #2f96b4;
	color: #fff
}

form button.blue:active,
input[type=submit].blue:active,
.button.blue:active {
	background-color: #2e95b3
}

form button.green,
input[type=submit].green,
.button.green {
	background-color: #51a351;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -ms-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	border-color: #51a351;
	color: #fff
}

form button.green:active,
input[type=submit].green:active,
.button.green:active {
	background-color: #4f9f4f
}

form button.orange,
input[type=submit].orange,
.button.orange {
	background-color: #f89406;
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -ms-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	border-color: #f89406;
	color: #fff
}

form button.orange:active,
input[type=submit].orange:active,
.button.orange:active {
	background-color: #f28f04
}

form button.red,
input[type=submit].red,
.button.red {
	background-color: #bd362f;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	border-color: #bd362f;
	color: #fff
}

form button.red:active,
input[type=submit].red:active,
.button.red:active {
	background-color: #be322b
}

/* LP form START */

.aa-landing-page input[type=text],
.aa-landing-page input[type=password],
.aa-landing-page input[type=date],
.aa-landing-page input[type=datetime],
.aa-landing-page input[type=email],
.aa-landing-page input[type=number],
.aa-landing-page input[type=search],
.aa-landing-page input[type=tel],
.aa-landing-page input[type=time],
.aa-landing-page input[type=url],
.aa-landing-page input[type=checkbox],
.aa-landing-page input:not([type]),
.aa-landing-page textarea,
.aa-landing-page select {
	width: 100%;
	display: inline-block;
	padding: 19px 24px;
	background: #fff;
	border: 1px solid #fff;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.aa-landing-page input[type=text]:focus,
.aa-landing-page input[type=password]:focus,
.aa-landing-page input[type=date]:focus,
.aa-landing-page input[type=datetime]:focus,
.aa-landing-page input[type=email]:focus,
.aa-landing-page input[type=number]:focus,
.aa-landing-page input[type=search]:focus,
.aa-landing-page input[type=tel]:focus,
.aa-landing-page input[type=time]:focus,
.aa-landing-page input[type=url]:focus,
.aa-landing-page input[type=checkbox]:focus,
.aa-landing-page input:not([type]):focus,
.aa-landing-page textarea:focus,
.aa-landing-page select:focus {
	outline: 0;
	background: #fff;
	border-color: #fff;
}

.aa-landing-page input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  height: auto;
  margin-right: 1rem;
  width: auto !important;
  padding: 11px 11px;
  border-radius: 0;
  display: inline-block;
}

.aa-landing-page input[type="checkbox"]:checked:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="9" viewBox="0 0 11 9" fill="none"><path d="M10 1.5L4 7.5L1 4.5" stroke="#000000" stroke-width="1.5"/></svg>');
  display: block;
  position: absolute;
  width: 1.1rem;
  height: 0.9rem;
  top: 0rem;
  left: 0.6rem;
}

.aa-landing-page input[type="checkbox"] + span {
  display: block;
}

.aa-landing-page input[type=file] {
	cursor: pointer;
}

.aa-landing-page select,
.aa-landing-page input[type=file] {
	display: block;
}

.aa-landing-page .hs-fieldtype-select .input {
  position: relative;
}

.aa-landing-page .hs-fieldtype-select .input::after {
  content: url('data:image/svg+xml, <svg viewBox="0 0 120 74" xmlns="http://www.w3.org/2000/svg"><path d="m60 74-60-60 14-14 46 46 46-46 14 14z" fill="#000000"/></svg>');
  line-height: 0;
  pointer-events: none;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
}

.aa-landing-page .hs-fieldtype-select .input:hover::after {
  content: url('data:image/svg+xml, <svg viewBox="0 0 120 74" xmlns="http://www.w3.org/2000/svg"><path d="m60 74-60-60 14-14 46 46 46-46 14 14z" fill="#000000"/></svg>');
}

.aa-landing-page .hs-fieldtype-select .input select.hs-input {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 72px;
}

.aa-landing-page form button,
.aa-landing-page input[type=file],
.aa-landing-page input[type=image],
.aa-landing-page input[type=submit],
.aa-landing-page input[type=reset],
.aa-landing-page input[type=button],
.aa-landing-page input[type=radio],
.aa-landing-page input[type=checkbox] {
	width: auto;
}

.aa-landing-page textarea,
.aa-landing-page select[multiple],
.aa-landing-page select[size] {
	height: auto;
}

.aa-landing-page input[type=radio],
.aa-landing-page input[type=checkbox] {
	margin: 0 12px 0 0;
}

.aa-landing-page input[type=radio],
.aa-landing-page input[type=checkbox],
.aa-landing-page label {
	vertical-align: middle;
}

.aa-landing-page input[disabled],
.aa-landing-page select[disabled],
.aa-landing-page textarea[disabled],
.aa-landing-page input[readonly],
.aa-landing-page select[readonly],
.aa-landing-page textarea[readonly] {
	cursor: not-allowed;
	background: #eee;
}

.aa-landing-page input[type=radio][disabled],
.aa-landing-page input[type=checkbox][disabled],
.aa-landing-page input[type=radio][readonly],
.aa-landing-page input[type=checkbox][readonly] {
	background: 0 0;
}

.aa-landing-page form button,
.aa-landing-page input[type=submit],
.aa-landing-page .button {
	display: inline-block;
	padding: 26px 52px 26px 52px;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	line-height: 22px;
	font-size: 18px;
  font-weight: 600;
	color: #fff;
	cursor: pointer;
	border: 1px solid #CF2C29;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #CF2C29;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-repeat: repeat-x;
	-moz-transition: background .15s linear;
	-webkit-transition: background .15s linear;
	-o-transition: background .15s linear;
	transition: background .15s linear
}

.aa-landing-page form button:hover,
.aa-landing-page input[type=submit]:hover,
.aa-landing-page .button:hover {
	text-decoration: none;
	background-position: 0 -15px !important
}

.aa-landing-page form button:active,
.aa-landing-page input[type=submit]:active,
.aa-landing-page .button:active {
	background-color: #CF2C29;
	background-position: 0 -30px !important
}

.aa-landing-page form button.blue,
.aa-landing-page input[type=submit].blue,
.aa-landing-page .button.blue {
	background-color: #2f96b4;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
	border-color: #2f96b4;
	color: #fff
}

.aa-landing-page form button.blue:active,
.aa-landing-page input[type=submit].blue:active,
.aa-landing-page .button.blue:active {
	background-color: #2e95b3
}

.aa-landing-page form button.green,
.aa-landing-page input[type=submit].green,
.aa-landing-page .button.green {
	background-color: #51a351;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -ms-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	border-color: #51a351;
	color: #fff
}

.aa-landing-page form button.green:active,
.aa-landing-page input[type=submit].green:active,
.aa-landing-page .button.green:active {
	background-color: #4f9f4f
}

.aa-landing-page form button.orange,
.aa-landing-page input[type=submit].orange,
.aa-landing-page .button.orange {
	background-color: #f89406;
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -ms-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	border-color: #f89406;
	color: #fff
}

.aa-landing-page form button.orange:active,
.aa-landing-page input[type=submit].orange:active,
.aa-landing-page .button.orange:active {
	background-color: #f28f04
}

.aa-landing-page form button.red,
.aa-landing-page input[type=submit].red,
.aa-landing-page .button.red {
	background-color: #bd362f;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	border-color: #bd362f;
	color: #fff
}

.aa-landing-page form button.red:active,
.aa-landing-page input[type=submit].red:active,
.aa-landing-page .button.red:active {
	background-color: #be322b
}

/* LP form END */

.widget {
	margin-bottom: 12px
}

.widget>label {
	display: block;
	margin-bottom: 6px;
	font-weight: 700
}

.inline-form .widget {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle
}

.horizontal-form .widget:after {
	content: "";
	display: table;
	clear: both
}

.horizontal-form .widget>label {
	width: 20%;
	float: left;
	padding: 3px 2% 0 0;
	text-align: right
}

.horizontal-form .widget>input,
.horizontal-form .widget>textarea {
	width: 78%;
	float: left
}

.horizontal-form .widget>fieldset {
	margin-left: 20%
}

/*!
 * mega menu layout
 * optimiced for Contao Official Demo Theme
 */
.mod_navigation.dropdown {
	overflow: visible
}

.mod_navigation li.mm_container>a,
.mod_navigation li.mm_container>span,
.mod_navigation li.mm_container>strong {
	position: relative
}

.mod_navigation li.mm_container:not(.mm_container_onClickOnly):hover>a:after,
.mod_navigation li.mm_container:not(.mm_container_onClickOnly):hover>strong:after,
.mod_navigation li.mm_container.mm_container_onClickOnly.mm_isActive>a:after,
.mod_navigation li.mm_container.mm_container_onClickOnly.mm_isActive>strong:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	height: 3px;
	background-color: #F4F2F0;
	z-index: 110
}

.mod_navigation li.mm_container .mm_dropdown {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 100
}

.mod_navigation li.mm_container .mm_dropdown>.inner {
	padding: 1rem 2rem;
	border: 1px solid #E5DFDC;
	background-color: rgba(244, 242, 240, 0.95);
	overflow: hidden
}

.mod_navigation li.mm_container:not(.mm_container_onClickOnly):hover .mm_dropdown,
.mod_navigation li.mm_container.mm_container_onClickOnly .mm_isActive~.mm_dropdown {
	display: block
}

@charset "UTF-8";

/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
:root {
	--mm-lineheight: 22px
}

.mm-hidden {
	display: none !important
}

.mm-wrapper {
	overflow-x: hidden;
	position: relative
}

.mm-menu,
.mm-menu *,
.mm-menu :after,
.mm-menu :before {
	-webkit-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
	-webkit-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease
}

:root {
	--mm-blocker-visibility-delay: 0.4s;
	--mm-blocker-opacity-delay: 0s
}

.mm-blocker {
	display: block;
	position: absolute;
	bottom: 100%;
	top: 0;
	right: 0;
	left: 0;
	z-index: 3;
	opacity: 0;
	background: var(--mm-color-background);
	-webkit-transition: bottom 0s ease var(--mm-blocker-visibility-delay), width .4s ease, opacity .4s ease var(--mm-blocker-opacity-delay), -webkit-transform .4s ease;
	transition: bottom 0s ease var(--mm-blocker-visibility-delay), width .4s ease, opacity .4s ease var(--mm-blocker-opacity-delay), -webkit-transform .4s ease;
	-o-transition: bottom 0s ease var(--mm-blocker-visibility-delay), width .4s ease, opacity .4s ease var(--mm-blocker-opacity-delay), transform .4s ease;
	transition: bottom 0s ease var(--mm-blocker-visibility-delay), width .4s ease, opacity .4s ease var(--mm-blocker-opacity-delay), transform .4s ease;
	transition: bottom 0s ease var(--mm-blocker-visibility-delay), width .4s ease, opacity .4s ease var(--mm-blocker-opacity-delay), transform .4s ease, -webkit-transform .4s ease
}

.mm-blocker:focus-visible {
	opacity: .75
}

.mm-btn {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 50px;
	padding: 0
}

.mm-btn--next,
[dir=rtl] .mm-btn--prev {
	--mm-btn-rotate: 135deg
}

.mm-btn--prev,
[dir=rtl] .mm-btn--next {
	--mm-btn-rotate: -45deg
}

.mm-btn--next:after,
.mm-btn--prev:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 8px;
	height: 8px;
	margin: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid var(--mm-color-icon);
	border-bottom: none;
	border-right: none;
	-webkit-transform: rotate(var(--mm-btn-rotate));
	-ms-transform: rotate(var(--mm-btn-rotate));
	transform: rotate(var(--mm-btn-rotate))
}

.mm-btn--prev:before {
	inset-inline-start: 23px
}

.mm-btn--next:after {
	inset-inline-end: 23px
}

.mm-btn--close:before {
	content: "Ã—";
	font-size: 150%
}

.mm-btnreset {
	padding: 0;
	background: 0 0;
	border: none;
	cursor: pointer
}

.mm-divider {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: -webkit-sticky;
	position: sticky;
	z-index: 2;
	top: 0;
	min-height: var(--mm-lineheight);
	padding: calc((var(--mm-listitem-size) * .65 - var(--mm-lineheight)) * .5) 20px;
	font-size: 75%;
	text-transform: uppercase;
	background: var(--mm-color-background);
	background-image: -webkit-gradient(linear, left top, left bottom, from(var(--mm-color-background-highlight)), to(var(--mm-color-background-highlight)));
	background-image: -o-linear-gradient(var(--mm-color-background-highlight), var(--mm-color-background-highlight));
	background-image: linear-gradient(var(--mm-color-background-highlight), var(--mm-color-background-highlight));
	opacity: 1;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.mm-navbar:not(.mm-hidden)~.mm-listview .mm-divider {
	top: var(--mm-navbar-size)
}

:root {
	--mm-listitem-size: 50px
}

.mm-listitem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	padding: 0;
	margin: 0;
	color: var(--mm-color-text);
	border-color: var(--mm-color-border)
}

.mm-listitem:after {
	content: "";
	border-color: inherit;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	position: absolute;
	inset-inline-start: 20px;
	inset-inline-end: 0;
	bottom: 0
}

.mm-listitem__btn,
.mm-listitem__text {
	padding: calc((var(--mm-listitem-size) - var(--mm-lineheight))/ 2) 0
}

.mm-listitem__text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 10%;
	flex-basis: 10%;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.mm-listitem__btn {
	display: block;
	position: relative;
	width: auto;
	-webkit-padding-end: 50px;
	padding-inline-end: 50px;
	border-color: inherit;
	background: rgba(3, 2, 1, 0)
}

.mm-listitem__btn:not(.mm-listitem__text) {
	border-left-width: 1px;
	border-left-style: solid
}

.mm-listitem--selected>.mm-listitem__text {
	background: var(--mm-color-background-emphasis)
}

.mm-listitem--opened>.mm-listitem__btn,
.mm-listitem--opened>.mm-panel {
	background: var(--mm-color-background-highlight)
}

.mm-listview {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0
}

.mm-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	-ms-scroll-chaining: none;
	overscroll-behavior: none;
	background: var(--mm-color-background);
	border-color: var(--mm-color-border);
	color: var(--mm-color-text);
	line-height: var(--mm-lineheight);
	-webkit-tap-highlight-color: var(--mm-color-background-emphasis);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.mm-menu ::-webkit-input-placeholder {
	color: var(--mm-color-text-dimmed)
}

.mm-menu ::-moz-placeholder {
	color: var(--mm-color-text-dimmed)
}

.mm-menu :-ms-input-placeholder {
	color: var(--mm-color-text-dimmed)
}

.mm-menu ::-ms-input-placeholder {
	color: var(--mm-color-text-dimmed)
}

.mm-menu ::placeholder {
	color: var(--mm-color-text-dimmed)
}

.mm-menu,
.mm-menu * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.mm-menu :focus,
.mm-menu :focus-visible,
.mm-menu:focus,
.mm-menu:focus-visible {
	outline: 0
}

.mm-menu a,
.mm-menu button,
.mm-menu label {
	color: inherit
}

.mm-menu a:focus,
.mm-menu button:focus,
.mm-menu label:focus {
	outline: 0
}

.mm-menu a:focus-visible,
.mm-menu button:focus-visible,
.mm-menu label:focus-visible {
	outline: 2px solid var(--mm-color-focusring);
	outline-offset: -5px
}

.mm-menu input:focus,
.mm-menu input:focus-visible,
.mm-menu select:focus,
.mm-menu select:focus-visible,
.mm-menu textarea:focus,
.mm-menu textarea:focus-visible {
	outline: 2px solid var(--mm-color-focusring);
	outline-offset: 2px
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
	text-decoration: none;
	color: inherit
}

:root {
	--mm-navbar-size: 50px
}

.mm-navbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 2;
	min-height: var(--mm-navbar-size);
	padding-top: env(safe-area-inset-top);
	color: var(--mm-color-text-dimmed);
	text-align: center;
	opacity: 1;
	background: var(--mm-color-background);
	border-bottom: 1px solid var(--mm-color-border);
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.mm-navbar>* {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.mm-navbar__btn {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0
}

.mm-navbar__title {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 20px;
	overflow: hidden
}

.mm-navbar__title[href="#"] {
	pointer-events: none
}

.mm-navbar__title>span {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.mm-btn.mm-hidden+.mm-navbar__title:not(:last-child) {
	-webkit-padding-start: 60px;
	padding-inline-start: 60px;
	-webkit-padding-end: 10px;
	padding-inline-end: 10px
}

.mm-btn:not(.mm-hidden)+.mm-navbar__title:last-child {
	-webkit-padding-start: 10px;
	padding-inline-start: 10px;
	-webkit-padding-end: 60px;
	padding-inline-end: 60px
}

.mm-panel {
	--mm-panel-child-offset: 100%;
	--mm-panel-parent-offset: -30%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
	overflow-y: auto;
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
	color: var(--mm-color-text);
	border-color: var(--mm-color-border);
	background: var(--mm-color-background);
	-webkit-transform: translate3d(var(--mm-panel-child-offset), 0, 0);
	transform: translate3d(var(--mm-panel-child-offset), 0, 0);
	-webkit-transition-property: inset-inline-start, -webkit-transform;
	transition-property: inset-inline-start, -webkit-transform;
	-o-transition-property: transform, inset-inline-start;
	transition-property: transform, inset-inline-start;
	transition-property: transform, inset-inline-start, -webkit-transform
}

[dir=rtl] .mm-panel {
	--mm-panel-child-offset: -100%;
	--mm-panel-parent-offset: 30%
}

.mm-panel:after {
	content: "";
	display: block;
	height: var(--mm-listitem-size)
}

.mm-panel:focus {
	outline: 0
}

.mm-panel--opened {
	z-index: 2;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.mm-panel--parent {
	-webkit-transform: translate3d(var(--mm-panel-parent-offset), 0, 0);
	transform: translate3d(var(--mm-panel-parent-offset), 0, 0);
	z-index: 0
}

.mm-panel--highest {
	z-index: 3
}

.mm-menu--opened .mm-panel--noanimation {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
	-webkit-transition-duration: 0s !important;
	-o-transition-duration: 0s !important;
	transition-duration: 0s !important
}

.mm-panel__content {
	padding: 20px
}

.mm-panels {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	height: 100%;
	overflow: hidden;
	background: var(--mm-color-background);
	border-color: var(--mm-color-border);
	color: var(--mm-color-text)
}

.mm-panels:focus {
	outline: 0
}

:root {
	--mm-toggle-size: 34px
}

.mm-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-flex: calc(var(--mm-toggle-size) * 1.75);
	-ms-flex: calc(var(--mm-toggle-size) * 1.75) 0 0px;
	flex: calc(var(--mm-toggle-size) * 1.75) 0 0;
	height: var(--mm-toggle-size);
	-webkit-margin-end: 10px;
	margin-inline-end: 10px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	border: none !important;
	border-radius: var(--mm-toggle-size);
	border: var(--mm-color-border);
	background: var(--mm-color-border);
	cursor: pointer;
	-webkit-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color
}

.mm-toggle:before {
	content: "";
	aspect-ratio: 1;
	margin: 2px;
	border-radius: 100%;
	background: var(--mm-color-background);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.mm-toggle:checked {
	background: #4bd963
}

.mm-toggle:checked:before {
	-webkit-transform: translateX(calc(var(--mm-toggle-size) * .75));
	-ms-transform: translateX(calc(var(--mm-toggle-size) * .75));
	transform: translateX(calc(var(--mm-toggle-size) * .75))
}

[dir=rtl] .mm-toggle:checked:before {
	-webkit-transform: translateX(calc(var(--mm-toggle-size) * -.75));
	-ms-transform: translateX(calc(var(--mm-toggle-size) * -.75));
	transform: translateX(calc(var(--mm-toggle-size) * -.75))
}

.mm-listitem--vertical>.mm-panel {
	position: static;
	width: 100%;
	padding: 10px 0 10px 20px;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important
}

.mm-listitem--vertical>.mm-panel:after {
	content: none;
	display: none
}

.mm-listitem--vertical:not(.mm-listitem--opened)>.mm-panel {
	display: none
}

.mm-listitem--vertical>.mm-listitem__btn {
	height: var(--mm-listitem-size);
	bottom: auto
}

.mm-listitem--vertical .mm-listitem:last-child:after {
	border-color: transparent
}

.mm-listitem--opened>.mm-listitem__btn:after {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	right: 19px
}

:root {
	--mm-size: 80%;
	--mm-min-size: 240px;
	--mm-max-size: 440px
}

.mm-menu--offcanvas {
	position: fixed;
	z-index: 0
}

.mm-page {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 100vh;
	background: inherit
}

:where(.mm-slideout) {
	position: relative;
	z-index: 1;
	width: 100%;
	-webkit-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-property: width, -webkit-transform;
	transition-property: width, -webkit-transform;
	-o-transition-property: width, transform;
	transition-property: width, transform;
	transition-property: width, transform, -webkit-transform
}

.mm-wrapper--opened,
.mm-wrapper--opened body {
	overflow: hidden
}

.mm-wrapper__blocker {
	background: rgba(0, 0, 0, .4)
}

.mm-wrapper--opened .mm-wrapper__blocker {
	--mm-blocker-visibility-delay: 0s;
	--mm-blocker-opacity-delay: 0.4s;
	bottom: 0;
	opacity: .5
}

.mm-menu {
	--mm-translate-horizontal: 0;
	--mm-translate-vertical: 0
}

.mm-menu--position-left,
.mm-menu--position-left-front {
	right: auto
}

.mm-menu--position-right,
.mm-menu--position-right-front {
	left: auto
}

.mm-menu--position-left,
.mm-menu--position-left-front,
.mm-menu--position-right,
.mm-menu--position-right-front {
	width: clamp(var(--mm-min-size), var(--mm-size), var(--mm-max-size))
}

.mm-menu--position-left-front {
	--mm-translate-horizontal: -100%
}

.mm-menu--position-right-front {
	--mm-translate-horizontal: 100%
}

.mm-menu--position-top {
	bottom: auto
}

.mm-menu--position-bottom {
	top: auto
}

.mm-menu--position-bottom,
.mm-menu--position-top {
	width: 100%;
	height: clamp(var(--mm-min-size), var(--mm-size), var(--mm-max-size))
}

.mm-menu--position-top {
	--mm-translate-vertical: -100%
}

.mm-menu--position-bottom {
	--mm-translate-vertical: 100%
}

.mm-menu--position-bottom,
.mm-menu--position-left-front,
.mm-menu--position-right-front,
.mm-menu--position-top {
	z-index: 2;
	-webkit-transform: translate3d(var(--mm-translate-horizontal), var(--mm-translate-vertical), 0);
	transform: translate3d(var(--mm-translate-horizontal), var(--mm-translate-vertical), 0);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.mm-menu--position-bottom.mm-menu--opened,
.mm-menu--position-left-front.mm-menu--opened,
.mm-menu--position-right-front.mm-menu--opened,
.mm-menu--position-top.mm-menu--opened {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-wrapper--position-left {
	--mm-translate-horizontal: clamp(var(--mm-min-size),
			var(--mm-size),
			var(--mm-max-size))
}

.mm-wrapper--position-right {
	--mm-translate-horizontal: clamp(calc(-1 * var(--mm-max-size)),
			calc(-1 * var(--mm-size)),
			calc(-1 * var(--mm-min-size)))
}

.mm-wrapper--position-left .mm-slideout,
.mm-wrapper--position-right .mm-slideout {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout,
.mm-wrapper--position-right.mm-wrapper--opened .mm-slideout {
	-webkit-transform: translate3d(var(--mm-translate-horizontal), 0, 0);
	transform: translate3d(var(--mm-translate-horizontal), 0, 0)
}

.mm-wrapper--position-bottom .mm-wrapper__blocker,
.mm-wrapper--position-left-front .mm-wrapper__blocker,
.mm-wrapper--position-right-front .mm-wrapper__blocker,
.mm-wrapper--position-top .mm-wrapper__blocker {
	z-index: 1
}

.mm-menu--theme-light {
	--mm-color-background: #f3f3f3;
	--mm-color-border: rgb(0 0 0 / 0.15);
	--mm-color-icon: rgb(0 0 0 / 0.4);
	--mm-color-text: rgb(0 0 0 / 0.8);
	--mm-color-text-dimmed: rgb(0 0 0 / 0.4);
	--mm-color-background-highlight: rgb(0 0 0 / 0.05);
	--mm-color-background-emphasis: rgb(255 255 255 / 0.75);
	--mm-color-focusring: #06c
}

.mm-menu--theme-light-contrast {
	--mm-color-background: #f3f3f3;
	--mm-color-border: rgb(0 0 0 / 0.5);
	--mm-color-icon: rgb(0 0 0 / 0.5);
	--mm-color-text: #000;
	--mm-color-text-dimmed: rgb(0 0 0 / 0.7);
	--mm-color-background-highlight: rgb(0 0 0 / 0.05);
	--mm-color-background-emphasis: rgb(255 255 255 / 0.9);
	--mm-color-focusring: #06c
}

.mm-menu--theme-dark {
	--mm-color-background: #333;
	--mm-color-border: rgb(0, 0, 0, 0.4);
	--mm-color-icon: rgb(255, 255, 255, 0.4);
	--mm-color-text: rgb(255, 255, 255, 0.8);
	--mm-color-text-dimmed: rgb(255, 255, 255, 0.4);
	--mm-color-background-highlight: rgb(255, 255, 255, 0.08);
	--mm-color-background-emphasis: rgb(0, 0, 0, 0.1);
	--mm-color-focusring: #06c
}

.mm-menu--theme-dark-contrast {
	--mm-color-background: #333;
	--mm-color-border: rgb(255 255 255 / 0.5);
	--mm-color-icon: rgb(255 255 255 / 0.5);
	--mm-color-text: #fff;
	--mm-color-text-dimmed: rgb(255 255 255 / 0.7);
	--mm-color-background-highlight: rgb(255 255 255 / 0.1);
	--mm-color-background-emphasis: rgb(0 0 0 / 0.3);
	--mm-color-focusring: #06c
}

.mm-menu--theme-white {
	--mm-color-background: #fff;
	--mm-color-border: rgb(0 0 0 / 0.15);
	--mm-color-icon: rgb(0 0 0 / 0.3);
	--mm-color-text: rgb(0 0 0 / 0.8);
	--mm-color-text-dimmed: rgb(0 0 0 / 0.3);
	--mm-color-background-highlight: rgb(0 0 0 / 0.06);
	--mm-color-background-emphasis: rgb(0 0 0 / 0.03);
	--mm-color-focusring: #06c
}

.mm-menu--theme-white-contrast {
	--mm-color-background: #fff;
	--mm-color-border: rgb(0 0 0 / 0.5);
	--mm-color-icon: rgb(0 0 0 / 0.5);
	--mm-color-text: #000;
	--mm-color-text-dimmed: rgb(0 0 0 / 0.7);
	--mm-color-background-highlight: rgb(0 0 0 / 0.07);
	--mm-color-background-emphasis: rgb(0 0 0 / 0.035);
	--mm-color-focusring: #06c
}

.mm-menu--theme-black {
	--mm-color-background: #000;
	--mm-color-border: rgb(255 255 255 / 0.2);
	--mm-color-icon: rgb(255 255 255 / 0.4);
	--mm-color-text: rgb(255 255 255 / 0.7);
	--mm-color-text-dimmed: rgb(255 255 255 / 0.4);
	--mm-color-background-highlight: rgb(255 255 255 / 0.1);
	--mm-color-background-emphasis: rgb(255 255 255 / 0.06);
	--mm-color-focusring: #06c
}

.mm-menu--theme-black-contrast {
	--mm-color-background: #000;
	--mm-color-border: rgb(255 255 255 / 0.5);
	--mm-color-icon: rgb(255 255 255 / 0.5);
	--mm-color-text: #fff;
	--mm-color-text-dimmed: rgb(255 255 255 / 0.6);
	--mm-color-background-highlight: rgb(255 255 255 / 0.125);
	--mm-color-background-emphasis: rgb(255 255 255 / 0.1);
	--mm-color-focusring: #06c
}

.mm-counter {
	display: block;
	-webkit-padding-start: 20px;
	padding-inline-start: 20px;
	float: right;
	color: var(--mm-color-text-dimmed)
}

[dir=rtl] .mm-counter {
	float: left
}

:root {
	--mm-iconbar-size: 50px
}

.mm-menu--iconbar-left .mm-navbars,
.mm-menu--iconbar-left .mm-panels {
	margin-left: var(--mm-iconbar-size)
}

.mm-menu--iconbar-right .mm-navbars,
.mm-menu--iconbar-right .mm-panels {
	margin-right: var(--mm-iconbar-size)
}

.mm-iconbar {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: var(--mm-iconbar-size);
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0 solid;
	border-color: var(--mm-color-border);
	background: var(--mm-color-background);
	color: var(--mm-color-text-dimmed);
	text-align: center
}

.mm-menu--iconbar-left .mm-iconbar,
.mm-menu--iconbar-right .mm-iconbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.mm-menu--iconbar-left .mm-iconbar {
	border-right-width: 1px;
	left: 0
}

.mm-menu--iconbar-right .mm-iconbar {
	border-left-width: 1px;
	right: 0
}

.mm-iconbar__bottom,
.mm-iconbar__top {
	width: 100%;
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
	overflow-y: auto;
	-ms-scroll-chaining: none;
	overscroll-behavior: contain
}

.mm-iconbar__bottom>*,
.mm-iconbar__top>* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: calc((var(--mm-iconbar-size) - var(--mm-lineheight))/ 2) 0
}

.mm-iconbar__bottom a,
.mm-iconbar__bottom a:hover,
.mm-iconbar__top a,
.mm-iconbar__top a:hover {
	text-decoration: none
}

.mm-iconbar__tab--selected {
	background: var(--mm-color-background-emphasis)
}

:root {
	--mm-iconpanel-size: 50px
}

.mm-panel--iconpanel-0 {
	inset-inline-start: calc(0 * var(--mm-iconpanel-size))
}

.mm-panel--iconpanel-1 {
	inset-inline-start: calc(1 * var(--mm-iconpanel-size))
}

.mm-panel--iconpanel-2 {
	inset-inline-start: calc(2 * var(--mm-iconpanel-size))
}

.mm-panel--iconpanel-3 {
	inset-inline-start: calc(3 * var(--mm-iconpanel-size))
}

.mm-panel--iconpanel-4 {
	inset-inline-start: calc(4 * var(--mm-iconpanel-size))
}

.mm-panel--iconpanel-first~.mm-panel {
	inset-inline-start: var(--mm-iconpanel-size)
}

.mm-menu--iconpanel .mm-panel--parent .mm-divider,
.mm-menu--iconpanel .mm-panel--parent .mm-navbar {
	opacity: 0
}

.mm-menu--iconpanel .mm-panels>.mm-panel--parent {
	overflow-y: hidden;
	-webkit-transform: unset;
	-ms-transform: unset;
	transform: unset
}

.mm-menu--iconpanel .mm-panels>.mm-panel:not(.mm-panel--iconpanel-first):not(.mm-panel--iconpanel-0) {
	border-inline-start-width: 1px;
	border-inline-start-style: solid
}

.mm-navbars {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.mm-navbars .mm-navbar {
	position: relative;
	padding-top: 0;
	border-bottom: none
}

.mm-navbars--top {
	border-bottom: 1px solid var(--mm-color-border)
}

.mm-navbars--top .mm-navbar:first-child {
	padding-top: env(safe-area-inset-top)
}

.mm-navbars--bottom {
	border-top: 1px solid var(--mm-color-border)
}

.mm-navbars--bottom .mm-navbar:last-child {
	padding-bottom: env(safe-area-inset-bottom)
}

.mm-navbar__breadcrumbs {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0 20px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

.mm-navbar__breadcrumbs>* {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-padding-end: 6px;
	padding-inline-end: 6px
}

.mm-navbar__breadcrumbs>a {
	text-decoration: underline
}

.mm-navbar__breadcrumbs:not(:last-child) {
	-webkit-padding-end: 0;
	padding-inline-end: 0
}

.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs {
	-webkit-padding-start: 0;
	padding-inline-start: 0
}

.mm-navbar__tab {
	padding: 0 10px;
	border: 1px solid transparent
}

.mm-navbar__tab--selected {
	background: var(--mm-color-background)
}

.mm-navbar__tab--selected:not(:first-child) {
	border-inline-start-color: var(--mm-color-border)
}

.mm-navbar__tab--selected:not(:last-child) {
	border-inline-end-color: var(--mm-color-border)
}

.mm-navbars--top.mm-navbars--has-tabs {
	border-bottom: none
}

.mm-navbars--top.mm-navbars--has-tabs .mm-navbar {
	background: var(--mm-color-background-emphasis)
}

.mm-navbars--top.mm-navbars--has-tabs .mm-navbar--tabs~.mm-navbar {
	background: var(--mm-color-background)
}

.mm-navbars--top.mm-navbars--has-tabs .mm-navbar:not(.mm-navbar--tabs):last-child {
	border-bottom: 1px solid var(--mm-color-border)
}

.mm-navbars--top .mm-navbar__tab {
	border-bottom-color: var(--mm-color-border)
}

.mm-navbars--top .mm-navbar__tab--selected {
	border-top-color: var(--mm-color-border);
	border-bottom-color: transparent
}

.mm-navbars--bottom.mm-navbar--has-tabs {
	border-top: none
}

.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar {
	background: var(--mm-color-background)
}

.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs,
.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs~.mm-navbar {
	background: var(--mm-color-background-emphasis)
}

.mm-navbars--bottom .mm-navbar__tab {
	border-top-color: var(--mm-color-border)
}

.mm-navbars--bottom .mm-navbar__tab--selected {
	border-bottom-color: var(--mm-color-border);
	border-top-color: transparent
}

.mm-searchfield {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: var(--mm-navbar-size);
	padding: 0;
	overflow: hidden
}

.mm-searchfield__input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 100%;
	max-width: 100%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.mm-searchfield__input input {
	display: block;
	width: 100%;
	max-width: 100%;
	height: calc(var(--mm-navbar-size) * .7);
	min-height: auto;
	max-height: auto;
	margin: 0;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	border-radius: 4px;
	line-height: calc(var(--mm-navbar-size) * .7);
	font: inherit;
	font-size: inherit
}

.mm-searchfield__input input,
.mm-searchfield__input input:focus,
.mm-searchfield__input input:hover {
	background: var(--mm-color-background-highlight);
	color: var(--mm-color-text)
}

.mm-menu[class*=-contrast] .mm-searchfield__input input {
	border: 1px solid var(--mm-color-border)
}

.mm-searchfield__input input::-ms-clear {
	display: none
}

.mm-searchfield__btn {
	display: none;
	position: absolute;
	inset-inline-end: 0;
	top: 0;
	bottom: 0
}

.mm-searchfield--searching .mm-searchfield__btn {
	display: block
}

.mm-searchfield__cancel {
	display: block;
	position: relative;
	-webkit-margin-end: -100px;
	margin-inline-end: -100px;
	-webkit-padding-start: 5px;
	padding-inline-start: 5px;
	-webkit-padding-end: 20px;
	padding-inline-end: 20px;
	visibility: hidden;
	line-height: var(--mm-navbar-size);
	text-decoration: none;
	-webkit-transition-property: visibility, margin;
	-o-transition-property: visibility, margin;
	transition-property: visibility, margin
}

.mm-searchfield--cancelable .mm-searchfield__cancel {
	visibility: visible;
	-webkit-margin-end: 0;
	margin-inline-end: 0
}

.mm-panel--search {
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	border: none !important
}

.mm-panel__splash {
	padding: 20px
}

.mm-panel--searching .mm-panel__splash {
	display: none
}

.mm-panel__noresults {
	display: none;
	padding: 40px 20px;
	color: var(--mm-color-text-dimmed);
	text-align: center;
	font-size: 150%;
	line-height: 1.4
}

.mm-panel--noresults .mm-panel__noresults {
	display: block
}

:root {
	--mm-sectionindexer-size: 20px
}

.mm-sectionindexer {
	background: inherit;
	text-align: center;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: var(--mm-sectionindexer-size);
	position: absolute;
	top: 0;
	bottom: 0;
	inset-inline-end: calc(-1 * var(--mm-sectionindexer-size));
	z-index: 5;
	-webkit-transition-property: inset-inline-end;
	-o-transition-property: inset-inline-end;
	transition-property: inset-inline-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly
}

.mm-sectionindexer a {
	color: var(--mm-color-text-dimmed);
	line-height: 1;
	text-decoration: none;
	display: block
}

.mm-sectionindexer~.mm-panel {
	-webkit-padding-end: 0;
	padding-inline-end: 0
}

.mm-sectionindexer--active {
	right: 0
}

.mm-sectionindexer--active~.mm-panel {
	-webkit-padding-end: var(--mm-sectionindexer-size);
	padding-inline-end: var(--mm-sectionindexer-size)
}

.mm-menu--selected-hover .mm-listitem__btn,
.mm-menu--selected-hover .mm-listitem__text,
.mm-menu--selected-parent .mm-listitem__btn,
.mm-menu--selected-parent .mm-listitem__text {
	-webkit-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color
}




@media (hover:hover) {
	.mm-menu--selected-hover .mm-listview:hover>.mm-listitem--selected:not(:hover)>.mm-listitem__text {
		background: 0 0
	}

	.mm-menu--selected-hover .mm-listitem__btn:hover,
	.mm-menu--selected-hover .mm-listitem__text:hover {
		background: var(--mm-color-background-emphasis)
	}
}

.mm-menu--selected-parent .mm-listitem__btn,
.mm-menu--selected-parent .mm-listitem__text {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s
}

@media (hover:hover) {

	.mm-menu--selected-parent .mm-listitem__btn:hover,
	.mm-menu--selected-parent .mm-listitem__text:hover {
		-webkit-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s
	}
}

.mm-menu--selected-parent .mm-panel--parent .mm-listitem:not(.mm-listitem--selected-parent)>.mm-listitem__text {
	background: 0 0
}

.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__btn,
.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__text {
	background: var(--mm-color-background-emphasis)
}

:root {
	--mm-sidebar-collapsed-size: 50px;
	--mm-sidebar-expanded-size: var(--mm-max-size)
}

.mm-wrapper--sidebar-collapsed .mm-slideout {
	width: calc(100% - var(--mm-sidebar-collapsed-size));
	-webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
	transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0)
}

[dir=rtl] .mm-wrapper--sidebar-collapsed .mm-slideout {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-divider,
.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-navbar {
	opacity: 0
}

.mm-wrapper--sidebar-expanded .mm-menu--sidebar-expanded {
	width: var(--mm-sidebar-expanded-size);
	border-right-width: 1px;
	border-right-style: solid
}

.mm-wrapper--sidebar-expanded.mm-wrapper--opened {
	overflow: auto
}

.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-wrapper__blocker {
	display: none
}

.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout {
	width: calc(100% - var(--mm-sidebar-expanded-size));
	-webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
	transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0)
}

[dir=rtl] .mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

table.sortable thead th {
	background-image: url(https://25399637.fs1.hubspotusercontent-eu1.net/hubfs/25399637/theme-card-drive/assets/icons/table-sort.svg);
	background-repeat: no-repeat;
	background-position: center right
}

table.sortable thead th.tablesorter-headerDesc {
	background-image: url(https://25399637.fs1.hubspotusercontent-eu1.net/hubfs/25399637/theme-card-drive/assets/icons/table-sort-asc.svg)
}

table.sortable thead th.tablesorter-headerAsc {
	background-image: url(https://25399637.fs1.hubspotusercontent-eu1.net/hubfs/25399637/theme-card-drive/assets/icons/table-sort-desc.svg)
}

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

.glightbox-container.inactive {
	display: none
}

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

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

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

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

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

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

.glightbox-container .ginner-container {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 100%;
	margin: auto;
	height: 100vh
}

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

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gslide-media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto
}

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

.desc-bottom .gslide-media,
.desc-top .gslide-media {
	margin: 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

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

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

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

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

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

.zoomed .gslide-description {
	display: none
}

.glightbox-button-hidden {
	display: none
}

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

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

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

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

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

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

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

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

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

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

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

.gabsolute {
	position: absolute
}

.grelative {
	position: relative
}

.glightbox-desc {
	display: none !important
}

.glightbox-open {
	overflow: hidden
}

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

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

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

.gclose,
.gnext,
.gprev {
	z-index: 99999;
	cursor: pointer;
	width: 26px;
	height: 44px;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

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

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

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

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

iframe.wait-autoplay {
	opacity: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes gfadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes gfadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes gfadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes gfadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

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

	to {
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

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

	to {
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

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

	to {
		-webkit-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0);
		opacity: 0;
		visibility: hidden
	}
}

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

	to {
		-webkit-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0);
		opacity: 0;
		visibility: hidden
	}
}

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

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

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

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

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

	to {
		-webkit-transform: translate3d(60%, 0, 0);
		transform: translate3d(60%, 0, 0);
		opacity: 0
	}
}

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

	to {
		-webkit-transform: translate3d(60%, 0, 0);
		transform: translate3d(60%, 0, 0);
		opacity: 0
	}
}

@-webkit-keyframes gzoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 1
	}
}

@keyframes gzoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes gzoomOut {
	from {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

@keyframes gzoomOut {
	from {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

@media (min-width:769px) {
	.glightbox-container .ginner-container {
		width: auto;
		height: auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.glightbox-container .ginner-container.desc-top .gslide-description {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.glightbox-container .ginner-container.desc-top .gslide-image,
	.glightbox-container .ginner-container.desc-top .gslide-image img {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.glightbox-container .ginner-container.desc-left .gslide-description {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.glightbox-container .ginner-container.desc-left .gslide-image {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.gslide-image img {
		max-height: 97vh;
		max-width: 100%
	}

	.gslide-image img.zoomable {
		cursor: -webkit-zoom-in;
		cursor: zoom-in
	}

	.zoomed .gslide-image img.zoomable {
		cursor: -webkit-grab;
		cursor: grab
	}

	.gslide-inline {
		max-height: 95vh
	}

	.gslide-external {
		max-height: 100vh
	}

	.gslide-description.description-left,
	.gslide-description.description-right {
		max-width: 275px
	}

	.glightbox-open {
		height: auto
	}

	.goverlay {
		background: rgba(0, 0, 0, .92)
	}

	.glightbox-clean .gslide-media {
		-webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, .65);
		box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, .65)
	}

	.glightbox-clean .description-left .gdesc-inner,
	.glightbox-clean .description-right .gdesc-inner {
		position: absolute;
		height: 100%;
		overflow-y: auto
	}

	.glightbox-clean .gclose,
	.glightbox-clean .gnext,
	.glightbox-clean .gprev {
		background-color: rgba(0, 0, 0, .32)
	}

	.glightbox-clean .gclose:hover,
	.glightbox-clean .gnext:hover,
	.glightbox-clean .gprev:hover {
		background-color: rgba(0, 0, 0, .7)
	}

	.glightbox-clean .gprev {
		top: 45%
	}

	.glightbox-clean .gnext {
		top: 45%
	}
}

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

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

/*!
 * Font Awesome Free 5.15.3 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.33333em;
	line-height: 0.75em;
	vertical-align: -.0667em;
}

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

.fa-sm {
	font-size: .875em;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fa-border {
	border: solid 0.08em #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
	margin-left: .3em;
}

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

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

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

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

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

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

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

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
	content: "\f26e";
}

.fa-accessible-icon:before {
	content: "\f368";
}

.fa-accusoft:before {
	content: "\f369";
}

.fa-acquisitions-incorporated:before {
	content: "\f6af";
}

.fa-ad:before {
	content: "\f641";
}

.fa-address-book:before {
	content: "\f2b9";
}

.fa-address-card:before {
	content: "\f2bb";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-adn:before {
	content: "\f170";
}

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

.fa-bacterium:before {
	content: "\e05a";
}

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

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

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

.fa-dashcube:before {
	content: "\f210";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-deaf:before {
	content: "\f2a4";
}

.fa-deezer:before {
	content: "\e077";
}

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

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

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

.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: "\e007";
}

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

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

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

.fa-hand-holding-usd:before {
	content: "\f4c0";
}

.fa-hand-holding-water:before {
	content: "\f4c1";
}

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

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

.fa-hands:before {
	content: "\f4c2";
}

.fa-hands-helping:before {
	content: "\f4c4";
}

.fa-hands-wash:before {
	content: "\e05e";
}

.fa-handshake:before {
	content: "\f2b5";
}

.fa-handshake-alt-slash:before {
	content: "\e05f";
}

.fa-handshake-slash:before {
	content: "\e060";
}

.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-head-side-cough:before {
	content: "\e061";
}

.fa-head-side-cough-slash:before {
	content: "\e062";
}

.fa-head-side-mask:before {
	content: "\e063";
}

.fa-head-side-virus:before {
	content: "\e064";
}

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

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

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

.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: "\e013";
}

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

.fa-instagram:before {
	content: "\f16d";
}

.fa-instagram-square:before {
	content: "\e055";
}

.fa-instalod:before {
	content: "\e081";
}

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

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

.fa-lungs-virus:before {
	content: "\e067";
}

.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: "\e01a";
}

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

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

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

.fa-people-carry:before {
	content: "\f4ce";
}

.fa-pepper-hot:before {
	content: "\f816";
}

.fa-perbyte:before {
	content: "\e083";
}

.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: "\e01e";
}

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

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

.fa-pump-soap:before {
	content: "\e06b";
}

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

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

.fa-ship:before {
	content: "\f21a";
}

.fa-shipping-fast:before {
	content: "\f48b";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-shoe-prints:before {
	content: "\f54b";
}

.fa-shopify:before {
	content: "\e057";
}

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

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

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

.fa-store:before {
	content: "\f54e";
}

.fa-store-alt:before {
	content: "\f54f";
}

.fa-store-alt-slash:before {
	content: "\e070";
}

.fa-store-slash:before {
	content: "\e071";
}

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

.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-toilet-paper-slash:before {
	content: "\e072";
}

.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: "\e041";
}

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

.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: "\e049";
}

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

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

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

.fa-vest-patches:before {
	content: "\e086";
}

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

.fa-virus-slash:before {
	content: "\e075";
}

.fa-viruses:before {
	content: "\e076";
}

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

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

.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;
}



.fa,
.fas {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.centeredElement,
.centeredMaxWidth {
	margin-left: auto;
	margin-right: auto
}

.centeredMaxWidth {
	width: 100%;
	max-width: 1280px;
	transition: max-width 250ms ease-in-out
}

@media screen and (min-width:1600px) {
	.centeredMaxWidth {
		max-width: 1280px
	}
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0;
	font-family: museo-sans, sans-serif;
	font-weight: 300;
	line-height: 1.5em;
	font-size: 18px;
	color: #303030
}

#footer .mod_navigation ul li,
.cookieconsent .cookie-modal .cm-modal .cm-body ul,
details,
img,
main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

button,
hr {
	overflow: visible
}

hr {
	box-sizing: content-box;
	height: 0
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	text-transform: none;
	-webkit-appearance: button
}

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

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

input {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	overflow: visible
}

optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

select {
	text-transform: none
}

textarea {
	overflow: auto
}

[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button
}

fieldset {
	border: 0;
	padding: 0
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type=checkbox],
[type=radio],
legend {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button {
	height: auto
}

[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

summary {
	display: list-item
}

#sidebar .sidebar-navigation br,
.mod_navigation li.mm_container .mm_dropdown>.inner .ce_hyperlink a:before,
.mod_navigation li.mm_container .mm_dropdown>.inner ul li br,
[hidden],
template {
	display: none
}

* {
	box-sizing: border-box
}

@media screen and (max-width:1140px) {
	body {
		font-size: 17px
	}
}

@media screen and (max-width:880px) {
	body {
		font-size: 16px
	}
}

@media screen and (max-width:599px) {
	body {
		font-size: 15px
	}
}

.image_container img {
	object-fit: cover;
	width: 100%
}


.image_container.image_container--fixed {
 height: 0;
  position: relative;
  padding: 0 0 73% 0;
  overflow: hidden;
  width: 100%;
}

.image_container.image_container--fixed-hero {
 height: 0;
  position: relative;
  padding: 0 0 33% 0;
  overflow: hidden;
  width: 100%;
}

.image_container.image_container--fixed img,
.image_container.image_container--fixed-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.aa-blog-post .image_container.image_container--fixed-hero {
  padding: 0 0 30% 0;
}

#brandbar>.inside,
#footer>.inside,
#subfooter>.inside,
#topbar>.inside,
.mod_article:not(.fullwidth)>.inside,
.mod_article:not(.hero)>.inside {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	transition: max-width 250ms ease-in-out
}

@media screen and (min-width:1600px) {

	#brandbar>.inside,
	#footer>.inside,
	#subfooter>.inside,
	#topbar>.inside,
	.mod_article:not(.fullwidth)>.inside,
	.mod_article:not(.hero)>.inside {
		max-width: 1280px
	}
}

#navbar>.inside,
div[grid-cols] {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto
}

.header-element .mod_article>.inside,
.header-element>.inside,
.mod_article.fullwidth>.inside {
	width: 100%;
	max-width: 100%
}

.mod_article.button_intro {
	overflow: visible
}

.mod_article.button_intro+.mod_article.grey {
	padding-top: 100px
}

#topbar {
	background-color: #ffe400;
	padding-top: 7px;
  padding-bottom: 7px;
}

#topbar>.inside {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center
}

@media screen and (max-width:519px) {
	#topbar>.inside {
		flex-direction: column-reverse;
		align-items: center
	}

	#topbar>.inside .contactPhone {
		height: 35px
	}

	#topbar>.inside .navElements {
		padding-top: 15px;
		padding-bottom: 15px
	}

	#topbar>.inside .navElements ul {
		padding-left: 0;
		padding-right: 0
	}
}

#topbar>.inside .contactPhone {
	font-weight: 700
}

#brandbar {
	padding-top: 10px;
  padding-bottom: 10px;
}

#brandbar>.inside {
	flex-direction: row;
	align-items: center
}

#navbar,
.mod_article.grey {
	background-color: #f5f5f5
}

#footer {
	padding-top: 50px;
  padding-bottom: 50px;
	margin-top: 60px;
	background-color: rgba(71, 87, 102, .25);
	border-top: 10px solid #e1001a
}

#brandbar>.inside,
#footer .inside {
	display: flex;
	justify-content: space-between
}

@media screen and (max-width:767px) {
	#footer .inside {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start
	}

	#footer .inside .footer_center,
	#footer .inside .footer_right {
		margin-top: 35px
	}
}

#footer .footerNavHeader {
	font-size: 1.75em;
	font-weight: 700
}

#footer .footer_right,
#subfooter {
	font-size: .8em
}

#footer .mod_navigation ul li.ce_hyperlink {
	margin-top: 0;
	font-weight: 300;
	margin-bottom: 10px;
	background-size: auto 1em
}

#subfooter {
	padding-top: 15px;
  padding-bottom: 60px;
	background-color: #475766;
	color: #fff
}

#sidebar a,
#subfooter>.inside {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

#subfooter>.inside span.divider {
	color: #e1001a;
	display: inline-block;
	margin: 0 .5em
}

.ce_text p,
.ce_text.no-margin p,
.ce_text.no-margin ul,
.cookieconsent .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p,
p {
	margin-top: 0
}

main a:link,
main a:visited{
  color: #e1001a;
  text-decoration: underline;
}

a:link,
a:visited,
.aa-newsbar__items a:link,
.aa-newsbar__items a:visited,
.aa-pagination a:link,
.aa-pagination a:visited{
	color: inherit;
	text-decoration: none;
  cursor:pointer;
}

a.hs-button:link,
a.hs-button:visited{
	color: inherit;
	text-decoration: none!important;
}

body.ie .mod_mmenu {
	display: none !important
}

.mod_mmenu .mobilemenuToggle {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  padding: 0;
      width: 20px;
    height: 20px;
  margin: 0;
  border: none;
  background: tranparent;
}

.ce_text .text_content a {
	opacity: .85;
	text-decoration: underline
}

.ce_text .text_content a:hover {
	opacity: 1
}

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

.nav_main>ul {
	display: flex;
	justify-content: center;
	align-items: center
}

.nav_main>ul li>.active,
.nav_main>ul li>a,
.nav_main>ul li>strong {
	text-decoration: none;
	text-transform: uppercase;
	color: #303030;
	display: block;
	padding-top: .25em;
	padding-bottom: .25em;
	padding-left: clamp(.5em, 1vw, 1.5em);
	padding-right: clamp(.5em, 1vw, 1.5em);
	font-weight: 500;
	font-size: 16px;
	transition: all 250ms ease-in-out
}

.nav_main>ul li .active,
.nav_main>ul li strong,
.nav_main>ul li>a:hover {
	color: #989898
}

#topbar .navElements {
	display: flex;
	font-size: .8em
}

#topbar .navElements .button a {
	background-color: rgba(255, 255, 255, .75);
	border-radius: 3px;
	margin-left: 20px;
	display: inline-block;
	padding: 1px 10px
}

#topbar .navElements .button a img {
	margin-top: 3px;
	display: inline-block
}

#sidebar {
	position: fixed;
	right: 15px;
	top: 50%;
	transform: translate(0, -50%);
	transition-delay: 250ms;
	z-index: 10000;
	font-size: 1.25em
}

#sidebar.show,
#sidebar:hover {
	opacity: 1;
	transition-delay: 1250ms;
	transition: all 1000ms ease-in-out;
	pointer-events: auto
}

#sidebar .sidebar-navigation {
	overflow: visible
}

#sidebar .sidebar-navigation .onepage_navigation__list {
	background-color: rgba(255, 255, 255, .5);
	border: 1px solid rgba(0, 0, 0, .15);
	width: 28px;
	padding: 10px 0 0 7px;
	border-radius: 30px;
	list-style-type: none !important
}

#sidebar a:hover i,
#sidebar li.active a i {
	color: #e1001a;
	opacity: 1;
	font-size: .75em;
	transform: translateX(.075em)
}

#sidebar a {
	text-decoration: none;
	justify-content: flex-end;
	flex-wrap: nowrap;
	line-height: 16px;
	color: rgba(0, 0, 0, .15)
}

#sidebar a .svg-inline--fa {
	height: .75em
}

#sidebar a:hover,
.faq-accordion-item a:hover {
	color: #e1001a
}

#sidebar,
#sidebar a i,
#sidebar a span {
	transition: all 250ms ease-in-out
}

#sidebar a i {
	color: #666;
	font-size: .75em;
	line-height: 15px;
	opacity: .8;
	padding: 5px 5px 5px 0;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .15)
}

#sidebar a span {
	font-weight: 400;
	display: inline-block;
	margin-right: 10px;
	padding: 7px 10px;
	line-height: 20px;
	white-space: nowrap;
	opacity: 0;
	color: #fff;
	border-radius: 8px 8px 8px 3px;
	background-color: #666;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .15);
	font-size: 15px;
	transform: translate(150px, -7px)
}

#sidebar a:hover span {
	opacity: 1;
	transform: translate(0, -7px)
}

.rsts-skin-default-content .rsts-nav-bullets {
	position: absolute;
	left: 50;
	transform: translate(-50%, 0);
	bottom: 12px
}

.buttonChangeLanguage,
.buttonLogin {
	border: 1px solid #303030;
	border-radius: 3px;
	padding-left: 7px;
	padding-right: 7px;
	transition: all 150ms ease-in-out
}

.buttonChangeLanguage:hover,
.buttonLogin:hover {
	color: #fff;
	background-color: #303030
}

.buttonLogin {
	margin-right: 10px
}

.ce_text .text_content p.more a {
	text-decoration: none !important
}

.mod_navigation li.mm_container .mm_dropdown {
	max-width: 999px;
	box-shadow: 6px 6px 12px rgba(0, 0, 0, .2);
	margin-left: auto;
	margin-right: auto
}

.mod_navigation li.mm_container .mm_dropdown>.inner {
	display: grid;
	grid-template-columns: 38fr 62fr;
	background-color: rgba(255, 255, 255, .95);
	border: 0
}

@media screen and (max-width:767px) {
	.mod_navigation li.mm_container .mm_dropdown>.inner {
		grid-template-columns: auto auto
	}
}

.mod_navigation li.mm_container .mm_dropdown>.inner .ce_hyperlink,
.mod_navigation li.mm_container .mm_dropdown>.inner ul li {
	transition: 250ms all ease-in-out;
	border-left: 3px solid transparent;
	background-color: transparent;
	margin: 12.5px 25px 12.5px 0;
	padding: 10px 25px 25px
}

.mod_navigation li.mm_container .mm_dropdown>.inner ul li a {
	padding-left: 0;
	font-size: 16px;
	line-height: 20px;
	padding-right: 0;
	text-transform: none;
	display: block
}

.mod_navigation li.mm_container .mm_dropdown>.inner ul li small {
	font-size: 13px;
	line-height: 17px;
	display: block
}

.mod_navigation li.mm_container .mm_dropdown>.inner div[megamenu=col_2] {
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 15px;
	padding-top: 38px
}

@media screen and (max-width:767px) {
	.mod_navigation li.mm_container .mm_dropdown>.inner div[megamenu=col_2] {
		grid-template-columns: 1fr
	}
}

.mod_navigation li.mm_container .mm_dropdown>.inner .ce_hyperlink {
	padding: 15px 10px;
	margin: 0 6px 0 0
}

.mod_navigation li.mm_container .mm_dropdown>.inner .ce_hyperlink a {
	font-size: 13px;
	line-height: 17px;
	padding: 0;
	text-transform: none;
	font-weight: 300
}

.mod_navigation li.mm_container .mm_dropdown>.inner .ce_hyperlink h4,
.mod_navigation li.mm_container .mm_dropdown>.inner .ce_hyperlink p.h4 {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	text-transform: none;
	margin-top: 0;
	margin-bottom: 5px
}

.mod_navigation li.mm_container .mm_dropdown>.inner .ce_hyperlink:hover,
.mod_navigation li.mm_container .mm_dropdown>.inner ul li:hover {
	border-left: 3px solid #e1001a;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, .15);
	background-color: rgba(0, 0, 0, .025)
}

.mod_navigation li.mm_container .mm_dropdown>.inner .ce_hyperlink.nav_buttonlink {
	margin-top: 50px;
	grid-column-start: 2;
	grid-row-start: 4
}

@media screen and (max-width:767px) {
	.mod_navigation li.mm_container .mm_dropdown>.inner .ce_hyperlink.nav_buttonlink {
		grid-column-start: 1;
		grid-row-start: 6
	}
}

.mod_navigation li.mm_container .mm_dropdown>.inner .ce_hyperlink.nav_buttonlink a {
	font-size: 16px;
	font-weight: 500;
	color: #e1001a
}

.mod_navigation li.mm_container .mm_dropdown>.inner .ce_text h4,
.mod_navigation li.mm_container .mm_dropdown>.inner .ce_text p.h4 {
	font-size: 16px;
	font-weight: 500;
	margin-top: 1em
}

.mm_dropdown.mm_7 .ce_text p,
.mod_navigation li.mm_container .mm_dropdown>.inner .ce_text p,
.mod_navigation li.mm_container .mm_dropdown>.inner .ce_text span,
.submenu .description {
	font-size: 13px;
	line-height: 17px
}

.mm_dropdown.mm_7 .ce_text i.fa,
.mod_navigation li.mm_container .mm_dropdown>.inner .ce_text i.fa {
	display: inline-block;
	padding: 15px;
	width: 75px;
	margin-right: 15px;
	background-color: #666;
	color: #fff
}

.mm_dropdown.mm_7 .ce_text:hover,
.mod_navigation li.mm_container .mm_dropdown>.inner .ce_text:hover {
	border-left: 3px solid #e1001a;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, .15)
}

.mm_dropdown.mm_7 .inner {
	grid-template-columns: 1fr 1fr !important
}

.mm_dropdown.mm_7 .ce_text,
.mod_navigation li.mm_container .mm_dropdown>.inner .ce_text {
	transition: 250ms all ease-in-out;
	border-left: 3px solid transparent;
	background-color: rgba(0, 0, 0, .025);
	margin: 12.5px 25px 12.5px 0;
	padding: 5px 25px
}

.mm_dropdown.mm_7 .ce_text h4 {
	font-size: 16px;
	font-weight: 500
}

.mm_container.mm_179 .mm_dropdown.mm_179 {
	position: absolute
}

.changelng ul {
	display: flex;
	list-style-type: none;
	margin: 0;
  flex-wrap: wrap;
}

.changelng ul li a {
	padding: .25em 0;
	display: flex;
	align-items: center;
	margin-left: 15px;
	font-weight: 400;
	line-height: 16px;
	font-size: 16px
}

.changelng ul li a:hover {
	color: #707070
}

.changelng ul li.topbar-login-button a {
	padding: .25em .5em;
	background-color: rgba(255, 255, 255, .5);
	margin-left: 0 !important;
	border-radius: 5px
}

.changelng ul li.topbar-login-button a:before {
	display: none
}

div[grid-cols] {
	display: grid;
	max-width: 1280px
}

div[grid-cols] h2:not(.ce_headline),
div[grid-cols] h3:not(.ce_headline),
div[grid-cols] h4:not(.ce_headline),
div[grid-cols] h5:not(.ce_headline),
div[grid-cols] h6:not(.ce_headline),
div[grid-cols]>h1:not(.ce_headline) {
	grid-column: 1/-1
}

.cookieconsent .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app:first-child,
.mod_newsreader .layout_full .text_content>h2:first-child,
div[grid-cols] .text_content h2:first-child,
div[grid-cols] .text_content h3:first-child {
	margin-top: 0
}

div[grid-cols="1"] {
	grid-template-columns: repeat(1, 1fr)
}

div[grid-cols="2"] {
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 40px
}

div[grid-cols="3"] {
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 36px
}

div[grid-cols="4"] {
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 32px
}

div[grid-cols="5"] {
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 28px
}

div[grid-cols="6"] {
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 24px
}

div[grid-cols="7"] {
	grid-template-columns: repeat(7, 1fr);
	grid-gap: 20px
}

div[grid-cols="8"] {
	grid-template-columns: repeat(8, 1fr);
	grid-gap: 16px
}

@media screen and (max-width:899px) {

	div[grid-cols="3"],
	div[grid-cols="4"] {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media screen and (max-width:767px) {

	div[grid-cols="2"],
	div[grid-cols="3"],
	div[grid-cols="4"] {
		grid-template-columns: 1fr
	}
}

div[text-cols="2"] .ce_text .text_content {
	column-count: 2;
	-moz-column-fill: balance;
	column-fill: balance
}

div[text-cols="2"] .ce_text .text_content h3 {
	column-span: all;
	border-bottom: 1px solid #ccc
}

div[grid-cols="1-2"] {
	grid-template-columns: 1fr 2fr
}

div[grid-cols="2-1"] {
	grid-template-columns: 2fr 1fr
}

@media screen and (max-width:899px) {

	div[grid-cols="1-2"],
	div[grid-cols="2-1"] {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media screen and (max-width:768px) {

	div[grid-cols="1-2"],
	div[grid-cols="2-1"] {
		grid-template-columns: 1fr
	}
}

.rs-columns {
	background-color: #0f0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.rs-columns::after {
	content: "";
	flex: auto
}

.rs-columns .rs-column.-large-col-1-1,
.rs-columns .rs-columns-headline {
	width: 100%
}

.rs-columns .rs-column {
	box-sizing: border-box;
	border: 1px solid red;
	background-color: #f0f0f0
}

.rs-columns .rs-column.-large-col-2-1 {
	width: calc(100%/2 - 10px)
}

.rs-columns .rs-column.-large-col-2-2 {
	width: 100%
}

.rs-columns .rs-column.-large-col-3-1 {
	width: calc(100%/3 - 10px)
}

.rs-columns .rs-column.-large-col-3-2 {
	width: calc(100%/3*2 - 10px)
}

.rs-columns .rs-column.-large-col-3-3 {
	width: 100%
}

.rs-columns .rs-column.-large-col-4-1 {
	width: calc(100%/4 - 10px)
}

.rs-columns .rs-column.-large-col-4-2 {
	width: calc(100%/4*2 - 10px)
}

.rs-columns .rs-column.-large-col-4-3 {
	width: calc(100%/4*3 - 10px)
}

.rs-columns .rs-column.-large-col-4-4 {
	width: 100%
}

.rs-columns .rs-column.-large-col-5-1 {
	width: calc(100%/5 - 10px)
}

.rs-columns .rs-column.-large-col-5-2 {
	width: calc(100%/5*2 - 10px)
}

.rs-columns .rs-column.-large-col-5-3 {
	width: calc(100%/5*3 - 10px)
}

.rs-columns .rs-column.-large-col-5-4 {
	width: calc(100%/5*4 - 10px)
}

.rs-columns .rs-column.-large-col-5-5 {
	width: 100%
}

.rs-columns .rs-column.-large-col-6-1 {
	width: calc(100%/6 - 10px)
}

.rs-columns .rs-column.-large-col-6-2 {
	width: calc(100%/6*2 - 10px)
}

.rs-columns .rs-column.-large-col-6-3 {
	width: calc(100%/6*3 - 10px)
}

.rs-columns .rs-column.-large-col-6-4 {
	width: calc(100%/6*4 - 10px)
}

.rs-columns .rs-column.-large-col-6-5 {
	width: calc(100%/6*5 - 10px)
}

.rs-columns .rs-column.-large-col-6-6 {
	width: 100%
}

.rs-columns .rs-column.-large-first {
	margin-left: 0
}

.rs-columns .rs-column.-large-last {
	margin-right: 0
}

.faq-category h2 {
	border-bottom: 1px solid #ddd;
	font-size: 26px;
	padding-bottom: 10px;
	margin-top: 1.5em
}

.faq-accordion-item {
	background-color: #f5f5f5
}

.faq-accordion-item a {
	transition: all 250ms ease-in-out;
	color: #777;
	white-space: nowrap
}

.faq-accordion-item.faq-open {
	padding-bottom: 15px;
	margin-bottom: 2px
}

.faq-accordion-item .faq-accordion-header {
	transition: all 250ms ease-in-out;
	background-color: #f5f5f5;
	cursor: pointer;
	line-height: 36px;
	font-size: 18px;
	display: flex;
	align-items: center;
	margin-top: 0;
	margin-bottom: 0
}

.faq-accordion-item .faq-accordion-header:hover,
.faq-accordion-item.faq-open .faq-accordion-header {
	background-color: #dcdcdc
}

.faq-accordion-item .faq-accordion-header:before {
	transition: all 250ms ease-in-out;
	position: relative;
	display: inline-block;
	padding: 8px;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-size: 36px;
	line-height: 36px;
	color: #e1001a
}

.faq-accordion-item .faq-accordion-body {
	padding-bottom: 0;
	padding-left: 30px;
	padding-right: 30px;
	max-height: 0;
	overflow: hidden;
	transition: all .25s ease-in-out
}

.faq-accordion-item.faq-closed .faq-accordion-header:before {
	transform: rotate(0deg)
}

.faq-accordion-item.faq-open .faq-accordion-header:before {
	transform: rotate(90deg)
}

.faq-accordion-item.faq-open .faq-accordion-body {
	margin-top: 30px
}

.ce_gallery ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 12px
}

.ce_gallery ul li {
	display: contents
}

.ce_gallery ul li .image_container {
	width: 100%;
	aspect-ratio: 4/3
}

.ce_gallery ul li .image_container img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: auto
}

.header-element .ce_image .image_container img,
.header-element .ce_text .image_container img {
	object-fit: cover;
	width: 100%;
	height: auto;
	object-position: center center
}

.header-element .ce_text {
	position: relative
}

.header-element .ce_text .text_container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.header-element .ce_text .text_container .text_content,
.ce_text.teaser_fullscreen .text_container .text_content {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	transition: max-width 250ms ease-in-out
}

@media screen and (min-widht:1600px) {
	.header-element .ce_text .text_container .text_content {
		max-width: 1440px
	}
}

.header-element .ce_text .text_container .text_content h1,
.header-element .ce_text .text_container .text_content .headline_h1 {
	display: block;
	margin-bottom: 1vmin;
	font-family: museo-sans-condensed, sans-serif;
	font-size: 3.5em;
	font-weight: 900;
	margin-top: 5vmin;
	max-width: 700px;
	line-height: 1.15em
}

.header-element .ce_text .text_container .text_content .headline_h1 {
	color: #fff
}

@media screen and (max-width:1140px) {

	.header-element .ce_text .text_container .text_content h1,
	.header-element .ce_text .text_container .text_content .headline_h1 {
		font-size: 2.75em
	}
}

@media screen and (max-width:880px) {

	.header-element .ce_text .text_container .text_content h1,
	.header-element .ce_text .text_container .text_content .headline_h1 {
		font-size: 2.25em
	}
}

@media screen and (max-width:599px) {

	.header-element .ce_text .text_container .text_content h1,
	.header-element .ce_text .text_container .text_content .headline_h1 {
		font-size: 1.75em
	}
}

.header-element .ce_text .text_container .text_content p {
	font-size: 1.15em;
	font-weight: 500;
	max-width: 600px
}

@media screen and (max-width:1140px) {
	.header-element .ce_text .text_container .text_content p {
		font-size: 1em
	}
}

@media screen and (max-width:599px) {
	.header-element .ce_text .text_container .text_content p {
		font-size: .9em
	}
}

.header-element .ce_text .text_container .text_content h1:not(.aa-content-color--black),
.header-element .ce_text .text_container .text_content p:not(.aa-content-color--black) {
	color: #fff
}

h1,
h2,
h3,
h4 {
	hyphens: auto;
	line-height: 1.125em
}

#newsbar .mod_article>.inside .newsbar_headline:hover,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #303030
}

h2 {
	font-size: 2.1em
}

.mod_newsreader h2 {
	font-size: 1.5em
}

.ce_introtext {
	text-align: center;
	max-width: 825px;
	margin: 30px auto
}

.ce_introtext .heading_preline, .heading_preline {
	display: inline-block;
	text-transform: uppercase;
	font-size: 1em
}

.ce_introtext .heading_subline {
	display: inline-block;
	margin-bottom: 25px;
	margin-top: -15px;
	font-weight: 400
}

.ce_introtext h2 {
	margin-top: .4em;
	margin-bottom: .8em;
	line-height: 1.2em
}

.ce_introtext p {
	font-weight: 300
}

.ce_button::after,
.ce_introtext::before {
	display: block;
	width: 2px;
	content: " ";
	background-color: #b0b0b0
}

.ce_introtext::before {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	height: 60px;
	border-radius: 5px
}

.ce_introtext.headline_narrow h1 {
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
	display: block
}

.header-element p.back,
.ce_button+.ce_introtext:before,
.mod_article.grey .ce_introtext:before,
.ce_introtext.ce_introtext--noline:before {
	display: none
}

.ce_button,
.ce_text.teaser {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .15)
}

.ce_button {
	background-color: #ffe400;
	position: relative;
	width: 200px;
	padding: 15px;
	box-sizing: border-box;
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	font-size: 1.3em;
	line-height: 1.15em;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	overflow: visible;
	margin: 75px auto 125px;
	z-index: 99
}

.ce_button::after {
	position: absolute;
	bottom: 0;
	transform: translateY(100px);
	height: 75px;
	border-radius: 0 0 5px 5px;
	overflow: visible
}

.ce_text.teaser {
	background-color: #fff;
	margin-bottom: 10px
}

.ce_text.teaser .text_container {
	margin-top: 10px;
	padding: 30px 0
}

.ce_text.teaser .text_container h3 {
	padding: 0 15px
}

.ce_text.teaser .text_container p {
	margin: 0;
	background-repeat: no-repeat;
	background-position: right 15px top 2px;
	background-size: auto 1.25em;
	padding: 4px 15px
}

.ce_text.teaser .image_container {
	width: 100%;
	height: auto
}

.ce_text.teaser .image_container img {
	width: 100%;
	height: 100%
}

.ce_text.teaser .image_container img.cover {
	object-fit: cover
}


.ce_text.teaser.horizontal {
	display: grid;
	grid-template-columns: 400px auto;
	grid-gap: 25px;
	margin-top: 25px
}

@media screen and (max-width:999px) {
	.ce_text.teaser.horizontal {
		grid-template-columns: auto auto
	}
}

@media screen and (max-width:767px) {
	.ce_text.teaser.horizontal {
		display: block;
		grid-template-columns: auto auto
	}
}

.ce_text.teaser.horizontal p {
	background-image: none
}

.columns-3 {
	display: flex;
	justify-content: space-between
}

.columns-3 .ce_text.teaser {
	width: 31%
}

.grey {
	padding-top: 50px;
  padding-bottom: 50px;
	background-color: #f5f5f5;
}

.yellow {
	padding-top: 50px;
  padding-bottom: 50px;
	background-color: #FFE400;
}

.aa-bg-grey {
	background-color: #f5f5f5;
}

.aa-bg-yellow {
	background-color: #FFE400;
}

.ce_hyperlink,
p.back,
p.more {
	margin: 1em 0
}

.ce_download a,
.ce_hyperlink a,
p.back a,
p.more a,
.aa-button--3 a {
	display: flex;
	color: #303030;
	text-decoration: none;
	font-weight: 500
}

.ce_download a:before,
.ce_hyperlink a:before {
	content: ""
}

.ce_download a:before,
.ce_hyperlink a:before,
p.back a:before,
p.more a:before,
.aa-button--3 a:before {
	width: .5em;
	font-family: "Font Awesome 5 Free";
	color: #e1001a;
	font-weight: 900;
	font-size: 2em;
	padding-right: 10px
}

p.more a:before,
.aa-button--3 a:before {
	content: ""
}

.ce_download a:hover,
.ce_hyperlink a:hover,
.newslist.home h2 a:hover,
.newslist.home h3 a:hover,
p.back a:hover,
p.more a:hover,
.aa-button--3 a:before {
	color: #646464
}

p.back a:before {
	content: "" !important
}

.ce_download,
.newslist.home .ce_text p {
	margin: 0
}

.newslist.home {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px
}

@media screen and (max-width:1023px) {
	.newslist.home {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media screen and (max-width:767px) {
	.newslist.home {
		grid-template-columns: 1fr
	}
}

.newslist.home .layout_latest {
	position: relative;
	padding-bottom: 50px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
	background-color: #fff;
	margin-bottom: 6px;
	margin-right: 6px
}

.newslist.home .ce_text {
	padding: 0 15px;
	width: 1000px;
	max-width: 100%
}

.newslist.home p.more {
	position: absolute;
	bottom: 15px;
	left: 15px;
	margin: 0
}

.newslist.home p.subheadline {
	padding: 0 15px;
	font-weight: 700;
	margin: 0
}

.newslist.home p.info {
	position: absolute;
	bottom: 16px;
	right: 15px;
	font-size: .75em;
	color: #989898;
	margin: 0
}

.newslist.home h2,
.newslist.home h3 {
	font-size: 1.25em;
	padding: 0 15px
}

.newslist.home h2 a,
.newslist.home h3 a {
	text-decoration: none;
	color: #303030
}

.newslist.home .image_container {
	width: 100%
}

.ce_text.teaser .image_container img,
.newslist.home .image_container img {
	object-fit: cover;
	object-position: center center
}

.ce_text.teaser_fullscreen {
	position: relative
}

.ce_text.teaser_fullscreen .text_container {
	width: 100%;
	background: #475766;
	background: linear-gradient(90deg, rgba(71, 87, 102, .8)0, rgba(71, 87, 102, .5) 100%);
	position: absolute;
	bottom: 0;
  transform: translateY(-100px);
}

@media screen and (max-width:1200px) {
	.ce_text.teaser_fullscreen .text_container {
		transform: translateY(-30px)
	}
}

@media screen and (max-width:767px) {
	.ce_text.teaser_fullscreen .text_container {
		transform: translateY(-15px)
	}
}

.ce_text.teaser_fullscreen .text_container .text_content {
	text-align: center;
	color: #fff
}

@media screen and (max-width:1140px) {
	.ce_text.teaser_fullscreen .text_container .text_content {
		width: 96%;
		max-width: 96%;
		hyphens: auto
	}
}

.ce_text.teaser_fullscreen .text_container .text_content p:not(.button_container) {
	padding: 0 1em;
	margin-top: .5em;
	margin-bottom: .5em;
	font-size: 2.5em;
	line-height: 1.2em
}

@media screen and (max-width:1200px) {
  .ce_text.teaser_fullscreen .text_container .text_content p:not(.button_container) {
    font-size: 2.2em;
  }
}

.ce_text.teaser_fullscreen .text_container .text_content p:first-child:before {
	display: inline-block;
	transform: translate(0, .2em);
	width: .5em;
	font-family: "Font Awesome 5 Free";
	color: #e1001a;
	font-weight: 900;
	font-size: 1.75em;
	padding-right: 10px
}

@media screen and (max-width:1140px) {
	.ce_text.teaser_fullscreen .text_container .text_content p:first-child {
		font-size: 2em;
		background-size: auto 50px
	}
}

@media screen and (max-width:880px) {
	.ce_text.teaser_fullscreen .text_container .text_content p:first-child {
		font-size: 1.75em;
		background-size: auto 40px
	}
}

@media screen and (max-width:599px) {
	.ce_text.teaser_fullscreen .text_container .text_content p:first-child {
		font-size: 1.5em;
		background-size: auto 30px
	}
}

.ce_text.teaser_fullscreen .text_container .text_content p:first-child strong {
	font-weight: 700
}

.ce_text.teaser_fullscreen .text_container .text_content p>a {
	display: inline-block;
	padding: 5px 10px;
	font-weight: 500;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	transition: all 250ms ease-in-out
}

.ce_text.teaser_fullscreen .text_container .text_content p>a:hover {
	background-color: #e1001a;
	border-color: #e1001a;
	transform: scale(1.1)
}

#newsbar,
#sidebar_left {
	background-color: #ffe400
}

#sidebar_left {
	position: fixed;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	transition: all 250ms ease-in-out;
	transition-delay: 250ms;
	z-index: 10000;
	padding: 10px;
	border-radius: 0 5px 5px 0;
	text-align: center;
	font-size: .9em;
	font-weight: 500;
	width: 90px;
	min-height: 80px;
	box-shadow: 3px 0 6px rgba(0, 0, 0, .15)
}

.modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
	transition: all ease-in-out 250ms
}

.modal-content {
	background-color: #fefefe;
	margin: 50px auto;
	padding: 20px;
	border: 1px solid #888;
	width: calc(96% - 40px);
	max-width: 768px;
  font-size: 17px;
  line-height: 1.4em;
}

.modal-content .close {
	color: #aaa;
	float: right;
	text-align: right;
	font-size: 28px;
	font-weight: 700;
	padding-left: 10px
}

.modal_contact {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 25px
}

.modal_contact .contactinfo {
	background-color: #ffe400;
	border-radius: 10px;
	text-align: center;
	font-weight: 500;
	padding: 25px
}

.ce_text ul {
	list-style-image: url(https://25399637.fs1.hubspotusercontent-eu1.net/hubfs/25399637/theme-card-drive/assets/icons/check-circle.svg);
	line-height: 1.5em
}

.ce_text ul li,
.cookieconsent .cookie-notice .cn-body p {
	margin-bottom: .5em
}

#newsbar {
	padding-top: 5px;
  padding-bottom: 5px;
}

#newsbar .mod_article>.inside,
.ce_text.infobox,
.widget-explanation.infobox {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row
}

#newsbar .mod_article>.inside {
 min-height: 5rem; 
  justify-content: space-between;
  
}

#newsbar .mod_article>.inside .newsbar_headline {
	color: rgba(255, 255, 255, .85);
	font-size: 50px;
	font-family: museo-sans-condensed, sans-serif;
	font-weight: 900
}

@media screen and (max-width:768px) {
	#newsbar .mod_article>.inside .newsbar_headline {
		font-size: 30px
	}
}

#newsbar .mod_article>.inside>.mod_newslist {
	display: contents
}

#newsbar .mod_article>.inside>.mod_newslist .layout_simple {
	padding-left: 25px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: left
}

@media screen and (max-width:1023px) {
	#newsbar .mod_article>.inside>.mod_newslist .layout_simple:nth-child(3) {
		display: none
	}
}

@media screen and (max-width:768px) {
	#newsbar .mod_article>.inside>.mod_newslist .layout_simple:nth-child(2) {
		display: none
	}
}

#newsbar .mod_article>.inside>.mod_newslist .layout_simple time {
	padding: 5px;
	justify-content: center;
	line-height: 1.15em;
	font-size: .8em;
	display: inline-block;
	color: #fff;
	background-color: #303030;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	margin-right: 10px
}

#newsbar .mod_article>.inside>.mod_newslist .layout_simple a {
	display: inline-block;
	line-height: 1.15em;
	font-size: .8em
}

#newsbar .mod_article>.inside>.mod_newslist .layout_simple a:hover {
	text-decoration: underline
}

.ce_text.infobox,
.widget-explanation.infobox {
	background-color: #f5f5f5;
	font-size: .8em;
	padding: 15px 15px 0;
	border: 1px solid #e1001a;
	border-radius: 5px
}

.infobox strong {
     color: #e1001a; 
}

.ce_text.infobox a,
.widget-explanation.infobox a {
	color: rgba(48, 48, 48, .6)
}

.ce_text.infobox a:hover,
.widget-explanation.infobox a:hover {
	text-decoration: underline;
	color: #303030
}

.ce_accordion .toggler:before,
.ce_text.infobox:before,
.widget-explanation.infobox:before {
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	content: "";
	font-size: 45px;
	padding-right: 25px;
	color: #e1001a;

}

.ce_text.narrow {
	max-width: 825px;
	margin-left: auto;
	margin-right: auto
}

.ce_text.infobox {
	min-height: 70px;
}

.ce_accordion .toggler,
.ce_form {
	background-color: #f5f5f5;
	border-radius: 5px;
	padding: 30px
}

.ce_hyperlink.buttonlink a,
div[content-width=small] {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto
}

.ce_table {
	margin-bottom: 30px
}

.ce_table table {
	border-collapse: collapse;
	width: 100%;
	font-size: .75em
}

.ce_table table thead th {
	text-align: left;
	border-bottom: 1px solid rgba(48, 48, 48, .5)
}

.ce_table h4 {
	text-align: center
}

.ce_accordion .toggler {
	padding: 10px 25px;
	transition: all ease-in-out 250ms;
	display: flex;
	cursor: pointer;
	outline: 0;
	font-weight: 500
}

.ce_accordion .toggler:hover {
	background-color: #dcdcdc
}

.ce_accordion .toggler:before {
	width: 20px;
	content: "";
	font-size: 2em;
	padding-right: 10px
}

.ce_accordion .toggler.active {
	border-radius: 5px 5px 0 0;
	background-color: #dcdcdc
}

.ce_accordion .toggler.active:before {
	    content: "";
}

.ce_accordion .accordion {
	border-radius: 0 0 5px 5px;
	background-color: #f5f5f5;
	padding: 25px
}

.ce_accordion.no-margin {
	transform: translateY(-11px);
	background-color: #fff;
	padding: 30px 15px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .15)
}

.ce_accordion.no-margin .toggler {
	background-color: #fff
}

.accordion_single_white .accordion {
	background-color: #fff;
	padding-right: 50px
}

.mod_newsreader .layout_teaserimage figure a {
	pointer-events: none
}

.mod_newsreader .layout_full {
	border-bottom: 1px solid #eee
}

.mod_newsreader .layout_full .content_block .image_container {
	max-width: 100%
}

.mod_newsreader .layout_full .content_block .image_container.float_left {
	padding-right: 50px
}

.mod_newsreader .layout_full .content_block .image_container.float_right {
	padding-left: 50px
}

.mod_newsreader .layout_full .content_block .image_container.float_above {
	padding-bottom: 25px
}

.mod_newsreader .layout_full .content_block .image_container img {
	object-fit: scale-down;
	max-widht: 100%;
	width: auto;
	height: auto
}

.mod_newsreader .layout_full .content_block .ce_image,
.mod_newsreader .layout_full .content_block .ce_image .image_container {
	width: 100%
}

.mod_newsreader .layout_full .content_block .ce_image .image_container img.news_content_fullwidth {
	object-fit: contain;
	width: 100%;
	height: auto
}

.cookie-notice strong,
.mod_newsreader .teasertext p {
	font-weight: 700
}

.news_content {
	margin-top: 60px;
	margin-bottom: 60px
}

.ce_text.teaser_fullscreen.pull-up {
	margin-top: -12vw !important
}

.overlay_container {
	position: relative
}

.overlay_container .ce_text.overlay_content {
	position: absolute;
	background-color: #f5f5f5;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 250ms ease-in-out;
	padding: 25px 15px;
	border: 1px solid #eee
}

.overlay_container .ce_text.overlay_content:hover {
	opacity: .95
}

.teaser_kundenbereich {
	border: 1px solid #eee
}

.teaser_kundenbereich .ce_text {
	padding: 10px 30px
}

.ce_hyperlink.buttonlink a {
	text-align: center;
	display: block;
	color: #e1001a;
	width: calc(100% - 60px);
	max-width: 300px;
	padding: 20px 0;
	border: 1px solid #e1001a;
	transition: all 150ms ease-in-out
}

.ce_hyperlink.buttonlink a:hover {
	background-color: #e1001a;
	color: #fff
}

.ce_hyperlink.buttonlink a:before,
.cookieconsent .cookie-modal .cm-modal .cm-header p nbsp {
	display: none
}

.cookiebar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #ffe400;
	color: #303030;
	font-size: 14px;
	line-height: 1.15em
}

.header-element .ce_image.hero_icon,
.cookiebar .cookiebar__text {
	width: 96%;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto
}

.cookiebar .cookiebar__text .cookiebar__buttons {
	display: flex
}

.cookiebar .cookiebar__text .cookiebar__button,
.cookiebar .cookiebar__text .cookiebar__link {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: #4ea55e;
	color: #fff;
	font-weight: 700;
	cursor: pointer
}

.ce_table.cookielist .col_3 {
	max-width: 360px
}

.ce_table.cookielist td,
.ce_table.cookielist th {
	vertical-align: top;
	text-align: left
}

.header-element .ce_image.hero_icon {
	width: 15%;
	max-width: 125px;
	transform: translateY(-50%)
}

.button-container {
	display: flex;
	justify-content: center;
	gap: 1rem
}

.ce_hyperlink.button_yellow a {
	display: inline-block;
	width: auto;
	text-align: center;
	padding: .5em 1em;
	background-color: #ffe400;
	transition: all 250ms ease-in-out
}

.ce_hyperlink.button_yellow a:before {
	display: inline-block;
	content: unset
}

.ce_hyperlink.button_yellow a:hover {
	background-color: #3c3c3c;
	color: #fff !important
}

.ce_player,
.ce_player video {
	aspect-ratio: 16/10;
	width: 100%
}

.ce_player {
	height: 100%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto
}

.ce_player video {
	max-width: 100%
}

.ce_text.icon-teaser {
	text-align: center
}

.ce_text.icon-teaser .image_container {
	width: 25%;
	margin-bottom: 1rem;
	margin-left: auto;
	margin-right: auto
}

.ce_player video,
.ce_text.icon-teaser .image_container img {
	object-fit: contain
}

.ce_text.icon-teaser p,
.mod_article.quote>.inside {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto
}

.mod_article.quote {
	margin: 3vh 0 0;
	background-color: #ffe400
}

.mod_article.quote>.inside {
	padding: 6rem 0;
	width: 90%;
	max-width: 1280px
}

.mod_article.quote .team_quote {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap
}

@media screen and (max-width:767px) {
	.mod_article.quote .team_quote {
		flex-direction: column
	}
}

.mod_article.quote .team_quote .ce_image {
	width: 33%;
	max-width: 300px;
	min-width: 175px
}

.mod_article.quote .team_quote .ce_image .image_container img {
	object-fit: cover;
	width: 100%;
	height: auto;
	border-radius: 1000px;
	aspect-ratio: 1/1
}

.mod_article.quote .team_quote .quote-text {
	width: 66%
}

@media screen and (max-width:767px) {
	.mod_article.quote .team_quote .quote-text {
		width: 100%
	}
}

.mod_article.quote .team_quote .quote-text .ce_text:first-child {
	padding-right: 3rem;
	padding-left: 3rem;
	line-height: 1.5em;
	font-size: 22px;
	text-align: left
}

@media screen and (max-width:960px) {
	.mod_article.quote .team_quote .quote-text .ce_text:first-child {
		font-size: 20px
	}
}

@media screen and (max-width:860px) {
	.mod_article.quote .team_quote .quote-text .ce_text:first-child {
		font-size: 18px
	}
}

@media screen and (max-width:767px) {
	.mod_article.quote .team_quote .quote-text .ce_text:first-child {
		margin-top: 2rem;
		padding-right: 1.75rem;
		padding-left: 1.75rem;
		width: 100%;
		text-align: center
	}
}

.mod_article.quote .team_quote .quote-text .ce_text.quote_subline {
	text-align: left;
	font-size: 15px;
	padding-right: 3rem;
	padding-left: 3rem;
	line-height: 20px
}

.mod_article.quote .team_quote .quote-text .ce_text.quote_subline .text_container {
display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.mod_article.quote .team_quote .quote-text .ce_text.quote_subline .icon img {
  width: 35px;
  max-width: 100%;
  height: auto;
  margin-top: 4px;
  margin-right: 15px;
}

.joboffer .ce_text p,
.mod_article.quote .team_quote .quote-text .ce_text.quote_subline .text_content p {
	margin-bottom: 0
}

@media screen and (max-width:767px) {
	.mod_article.quote .team_quote .quote-text .ce_text.quote_subline {
		padding-right: .75rem;
		padding-left: .75rem
	}

	.mod_article.quote .team_quote .quote-text .ce_text.quote_subline .text_content {
		white-space: nowrap;
		width: fit-content;
		margin-left: auto;
		margin-right: auto
	}
}

.social-icon_link {
 text-decoration: none !important; 
}

.joboffers {
	margin-top: 4rem;
	margin-bottom: 2rem
}

.joboffer {
	padding: 2rem;
	max-width: 1024px;
	display: flex;
	margin-bottom: 15px;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	background-color: #f5f5f5;
	margin-left: auto;
	margin-right: auto
}

.joboffer .ce_text {
	margin-right: 2rem;
	text-align: left
}

.joboffer .ce_text h3 {
	font-size: 1.25em;
	margin-bottom: .5em;
	margin-top: 0
}

.joboffer .button_yellow {
	min-width: 230px;
	white-space: nowrap
}

@media screen and (max-width:767px) {
	.joboffer {
		flex-direction: column;
		align-items: flex-start
	}

	.joboffer .ce_text {
		margin-right: 0
	}
}

.ce_text.social-icons img.social-icons {
	display: inline-block;
	margin: .5rem
}

.Smallest {
	font-size: .75em
}

.Small {
	font-size: .8em
}

.Smaller {
	font-size: .9em
}

.Normal {
	font-size: 1em
}

.Bigger {
	font-size: 1.15em
}

.Big {
	font-size: 1.25em
}

.Biggest {
	font-size: 1.35em
}

.Hervorhebung-Rot {
	color: #e1001a
}

@media screen and (max-width:999px) {
	#sidebar_left {
		display: none
	}

	#topbar>.inside,
	.mod_article:not(.fullwidth)>.inside,
	.mod_article:not(.hero)>.inside {
		width: 100%;
    max-width: 100%;
	}

	#brandbar>.inside,
	#footer>.inside,
	#navbar>.inside,
	#subfooter>.inside {
		width: 100%;
    
	}

	#sidebar .sidebar-navigation {
		transform: scale(.75) !important;
		transform-origin: right
	}
}

.mobilemenutrigger button {
 margin: 0;
  padding: 0;
  border: none; 
  background: transparent;
}

@media screen and (min-width:651px) {

	.mobilemenu,
	.mobilemenutrigger {
		display: none
	}
}

@media screen and (max-width:799px) {
	#navbar {
		display: none
	}

	.mobilemenu,
	.mobilemenutrigger {
		display: block
	}
}


.aa-navigation .brandbar img {
  max-height: 48px;
  max-width: 100%;
  width: auto;
   max-width: 36vw;
}

  .aa-navigation .brandbar img.main {
  max-height: 27px;
} 

@media (min-width: 768px) {
 .aa-navigation .brandbar img {
  max-height: 75px;
} 
  
  .aa-navigation .brandbar img.main {
  max-height: 43px;
} 
}

.aa-navigation .language_img {
  width: 11px;
  height: auto;
  max-width:100%;
  margin-right: 5px;
}

@media (min-width: 400px) {
  
  .aa-navigation .language_img {
    width: 21px;
  }
}



#cookieconsent {
	position: absolute;
	z-index: 1999999
}

.cookieconsent .cookie-modal {
	font-size: 13px
}

.cookieconsent .cookie-notice {
	font-size: 14px
}

.cookieconsent .cookie-modal .switch,
.cookieconsent .cookie-notice .switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 30px
}

.cookieconsent .cookie-modal .cm-app-input:checked+.cm-app-label .slider,
.cookieconsent .cookie-notice .cm-app-input:checked+.cm-app-label .slider {
	background: #4287f5
}

.cookieconsent .cookie-modal .cm-app-input.required:checked+.cm-app-label .slider,
.cookieconsent .cookie-notice .cm-app-input.required:checked+.cm-app-label .slider {
	opacity: .8;
	background: #34a852;
	cursor: not-allowed
}

.cookieconsent .cookie-modal .cm-app-input,
.cookieconsent .cookie-notice .cm-app-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 50px;
	height: 30px
}

.cookieconsent .cookie-modal .cm-app-label .slider,
.cookieconsent .cookie-notice .cm-app-label .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	width: 50px;
	display: inline-block
}

.cookieconsent .cookie-modal .cm-app-label .slider:before,
.cookieconsent .cookie-notice .cm-app-label .slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 5px;
	bottom: 5px;
	background-color: #fff;
	-webkit-transition: .4s;
	transition: .4s
}

.cookieconsent .cookie-modal .cm-app-label .slider.round,
.cookieconsent .cookie-notice .cm-app-label .slider.round {
	border-radius: 30px
}

.cookieconsent .cookie-modal .cm-app-label .slider.round:before,
.cookieconsent .cookie-notice .cm-app-label .slider.round:before {
	border-radius: 50%
}

.cookieconsent .cookie-modal .cm-app-label input:focus+.slider,
.cookieconsent .cookie-notice .cm-app-label input:focus+.slider {
	box-shadow: 0 0 1px #0885ba
}

.cookieconsent .cookie-modal .cm-app-input:checked+.cm-app-label .slider:before,
.cookieconsent .cookie-modal .cm-app-label input:checked+.slider:before,
.cookieconsent .cookie-notice .cm-app-input:checked+.cm-app-label .slider:before,
.cookieconsent .cookie-notice .cm-app-label input:checked+.slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px)
}

.cookieconsent .cookie-modal .cm-app-input:focus+.cm-app-label .slider,
.cookieconsent .cookie-notice .cm-app-input:focus+.cm-app-label .slider {
	box-shadow: 0 4px 6px 0 rgba(125, 125, 125, .2), 5px 5px 10px 0 rgba(125, 125, 125, .19)
}

.cookieconsent .cookie-modal .slider,
.cookieconsent .cookie-notice .slider {
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .2), 5px 5px 10px 0 rgba(0, 0, 0, .19)
}

.cookieconsent .cookie-modal a,
.cookieconsent .cookie-notice a {
	color: #fff;
	text-decoration: none
}

.cookieconsent .cookie-modal *,
.cookieconsent .cookie-modal h1,
.cookieconsent .cookie-modal h2,
.cookieconsent .cookie-modal li,
.cookieconsent .cookie-modal p,
.cookieconsent .cookie-modal strong,
.cookieconsent .cookie-modal ul,
.cookieconsent .cookie-notice *,
.cookieconsent .cookie-notice h1,
.cookieconsent .cookie-notice h2,
.cookieconsent .cookie-notice li,
.cookieconsent .cookie-notice p,
.cookieconsent .cookie-notice strong,
.cookieconsent .cookie-notice ul {
	font-family: system-ui !important;
	color: #eee
}

.cookieconsent .cookie-modal h1,
.cookieconsent .cookie-modal h2,
.cookieconsent .cookie-modal li,
.cookieconsent .cookie-modal p,
.cookieconsent .cookie-modal ul,
.cookieconsent .cookie-notice h1,
.cookieconsent .cookie-notice h2,
.cookieconsent .cookie-notice li,
.cookieconsent .cookie-notice p,
.cookieconsent .cookie-notice ul {
	display: block;
	text-align: left;
	padding: 0;
	margin: .7em 0 0
}

.cookieconsent .cookie-modal .cm-link,
.cookieconsent .cookie-notice .cm-link {
	padding-left: 4px;
	vertical-align: middle
}

.cookieconsent .cookie-modal .cm-btn,
.cookieconsent .cookie-notice .cm-btn {
	background: #555;
	color: #eee;
	border-radius: 6px;
	padding: 6px 10px;
	margin-right: .5em;
	border: 0
}

.cookieconsent .cookie-modal .cm-btn .cm-btn-accept,
.cookieconsent .cookie-notice .cm-btn .cm-btn-accept {
	background-color: #4287f5
}

.cookieconsent .cookie-modal .cm-btn:disabled,
.cookieconsent .cookie-notice .cm-btn:disabled {
	opacity: .5
}

.cookieconsent .cookie-modal .cm-btn.cm-btn-sm,
.cookieconsent .cookie-notice .cm-btn.cm-btn-sm {
	padding: .4em .8em;
	font-size: 1em;
	font-weight: 700
}

.cookieconsent .cookie-modal .cm-btn.cm-btn-close,
.cookieconsent .cookie-notice .cm-btn.cm-btn-close {
	background: #eee;
	color: #000
}

.cookieconsent .cookie-modal .cm-btn.cm-btn-success {
	background-color: #34a852
}

.cookieconsent .cookie-notice .cm-btn.cm-btn-success {
	background-color: #4287f5;
	font-weight: 400
}

.cookieconsent .cookie-modal .cm-btn.cm-btn-info,
.cookieconsent .cookie-notice .cm-btn.cm-btn-info {
	background-color: #4287f5
}

.cookieconsent .cookie-modal .cm-btn.cm-btn-right,
.cookieconsent .cookie-notice .cm-btn.cm-btn-right {
	float: right;
	margin-left: .5em;
	margin-right: 0
}

.cookieconsent .cookie-modal {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: 1000
}

.cookieconsent .cookie-modal .cm-bg {
	background: rgba(0, 0, 0, .5);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0
}

.cookieconsent .cookie-modal .cm-modal {
	z-index: 1001;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .2), 5px 5px 10px 0 rgba(0, 0, 0, .19);
	width: 100%;
	max-height: 98%;
	top: 50%;
	transform: translateY(-50%);
	position: fixed;
	overflow: auto;
	background: #333;
	color: #eee
}

@media (min-width:1024px) {
	.cookieconsent .cookie-modal .cm-modal {
		border-radius: 4px;
		position: relative;
		margin: 0 auto;
		max-width: 640px;
		height: auto;
		width: auto
	}
}

.cookieconsent .cookie-modal .cm-modal .hide {
	border: 0;
	background: 0 0;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1
}

.cookieconsent .cookie-modal .cm-modal .hide svg {
	stroke: #eee
}

.cookieconsent .cookie-modal .cm-modal .cm-footer {
	padding: 1em;
	border-top: 1px solid #555
}

.cookieconsent .cookie-modal .cm-modal .cm-footer-buttons::after,
.cookieconsent .cookie-modal .cm-modal .cm-footer-buttons::before {
	content: " ";
	display: table
}

.cookieconsent .cookie-modal .cm-modal .cm-footer-buttons::after {
	clear: both
}

.cookieconsent .cookie-modal .cm-modal .cm-footer .cm-powered-by {
	font-size: .8em;
	padding-top: 4px;
	text-align: center
}

.cookieconsent .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
	color: #999
}

.cookieconsent .cookie-modal .cm-modal .cm-header {
	padding: 1em 24px 1em 1em;
	border-bottom: 1px solid #555
}

.cookieconsent .cookie-modal .cm-modal .cm-header h1 {
	margin: 0;
	font-size: 1.75em;
	display: block
}

.cookieconsent .cookie-modal .cm-modal .cm-header h1.title {
	padding-right: 20px
}

.cookieconsent .cookie-modal .cm-modal .cm-header p {
	font-size: 1em;
	line-height: 1.125em
}

.cookieconsent .cookie-modal .cm-modal .cm-header p a {
	color: #34a852
}

.cookieconsent .cookie-modal .cm-modal .cm-body {
	padding: 1em
}

.cookieconsent .cookie-modal .cm-modal .cm-body span {
	display: inline-block;
	width: auto
}

.cookieconsent .cookie-modal .cm-modal .cm-body ul.cm-apps {
	padding: 0;
	margin: 0
}

.cookieconsent .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app {
	position: relative;
	line-height: 20px;
	vertical-align: middle;
	padding-left: 60px;
	min-height: 40px
}

.cookieconsent .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .switch {
	position: absolute;
	left: 0
}

.cookieconsent .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.purposes {
	font-size: .8em;
	color: #999
}

.cookieconsent .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app.cm-toggle-all {
	border-top: 1px solid #555;
	padding-top: 1em
}

.cookieconsent .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-app-title {
	font-weight: 600
}

.cookieconsent .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-opt-out,
.cookieconsent .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-required {
	padding-left: .2em;
	font-size: .8em;
	color: #999
}

.cookieconsent .cookie-notice {
	background: #333;
	z-index: 999;
	position: fixed;
	width: 100%;
	bottom: 0;
	right: 0
}

.cookieconsent .cookie-notice .cn-body {
	margin-bottom: 0;
	margin-right: 0;
	bottom: 0;
	padding: 0 1em 1em
}

.cookieconsent .cookie-notice .cn-body p.cn-changes {
	text-decoration: underline
}

.cookieconsent .cookie-notice .cn-body .cn-learn-more {
	display: inline-block
}

.cookieconsent .cookie-notice .cn-body p.cn-ok {
	padding-top: .5em;
	margin: 0
}

.cookieconsent .cookie-notice-hidden {
	display: none !important
}

.cookie-modal .cm-app-label {
	font-size: 15px
}

.cookie-notice a.cm-learn-more {
	background-color: #4287f5
}

.cookie-modal .cm-btn.cn-decline,
.cookie-notice a.cm-learn-more {
	padding: .45em 1em !important;
	border-radius: 5px;
	font-size: 1em;
	line-height: 1em;
	display: inline-block;
	font-weight: 400;
	transform: translateY(-1px)
}

.cookie-notice .cm-btn.cn-decline {
	display: none
}

.cookie-modal .cm-btn.cn-decline {
	background-color: #eb4436
}

.cookie-modal .cm-btn,
.cookie-modal a,
.cookie-notice .cm-btn,
.cookie-notice a {
	transition: all 150ms ease-in-out
}

.cookie-modal .cm-btn:hover,
.cookie-modal a:hover,
.cookie-notice .cm-btn:hover,
.cookie-notice a:hover {
	cursor: pointer;
	opacity: .8
}

p.cm-app-description {
	line-height: 1.125em
}

.klaro .cookie-modal .cm-btn.cm-btn-success {
	background-color: red
}

.widget-altcha {
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 15px
}

.widget-altcha .altcha {
	transition: all 750ms linear;
	border-left: 5px solid #ffc600 !important;
	background-color: #fff !important
}

.widget-altcha .altcha[data-state=unverified] {
	border-left: 5px solid #c00 !important
}

.widget-altcha .altcha[data-state=verified] {
	border: 1px solid #63b946 !important;
	background-color: rgba(99, 185, 70, .05) !important;
	border-left: 5px solid #63b946 !important
}

.widget-altcha .altcha input {
	width: 13px !important
}