body {
    color: #3e3e3e;
    font-size: 14px;
    font-family:'Open Sans', sans-serif;
    font-weight: 500;
  overflow-x: hidden;
  min-width: 320px;
}

.hide{
  display:none!important;
}
a {
    color: #797979;
    text-decoration:none;
}
.clearfix{
  clear:both;
}
input[type=checkbox], input[type=radio] {
    margin-top:1px;
} 
.mt-0{
  margin-top:0!important;
}
.mt-10{
  margin-top:10px!important;
}
.mt-20{
  margin-top:20px!important;
}
.mt-30{
  margin-top:30px!important;
}
.mt-40{
  margin-top:40px!important;
}
.mt-50{
  margin-top: 50px!important;
}
.mt-100{
  margin-top: 100px!important;
}
.mb-0{
  margin-bottom:0!important;
}
.mb-10{
  margin-bottom:10px!important;
}
.mb-20{
  margin-bottom:20px!important;
}
.mb-30{
  margin-bottom: 30px!important;
}
.mb-40{
  margin-bottom: 40px!important;
}
.mb-60{
  margin-bottom: 60px!important;
}
.mb-80{
  margin-bottom: 80px;
}
.mt-60{
  margin-top: 60px!important;
}
.mt-70{
  margin-top: 70px!important;
}
.padd-80{
  padding-top:80px;
  padding-bottom:80px;
}

@media (min-width:768px) and (max-width:991px){
  .mt-sm-80 {
    margin-top:80px;
  }
}

@media screen and (max-width:991px){
  .mt-60-wp{
    margin-top:60px!important;
  }
  .fix-margin-sm{
    margin-top:60px;
    margin-bottom:0!important;
  }
}
.container.fluid{
  max-width:1200px;
  width:100%;
}
.btn{
  transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  padding: 8px 12px;
}
.btn-primary{
  background-color:#ffd354;
  border-color:#ffd354;
  position:relative;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus{
  background-color:#ffd354;
  border-color:#ffd354;
}
.btn-primary.disabled, 
.btn-primary[disabled],
fieldset[disabled] .btn-primary{
  background-color: #b7b7b7;
    border-color: #b7b7b7;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus, 
.btn-primary.disabled:hover, 
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover{
  background-color: #b7b7b7;
    border-color: #b7b7b7;
}
.btn-outline{
  background: #fec629;
  border-color: #fec629;
  color: #fff;
  position:relative;
  font-weight: 600;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline:active:hover,
.btn-outline:active:focus{
  background:#f40;
  color:#fff;
  border-color:#f40;
}
.btn-lg {
    padding: 13px 25px;
  line-height: 25px;
}

@media screen and (max-width:560px){
  .btn-lg{
    padding: 13px 20px;
    font-size:16px;
  } 
}
.btn-md {
    padding: 10px 25px;
    line-height: 22px;
}
.cursive{
  font-style:italic;
}
.light{
  font-weight:300!important;
}
.regular{
  font-weight:400!important;
}
.loading-container{
  padding:30px;
  text-align:center;
}
.loading-container img{
  width: 100px;
}
.nav>li>a:focus, .nav>li>a:hover {
    background:none;
}

*, :after, :before {
    box-sizing: border-box;
}
.tplis-cl-cookies{
    bottom: 0;
    right: inherit;
    left: 0;
    position: fixed;
    z-index: 300;
}

.tplis-cl-cookies .dialog{
  -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    position: relative;
    color: #303030;
    border-radius: 6px;
    max-width: 320px;
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.08);
    box-shadow: 0 4px 4px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.08);
    cursor: default;
    opacity: .98;
    font-size: 0;
    line-height: 1.3;
    background: #f9fafc;
    margin: 20px;
    overflow: hidden;
    text-align: left;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.75s, height 0s;
    transition: all 0.75s, height 0s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 1.37, 0.44, 0.93);
    transition-timing-function: cubic-bezier(0.25, 1.37, 0.44, 0.93);
    -webkit-tap-highlight-color: transparent;
}

.tplis-cl-cookies .dialog .close {
    padding: 8px;
    margin: 5px;
    background: #292f38;
    position: absolute;
    border-radius: 40px;
    font-size: 0;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: opacity 0.35s, background 0.15s;
    transition: opacity 0.35s, background 0.15s;
    opacity: 0;
    z-index: 10;
}
.tplis-cl-cookies .dialog .close:before,
.tplis-cl-cookies .dialog .close:after {
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 3px;
    top: 7px;
}
.tplis-cl-cookies .dialog .close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.tplis-cl-cookies .dialog:hover .close {
    opacity: 0.2;
}

.tplis-cl-cookies .dialog .close:active {
    background: #db4433;
}
.tplis-cl-cookies .dialog .close:hover,
.tplis-cl-cookies .dialog .close:active {
    opacity: 1;
    -webkit-transition: opacity 0.35s,-webkit-transform 0.35s cubic-bezier(0.35, 1.35, 0.5, 1);
    transition: opacity 0.35s,-webkit-transform 0.35s cubic-bezier(0.35, 1.35, 0.5, 1);
    transition: opacity 0.35s,transform 0.35s cubic-bezier(0.35, 1.35, 0.5, 1);
    transition: opacity 0.35s,transform 0.35s cubic-bezier(0.35, 1.35, 0.5, 1),-webkit-transform 0.35s cubic-bezier(0.35, 1.35, 0.5, 1);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.tplis-cl-cookies .dialog .dialogContent {
    padding: 20px;
}
.tplis-cl-cookies .dialog .avatar {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 20px;
}
.tplis-cl-cookies .dialog .avatar+.text {
    width: calc(100% - 60px);
    margin-left: 60px;
}
.tplis-cl-cookies .dialog .text {
    font-size: 14px;
}
.tplis-cl-cookies .button-container{
  margin-top:10px;
  text-align:center;
}
.tplis-cl-cookies .btn-cookie{
   color:#fff;
   background: #949ba9;
}
.tplis-cl-cookies .btn-cookie:hover,
.tplis-cl-cookies .btn-cookie:active,
.tplis-cl-cookies .btn-cookie:focus,
.tplis-cl-cookies .btn-cookie:active:focus{
   color:#fff;
   background:#0badf5;
}

@media (max-width: 440px){
  .tplis-cl-cookies .dialog {
    margin: 10px;
    max-width: 100%;
  }
}

@media screen and (max-width:400px){
  .tplis-cl-cookies .dialog {
    margin: 0;
    width: 100%;
    border: 0;
    border-radius: 0;
  }
  .tplis-cl-cookies .dialog .dialogContent {
    padding: 15px;
    text-align: center;
  }
  .tplis-cl-cookies .dialog .avatar {
    width: 35px;
    height: 35px;
    position:relative;
    top:auto;
    margin-bottom: 5px;
  }
  .tplis-cl-cookies .dialog .avatar+.text{
    width:100%;
    margin-left:inherit;
  }
  .tplis-cl-cookies .dialog .text p{
      font-size: 13px;
    text-align: center;
  }
  .tplis-cl-cookies .btn-cookie {
    margin: auto;
    display: inherit;
  }
}
.loadingCat {
    background: url('/img/ajax-loader.gif') no-repeat center;
    height: 75px;
}
.background-search{
    min-height: 450px;
}
.background-generic{
    min-height: 150px;
    box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
}
.ai-forms .form-group{
  margin-bottom:30px;
}
.ai-forms input.form-control,
.ai-forms select.form-control,
.ai-forms textarea.form-control{
  font-weight:300;
  color:#000;
  font-size:24px;
  margin:auto;
  background:transparent;
  border:0;
  padding:0;
  border-radius:0;
  border-bottom:1px solid #868686;
  box-shadow:none;
}
.ai-forms textarea.form-control{
    min-height: 50px;
}
.ai-forms .input-group-btn .btn{
  border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-top: -4px;
}
.ai-forms.text-center .form-control{
  text-align:center;
}
.ai-forms select.form-control option{
  font-weight:300;
}

.label-search{
  font-size:18px!important;
  margin-bottom:30px!important;
}

@media screen and (max-width:767px){
  .label-search{
    text-align:center;
  }
 }
.w-icon-search {
  position:relative;
}
.w-icon-search .form-control{
  height:38px;
}

@media screen and (max-width:767px){
  .w-icon-search .form-control{
    padding-right:34px;
  } 
 }
.i-search{
    width: 48px;
    position: absolute;
    right: -50px;
    top: 2px;
 }
 
 media screen and (max-width:767px){
   .i-search{
    right: -14px;
    top: 5px;
   }
 }
.w-icon-search .search-loading{
  max-width: 48px;
  position: absolute;
    right: -92px;
    top: -7px;
}

@media screen and (max-width:767px){
   .w-icon-search .search-loading{
    right: auto;
    top: 44px;
    left: 50%;
    margin-left: -24px;
   }
 }
.or{
  margin:30px 0;
  text-align:center;
}
.or span{
  position:relative;
  padding:0 2px;
  font-size:18px;
  font-weight:300;
}
.or span:after,
.or span:before{
  content:"";
  position:absolute;
  border-top:1px solid #A7A7A7;
  width:15px;
  top:13px;
}
.or span:after{
  right:-20px;
}
.or span:before{
  left:-20px;
}

.btn-header .fa-reorder {
    color: #454545;
}
.modal-header {
  position:relative;
}
.modal-header .close {
  position:absolute;
  right:10px;
  top:10px;
  font-size:25px;
}

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

header {
    background: transparent;
    height: 70px;
}

@media screen and (max-width:560px){
  header {
    height:60px;
  }
}
ul.language {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 3;
    padding: 8px 0;
}

ul.language li{
    padding:2px;
    cursor:pointer;
  line-height:1.3;
}

ul.language li:hover,
ul.language li:focus{
    color:#000;
    background-color:#f5f5f5;
}

.side-right{
    position: fixed;
    background: #0000008a;
    top: 0;
    z-index: 999;
    overflow: auto;
    height: 100%;
    border: none;
    margin: 0;
    border-radius: 0;
    padding: 0;
    width: 100%;
}

.side-right>ul{
    max-width: 320px;
    float: right;
    background: white;
    height: 100%;
}

.side-right li a{
    line-height: 20px;
    padding: 0px 10px;
    display: block;
    background-color: transparent;
    color: #000;
    font-size: 14px;
    font-weight: 600;
  text-align:right;
    text-decoration:none;
}

.side-right li{
    padding:10px;
    border-bottom: solid 1px #eee;
}

.side-right li:hover{
    background-color: #fe0;
}
.flex-center{
  display:flex;
  align-items:center;
}

@media screen and (max-width:767px){
  .flex-center{
    display: initial;
    align-items: initial;
  }    
}
.lang-contain {
    width: 300px;
    padding: 0 10px;
    height: auto;
    font-size: 12px;
    left: inherit;
    right: 0;
}

@media screen and (max-width:767px){
  .lang-contain {
    max-width:330px;
  }
}

@media screen and (max-width:560px){
  .lang-contain {
    max-width:260px;
  }
}
.header-wrapper {
    width: 100%;
    overflow: visible;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.header-wrapper:before {
    content: "";
    position: absolute;
    top: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-bottom: 1px solid #dedede;
    transition: top ease-in-out 200ms;
}
.altera .header-wrapper:before {
    top: 0;
}

.navbar {
    position: relative;
    min-height: 0;
    margin-bottom: 0;
    border: none;
    border-radius:0;
    padding: 14px 5% 0;
}
.navbar-brand {
  height:auto;
  padding:10px 0;
}

@media screen and (max-width:560px){
  .navbar-brand {
    padding:6px 0;
  }
}
.navbar-brand.logo{
     position: absolute; 
}
.logo img {
    width: auto;
}

@media screen and (max-width:560px){
  .logo img {
    width: 100px;
  }
}
ul.nav.navbar-nav {
    float: right;
}

.result {
    margin-top: 80px;
}

.result .btn {
    font-size: 14px;
}


header #main-navbar .nav .open>a,
header #main-navbar .nav .open>a:focus,
header #main-navbar .nav .open>a:hover {
    background-color: #fe0;
    border-color: #fe0;
}

@media screen and (max-width:560px){
  header #main-navbar .menu{
    display:flex;
    align-items:center;
  }
}
header #main-navbar .menu>li{
  padding:11px 0;
}

@media screen and (max-width:560px){
  header #main-navbar .menu>li{
    padding:9px 0;
  }
}
header #main-navbar .menu>li>a {
  padding:5px 15px;
  display: block;
  color: #454545;
  font-size:13px;
  border-right:0;
  font-weight: 600;
}

@media screen and (max-width:560px){
  header #main-navbar .menu>li>a {
    padding: 5px 5px;
    font-size: 11px;
    line-height: 1.1;
  }
}

.altera header #main-navbar .menu>li>a, .altera .btn-header .fa-reorder{
  color:#454545
}

header #main-navbar .menu>li>a:hover,
header #main-navbar .menu>li>a:focus,
header #main-navbar .menu>li>a:active {
  color:#000;
}
header #main-navbar .menu>li:last-child>a {
  border-right:none;
}
header .dropdown-searches {
  width:260px;
  padding:0;
}

@media screen and (max-width:560px){
  header .dropdown-searches {
    width:210px;
  }
}
header .dropdown-searches,
header .lang-contain{
  margin:0;
  border: 1px solid #dedede;
  border-radius:9px;
  right: 10%;
  left: inherit  !important;
}
header .dropdown-searches i{
  position:absolute;
  top: -14px;
  right: 6%;
  color: #dedede;
  font-size: 24px;
  /* position: static; */
}
header .lang-contain i{
  position:absolute;
  top: -14px;
  right: 6%;
  color: #dedede;
  font-size: 24px;
}

@media screen and (max-width:767px){
  header .lang-contain i{
    right: 10%;
  }
}
header .trigger-search a i{
  font-size:14px;
}

.mysearches-placeholder{
  text-align:center;
  padding:25px 10px;
} 
.mysearches-placeholder h1{
  color:#333;
  margin:0;
  line-height:1.3;
  font-size:18px;
  font-weight:400;
}
.mysearches-placeholder p{
  color:#666;
  margin:0;
  margin-top:10px;
  line-height:1.3;
  font-size:13px;
  font-weight:300;
}
.ds-item{
  padding: 13px 10px;
    display: block;
    border-bottom: 1px solid #ddd;
  position:relative;
  text-decoration:none;
}
.ds-item:hover{
  background-color:#f9f9f9;
  color:#000;
  text-decoration:none;
}
.ds-img{
  position:absolute;
  width: 45px;
    height: 45px;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}
.ds-caption{
  padding:5px 0;
  padding-left:60px;
}
.ds-title{
  font-size:13px;
  font-weight:400;
  color:#3A3A3A;
  display:block;
  width:100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ds-location{
  font-size:11px;
  font-weight:400;
  color:#3A3A3A;
  display:block;
  width:100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ds-footer {
  padding:7px;
  text-align:center;
  font-size:13px;
}
.btn-header{
    font-size: 25px;
    width:50px;
    line-height: 1;
    padding: 12px 15px;
    /* background: #FF7F00; */
}

@media screen and (max-width:560px){
  .btn-header {
    font-size: 18px;
    width: 40px;
    height: 40px;
    padding: 10px 13px;
  }
}

.cover {
    background-position: initial;
    position: relative;
    margin-top: 100px;
}
.cover.home {
    margin-top: 0px;
}

@media screen and (max-width:560px){
    .cover {
        margin-top: 40px;
    }
}
.cover-search{
    min-height:530px;
}
.cover-search .container {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
}
.cover-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left 60%;
}

@media screen and (max-width:767px){
    .cover-image {
        background-position: right 0;
    }
}
.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
}
.search-toggle{
    position: initial;
    padding: 0;
    border: none;
    display:  flex;
    justify-content: space-between;
}

.search-caption{
    position:absolute;
    top: 100px;
    left: 5%;
    max-width: 600px;
    z-index:1;
    text-align:center;
    margin:auto;
    color:#fff;
}

.search-caption.review{
    position:absolute;
    top: 150px;
    left: inherit;
    max-width: inherit;
    z-index:1;
    margin:auto;
    color:#fff;
    text-align: center;
    width: 100%;
}


@media screen and (max-width:767px){
    .search-caption{
        top: 80px;
        max-width: 90%;
    }

    .search-caption.review{
        top: 80px;
        max-width: 90%;
    }
}
.search-caption h1{
    font-size:50px;
    font-weight:bold;
    line-height:1;
    margin:0;
    margin-bottom:10px;
    text-align: left;
    color: #fff;
}
.search-caption.review h1{
    text-align:center;
}

@media screen and (max-width:767px){
    .search-caption h1{
        font-size:32px;
    }
}

@media screen and (max-width:560px){
    .search-caption h1{
        font-size: 25px;
        line-height: 30px;
    }
}
.search-caption h2{
    font-size:22px;
    font-weight:400;
    margin:0 0 10px;
    text-align: left;
    color: #fff;
}

@media screen and (max-width:767px){
    .search-caption h2{
        font-size:18px;
    }
}

@media screen and (max-width:560px){
    .search-caption h2{
        /* display:none; */
    }
}

.search-container{
    position: relative;
    margin: auto;
    margin-top:60px;
}

@media screen and (max-width:767px){
    .search-container{
        margin-top:50px;
    }
}

@media screen and (max-width:560px){
    .search-container{
        margin-top:35px;
    }
}
.search-toggle li a{
    transition: all .3s ease;
    color:#494949;
    font-size: 14px;
    background-color: rgb(255 252 252);
    cursor:default;
    font-weight:600;
    margin: 0 2px;
    border-radius: 5px 5px 0 0;
}
.search-toggle li a.active,
.search-toggle li a:hover {
    color:#000;
    background-color: rgb(255 197 37);
}
.search-toggle li+li {
    margin-left:0;
}
.search-toggle li>a {
    display: block;
    color: inherit;
    padding: 13px 20px;
    text-decoration: none;
    line-height: 1.1;
}

@media screen and (max-width:767px){
    .search-toggle li>a {
        padding: 15px;
    }
}

@media screen and (max-width:560px){
    .search-toggle ul li a{
        padding: 11px;
        font-size: 13px;
    }
}

@media screen and (max-width:380px){
    .search-toggle ul li a{
        padding: 10px 8px;
        font-size: 13px;
        font-weight: 400;
    }
}
.search-toggle ul{
    display: flex;
    padding: 0;
    margin-left: 6px;
}
.search-toggle .select-search-advanced {
    color: #fff;
    padding: 17px 0 0;
    text-align:right;
    position: absolute;
    right: 0;
    bottom: -40px;
}

@media screen and (max-width:767px){
    .search-toggle .select-search-advanced {
        padding: 22px 0 0;
    }
}

@media screen and (max-width:560px){
    .search-toggle .select-search-advanced {
        padding: 18px 0 0;
    }
}
.search-toggle .select-search-advanced>a{
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height:1.3;
    border-bottom: 2px solid;
}

@media screen and (max-width:767px){
    .search-toggle .select-search-advanced>a{
        line-height: 1;
    }
}

@media screen and (max-width:560px){
    .search-toggle .select-search-advanced>a{
        display: block;
        font-weight: 400
    }

    .navbar {
        padding: 14px 2px 0;
    }
    
}
.search-toggle .select-search-advanced .dropdown-menu{
    left: auto;
    right: 0;
    margin:0;
    border-radius:0;
    border:0;
    padding:0;
    min-width: 140px;
}
.search-toggle .select-search-advanced .dropdown-menu i {
    position: absolute;
    top: -13px;
    right: 27px;
    color: #fff;
    font-size: 20px;
}
.search-toggle .select-search-advanced .dropdown-menu ul{
    display:block;
    left:auto;
    right:0;
    color:#797979;
}
.search-toggle .select-search-advanced .dropdown-menu ul>li{
    font-size: 13px;
    padding:0;
    display: block;
    float: none;
    list-style: none;
    background:transparent;
}
.search-toggle .select-search-advanced .dropdown-menu ul>li>a{
    cursor:pointer;
    font-size:13px;
    font-weight: 400;
    color: inherit;
    text-decoration: none;
    padding:6px 10px;
    text-align:right;
}
.search-toggle .select-search-advanced .dropdown-menu ul>li>a:hover{
    background-color:#f5f5f5;
    color:#000;
}

.search-container span.input-group-text {
    background: #fff;
    border-right: none;
    color: #b8b8b8;
    font-size: 24px;
}

.search-container .action-bar .form-control {
    padding: 5px;
    font-size: 18px;
    height: 50px;
    color: #6f6f6f;
    border-left: none;
}

.search-container .action-bar .form-control:focus {
  border-color:#ced4da;
  box-shadow: inherit;
}

.action-bar{
    background-color: rgb(221 221 221 / 80%);
    padding: 15px 10px;
    position:relative;
    border-radius: 10px;
}
.action-bar .row{
    margin: 0;
}
.action-bar .form-group .fa-search,
.action-bar .form-group .fa-location-dot {
    position: relative;
    left: 10px;
    color: #ccc;
    display: block;
    margin-top: -38px;
    font-size: 22px;
    max-width: 20px;
}
.action-bar .form-group .fa-location-dot{
    font-size: 24px;
}
.action-bar .form-white{
  /* background:#fff; */
  position:relative;
  height:50px;
  /* box-shadow:0 1px 2px rgba(0,0,0,0.2); */
}

@media screen and (max-width:767px){
  .action-bar .form-white{
    height:auto;
  }
}
.action-bar .form-control {
    padding: 5px 5px 5px 25px;
    font-size: 16px;
    height: 40px;
    color: #696969;
}
.action-bar .form-group{
    margin:0px;
    background-color: #fff;
}
.action-bar .form-group .form-control{
  border:0;
  outline:none;
  box-shadow:none;
  border-radius: 5px;
  padding: 5px;
  height: 50px;
}
.action-bar .form-group .form-control:focus{
  outline:none;
}
.action-bar .form-group.search-what .form-control{
  padding-left:40px;
}

@media screen and (max-width:767px){
  .action-bar .form-group.search-what.with-check{
    /* padding-bottom:25px; */
  }
}

@media screen and (max-width:767px){
  .action-bar .form-group.search-what .fa-search{
    left:10px;
    font-size:20px;
    top: 8px;
  }
  .action-bar .form-group .fa-location-dot{
        top: 6px;
  }
}
.action-bar .form-group.search-where .form-control{
  padding-left:35px;
}
.action-bar .form-group.search-where:before{
  content:"";
  /* border-left:1px solid #ccc; */
  position:absolute;
  left:0;
  top:10px;
  height:30px;
  width:1px;
}

@media screen and (max-width:767px){
  .action-bar .form-group.search-where:before{
    display:none;
  }
}

@media screen and (max-width:767px){
  .action-bar .form-group .form-control {
        font-size: 16px;
        height: 35px;
    }
  .action-bar .form-group.search-what .form-control{
    padding-left:35px;
  }
  .action-bar .form-group {
    /* border-bottom:1px solid #ddd; */
    /* border-left:0!important; */
  }
  .action-bar .form-group.search-where.last,
  .action-bar .form-group.search-what.last{
    border-bottom:0;
    /* padding-right: 59px; */
  }
}

@media screen and (max-width:480px){
  .action-bar .form-group.search-where.last,
  .action-bar .form-group.search-what.last{
    padding-right: initial;
  }
}
.action-bar .checkbox,
.action-bar .switchSearch{
    position: absolute;
    bottom: -45px;
    /* left: -15px; */
    color: #fff;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
}

@media screen and (max-width:767px){
    .action-bar .checkbox,
    .action-bar .switchSearch {
        bottom: -60px;
        /* width: auto!important; */
        display: flex;
        flex-direction: column;
        /* width: 100% !important; */
    }
}
.action-bar .checkbox div, .action-bar .switchSearch label {
    width: auto;
    min-height: 20px;
    padding-left: 25px;
    margin-bottom: 5px !important;
    margin-right: 20px;
    font-weight: 400;
    cursor: pointer;
    white-space: nowrap;
}
.action-bar .switchSearch div input[type=checkbox], .action-bar .checkbox div input[type=checkbox] {
    top: 0;
    height: 18px;
    width: 18px;
    border: none;
    margin-top: 0;
    margin-left: 0;
    left: 0;
    border-radius: 2px;
    outline: none;
    border-image-width: 0;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.action-bar .switchSearch div input[type=checkbox]:checked:after, .action-bar .checkbox div input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 2px;
    background-color: #ffc525;
}
.action-bar [class*="col-"] {
    padding: 0 15px 0 0;
}

@media screen and (max-width:767px){
    .action-bar [class*="col-"]:not(.col-btn-search) {
        margin-bottom: 15px;
        padding-right: 0px;
    }
    .col-btn-search{
        /* position: absolute; */
        right: 0;
        bottom: 0;
    }
} 

@media screen and (max-width:480px){
    .col-btn-search{
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
    }
}
.btn-search {
    background:#ffc525;
    border-color: #ffc525;
    color:#fff;
    padding: 5px;
    display: inline-block;
    height:50px;
    width:60px;
    margin:0;
    border-radius:25px;
    position:relative;
    right: -1px;
}

@media screen and (min-width:992px){
    .btn-search {
        width:75px;
    }
}

@media screen and (max-width:767px){
    .btn-search {
        right:0;
        width: 100%;
    }

    .btn-search span{
      display: inline !important;
    }
}

@media screen and (max-width:480px){
    .btn-search {
        width:100%;
        display:block;
        height: 35px;
        padding: 2px;
    }
}
.btn-search i{
    font-size:22px;
    position:relative;
}
.btn-search:focus,
.btn-search:active,
.btn-search:active:focus,
.btn-search:hover{
    background:#f1b100;
    border-color: #f1b100;
    color:#fff;
}
.btn-search span{
    display:none;
    color:#fff;
    font-weight:bold;
    font-size:16px;
    line-height:1;
}

@media screen and (max-width: 480px){
    .btn-search span{
        display:inline;
    }
}
.cont-1200{
    max-width: 1200px;
}


/* Homepage Features */
.module-features {    
    margin-bottom: 15px;
}

.module-features .white-module{
    background:#fff;
    position:relative;
    border-bottom:1px solid #EAEAEA;
}

@media screen and (max-width:767px){
    .module-features .white-module{
        border-bottom:0;
        margin-bottom: 30px;
    }
    .module-features .white-module:after{
        content:"";
        position:absolute;
        left:50%;
        margin-left:-35px;
        bottom:-10px;
        border-bottom:1px solid #EAEAEA;
        width:70px;
    }
}
.feature-content{
    text-align:center;
    position:relative;
    padding:40px 0;
}

@media screen and (max-width:767px){
    .feature-content {
        padding:15px 0 15px;
    }
}
.feature-content img{
    width: 100%;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
}
.feature-content h1{
    position: absolute;
    top: 50px;
    left: 10px;
    width: 60%;
    text-align: left;
    font-size: 16px;
    font-weight:600;
    color:#575757;
    margin: 0;
}

@media screen and (max-width:1198px){
    .feature-content h1{
        font-size:16px;
    }
}

@media screen and (max-width:991px){
    .feature-content h1{
        font-size:15px;
        bottom: 50%;
        transform: translateY(50%);
    }
}

@media screen and (max-width:767px){
    .feature-content h1{
        display:none;
    }
}
.feature-content h2{
    position: absolute;
    bottom: 55%;
    left: 5%;
    width: 50%;
    text-align: left;
    font-size:16px;
    font-weight:600;
    display:none;
    margin: 0;
}

@media screen and (max-width:991px){
    .feature-content h2{
        bottom: 50%;
        transform: translateY(50%);
    }
}

@media screen and (max-width:767px){
    .feature-content h2{
        display:block;
    }
}
.feature-content p:not([class^='not_p']){
    position: absolute;
    top: 105px;
    left: 10px;
    width: 51%;
    text-align: left;
    font-size: 13px;
    color:#393939;
    font-weight:300;
}

@media (min-width:768px) and (max-width:991px){
    .feature-content p{
        font-size:13px;
        display:none;
    }
}

@media screen and (max-width:767px){
    .feature-content p{
        display:none;
    }
}

/* Master spots */

.module-master .row{
  margin:0!important;
}
.module-master .col-md-6,
.module-master .col-sm-2{
  padding:0!important;
}
.module-master a {
  display:block;
  text-align:center;
}
.module-master img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.3;
}
.module-master a:hover img {
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
    opacity: 1;
}

@media (min-width:992px) and (max-width:1199px){
  .module-master img{
    width:100%;
  }
  .module-master a{
    margin:1px;
  }
}

@media (min-width:768px) and (max-width:991px){
  .module-master a{
    margin:5px 0;
  }
}

@media screen and (max-width:767px){
  .module-master a{
    margin:5px 0;
  }
}
.module-cinema {
  background:#fff;
  padding:30px 0;
}
.module-cinema .carousel {
    padding:0;
}
.module-cinema .carousel .carousel-item a{
    width: 100%;
    height: 350px;
    display: block;
    background-size: 100%;
    background-position: left 20%;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 10px;
}

.cinema-content {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 30%;
    transform: translateY(-50%);
}
.cinema-title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.cinema-text {
    display: block;
    font-size: 15px;
    color: #fff;
    margin-bottom: 20px;
}
.cinema-button {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: #40aad5;
    padding: 0 20px;
    line-height: 50px;
    border-radius: 5px;
}
.cinema-logo {
    width: 100px;
    height: auto;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

@media screen and (max-width:991px){
    .module-cinema .carousel .carousel-item a{
        height: 300px;
        background-size: 130%;
        background-position: left 15%;
    }
    .cinema-content {
        width: 45%;
    }
}

@media screen and (max-width:580px){
    .module-cinema .container.fluid {
        padding: 0;
    }
    .module-cinema .carousel .carousel-item a{
        background-size: 150%;
        background-position: left 50%;
    }
    .cinema-content {
        width: 50%;
    }
    .cinema-title {
        font-size: 16px;
        margin-bottom: 14px;
    }
    .cinema-text {
        font-size: 14px;
        margin-bottom: 14px;
    }
    .cinema-button {
        font-size: 14px;
        padding: 0 16px;
        line-height: 40px;
    }
    .cinema-logo {
        width: 80px;
        right: 20px;
        bottom: 20px;
    }
}

.module-articles, .module-stories{
  padding:30px 0;
  background:#fff;
}
.module-banners{
  padding:30px 0;
  background:#f5f5f5;
  border-radius: 0px 120px 0px 0px;
}

h1.homepage-title,
h2.homepage-title{
    font-size: 20px;
    font-weight: 300;
    color: #393939;
    margin: 0 auto -10px;
    padding: 0 10px 10px 0;
    display: table;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
h1.homepage-title {
    margin-left: 0;
    font-weight: 500;
    font-size: 25px;
}
h1.homepage-title:before,
h2.homepage-title:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1160px;
    width: calc(100vw - 10px);
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
h1.homepage-title:before {
    left: 0;
    transform: translateX(0);
}
h1.homepage-title:after,
h2.homepage-title:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background-color: #ffc525;
    z-index: 1;
}

.detail-super .homepage-title:after {
  background-color: #7ac178;
}

.detail-ultra .homepage-title:after{
  background-color: #46A9EA;
}



h1.homepage-title:after {
    left: 0;
    transform: translateX(0);
}
.relatedhome {
  margin-right: -15px;
    margin-left: -15px;
}
.relatedhome:after{
  clear: both;
  display: table;
    content: " ";
}
.btn-more-articles {
  text-align:center;
}
.recent-module-content {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 3px 3px 5px 2px rgba(0,0,0,.2);
    line-height: 130%;
    padding: 15px 20px;
    min-height: 150px;
    margin-bottom: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.yellow-title {
    background-color: #feee24;
    padding: 10px 10px 10px 20px;
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    margin-left: -20px;
    font-family:  search;
}

.recent-module-content img {
    float: right;
    margin-left: 20px;
    position: relative;
    top: 10px;
    width: 260px;
}

.master-spot {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}

.master-spot ul li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 15px;
    padding: 0px 3px !important;
}

.master-spot ul li img{
    max-width: 100%;
}

.tittle-service{
    background-color: #fff000;
    border-radius: 3px 3px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding:10px 20px;
}

.tittle-service h3{
    font-size: 15px;
    margin: 0px 0px 2px;
    font-weight: 600;
}

ul.list-service {
    margin: 0px;
    list-style: none;
    padding: 0px 10px;
}

ul.list-service>li{
    display: inline-flex;
    margin-bottom: 15px;
} 

.service-container{
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 2px -1px rgba(0,0,0,.2);
    line-height: 130%;
    margin-bottom: 25px;
}

.list-service .item-image {
    height: 90px;
    width: 90px;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    border: 2px solid #eee;
    box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
    overflow: hidden;
    padding: 3px;
}

.list-service .item-title {
    position: relative;
    overflow: hidden;
    font-size: 15px;
    height: 50px;
    line-height: 120%;
    font-weight: 100;
    
}

.item-title:after, .more-info-service:after, .item-more:after {
    content: ' \00BB';
}

.item-title a, .item-more a, .more-info-service a {    
 color: inherit; 
 text-decoration: none; 
}

body .lSSlideOuter .lSPager.lSpg {
    margin: 15px auto 0!important;
    padding: 0;
    text-align: center;
    display: table;
    float: none;
}

.lSSlideOuter .lSPager, .lSSlideOuter .lightSlider {
    padding-left: 0;
    list-style: none outside none;
}

.lSSlideOuter .lSPager.lSpg>li {
    cursor: pointer;
    display: inline-block;
    padding: 0 4px;
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #ddd;
    border-radius: 30px;
    display: inline-block;
    height: 10px;
    overflow: hidden;
    width: 10px;
    position: relative;
    z-index: 99;
    transition: all .5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #aaa;
}

.more-info-service {
    padding: 0 20px 20px;
}

.item-content{
    padding:0px
}

.item-cat {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 10px;
    margin-bottom: 2px;
    text-transform: uppercase;
    color: #aaa;
}

.item-more{
    margin-top: 0px;
}
.banners-aiyellow{
  display:block;
  margin:auto;
  border:1px solid #ddd;
  margin-bottom:20px;
}

@media screen and (max-width:767px){
  .banners-aiyellow{
    max-width:368px;
  }
}
.banners-aiyellow img{
  width:100%;
}
.app{
    box-shadow: 0 2px 2px -1px rgba(0,0,0,.2);
    border-radius: 3px;
    background-color: #fff;
    line-height: 130%;
    padding: 20px 10px 0 10px;
    position: relative;
    min-height: 268px;
    margin-bottom: 20px;
}

.app-desc {
    line-height: 130%;
    margin: 10px auto;
    text-align: center;
    min-height: 75px;
    align-items: center;
    display: grid;
}

.app-info {
    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;
    min-height: 210px;
}

.app-content, .app-img{
    padding: 0px 2px;
    max-width: 150px;
    margin: 2px 4%;
}

#footer{
    background-color: #fff;
    clear: both;
    color: #8a8a8a;
    font-size: 12px;
    padding: 10px 0 10px 0;
}

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

.footer-top .social-footer{
    padding: 15px 10px 10px 0px !important;
    text-align:right;
}

.footer-top .social-footer>a{
   font-weight:600;
}

.footer-top .social-footer>span:after{
   content:"\2013";
   margin: 0px 1%;
}

.footer-legal span:after {
    content: "\2013";
    margin: 0 4px;
}

.footer-top .social-footer>a:focus, .footer-top .social-footer>a:hover{
    text-decoration:none;
}

.not-after:after{
   content:none !important; 
}

/* .footer-top {
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
} */

#footer [class*="col-"]:not([class^='not']) {
    padding: 10px 3px 0px;
}

#footer ul{
    padding: 2px 5px 10px;
    margin: 0;
}

#footer .dropdown-menu{
  display: inline-block;
}


#footer li a {
    display: block;
}

.footer-links{
    border-top: 1px solid #e2e2e2;
    margin: 10px 0;
    padding-top: 5px;
}

.footer-legal{
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0px !important;
}

.f-feature-logo{
  text-align:right;
}
.f-feature-logo a {
  display:inline-block;
  text-align:left;
  margin-top:10px;
  margin-left:10px;
  text-decoration:none;
}

@media screen and (max-width:575px){
  .f-feature-logo {
      text-align:center;
  }
  .f-feature-logo a{
    margin: 0;
    padding: 10px;
    margin-bottom: 10px;
  }
}
.f-feature-logo a img,
.f-feature-logo a .ffl-txt{
  display:inline-block;
  vertical-align:middle;
}
.f-feature-logo a img {
  height:23px;
}
.f-feature-logo a .ffl-txt span{
  display:block;
  line-height: 1.1;
  font-weight: 600;
  font-size: 12px;
  color: #797979;
  text-decoration: none;
}
.f-feature-logo a:hover div span{
  color:#0badf5;
}

.title-seccion {
    font-weight: 700;
    border-left: 0;
    margin-bottom: 3px;
    padding: 0;
    display: block;
    position: relative;
    text-decoration: none;
    color: #0badf5;
    font-size: 110%;
}

.list-word ul {
   list-style: none;
}

.list-word li{
    float:left;
}

.bs-card {
    display: block;
    position: relative;
}
.bs-image {
    width: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    padding-top: 56%;
    border-radius: 10px;
}
.bs-caption {
    padding: 10px;
    display: block;
    text-align: center;
    color: #454545;
    font-weight: 100;
}
.bs-caption-name {
    display: block;
    font-weight: 600;
    font-size: 15px;
}

.app h4{
    text-align:center;
    font-size: 25px;
    font-weight: 600;
    color: #d70600;
    margin-top: 3.8%;
}

.dashBreak {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    min-height: 38px;
}

/* .dashBreak:after, .dashBreak:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    top: -20px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid rgba(255,255,255,.75);
}

.dashBreak:before {
    margin-left: -100%;
    left: -15px;
} 

.dashBreak:after {
    margin-right: -100%;
    right: -15px;
} */

.appstore-logo {
    width: 140px;
    height: 40px;
    background-position: 0 0;
}

.playstore-logo {
    width: 125px;
    height: 41px;
    background-position: 0px -561px;
}

.verticals-logo{
    height: 45px;
    background-position: center;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
}

.verticals-logo.people{
    background-image: url(/img/ubiz_people.png);
    max-width: 177px;
}

.verticals-logo.aiyellow{
    background-image: url(/img/aiyellow_mobile.png);
    max-width: 177px;
}
.verticals-logo.business{
    background-image: url(/img/ubiz_business.png);
    max-width: 200px;
}



.appstore-logo, .playstore-logo {
    display: inline-block;
    background-image: url(/img/logo_ubiz.png);
    background-size: 65px;
    background-repeat:  no-repeat;
}


.windows.carousel {
    padding: 0px;
}


.windows.carousel img {
    border-radius: 10px;
}

.windows .carousel-indicators {
    bottom: -30px;
}

.carousel-indicators {
    bottom: -5px;
}

.carousel-indicators li {
        border: 1px solid #dddddd;
        background-color: #f5f5f5 !important;
}

.carousel-indicators .active {
        background-color: #ababaa !important;
}

.module-title{
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-family:  search;
}

#footer .dropdown .title-seccion .fa.fa-angle-up,
#footer .dropdown .title-seccion .fa.fa-angle-down{
    display:none;
}

.menu>li{
    float:left;
    padding: 12px;
}

.copy {
    /* border-top: 1px solid #ddd; */
    border-bottom: 1px solid #ddd;
}

.ads-country {
    margin-bottom:10px;
  margin-top:10px;
    text-align: justify;
    padding: 0px;
}

.ads-country li{
    float:left;
    padding: 0px 2px;
    font-size: 11px;
}

.ads-country li a{
    color: #aaa;
}


.apple a img {
    max-width:100%;
}

.google a img{
    max-width:100%;
    margin-top: 10px;
}
.social{
    color: #0badf5;
    font-weight: 700;
}


ul.autocomplete {
    position: absolute;
    background: white;
    width: 99%;
    z-index: 9999;
    top: 32px;
    left: 0.5%;
}

ul.autocomplete>li {
    padding: 2px 10px;
    cursor: pointer;
    font-size:13px;
}

ul.autocomplete>li:hover{
    background-color:#efefef;
    font-weight:600;    
}

ul.autocomplete>li>.country {
    color: #a9a9a9;
    font-style: italic;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.loadingPage{
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    background:url(/img/ai_loading.gif) center center no-repeat;
    height: 100%;
    background-color: #fff !important;
   display: none;
}

#Gcontainer{
  display: block !important;
}



.loading-master {
    min-height: 50px;
    background: url(/img/loading360x180.gif) center center no-repeat;
    background-size: contain;
}

.loading-new {
    min-height: 100px;
    background: url(/img/loading360x180.gif) center center no-repeat;
    background-size: contain;
}

.loading-cinema {
    min-height: 300px;
    background: url(/img/loading360x180.gif) center center no-repeat;
    background-size: contain;
}

.logo.search>img {
    max-width: 50px;
}
.product-visualizer{
  margin-top:100px;
  margin-bottom:60px;
  float: left;
}

@media screen and (max-width:767px){
  .product-visualizer{
    margin-top:0;
  }
}

@media screen and (max-width:767px){
  .pv-adpacks{
    float:none;
  }
}
.pv-adpacks .sub-products.nav-tabs>li>a>img{
  height:50px;
  width:auto;
}

@media screen and (max-width:767px){
  .pv-adpacks .sub-products.nav-tabs>li>a>img{
    height:40px;
  }
}

@media screen and (max-width:560px){
  .pv-adpacks .sub-products.nav-tabs>li>a>img{
    height:25px;
  }
}
.pv-adpacks .sub-products.nav-tabs>li>a.link-sponsored>img{
  height: 40px;
  margin-bottom: 10px;
}

@media screen and (max-width:767px){
  .pv-adpacks .sub-products.nav-tabs>li>a.link-sponsored>img{
    margin-bottom:0;
  }
}

@media screen and (max-width:560px){
  .pv-adpacks .sub-products.nav-tabs>li>a.link-sponsored>img{
    height: 30px;
    margin-bottom: 5px;
  }
}
.pv-adpacks .sub-products.nav-tabs>li>a>span{
  font-size: 20px;
  width: 130px;
  margin: auto;
}
.pv-adpacks .sub-products.nav-tabs>li>a.link-combo-premium>img,
.pv-adpacks .sub-products.nav-tabs>li>a.link-combo-profesional>img,
.pv-adpacks .sub-products.nav-tabs>li>a.link-combo-executive>img{
  height:85px;
}
.pv-adpacks .sub-products.nav-tabs>li>a.link-combo-premium>span,
.pv-adpacks .sub-products.nav-tabs>li>a.link-combo-profesional>span,
.pv-adpacks .sub-products.nav-tabs>li>a.link-combo-executive>span{
  width:100%;
  font-size:22px;
  padding-top:20px;
}

@media (min-width:768px) and (max-width:991px){
  .pv-adpacks .sub-products.nav-tabs>li>a>span{
    font-size: 18px;
  } 
}

@media screen and (max-width:767px){
  .pv-adpacks .sub-products.nav-tabs>li>a>span{
    font-size: 14px;
    width:120px;
  } 
  .pv-adpacks .sub-products.nav-tabs>li>a>span>b{
    font-weight:400;
  }
  .pv-adpacks .sub-products.nav-tabs>li>a.link-combo-premium>img,
  .pv-adpacks .sub-products.nav-tabs>li>a.link-combo-profesional>img,
  .pv-adpacks .sub-products.nav-tabs>li>a.link-combo-executive>img{
    height:65px;
  }
  .pv-adpacks .sub-products.nav-tabs>li>a.link-combo-premium>span,
  .pv-adpacks .sub-products.nav-tabs>li>a.link-combo-profesional>span,
  .pv-adpacks .sub-products.nav-tabs>li>a.link-combo-executive>span{
    width:110px;
    font-size:18px;
    padding-top:15px;
  }
  .pv-adpacks .sub-products.nav-tabs>li>a.link-combo-premium>span>b,
  .pv-adpacks .sub-products.nav-tabs>li>a.link-combo-profesional>span>b,
  .pv-adpacks .sub-products.nav-tabs>li>a.link-combo-executive>span>b{
    font-weight:600;
  }
}
.pv-adpacks .sub-products.nav-tabs>li>a.link-sponsored>span{
  font-weight:300;
}
.pv-adpacks .sub-products.nav-tabs>li>a.link-super>span{
  color:#3BA35E;
}
.pv-adpacks .sub-products.nav-tabs>li>a.link-ultra>span{
  color:#2E87C2;
}
.pv-adpacks .sub-products.nav-tabs>li>a.link-pro>span{
  color:#FBB33D;
}
.pv-adpacks .sub-products.nav-tabs>li>a.link-combo-premium>span{
  color:#C95933;
}
.pv-adpacks .sub-products.nav-tabs>li>a.link-combo-profesional>span{
  color:#EECA2D;
}
.pv-adpacks .sub-products.nav-tabs>li>a.link-combo-executive>span{
  color:#B6C42B;
}
.sub-products.tab-content{
  text-align:center;
  margin-bottom: 50px;
}
.sub-products.nav-tabs {
  text-align:center;
  margin-bottom:50px;
}

@media screen and (max-width:767px){
  .sub-products.nav-tabs {
    margin-bottom:15px;
  } 
}
.sub-products.nav-tabs>li{
  border:0;
}

@media screen and (max-width:767px){
  .sub-products.nav-tabs>li{
    display: table-cell;
    width: 1%;
  }
}
.sub-products.nav-tabs>li>a {
  border:0;
  margin: 0 1px;
  font-size: 16px;
    font-weight: 400;
  text-shadow:none;
  color:#333;
  display:block;
  text-align:center;
  padding: 4px;
  position:relative;
  transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
  opacity:0.5;
}
.pv-adpacks .sub-products.nav-tabs>li>a {
  opacity:0.4;
   filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); 
}

@media screen and (max-width:991px){
  .sub-products.nav-tabs>li>a {
    font-size:14px;
  }
}

@media screen and (max-width:560px){
  .sub-products.nav-tabs>li>a {
    padding:0;
    margin:0;
  }
}
.sub-products.nav-tabs>li>a:hover,
.sub-products.nav-tabs>li.active>a,
.sub-products.nav-tabs>li.active>a:hover,
.sub-products.nav-tabs>li.active>a:focus{
  background:inherit;
  text-shadow:none;
  opacity:1;
  border:0;
}
.pv-adpacks .sub-products.nav-tabs>li>a:hover,
.pv-adpacks .sub-products.nav-tabs>li.active>a,
.pv-adpacks .sub-products.nav-tabs>li.active>a:hover,
.pv-adpacks .sub-products.nav-tabs>li.active>a:focus{
   -webkit-filter: grayscale(0);
  filter: none; 
}
.sub-products.nav-tabs>li>a>img{
  margin:auto;
  display:inline-block;
  width:50px;
  position:relative;
  transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}

@media screen and (max-width:560px){
  .sub-products.nav-tabs>li>a>img{
    width:95%;
  }
}
.sub-products.nav-tabs>li>a:hover img,
.sub-products.nav-tabs>li.active>a img,
.sub-products.nav-tabs>li.active>a:hover img,
.sub-products.nav-tabs>li.active>a:focus img{
  -webkit-transform: scale(1.2,1.2);
  transform: scale(1.2,1.2);
}
.sub-products.nav-tabs>li>a>span{
  display:block;
  padding:10px 0;
  line-height: 1;
}

@media screen and (max-width:767px){
  .sub-products.nav-tabs>li>a>span{ 
     font-size: 13px;
  }
}

@media screen and (max-width:560px){
  .sub-products.nav-tabs>li>a>span{ 
    display:none;
  }
  .pv-adpacks .sub-products.nav-tabs>li>a>span{
    display:block;
    font-size: 13px;
    width: 60px;
  }
}
.product-visualizer .tab-pane.fade.active{
  opacity:1;
}
.product-description{
    padding: 30px;
  position:relative;
  font-size:14px;
} 

@media screen and (max-width:991px){
  .product-description{
    padding-top:0;
    padding-bottom: 20px;
    z-index: 9;
  }
}
.product-description h1{
  position:relative;
  font-size: 32px;
    font-weight: 400;
    color: #000;
  margin-bottom:20px;
}
.pv-adpacks .product-description{
  padding:0;
}
.pv-adpacks .product-description h1{
  text-align:center;
}
.pv-adpacks .product-description .product-icon{
    display: block;
    margin: auto;
    margin-bottom: 10px;
  width: auto;
  height:40px;
}
.pv-adpacks .product-description.desc-premium .product-icon,
.pv-adpacks .product-description.desc-profesional .product-icon,
.pv-adpacks .product-description.desc-executive .product-icon{
  height: 65px;
}
.pv-adpacks .product-description .nav-pack {
  text-align: center;
  margin: auto;
  width: max-content;
  border: none;
  width: -moz-fit-content;
  margin-bottom:10px;
}

@media screen and (max-width:767px){
  .pv-adpacks .product-description.desc-premium h1,
  .pv-adpacks .product-description.desc-profesional h1,
  .pv-adpacks .product-description.desc-executive h1{
    position: relative;
    top: 10px;
    margin-bottom: 20px;
  }
}
.pv-adpacks .product-description .nav-pack>li>a{
  border: 0;
  color: #b5b5b5;
  font-size: 16px;
  text-align:center;
  line-height:1;
}
.pv-adpacks .product-description .nav-pack>li>a>b{
  display:block;
}
.pv-adpacks .product-description .nav-pack>li>a .fa{
  font-size: 7px;
  line-height: 1;
  margin:0;
}
.pv-adpacks .product-description.desc-pro .nav-pack>li>a .fa{
  margin: 0 2px;
}
.pv-adpacks .product-description.desc-ultra .nav-pack>li.active>a{
  color:#2E87C2;
}
.pv-adpacks .product-description.desc-pro .nav-pack>li.active>a{
  color:#FBB33D;
}
.pv-adpacks .product-description h1{
  font-size:28px;
  color:#666;
}

@media screen and (max-width:560px){
  .pv-adpacks .product-description h1{
    font-size:24px;
  }
}

@media screen and (max-width:991px){
  .product-description h1{
    text-align:center;
    margin-top:0;
  }
}

@media screen and (max-width:767px){
  .product-description h1{
    font-size: 28px;
    margin-bottom: 0;
  }
}
.product-description .product-icon{
  width:60px;
  margin-right:15px;
}

@media screen and (max-width:991px){
  .product-description .product-icon{
    display:block;
    margin:auto;
  }
}

@media screen and (max-width:767px){
  .product-description .product-icon,
  .pv-adpacks .product-description .product-icon{
    display:none;
  }
}
.product-description .short-description{
  display:none;
  margin: 10px 0 0;
    text-align: center;
}

@media screen and (max-width:767px){
  .product-description .large-description{
    display:none;
  }
  .product-description .short-description{
    display:block;
  }
}
.product-description .btn{
  margin-top:20px;
}
.pv-adpacks .product-description .btn{
  margin-top:30px;
}

@media screen and (max-width:991px){
  .product-description .btn{
    display:none;
  }
}

@media screen and (max-width:767px){
  .pv-adpacks .product-description .btn{
    display: block;
    margin: auto;
    margin-top: 20px;
  }
}
.product-description .arrows-nav{
  position:absolute;
  top:54px;
  font-size:40px;
  padding:5px;
  color:#000;
  opacity:0.3;
  cursor:pointer;
  z-index: 1;
}
.pv-adpacks .product-description .arrows-nav{
  top:20px;
}
.pv-adpacks .pack-content {
  margin:40px 0 0;
  text-align:center;
  background:#f6f6f6;
  padding:15px 0;
}
.ubiz-details {
  border:1px solid #ccc;
  padding: 16px 10px 10px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.ubiz-details p{
  margin:0;
}
.ubiz-details p img{
  height: 26px;
  position: relative;
  top: -8px;
  left: -2px;
}
.ubiz-details p b{
  font-weight: bold;
  font-size: 14px;
  margin-right: 6px;
  position: relative;
  bottom: -1px;
}
.ubiz-details p .bsuper{
  color:#3BA35E;
}
.ubiz-details p .bultra{
  color:#2E87C2;
}
.ubiz-details p .bpro{
  color:#FBB33D;
}
.ubiz-details i {
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left:-6px;
  color: #ccc;
  font-size: 24px;
}

@media (max-width:480px){
  .ubiz-details p span{
    display: block;
    line-height: 1;
  }
}
.pv-adpacks .pack-content.pack-content-combo{
  margin:15px 0 0;
}

@media screen and (max-width:767px){
  .pv-adpacks .pack-content {
    margin:30px 0;
    padding:0;
    background:none;
  }
  .pv-adpacks .pack-content.pack-content-combo{
    margin:15px 0 0;
  }
}
.pv-adpacks .pack-content li{
  display:inline-block;
  vertical-align:top;
  width:120px;
  position:relative;
  margin:0 10px;
}
.pv-adpacks .pack-content.pack-content-combo li{
  width:65px;
  margin:0 6px;
}

@media screen and (max-width:1199px){
  .pv-adpacks .pack-content.pack-content-combo li{
    margin:0 6px 10px;
  }
}

@media (min-width:768px) and (max-width:991px){
  .pv-adpacks .pack-content li{
    margin:0 5px;
  }
}

@media screen and (max-width:560px){
  .pv-adpacks .pack-content li{
    width:75px;
    margin:0 5px;
  }
}
.pv-adpacks .pack-content.pack-content-combo li a{
  display:block;
  position:relative;
  text-decoration:none;
  transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}
.pv-adpacks .pack-content.pack-content-combo li a:hover{
  text-decoration:none;
}
.pv-adpacks .pack-content.pack-content-combo li a i{
  position:absolute;
  opacity:0;
  width:65px;
  background:#ff7f00;
  padding:2px 5px;
  border-radius:2px;
  top:-15px;
  left:0;
  color:#fff;
  font-size:11px;
  transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}
.pv-adpacks .pack-content.pack-content-combo li a:hover i{
  opacity:1;
  top:-30px;
}
.pv-adpacks .pack-content.pack-content-combo li a i:after{
  content:"";
  position:absolute;
  bottom:-5px;
  left:50%;
  margin-left:-5px;
  width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ff7f00;
}
.pv-adpacks .pack-content li img{
  height:30px;
  margin-bottom:10px;
}

@media screen and (max-width:560px){
  .pv-adpacks .pack-content li img{
    height:25px;
    margin-bottom:5px;
  }
}
.pv-adpacks .pack-content li p{
  font-size:13px;
  color:#000;
  font-weight:400;
  line-height:1.1;
  margin:0;
}
.pv-adpacks .pack-content.pack-content-combo li p{
  font-size:12px;
}
.pv-adpacks .pack-content li span.plus{
    position: absolute;
    right: -5px;
    top: 2px;
    font-weight: 300;    
    font-style: italic;
    font-size: 24px;
    color: #666;
}
.pv-adpacks .pack-content.pack-content-combo li span.plus{
  right:-15px;
}
.pv-adpacks .pack-content li.pack-amawebs img{
  height:20px;
  margin:7px 0 13px
}

@media screen and (max-width:560px){
  .pv-adpacks .pack-content li.pack-amawebs img{
    height:13px;
    margin:10px 0 7px
  }
}
.pv-adpacks .pack-content li.pack-ai span.plus{
    right: -22px;
}
.pv-adpacks .large-description{
  text-align:center;
}

@media screen and (max-width:767px){
  .pv-adpacks .large-description{
    display:block;
  }
}
.pv-adpacks .large-description .nav-items-pack{
  text-align:center;
}
.pv-adpacks .function-text {
  text-align:center;
}
.pv-adpacks .function-badge {
  text-align:center;
}
.pv-adpacks .function-badge img{
  height: 35px;
  margin: 5px 0;
}
.pv-adpacks .large-description .info-prod{
    vertical-align: top;
    border: 1px solid #ddd;
  width: 90px;
    height: 90px;
    display: inline-flex;
    align-items: center;
    align-content: center;
    padding: 5px;
    margin:0;
  margin-bottom:3px;
    text-align: center;
}

@media screen and (max-width:560px){
  .pv-adpacks .large-description .info-prod{
    width: 75px;
    height: 55px;
  }
}
.pv-adpacks .large-description .info-prod>a{
  display:block;
  position: relative;
    margin: auto;
    line-height: 1.2;
    text-align: center;
    font-size: 13px;
    padding: 0;
    width: 100%;
  color:#666;
}

@media screen and (max-width:560px){
  .pv-adpacks .large-description .info-prod>a{
    font-size:11px;
  }
}
.pv-adpacks .large-description .info-prod>a>strong{
  font-weight:600;
}
.pv-adpacks .large-description .info-prod .description-prod{
  display:none;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition:max-height 0.5s; /* Safari */
  transition: max-height 0.5s;
  margin:0;
}
.pv-adpacks .large-description .info-prod.active .description-prod{
  -webkit-transition:max-height 1s; /* Safari */
  transition: max-height 1s;
  height: auto;
  max-height: 200px
}
.pv-adpacks .large-description .info-prod:hover,
.pv-adpacks .large-description .info-prod.active{
  border-color:#000;
  color:#000;
}
.pv-adpacks .large-description .info-prod.active>a{
  color:#000;
}


@media screen and (max-width:767px){
  .product-description .arrows-nav{
    top:275px;
  }
}

@media screen and (max-width:560px){
  .product-description .arrows-nav{
    top:220px;
  }
}
.product-description .arrows-nav:hover{
  opacity:1;
}
.product-description .arrows-nav.fa-angle-left{
  left:-10px;
}
.product-description .arrows-nav.fa-angle-right{
  right:-5px;
  left:auto;
}

@media screen and (max-width:767px){
  .product-description .arrows-nav.fa-angle-left{
    left:-35px;
    font-size:65px;
  }
  .product-description .arrows-nav.fa-angle-right{
    right:-35px;
    font-size:65px;
  }
  .pv-adpacks .product-description .arrows-nav.fa-angle-left{
    left:-15px;
    font-size:65px;
    top:-15px;
  }
  .pv-adpacks .product-description .arrows-nav.fa-angle-right{
    right:-15px;
    font-size:65px;
    top:-15px;
  }
}
#submenu-content .tab-pane ul{
  margin-bottom:5px;
}
#submenu-content .tab-pane ul li{
  margin:0;
  font-size:14px;
  border-top:3px solid transparent;
  transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}
.zoomify {
  padding:10px;
  border:6px solid #E4E4E4;
}
.cta-zoomify{
  margin-top:20px;
  text-align: center;
  display:none;
}

@media screen and (max-width:991px){
  .cta-zoomify{
    display:block;
  }
}

@media screen and (max-width:767px){
  .zoomify {
    padding:0;
    border:0;
  }
}
.zoomify .main {
  margin: 0 auto;
  width:100%;
  max-width:650px;
  text-align: center;
}
.zoomify .container {
  position: relative;
  width: 100%;
  padding-top: 84.6%; /* partiendo de 650 da 550px */
}
.zoomify .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  overflow:hidden;
}
.zoomify #ad {
  margin: 0 auto;
  width: 70%;
  transition: all 1s;
}
.zoomify #articles{
  transform: scale(0);
  width:100%;
  position: absolute;
  left: 0;
  transition: all 1s;
  display: none;      
}
.zoomify #stories{
  transform: scale(0);
  width:100%;
  position: absolute;
  left: 0;
  transition: all 1s;
  display: none;      
} 
.zoomify #results{
  transform: scale(0);
  width:100%;
  position: absolute;
  left: 0;
  transition: all 1s;
  display: none;      
}
.zoomify #top_gradient {
  display: none;
  max-width: 650px;
  width:100%;
  height: 18%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.7);
  background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.zoomify #bot_gradient {
  display: none;
  width: 650px;
  height: 30px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.7);
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}



#submenu-content .tab-pane ul li.active,
#submenu-content .tab-pane ul li:hover{
  text-decoration:none;
  color:#2693FF;
  border-top-color:#2693FF;
}
#submenu-content .tab-pane ul li a{
  padding:5px;
  border:none;
}
#submenu-content .tab-pane ul li.active a{
  color:#2693FF;
  background: #eaf7ff;
}
.institutional-pages hr{
  width: 96%;
  margin: auto;
  max-width: 1300px;
  border-color: #d0d0d0;
}
.institutional-pages p.title-img {font-size: 24px;margin-bottom: 10px;}

.institutional-pages p.desc-img {
    margin: 15px 25px 25px;
}
.institutional-pages .frame {
    padding: 0px 20px 30px;
    text-align: center;
}

.institutional-pages .frame .frame-title{
    background: #8e8e8e;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    padding: 9px 0px;
}

.institutional-pages .frame .frame-container{
    background: #f3f3f3;
    padding: 15px 15px 5px;
    min-height: 165px;
    border: solid 1px #ececec;
}
.institutional-pages .step-title{
    font-size: 21px;
    padding: 15px 30px;
    line-height: 23px;
}

.menu-v2 #submenu-content .tab-pane ul li{
  border:0;
  padding:0 2px;
}
.menu-v2 #submenu-content .tab-pane ul li a{
  padding:10px 5px;
  display:block;
  border-top:3px solid transparent;
}
.menu-v2 #submenu-content .tab-pane ul li a:hover,
.menu-v2 #submenu-content .tab-pane ul li a.active,
.menu-v2 #submenu-content .tab-pane ul li a.active:hover{
  text-decoration:none;
  border-top-color:#2693FF;
  color:#2693FF;
  background:transparent;
}
.menu-v2 #submenu-content .tab-pane ul li a[aria-expanded="true"]{
  text-decoration:none;
  border-top-color:#2693FF;
  color:#2693FF;
  background:transparent;
}
.menu-v2 .third-menu{
  border-top:1px solid #ddd;
}
.menu-v2 .third-menu>li {
  float: none;
  text-align: center;
  vertical-align: middle;
}

@media (min-width: 768px){
  .menu-v2 .third-menu>li {
    display: table-cell;
    width: 1%;
  }
}
.menu-v2 .third-menu>li>a {
  padding:10px 5px;
  display:block;
  border-top:3px solid transparent;
}
.menu-v2 .third-menu>li>a:hover,
.menu-v2 .third-menu>li>a.active,
.menu-v2 .third-menu>li>a.active:hover{
  text-decoration:none;
  border-top-color:#2693FF;
  color:#2693FF;
  background:transparent;
}
.inst-form .btn-lg{
  padding: 13px 25px;
}
.inst-form .form-control {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 300;
  height: 50px;
}
.inst-form h3 {
  margin:15px;
}
.inst-form .form-control:focus{
  border-color:#2693FF;
}

.inst-form .has-error .form-control:focus {
  border-color: #C35151;
  color:red;
}

.inst-form .has-error .form-control {
  border-color: #C35151;
  color:red;
}

.inst-form .btn-link {
  display:block;
  text-align:center;
  margin-bottom:10px;
}
.inst-form .captcha{
  margin:auto;
}
.inst-form textarea.form-control{
  min-height:200px;
  margin-bottom:20px;
}
.containt-info img{
  max-width:100%;
}
.containt-info{
  padding: 25px 0px;
}
.containt-info p{
  font-size: 19px;
  margin-bottom: 25px;
}
.title {
    font-size: 34px;
    margin: 10px 0 0;
    line-height: 40px;
}

@media only screen and (max-width: 991px){
  .title {
    text-align:center;
  }
}

@media only screen and (max-width: 560px){
  .title {
    font-size:30px;
  }
}
.title2 {
    font-size: 36px;
    margin: 0px 0px 20px;
}
.title3 {
    font-size: 24px;
    margin: 0 0px 20px;
  font-weight:300;
}
.title4 {
    font-size: 22px;
  font-weight:600;
}
.title5 {
    font-size: 20px;
  margin-top:20px;
  font-weight:300;
}
.title6 {
    font-size: 18px;
  margin-top:20px;
  font-weight:300;
  line-height: 1.6;
}
.containt-info .banner-text{
  font-size:16px;
  color:#333;
  margin-top:20px;
}
.containt-info .banner-text2{
  font-size:16px;
  color:#333;
  margin-top:40px;
  font-weight:300;
  line-height:1.8;
}

@media only screen and (max-width: 991px){
  .containt-info .title3 {
    text-align:center;
  }
}
.containt-info .sub-title {
    font-size: 30px;
    margin: 10px 0px 20px;
    line-height: 35px;
}
.block-title-icon {
  position:relative;
}
.block-title-icon .banner-icon{
  position:absolute;
  left:0;
  top:0;
  width:110px;
}

@media (max-width:767px){
  .block-title-icon .banner-icon{
    position:relative;
    left:auto;
    top:auto;
    width:110px;
    margin:auto;
  }
}
.block-title-icon .banner-icon img{
  width:100%;
}
.block-title-icon .title,
.block-title-icon .title3,
.block-title-icon .banner-text{
  position:relative;
  left:120px;
}

@media (max-width:767px){
  .block-title-icon .title,
  .block-title-icon .title3,
  .block-title-icon .banner-text{
    position:relative;
    left:auto;
  }
}
.block-title-icon.in-text{
  height: 90px;
  margin-bottom: 10px;
}
.block-title-icon.in-text h2{
  padding: 20px 0 20px 125px;
}
.red {
  color: #d70600;
}
.blue{
  color:#09aff5d9;
}
.black{
  color:#000;
}
.white{
  color:#fff;
}
.des-cont{
    display: flex;
    padding: 20px 0px;
}
.des-cont img{
  width:100%;
  max-height:150px
}

.des-cont .title{
  font-size: 27px;
  margin-bottom:  15px;
  font-weight: 600;
}

.des-cont p{
  line-height:24px;
}

.btn-request{
    background-color: #e60000;
    color: #fff;
    border-color: red;
    border-radius: 10px;
    font-weight:  bold;
    padding: 8px 25px;
    margin: 10px 0px 25px;
}

.btn-request:hover, .btn-request:focus{
  background-color: #ff0000d4;
  color: white !important;
}

.no-padding{
    padding: 0px !important;
}


.breadcrumb{margin:15px 0 25px;background:none;font-size:13px;}
.breadcrumb i.fa{font-size:16px;}
.breadcrumb .active a { color: #797979; }
.breadcrumb .active a:hover{color:#2693FF;text-decoration:none;cursor:default;}
.breadcrumb>li+li:before { content: '»'; padding: 0px 5px}
.img-thumb{width:100%;border-radius:0;box-shadow:0 1px 2px rgba(0, 0, 0, 0.075);/* padding:30; */border:0;margin: auto;max-height: 350px;}

.spots-aside .img-thumb{max-height: 90px;width: 120px;}

.abody { display: flex; flex-direction: row; }
.adImage { flex-grow: 1; width: 30%; }
.adTexts {flex-grow: 1;width: 40%;padding: 15px;}
.adInfos {flex-grow: 1;width: 30%;padding: 15px;}
.adInfos .dropdown { margin-bottom: 15px; }
.adInfos .dropdown .btn { border: 0; line-height: normal; padding: 0; }
.adInfos .dropdown .btn:hover { background-color: #fff; color: #fec62a; }

.ad,
.detail{position:relative;display:block;background:#fff;border:1px solid #ccc;margin-bottom:20px;border-radius: 10px;}
.ad:hover{-webkit-box-shadow:0 2px 6px rgba(0, 0, 0, 0.175);box-shadow:0 2px 6px rgba(0, 0, 0, 0.175);}
.ad-badge{position:absolute;z-index:990;right: 10px;top: -5px; display: none;}
.detail-badge{position:absolute;z-index:990;right: 0px;bottom: 35px; max-width: 80px !important}
.ad-title h1{font-size: 18px;text-decoration: underline;margin:0;line-height:1;}
.ad-title h1 a{padding-right: 0;color: #333; font-weight: 600;margin-bottom: 5px;text-overflow: ellipsis;overflow: hidden;height: 25px;white-space: nowrap;display:block; text-decoration: none;}
.ad-title h1 a:hover{color:#333;text-decoration:none;}
.abody,
.detail-body{padding: 0;}
.abody .aimg {margin-bottom:5px;overflow:hidden; margin: 0;position: relative; height: 100%; border-radius: 0px 0 0 9px;}
.abody .aimg img {position: absolute;top: 0!important;left: 50%!important;height: 100%;max-width: none;width: auto;transform: translateX(-50%);/* max-width: 234px; */zoom: 50%;}
.detail-body .detail-img{margin:-20px -20px 0px -20px;overflow:hidden;border-radius: 9px 9px 0 0;position: relative;}
.abody p ,
.detail-body p{margin-bottom:5px;}
/* .abody p i ,.detail-body p i{f
ont-size:14px;font-weight:normal;margin-right:5px;position:relative;text-align:center;width:12px;} */
.abody .ad-description,
.detail-body .detail-description{font-size:15px;margin-bottom:10px;}
.abody .ad-description{max-height: 110px;overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;white-space: pre-line;}
.abody .ad-phone,
.detail-body .detail-phone{font-weight:500;}
.detail-body .detail-phone,
.detail-body .detail-phone .fa{font-size:18px;}
.abody .ad-address{font-size: 12px;line-height:1.1;}
.abody .ad-address span{display:inline-table;max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;white-space: pre-line;}
.abody .ad-link a{color:#2693FF;font-size:13px;}
.abody .link-ads span{font-weight:500;font-size:13px;}
.abody .link-ads a{ color: #fff; font-weight: 600; text-transform: uppercase; line-height: 34px; width: 100%; border-radius: 5px; background-color: #fec62a; text-align: center; display: block; }
.ad-super .abody .link-ads a{background-color: #63c56a;}
.ad-ultra .abody .link-ads a{background-color: #46A9EA;}
.abody .ptr{border:none;padding: 3px 10px;text-shadow:0 1px 0 rgba(255,255,255,0.6);color:#333;font-weight: 500;height: 23px;margin-bottom: 15px;}
.ad-share{/* border-top:1px solid #ccc; *//* background-color:#eee; */padding:5px 10px;}
.ad-share ul{list-style:none;padding:0;margin:0;}
.ad-share ul li{display:inline-block;margin-right:10px;font-size:12px;}
.ad-share ul li a{padding: 2px 10px;}
.ad-share ul li a:hover{text-decoration:none;background-color:#fff;}
.icon-delivery{height: 20px;width: 20px;background: url(../img/icon-delivery.png) transparent no-repeat top left;display: -webkit-inline-box;margin-bottom: -4px;}
.keyAds {font-size: 11px;line-height: 15px;color: #999;margin-bottom: 5px;margin-top: -5px;}
.weblink{text-overflow:ellipsis;overflow:hidden;height:20px;white-space:nowrap;width:100%;}
.label-promo{padding:10px 20px;font-size:16px;font-weight:700;border:1px solid;border-radius:6px;margin-left:10px;margin-right:10px;}

.ad .call, .ad .goto{margin: 5px auto 0px;max-width: 120px;}
.ad .ptr {text-align: center;background: #63c56a;border-radius: 8px 8px 0px 0px;padding: 4px;color: #fff;font-size: 12px;font-weight: 600;}
.ptr .ad-badge {margin: 9px 20px;font-size: 12px;color: #325131;}


.ad-pro,
.detail-pro .detail, .detail-pro .detail-module, .detail-pro .thumbnail, .detail-pro .detail-img, .detail-pro .map, .detail-pro .banner-aside, .detail-pro .img-thumb,
.detail-pro .information h2, .detail-pro .coupon h2, .detail-pro .opening h2, .detail-pro .qr-code img
{border-color:#fec629 !important;}
/* .ad-pro .ad-title{background:u
rl(../img/bg-title-pro.png) #F4A500 repeat-x top left;} */
/* .ad-pro .ad-badge,
.detail-pro .detail-badge{right: 10px;top: -5px;} */
/* .ad-pro .ad-share{ border-top:1px solid #fec629; *//* background-color:#FDD995; } */
.ad-pro .ptr{border-color:#fec629;background-color:#fec62a;}
.ptr > .fa-crown{color:#fff;font-size: 15px;margin-right: 10px;margin-top: 2px;}

.detail-pro h2 {
    font-size: 26px; font-weight: 800; color: #606060;
}


.detail-pro .fa-crown, .detail-pro .rank-points, .detail-pro .fa-star, .detail-pro .fa-star-half-stroke{color: #ffc525;}

.detail-pro .nav-tabs a.active{
    background-color: #fec629; border-radius: 10px 10px 0 0; border:0;color: #fff; font-weight: 600;
}
.detail-pro .nav-tabs li.nav-item {margin-bottom:-1px;}

.detail-pro .nav-tabs{border-bottom:3px solid #fec629;}
.detail-pro .label-promo{background:#FCE98F;border-color:#FAD93D;}
.at-pro .type-badge img{max-width:212px;}
.at-pro .head{height:58px;position:relative;background:url(../img/inst/type/ribbon-center-pro.png) repeat center center #FCC25B;}
.at-pro .head:after{content:"";position:absolute;display:block;height:68px;width:21px;right:-21px;top:0;background:url(../img/inst/type/ribbon-right-pro.png) no-repeat top right transparent;}
.at-pro .head:before{content:"";position:absolute;display:block;height:68px;width:21px;left:-21px;top:0;background:url(../img/inst/type/ribbon-left-pro.png) no-repeat top right transparent;}
.at-pro .head h1{font-size:40px;}
.at-pro .body{background-color:#FAEEC8;border:1px solid #FFBC26;}
.col-pro{background-color:#FAEEC8;}

/*
.btn-pro{font-size:13px;font-weight:700;color:#fff;border-color:#fec629;
           background-color:#63c56a;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff99C498', endColorstr='#ff529450', GradientType=0);
           filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);text-shadow:0 1px 0 rgba(0, 0, 0, 0.2);
           -webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
           box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);}
.btn-pro:active,
.btn-pro.active{outline:0;border-color:#fec629!important;background-color:inherit;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
                  box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.btn-pro:hover,
.btn-pro:focus{color:#fff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);outline:0;background-color:#529450;background-position:0 -15px;}
*/

.btn-pro{font-size:13px;font-weight:700;color:#fff;background-color:#fec629;border-color: #fec629;}
.btn-pro:active,
.btn-pro.active{outline:0;border-color:#EC951E;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);background-color:inherit;}
.btn-pro:hover,
.btn-pro:focus{color:#fff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);outline:0;background-color:#EC951E;background-position:0 -15px;}


.ads-table .ads-pro hr{border-color:#FFAE13;}
.ads-table .ads-pro h4, .ads-table .ads-pro p{color:#FFAE13;}
.ads-table .ads-pro .btn-include{color:#FFAE13;}
.ads-table .ads-pro .ads-head{  height:100px;background:url('../img/head-yellow-table-new.png') no-repeat top center;}
.ads-table .ads-pro .ads-body{  background-color:#FAEEC8;}
.ads-table .ads-pro .ads-foot{background:url('../img/foot-yellow-table.png') no-repeat top center;}

/* .thumbnail{
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    text-align: center;

} */



.detail-ultra .fa-crown, .detail-ultra .rank-points, .detail-ultra .fa-star{color: #1A91DF;}
.ad-ultra,
.detail-ultra .detail, .detail-ultra .detail-module, .detail-ultra .thumbnail, .detail-ultra .detail-img, .detail-ultra .map, .detail-ultra .banner-aside, .detail-ultra .img-thumb,.detail-ultra .qr-code img{border-color:#53BFFF;}
/* .ad-ultra .ad-title{background:url(../img/bg-title-ultra.png) #51B0EC repeat-x top left;} */

/* .ad-ultra .ad-title h1{font-size:18px;} */
/* .ad-ultra .ad-title h1 a{color:#2f617f;} */
/* .ad-ultra .ad-title h1 a:hover{color:#333;} */
/* .ad-ultra .ad-badge,
.detail-ultra .detail-badge{right:-6px;top:-8px;} */
/* .ad-ultra .ad-share{border-top:1px solid #53BFFF;background-color:#9FD3F7;} */
.ad-ultra .ptr{background-color:#46A9EA}
.detail-ultra h2,
.detail-ultra .nav-tabs li.active a{/* position:relative; *//* background-image:-webkit-linear-gradient(top, #85CCFA 0%, #1A91DF 100%); *//* background-image:linear-gradient(to bottom, #85CCFA 0%, #1A91DF 100%); *//* background-repeat:repeat-x; *//* background-color:#46A9EA; */filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff85CCFA', endColorstr='#ff1A91DF', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);/* -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.7); *//* box-shadow:inset 0 1px 0 rgba(255,255,255,0.7); */font-size: 26px;
    font-weight: 800;
    color: #606060;}

/* .detail-ultra .nav-tabs li.active a {
    background-color: #1a91df;
    border-radius: 10px 10px 0 0;
    border: 0;
    color: #fff;
    font-weight: 600;
} */
.detail-ultra .nav-tabs{border-bottom:3px solid #1A91DF;}
.detail-ultra .nav-tabs a.active{
    background-color: #1A91DF; border-radius: 10px 10px 0 0; border:0;color: #fff; font-weight: 600;
}
.detail-ultra .label-promo{background:#CEE9FB;border-color:#59B4EF;}
.at-ultra .type-badge{padding-top:27px;}
.at-ultra .type-badge img{max-width:167px;}
.at-ultra .head{height:58px;position:relative;background:url(../img/inst/type/ribbon-center-ultra.png) repeat center center #377BA8;}
.at-ultra .head:after{content:"";position:absolute;display:block;height:68px;width:21px;right:-21px;top:0;background:url(../img/inst/type/ribbon-right-ultra.png) no-repeat top right transparent;}
.at-ultra .head:before{content:"";position:absolute;display:block;height:68px;width:21px;left:-21px;top:0;background:url(../img/inst/type/ribbon-left-ultra.png) no-repeat top right transparent;}
.at-ultra .body{background-color:#D5EFFF;border:1px solid #6AB1DD;}
.col-ultra{background-color:#D5EFFF;}
.btn-ultra{font-size:13px;font-weight:700;color:#fff;/* background-image:-webkit-linear-gradient(top, #85CCFA 0%, #1A91DF 100%); *//* background-image:linear-gradient(to bottom, #85CCFA 0%, #1A91DF 100%); */background-repeat:repeat-x;border-color:#50AFED;background-color:#46A9EA;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff85CCFA', endColorstr='#ff1A91DF', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);text-shadow:0 1px 0 rgba(0, 0, 0, 0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
           box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);}
.btn-ultra:active,
.btn-ultra.active{outline:0;border-color:#1A91DF;background-color:inherit;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.btn-ultra:hover,
.btn-ultra:focus{color:#fff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);outline:0;background-color:#1A91DF;background-position:0 -15px;}
.ads-table .ads-ultra hr{border-color:#3E83B1;}
.ads-table .ads-ultra h4, .ads-table .ads-ultra p{  color:#3E83B1;}
.ads-table .ads-ultra .btn-include{color:#3E83B1;}
.ads-table .ads-ultra .ads-head{height:100px;background:url('../img/head-blue-table-new.png') no-repeat top center;}
.ads-table .ads-ultra .ads-body{background-color:#D5EFFF;}
.ads-table .ads-ultra .ads-foot{background:url('../img/foot-blue-table.png') no-repeat top center;}

.ad-super,
.detail-super .detail, .detail-super .detail-module, .detail-super .thumbnail, .detail-super .detail-img, .detail-super .map, .detail-super .banner-aside, .detail-super .img-thumb,.detail-super .qr-code img{border-color:#7ac178 !important; }
.ad-super .ad-title{background:transparent;}
.detail-super h2,
.detail-super .nav-tabs li.active a{/* position:relative; *//* background-image: -webkit-linear-gradient(top, #9cd49b 0%, #3eb73c 100%); */
                                    /* background-image: linear-gradient(to bottom, #9cd49b 0%, #3eb73c 100%); *//* background-repeat:repeat-x; *//* background-color: #63c56a; */
                                    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff82B681', endColorstr='#ff467A45', GradientType=0);
                                    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);/* -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.7); */
                                    /* box-shadow:inset 0 1px 0 rgba(255,255,255,0.7); */font-size: 26px;
    font-weight: 800;
    color: #606060;}
.detail-super .nav-tabs{border-bottom:3px solid #467A45;}
.detail-super .label-promo{background:#CADFCA;border-color:#95BE94;}
.btn-super{font-size:13px;font-weight:700;color:#fff;/* background-image:-webkit-linear-gradient(top, #9cd49b 0%, #3eb73c 100%); */
           /* background-image:linear-gradient(to bottom, #9cd49b 0%, #3eb73c 100%); *//* background-repeat:repeat-x; */border-color:#75AC73;
           background-color:#63c56a;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff99C498', endColorstr='#ff529450', GradientType=0);
           filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);text-shadow:0 1px 0 rgba(0, 0, 0, 0.2);
           -webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
           box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);}
.btn-super:active,
.btn-super.active{outline:0;border-color:#529450;background-color:inherit;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
                  box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.btn-super:hover,
.btn-super:focus{color:#fff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);outline:0;background-color:#529450;background-position:0 -15px;}

.detail-super .fa-crown, .detail-super .rank-points, .detail-super .fa-star{color: #529450;}




.detail-advanced h2,
.detail-advanced .nav-tabs li.active a{
    position:relative;
    background-image:-webkit-linear-gradient(top, #cdcdcd 0%, #c1c1c1 100%);
    background-image: linear-gradient(to bottom, #cdcdcd 0%, #c1c1c1 100%);
    background-repeat:repeat-x;
    background-color:#c7c7c6;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFCD547', endColorstr='#ffFDA706', GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.7);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.7);
}
.ad-advanced .ad-title h1{text-decoration: none;font-size: 15px;}
.ad-advanced .ad-title h1 a{color:#325131;text-decoration: none;font-weight:600}
.ad-advanced .ad-title.ptr h1 a{padding-right: 135px;}
.ad-advanced .abody {margin-bottom:15px}


.categories{border-top:0;border-bottom:0;background-color:#fff;position:relative;z-index:1;margin-top: 120px;margin-bottom: -80px;/* display: inline-block; */}
.category-list{padding-top: 100px;}
.category-list h1{font-size:28px;font-weight:600;color:#666;padding-bottom:10px;text-shadow:0 1px 0 #fff;margin:0 0 20px;border-bottom:1px solid #ddd;}
.category-list .thumbnail{padding:0;box-shadow:0 1px 2px rgba(0,0,0,0.1);}
.category-list .thumbnail:hover{border-color:#04AEDA;-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(4, 174, 218, 0.6);box-shadow:0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(4, 174, 218, 0.6); text-decoration:none;}
.category-list .thumbnail .row-thumb>img,
.category-list .thumbnail a>.row-thumb>img{display:inline-block;height:auto;width:30%;margin-left:0;vertical-align:top;border-radius:4px 0 30px 0;}
.category-list .thumbnail .caption{padding:5px 8px;color:#333;width:68%;height:105px;display:inline-block;vertical-align:top;}
.category-list .thumbnail .caption .caption-head{height:95px;}
.category-list .thumbnail .caption .caption-body{height:50px;}
.category-list .thumbnail .caption h3{color:#666;font-size:16px;font-weight:700;line-height:120%;margin:5px 0;}
.category-list .thumbnail:hover .caption h3{color:#04AEDA;}
.category-list .thumbnail .caption h4{color:#545454;font-size:14px;font-weight:500;line-height:120%;margin:0 0 5px;color:#999;}
.category-list .thumbnail .caption .category-rating .txt-reviews{font-size:11px;line-height:15px;vertical-align:top;color:#999;}
.category-list .thumbnail .thumbnail-body{padding:8px;}
.category-list .thumbnail .thumbnail-body p{font-size:12px;color:#666;margin:0;text-overflow:ellipsis;overflow:hidden;height:17px;white-space:nowrap;width:100%;}
.category-list .thumbnail .thumbnail-body p i{text-align:center;margin-right:3px;width:14px;}
.categories .owl-carousel { height: auto; }
.categories .owl-carousel .owl-item { height: 100%; }
.categories .owl-carousel .owl-item a { padding: 15px; border-radius: 5px; }
.categories .owl-carousel .owl-item a:hover { background-color: #fcc93c; background-image: none; }
.categories .owl-carousel .owl-item p { text-shadow: none; font-weight: 700; height: auto; }
.container-fluid.cont-1200.result.ng-scope:before {content: '';position: absolute;top: 0;left: 0;width: 100vw;height: 100%;background: #f5f5f5;z-index: -1;}
.pagination:not([class^='not_p']){text-align:center;padding: 10px 0 15px 0px;border:1px solid #DDDDDD;border-left:0;border-right:0;-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 1),inset 0 1px 0 rgba(255, 255, 255, 1);box-shadow:0 1px 0 rgba(255, 255, 255, 1),inset 0 1px 0 rgba(255, 255, 255, 1);margin:0;display:block;margin-bottom: 30px;}
.pagination li{padding:0 3px;display:inline-block;}
.pagination li a{padding:6px 12px;border:none;border-radius:100px;-webkit-border-radius:100px;-moz-border-radius:100px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);}
.pagination li.active a,
.pagination li.active a:hover{background-color:#ebcc74;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.4);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.4);}
.pagination li.prev a,
.pagination li.next a:not([class^='not_p']){display:inline;font-size:30px;font-weight:400;line-height:0.7;background:none;-webkit-box-shadow:none;box-shadow:none;}

@media (min-width: 768px){
    .nav-tabs.nav-justified>li>a {
        border-bottom: initial;
        border-radius: initial;
    }
}

@media(max-width:1024px){

    .abody {flex-direction: column;/* width: 50%; */}
    .adImage { width: 100%; }
    .adTexts { width: 100%; }
    .adInfos { width: 100%; }
    .abody .aimg { border-radius: 0px 0px 0 0; }
    .abody .aimg img { height: auto; width: 100%;}

    .carousel {
        padding: 0px 5px 25px;
    }   
}

@media(max-width:940px){

    .app {
        min-height: 360px;
    }   
}

#footer .dropdown-menu{
  border: 0px;
}

@media(max-width:767px){
    #menu-content.nav-tabs>li {

        width: 100%;
    }
    .institutional-pages .frame{
        padding:20px 0px;
    }

    .footer-top, .footer-top .social-footer{
        text-align: center;
    }

    ul.language {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        overflow:  auto;
    }

    #footer .dropdown-menu {
        display:none;
    }

    /* 
    #footer .dropdown.open ul {
        display: inline-block;
        padding: 0px;
        width:100%;
        margin-top: -3px;
        margin-bottom: 10px;
    }
    */

    #footer .dropdown-menu.show {
        display: inline-block;
        padding: 0px;
        width:100%;
        margin-top: -3px;
        margin-bottom: 10px;
    }
    
    #footer .dropdown-menu.show ul li {
        padding: 8px 20px;
        /* border: solid 1px #dedede; */
    }

    #footer .dropdown-menu, .doble-drown {
        padding: 0px !important;
    }

/*    #footer .doble-drown .dropdown.open  ul li{
       border:none;
       padding:10px 5px;
       
    } */

    #footer .dropdown-menu.show .title-seccion .fa.fa-angle-up{
        font-size: 15px;
        font-weight: 700;
        display:block;
    }

    #footer .dropdown-menu .title-seccion .fa.fa-angle-down{
        font-size: 15px;
        font-weight: 700;
        display:block;
    }

    #footer .dropdown-menu.show .title-seccion .fa.fa-angle-down{
        display:none;
    }

    .vin{
        text-align: center;
        margin-bottom:10px;        
    }
    .abody .aimg{
        margin: 0px auto 15px !important;
    }
}
.well.affix {
    /* position:fixed; */
    top: 60px;
    z-index: 990;
    max-height: 590px;
    overflow: auto;
    max-width: 360px; 
}

.noaffix{
    position: initial;
    top: inherit !important;
    max-height: initial !important;
    max-width: initial !important;
}

.icons-desc.left >li{
    padding-left: 90px;
    padding-top: 20px;
    background: url(/img/institutional/icon2-red.png) no-repeat  1% top;
}
.icons-desc2.left >li{
    padding-left: 90px;
    padding-top: 20px;
    background: url(/img/icon-red.png) no-repeat  1% top;
}

.icons-desc.right >li{
    text-align: right;
    padding-right: 90px;
    padding-top: 20px;
    background: url(/img/institutional/icon2-red.png) no-repeat  99% top;
}
.icons-desc2.right >li{
    text-align: right;
    padding-right: 90px;
    padding-top: 20px;
    background: url(/img/icon-red.png) no-repeat  99% top;
}

ul.icons-desc li>p{
  font-size: 14px;
}

ul.icons-desc li>strong{
  font-size: 18px;
  line-height: 40px;
}
ul.icons-desc2 li>p{
    font-size: 14px;
}

ul.icons-desc2 li>strong{
    font-size: 18px;
    line-height: 40px;
}

@media(max-width: 991px) {
    .icons-desc.right >li{
        text-align: left;
        padding-left: 90px;
        padding-top: 20px;
        background: url(/img/institutional/icon2-red.png) no-repeat  1% top;
        padding-right: 0px;
    }
}

.dropdown-backdrop{position: static;}

@media (max-width: 540px) {
    .share_link {
        padding: 0px !important;
    }
}

@media (max-width: 479px) {
    .share_link {
        width: 50% !important;
        margin-bottom: 5px;
    }
}

.keywords {
    font-size: 11px !important;
    padding: 0px;
    margin: 1px 8px;
    color: #999 !important;
    background: transparent !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    max-width: 100%;
}


.dropdown-backdrop{position: static;}

.detail{margin-bottom: 5px; padding: 20px;}
.detail-title{margin: 5px 0;padding: 0 15px;color:#666;font-size: 30px;font-weight:700;text-shadow:0 1px 0 rgba(255,255,255,1);}
.detail-module{position:relative;display:block;background:#fff;padding: 0;border:0;margin-bottom: 15px;}
.detail-module .thumbnail{ padding: 0; border: 0; }
.detail-module .thumbnail img{ border-radius: 5px; }
#galleries #pictures ul,
#galleries #videos ul { padding-top: 20px; display: inline-grid; grid-template-columns: repeat(4, 1fr); grid-column-gap: 10px; grid-row-gap: 10px; grid-gap: 10px; }

@media(max-width:940px){
  #galleries #pictures ul,
#galleries #videos ul { grid-template-columns: repeat(3, 1fr);}
}

@media(max-width:768px){
  #galleries #pictures ul,
#galleries #videos ul { grid-template-columns: repeat(4, 1fr);}
}

@media(max-width:560px){
  #galleries #pictures ul,
#galleries #videos ul { grid-template-columns: repeat(3, 1fr);}
}

@media(max-width:440px){
  #galleries #pictures ul,
#galleries #videos ul { grid-template-columns: repeat(2, 1fr);}
}

#galleries #pictures ul .thumbnail,
#galleries #videos ul .thumbnail { margin-bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    border: solid 1px;
    border-radius: 5px;}
#galleries #pictures ul .thumbnail img,
#galleries #pictures ul .thumbnail img, #galleries #videos ul .thumbnail img {
    width: 172px;
    max-height: 128px;
    cursor: pointer;
    min-height: 128px;
}
.detail .detail-address{font-size:13px;padding-left:15px;background:url(../img/icon-location.gif) no-repeat;}
.detail .detail-address span{display:inline-table;}
.detail .detail-infos {font-size: 13px;min-height: 200px;}
.detail .detail-infos:before { content: ''; width: 1px; height: 100%; position: absolute; top: 0; left: 0; background-color: #eeeeee;}
.detail .detail-social { position: absolute; top: 0; right: 10px; }
.detail .detail-social .social { display: flex; flex-direction: column; }
.buttons-actions { display: grid; grid-template-columns: repeat(4, 1fr); grid-column-gap: 30px; grid-row-gap: 30px; grid-gap: 30px}

@media screen and (max-width:720px){
    .buttons-actions {grid-template-columns: repeat(3, 1fr)};
}

@media screen and (max-width:500px){
    .buttons-actions {grid-template-columns: repeat(2, 1fr)};
}

@media screen and (max-width:360px){
    .buttons-actions {grid-template-columns: repeat(1, 1fr)};
}


@media screen and (max-width:560px){
    .detail .detail-infos {padding: 0 50px 20px 0;}
    .detail .detail-infos:before { display: none;}    
}

.detail .social{margin:0;}
.detail .social a{display:inline-block;width:32px;height:32px;margin:0 0 10px 0;opacity:0.7;background:url(../img/social-sprite.png?2);background-repeat:no-repeat;}
.detail .social a.disabled{opacity:0.15;}
.detail .social a.disabled:hover{opacity:0.15;}
.detail .social a:hover{opacity:1;}
.detail .social a.facebook{background-position:0 0;}
.detail .social a.skype{background-position:0 -32px;}
.detail .social a.twitter{background-position:0 -64px;}
.detail .social a.youtube{background-position:0 -96px;}
.detail .social a.instagram {background-position: 0 -128px;}

.detail .social a.notactive{ pointer-events: none;opacity: 0.3;}

.detail .btn-group-lg .btn{margin-bottom:0;font-size:16px;font-weight:500;}
.id{font-size:10px;text-align:right;margin-bottom:15px;}
.direct-link p{margin-bottom:0;}
.direct-link .fb-like{float:right;}
.rating{margin-bottom: 15px;}
.rating-alert{font-size:12px;text-align:right;margin-bottom:0;}
.rating-alert.ra-ok{color:green;}
.rating-alert.ra-error{color:red;}
.rating-alert .fa{margin-right:5px;}
.category-rating{line-height:1;padding:3px;text-align:left;border-top:1px dashed #ccc;border-bottom:1px dashed #ccc;margin-bottom:0;}
.category-rating,
.search-rating{margin-bottom:10px;}
.rating label,
.category-rating label,
.search-rating label{display:block;font-size: 12px;font-weight:400;color:#666;text-shadow:0 1px 0 rgba(255,255,255,1);}
.search-rating label,
.category-rating label{margin-bottom:0}
.rating ul,
.category-rating ul,
.search-rating ul{list-style:none;display:block;margin:0;padding:0;}
.rating ul li,
.category-rating ul li,
.search-rating ul li{display:inline-block;margin:0 3px 0 0;padding:0;}
.rating .stars{display:block;text-align:right;}
.category-rating .stars{display:inline-block;text-align:left; }
.search-rating .stars{display:block;text-align:left;}
.rating .stars .star{width: 15px;height: 15px;background:url(../img/stars.png) top left no-repeat;display:inline-block;margin-right:2px;background-size: 100%;}
.category-rating .stars .star,
.search-rating .stars .star{width:14px;height:14px;background:url(../img/stars-min.png) top left no-repeat; display:inline-block; background-size: 100%;}
.rating .stars .point{background:url(../img/stars.png) center left no-repeat;background-size: 100%;}
.category-rating .stars .point,
.search-rating .stars .point{background:url(../img/stars-min.png) center left no-repeat;background-size: 100%;}
.rating .stars .hover{background:url(../img/stars.png) bottom left no-repeat;background-size: 100%;}
.category-rating .stars .hover,
.search-rating .stars .hover{background:url(../img/stars-min.png) bottom left no-repeat;}

.coupons-list .thumbnail{max-width:160px;text-align:center;display:inline-block;vertical-align:top;margin:8px;}
.detail-pro .coupons-list .thumbnail:hover{text-decoration:none; background-color: #fec629; }
.detail-ultra .coupons-list .thumbnail:hover{text-decoration:none; background-color: #46A9EA; }
.detail-super .coupons-list .thumbnail:hover{text-decoration:none; background-color: #7ac178; }
.coupons-list .thumbnail p{line-height: 150%;max-height: 60px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;white-space: pre-line;}
.opening table th,
.opening table td { font-size: 12px; }
.comments{margin-bottom:30px;}
.comments h3{font-size: 26px; font-weight: 800; color: #606060;}
.comments .comment-item{padding: 15px 0;border-bottom:1px solid #D6D6D6;}
.comments .comment-item p{font-size:13px;text-align:left;text-shadow:0 1px 0 rgba(255,255,255,1);}
.comments .comment-item p .comment-avatar{float:left;margin:0 10px 10px 0;}
.comments .comment-item p span{display:block;font-weight:400;}
.comments .view-more{text-align:right;margin:5px 0;}
.comments .comment-form textarea{resize:none; border: 0; background-color: #eeeeee; border-radius: 10px;}
.comments .comment-form .img-captcha{margin-bottom:10px;}
.comments .comment-form label{font-weight:400;}
.comments .comment-form .cont-btn{text-align:right;padding:18px 0;}
.comments .comment-form .cont-btn .btn{font-size:16px;}
.actions{padding:15px 0;border:1px solid #DDDDDD;border-left:0;border-right:0;text-align:left;-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 1),inset 0 1px 0 rgba(255, 255, 255, 1);box-shadow:0 1px 0 rgba(255, 255, 255, 1),inset 0 1px 0 rgba(255, 255, 255, 1);display:block;}
.actions ul{display:inline-block;list-style:none;margin:0;padding:0;}
.actions ul li{font-size:14px;display:inline-block;margin:0 20px 0 0;padding:0}
.actions .report{float:right;position:relative;}
.map{position:relative;display:block;background:#fff;padding: 15px;border: 1px solid;border-radius: 10px;margin-bottom:30px;text-align:center;}
.map .caption{padding:10px 30px;display:none;position:relative;background-color:#fff;}
.map:hover .caption{display:block;}
.map>a>img{width:100%;position:relative;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
.banner-aside{position:relative;display:block;background:#fff;padding:0;border:1px solid; border-radius:11px; margin-bottom:30px;text-align:center;}
.banner-aside img{width:100%;position:relative;border-radius: 10px;}
.qr-code{margin-bottom:30px;text-align:center;}
.qr-code img{background:#fff;border:1px solid #fec629;width: 100%;max-width: 320px; border-radius: 10px; overflow: hidden;}
.icon.icon-fax{background:url(../img/fax.png) top left no-repeat;display:inline-block;margin-right:3px;position:relative;text-align:center;width:14px;height:14px;}
.detail-coupon{width:630px;font-size:13px;border:#CA0 2px dashed;position:relative;padding:10px;margin:20px 0;}
.detail-coupon .scissors{width:120px;height:90px;position:absolute;right:-4px;bottom:-11px;z-index:2;}
.i-page{background-color:#fff;border-radius:4px;padding:15px;border:1px solid #ddd;position:relative;}
.i-page h1{font-size:22px;font-weight:700;color:#2693FF;margin:10px 0 20px;}
.i-page h2{font-size:20px;font-weight:500;color:#333;margin:5px 0 10px;background:transparent;}
.i-page h3{font-size:18px;font-weight:700;color:#333;margin:20px 0 5px;background:transparent;}
.i-page h5{font-size:16px;font-weight:700;color:#333;margin:0 0 10px;}
.i-page .btn-collapse{float:right;margin-left:10px;}
.select-inst{margin-bottom:20px;}
.list-vali{list-style:none;margin:0 0 20px 0;padding:0;text-align:center;}
.list-vali li{padding:0;margin:0;display:inline-block;}
.gratitude{font-size:14px;text-align:right;font-style:italic;color:#666;}
.gratitude b{font-weight:500;font-style:normal;font-size:16px;}
.thumb-office{margin-bottom:20px;}
.thumb-office img {display:block; width:100%}
.thumb-office .caption{ text-align:center; height:200px; border-bottom:1px solid #ddd;}
.thumb-office .caption>h4{font-size:18px;color:#777;font-weight:600;margin:15px 0;}
.thumb-office .caption>p{font-size:14px;margin-bottom:2px;}
.mosaic-block{float:left;position:relative;overflow:hidden;width:100%;height:120px;margin-bottom:20px;background:#111 url(../img/progress.gif) no-repeat center center;border:1px solid #ccc;}
.mosaic-block .details{padding:12px;}
.mosaic-block .details p{vertical-align:middle;display:table-cell;font-size:13px;font-weight:500;color:#111;text-shadow:0 1px 0 rgba(255,255,255,0.4)}
.mosaic-backdrop{display:none;position:absolute;top:0;height:100%;width:100%;background:#FFD700;}
.mosaic-overlay{display:none;z-index:5;position:absolute;width:100%;height:100%;background:#111;}
.mosaic-overlay img{width:100%;}
.ads-type{text-align:center;margin:20px;position:relative;}
.ads-type .head h1{display:block;height:58px;line-height:58px;font-size:24px;color:#fff;margin:0;text-shadow:0 -1px 1px rgba(0,0,0,0.6)}
.ads-type .legend{font-size:16px;margin-top:15px;font-weight:700;color:#666;height:88px;font-style:italic}
.ads-type .body{padding:10px;box-shadow:0 1px 2px rgba(0,0,0,0.3)}
.ads-type .body hr{border-color:#ccc;}
.ads-type .image{display:block;padding:2px;background:#fff;min-height:200px;border:1px solid #ccc;}
.ads-type .image span{visibility:hidden;display:block;padding:5px 0;}
.ads-type .image:hover span{visibility:visible;}
.ads-type .image img{width:100%;}

img.gray:hover {
    cursor: pointer;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.gray {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(50%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    transition: filter 400ms ease;
    -webkit-transition: -webkit-filter 600ms ease;
    -o-transition: filter 400ms ease;
    -moz-transition: filter 400ms ease;
    -ms-transition: filter 400ms ease;
}

.container-article{
    padding-left: 35px;
}

ul.related>li, ul.relatedhome>li>div {
    display: flex;
    margin-bottom: 25px;
    border: 1px solid #d9a307;
    max-height: 100px;
    background-color: white;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

ul.related>li img,
ul.relatedhome>li>div img{
    width: 100%;
}
ul.related>li .item-image,
ul.relatedhome>li>div .item-image{
    min-width: 130px;
    vertical-align: middle;
    align-items:  center;
}

ul.related>li .item-content,
ul.relatedhome>li>div .item-content{
    padding:0 10px;
    display: grid;
    align-items:  center;
}
ul.related>li .item-image a,
ul.relatedhome>li>div .item-image a{
    display: flex;
}

.article h1.title-article{
    font-size: 32px;
    font-weight:  600;
    margin-top: 5px;
    margin-bottom: 30px;
}

.article .cont-article>h2{
    font-size: 24px;
    font-weight:  600;
}
.article .cont-article>iframe{
    width: 100%;
    min-height: 315px;
    height: auto;
}
.article .cont-article>ul{
    padding-left: 20px;
    list-style: inherit;
}

.article .cont-article>p{
    margin: 15px 0px;
}

.article .cont-article>img{
    width: 100%
}

.fa-star{
    color:#fec629;
    font-size: 16px;
  margin:0 3px;
    cursor: pointer;
}

.fa-star-o{
    font-size: 16px;
    cursor: pointer;
  margin:0 3px;
}
.stars:hover>.fa-star:hover, .stars:hover>.fa-star-o:hover{
    color:#FFC926;
    
}
.fa-star-o:hover:before{
    content: "\f005";
}

ul.related>li:hover,
ul.relatedhome>li>div:hover{
    border: 1px solid #c7c7c7;
  box-shadow:0 1px 0 rgba(0,0,0,0.15);
}

ul.related>li:hover a{
        background-size: 125% !important;
}

ul.related>li:hover img{
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.social a.facebook{background-position:0 0;}
.social a.skype{background-position:0 -32px;}
.social a.twitter{background-position:0 -64px;}
.social a.youtube{background-position:0 -96px;}
.social a.instagram {background-position: 0 -128px;}
.social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 10px 5px 0 0;
    opacity: 0.7;
    background: url(../img/social-sprite.png);
    background-repeat: no-repeat;
}
.shareBtnContainer {
    left: auto;
    margin-top: 30px;
    position: fixed;
    top: auto;
    z-index:9;
    margin-left: -40px;
    padding: 0px;
}
.shareBtnContainer li {
    padding-bottom: 5px;
    cursor: pointer;
}

.list-social > li{
    float: right ;
    padding: 5px 2px;
}

@media (max-width: 767px){
    .container-article{
        padding: 0px;
    }
    .shareBtnContainer li{
        float: left;
        padding: 5px;
    }

    .shareBtnContainer {
        position: initial;
        display: flex;
        width: 100%;
        padding: 15px;
        margin: 0px;
    }
}
.bookmarks{
  position:fixed;
  bottom:0;
  right: 10px;
  background: red;
}
.bookmarks>a{
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  margin: 0px;
}

.launch-timer{
    position: relative;
    top: -30px;
    text-align: center;
    display: inline-block;
    padding: 14px 25px;
    margin: auto;
    background-color: #fff;
    border-radius: 75px;
}

@media only screen and (max-width: 560px){
  .launch-timer{
    padding: 14px 14px;
    border-radius: 35px;
  }
}
.launch-timer p{
  font-size:16px;
  font-weight:700;
  line-height:1;
  margin-bottom:10px;
}
.launch-timer div.val{
  display:inline-block;
  vertical-align:top;
  width:60px;
}
.launch-timer div.val b{
  display:block;
  font-weight:300;
  font-size:36px;
  margin-bottom:3px;
  line-height:1;
}
.launch-timer div.val i{
  display:block;
  font-style:normal;
  font-size:13px;
  font-weight:normal;
  line-height:1;
}

/* List people */
.block-people{
  margin:auto;
  margin-top:60px;
  margin-bottom:60px;
  text-align:center;
}
.block-people h2{
  color:#000;
  text-align:left;
  font-weight:400!important;
  font-style:normal!important;
  font-size:28px;
  margin:0 0 30px;
}
.list-people li{
  min-height: 330px;
  width: 260px;
  display: inline-block;
  margin: 10px 15px;
  padding: 0px;
  position: relative;
  vertical-align: top;
}
.list-people li .data-img{
  border-radius: 15% 0 50%;
  padding: 3px;
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
  border: 5px solid #f9f9f9;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}
.list-people li .data-people{
  color:#000;
  font-weight:300;
  font-size:16px;
}
.list-people li .data-cargo,
.list-people li .data-info{
  font-size:14px;
}
.list-people li:hover .data-name{
  color:#0badf5;
}
.list-people li:hover .data-img{
  border-color:#eee;
}
.profile-people .modal-content{
  max-height: 100%;
}
.profile-people .modal-header{
  background: #fff;
  border-radius: 6px 6px  0px 0px;
  height: 55px;
  padding: 0px;
  border: none;
}
.profile-people .modal-header>div{
  background: #fff000;
  border-radius: 6px 6px 0px 0px;
  height: 40px;
  padding: 16px;
}
.profile-people .modal-logo{
  position: absolute;
  width: 40px;
  top: 8px;
  z-index: 9;
}
.profile-people .modal-header i{
  float: right;
  cursor: pointer;
}
.profile-people .modal-body{
  max-height: 600px;
  overflow-x: auto;
  padding: 10px 15px 10px;
}
.profile-people .profile-resume {
  text-align:center;
  margin-bottom:40px;
}
.profile-people .profile-resume .corp-img {
  border-radius: 15% 0 50%;
  padding: 3px;
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
  border: 5px solid #f9f9f9;
}
.profile-people .profile-resume h2{
  font-weight:400;
  color:#000;
  font-size:20px;
  font-style:normal!important;
}
.profile-people .profile-resume p {
  font-size:16px;
  font-weight:300;
  color:#000;
  line-height:1;
  margin-bottom:5px;
}
.profile-people .resume-extend p {
  font-size:16px;
  font-weight:300;
  color:#000;
}
.profile-people .resume-extend p.desc-title{
  margin-top:40px;
}
.profile-people .resume-extend p.desc-title,
.profile-people .resume-extend p.desc-sub-title,
.profile-people .resume-extend p.desc-title i{
  font-weight: 400;
}

.agent-card{
  background:#fff;
  padding: 20px;
    border: 3px solid #eee;
    border-radius: 9px;
  text-align:center;
  position:relative;
  z-index:1;
  margin-bottom:40px;
}
.agent-card:before{
  content:"";
  position:absolute;
  width: 30px;
    height: 30px;
    top: -3px;
    left: -3px;
  background-image:url('/img/form-corner.svg');
}

@media screen and (max-width:991px){
  .agent-card{
    margin-bottom:30px;
  }
}
.agent-card h1{
  font-size:24px;
  font-weight:300;
  color:#F47960;
  margin: 0 0 10px;
  line-height:120%;
}
.agent-img{
  border-radius:100%;
  padding: 3px;
  width: 150px;
  height: 150px;
  border: 5px solid #f9f9f9;
}
.agent-data {
  padding:0 30px;
}

@media screen and (max-width:560px){
  .agent-data {
    padding:0;
  }
}
.agent-data h2{
  color: #000;
    font-weight: 400;
    font-size: 18px;
}
.agent-data p{
  color: #000;
    font-weight: 300;
    font-size: 14px;
}
.agent-data p.location{
  font-size: 16px;
  padding:20px 0;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
}
.agent-data .btn{
  max-width: 220px;
    white-space: normal;
    line-height: 1.2;
}
.agent-social {
  border-top:1px solid #ddd;
  margin:20px 0;
  padding-top: 20px;
  text-align:center;
}
.agent-social li{
  width:24px;
  height:24px;
  display:inline-block;
  margin:0 2px;
}
.agent-social li a{
  display:block;
}
.agent-social li a img{
  width:100%;
}
.agent-no-results {
    padding: 50px 20px;
  background-color:#f8f7f7;
    text-align: center;
  margin:auto;
    margin-bottom: 80px;
    max-width: 660px;
  border-radius: 8px;
}
.agent-no-results img{
  width:200px;
}
.agent-no-results h1{
  font-size: 28px;
    font-weight: 300;
    color: #F47960;
}
.agent-no-results h2{
    font-size: 20px;
    font-weight: 300;
    color: #000;
    margin-bottom: 30px;
}

@media screen and (max-width:660px){
  .agent-no-results {
    margin:0 15px 60px;
  }
  .agent-no-results h1{
    font-size:22px;
  }
  .agent-no-results h2{
    font-size:16px;
  }
}
.certifications{
  text-align:center;
  margin-bottom:60px;
}
.certifications h3{
  font-size: 21px;
    font-weight: 300;
  color:#F47960;
  margin-top:0;
}
.certifications .nav-tabs{
  border:0;
  padding: 3px;
  margin-bottom: 10px;
}
.certifications .nav-tabs>li{
  float:none;
  width: 7%;
  margin:2px;
  margin-bottom:0;
  display:inline-block;
}

@media screen and (max-width:1199px){
  .certifications .nav-tabs>li{
    margin:0;
  }
}

@media screen and (max-width:560px){
  .certifications .nav-tabs>li{
    width: 18%;
  }
}
.certifications .nav-tabs>li>a{
  border:0;
  padding: 3px;
  border-bottom:3px solid transparent;
}
.certifications .nav-tabs>li.active>a,
.certifications .nav-tabs>li.active>a:focus,
.certifications .nav-tabs>li.active>a:hover {
  border:0;
  border-bottom:3px solid #6495ed;
}
.certifications .nav-tabs>li>a>img{
  width:100%;
  -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  opacity:0.3;
}
.certifications .nav-tabs>li.active>a>img{
  opacity:1;
  width:100%;
  -webkit-filter:none;
  filter:none;
}
.certifications .nav-tabs>li.active>a:hover{
  border-bottom:3px solid #6495ed;
}
.certifications .tab-content .tab-pane {
  position:relative;
}

@media screen and (max-width:767px){
  .certifications .tab-content .tab-pane{
    height:360px;
  }
}
.bg-certificate{
  position:relative;
  width:100%;
  background-position:center top;
  background-repeat:no-repeat;
    height: 580px;
  background-size: 100%;
}

@media screen and (max-width:1199px){
  .bg-certificate{
    margin:auto;
    width:600px;
    height:510px;
  }
}

@media screen and (max-width:767px){
  .bg-certificate{
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -290px;
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.5, 0.5);
    width: 600px;
    height: 510px;
  }
}
.certificate-1{
  background-image:url('/img/graphs/certificates/licencee/certificate_licencee.jpg');
}
.certificate-agent-1{
  background-image:url('/img/graphs/certificates/agent/certificate_agent.jpg');
}
.certificate-agent-2{
  background-image:url('/img/graphs/certificates/agent/certificate_agent.jpg');
}
.certificate-agent-3{
  background-image:url('/img/graphs/certificates/agent/certificate_agent.jpg');
}
.certificate-agent-4{
  background-image:url('/img/graphs/certificates/agent/certificate_agent.jpg');
}
.certificate-agent-5{
  background-image:url('/img/graphs/certificates/agent/certificate_agent.jpg');
}
.certificate-agent-6{
  background-image:url('/img/graphs/certificates/agent/certificate_agent.jpg');
}
.certificate-agent-7{
  background-image:url('/img/graphs/certificates/agent/certificate_agent.jpg');
}
.certificate-agent-8{
  background-image:url('/img/graphs/certificates/agent/certificate_agent.jpg');
}
.certificate-agent-9{
  background-image:url('/img/graphs/certificates/agent/certificate_agent.jpg');
}
.certificate-agent-10{
  background-image:url('/img/graphs/certificates/agent/certificate_agent.jpg');
}
.certificate-agent-11{
  background-image:url('/img/graphs/certificates/agent/certificate_agent.jpg');
}
.certificate-agent-12{
  background-image:url('/img/graphs/certificates/agent/certificate_agent.jpg');
}
.certificate-agent-13{
  background-image:url('/img/graphs/certificates/agent/certificate_agent.jpg');
}
.certificate-agent-14{
  background-image:url('/img/graphs/certificates/agent/certificate_agent.jpg');
}
.certificate-agent-15{
  background-image:url('/img/graphs/certificates/agent/certificate_agent.jpg');
}
.certificate-agent-16{
  background-image:url('/img/graphs/certificates/agent/certificate_agent.jpg');
}
.text-1{
  position:absolute;
  width: 280px;
    text-align: center;
    color: #fff;
    font-weight: bolder;
    font-size: 36px;
    left: 248px;
    top: 149px;
}

@media screen and (max-width:1199px){
    .text-1{
    font-size: 30px;
    left: 162px;
    top: 115px;
  }
}
.text-2{
    position: absolute;
    width: 400px;
    text-align: center;
    color: #B01F18;
    font-weight: bolder;
    font-size: 26px;
    left: 190px;
    top: 218px;
}

@media screen and (max-width:1199px){
    .text-2{
    font-size: 20px;
    left: 200px;
    top: 70px;
  }
}
.text-3{
    position: absolute;
    width: 400px;
    text-align: center;
    top: 270px;
    font-size: 18px;
    font-weight: 300;
    left: 190px;
    color: #000;
}

@media screen and (max-width:1199px){
  .text-3{
    top: 215px;
    font-size: 16px;
    left: 105px;
  }
}
.text-4{
  position: absolute;
    width: 500px;
    text-align: center;
    top: 295px;
    font-size: 37px;
    font-weight: 300;
    left: 145px;
    color: #DF1628;
}

@media screen and (max-width:1199px){
  .text-4 {
    top: 230px;
    font-size: 32px;
    left: 55px;
  }
}
.text-5{
    position: absolute;
    width: 550px;
    text-align: center;
    top: 350px;
    font-size: 18px;
    font-weight: 300;
    left: 120px;
    color: #000;
}

@media screen and (max-width:1199px){
  .text-5 {
    top: 175px;
    font-size: 16px;
    left: 125px;
  }
}
.text-6{
    position: absolute;
    left: 363px;
    top: 457px;
    width: 50px;
    font-size: 10px;
    text-align: center;
    line-height: 1;
    color: #000;
    font-weight: 900;
}

@media screen and (max-width:1199px){
  .text-6{
    left: 377px;
    top: 256px;
    font-size: 9px;
  }
}
.badge-inside{
    position: absolute;
    width: 65px;
    text-align: center;
    left: 454px;
    top: 25px;
}

@media screen and (max-width:1199px){
  .badge-inside{
    left: 350px;
    top: 15px;
    width: 55px;
  }
}
.text-7{
    position: absolute;
    width: 480px;
    text-align: center;
    color: #848484;
    font-weight: 600;
    font-size: 28px;
    left: 246px;
    top: 97px;
}
.text-7 span{
  position:relative;
}
.text-7 span:after {
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 100%;
    background-color: #848484;
    position: absolute;
    right: -10px;
    top: 18px;
}
.text-7 span:before {
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 100%;
    background-color: #848484;
    position: absolute;
    left: -10px;
    top: 18px;
}

@media screen and (max-width:1199px){
    .text-7{
    font-size: 22px;
    left: 160px;
    width: 420px;
    top: 75px;
  }
  .text-7 span:after,
  .text-7 span:before {
    top:13px;
  }
}
.text-8{
    position: absolute;
    width: 500px;
    text-align: center;
    color: #000;
    left: 235px;
    line-height: 1.2;
    top: 157px;
    font-size: 16px;
    font-weight: 300;
}

@media screen and (max-width:1199px){
    .text-8{
    font-size: 14px;
    left: 160px;
    width: 420px;
    top:115px;
  }
}
.text-8b{
    position: absolute;
    width: 500px;
    text-align: center;
    top: 187px;
    line-height: 1;
    font-size: 28px;
    font-weight: 300;
    left: 235px;
    color: #9D2E35;
}

@media screen and (max-width:1199px){
    .text-8b{
    font-size: 22px;
    left: 160px;
    width: 420px;
    top:140px
  }
}
.text-9{
position: absolute;
    width: 500px;
    text-align: center;
    top: 260px;
    font-size: 16px;
    font-weight: 300;
    left: 235px;
    color: #000;
}

@media screen and (max-width:1199px){
  .text-9{
    font-size: 14px;
    left: 160px;
    top:235px;
    width: 420px;
  }
}
.text-10{
  position: absolute;
  width: 500px;
    text-align: center;
    top: 293px;
    line-height: 1;
    font-size: 26px;
    font-weight: 700;
    left: 245px;
    color: #9D2E35;
}

@media screen and (max-width:1199px){
  .text-10 {
    left: 160px;
    width: 420px;
    top:260px;
    font-size: 22px;
  }
}
.text-11{
    position: absolute;
    width: 500px;
    text-align: center;
    top: 345px;
    font-size: 16px;
    font-weight: 300;
    left: 235px;
    color: #000;
}

@media screen and (max-width:1199px){
  .text-11 {
    left: 187px;
    width: 370px;
    font-size: 14px;
    top: 285px;
  }
}


.text-signature-1{
  left: 342px;
    top: 512px;
    width: 150px;
  line-height:1.2;
    text-align: center;
    position: absolute;
}

@media screen and (max-width:1199px){
  .text-signature-1 {
    left: 250px;
    top: 397px;
  }
}
.text-signature-2{
  left: 577px;
    top: 512px;
  width:150px;
  line-height:1.2;
  text-align:center;
  position:absolute;
}

@media screen and (max-width:1199px){
  .text-signature-2 {
    left: 430px;
    top: 397px;
  }
}
.text-signature-1 b,
.text-signature-2 b{
  display:block;
  font-size:14px;
  font-weight:600;
  color:#000;
}
.text-signature-1 i,
.text-signature-2 i{
  display:block;
  font-size:14px;
  font-weight:300;
  color:#000;
}

@media screen and (max-width:1199px){
  .text-signature-1 b,
  .text-signature-2 b,
  .text-signature-1 i,
  .text-signature-2 i{
    font-size:13px;
  }
}
.form-acknowledgment {
  margin-top:50px;
}

@media screen and (max-width:991px){
  .form-agent .form-group{
    margin:auto;
    margin-bottom:30px;
  }
}

@media (min-width:992px) and (max-width:1199px){
  .form-agent .form-control{
    font-size:20px!important;
  }
}

@media screen and (max-width:560px){
  .form-agent .form-control,
  .form-acknowledgment .form-control{
    font-size:20px!important;
  }
}
.desc-col1{
  color: rgb(142,142,142)    
}
.desc-col2{
  color: rgb(0,54,74)    
}
.green{
    color: #3c763d;
}
table.box-comparative tr td{
    vertical-align: middle;
    padding-left: 20px; 
}
table.box-comparative tr th{
    vertical-align: middle;
}

table.box-comparative td.sub-seccion{
    background: #f7f7f7;
    padding-left: 10px;
    font-weight: 700;
}
.subseccion>li{
   cursor: pointer;
   text-align: center;
   padding: 10px 2px;
   vertical-align: middle;
}

.subseccion>li.active{
   color: #2693FF;
}

.subseccion>li:hover{
   color: rgb(8, 102, 196)
}

@media(min-width:768px){
   .subseccion>li.small{
    max-width: 1px;
   }   
}
.block-top{
  height: 175px;
  padding-top: 45px;
}
.btop-color-1{
  background-color:#FFD600;
}
.btop-color-1 .cover-title{
  color:#333;
}
.btop-color-2{
  background-color:#4DB6AC;
}
.btop-color-3{
  background-color:#E57373;
}
.btop-color-4{
  background-color:#894b94;
}
.btop-color-5{
  background-color:#FFAB91;
}
.btop-color-6{
  background-color:#FFAB00;
}
.btop-color-7{
  background-color:#cbdee9;
}
.btop-color-7 .cover-title{
  color:#333;
}
.btop-color-8{
  background-color:#730707;
}
.btop-color-9{
  background-color:#6495ED;
}
.btop-color-10{
  background-color:#90A4AE;
}
.btop-color-11{
  background-color:#00748B;
}
.btop-color-12{
  background-color:#526ab3;
}
.background-centered{
  background-position:center;
}
.cover-title{
  color:#fff;
  text-align:center;
  font-size:40px;
  padding:35px 0;
  margin:0;
  font-weight:300;
}

@media screen and (max-width:560px){
  .cover-title{
    font-size: 32px;
  }    
}
.block-resume {
  margin-bottom:40px;
}

@media screen and (max-width:991px){
  .block-resume {
    display:none;
  }
}
.block-resume .resume-arrow {
    text-align: center;
    position: relative;
    height: 55px;
    margin-bottom: 50px;
}

@media (max-width:767px){
  .block-resume .resume-arrow {
    max-width:300px;
  }
}
.block-resume .resume-arrow span {
  position: relative;
  top: 17px;
  height: 57.5px;
  margin-left:48px;
  padding:0;
  z-index:1;
  margin-right:14px;
  display: block;
  background: orange;
}
.block-resume .resume-arrow span p {
    font-size: 19px;
    color: #fff;
    font-weight: 300;
    padding: 11px 0;
    line-height: 1;
    text-align: left;
  margin:0;
  text-shadow:0 1px 3px rgba(0,0,0,0.3);
}

@media (min-width:992px) and (max-width: 1199px){
  .block-resume .resume-arrow span p {
    font-size: 16px;
  }
}
.block-resume .resume-arrow:before,
.block-resume .resume-arrow:after{
  content:"";
  position:absolute;
  background-position:top left;
  background-repeat:no-repeat;
}
.block-resume .resume-arrow:before{
  width: 58px;
    height: 77px;
    left:-10px;
    top: 17px;
  -webkit-mask-image: url(../img/graphs/tail_arrow.svg);
    mask-image: url(../img/graphs/tail_arrow.svg);
  background-size: cover;
}
.block-resume .resume-arrow:after{
    width: 78px;
    height: 93px;
    right: -14px;
    top: 0;
   -webkit-mask-image: url(../img/graphs/head_arrow.svg);
    mask-image: url(../img/graphs/head_arrow.svg);
    background-size: cover;
}

/* .block-container .block-content:first-child{
  margin-top:0;
} */
.block-resume .resume-arrow.arrow-color-1:before,
.block-resume .resume-arrow.arrow-color-1:after,
.block-resume .resume-arrow.arrow-color-1 span{
   background-color:#FFCF48;
}
.block-resume .resume-arrow.arrow-color-2:before,
.block-resume .resume-arrow.arrow-color-2:after,
.block-resume .resume-arrow.arrow-color-2 span{
   background-color:#FFB741;
}
.block-resume .resume-arrow.arrow-color-3:before,
.block-resume .resume-arrow.arrow-color-3:after,
.block-resume .resume-arrow.arrow-color-3 span{
   background-color:#FF9B35;
}
.block-resume .resume-arrow.arrow-color-4:before,
.block-resume .resume-arrow.arrow-color-4:after,
.block-resume .resume-arrow.arrow-color-4 span{
   background-color:#FF8621;
}
.block-resume .resume-arrow.arrow-color-1 span p {
  padding: 19px 0;
}


.block-content{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 991px){
  .block-content {
    margin-top:0;
    margin-bottom: 60px;
    flex-wrap: wrap;
  }
}
.block-content.right-img {
    flex-direction: row-reverse;
}
.block-content .block-img {
  position:relative;
}

@media only screen and (max-width: 991px){
  .block-content .block-img {
    text-align:center;
    margin-bottom:60px;
  }
}
.block-content .block-img .graph {
    width: 100%;
  margin:auto;
  max-width:500px;
}
.block-text h2{
  margin-bottom:20px;
}
.block-text p{
   font-size:14px;
   color:#333;
   line-height: 1.5;
   margin-bottom: 20px;
}
.block-timeline{
  position:relative;
}

@media (max-width:767px){
  .block-timeline{
    margin-top:60px;
  }
  .block-timeline .block-img {
    margin-bottom:30px;
  }
  .block-timeline .block-img .graph_3 img {
    width: 140px;
  }
  .block-timeline .graph_3 img.g3_element_2,
  .block-timeline .graph_3 img.g3_element_3 {
    width: 148px;
  }
}
.block-timeline .block-content{
  align-items: initial;
}
.bg-sky{
  background-color:#DBEBED;
}
.ai-form-container{
  margin-top:40px;
  background-image:url('/img/bg_clouds.gif');
  background-position:center bottom;
  background-color:#DBEBED;
  padding:40px 0 150px;
  background-repeat:no-repeat;
  background-size:100%;
}
.ai-form-container .title{
  font-weight:300;
  font-size:32px;
  margin-top:0;
}
.ai-form{
  height: 320px;
  overflow: hidden;
  text-align: center;
  margin:0;
  position:relative;
  z-index:1;
}
.aif-steps{
  padding: 15px 0px;
  height: 285px;
}
.aif-steps label{
  font-weight:400;
  color:#333;
  font-size:18px;
  margin-bottom:40px;
}
.aif-steps input.form-control{
  font-weight:300;
  color:#000;
  font-size:30px;
  text-align:center;
  margin:auto;
  margin-bottom:20px;
  background:transparent;
  border:0;
  padding:0;
  border-radius:0;
  border-bottom:1px solid #333;
  box-shadow:none;
  max-width:500px;
}
.aif-steps textarea.form-control{
  max-width: 500px;
    margin: auto;
    box-shadow: none;
    border: 0;
  padding:0;
    min-height: 50px;
    border-radius: 0;
    border-bottom: 1px solid #000;
    background: transparent;
    margin-bottom: 20px;
    color: #333;
}
.aif-steps select.form-control{
    max-width: 500px;
    margin: auto;
    border: none;
    background: transparent;
    border-bottom: 1px solid;
    box-shadow: none;
    border-radius: initial;
    font-size: 26px;
    min-height: 60px;
    margin-top: -15px;
    margin-bottom: 30px;
}
.aif-autocomplete-select ul.autocomplete>li {
    padding: 11px 10px;
    cursor: pointer;
    font-size: 16px;
}
.aif-autocomplete-select ul.autocomplete>li:hover{
  background-color: #fff;
  font-weight: 400;
  color:#000;
}
.autoscroll {
  height: -webkit-fill-available;
  overflow: auto;
  position: absolute;
  margin: auto;
  width: 100%;
  }
.autoscroll::-webkit-scrollbar {
    display:none;
}
.plane-left{
  position:absolute;
  left:0;
  bottom:-50px;
  height:300px;
}
.plane-right{
  position:absolute;
  right:0;
  bottom:-160px;
  height:300px;
}
.timeline-vline {
    position: absolute;
    top: 80px;
    left: 12.4%;
    width: 4px;
    height: 80%;
    display: block;
    background-color: #eee;
}
.timeline-vline.aiwp{
  height: 60%;  
}
.timeline-vline.aiuapp{
  height: 75%;  
}

@media (min-width:992px) and (max-width:1199px){
  .timeline-vline {
    left: 16.4%;
     height: 77%;
  }
  .timeline-vline.aiwp{
    height: 57%;  
  }
  .timeline-vline.aiuapp{
    height: 72%;  
  }
}

@media (min-width:768px) and (max-width:991px){
  .timeline-vline {
    left: 16.4%;
     height: 77%;
  }
  .timeline-vline.aiwp{
    height: 57%;  
  }
  .timeline-vline.aiuapp{
    height: 72%;  
  }
}

@media (max-width:767px){
  .timeline-vline {
    display:none;
  }
}
.timeline-title {
  font-weight:bold;
  margin-bottom: 0;
}
.timeline-subtitle {
  color:#2D2D2D;
  margin-top:5px;
  margin-bottom:5px;
}
.timeline-date {
  font-size:11px;
}
.tt-color-1{
  color:#eb984e;
}
.tt-color-2{
  color:#a569bd;
}
.tt-color-3{
  color:#76a8c4;
}
.tt-color-4{
  color:#7dcea0;
}
h1.graph-title{
  color:#333;
  font-weight:300;
  font-size:26px;
  text-align:center;
  margin-bottom:60px;
}
h2.graph-title{
  color:#333;
  font-weight:400;
  font-size:22px;
  text-align:left;
  font-style:normal;
  margin-bottom:20px;
}
.banner-section-top {
  padding:40px 0;
}
.right-only-desktop{
  float:right;
}

@media only screen and (max-width: 767px){
  .right-only-desktop{
    float:left;
  } 
}
.banner-section-top .containt-info{
  padding:0;
  margin-bottom:30px;
}
.banner-section-top .title,
.banner-section-top .title3{
  text-align:left;
}

@media only screen and (max-width: 767px){
  .banner-section-top .title4,
  .banner-section-top .title3,
  .banner-section-top .title,
  .banner-section-top .banner-text{
    text-align:center;
  }
}
.text-center{
  text-align:center!important;
}
.bst-color-1 {
  background-color:#F5F5F5;
}
.bst-color-2 {
  background: url(/img/bg_head_hands.jpg) #FFD600 no-repeat;
    background-position: 1000px bottom;
}

@media (min-width:2000px) and (max-width:2400px){
  .bst-color-2 {
    background-position: 750px bottom;
  }
}

@media (min-width:992px) and (max-width:1199px){
  .bst-color-2 {
    background-position: 500px bottom;
  }
}

@media (min-width:768px) and (max-width:991px){
  .bst-color-2 {
    background-position: 250px bottom;
  }
}

@media (max-width:767px){
  .bst-color-2 {
    background-position: center bottom;
  }
}
.block-graph-inside {
  padding-top:60px;
  padding-bottom:30px;
}

@media (max-width:560px){
  .block-graph-inside {
    padding-top:30px;
  }
}
.block-graph-inside .block-content{
    align-items: center!important;
  margin-bottom:0;
}
.block-graph-inside .block-content .block-text p{
  color:#999;
  font-style:italic;
  line-height:1.6;
}

@media (min-width:768px) and (max-width:991px){
  .block-graph-inside .block-content .block-text p.text-right{
    text-align:left;
  }
}

@media (max-width:767px){
  .block-graph-inside .block-content .block-text p{
    text-align:center!important;
  }
}
  
/* Counters */
.counter:not([class^='not_p']) {
  padding:30px 0;
  margin-bottom:40px;
}

@media only screen and (max-width: 767px){
  .counter {
    margin-bottom:0;
  } 
}
.counter .counter-icon {
  position:relative;
  height:60px;
  margin-bottom:10px;
}
.counter .counter-wrapper{
  font-weight: 300;
    margin:0;
    font-size: 48px;
}

@media (min-width: 992px) and (max-width:1199px){
  .counter .counter-wrapper{
    font-size: 44px;
  }
}

@media (min-width: 768px) and (max-width:991px){
  .counter .counter-wrapper{
    font-size: 40px;
  }
}

@media (min-width:768px) and (max-width:991px){
  .ubiz-counter .counter .counter-wrapper{
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px){
  .counter .counter-wrapper{
    font-size: 34px;
  }
}
.counter .counter-label{
  font-size: 18px;
    font-weight: 300;
}

@media (min-width: 768px) and (max-width:991px){
  .counter .counter-label{
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px){
  .counter .counter-label{
    font-size: 14px;
    margin-bottom:40px;
  } 
}
.aboutus-counter.counter .counter-label{
  max-width: 190px;
    margin: auto;
  min-height: 50px;
}
.aboutus-counter .col-6{
  margin-bottom:30px;
}
.aboutus-counter .counter-icon.icon-1 img{
  width:85px;
}
.aboutus-counter .counter-icon.icon-2 img{
  width:61px;
}
.aboutus-counter .counter-icon.icon-3 img{
  width: 92px;
}
.aboutus-counter .counter-icon.icon-4 img{
  width: 56px;
}
.amawebs-counter .counter-icon.icon-1 img{
  width:72px;
}
.amawebs-counter .counter-icon.icon-2 img{
  width:80px;
}
.amawebs-counter .counter-icon.icon-3 img{
  width: 102px;
    margin-top: 15px;
}
.amawebs-counter .counter-icon.icon-4 img{
  width: 77px;
}
.ubiz-counter .counter-icon.icon-1 img{
  width:112px;
}

@media (min-width: 768px) and (max-width:991px){
  .ubiz-counter .counter-icon.icon-1 img{
    width:75px;
  }
}
.ubiz-counter .counter-icon.icon-2 img{
  width:80px;
}

@media (min-width: 768px) and (max-width:991px){
  .ubiz-counter{
    padding:0;
  }
}

@media (min-width: 768px) and (max-width:991px){
  .ubiz-counter .counter-icon.icon-2 img{
    width:58px;
  } 
}

@media (min-width: 768px) and (max-width:991px){
  .ubiz-counter .counter .counter-icon {
    position: relative;
    height: 35px;
  }
}

@media (min-width: 768px) and (max-width:991px){
  .ubiz-counter .counter .counter-wrapper {
    font-size: 32px;
  }
}
.ubiz-counter .counter-icon.icon-1 img{
  width:112px;
}

@media (min-width: 768px) and (max-width:991px){
  .ubiz-counter .counter-icon.icon-1 img{
    width:75px;
  }
}
.ubiz-counter .counter-icon.icon-2 img{
  width:80px;
}

@media (min-width: 768px) and (max-width:991px){
  .ubiz-counter{
    padding:0;
  }
}

@media (min-width: 768px) and (max-width:991px){
  .ubiz-counter .counter-icon.icon-2 img{
    width:58px;
  } 
}

@media (min-width: 768px) and (max-width:991px){
  .ubiz-counter .counter .counter-icon {
    position: relative;
    height: 35px;
  }
}

@media (min-width: 768px) and (max-width:991px){
  .ubiz-counter .counter .counter-wrapper {
    font-size: 32px;
  }
}
.ubiz-present-counter {
  padding-top:0;
}
.ubiz-present-counter .counter-icon.icon-1 img{
  height: 62px;
  margin-top: 5px;
}
.ubiz-present-counter .counter-icon.icon-2 img{
  height: 65px;
}
.ubiz-present-counter .counter-icon.icon-3 img{
  height: 80px;
}
.ubiz-present-counter .counter-icon.icon-4 img{
  width: 60px;
    margin-top: 13px;
}
.clicktohelp-counter .counter-wrapper{
  margin-bottom:0!important;
}
.clicktohelp-counter .counter-wrapper span{
  font-weight: 300;
    margin: 0;
    font-size: 48px;
  color:#000;
  font-style: normal;
    line-height: 1;
}
.clicktohelp-counter .counter-label{
  font-size: 18px!important;
  font-weight: 300;
  color:#000!important;
  font-style: normal!important;
    line-height: 1;
}
.clicktohelp-counter .counter-icon.icon-2 img{
  width:80px;
}
.clicktohelp-counter .counter-icon.icon-5 img{
  width:48px;
}

@media (max-width:991px){
  .clicktohelp-counter{
    padding:0;
    margin: 30px 0 20px;
  }
}

@media (max-width:991px){
  .clicktohelp-counter.counter-icon.icon-2 img{
    width:58px;
  } 
}

@media (max-width:991px){
  .clicktohelp-counter.counter .counter-icon {
    position: relative;
  }
}

@media (max-width:991px){
  .clicktohelp-counter.counter .counter-wrapper {
    margin:0;
  }
  .clicktohelp-counter.counter .counter-wrapper span {
    font-size: 32px;
  }
}

.aside-charts {
  border-left:1px solid #eee;
  float:right;
  margin:80px 0;
  padding-left:20px;
}

@media (max-width:560px){
  .aside-charts{
    float:left;
    border:0;
    padding:0;
    border-bottom: 1px solid #eee;
    margin:0 0 40px;
  }
  .aside-charts .col-6{
    width:100%;
  }
}
.aside-charts h4, 
.aside-charts h5 {
  color:#000;
  text-align:center;
}
.aside-charts h4 {
  margin-bottom:40px;
}

@media (max-width:560px){
  .aside-charts h4 {
    margin-bottom:0;
  } 
}

/* Testimonials */
@media (min-width:768px) and (max-width:991px){
  .banner-testimonials .title {
    font-size: 29px;
    line-height: 120%;
  }
  .banner-testimonials .title3{
    font-size: 24px;
  }
}

@media screen and (max-width:767px){
  .banner-testimonials .title{
    font-size: 26px;
    line-height:120%;
  }
  .banner-testimonials .title3{
    font-size: 20px;
  }
}
.bst-background-2{
  background-image: url('/img/bg_blockchain.gif');
    background-repeat: no-repeat;
  background-color:#f5f5f5;
    background-position:70%;
  background-size:cover;
}

@media (min-width:768px) and (max-width:991px){
  .bst-background-2{
    background-position:65%;
  }
}

@media screen and (max-width:767px){
  .bst-background-2{
    background-position: 100%;
    background-attachment: fixed;
  }
}
.bst-background-1{
  background-image: url('/img/backgrounds/city1.svg');
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 320px;
  padding: 25px 0;
  overflow: hidden;
  background-size: 60%;
}

@media (min-width:992px) and (max-width:1199px){
  .bst-background-1{
    background-size: 82%;
  }
}

@media (min-width:768px) and (max-width:991px){
  .bst-background-1{
    background-size: 84%;
  }
}

@media screen and (max-width:767px){
  .bst-background-1{
    background-size:115%;
  }
}
.bst-background-3{
  background-image: url('/img/backgrounds/city2.svg');
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 320px;
  padding: 25px 0;
  overflow: hidden;
  background-size: 67%;
}

@media (min-width:992px) and (max-width:1199px){
  .bst-background-3{
    background-size: 82%;
  }
}

@media (min-width:768px) and (max-width:991px){
  .bst-background-3{
    background-size: 100%;
  }
}

@media screen and (max-width:767px){
  .bst-background-3{
    background-size: 115%;
  }
}
.bst-background-4{
  background-image: url('/img/backgrounds/city3.svg');
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 320px;
  padding: 25px 0;
  overflow: hidden;
  background-size: 54%;
}

@media (min-width:992px) and (max-width:1199px){
  .bst-background-4{
    background-size: 82%;
  }
}

@media (min-width:768px) and (max-width:991px){
  .bst-background-4{
    background-size: 100%;
    height: 380px;
  }
}

@media screen and (max-width:767px){
  .bst-background-4{
    background-size: 105%;
    height: 360px;
  }
}
.bst-background-5{
  background-image: url('/img/backgrounds/city4.svg');
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 320px;
  padding: 25px 0;
  overflow: hidden;
  background-size: 68%;
}

@media (min-width:992px) and (max-width:1199px){
  .bst-background-5{
    background-size: 84%;
  }
}

@media (min-width:768px) and (max-width:991px){
  .bst-background-5{
    background-size: 100%;
  }
}

@media screen and (max-width:767px){
  .bst-background-5{
    background-size:120%;
  }
}
.bst-gradient-1 {
      background: linear-gradient(-45deg, #ffb59f, #ffdea0, #d3f3ff, #9cffe8);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 30s ease infinite;
    padding: 0!important;
}
.bg-color-1 {
  background-color:#366;
  color:#fff;
}
.bg-color-2 {
  background-color:#f5f5f5;
  color:#000;
}
.bg-color-3 {
  background-color:#2e4048;
  color:#fff;
}
.bg-color-4 {
  background-color:#FFBE00;
  color:#fff;
}
.bg-color-5 {
  background-color:#2689A1;
  color:#fff;
}


.bg-gradient-1 {
  background: linear-gradient(-45deg, #ca3f3f, #730707);
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

.bst-animation_1 {
  position:relative;
}
.bst-animation_1 .pin-1,
.bst-animation_1 .pin-2,
.bst-animation_1 .pin-3,
.bst-animation_1 .pin-4,
.bst-animation_1 .pin-5{
  position:absolute;
  width: 44px;
}
.bst-animation_1 .pin-1{
    bottom: 17px;
    right:27%;
}

@media screen and (max-width:767px){
  .bst-animation_1 .pin-1{
    right:43%;
    width: 34px;
  }
}
.bst-animation_1 .pin-2{
     bottom: 76px;
  right: 17%;
}

@media screen and (max-width:767px){
  .bst-animation_1 .pin-2{
    right: 27%;
    width: 34px;
  }
}
.bst-animation_1 .pin-3{
    bottom: 41px;
    right: 8%;
}

@media screen and (max-width:767px){
  .bst-animation_1 .pin-3{
    right: 8%;
    width: 34px;
  }
}
.bst-animation_1 .pin-4{
    bottom: 77px;
    right: 34%;
}

@media screen and (max-width:767px){
  .bst-animation_1 .pin-4{
    right: 61%;
    bottom: 59px;
    width: 34px;
  }
}
.bst-animation_1 .pin-5{
  bottom: 35px;
  right: 45%;
}

@media screen and (max-width:767px){
  .bst-animation_1 .pin-5{
    right: 80%;
    width: 34px;
  }
}
.form-aside-container {
  float:right;
  position:relative;
}

@media screen and (max-width:991px){
  .form-aside-container{
    float:left;
  }
}
.form-aside{
  background:#fff;
  padding: 20px;
    border: 3px solid #eee;
    border-radius: 9px;
  text-align:center;
  position:relative;
  z-index:1;
}
.form-aside:before{
  content:"";
  position:absolute;
  width: 30px;
    height: 30px;
    top: -3px;
    left: -3px;
  background-image:url(/img/form-corner.svg);
}

@media screen and (max-width:991px){
  .form-aside{
    margin-bottom:30px;
  }
}
.button-scroll{
  border: 3px solid #ddd;
  text-align:center;
  display:block;
  padding:10px;
  font-size: 22px;
  font-weight:300;
  color:#F47960;
  margin-top:0;
  line-height:120%;
  background:transparent;
  text-decoration:none;
  visibility:hidden;
}
.button-scroll:hover{
  border-color:#F47960;
  color:#F47960;
  text-decoration:none;
}
.button-scroll.affix{
  visibility: visible;
    top: 11%;
    max-width: 360px;
    border-radius: 9px;
    position: fixed!important;
}

@media (min-width: 992px) and (max-width:1199px){
  .button-scroll.affix{
    max-width: 285px;
    font-size: 20px;
  }
}

@media screen and (max-width:991px){
  .button-scroll{
    display:none!important;
  }
}

.form-aside h1{
  font-size:28px;
  font-weight:300;
  color:#F47960;
  margin-top:0;
  line-height:120%;
}

@media (min-width: 992px) and (max-width:1199px){
  .form-aside h1{
    font-size:24px; 
  }
}

@media screen and (max-width:560px){
  .form-aside h1{
    font-size:24px; 
  } 
}
.form-aside h2{
  font-size:16px;
  font-weight:300;
  color:#444;
  line-height:120%;
  margin-bottom:30px;
}

@media (min-width: 992px) and (max-width:1199px){
  .form-aside h2{
    font-size:14px; 
  }
}

@media screen and (max-width:560px){
  .form-aside h2{
    font-size:14px; 
  } 
}

@media screen and (max-width:560px){
  .form-aside .col-6{
    width:100%;
  }
}
.form-aside .form-group{
  max-width:inherit;
}
.form-aside .form-control{
  text-align:center;
  font-size:20px!important;
}
.form-aside .captcha > div{
  margin:auto;
}

@media (min-width: 992px) and (max-width:1199px){
   .form-aside .captcha > div{
    max-width: 239px;
    margin: auto;
   }
   .form-aside .captcha iframe{
    transform: scale(0.8,0.8);
    -ms-transform: scale(0.8,0.8);
    -webkit-transform: scale(0.8,0.8);
    margin: auto;
    max-width: 200px;
   }
}

@media screen and (max-width:560px){
   .form-aside .captcha > div{
    max-width: 239px;
    margin: auto;
   }
   .form-aside .captcha iframe{
    transform: scale(0.8,0.8);
    -ms-transform: scale(0.8,0.8);
    -webkit-transform: scale(0.8,0.8);
    margin: auto;
    max-width: 200px;
   }
}
.form-aside p{
  font-size:12px!important;
}
.block-testimonials h1{
  margin-bottom:40px;
  line-height:130%;
}
.block-filter{
  margin-bottom:20px;
}
.block-filter .form-control{
  text-align:center;
  font-size:16px!important;
}
.block-filter .btn{
  width:100%;
}

@media screen and (max-width:480px){
  .block-filter .btn{
    margin:auto;
    width:auto;
  } 
  .block-filter .form-control{
    margin-bottom:15px!important;
  }
  .block-filter .col-5,
  .block-filter .col-4,
  .block-filter .col-3{
    width:100%;
    text-align:center;
  }
}
.bullets-listing{
  margin:40px 0 20px 20px;
  font-size:16px;
  color:#000;
}
.bullets-listing li{
  position:relative;
  margin-bottom:15px;
  padding-left:10px;
  margin-top:20px;
}
.bullets-listing li img{
  position:absolute;
  width:25px;
  left:-25px;
  top:0;
}

@media screen and (max-width:991px){
  .bullets-listing {
    max-width: 320px;
    margin: auto;
    margin-top:40px;
    text-align:left;
  }
}

@media screen and (max-width:560px){
  .bullets-listing {
    max-width: 240px;
  }
}
.testimonial-item {
  margin-bottom:20px;
}
.testimonial-item:nth-child(even){
  background:#fff;
}
.testimonial-item:nth-child(odd){
  background:#f6f6f6;
}
.testimonial-text {
  text-align:center;
  font-weight:300;
  font-style:italic;
  color:#545454;
  padding: 40px 70px 40px;
  font-size:18px;
  position:relative;
}
.testimonial-text:before{
    content: "";
    width: 36px;
    height: 28px;
    top: 36px;
    left: 23px;
  position:absolute;
  background-image:url(/img/blockquote_start.svg);
}
.testimonial-text:after{
  content:"";
  width: 36px;
    height: 28px;
  bottom:32px;
  right:23px;
  position:absolute;
  background-image:url(/img/blockquote_end.svg);
}
.testimonial-author {
  border-image: url(/img/line_dialog.svg) 13 0 0 0;
  border-top: solid transparent 13px;
  padding:20px 15px;
  display: flex;
    align-items: center;  
}

@media screen and (max-width:767px){
  .testimonial-author {
    display:block;
    align-items:inherit;
    text-align:center;
  }
}
.testimonial-avatar {
  width:65px;
  height:65px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position: center center;
  border-radius:100%;
  border:3px solid #eee;
  float:left;
  position:relative;
}

@media screen and (max-width:767px){
  .testimonial-avatar {
    float:none;
    display:inline-block;
    margin:auto;
    margin-bottom:15px;
  }
}
.testimonial-details {
  margin-left:10px;
}

@media screen and (max-width:767px){
  .testimonial-details {
    margin-left:auto;
    margin-bottom:20px;
  }
}
p.testimonial-name{
  font-size:14px;
  font-weight:600;
  color:#545454;
  text-transform:uppercase;
  margin:0;
}
p.testimonial-location{
  font-size:13px;
  font-weight:400;
  font-style:italic;
  color:#545454;
  margin:0;
}
.testimonial-aside {
    width: 170px;
    text-align: right;
    position: absolute;
    right: 30px;
}

@media screen and (max-width:767px){
  .testimonial-aside {
    width:100%;
    display:block;
    position:relative;
    right:auto;
    text-align:center;
  }
}
p.testimonial-since{
  font-size:11px;
  color:#545454;
  margin:0;
}

/* Letter */
.letter-container{
  text-align:center;
  padding:100px 0;
  background-position:left;
    background-repeat: no-repeat;
}

@media screen and (max-width:767px){
  .letter-container{
    padding:40px 0 80px;
    background-position:center top; 
  }
}
.bl-background-1{
  background-image:url('/img/bg_letter.jpg');
}
.bl-background-2{
  background-image:url('/img/bg_letter2.jpg');
}
.bl-background-3{
  background-image:url('/img/bg_letter3.jpg');
  background-position: top;
  background-size:95%;
}
.bl-background-4{
  background-image:url('/img/bg_letter4.jpg');
}
.bl-background-5{
  background-image:url('/img/bg_letter5.jpg');
}
.letter-format{
    max-width: 740px;
    margin:auto;
  background:#fff;
    border: 1px solid #ddd;
    padding:30px 60px;
  padding-top:60px;
  position:relative;
  margin-bottom:80px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

@media screen and (max-width:767px){
  .letter-format{
    max-width:auto;
    margin:0 30px;
    padding:20px 30px;
    font-size:14px;
  }
}
.letter-format:before{
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    top: -3px;
    right: -3px;
    background-image: url('/img/form-corner.svg');
    transform: rotate(90deg);
}
.letter-format .title {
  text-align: left;
  font-weight: 300;
  margin: 15px 0 40px;
  font-size: 32px;
}

@media screen and (max-width:767px){
  .letter-format .title {
    text-align: center;
    font-size: 28px;
  }
}
.letter-format p{
  margin: 0 0 30px;
  font-weight: 300;
  line-height: 1.6;
  font-size: 16px;
}
.letter-format .signature-container{
  text-align:right;
  margin-bottom:30px;
}
.letter-format .signature{
  width:180px;
  text-align:center;
  display:inline-block;
}
.letter-format .signature img{
  height:65px;
}
.letter-format .signature span{
  display:block;
}
.team-thanks {
  margin:auto;
  margin-top:40px;
  padding:0;
  list-style:none;
}
.team-thanks li{
  padding:10px;
}
.team-thanks li h3{
  text-align:left;
  font-weight:300;
  font-size:22px;
  margin-bottom:15px;
  color:#000;
  margin-top: 5px;
}
.team-thanks li p{
  font-weight:300;
  font-size:16px;
  font-style:italic;
  color:#333;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
    .text-xs-left { text-align: left!important; }
    .text-xs-right { text-align: right!important; }
    .text-xs-center { text-align: center!important; }
    .text-xs-justify { text-align: justify!important; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-sm-left { text-align: left!important; }
    .text-sm-right { text-align: right!important; }
    .text-sm-center { text-align: center!important; }
    .text-sm-justify { text-align: justify!important; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}

/* Animate Charts and Graphs */
.chartBars .bars {
  display: flex;
  justify-content: space-around;
  border-left: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  width: 100%;
  height: 100%;
  padding: 0;
  padding: 0 1%;
  margin: 0;
}
.chartBars .bars li {
  display: inline-block;
  flex: 0 1 24%;
  height: 100%;
  margin: 0;
  text-align: center;
  position: relative;
  font-size: 14px;
}
.chartBars .bars li .bar {
  width: 100%;
  background: #49E;
  position: absolute;
  font-size:16px;
  color: #fff;
  bottom: 0;
  height: 0;
  overflow: hidden;
  outline: 2px solid transparent;
  transition: 1.5s height cubic-bezier(0.6, 0.4, 0.4, 1.1);
}
.chartBars .bars li .bar:after {
  content: '%';
  font-size: 16px;
  vertical-align: top;
  color: rgba(255, 255, 255, 0.8);
  margin-right: -8px;
}
.chartBars .bars li b {
    color: #999;
    width: 100%;
    position: absolute;
    bottom: -62px;
    left: 0;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    height: 57px;
    display: block;
}
.chartBars .numbers {
  width: 50px;
  height: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  left: -50px;
}
.chartBars .numbers li {
  text-align: right;
  padding-right: 1em;
  list-style: none;
  height: 39px;
  position: relative;
  font-size: 13px;
  bottom: 11px;
  right: -9px;
  color: #999;
}

@media (min-width: 992px) and (max-width:1199px){
  .graph_9 .chartBars .numbers li {
    font-size:10px;
  }
}

@media (max-width:767px){
  .graph_9 .chartBars .numbers li {
    font-size:10px;
  }
}
.chartBars .numbers li:after {
  content: "\00af";
  position: relative;
  right: -5px;
  font-size: 20px;
  top: 7px;
  color:#ccc;
}
.chartBars .numbers li:first-of-type {
  height: 39px;
  margin-top: -1px;
}
.chartBars .bars {
  padding: 0;
}
.chartBars .bars li {
  flex: 0 1 25%;
}
.chartBarsWrap.chartBarsHorizontal {
  flex-direction: column;
  padding-left: 70px;
}
.chartBarsWrap.chartBarsHorizontal .bars b {
  color: #999;
  width: 100%;
  position: absolute;
  bottom: initial;
  top: 1em;
  left: -102%;
  text-align: right;
}
.chartBarsWrap.chartBarsHorizontal .chartBars {
  height: 200px;
}
.chartBarsWrap.chartBarsHorizontal .chartBars .bars {
  border: 0;
}
.chartBarsWrap.chartBarsHorizontal .chartBars .bars .bar {
  width: 0;
  padding-top: 10px;
  height: 100% !important;
  text-align: right;
  font-size: 1.5em;
  transition: 2s width cubic-bezier(0.6, 0.4, 0.4, 1.1);
}
.chartBarsWrap.chartBarsHorizontal .chartBars .bars .bar:after {
  font-size: .6em !important;
  margin-right: 20px;
}
.bars li .bar.greenBar {
  background-color: #48C9B0;
}
.bars li .bar.blueBar {
  background-color: #5DADE2;
}
.bars li .bar.purpleBar {
  background-color: #AF7AC5;
}
.bars li .bar.yellowBar {
  background-color:#F4D03F;
}
.bars li .bar.orangeBar {
  background-color:#EB984E;
}
.bars li .bar.redBar {
  background-color:#EC7063;
}
.chart-rings ul {
  text-align: center;
  font-size: 22px;
  padding: 0;
}
.chart-rings ul li {
  display: inline-block;
  margin: 0 2%;
  width: 27%;
  vertical-align:top;
  text-align:center;
}

@media (max-width:560px){
  .chart-rings ul li {
    display: block;
    margin: auto;
    margin-bottom: 30px;
    width: auto;
  }
}
.chart-rings ul li label{
    font-weight: 300;
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}

@media (max-width:767px){
  .chart-rings ul li label{
    font-size: 13px;
  }
}

@media (max-width:560px){
  .chart-rings ul li label{
    font-size: 16px;
  }
}

.no-pointer {
    cursor: default !important; 
}

.ring {
  position: relative;
  width: 1em;
  height: 1em;
  font-size: 5em;
  margin:auto;
  cursor: default;
  border: 4px solid #eee;
    border-radius: 100%;
}
.ring .percent {
  position: absolute;
  top: 0.85em;
  left: .1em;
  width: 100%;
  font-size: .3em;
  text-align: center;
  z-index: 2;
}
.ring .percent .symbol {
  font-size: .5em;
  vertical-align: middle;
  opacity: .5;
}
.ring > #slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0px, 1em, 1em, 0.5em);
  top:-4px;
}
.ring > #slice.gt50 {
  clip: rect(auto, auto, auto, auto);
}
.ring > #slice > .pie {
  position: absolute;
  border: .1em solid #fff;
  width: 1em;
  height: 1em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 0.5em;
}
.ring.greenRing > #slice > .pie {
  border-color: #48C9B0;
}
.ring.blueRing > #slice > .pie {
  border-color: #5DADE2;
}
.ring.redRing > #slice > .pie {
  border-color: #EC7063;
}
.ring.fill > .percent {
  display: none;
}
.ring:after {
  content: '';
  display: block;
  position: absolute;
  top: .1em;
  left: .1em;
  width: .8em;
  height: .8em;
  border-radius: 100%;
  z-index: 1;
}
.ring:before {
  content: '';
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  border-radius: .5em;
  opacity: .5;
  z-index: 0;
}
.ring:before {
  background: rgba(255, 255, 255, 0.1);
}

.chartBarsHorizontal .chartBars .bars {
  flex-direction: column;
}

@media screen and (min-width: 600px) {
  .bar:before {
    font-size: 2em !important;
  }
  .chartBars3 .bar:before {
    font-size: 1.5em !important;
  }
}
.content-forms {
  padding:100px 0;
}

.banner-product{
  padding:40px 0;
  text-align:center;
}

@media screen and (max-width:767px){
  .banner-product{
    padding:40px 20px;
  }
}
.banner-product h1{
  font-size:32px;
  color:#000;
  font-weight:300;
  margin-bottom:40px;
}
.banner-product .bp-module{
  position:relative;
}

@media screen and (max-width:767px){
  .banner-product .bp-module{
    margin-bottom:30px;
  }
}
.banner-product .bp-module .plus{
    font-size: 70px;
    font-style: italic;
    position: absolute;
    top: 14%;
    right: -35px;
    font-weight: 100;    
    color: #666;
}

@media screen and (max-width:767px){
  .banner-product .bp-module .plus{
    display:none;
  }
}
.banner-product .bp-module img{
    height: 240px;
    margin-bottom: 30px;
}
.banner-combo-product .bp-module img{
  height:auto;
  margin-bottom: 20px;
    max-width: 240px;
}

@media (min-width:768px) and (max-width:991px){
  .banner-product .bp-module img{
    height: 180px;
  }
}

@media screen and (max-width:767px){
  .banner-product .bp-module img{
    margin-bottom: 10px;
    height:180px;
  }
}
.banner-product .bp-module h2{
    color: #333;  
}

@media screen and (max-width:991px){
  .banner-product .bp-module h2{
    font-size:26px;
  }
}
.banner-product .bp-module p{
  font-size: 18px;
  font-weight: 300;
    color: #333;  
}

@media screen and (max-width:991px){
  .banner-product .bp-module p{
    font-size: 14px;
  }
}


/* Footer */
.footer{
  padding-top:30px;
    border-top: 1px solid #eee;
} 

@media screen and (max-width:767px){
  .footer{
    text-align: center;
  }
}
.footer .footer-title{
  font-weight: 600;
  margin-bottom: 3px;
  color: #666;
  font-size: 13px;
}
.footer .dropdown .footer-title .fa.fa-angle-up,
.footer .dropdown .footer-title .fa.fa-angle-down{
    display:none;
}
.footer ul{
  padding:0!important;
  margin:0;
}
.footer ul li a{
  font-size:12px;
}
.footer .footer-row{
  display:flex;
  margin: 0;
  align-content:center;
}

@media screen and (max-width:575px){
  .footer .footer-row{
    display:block;
  } 
}
.footer .footer-column{
  display: inline-flex;
  width: 20%;
    width: -webkit-fill-available;
    width: -moz-available;
  margin-bottom:20px;
}

@media screen and (max-width:767px){
  .footer .footer-column{
    display:block;
    width:100%;
    text-align:center;
  } 
}
.footer .footer-aipages{
  border-bottom:1px solid #ddd;
  margin-bottom:20px;
   margin-top: 25px
}
.footer .footer-aipages .footer-title{
  color: #454545;
}
.footer .logo-footer{
   display: inline-block;
}
.footer .footer-post{
  display:block;
  margin-top: -5px;
  padding-bottom: 10px;
  border-bottom:1px solid #ddd;
}
.footer .footer-post .links-tops{
  display:inline-block;
}
.footer .footer-post .links-tops span a{
  padding-right:10px;
  color: #0badf5;
}
.footer .footer-post .links-tops span:last-child a{
  padding-right:0;
}
.footer .footer-post .footer-social{
  float:right;
  margin:0;
  padding:0;
  display:inline-block;
  text-align:right;
  position:relative;
  top:-3px;
}
.footer .footer-post .footer-social li{
  display:inline-block;
}
.footer .footer-post .footer-social li a{
  display:block;
}
.footer .footer-post .footer-social li a img{
  width:18px;
  height:18px;
}
.footer .footer-post .footer-social li a span{
  display:none;
}
.footer .footer-legal{
  display:block;
  text-align:center;
}
.footer .footer-copy span{
  display:inline-block;
}
.footer .footer-copy span:after{
  content:"\2013";
  margin:0 1%;
}
.footer .footer-legal span:last-child:after{
  content:"";
  margin:0;
}
.footer .footer-copy{
  display:block;
}
.footer .footer-copy p{
  text-align:center;
}
.footer .footer-copy .w3c{
  text-align:left;
}
.footer .footer-copy .ssl{
  text-align:right;
}

@media(max-width:767px){

    .footer .dropdown-menu ul {
        display:none;
    }
    .footer .dropdown-menu.show ul {
        display: inline-block;
        padding: 0px;
        width:100%;
        margin-top: -3px;
        margin-bottom: 10px;
    }
    .footer .dropdown-menu.show ul li {
        padding: 8px 20px;
    }
    .dropdown-menu .footer-title{
        cursor: pointer;
    }
    .footer .dropdown-menu.show .footer-title .fa.fa-angle-up,
  .footer .dropdown-menu .footer-title .fa.fa-angle-down{
        font-size: 15px;
        font-weight: 700;
        display:inline-block;
    margin-left:5px;
    }
    .footer .dropdown-menu.show .footer-title .fa.fa-angle-down{
        display:none;
    }
  .footer .footer-aipages{
    margin-bottom:0;
    border-bottom:0;
  }
  .footer .footer-post {
    margin-top:0;
  }
  .footer .footer-post .links-tops{
    display:block!important;
    text-align:center;
  }
  .footer .footer-post .footer-social{
    margin:8px 0!important;
    float: none;
    display:block!important;
    text-align:center;
  }
  .footer .footer-post .links-tops span a{
    padding-right:6px;
    font-weight:normal;
  }
}
.text-link a{
  font-weight:bold;
  color:#ff7f00;
  position:relative;
  text-decoration:underline;
  transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}
.text-link a:hover{
  padding-left:3px;
  color:#f40;
}
.block-aboutus-counter {
  padding:60px 0;
}
.block-quote .quote-container{
  padding:50px 240px;
  text-align:center;
}

@media (min-width:768px) and (max-width:991px){
  .block-quote .quote-container{
    padding: 40px 100px;  
  }
}

@media screen and (max-width:767px){
  .block-quote .quote-container{
    padding: 40px 60px; 
  }
}
.block-quote .quote-container h1{
  position:relative;
  font-size: 30px;
    font-style: italic;
    font-weight: 300;
}

@media screen and (max-width:767px){
  .block-quote .quote-container h1{
    font-size:26px;
  }
}

@media screen and (max-width:560px){
  .block-quote .quote-container{
    padding: 30px 40px; 
  }
  .block-quote .quote-container h1{
    font-size:22px;
  }
}
.block-quote .quote-container p.author{
  font-weight:300;
  font-size:18px;
  margin-top:20px;
}
.block-quote .quote-container h1:before{
    content: "";
    width: 50px;
    height: 37px;
    top: -11px;
    opacity: 0.5;
    left: -60px;
    position: absolute;
    background-size: cover;
  background-image:url(/img/blockquote_start.svg);
}
.block-quote .quote-container h1:after{
  content:"";
  width: 50px;
    height: 37px;
    bottom: -11px;
    opacity: 0.5;
    right: -60px;
    position: absolute;
    background-size: cover;
  background-image:url(/img/blockquote_end.svg);
}

@media screen and (max-width:767px){
  .block-quote .quote-container h1:after,
  .block-quote .quote-container h1:before{
    width: 40px;
    height: 29px;
  }
}
.block-bullet-text-only {
  margin-top:30px;
}
.block-bullet-text-only.first{
  margin-top:80px;
}

@media screen and (max-width:991px){
  .block-bullet-text-only.first{
    margin-top:0;
  }
}
.block-bullet-text-only h3{
  font-size:20px;
}

@media screen and (max-width:991px){
  .block-bullet-text-only h3{
    font-size:22px;
  } 
}
.hero-why-container {
  padding:60px 0;
  text-align:center;
}
.hero-why-container h4{
  font-size:20px;
  font-weight:300;
  color:#000;
}
.hero-why-container .hw-bullet{
  text-align:center;
  padding:10px;
}
.hero-why-container .hw-bullet img{
  height:80px;
}
.hero-why-container .hw-bullet .hw-icon-1{
  margin: 10px;
}
.hero-why-container .hw-bullet .hw-icon-2{
  height: 100px;
}
.hero-why-container .hw-bullet .hw-icon-3{
  height: 72px;
  margin: 14px 10px;
}
.hero-why-container .hw-bullet .hw-icon-4{
  height: 75px;
  margin: 12px 10px;
}
.hero-why-container .hw-bullet h5{
  font-size:18px;
  font-weight:600;
  color:#000;
}
.hero-why-container .hw-bullet p{
  font-size:14px;
  font-weight:300;
  color:#000;
}
.reasons-container{
  padding:60px 0 20px;
  text-align:center;
}
.reasons {
    margin: 60px 0 0;
    display: block;
}
.reasons .reasons-img{
   max-width: 350px;
}

@media (min-width:768px) and (max-width:991px){
  .reasons .reasons-img{
    max-width: 220px;
    margin-top: 60px;
  } 
}

@media screen and (min-width:767px){
  .reasons .reasons-img{
    max-width: 300px;
    margin-top: 60px;
  } 
}

@media screen and (min-width:560px){
  .reasons .reasons-img{
    max-width: 270px;
    margin-top: 20
  } 
}
.reasons-bullet {
  margin-bottom:30px;
}
.reasons-bullet h5 {
  font-size:18px;
  font-weight:600;
  text-align:left;
  color:#000;
}
.reasons-bullet p {
  font-size:14px;
  font-weight:400;
  text-align:left;
  color:#000;
}

@media screen and (max-width:767px){
  .reasons-bullet h5,
  .reasons-bullet p {
    text-align:center;
  }
}
.banner-ubiz {
  position:relative;
    padding: 60px 0 150px;
  overflow:hidden;
}
.banner-ubiz .title,
.banner-ubiz .title5{
  color:#fff;
}
.angled-shape{
  bottom: -74px;
    position: absolute;
    left: 0;
    z-index: 20;
    display: block;
}
.download-app {
  margin-top:60px;
  text-align:center;
}
.download-app p {
    font-weight: 300;
    text-align: center;
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 15px;
}
.head-app-icons a {
    display: inline-block;
    margin: 0 5px;
    border-radius: 7px;
    width: 150px;
    border: 1px solid #fff;
    padding: 5px 10px;
  transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    text-align: center;
}
.head-app-icons a img{
    width:100%;
}
.head-app-icons a:hover {
    background-color: rgba(0,0,0,0.5);
    border: 1px solid #000;
}
.ubiz-business {
  overflow:hidden;
  position:relative;
}
.ubiz-business-container {
  padding:60px 0;
  text-align:left;
}
.ubiz-business-container .ubiz-b-logo {
  height:65px;
}

@media (min-width:992px) and (max-width:1199px){
  .ubiz-business-container .ubiz-b-logo {
    height:55px;
  } 
}
.ubiz-business-container h1{
  font-size:28px;
  line-height: 1.3;
}
.ubiz-business-container h3{
  font-size:20px;
  line-height: 1.2;
  font-weight:300;  
}

@media (min-width:992px) and (max-width:1199px){
  .ubiz-business-container h3{
    font-size:18px;
  }
}
.ubiz-bullets-container{
  margin-top:40px;
}

@media (min-width:768px) and (max-width:991px){
  .ubiz-bullets-container{
    margin-top: 480px;
  }
}

@media screen and (max-width:767px){
  .ubiz-bullets-container{
    margin-top:640px;
  }
}
.ubiz-business-container .ubiz-bullet{
  text-align:left;
  height: 190px;
  margin-bottom:20px;
}

@media (min-width:768px) and (max-width:991px){
  .ubiz-business-container .ubiz-bullet{
    text-align:center;
  }
}

@media screen and (max-width:767px){
  .ubiz-business-container .ubiz-bullet{
    text-align:center;
    height:auto;
    margin-bottom:30px;
  }
}
.ubiz-business-container .ubiz-bullet img{
  height:70px;
}
.ubiz-business-container .ubiz-bullet h5{
  font-size:18px;
  font-weight:600;
}
.ubiz-business-container .ubiz-bullet p{
  font-size:14px;
  font-weight:300;
}

.ubiz-cta{
  padding:100px 110px;
  text-align:center;
}

@media screen and (max-width:991px){
  .ubiz-cta{
    padding:100px 0;
  }
}
.ubiz-cta .cta-title{
  position:relative;
}
.ubiz-cta .love-ubiz {
  height:130px;
  display:inline-block;
  animation-name: pulse_animation;
    animation-duration: 2000ms;
    transform-origin:70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes pulse_animation {
    0% { transform: scale(1); }
    30% { transform: scale(1); }
    40% { transform: scale(1.08); }
    50% { transform: scale(1); }
    60% { transform: scale(1); }
    70% { transform: scale(1.05); }
    80% { transform: scale(1); }
    100% { transform: scale(1); }
}
.ubiz-cta .key-ubiz {
  height:130px;
  opacity:0.6;
  display:inline-block;
}

@media screen and (max-width:767px){
  .ubiz-cta .key-ubiz {
    margin-top:50px;
  }
}
.ubiz-cta h1{
  font-weight:300;
  color:#000;
  font-size:28px;
  margin-bottom:20px;
}
.cta-freelisting {
  background-color:#385040;
  text-align:center;
  color:#fff;
  padding:40px 0 60px;
}
.cta-freelisting h1{
  font-weight:600;
}

@media screen and (max-width:767px){
  .cta-freelisting h1{
    font-size:30px;
  } 
}
.cta-freelisting p{
  font-weight:400;
  font-size:20px;
  margin-bottom:30px
}

@media screen and (max-width:767px){
  .cta-freelisting p{
    font-size: 18px;
  }
}
.cta-yellowheart {
  background-color:#92c14a;
  text-align:center;
  color:#fff;
  padding:40px 0 60px;
}
.cta-yellowheart h1{
  font-weight:400;
}

@media screen and (max-width:767px){
  .cta-yellowheart h1{
    font-size:30px;
  } 
}
.cta-yellowheart p{
  font-weight:400;
  font-size:20px;
  margin-bottom:30px
}

@media screen and (max-width:767px){
  .cta-yellowheart p{
    font-size: 18px;
  }
}
.modal-contact {
  text-align:center;
}
.modal-contact .modal-header{
  padding:20px 30px;
  border-bottom:0;
}
.modal-contact .modal-header h1{
  margin-bottom: 15px;
  font-weight: 300;
  color: #000;
  font-size: 30px;
}
.modal-contact .modal-body{
  padding:30px;
}
.modal-contact .ai-forms .form-group{
  margin: auto;
    margin-bottom: 30px;
}
.modal-contact .ai-forms .form-group label{
    font-weight: 300;
    font-size: 20px;
}
.modal-contact .ai-forms .form-control{
  text-align:center;
}
.modal-contact .ai-forms input:-webkit-autofill {
  background-color: rgb(255, 255, 255) !important;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.modal-contact .contact-captcha>div{
  margin:auto;
}
.steps-amawebs {
  padding:60px 0;
}

@media screen and (max-width:991px){
  .steps-amawebs {
    padding-top:0;
    text-align:center;
  }
}
.steps-amawebs h2{
  font-size:22px;
}
.steps-amawebs .block-bullet-icon {
  color:#000;
  position:relative;
  margin:60px 0;
  padding-left:110px;
}

@media screen and (max-width:991px){
  .steps-amawebs .block-bullet-icon {
    padding-left:0;
  }
}
.steps-amawebs .block-bullet-icon img{
  position:absolute;
  top:-15px;
  left:0;
  width:85px;
}

@media screen and (max-width:991px){
  .steps-amawebs .block-bullet-icon img{
    position:relative;
    top:auto;
    left:auto;
  }
}
.steps-amawebs .block-bullet-icon h3 {
    font-size: 20px;
}

@media screen and (max-width:767px){
  .steps-amawebs .block-bullet-icon p{
    font-size:14px;
  }
} 
.angled-shape-2{
  top: -140px;
    position: absolute;
    left: 0;
    z-index: 20;
    display: block;
}
.hiw-amawebs {
  padding:40px 0 80px;
  text-align:center;
  position: relative;
}
.hiw-amawebs h1{
  font-size:40px;
  color:#000;
}
.hiw-amawebs h4{
  font-size:22px;
  color:#000;
}
.hiw-amawebs .hw-bullet{
  text-align:center;
  padding:10px 0;
}

@media screen and (max-width:991px){
  .hiw-amawebs .hw-bullet{
    margin-bottom:30px;
  }
}
.hiw-amawebs .hw-bullet img{
  height: 100px;
    margin: 10px;
  position:relative;
}
.hiw-amawebs .hw-bullet .hw-icon-1{
    height: 110px;
    top: -15px;
    margin-bottom: 0;
}
.hiw-amawebs .hw-bullet h5{
  font-size:20px;
  font-weight:600;
  color:#000;
}
.hiw-amawebs .hw-bullet p{
  font-size:18px;
  font-weight:300;
  color:#000;
  height: 75px;
}

@media screen and (max-width:991px){
  .hiw-amawebs .hw-bullet p{
    height:auto;
    margin-bottom:30px;
  }
} 
.hiw-amawebs .bullet-products-list {
  margin:0;
  padding:0;
  list-style:none;
  text-align:center;
}
.hiw-amawebs .bullet-products-list li{
  display:inline-block;
  width: 32%;
    padding: 5px;
  vertical-align:top;
}
.hiw-amawebs .bullet-products-list li a{
  text-decoration:none;
  transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  top:-3px;
  position:relative;
}
.hiw-amawebs .bullet-products-list li a:hover{
  top:0;
}
.hiw-amawebs .bullet-products-list li a img{
  display:block;
  margin:auto;
  margin-bottom:5px;
  height:40px;
}
.hiw-amawebs .bullet-products-list li a span{
    display: block;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
}

.why-amawebs {
  padding:80px 0 0;
  text-align:center;
}
.why-amawebs h1{
  color:#000;
  font-weight:300;
  margin-bottom:70px;
}
.why-amawebs .amawebs-why-bullet{
  text-align:center;
  margin-bottom: 40px;
    min-height: 160px;
    padding: 0 20px;
}

@media screen and (max-width:767px){
  .why-amawebs .amawebs-why-bullet{
    min-height:auto;
  }
}
.why-amawebs .amawebs-why-bullet h5{
  font-size:18px;
  font-weight:600;
  color:#000;
}
.why-amawebs .amawebs-why-bullet p{
    font-size: 14px;
    color: #000;
}
.why-amawebs .amawebs-why-bullet img{
  margin: 10px;
  height: 90px;
}
.banner-wpages{
  padding:60px 0;
  text-align:center;
}
.banner-wpages h1{
  font-size:32px;
  color:#000;
  font-weight:300;
  margin-bottom:40px;
}
.banner-wpages .bp-module{
  position:relative;
  padding:0 60px; 
}

@media screen and (max-width:767px){
  .banner-wpages .bp-module{
    margin-bottom:30px;
  }
}
.banner-wpages .bp-module img{
    height: 150px;
    margin: 30px 0 10px;
}

@media screen and (max-width:767px){
  .banner-wpages .bp-module img{
     height: 120px;
  }
}
.banner-wpages .bp-module h2{
    color: #333;  
}

@media screen and (max-width:991px){
  .banner-wpages .bp-module h2{
    font-size:26px;
  }
}
.banner-wpages .bp-module p{
  font-size: 18px;
  font-weight: 300;
    color: #333;  
  margin-bottom:20px;
}

@media screen and (max-width:991px){
  .banner-wpages .bp-module p{
    font-size: 14px;
  }
}
.hiw-clicktohelp {
  padding:80px 0;
  text-align:center;
  position: relative;
}
.hiw-clicktohelp .block-w-icon{
  height:100px;
  margin:auto;
  display:block;
  margin-bottom:10px;
}
.hiw-clicktohelp .block-w-icon img{
  width:auto;
  height:100%;
}
.hiw-clicktohelp h1{
  color:#000;
  font-weight:300;
}
.hiw-clicktohelp h4{
  font-size:18px;
  color:#000;
  line-height: 1.6;
  font-weight:300;
  margin-bottom:60px;
}
.hiw-clicktohelp .hw-bullet{
  text-align:center;
  padding:10px 0;
}

@media screen and (max-width:991px){
  .hiw-clicktohelp .hw-bullet{
    margin-bottom:30px;
  }
}
.hiw-clicktohelp .hw-bullet img{
  height: 100px;
    margin: 10px;
  position:relative;
}
.hiw-clicktohelp .hw-bullet .hw-icon-1{
    height: 110px;
    top: -15px;
    margin-bottom: 0;
}
.hiw-clicktohelp .hw-bullet h5{
  font-size:18px;
  font-weight:600;
  color:#000;
}
.hiw-clicktohelp .hw-bullet p{
  font-size:14px;
  color:#000;
}

@media screen and (max-width:991px){
  .hiw-clicktohelp .hw-bullet p{
    height:auto;
    margin-bottom:30px;
  }
} 
.hiw-clicktohelp .bullet-products-list {
  margin:0;
  padding:0;
  list-style:none;
  text-align:center;
}
.hiw-clicktohelp .bullet-products-list li{
  display:inline-block;
  width: 32%;
    padding: 5px;
  vertical-align:top;
}
.hiw-clicktohelp .bullet-products-list li a{
  text-decoration:none;
  transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  top:-3px;
  position:relative;
}
.hiw-clicktohelp .bullet-products-list li a:hover{
  top:0;
}
.hiw-clicktohelp .bullet-products-list li a img{
  display:block;
  margin:auto;
  margin-bottom:5px;
  height:40px;
}
.hiw-clicktohelp .bullet-products-list li a span{
    display: block;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
}
.hiw-auctionstohelp {
  padding:80px 0;
  text-align:center;
  position: relative;
}
.hiw-auctionstohelp .block-w-icon{
  height:100px;
  margin:auto;
  display:block;
  margin-bottom:10px;
}
.hiw-auctionstohelp .block-w-icon img{
  width:auto;
  height:100%;
}
.hiw-auctionstohelp h1{
  color:#000;
  font-weight:300;
  margin-bottom:20px;
}
.hiw-auctionstohelp p{
  color:#000;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}
.hiw-auctionstohelp h4{
  font-size: 22px;
    color: #000;
  margin-top:35px;
  line-height: 1.6;
  margin-bottom:25px;
}
.title-product-plus {
  margin-top:100px;
}

@media only screen and (max-width: 991px){
  .title-product-plus {
    margin-top:0;
  }
}
.franchise-text-container {
  float:right;
  padding-top:80px;
  padding-bottom:80px;
}

@media screen and (max-width:767px){
  .franchise-text-container{
    padding-top:40px;
    padding-bottom:10px;
  }
}
.franchise-img-container {
  padding:80px 0;
}

@media screen and (max-width:767px){
  .franchise-img-container{
    padding-top:10px;
  }
}
.franchise-text {
  margin:60px 0;
}
.franchise-text h2 img{
  width: 50px;
}

.franchise-text p {
  position:relative;
  padding-left:40px;
}
.franchise-text p:before {
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 100%;
    background-color: #333;
    position: absolute;
    left: 21px;
    top: 8px;
}

@media screen and (max-width:560px){
  .franchise-text h2{
    text-align:Center;
  }
  .franchise-text h2 img{
    margin:auto;
    display:block;
  }
  .franchise-text p {
    padding-left:20px;
  }
  .franchise-text p:before {
    left: 3px;
  }
}

@media (min-width:768px) and (max-width: 991px){
  .text-master{
    margin-top:0;
  }
}
.text-express{
  margin-top:185px;
}

@media (min-width:992px) and (max-width: 1199px){
  .text-express{
    margin-top:155px;
  }
}

@media (min-width:768px) and (max-width: 991px){
  .text-express{
    margin-top:70px;
  }
}

@media screen and (max-width:767px){
  .text-express{
    margin-top:initial;
  }
}
.text-agents{
  margin-top:225px;
}

@media (min-width:992px) and (max-width: 1199px){
  .text-agents{
    margin-top:190px;
  }
}

@media (min-width:768px) and (max-width: 991px){
  .text-agents{
    margin-top:120px;
  }
}

@media screen and (max-width:767px){
  .text-agents{
    margin-top:initial;
  }
}
.franchises-counter {
  padding:40px 0 80px;
}

@media screen and (max-width:767px){
  .franchises-counter {
    padding:0 0 60px;
  }
}
.goals-franchises{
    padding:40px 0 160px;
    position: relative;
}

@media screen and (max-width:767px){
  .goals-franchises{
    padding:40px 0 40px;
  }
  .goals-franchises svg{
    display:none;
  }
}
.goals-franchises .hw-bullet {
  padding:0 20px;
}

@media screen and (max-width:767px){
  .goals-franchises .hw-bullet {
    margin-bottom:20px;
    padding:20px;
  }
}
.goals-franchises h5{
  font-size: 29px;
  line-height:1.3;
  margin-bottom:20px;
  text-align:left;
}

@media screen and (max-width:767px){
  .goals-franchises h5{
    text-align:center;
  }
}

@media (min-width:768px) and (max-width: 991px){
  .goals-franchises p{
    font-size:14px;
  }
}

@media screen and (max-width:767px){
  .goals-franchises p{
    text-align:center;
    font-size:14px;
  }
}

.block-clock {
  text-align:center;
  padding:40px 0 60px;
}

@media screen and (max-width:560px){
  .block-clock h1{
    font-size:26px;
  }
}
.YCS-timer{
  background:transparent;
  top:0;
  border-radius:0;
}

@media (max-width:767px){
  .YCS-timer{
    padding:14px 0;
  }
}
.YCS-timer div.val{
  display:inline-block;
  vertical-align:top;
  width:100px;
  height:100px;
  padding:13px;
  position:relative;
  border:2px solid rgba(255,255,255,0.5);
  border-radius:100%;
  margin:10px 12px;
}
.YCS-timer div.val:after{
  content:":";
  font-size:40px;
  position:absolute;
  top:10px;
  right:-20px;
  color:#fff;
  opacity:0.5;
}
.YCS-timer div.val:last-child:after{
  display:none;
}
.YCS-timer div.val b{
  display:block;
  font-weight:300;
  font-size:40px;
  color:#fff;
  position:relative;
  top:15px;
  margin-bottom:0;
  line-height:1;
}
.YCS-timer div.val i{
  display:block;
  width:90px;
  font-weight:300;
  position:absolute;
  bottom:-35px;
  text-align:center;
  left:0;
  font-size:20px;
  color:#fff;
  line-height:1;
}

@media screen and (max-width:560px){
  .YCS-timer div.val{
    width:60px;
    height:60px;
    padding:0;
    margin:5px;
  }
  .YCS-timer div.val:after{
    font-size:24px;
    margin-left:0;
    right:-10px;
  }
  .YCS-timer div.val b{
    font-size:24px;
    top:15px;
  }
  .YCS-timer div.val i{
    bottom:-25px;
    width:100%;
    font-size:14px;
  }
}
.cta-ycs {
  background:#f5f5f5;
  padding:60px 0;
  text-align:center;
  position:relative;
}
.cta-ycs:after{
  content:"";
  width:40px;
  height:40px;
  position:absolute;
  left:50%;
  bottom:-20px;
  margin-left:-20px;
  background:#f5f5f5;
  transform: rotate(45deg);
}

@media screen and (max-width:1199px){
  .cta-ycs h1{
    font-size:30px;
  }
}

@media (max-width:560px){
  .cta-ycs h1,
  .cta-ycs h2{
    font-size:24px;
    line-height:1.4;
  }
}
.block-pricelist {
  padding:60px 0;
  text-align:center;
}

@media screen and (max-width:991px){
  .block-pricelist h2{
    font-size: 23px;
  }
}
.pricelist {
  max-width:900px;
  margin:auto;
}

@media screen and (max-width:991px){
  .pricelist {
    max-width:660px;
  }
}

@media screen and (max-width:767px){
  .pricelist {
    max-width:560px;
  }
}

@media screen and (max-width:560px){
  .pricelist {
    max-width:330px;
  }
}
.pricelist .packs{
  width:300px;
  float:left;
  margin:50px 0;
}

@media screen and (max-width:991px){
  .pricelist .packs{
    width:220px;
  }
}

@media screen and (max-width:767px){
  .pricelist .packs{
    width:180px;
  }
}

@media screen and (max-width:560px){
  .pricelist .packs{
    width:110px;
  }
}
.pricelist .packs .pb-head{
  padding:30px 20px;
  color:#fff;
  position:relative;
}

@media screen and (max-width:767px){
   .pricelist .packs .pb-head{
     padding: 30px 10px;
   }
}

@media screen and (max-width:560px){
  .pricelist .packs .pb-head{
     padding: 30px 5px;
   }
}
.pricelist .packs .pb-head p{
  font-size:30px;
  line-height: 1.1;
}

@media screen and (max-width:767px){
  .pricelist .packs .pb-head p{
    font-size:22px;
  }
}

@media screen and (max-width:560px){
  .pricelist .packs .pb-head p{
    font-size:16px;
  }
}
.pricelist .packs .pb-head p b{
  font-size:50px;
  font-weight:700;
  display:block;
}

@media screen and (max-width:767px){
  .pricelist .packs .pb-head p b{
    font-size:34px;
  }
}

@media screen and (max-width:560px){
  .pricelist .packs .pb-head p b{
    font-size:30px;
  }
}
.pricelist .packs .pb-body{
  padding:30px 10px;
  background:#f9f9f9;
  position:relative;
}

@media screen and (max-width:560px){
  .pricelist .packs .pb-body{
    padding:15px 5px;
  }
}
.pricelist .packs .pb-body ul{
  margin-bottom:20px;
}
.pricelist .packs .pb-body ul li{
  margin-bottom:10px;
  color:#000;
  font-size:16px;
}

@media screen and (max-width:991px){
  .pricelist .packs .pb-body ul li{
    font-size:14px;
  }
}

@media screen and (max-width:560px){
  .pricelist .packs .pb-body ul li{
    font-size:13px;
  }
}
.pricelist .packs.pack-basic .pb-head{
  background-color:#99C1CB;
}
.pricelist .packs.pack-premium .pb-head{
  background-color:#6682B9;
  top:-10px;
  padding:40px 20px;
}

@media screen and (max-width:767px){
  .pricelist .packs.pack-premium .pb-head{
    padding:40px 10px;
  }
}

@media screen and (max-width:560px){
  .pricelist .packs.pack-premium .pb-head{
    padding:30px 5px;
  }
}
.pricelist .packs.pack-full .pb-head{
  background-color:#74A4CB;
}
.pricelist .packs.pack-premium .pb-body{
  background:#ecf2f5;
  top:-10px;
}
.ycs-features{
  padding:60px 0 20px;
  text-align:center;
}
.ycs-features article{
  margin-bottom:30px;
  min-height:190px;
}
.ycs-features article img{
  height:120px;
  margin-bottom:20px;
}

@media screen and (max-width:560px){
  .ycs-features article img{
    height:90px;
  }
}
.ycs-features article p{
  font-size:18px;
  color:#000;
  font-weight:300;
}

@media screen and (max-width:560px){
  .ycs-features article p{
    font-size:16px;
  }
}
.banner-ycs-stats {
  padding:40px 0 60px;
  text-align:center;
}
.banner-ycs-stats h3{
  margin-top:30px;
  line-height:1.4;
}
.banner-ycs-stats .counter{
  margin-bottom:0;
}
.banner-ycs-stats .counter-icon{
    position: relative;
    height: 120px;
    margin: auto;
    margin-bottom: 0;
    text-align: center;
    width: 100px;
}
.banner-ycs-stats .counter-icon img {
  height:60px;
  margin-top:10px;
}
.banner-ycs-stats .counter-icon img.heart{
  height:30px;
  display:inline-block;
  animation-name: pulse_animation;
    animation-duration: 2000ms;
    transform-origin:70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.banner-ycs-stats .txt-stats{
  clear: both;
    font-size: 13px;
    font-style: italic;
    color: #666;
    position: relative;
    top: 10px;
}
.search-reviews .action-bar{
  background-color:rgba(0,0,0,0.5);
}
.search-reviews .search-toggle li{
  border-top:2px solid transparent;
    background-color: rgba(0, 0, 0, 0.15);
  color:rgba(255,255,255,0.7);  
}
.search-reviews .search-toggle li.active,
.search-reviews .search-toggle li:hover{
  border-top:2px solid #fff;
  background-color: rgba(0, 0, 0, 0.5);
  color:rgba(255,255,255,1);  
}
.home-reviews {
  padding-bottom:60px;
}
.reviews-counter .block-counter{
  padding:20px;
  margin:20px 0;
  text-align:center;
}

@media screen and (max-width:767px){
  .reviews-counter .block-counter{
    padding:20px 10px;
  }
}

@media screen and (max-width:560px){
  .reviews-counter .col-4{
    padding-right:0;
    padding-left:0;
  }
  .reviews-counter .block-counter{
    padding:10px 5px;
  }
}
.reviews-counter .block-counter img{
  width:100%;
  max-width:150px;
  margin:auto;
}

@media screen and (max-width:767px){
  .reviews-counter .block-counter img{
    max-width:100px;
  }
}

@media screen and (max-width:560px){
  .reviews-counter .block-counter img{
    max-width:85px;
  }
}
.reviews-counter .block-counter .counter-wrapper{
  font-size:44px;
  font-weight:300;
  line-height:1;
  margin-bottom:10px;
  color:#000;
}

@media screen and (max-width:767px){
  .reviews-counter .block-counter .counter-wrapper{
    font-size:34px;
  }
}

@media screen and (max-width:560px){
  .reviews-counter .block-counter .counter-wrapper{
    font-size:28px;
  }
}
.reviews-counter .block-counter .counter-label{
  font-size:20px;
  font-weight:300;
  line-height:1;
  color:#000;
}

@media screen and (max-width:767px){
  .reviews-counter .block-counter .counter-label{
    font-size:16px;
  }
}

@media screen and (max-width:560px){
  .reviews-counter .block-counter .counter-label{
    font-size:14px;
  }
}
h2.reviews-title{
  position:relative;
  font-size:26px;
  font-weight:300;
  color:#393939;
  margin: 0 0 10px;
}
h2.reviews-title a{
  float:right;
  font-size:14px;
  font-weight:300;
  line-height: 35px;
}
.reviews-h-list{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom:30px;
} 
.reviews-h-list li{
  width: 24%;
}

@media screen and (max-width:767px){
  .reviews-h-list li{
    width: 48%;
  }
}

@media screen and (max-width:480px){
  .reviews-h-list li{
    width: 100%;
  }
}
.thumb-reviews {
  height:170px;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}
.caption-reviews{
  padding:10px 0;
}
.caption-reviews h2{
  font-size:16px;
  font-weight:600;
  color:#333;
  margin:2px 0 8px;
  -webkit-line-clamp: 1;
  width: auto!important;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.caption-reviews .caption-rank{
  margin-bottom:4px;
}
.caption-reviews .caption-rank .rank-value{
  position:relative;
  display:inline-block;
}
.caption-reviews .caption-rank .rank-value i{
  position: relative;
    top: 0;
    left: 0;
  display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.caption-reviews .caption-rank .rank-value i:before {
    z-index: 0;
    content: "\f005";
  color:#F4A522;
}
.caption-reviews .caption-rank .rank-value i.grey:before {
  color: #dedfe0;
}
.caption-reviews .caption-rank .rank-counter{
  font-size:14px;
}
.caption-reviews .caption-rank .rank-counter em{
  font-style:normal;
}
.caption-reviews .caption-location{
  font-size:14px;
}

.cta-reviews {
  background-image:url('../img/bg_ctareviews.jpg');
  background-color:#366;
  background-size:cover;
  background-position:center center;
  text-align:center;
  color:#fff;
  padding:40px 0 60px;
}
.cta-reviews h1{
  font-weight:600;
}

@media screen and (max-width:767px){
  .cta-reviews h1{
    font-size:30px;
  } 
}
.cta-reviews p{
  font-weight:400;
  font-size:20px;
  margin-bottom:30px
}

@media screen and (max-width:767px){
  .cta-reviews p{
    font-size: 18px;
  }
}
.cover-reviews-list{
  min-height: 340px;
}

@media screen and (max-width:767px){
  .cover-reviews-list{
    /* display:none; */
    min-height: 435px;
  }
}
.cover-reviews-list .cover-image{
  background-attachment:fixed;
  background-position:center top;
}
.reviews-list {
  padding-bottom:60px;
  background-color: #f9f9f9;
}
.reviews-list-header {
  padding:30px 0;
}
.reviews-list-header .return-link{
  color:#0badf5;
  display:none;
}

@media screen and (max-width:767px){
  .reviews-list-header {
    margin-top:60px;  
    padding-bottom:20px;
  }
  .reviews-list-header .return-link{
    display:inline-block;
  }
}
.reviews-list-header h1{
  font-size:28px;
  color:#444;
}

@media screen and (max-width:767px){
  .reviews-list-header h1{
    font-size:24px;
  }
}

@media screen and (max-width:560px){
  .reviews-list-header h1{
    text-align:center;
  }
}
.reviews-v-list{
  margin-bottom:30px;
} 
.reviews-v-list li{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
  border:1px solid #e5e5e5;
  padding:15px;
  background-color:#fff;
  margin-bottom:30px;
  position:relative;
}

@media screen and (max-width:560px){
  .reviews-v-list li{
    padding:10px;
    text-align:center;
  }
}
.reviews-v-list li:hover{
  border: 1px solid #c7c7c7;
    box-shadow: 0 1px 0 rgba(0,0,0,0.15);
}
.reviews-v-list li .thumb-reviews{
  width:120px;
  height:120px;
}

@media (min-width:768px) and (max-width:991px){
  .reviews-v-list li .thumb-reviews{
    width:140px;
    height:140px;
  }
}

@media screen and (max-width:767px){
  .reviews-v-list li .thumb-reviews{
    width:130px;
    height:130px;
  }
}

@media screen and (max-width:560px){
  .reviews-v-list li .thumb-reviews{
    margin:auto;
    width:200px;
    height:120px;
    margin-top:5px;
  }
}
.reviews-v-list li .detail-reviews{
  width: 75%;
  padding:0 10px;
}

@media (min-width:992px) and (max-width:1199px){
  .reviews-v-list li .detail-reviews{
    width: 71%;
  }
}

@media (min-width:768px) and (max-width:991px){
  .reviews-v-list li .detail-reviews{
    width: 79%;
    padding-right:0;
  } 
}

@media screen and (max-width:767px){
  .reviews-v-list li .detail-reviews{
    width: 100%;
    position:absolute;
    left:0;
    top:0;
    padding-right:0;
  }   
}

@media screen and (max-width:560px){
  .reviews-v-list li .detail-reviews{
    position:relative;
    top:auto;
    padding:0;
    left:auto;
  }
}
.reviews-v-list li .detail-reviews .details-up{
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -webkit-flex-direction: row;
  flex-direction: row;
  border-bottom:1px solid #ddd;
  padding-bottom:5px;
}

@media screen and (max-width:767px){
  .reviews-v-list li .detail-reviews .details-up{
    border-bottom:0;
    padding-top:10px;
    padding-left:150px;
    min-height: 153px;
  }
}

@media screen and (max-width:560px){
  .reviews-v-list li .detail-reviews .details-up{
    padding-left:5px;
    padding-right:5px;
    padding-bottom:10px;
    min-height:auto;
  }
}
.reviews-v-list li .detail-reviews .cr-business{
  display: inline-block;
    vertical-align: top;
  width:43%;
}

@media (min-width:768px) and (max-width:991px){
  .reviews-v-list li .detail-reviews .cr-business{
    width:100%;
  }
}

@media screen and (max-width:767px){
  .reviews-v-list li .detail-reviews .cr-business{
    width:100%;
  } 
}
.reviews-v-list li .detail-reviews .cr-business h2{
  font-weight:bold;
  font-size:24px;
  color:#444;
  margin:5px 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

@media (min-width:768px) and (max-width:991px){
  .reviews-v-list li .detail-reviews .cr-business h2{
    font-weight:bold;
    font-size:24px;
    color:#444;
    margin:5px 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}

@media screen and (max-width:767px){
  .reviews-v-list li .detail-reviews .cr-business h2{
    font-size:20px;
  }
}

@media screen and (max-width:560px){
  .reviews-v-list li .detail-reviews .cr-business h2{
    -webkit-line-clamp: 3;
  }
}
.reviews-v-list li .detail-reviews .cr-business h3{
  font-weight:300;
  font-size:18px;
  color:#444;
  margin:5px 0;
}

@media screen and (max-width:767px){
  .reviews-v-list li .detail-reviews .cr-business h3{
    font-size:16px;
  }
}
.reviews-v-list li .detail-reviews .cr-details{
  display: inline-block;
  vertical-align: top;
  width:55%;
  padding-top:15px;
  font-size:13px;
}

@media (min-width:768px) and (max-width:991px){
  .reviews-v-list li .detail-reviews .cr-details{
    width:100%;
    padding-top:0;
  }
}

@media screen and (max-width:767px){
  .reviews-v-list li .detail-reviews .cr-details{
    width:100%;
    padding-top:0;
    font-size:13px;
  }
}
.reviews-v-list li .detail-reviews .cr-details .ctd-address{
  display:block;
  position:relative;
  margin-bottom:3px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.cr-details span img{
  height:16px;
  margin-right:2px;
}
.ctd-phone2,
.ctd-mail,
.ctd-web,
.ctd-time{
  margin-left:20px;
}

@media (min-width:992px) and (max-width:1199px){
.reviews-v-list li .detail-reviews .cr-details .ctd-phone2,
.reviews-v-list li .detail-reviews .cr-details .ctd-mail,
.reviews-v-list li .detail-reviews .cr-details .ctd-web{
    margin-left:10px;
  }
}

@media screen and (max-width:767px){
.reviews-v-list li .detail-reviews .cr-details .ctd-phone2,
.reviews-v-list li .detail-reviews .cr-details .ctd-mail,
.reviews-v-list li .detail-reviews .cr-details .ctd-web{
    margin-left:10px;
  }
}
.reviews-v-list li .actions-reviews{
  width:12%;
  text-align:center;
  padding:10px 0;
}

@media (min-width:992px) and (max-width:1199px){
  .reviews-v-list li .actions-reviews{
    width:15%;
  }
}

@media (min-width:768px) and (max-width:991px){
  .reviews-v-list li .actions-reviews{
    width:100%;
    border-top:1px solid #ddd;
    padding:10px 0 0;
  }
}

@media screen and (max-width:767px){
  .reviews-v-list li .actions-reviews{
    width:100%;
    border-top:1px solid #ddd;
    margin-top:40px;
    padding:10px 0 0;
  }
}

@media screen and (max-width:560px){
  .reviews-v-list li .actions-reviews{
    margin-top:15px;
    padding-bottom:5px;
  }
}
.reviews-v-list li .actions-reviews .btn{
  display:block;
  margin:6px 0;
  font-size: 16px;
  padding: 10px 16px;
  white-space: inherit;
}

@media (min-width:768px) and (max-width:991px){
  .reviews-v-list li .actions-reviews .btn{
    display:inline-block;
    margin:5px 5px 1px;
  }
}

@media screen and (max-width:767px){
  .reviews-v-list li .actions-reviews .btn{
    display:inline-block;
    margin:5px 5px 1px;
  }
}
.reviews-v-list li .detail-reviews .details-down .caption-reviews{
  display:inline-block;
  vertical-align:top;
}

@media screen and (max-width:560px){
    .reviews-v-list li .detail-reviews .details-down{
    border-top:1px solid #ddd;
    padding-top:10px;
    text-align: center;
  }
}

@media screen and (max-width:767px){
  .reviews-v-list li .detail-reviews .details-down .caption-reviews{
    padding:0;
  }
}
.reviews-v-list li .detail-reviews .details-down .rank-points{
  font-weight: bold;
    font-size: 22px;
    line-height: 1;
    color: #F4A522;
    position: relative;
    top: 1px;
}

@media screen and (max-width:991px){
  .reviews-v-list li .detail-reviews .details-down .rank-points{
    font-size: 18px;
  }
}
.reviews-v-list li .detail-reviews .details-down .rank-value{
  font-size:20px;
  margin: 0 5px;
}

@media screen and (max-width:991px){
  .reviews-v-list li .detail-reviews .details-down .rank-value{
    font-size:16px;
  }
}
.reviews-v-list li .detail-reviews .details-down .rank-counter {
    font-size: 14px;
    line-height: 1;
    position: relative;
    top: -2px;
}

@media screen and (max-width:991px){
  .reviews-v-list li .detail-reviews .details-down .rank-counter {
    font-size: 13px;
    top: -1px;
  }
}
.reviews-v-list li .detail-reviews .details-down .caption-recom{
  display:inline-block;
  margin-left:30px;
  padding:10px 0;
  vertical-align:top;
}

@media screen and (max-width:991px){
  .reviews-v-list li .detail-reviews .details-down .caption-recom{
    margin-left:12px;
  }
}

@media screen and (max-width:767px){
  .reviews-v-list li .detail-reviews .details-down .caption-recom{
    padding:0;
    margin-left:10px;
  }
}
.reviews-v-list li .detail-reviews .details-down .recom-points{
  font-weight: bold;
    font-size: 22px;
    line-height: 1;
    color: #F4A522;
    position: relative;
    top: 1px;
  display:inline-block;
}

@media screen and (max-width:991px){
  .reviews-v-list li .detail-reviews .details-down .recom-points{
    font-size:18px;
  }
}
.reviews-v-list li .detail-reviews .details-down .recom-progress{
  display:inline-block;
  margin: 0 5px;
    width: 180px;
  border-radius: 20px;
    height: 12px;
}

@media (min-width:992px) and (max-width:1199px){
  .reviews-v-list li .detail-reviews .details-down .recom-progress{
    width: 135px;
  }
}

@media screen and (max-width:991px){
  .reviews-v-list li .detail-reviews .details-down .recom-progress{
    width: 110px;
    height:10px;
  }
}

@media screen and (max-width:767px){
  .reviews-v-list li .detail-reviews .details-down .recom-progress{
    width: 80px;
  }
}
.reviews-v-list li .detail-reviews .details-down .recom-counter{
  display:inline-block;
  font-size: 14px;
    line-height: 1;
    position: relative;
    top: -2px;
}

@media screen and (max-width:991px){
  .reviews-v-list li .detail-reviews .details-down .recom-counter{
    font-size: 13px;
    top:0;
  }
}
.reviews-v-list li .detail-reviews .details-down .recom-counter em{
  font-style:normal;
}
.recom-progress .progress-bar{
  background-color: #F4A522;
}
.review-detail {
  padding-bottom:60px;
}
.review-detail .review-header{
  padding:30px 0;
  border-bottom:1px solid #ddd;
}
.review-header .return-link{
  margin-bottom:10px;
  color:#0badf5;
}
.review-header .review-info {
  position:relative;
  margin-top:30px;
}
.review-header .review-info .thumb-reviews{
  width:140px;
  height:140px;
}
.review-header .review-info .detail-reviews{
  padding-left:160px;
  position:absolute;
  top:0;
  width: 100%;
}
.review-header .review-info .detail-reviews .cr-business{
  padding-right:160px;
}
.review-header .review-info .detail-reviews .cr-business h2{
  font-weight:bold;
  font-size:24px;
  color:#444;
  margin:5px 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.review-header .review-info .detail-reviews .cr-business h3{
  font-weight:300;
  font-size:18px;
  color:#444;
  margin:5px 0;
}
.review-header .review-info .detail-reviews .details-up{
  border-bottom:1px solid #ddd;
  padding-bottom:5px;
  padding-top:10px;
}

@media screen and (max-width:991px){
  .review-header .review-info .detail-reviews .details-up{
    padding-top:0;
  }
}
.review-header .review-info .detail-reviews .cr-social{
    position: absolute;
    text-align: right;
    right: 0;
    top: 10px;
}

@media screen and (max-width:991px){
  .review-header .review-info .detail-reviews .cr-social{
    top: 0px;
  }
}
.review-header .review-info .detail-reviews .cr-social ul li{
  display:inline-block;
}
.review-header .review-info .detail-reviews .cr-social ul li a{
  display:block;
    width: 34px;
    height: 34px;
    color: #fff;
    background: #ddd;
    border-radius: 100%;
    padding: 4px;
    text-align: center;
    font-size: 18px;
}
.review-header .review-info .detail-reviews .details-down{
  padding-top:5px;
}
.review-header .review-info .detail-reviews .details-down span{
  padding:2px 0;
}
.review-header .review-info .detail-reviews .ctd-address{
  display:block;
}
.review-header .review-info .detail-reviews .ctd-time b{
  font-weight:normal;
}

@media screen and (max-width:991px){
  .review-header .review-info .detail-reviews .ctd-time{
    display:block;
    margin-left:0;
  }
}

@media screen and (max-width:767px){
  .review-detail{
    padding-top:60px;
  }
  .review-detail .review-header{
    padding:5px 0;
  }
  .review-header .review-info{
    text-align:center;
  }
  .review-header .review-info .thumb-reviews{
    width:180px;
    margin:auto;
    margin-bottom:10px;
  }
  .review-header .review-info .detail-reviews{
    padding-left: 0;
    position: relative;
  }
  .review-header .review-info .detail-reviews .cr-business{
    padding-right:0;
    margin-top: 60px;
  }
  .review-header .review-info .detail-reviews .cr-social{
    top:auto;
    position:relative;
    text-align:center;
    margin-top:10px;
    margin-bottom:5px;
  }
  .review-header .review-info .detail-reviews .details-down{
    font-size:13px;
  }
  .ctd-phone2, .ctd-mail, .ctd-web{
    margin-left:10px;
  }
}
.review-stats{
  padding:40px 0;
  border-bottom:1px solid #ddd;
  margin-bottom:1px;
}

@media screen and (max-width:767px){
  .review-stats{
    padding:20px 0;
    text-align:center;
  }
}
.review-stats h3{
  color:#444;
  font-weight:bold;
  font-size:18px;
  margin-bottom:20px;
}

@media screen and (max-width:991px){
  .review-stats h3{
    margin-bottom:15px;
  }
}
.list-snapshot li{
  position:relative;
  margin-bottom:10px;
}

@media screen and (max-width:991px){
  .list-snapshot li{
    margin-bottom:15px;
  }
}
.list-snapshot li .rs-ref {
    width: 28px;
    display: inline-block;
    color: #333;
    vertical-align: middle;
}
.list-snapshot li .rs-ref .fa{
  font-size:12px;
  color:#333;
    float: right;
    position: relative;
    top: 4px;
}
.list-snapshot li .rs-progress{
  display:inline-block;
    width: 200px;
    height: 12px;
    vertical-align: middle;
    margin-bottom: 0;
  border-radius:20px;
}

@media screen and (max-width: 991px) {.list-snapshot li .rs-progress{max-width: 64%;width: 150px;}}@media screen and (max-width: 767px){.list-snapshot li .rs-progress{width: 200px;}}

.list-snapshot li .rs-progress .progress-bar {
  background-color: #F4A522;
}
.list-snapshot li .rs-value {
  width:40px;
  display:inline-block;
    vertical-align: middle;
    padding-left: 7px;
    color: #333;
}

@media screen and (max-width:991px){
  .review-stats .rating-average h3{
    margin-bottom:10px;
  }
}
.review-stats .rating-average .rank-value{
  position:relative;
  display:inline-block;
  font-size:24px;
  vertical-align: middle;
}
.review-stats .rating-average .rank-value i{
  position: relative;
    top: 0;
    left: 0;
  display: inline-block;
    font: normal normal normal 24px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.review-stats .rating-average .rank-value i:before {
    z-index: 0;
    content: "\f005";
  color:#F4A522;
}
.review-stats .rating-average .rank-value i.grey:before {
  color: #dedfe0;
}
.review-stats .rating-average .rank-points{
  display:inline-block;
  width:40px;
  padding-left:10px;
  vertical-align:middle;
  font-weight: bold;
    font-size: 22px;
    line-height: 1;
    color: #F4A522;
}
.review-stats .recomendation-average {
  margin-top:50px;
  margin-bottom:20px;
  position:relative;
}

@media screen and (max-width:991px){
  .review-stats .recomendation-average {
    margin-top:80px;
  }
}

@media screen and (max-width:767px){
  .review-stats .recomendation-average {
    margin:auto;
    margin-top:25px;
    max-width:290px;
  }
}
.review-stats .recomendation-average .recom-progress{
  height:15px;
  margin-bottom:0;
  border-radius:20px;
  width:70%;
  display:inline-block;
  vertical-align:middle;
}
.review-stats .recomendation-average .recom-points{
  display:inline-block;
  width:40px;
  padding-left:10px;
  vertical-align:middle;
  font-weight: bold;
    font-size: 22px;
    line-height: 1;
    color: #F4A522;
}

@media screen and (max-width:991px){
  .review-stats .reviews-numbers {
    float:left;
    width:50%;
  }
}

@media screen and (max-width:767px){
  .review-stats .reviews-numbers {
    float:none;
    display:inline-block;
    vertical-align:top;
    width:140px;
  }
}
.review-stats .reviews-numbers .reviews-value{
  font-weight: bold;
    font-size: 26px;
    line-height: 1;
    color: #F4A522;
}
.review-stats .ranking-numbers{
  margin-top:55px;
}

@media screen and (max-width:991px){
  .review-stats .ranking-numbers{
    float:left;
    width:50%;
    margin-top:0;
  }
}

@media screen and (max-width:767px){
  .review-stats .ranking-numbers {
    float:none;
    display:inline-block;
    vertical-align:top;
    width:140px;
  }
}
.review-stats .ranking-numbers .ranking-value{
  font-weight: bold;
    font-size: 26px;
    line-height: 1;
    color: #F4A522;
  position:relative;
}
.review-stats .ranking-numbers .ranking-value i{
  font-size: 23px;
    position: relative;
    top: -2px;
}
.review-stats .ranking-numbers .ranking-value span{
    color: #ccc;
    font-size: 18px;
    position: relative;
    top: -6px;
}

@media screen and (min-width:991px){
  .review-stats .ranking-numbers .ranking-value,
  .review-stats .reviews-numbers .reviews-value{
    top: 3px;
    position: relative;
  }
}

@media screen and (min-width:992px){
  .col-hardata{
    float:right;
  }
}
.line-chart-block {
  width: 220px;
  overflow: hidden;
  float:right;
}

@media screen and (max-width:991px){
  .line-chart-block {
    float:left;
  }
}

@media screen and (max-width:767px){
  .line-chart-block {
    float:none;
    margin:auto;
  }
}
.line-chart-block .line-chart {
  height: 200px;
}

@media screen and (max-width:991px){
  .line-chart-block .line-chart {
    position: relative;
    top: -25px;;
  }
}    
.line-chart-block .graph {
  width: 100%;
  height: 100%;
  position: relative;
  color: #F4A522;
  font-size: 90%;
}
.line-chart-block .graph span {
  display: block;
  position: absolute;
  bottom: 3rem;
  left: 2rem;
  height: 0;
  border-top: 2px solid;
  transform-origin: left center;
}
.line-chart-block .graph span > span {
  left: 100%; bottom: 0;
}
[data-valor='25'] {width: 75px; transform: rotate(-45deg);}
[data-valor='8'] {width: 24px; transform: rotate(65deg);}
[data-valor='13'] {width: 39px; transform: rotate(-45deg);}
[data-valor='5'] {width: 15px; transform: rotate(50deg);}
[data-valor='23'] {width: 69px; transform: rotate(-70deg);}

[data-valor]:before {
  content: '';
  position: absolute;
  display: block;
  right: -4px;
  bottom: -3px;
  padding: 4px;
  background: #F4A522;
  border-radius: 50%;
}
[class^='eje-'] {
  position: absolute;
  left: 0;
  bottom: 0rem;
  width: 100%;
  padding: 1rem 1rem 0 2rem;
  height: 80%;
}
.eje-x {
  height: 2.5rem;
}
.eje-y li {
  height: 25%;
  border-top: 1px solid #eee;
}
[data-ejeY]:before {
  content: attr(data-ejeY);
  display: inline-block;
  width: 2rem;
  text-align: right;
  line-height: 0;
  position: relative;
  left: -2.5rem;
  top: -.9rem;
  color:#bbb;
} 

@media screen and (max-width:767px){
  [data-ejeY]:before {
    left: -11.5rem;
  }
}
.eje-x li {
  width: 25%;
  float: left;
  color:#bbb;
  text-align: center;
}
.review-stats hr{
  border-top:1px dashed #ddd;
}

@media screen and (min-width:768px){
  .review-stats hr{
    display:none;
  }
}
.review-users{
  padding:10px 0 30px;
  border-top:1px solid #ddd;
  margin-top:1px;
}
.review-users-header {
  position:relative;
  margin-bottom:30px;
}
.review-users-header h2{
  font-size:24px;
  color:#444;
  padding-right:160px;
}
.review-users-header .btn{
  position:absolute;
  top:-10px;
  right:0;
}
.review-users-list{
  clear:both;
  padding-top:20px;
}
.review-users-list li{
  margin-bottom:20px;
  border-bottom:1px solid #ddd;
  padding-bottom:20px;
}
.review-users-list .review-user{
  position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  align-items:center;
}
.ru-rate{
  -webkit-box-flex: 1 20%;
  -moz-box-flex: 1 20%;
  -webkit-flex: 1 20%;
  -ms-flex: 1 20%;
  flex: 1 20%;
  text-align:center;
  padding: 10px;
}
.ru-rate .rank-value{
  position:relative;
  display:inline-block;
  font-size:18px;
  vertical-align: middle;
}
.ru-rate .rank-value i{
  position: relative;
    top: 0;
    left: 0;
  display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ru-rate .rank-value i:before {
    z-index: 0;
    content: "\f005";
  color:#F4A522;
}
.ru-rate .rank-value i.grey:before {
  color: #dedfe0;
}
.ru-rate small{
  display:block;
}
.ru-avatar{
  -webkit-box-flex: 2 15%;
  -moz-box-flex: 2 15%;
  -webkit-flex: 2 15%;
  -ms-flex: 2 15%;
  flex: 2 15%;
  text-align:center;
  padding: 10px;
}
.ru-avatar .rua-img {
  margin:auto;
  width:85px;
  height:85px;
  border-radius:100%;
  background-size:cover;
  background-position:center center;
}
.ru-details{
  -webkit-box-flex: 3 36%;
  -moz-box-flex: 3 36%;
  -webkit-flex: 3 36%;
  -ms-flex: 3 36%;
  flex: 3 36%;
  padding: 10px;
}
.ru-details h3,
.rm-details h3{
  font-size:20px;
  font-weight:300;
  color:#444;
  margin-top:0;
  margin-bottom:5px;
}
.ru-details p,
.rm-details p{
  font-size:13px;
  font-weight:300;
  color:#444;
  margin-bottom:0;
}
.ru-review{
  -webkit-box-flex: 4 80%;
  -moz-box-flex: 4 80%;
  -webkit-flex: 4 80%;
  -ms-flex: 4 80%;
  flex: 4 80%;
  padding: 10px;
}
.ru-review p,
.rm-review p{
  font-style:italic;
  font-weight:300;
  color:#444;
}
.ru-actions{
  -webkit-box-flex: 5 10%;
  -moz-box-flex: 5 10%;
  -webkit-flex: 5 10%;
  -ms-flex: 5 10%;
  flex: 5 10%;
  text-align:right;
  padding: 10px;
  justify-content: flex-end;
}
.ru-actions a {
  display:inline-block;
  padding:2px;
  font-size:18px;
}
.review-response{
  padding: 20px;
  margin-top: 10px;
  background:#f9f9f9;
  border-top: 1px dashed #ddd;
  border-left: 5px solid #ddd;
}

@media screen and (max-width:560px){
  .review-response{
    text-align:center;
    border-left:0;
  }
}
.rm-details {
  margin-bottom:15px;
}
.rm-details h3{
  margin:0;
  display:inline-block;
}
.rm-details h3 b{
  font-size:13px;
}
.rm-details p {
  float:right;
  padding: 2px 0;
}

@media screen and (max-width:767px){
  .rm-details h3{
    display:block;
  }
  .rm-details p {
    float:none;
  }
}

@media (min-width:768px) and (max-width:991px){
  .ru-rate{
    -webkit-box-flex: 1 32%;
    -moz-box-flex: 1 32%;
    -webkit-flex: 1 32%;
    -ms-flex: 1 32%;
    flex: 1 32%;
  }
  .ru-avatar {
    -webkit-box-flex: 2 10%;
    -moz-box-flex: 2 10%;
    -webkit-flex: 2 10%;
    -ms-flex: 2 10%;
    flex: 2 10%;
  }
  .ru-details {
    -webkit-box-flex: 3 42%;
    -moz-box-flex: 3 42%;
    -webkit-flex: 3 42%;
    -ms-flex: 3 42%;
    flex: 3 42%;
  }
}

@media screen and (max-width:767px){
  .review-users-list .review-user{
    flex-wrap: wrap;
  }
  .ru-rate {
    order:3;
  }
  .ru-avatar {
    order:1;
  }
  .ru-details {
    order:2;
  }
  .ru-actions{
    justify-content:inherit;
    order: 4;
  }
  .ru-review {
    justify-content: flex-end;
    order: 5;
  }
}

@media screen and (max-width:560px){
  .review-users-list .review-user {
    text-align:center;
    flex-direction:column;  
  }
  .ru-rate,
  .ru-avatar,
  .ru-details,
  .ru-actions,
  .ru-review{
    padding:5px;
  }
  .ru-rate {
    order:2;
  }
  .ru-details {
    order:3;
  }
}

/* Franchise Prices */
.cta-franchise{
  padding:20px;
    margin: 40px 0;
    text-align: center;
    background: #F8F7F7;
    border-radius: 10px;
}
.franchise-values .banner-icon{
  width: 90px;
}

@media screen and (max-width:991px){
  .franchise-values .banner-icon{
    display: block;
    position: relative;
    margin: auto;
  }
}
.franchise-values .banner-icon img {
  width: 85px;
  margin-top: 25px;
}
.franchise-values .title{
  left:auto;
  padding-left:110px;
  font-size: 27px;
  margin: 10px 0 30px;
  line-height: 33px;
}

@media screen and (max-width:991px){
  .franchise-values .title{
    padding-left:0;
  }
}
.show-cta-franchise {
  margin-top:20px;
  padding:10px 20px;
  border-top:1px solid #ddd;
}
.cta-franchise h1 {
    font-size: 26px;
    letter-spacing: -0.5px;
    color: #333;
}
.cta-franchise .value{
  font-size: 40px;
  color: #000;
}
.cta-franchise .city-franshise{
  font-size: 16px;
    color: #000;
}
.show-cta-franchise h2 {
    font-weight: 300;
    font-size: 23px;
    margin-bottom: 25px;
} 

/* Animative */

/* Grafico 1 */
.graph_1-container{
  position:relative;
  padding: 40px;
  background: #f5f5f5;
  border-radius: 100%;
  height: 570px;
  margin-top: -285px;
}

@media (min-width:992px) and (max-width:1199px){
  .graph_1-container{
    padding:0;
    height: 510px;
    width: 510px;
    right: 0;
    float: right;
  }
}

@media (min-width:768px) and (max-width:991px){
  .graph_1-container{
    margin-top:0;
    background:transparent;
    height:auto;
  }
}

@media only screen and (max-width: 767px){
  .graph_1-container{
    margin-top:0;
    background:transparent;
    height:auto;
  }
}

@media only screen and (max-width: 560px){
  .graph_1-container{
    height:260px;
    width:260px;
    margin:auto;
  }
}
.graph_1 {
  position:relative;
    margin: auto;
    width: 500px;
  height: 500px;
}

@media only screen and (max-width: 560px){
  .graph_1 {
    position:absolute;
    left:-45%;
    top:-45%;
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
.g1_element_1{
  width: 250px;
  position:absolute;
  z-index:0;
  left:50%;
  top:50%;
  margin-left:-125px;
  margin-top:-125px;
} 
.g1_element_2{
  width: 90px;
  position:absolute;
  z-index:0;
  left:50%;
  top:50%;
  margin-left:-45px;
  margin-top:-45px;
} 
.g1_element_3{
  width: 50px;
  position:absolute;
  z-index:2;
  left: 218px;
    top: 107px;
}
.g1_element_4{
  width: 50px;
  position:absolute;
  z-index:2;
  left: 300px;
    top: 138px;
}
.g1_element_5{
  width: 50px;
  position:absolute;
  z-index:2;
  left: 341px;
    top: 216px;
}
.g1_element_6{
  width: 50px;
  position:absolute;
  z-index:2;
  left: 313px;
    top: 301px;
}
.g1_element_7{
  width: 50px;
  position:absolute;
  z-index:2;
  left: 234px;
    top: 339px;
}
.g1_element_8{
  width: 50px;
  position:absolute;
  z-index:2;
  left: 145px;
    top: 310px;
}
.g1_element_9{
  width: 50px;
  position:absolute;
  z-index:2;
  left: 109px;
    top: 229px;
}
.g1_element_10{
  width: 50px;
  position:absolute;
  z-index:2;
  left: 137px;
    top: 147px;
}
.g1_element_11{
  width: 150px;
  position:absolute;
  z-index:0;
  left: 165px;
    top: -8px;
}
.g1_element_12{
  width: 150px;
  position:absolute;
  z-index:0;
  left: 302px;
    top: 39px;
}
.g1_element_13{
  width: 150px;
  position:absolute;
  z-index:0;
  left: 363px;
    top: 167px;
}
.g1_element_14{
  width: 150px;
  position:absolute;
  z-index:0;
  left: 317px;
    top: 298px;
}
.g1_element_15{
  width: 150px;
  position:absolute;
  z-index:0;
  left: 192px;
    top: 365px;
}
.g1_element_16{
  width: 150px;
  position:absolute;
  z-index:0;
  left: 51px;
    top: 317px;
}
.g1_element_17{
  width: 150px;
  position:absolute;
  z-index:0;
  left: -11px;
    top: 191px;
}
.g1_element_18{
  width: 150px;
  position:absolute;
  z-index:0;
  left: 32px;
    top: 54px;
}
.g1_text_0{
  width: 130px;
  position: absolute;
  z-index: 0;
  left: 50%;
  font-size:22px;
  font-weight:700;
  color:#666;
  top: 50%;
  margin-left: -65px;
    margin-top: 20px;
    text-align: center;
}
.g1_text_1,
.g1_text_2,
.g1_text_3,
.g1_text_4,
.g1_text_5,
.g1_text_6,
.g1_text_7,
.g1_text_8{
  width: 90px;
  position: absolute;
  font-size:14px;
  font-weight:400;
  color:#fff;
  z-index:1;
  line-height:1;
  text-align:center;
  text-shadow:0 1px 1px rgba(0,0,0,0.2);
}
.g1_text_1{
  left: 196px;
    top: 89px;
}
.g1_text_2{
    left: 352px;
    top: 131px;
    text-align: left;
    width: 78px;
}
.g1_text_3{
  left: 395px;
    top: 256px;
}
.g1_text_4{
  left: 347px;
    top: 399px;
}
.g1_text_5{
  left: 220px;
    top: 461px;
}
.g1_text_6{
  left: 81px;
    top: 417px;
}
.g1_text_7{
  left: 21px;
    top: 284px;
}
.g1_text_8{
  left: 53px;
    top: 136px;
    width: 110px;
}

/* Grafico 2 */
.graph_2-container{
  position:relative;
  padding: 0 40px;
  margin-bottom:80px;
  margin-top: 40px;
} 
.graph_2 {
  position:relative;
    margin: auto;
    width: 520px;
  height: 380px;
  overflow:hidden;
}

@media only screen and (max-width: 560px){
  .graph_2-container{
    height:260px;
    width:260px;
    margin:auto;
  }
  .graph_2 {
    position:absolute;
    left:-45%;
    top:-45%;
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
.g2_element_1{
  width: 200px;
  position:absolute;
  z-index:0;
  left:0;
  top:80px;
} 
.g2_element_2{
  width: 191px;
  position: absolute;
  z-index: 1;
  left: 154px;
  top: 79px;
} 
.g2_element_3{
  width: 200px;
  position:absolute;
  z-index:2;
  left:299px;
  top:80px;
} 
.g2_element_4{
    width: 71px;
    position: absolute;
    z-index: 2;
    left: 68px;
    top: 163px;
} 
.g2_element_5{
    width: 36px;
    position: absolute;
    z-index: 2;
    left: 232px;
    top: 160px;
} 
.g2_element_6{
    width: 61px;
    position: absolute;
    z-index: 2;
    left: 355px;
    top: 153px;
} 
.g2_element_7{
    width: 186px;
    position: absolute;
    z-index: 2;
    left:14px;
    bottom: 18px;
} 
.g2_element_8{
    width: 161px;
    position: absolute;
    z-index: 2;
    left: 166px;
    top: 0;
  -webkit-animation-delay: 2.8s;
  -moz-animation-delay: 2.8s;
  -vendor-animation-delay: 2.8s;
} 
.g2_element_9{
    width: 172px;
    position: absolute;
    z-index: 2;
    right: 37px;
    bottom: 18px;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -vendor-animation-delay: 3s;
} 
.g2_text_1,
.g2_text_2,
.g2_text_3{
  width: 195px;
  position: absolute;
    z-index: 3;
  color:#666;
  text-transform:uppercase;
  font-size:14px;
  text-align:center;
  line-height:1.1;
}
.g2_text_1{
    left:0;
    bottom: 18px;
}
.g2_text_2{
    left: 153px;
    top: 8px;
}
.g2_text_3{
   right: 19px;
    bottom: 18px;
}

/* Grafico 3 */
.graph_3-container {
  text-align:center;
    padding: 10px 0;
    background-color: #fff;
    margin-top: -10px;
}
.graph_3 img{
  width: 100px;
    margin: auto;
}
.graph_3 img.g3_element_2,
.graph_3 img.g3_element_3{
  width: 118px;
}

/* Grafico 4 */
.graph_4-container{
  position:relative;
  padding: 0 40px;
  margin-bottom:80px;
}

@media (min-width: 992px) and (max-width:1199px){
  .graph_4-container{
    height: 400px;
    width: 440px;
    margin:auto;
  }
}

@media only screen and (max-width: 767px){
  .graph_4-container{
    padding:0 20px;
    margin-bottom:0;
  }
}
.graph_4 {
  position:relative;
    margin: auto;
    width: 550px;
  height: 430px;
}

@media (min-width: 992px) and (max-width:1199px){
  .graph_4 {
    position: relative;
    left: -30px;
    -ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
}

@media only screen and (max-width: 767px){
  .graph_4 {
    -ms-transform: scale(0.85, 0.85);
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
  }
}

@media only screen and (max-width: 560px){
  .graph_4-container{
    height:260px;
    width:260px;
    margin:auto;
  }
  .graph_4 {
    position:absolute;
    left:-45%;
    top:-45%;
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
.graph_4 .group_pie_1{
  position:absolute;
    width: 300px;
  height: 300px;
}
.g4_element_1{
  width: 300px;
  position:absolute;
  z-index:0;
  left:0;
  top:0;
} 
.g4_element_2{
  width: 140px;
  position: absolute;
  z-index: 0;
  left: 125px;
  top: 31px;
}
.g4_element_3{
  width: 45px;
  position: absolute;
  z-index: 2;
  left: 138px;
  top: 110px;
}
.g4_element_4{
    width: 75px;
    position: absolute;
    z-index: 2;
    left: 107px;
    top: 184px;
    text-align: right;
    font-size: 26px;
    font-style: italic;
    font-weight: 300;
    color: #333;
}
.g4_element_5{
  width: 175px;
    position: absolute;
    z-index: 2;
    left: -27px;
    top: 261px;
    text-align: right;
    padding-top: 30px;
    line-height: 1;
    padding-right: 10px;
    border-right: 1px solid #D4175B;
}
.g4_element_5 i{
  color:#D4175B;
  font-size:18px;
  font-weight:400;
  display:block;
  line-height:1;
  margin-bottom:5px;
}
.g4_element_5 span{
  color:#B0B0B0;
  font-size:18px;
  font-weight:600;
  display:block;
  line-height:1;
}
.graph_4 .group_pie_2{
    position: absolute;
    left: 130px;
    top: 120px;
    width: 365px;
    height: 370px;
}
.g4_element_6{
    width: 380px;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
} 
.g4_element_7{
    width: 191px;
    position: absolute;
    z-index: 0;
    left: 77px;
    top: 43px;
}
.g4_element_8{
    width: 45px;
    position: absolute;
    z-index: 2;
  left: 182px;
    top: 148px;
}
.g4_element_9{
    width: 85px;
    position: absolute;
    z-index: 2;
    left: 198px;
    top: 220px;
    text-align: left;
    font-size: 32px;
    font-style: italic;
    font-weight: 300;
    color: #333;
}
.g4_element_10{
    width: 225px;
    position: absolute;
    z-index: 2;
    left: 183px;
    top: -56px;
    text-align: left;
    padding-bottom: 30px;
    line-height: 1;
    padding-left: 10px;
    border-left: 1px solid #F93;
}
.g4_element_10 i{
  color:#F93;
  font-size:22px;
  font-weight:400;
  display:block;
  line-height:1;
  margin-bottom:5px;
}
.g4_element_10 span{
  color:#000;
  font-size:20px;
  font-weight:700;
  display:block;
  line-height:1;
}

/* Grafico 5 */
.graph_5-container{
  position:relative;
  padding:0;
  overflow:hidden;
  margin-bottom:80px;
  margin-top: 50px;
}

@media (min-width: 992px) and (max-width:1199px){
  .graph_5-container{
    overflow:inherit;
    margin-top: 30px;
  }
}
.graph_5 {
  position:relative;
    margin: auto;
    width: 450px;
    height: 370px;
  float: right;
}

@media (min-width: 768px) and (max-width:991px){
  .graph_5 {
    float:none;
    margin-top:0;
  }
}

@media only screen and (max-width: 767px){
  .graph_5 {
    float:none;
    margin-top:0;
    -ms-transform: scale(0.85, 0.95);
    -webkit-transform: scale(0.85, 0.95);
    transform: scale(0.85, 0.95);
  }
}

@media only screen and (max-width: 560px){
  .graph_5-container{
    height:260px;
    width:260px;
    margin:auto;
  }
  .graph_5 {
    position:absolute;
    left:-45%;
    top:-45%;
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
.g5_element_1{
    width: 415px;
    height: 360px;
    position: absolute;
    z-index: 0;
    left: 33px;
    top: 20px;
} 
.g5_element_2{
    width: 35px;
    position: absolute;
    z-index: 1;
    left: 5px;
    top: 252px;
    padding: 5px;
    background-color: #fff;
} 
.g5_element_3{
    width: 35px;
    position: absolute;
    z-index: 1;
    left: 5px;
    top: 221px;
    padding: 5px;
    background-color: #fff;
} 
.g5_element_4{
    width: 414px;
    height: 295px;
    position: absolute;
    z-index: 0;
    left: 21px;
    bottom: 34px;
}
.g5_element_5{
    width: 393px;
    height: 90px;
    position: absolute;
    z-index: 0;
    left: 42px;
    bottom: 23px;
}
.g5_element_6,
.g5_element_7,
.g5_element_8{
  width: auto;
    position: absolute;
    z-index: 0;
    font-size: 16px;
    color: #666;
  text-align: right;
}
.g5_element_9,
.g5_element_10{
  width: auto;
    position: absolute;
    z-index: 0;
    font-size: 14px;
    color: #999;
}
.g5_element_6{
  left: -20px;
    top: 53px; 
}
.g5_element_7{
    left: -48px;
    top: 227px;
}
.g5_element_8{
    left: -48px;
    top: 261px;
}
.g5_element_9{
    left: 28px;
    bottom: 0;
}
.g5_element_10{
    left: 419px;
    bottom: 0;
}

 #areaSpot{
   margin-top:35px;
 }
.spots-aside{
  list-style:none;
  margin:0;
  padding:0;
}
.spots-aside li>div{
  display:block;
  margin: 0 0 10px;
  padding: 5px;
  background-color:#fff;
  border:1px solid #ccc;
  height: 105px;
}
.spots-aside li>div:hover{
  -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.175);
  box-shadow:0 1px 4px rgba(0, 0, 0, 0.175);
  cursor:pointer;
}
.spots-aside li h1{
  margin:0 0 10px;
  font-size:14px;
  color:#666;
  font-weight:700;
}
.spots-aside li p{
  font-size:12px;
  margin:0 0 5px;
  color:#666;
  line-height:120%;
}
.spots-aside li p .fa{
  text-align:center;
  margin:0 3px 0 0;
}

/* Grafico 6 */
.graph_6-container{
  position:relative;
}
.graph_6 {
    margin: auto;
    height: 400px;
  overflow:hidden;
}

@media (min-width: 992px) and (max-width:1199px){
  .graph_6 {
    height: 350px;
  }
}

.g6_element_1{
  max-width:770px;
   z-index: 1;
} 

@media (min-width: 992px) and (max-width:1199px){
  .g6_element_1 {
    max-width: 665px;
  }
}
.g6_element_2{
    width: 85px;
    position: absolute;
    z-index: 2;
    left: -76px;
    bottom: 60px;
}

@media (min-width: 992px) and (max-width:1199px){
  .g6_element_2{
     left:0;
     transform: rotate(90deg);
     bottom:10px;
  }
}

@media (min-width: 768px) and (max-width:991px){
  .g6_element_2{
     left:0;
     transform: rotate(90deg);
     bottom:10px;
  }
}

@media only screen and (max-width: 767px){
  .g6_element_2{
     left:0;
     transform: rotate(90deg);
     bottom:10px;
  }
}
.g6_element_3{
    width: 110px;
    position: absolute;
    z-index: 2;
    right: 90px;
    top: 0;
}

@media (min-width: 992px) and (max-width:1199px){
  .g6_element_3{
    width: 90px;
    right: 0;
    top: 9px;
  }
}

@media (min-width: 768px) and (max-width:991px){
  .g6_element_3{
    width: 90px;
    right: auto;
    left: 26px;
    top: 9px;
  }
}

@media only screen and (max-width: 767px){
  .g6_element_3{
    width: 90px;
    right: auto;
    left: 26px;
    top: 9px;
  }
}
.g6_element_4{
    width: 144px;
    position: absolute;
    z-index: 2;
    right: 60px;
    bottom: 28px;
}

@media (min-width: 992px) and (max-width:1199px){
  .g6_element_4{
    right: 20px;
    bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width:991px){
  .g6_element_4{
    right: 10px;
    bottom: 20px;
  }
}

@media only screen and (max-width: 767px){
  .g6_element_4{
    right: 10px;
    bottom: 20px;
  }
}

/* Grafico 7 */
.graph_7-container{
  position:relative;
  padding:0 40px;
}

@media (max-width:560px){
  .graph_7-container{
    padding:0;
  }
}
.graph_7 {
    margin: auto;
}
.g7_element_1{
  margin-top:20px;
  max-width:500px;
   z-index: 1;
} 

@media (max-width:767px){
  .g7_element_1{
    display:none;
  }
}
.g7_element_2{
    width: 540px;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
}

@media (min-width: 992px) and (max-width:1199px){
  .g7_element_2 {
    width: 500px;
  }
}

@media (min-width: 768px) and (max-width:991px){
  .g7_element_2 {
    width: 400px;
  }
}

@media (max-width:767px){
  .g7_element_2 {
    width: 100%;
    position: relative;
    z-index:0;
  }
}

/* Grafico 4 */
.graph_8-container{
  position:relative;
  padding: 0 20px;
}
.graph_8 {
  position:relative;
    margin: auto;
  height: 320px;
}

@media screen and (max-width:767px){
  .graph_8 {
    width:315px;
  }
}

@media screen and (max-width:560px){
  .graph_8-container{
    height:260px;
    width:260px;
    margin:auto;
  }
  .graph_8 {
    position:absolute;
    left: -10%;
    top: -13%;
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
}
.g8_element_1{
  width: 300px;
  position:absolute;
  z-index:0;
  left:0;
  top:0;
} 
.g8_element_2{
  width: 140px;
  position: absolute;
  z-index: 0;
  left: 125px;
  top: 31px;
}
.g8_element_3{
  width: 179px;
    position: absolute;
    z-index: 0;
    left: 56px;
    top: 37px;
}
.g8_element_4{
  width: 175px;
    position: absolute;
    z-index: 2;
    left: -27px;
    top: 239px;
    text-align: right;
    padding-top: 30px;
    line-height: 1;
    padding-right: 10px;
    border-right: 1px solid #7CDCD2;
}
.g8_element_4 i{
  color:#7CDCD2;
  font-size:18px;
  font-weight:400;
  display:block;
  line-height:1;
  margin-bottom:5px;
}
.g8_element_4 span{
  color: #666;
    font-size: 22px;
    font-weight: 300;
    display: block;
    line-height: 1;
    font-style: italic;
}
.g8_element_5{
  width: 175px;
    position: absolute;
    z-index: 2;
    left: 232px;
    top: 0;
    text-align: left;
    padding-bottom: 30px;
    line-height: 1;
    padding-left: 10px;
    border-left: 1px solid #FCCE54;
}
.g8_element_5 i{
  color:#FCCE54;
  font-size:18px;
  font-weight:400;
  display:block;
  line-height:1;
  margin-bottom:5px;
}
.g8_element_5 span{
  color: #666;
    font-size: 22px;
    font-weight: 300;
    display: block;
    line-height: 1;
    font-style: italic;
}

/* Graph 9 */
.graph_9-container h1{
    text-align: center;
    color: #000;
    font-size: 22px;
    font-weight: 300;
}
.chartBarsWrap {
  padding-left: 40px;
  margin: 0 30px 0 20px;
}
.graph_9 .chartBars {
  position: relative;
  height:196px;
  margin:50px 0 50px 50px;
}

@media (max-width:560px){
  .graph_9 .chartBars {
    position: relative;
    height:196px;
    margin:50px 0 50px 25px;
  }
}
.text-graph_9 {
  padding-right:20px;
}

@media (max-width:767px){
  .text-graph_9 {
    padding:0 15px;
  }
}


/* Graph 10 */
.graph_10-container{
  position:relative;
  padding:0 30px;
  margin-bottom:60px;
}
.graph_10 {
  position:relative;
    margin: auto;
  height: 240px;
}

@media screen and (max-width:560px){
  .graph_10 {
    width: 230px;
  }
}
.g10_element_1{
  position:absolute;
  z-index:0;
  right: 0;
    bottom: 0;
    height: 130px;
} 
.g10_element_2{
  position: absolute;
  z-index: 0;
    right: 9px;
    bottom: 131px;
    height: 47px;
}
.g10_element_3{
    position: absolute;
    z-index: 0;
    right: 28px;
    bottom: 180px;
    height: 31px;
}
.g10_element_4{
  width:155px;
    position: absolute;
    z-index: 2;
    right: 74px;
    top: 25px;
    text-align: left;
    line-height: 1;
    padding-bottom:2px;
    border-bottom: 1px solid #20A88E;
}
.g10_element_4 span{
  color: #20A88E;
    font-size: 18px;
    font-weight: 300;
    display: block;
    line-height: 1;
    font-style: italic;
}

.g10_element_5{
  width:155px;
    position: absolute;
    z-index: 2;
    right: 74px;
    top: 70px;
    text-align: left;
    line-height: 1;
    padding-bottom:2px;
    border-bottom: 1px solid #E5B93C;
}
.g10_element_5 span{
  color: #E5B93C;
    font-size: 18px;
    font-weight: 300;
    display: block;
    line-height: 1;
    font-style: italic;
}

.g10_element_6{
    width: 130px;
    position: absolute;
    z-index: 2;
    right: 100px;
    top: 120px;
    text-align: left;
    line-height: 1;
    padding-bottom:2px;
    border-bottom: 1px solid #F27A46;
}
.g10_element_6 span{
  color: #F27A46;
    font-size: 18px;
    font-weight: 300;
    display: block;
    line-height: 1;
    font-style: italic;
}

/* Graph 11 */
.graph_11-container{
  position:relative;
  padding-left:10px;
  margin-bottom:60px;
  margin-top: 25px;
}

@media screen and (max-width:560px){
  .graph_11-container{
    margin-bottom:0;
  }
}
.graph_11 {
  position:relative;
    margin: auto;
  height: 240px;
}

@media screen and (max-width:560px){
  .graph_11 {
    width: 260px;
  }
}
.g11_element_1{
  width: 190px;
  position:absolute;
  z-index:0;
  right:0;
  top:0;
} 
.g11_element_2{
    width: 137px;
    position: absolute;
    z-index: 0;
    right: 19px;
    top: 18px;
}
.g11_element_3{
    width: 53px;
    position: absolute;
    z-index: 0;
    right: 104px;
    top: 96px;
}
.g11_element_3b{
    width: 51px;
    position: absolute;
    z-index: 0;
    right: 113px;
    top: 72px;
}
.g11_element_4{
  width:135px;
    position: absolute;
    z-index: 2;
    right: 120px;
    top: -10px;
    text-align: left;
    line-height: 1;
    padding-bottom:2px;
    border-bottom: 1px solid #20A88E;
}
.g11_element_4 i{
  color:#20A88E;
  font-size:12px;
  max-width:80px;
  font-weight:400;
  margin-bottom:3px;
  display:block;
  line-height:1;
}
.g11_element_4 span{
  color: #20A88E;
    font-size: 14px;
    font-weight: 600;
    display: block;
    line-height: 1;
    font-style: italic;
}
.g11_element_5{
  width:135px;
    position: absolute;
    z-index: 2;
    right: 120px;
    top: 40px;
    text-align: left;
    line-height: 1;
    padding-bottom:2px;
    border-bottom: 1px solid #E5B93C;
}
.g11_element_5 i{
  color:#E5B93C;
  max-width:80px;
  font-size:12px;
  font-weight:400;
  margin-bottom:3px;
  display:block;
  line-height:1;
}
.g11_element_5 span{
  color: #E5B93C;
    font-size: 14px;
    font-weight: 600;
    display: block;
    line-height: 1;
    font-style: italic;
}

.g11_element_6{
  width:120px;
    position: absolute;
    z-index: 2;
    right: 135px;
    top: 90px;
    text-align: left;
    line-height: 1;
    padding-bottom:2px;
    border-bottom: 1px solid #F27A46;
}
.g11_element_6 i{
  color:#F27A46;
  font-size:12px;
  max-width:80px;
  font-weight:400;
  margin-bottom:3px;
  display:block;
  line-height:1;
}
.g11_element_6 span{
  color: #F27A46;
    font-size: 14px;
    font-weight: 600;
    display: block;
    line-height: 1;
    font-style: italic;
}


/* Grafico 12 */
.graph_12-container{
  width:660px;
  margin:auto;
  padding-bottom:100px;
  padding-top: 150px;
}

@media (max-width:767px){
  .graph_12-container{
    width:500px;
    padding-top: 100px;
  }
}

@media (max-width:560px){
  .graph_12-container{
    width:270px;
    padding-top: 60px;
  }
}
.graph_12 {
  text-align: center;
    position: relative;
}
.g12_element_1 {
  width:350px;
  margin:auto;
}

@media (max-width:767px){
  .g12_element_1 {
    width: 200px;
  }
}

@media (max-width:560px){
  .g12_element_1 {
    width: 140px;
  }
}
.g12_icon_1 {
  width: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -65px;
  margin-top: -55px;
}

@media (max-width:767px){
  .g12_icon_1 {
    width: 80px;
    margin-left: -40px;
    margin-top: -25px;
  }
}
.g12_number_1,
.g12_number_2,
.g12_number_3,
.g12_number_4,
.g12_number_5,
.g12_number_6{
  width: 75px;
  position:absolute;
}

@media (max-width:767px){
  .g12_number_1,
  .g12_number_2,
  .g12_number_3,
  .g12_number_4,
  .g12_number_5,
  .g12_number_6{
    width: 38px;
  }
}

@media (max-width:560px){
  .g12_number_1,
  .g12_number_2,
  .g12_number_3,
  .g12_number_4,
  .g12_number_5,
  .g12_number_6{
    width: 33px;
  }
}
.g12_number_1{
  left: 370px;
    top: 30px;
}

@media (max-width:767px){
  .g12_number_1{
    left: 280px;
    top: 20px;
  } 
}

@media (max-width:560px){
  .g12_number_1{
    left: 150px;
    top: 9px;
  } 
}
.g12_number_2{
  left: 450px;
    top: 160px;
}

@media (max-width:767px){
  .g12_number_2{
    left: 320px;
    top: 95px;
  }
}

@media (max-width:560px){
  .g12_number_2{
    left: 180px;
    top: 65px;
  }
}
.g12_number_3{
  top: 300px;
    left: 370px;
}

@media (max-width:767px){
  .g12_number_3{
    top: 175px;
    left: 275px;
  } 
}

@media (max-width:560px){
  .g12_number_3{
    top: 118px;
    left: 150px;
  } 
}
.g12_number_4{
  left: 210px;
    top: 300px;
}

@media (max-width:767px){
  .g12_number_4{
    left: 185px;
    top: 175px;
  }
}

@media (max-width:560px){
  .g12_number_4{
    left: 86px;
    top: 118px;
  }
}
.g12_number_5{
  top: 160px;
    left: 135px;
}

@media (max-width:767px){
  .g12_number_5{
    top: 95px;
    left: 141px;
  }
}

@media (max-width:560px){
  .g12_number_5{
    top: 65px;
    left: 57px;
  } 
}
.g12_number_6{
  left: 210px;
    top: 30px;
}

@media (max-width:767px){
  .g12_number_6{
    left: 186px;
    top: 20px;
  }
}

@media (max-width:560px){
  .g12_number_6{
    left: 87px;
    top: 9px;
  } 
}
.g12_text_1,
.g12_text_2,
.g12_text_3,
.g12_text_4,
.g12_text_5,
.g12_text_6{
  position:absolute;
  font-weight: 300;
  width:315px;
  font-size:14px;
  font-style:italic;
}
.g12_text_1 b,
.g12_text_2 b,
.g12_text_3 b,
.g12_text_4 b,
.g12_text_5 b,
.g12_text_6 b{
  display:block;
  font-size:16px;
}

@media (min-width:768px) and (max-width:991px){
  .g12_text_1,
  .g12_text_2,
  .g12_text_3,
  .g12_text_4,
  .g12_text_5,
  .g12_text_6{
    width:200px;
    font-size:13px;
  }
}

@media (max-width:767px){
  .g12_text_1,
  .g12_text_2,
  .g12_text_3,
  .g12_text_4,
  .g12_text_5,
  .g12_text_6{
    width:100px;
    font-size:11px;
  }
  .g12_text_1 span,
  .g12_text_2 span,
  .g12_text_3 span,
  .g12_text_4 span,
  .g12_text_5 span,
  .g12_text_6 span{
    display:none;
  }
  .g12_text_1 b,
  .g12_text_2 b,
  .g12_text_3 b,
  .g12_text_4 b,
  .g12_text_5 b,
  .g12_text_6 b{
    font-weight:400;
    font-size:18px;
  }
}

@media (max-width:560px){
  .g12_text_1,
  .g12_text_2,
  .g12_text_3,
  .g12_text_4,
  .g12_text_5,
  .g12_text_6{
    width:auto;
  }
  .g12_text_1 img,
  .g12_text_2 img,
  .g12_text_3 img,
  .g12_text_4 img,
  .g12_text_5 img,
  .g12_text_6 img{
    display:none;
  }
  .g12_text_1 b,
  .g12_text_2 b,
  .g12_text_3 b,
  .g12_text_4 b,
  .g12_text_5 b,
  .g12_text_6 b{
    font-size:16px;
  }
}
.g12_text_1{
    bottom: 450px;
    left: 487px;
  text-align: left;
}

@media (max-width:767px){
  .g12_text_1{
    bottom: 254px;
    left: 367px;
  }
}

@media (max-width:560px){
  .g12_text_1{
    width:auto;
    bottom: 137px;
    left: 190px;
  }
}
.g12_text_1 img{
    position: absolute;
    left: -53px;
    bottom: -70px;
    width: 220px;
}

@media (max-width:767px){
  .g12_text_1 img{
    height: 40px;
    bottom: -40px;
    width: auto;
  }
}
.g12_text_2{
  bottom: 220px;
    left: 545px;
  width:280px;
    text-align: left;
}

@media (min-width:768px) and (max-width:991px){
  .g12_text_2{
    width:130px;
    left:auto;
    right:0;
  }
}

@media (max-width:767px){
  .g12_text_2{
    width: 130px;
    left: auto;
    right: 0;
    bottom: 113px;
  }
}

@media (max-width:560px){
  .g12_text_2{
    width:auto;
    left: auto;
    right: 0;
    bottom: 68px;
  }
}
.g12_text_2 img{
    position: absolute;
    left: 0;
    bottom: -16px;
    height: 1px;
}

@media (max-width:767px){
  .g12_text_2 img{
    width: 100px;
    left: 0;
    bottom: 0;
    height: 1px;
  }
}
.g12_text_3{
  left: 500px;
    text-align: left;
    bottom: 0;
}

@media (min-width:768px) and (max-width:991px){
  .g12_text_3{
    bottom: -23px;
    left: 505px;
  }
}

@media (max-width:767px){
  .g12_text_3{
    left: 363px;
    text-align: left;
    bottom: -19px;
  } 
}

@media (max-width:560px){
  .g12_text_3{
    width:auto;
    left: 190px;
    text-align: left;
    bottom: 0px;
  } 
}
.g12_text_3 img{
  position: absolute;
    left: -58px;
    bottom: -19px;
  height: 55px;
}

@media (max-width:767px){
  .g12_text_3 img{
    left: -52px;
    bottom: -3px;
    height: 41px;
  }
}
.g12_text_4{
  bottom: 0;
    text-align: right;
    left: -155px;
}

@media (min-width:768px) and (max-width:991px){
  .g12_text_4{
    bottom: -27px;
    left: -50px;
  }
}

@media (max-width:767px){
  .g12_text_4{
    bottom: -23px;
    text-align: right;
    left: 45px;
  }
}

@media (max-width:560px){
  .g12_text_4{
    width:auto;
    bottom: 0px;
    text-align: right;
    left: 4px;
  }
}
.g12_text_4 img{
  position: absolute;
    bottom: -19px;
    right: -53px;
  height: 55px;
}

@media (max-width:767px){
  .g12_text_4 img{
    bottom: 0;
    right: -47px;
    height: 42px;
  }
}
.g12_text_5{
  bottom: 220px;
    left: -158px;
    text-align: right;
    width: 280px;
}

@media (min-width:768px) and (max-width:991px){
  .g12_text_5{
    bottom: 220px;
    width:130px;
    left:0;
  }
}

@media (max-width:767px){
  .g12_text_5{
    width:130px;
    left:0;
    bottom: 115px;
  } 
}

@media (max-width:560px){
  .g12_text_5{
    width:auto;
    left: -41px;
    bottom: 68px;
  } 
}
.g12_text_5 img{
  position:absolute;
  bottom: -16px;
    height: 1px;
    right: 0;
}

@media (max-width:767px){
  .g12_text_5 img{
    width: 100px;
    bottom: 0;
  }
}
.g12_text_6{
  bottom: 447px;
    left: -149px;
    text-align: right;
}

@media (min-width:768px) and (max-width:991px){
  .g12_text_6{
    left: 35px;
  } 
}

@media (max-width:767px){
  .g12_text_6{
    bottom: 255px;
    left: 30px;
  } 
}

@media (max-width:560px){
  .g12_text_6{
    width:auto;
    bottom: 137px;
    left: -20px;
  } 
}
.g12_text_6 img{
  position: absolute;
    bottom: -68px;
    right: -56px;
    height: 58px;
}

@media (max-width:767px){
  .g12_text_6 img{
    bottom: -42px;
    right: -60px;
    height: 41px;
  }
}

/* Graph 13 */
.block-graph-clicktohelp .block-content{
  overflow:inherit!important;
}
.block-graph-clicktohelp .block-content .block-text p.text-graph{
  padding-right:40px;
}

@media (max-width:991px){
  .block-graph-clicktohelp h2.graph-title,
  .block-graph-clicktohelp .block-content .block-text p{
    text-align:center;
    padding-right:0;
  }
}
.graph_13-container{
  position:relative;
  margin:auto;
  text-align:right;
}
.graph_13 {
  position:relative;
    margin: auto;
  top:-200px;
  width: 580px;
  height:600px;
}

@media (min-width:768px) and (max-width:991px){
  .graph_13 {
    top:-50px;  
  }
}

@media (max-width:767px){
  .graph_13 {
    top:0;  
  }
}

@media screen and (max-width:560px){
  .graph_13-container{
    height:260px;
    width:260px;
    margin:auto;
    margin-top: 30px;
  }
  .graph_13 {
    position:absolute;
    left: -55%;
    top: -75%;
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.5, 0.5);
  }
}
.g13_element_1{
    width: 270px;
    position: absolute;
    top: -2px;
    right: 30px;
} 
.g13_element_2{
    width: 316px;
    position: absolute;
    top: 145px;
    right: 156px;
} 
.g13_element_3{
    width: 270px;
    position: absolute;
    top: 213px;
    right: 333px;
} 
.g13_element_4{
  width: 250px;
    position: absolute;
    top: 258px;
    right: 50px;
} 
.g13_element_5{
    width: 85px;
    position: absolute;
    top: 124px;
    right: 384px;
} 
.g13_element_6{
    width: 85px;
    position: absolute;
    top: -45px;
    right: 67px;
} 
.g13_element_7{
    width: 85px;
    position: absolute;
    right: 171px;
    bottom: 0;
} 
.g13_element_8{
    width: 85px;
    position: absolute;
    top: 313px;
    right: 531px;
} 
.g13_element_9{
    width: 50px;
    position: absolute;
    top: 311px;
    right: 451px;
  max-height: 50px;
} 
.g13_element_10{
    width: 50px;
    position: absolute;
    top: 305px;
    right: 306px;
  max-height: 50px;
} 
.g13_element_11{
  width: 50px;
  position: absolute;
  top: 300px;
    right: 176px;
  max-height: 50px;
} 
.g13_element_12{
  width: 50px;
  position: absolute;
  top: 224px;
    right: 83px;
  max-height: 50px;
} 
.g13_text_1,
.g13_text_2,
.g13_text_3,
.g13_text_4{
  position:absolute;
  color:#fff;
  width:150px;
}
.g13_text_1 p,
.g13_text_2 p,
.g13_text_3 p,
.g13_text_4 p{
  font-size:12px;
  text-align:left;
  line-height:1.2;
}
.g13_text_1 b,
.g13_text_2 b,
.g13_text_3 b,
.g13_text_4 b{
  font-size:14px;
  text-align:left;
  display:block;
  font-weight:700;
  line-height: 1.2;
    margin-bottom: 5px;
}
.g13_text_1{
  top: 62px;
  right: 52px;
}
.g13_text_2{
    top: 367px;
    right: 104px;;
}
.g13_text_3{
    top: 184px;
    right: 250px;
}
.g13_text_4{
  top: 358px;
  right: 350px;
  width: 170px;
}

/* Graph 14 */
.graph_14-container{
  position:relative;
  padding:0 30px;
  text-align:center;
}
.graph_14 {
    margin: auto;
  max-width: 450px;
}
.graph_14_element_1{
    width:100%;
}

/* Graph 15 */
.graph_15-container{
  position:relative;
  text-align:center;
}
.graph_15 {
    margin: auto;
}
.g15_element_1{
    width:100%;
}

/* Graph 16 */
.graph_16-container{
  position:relative;
  text-align:center;
}
.graph_16 {
    margin: auto;
}
.g16_element_1{
    width:100%;
  max-height:300px;
}

/* Graph 17 */
.graph_17-container{
  position:relative;
  text-align:center;
}

 @media only screen and (max-width: 480px){
  .graph_17-container {
    height: 260px;
    width: 260px;
    margin: auto;
  }
}
.graph_17 {
    margin: auto;
  width:420px;
  height:429px;
  top:-140px;
  position:relative;
}

@media screen and (max-width:991px){
  .graph_17 {
    margin: auto;
    top:0;
    margin-top:40px;
    margin-bottom:40px;
  }
}

@media only screen and (max-width: 480px){
  .graph_17 {
    position: absolute;
    left: -30%;
    top: -45%;
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
.g17_element_1{
  position:absolute;
    width:155px;
  top:275px;
  left:59px;
}
.g17_element_2{
  position:absolute;
    width:147px;
  top:212px;
  left:1px;
}
.g17_element_3{
  position:absolute;
    width:154px;
  top:67px;
  left:1px;
}
.g17_element_4{
  position:absolute;
    width:148px;
  top:9px;
  left:66px;
}
.g17_element_5{
  position:absolute;
    width:147px;
  top:0px;
  left:212px;
}
.g17_element_6{
  position:absolute;
    width:154px;
  top:70px;
  left:267px;
}
.g17_element_7{
  position:absolute;
    width:161px;
  top:216px;
  left:260px;
}
p.g17_element_8{
  font-size:24px;
  font-style:italic;
  color:#2c2c2c;
  font-weight: 300;
  line-height: 110%;
  width: 240px;
  position: absolute;
  bottom: -25px;
  left: 220px;
}

/* Graph 18 */
.graph_18-container{
  position:relative;
  text-align:center;
}

@media only screen and (max-width: 991px){
  .graph_18-container {
    margin-top:60px;
  }
}

@media only screen and (max-width: 480px){
  .graph_18-container {
    height: 260px;
    width: 260px;
    margin: auto;
  }
}
.graph_18 {
    margin: auto;
  width:450px;
  height:420px;
  position:relative;
}

@media only screen and (max-width: 480px){
  .graph_18 {
    position: absolute;
    left: -35%;
    top: -20%;
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
.g18_element_0{
  position:absolute;
    width:227px;
  height:217px;
  top:140px;
  left:107px;
}
.g18_element_1{
  position:absolute;
    width:227px;
  height:227px;
  top:40px;
  left:107px;
}
.g18_element_2{
  position:absolute;
    width:227px;
  height:227px;
  top:141px;
  left:59px;
}
.g18_element_3{
  position:absolute;
    width:227px;
  height:227px;
  top: 141px;
    left: 161px;
}
.g18_element_4{
  position:absolute;
    width:50px;
  top:64px;
  left:196px;
}
.g18_element_5{
  position:absolute;
    width: 51px;
    top: 251px;
    left: 92px;
}
.g18_element_6{
  position:absolute;
    width:70px;
  top:255px;
  left:300px;
}
p.g18_element_7,
p.g18_element_8,
p.g18_element_9,
p.g18_element_10{
  font-size:20px;
  font-style:italic;
  font-weight: 300;
  line-height: 110%;
  width: 130px;
  position: absolute;
}
p.g18_element_7{
  color:#DC735E;
  top:-15px;
  left: 160px;
  text-align:center;
}
p.g18_element_8{
  color:#64B2D8;
  bottom:0;
  left: 0;
  text-align:right;
}
p.g18_element_9{
  color:#E6AD05;
  bottom:0;
  left: 300px;
  text-align:left;
}
p.g18_element_10{
  color:#000;
    top: 202px;
    line-height: 1;
    left: 158px;
    text-align: center;
}

/* Graph 19 */
.graph_19-container{
  position:relative;
  text-align:center;
}

@media only screen and (max-width: 560px){
  .graph_19-container {
    height: 260px;
    width: 260px;
    margin: auto;
  }
}
.graph_19 {
    margin: auto;
  width:420px;
  height:470px;
  float:right;
  top:-155px;
  position:relative;
}

@media screen and (max-width:991px){
  .graph_19 {
    margin: auto;
    top:0;
    float:none;
    margin-top:40px;
    margin-bottom:60px;
  }
}

@media only screen and (max-width: 560px){
  .graph_19 {
    position: absolute;
    left: -30%;
    top: -45%;
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
.g19_element_1{
  margin:auto;
    width:380px;
  position:relative;
  top:75px;
}
.g19_element_2{
  position:absolute;
  width:70px;
  left:0;
  top:15px;
}
.g19_element_3{
  position:absolute;
  width:60px;
  left:257px;
  top:0;
}
.g19_element_4{
  position:absolute;
  width:83px;
  left:347px;
  top:45px;
}
.g19_element_5{
  position:absolute;
  width:58px;
  left:370px;
  top:237px;
}
.g19_element_6{
  position:absolute;
  width:92px;
  left:265px;
  top:370px;
}
.g19_element_7{
  position:absolute;
  width:59px;
  left:30px;
  top:347px;
}

/* Graph 20 */
.graph_20-container{
  position:relative;
  text-align:center;
}
.graph_20 {
    margin: auto;
  width:100%;
}
.graph_20.chart-rings ul {
  font-size: 22px;
}
.graph_20.chart-rings ul li {
  margin: 0 2%;
  width: 215px;
  position:relative;
}

@media (min-width:992px) and (max-width:1199px){
  .graph_20.chart-rings ul li {
    margin:0 5px;
  }
}

@media (min-width:768px) and (max-width:991px){
  .graph_20.chart-rings ul li {
    margin:0 2%;
  }
}

@media screen and (max-width:560px){
  .graph_20.chart-rings ul li {
    margin:auto;
    margin-top: 25px;
  }
}
.graph_20.chart-rings ul li label{
    font-weight: 300;
    font-size: 16px;
    color: #666;
    width: 70%;
  margin-top:25px;
    position: absolute;
    top: 50%;
    left: 2em;
  line-height: 1.2;
}
.graph_20.chart-rings ul li label b{
  font-weight:600;
}
.graph_20 .ring {
  width: 2em;
  height: 2em;
  font-size: 5em;
  border:12px solid #eee;
}
.graph_20 .ring .percent {
  position: absolute;
  top: 1.5em;
  left: .1em;
  font-size: .3em;
}
.graph_20 .ring .percent .int {
  font-size: 70px;
  line-height:1;
  font-weight:600;
}
.graph_20 .ring .percent .symbol {
    font-size: .7em;
    vertical-align: top;
    opacity: .5;
    position: relative;
    top: 5px;
}
.graph_20 .ring.redRing .percent .int {
    color: #EC7063;
}
.graph_20 .ring.redRing .percent .symbol {
    color: #EC7063;
}
.graph_20 .ring.greenRing .percent .int {
    color: #48C9B0;
}
.graph_20 .ring.greenRing .percent .symbol {
    color: #48C9B0;
}
.graph_20 .ring > #slice {
  width: 2em;
  height: 2em;
  clip: rect(0px, 2em, 2em, 1em);
  top:-12px;
  left:-12px;
}
.graph_20 .ring > #slice.gt50 {
  clip: rect(auto, auto, auto, auto);
}
.graph_20 .ring > #slice > .pie {
  border: .1em solid #fff;
  width: 2em;
  height: 2em;
  clip: rect(0em, 1em, 2em, 0em);
  border-radius: 1em;
}
.graph_20 .ring.redRing > #slice > .pie {
    border-color: #EC7063;
}
.graph_20 .ring.greenRing > #slice > .pie {
    border-color: #48C9B0;
}
.graph_20 .ring:after {
  top: .2em;
  left: .2em;
  width: .2em;
  height: .2em;
}
.graph_20 .ring:before {
  width: 2em;
  height: 2em;
  border-radius: 1em;
}
.graph_20 .ring > #slice > .pie.fill {
  -webkit-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}

/* Graph 21 */
.graph_21-container{
  position:relative;
  text-align:center;
  margin-top:80px;
  margin-bottom:80px;
  min-height:300px;
}
.graph_21-container h1{
  margin-bottom:60px;
}

@media (min-width:768px) and (max-width:991px){
  .graph_21-container h1{
    margin-bottom:10px;
    text-align:left;
  }
}

@media screen and (max-width:767px) {
  .graph_21-container h1{
    margin-bottom:10px;
  }
}
.graph_21 {
  position:relative;
  width:100%;
  height:250px;
  padding:0 90px;
}

@media (min-width:992px) and (max-width:1199px){
  .graph_21 {
    position: relative;
    width: 961px;
    height: 250px;
    padding: 0; 
    left: 50%;
    margin-left: -475px;
  }
}

@media (min-width:768px) and (max-width:991px){
  .graph_21 {
    padding:0;
    height:960px;
  }
}

@media screen and (max-width:767px) {
  .graph_21 {
    padding:0;
    height:960px;
  }
} 
.graph_21 .group_elements {
    width: 188.6px;
    text-align: center;
  position:absolute;
    height: 185px;
}
.graph_21 .group_elements span{
    text-align: center;
    width: 100%;
    position: absolute;
  bottom: -60px;
    font-size: 16px;
    font-weight: 300;
    color: #666;
    padding: 0 30px;
    line-height: 1;
    font-style: italic;
  left:0;
}

@media (min-width:768px) and (max-width:991px){
  .graph_21 .group_elements span{
    text-align: left;
    bottom: auto;
    top: 122px;
    left: 190px;
    padding: 0;
  }
}

@media screen and (max-width:767px) {
  .graph_21 .group_elements span{
    text-align: left;
    bottom: auto;
    top: 122px;
    left: 190px;
    padding: 0;
  }
}
.graph_21 .group_1{
  left:90px;
}

@media (min-width:992px) and (max-width:1199px){
  .graph_21 .group_1{
    left:-8px;
  }
}

@media (min-width:768px) and (max-width:991px){
  .graph_21 .group_1{
    left:5%;
  }
}

@media screen and (max-width:767px) {
  .graph_21 .group_1{
    left: 50%;
    margin-left: -145px;
  }
}
.graph_21 .group_2{
  left:245px;
}

@media (min-width:992px) and (max-width:1199px){
  .graph_21 .group_2{
    left:146px;
  }
}

@media (min-width:768px) and (max-width:991px){
  .graph_21 .group_2{
    left:5%;
    top:154px;
  }
}

@media screen and (max-width:767px) {
  .graph_21 .group_2{
    left: 50%;
    margin-left: -145px;
    top:154px;
  }
}
.graph_21 .group_3{
  left:400px;
}

@media (min-width:992px) and (max-width:1199px){
  .graph_21 .group_3{
    left:301px;
  }
}

@media (min-width:768px) and (max-width:991px){
  .graph_21 .group_3{
    left: 5%;
    top: 309px;
  }
}

@media screen and (max-width:767px) {
  .graph_21 .group_3{
    left: 50%;
    margin-left: -145px;
    top: 309px;
  }
}
.graph_21 .group_4{
  left:554px;
}

@media (min-width:992px) and (max-width:1199px){
  .graph_21 .group_4{
    left:456px;
  }
}

@media (min-width:768px) and (max-width:991px){
  .graph_21 .group_4{
    left: 5%;
    top: 463px;
  }
}

@media screen and (max-width:767px) {
  .graph_21 .group_4{
    left: 50%;
    margin-left: -145px;
    top: 463px;
  }
}
.graph_21 .group_5{
  left:709px;
}

@media (min-width:992px) and (max-width:1199px){
  .graph_21 .group_5{
    left:610px;
  }
}

@media (min-width:768px) and (max-width:991px){
  .graph_21 .group_5{
    left: 5%;
    top: 617px;
  }
}

@media screen and (max-width:767px) {
  .graph_21 .group_5{
    left: 50%;
    margin-left: -145px;
    top: 617px;
  }
}
.graph_21 .group_6{
  left:863px;
}

@media (min-width:992px) and (max-width:1199px){
  .graph_21 .group_6{
    left:764px;
  }
}

@media (min-width:768px) and (max-width:991px){
  .graph_21 .group_6{
    left: 5%;
    top: 771px;
  }
}

@media screen and (max-width:767px) {
  .graph_21 .group_6{
    left: 50%;
    margin-left: -145px;
    top: 771px;
  }
}

@media screen and (max-width:400px) {
  .graph_21 .group_1,
  .graph_21 .group_2,
  .graph_21 .group_3,
  .graph_21 .group_4,
  .graph_21 .group_5,
  .graph_21 .group_6{
    margin-left: -200px;
  }
  
}
.g21_element_1{
  width:100%;
  position:absolute;
  top:0;
  left:0;
}
.g21_element_2{
    width: 104%;
    position: absolute;
    bottom: -3px;
  z-index: 6;
  left:0;
}
.g21_element_3{
    width: 104%;
    position: absolute;
    top:0; 
  z-index: 5;
  left:0;
}
.g21_element_4{
  width:100%;
  position:absolute;
  bottom: -3px;
  left:0;
}
.g21_element_5{
  width:100%;
  position:absolute;
  top:0;
  left:0;
}
.g21_element_6{
    width: 104%;
    position: absolute;
    bottom: -3px;
  z-index: 4;
  left:0;
}
.g21_element_7{
    width: 104%;
    position: absolute;
    top:0;
  z-index: 3;
  left:0;
}
.g21_element_8{
  width:100%;
  position:absolute;
  bottom: -3px;
  left:0;
}
.g21_element_9{
  width:100%;
  position:absolute;
  top:0;
  left:0;
}
.g21_element_10{
    width: 104%;
    position: absolute;
    bottom: -3px;
  z-index: 2;
  left:0;
}
.g21_element_11{
    width: 104%;
    position: absolute;
  top:0;
  z-index: 1;
  left:0;
}
.g21_element_12{
  width:100%;
  position:absolute;
  bottom: -3px;
  left:0;
}
.g21_element_13{
    width: 65px;
    position: absolute;
    top: 36%;
    left: 50%;
    margin-left: -32px;
}
.g21_element_14{
    width: 55px;
    position: absolute;
    top: 38%;
    left: 50%;
    margin-left: -27px;
}
.g21_element_15{
    width: 56px;
    position: absolute;
    top: 34%;
    left: 50%;
    margin-left: -28px;
}
.g21_element_16{
  width: 70px;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -35px;
}
.g21_element_17{
    width: 70px;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -35px;
}
.g21_element_18{
    width: 58px;
    position: absolute;
    top: 42%;
    left: 50%;
    margin-left: -29px;
}
.g21_element_19{
    width: 25px;
    position: absolute;
    bottom: -58px;
    right: 4px;
}

@media (min-width:768px) and (max-width:991px){
  .g21_element_19{
    top: 230px;
    bottom:auto;
    right:auto;
    left:200px;
  }
}

@media screen and (max-width:767px) {
  .g21_element_19{
    top: 230px;
    bottom:auto;
    right:auto;
    left:200px;
  }
}

/* Graph 23 */
.graph_23-container{
  position:relative;
  text-align:center;
  margin-top:30px;
  min-height:300px;
}
.graph_23 {
  position:relative;
  width:100%;
  padding:0 90px;
}

@media (min-width:768px) and (max-width:991px){
  .graph_23 {
    padding:0;
  }
}

@media screen and (max-width:767px){
  .graph_23 {
    width: 385px;
    padding:0;
    margin: auto;
  }
}

@media screen and (max-width:560px){
  .graph_23 {
    width:280px!important;
  }
}
.g23_element_1 {
    width: 180px;
  z-index:2;
    text-align: center;
    position: absolute;
    left: 190px;
    top: -10px;
}

@media (min-width:768px) and (max-width:991px){
  .g23_element_1 {
    left:100px;
  } 
}

@media screen and (max-width:767px){
  .g23_element_1 {
    left:100px;
  }
}

@media screen and (max-width:560px){
  .g23_element_1 {
    left: 65px;
    width: 142px;
  }
} 
.g23_element_2 {
  z-index:1;
  height: 350px;
}

@media screen and (max-width:560px){
  .g23_element_2 {
    height:auto;
    width:280px;
  }
}
.g23_element_3 {
    z-index: 3;
    left: 70px;
    width: 420px;
    top: 288px;
    position: absolute;
}

@media (min-width:768px) and (max-width:991px){
  .g23_element_3 {
    left: -20px;
  }
}

@media screen and (max-width:767px){
  .g23_element_3 {
    left: -20px;
  }
}

@media screen and (max-width:560px){
  .g23_element_3 {
    width: 340px;
    top: 225px;
  }
}
.g23_element_4 {
  z-index:5;
  width: 70px;
    top: 118px;
    position: absolute;
    z-index: 9;
    left: 158px;
}

@media (min-width:768px) and (max-width:991px){
  .g23_element_4 {
    left:66px;
  } 
}

@media screen and (max-width:767px){
  .g23_element_4 {
    left:66px;
  }
}

@media screen and (max-width:560px){
  .g23_element_4 {
    left:36px;
    width: 59px;
    top: 87px;
  }
}

/* Graph 24 */
.graph_24-container{
  position:relative;
  text-align:center;
  margin-top:80px;
  min-height:340px;
}

@media screen and (max-width:560px){
  .graph_24-container{
    margin-top:45px;
    min-height:265px;
  }
}
.graph_24 {
  position:relative;
  width:100%;
  padding:0 90px;
}

@media (min-width:768px) and (max-width:991px){
  .graph_24 {
    padding:0;
  }
}

@media screen and (max-width:767px){
  .graph_24 {
    width: 385px;
    padding:0;
    margin: auto;
  }
}

@media screen and (max-width:560px){
  .graph_24 {
    width:280px!important;
  }
}
.g24_element_1 {
    width: 180px;
  z-index:2;
    text-align: center;
    position: absolute;
    left: 190px;
    top: -10px;
}

@media (min-width:768px) and (max-width:991px){
  .g24_element_1 {
    left:100px;
  } 
}

@media screen and (max-width:767px){
  .g24_element_1 {
    left:100px;
  }
}

@media screen and (max-width:560px){
  .g24_element_1 {
    left: 65px;
    width: 142px;
    top:0;
  }
} 
.g24_element_2 {
  z-index:1;
  height: 260px;
}

@media screen and (max-width:560px){
  .g24_element_2 {
    height: 260px;
    width: 280px;  
  }
}
.g24_element_3 {
    z-index: 3;
    left: 232px;
    width: 198px;
    top: -42px;
    position: absolute;
}

@media screen and (max-width:560px){
  .g24_element_3 {
      left: 81px;
    width: 198px;
    top: -32px;
  }
}
.g24_element_4 {
  z-index:5;
    width: 170px;
    top: 290px;
    position: absolute;
    z-index: 9;
    left: 120px;
}

@media screen and (max-width:560px){
  .g24_element_4 {
      width: 170px;
    top: 233px;
    left: 6px;
  }
}
.g24_element_5{
    position: absolute;
    top: 72px;
    left: 107px;
    width: 77px;
}

@media screen and (max-width:991px){
  .g24_element_5{
    left: 14px;
  }
}

@media screen and (max-width:560px){
  .g24_element_5 {
    left: -7px;
    width: 64px;
  }
}
.g24_element_6{
    position: absolute;
    top: 37px;
    left: 377px;
    width: 86px;
  z-index:3;
}

@media screen and (max-width:991px){
  .g24_element_6{
    left: 288px;
  }
}

@media screen and (max-width:560px){
  .g24_element_6 {
    left: 209px;
    width: 66px;
  }
}
.g24_element_7 {
    width: 160px;
    z-index: 2;
    text-align: center;
    position: absolute;
    left: 200px;
    top: 50px;
}
.g24_element_8 {
    width: 160px;
    z-index: 2;
    text-align: center;
    position: absolute;
    left: 200px;
    top: 102px;
}
.g24_element_9 {
    width: 160px;
    z-index: 2;
    text-align: center;
    position: absolute;
    left: 200px;
    top: 154px;
}
.g24_element_10 {
    width: 160px;
    z-index: 2;
    text-align: center;
    position: absolute;
    left: 200px;
    top: 207px;
}

@media screen and (max-width:991px){
  .g24_element_7,
  .g24_element_8,
  .g24_element_9,
  .g24_element_10{
    left: 110px;
  }
}

@media screen and (max-width:560px){
  .g24_element_7,
  .g24_element_8,
  .g24_element_9,
  .g24_element_10{
    width:124px;
    left: 75px;
  }
}

@media screen and (max-width:560px){
  .g24_element_8{
    top:90px;
  }
}

@media screen and (max-width:560px){
  .g24_element_9{
    top:130px;
  }
}

@media screen and (max-width:560px){
  .g24_element_10{
    top:170px;
  }
}

/* Grafico 25 */
.graph_25-container{
  position:relative;
  padding:0 40px;
}

@media (max-width:767px){
  .graph_25-container{
    height: 380px;
    padding:0;
    margin-top: 50px;
  }
}

@media (max-width:560px){
  .graph_25-container{
    padding:0;
  }
}
.graph_25 {
    margin: auto;
}
.g25_element_1{
    width: 225px;
    position: absolute;
    left: 125px;
  top: -25px;
  z-index: 2;
} 

@media (max-width:560px){
  .g25_element_1{
    left: 10%;
  }
}
.g25_element_2{
    width: 240px;
    position: absolute;
    left: 265px;
    top: 125px;
    z-index: 3;
} 

@media (max-width:560px){
  .g25_element_2{
    left: 40%;
  }
}
.g25_element_3{
  width: 220px;
    position: absolute;
    left: 60px;
    top: 140px;
    z-index: 1;
} 

@media (max-width:560px){
  .g25_element_3{
    left: 5%;
  }
}
.g25_element_4{
    width: 240px;
    position: absolute;
    left: 320px;
    top: 210px;
    z-index: 1;
} 

@media (max-width:560px){
  .g25_element_4{
    left: 45%;
  }
}
.g25_element_5{
    width: 140px;
    position: absolute;
    left: 345px;
    top: 30px;
    z-index: 1;
} 

@media (max-width:560px){
  .g25_element_5{
    left: 50%;
  }
}

/* Graph 26 */
.g26_element_1{
  width:100%;
  max-width: 500px;
    margin: auto;
} 

/* Graph 27 */
.graph_27-container{
  position:relative;
}

@media screen and (max-width:767px){
  .graph_27-container{
    top:420px;
  }
}
.graph_27 {
  position: absolute;
    right: -8%;
    top: 295px;
    width: 800px;
}

@media screen and (min-width:1700px){
  .graph_27 {
    right: -8%;
  }
}

@media (min-width:1400px) and (max-width:1699px){
  .graph_27 {
    right: -13%;
  }
}

@media (min-width:1200px) and (max-width:1399px){
  .graph_27 {
    right: -27%;
  }
}

@media (min-width:992px) and (max-width:1199px){
  .graph_27 {
    right: -25%;
    top: 50px;
  }
}

@media screen and (max-width:767px){
  .graph_27 {
    top:0;
  }
}

@media screen and (max-width:560px){
  .graph_27 {
      right: -50%;
  }
}

@media screen and (max-width:400px){
  .graph_27 {
    right: -80%;
    top: 70px;
  }
}
.g27_element_1{
  position: absolute;
    top: -41px;
    width: 590px;
    right: 100px;
    z-index: 4;
}
.g27_element_2{
  position: absolute;
    top: 150px;
    width: 500px;
}
.g27_element_3{
  position: absolute;
    top: 216px;
    width: 500px;
    right: -190px;
}

@media (min-width:992px) and (max-width:1199px){
  .g27_element_3{
    top: 456px;
    right: 20px;
  }
}
.g27_element_4{
  position: absolute;
    right: -200px;
    top: -8px;
    width: 500px;
}
   
/* Graph 28 */
.g28_element_1{
  position:relative;
  z-index:0;
}
  
/* Graph 29 */
.graph_29-container{
  position:relative;
  text-align:center;
}
.graph_29 {
    margin: auto;
  float:right;
  top:-155px;
  position:relative;
}

@media (min-width:768px) and (max-width:992px){
  .graph_29 {
    top:0;
  }
}

@media screen and (max-width:767px){
  .graph_29 {
    float:none;
    top:0;
  }
}
.g29_element_1{
  margin:auto;
    width:500px;
  position:relative;
}

@media (min-width:768px) and (max-width:992px){
  .g29_element_1{
    width:400px;
  }
}

/* Graph 30 */
.graph_30-container{
  position:relative;
  text-align:center;
}
.graph_30 {
    margin: auto;
  position:relative;
}

@media (min-width:768px) and (max-width:992px){
  .graph_30 {
    margin-top: 70px;
  }
}

@media screen and (max-width:767px){
  .graph_30 {
    margin-top: 70px;
  }
}
.g30_element_1{
  margin:auto;
    width:430px;
  position:relative;
}

@media (min-width:768px) and (max-width:992px){
  .g30_element_1{
    width:350px;
  }
}

@media screen and (max-width:560px){
  .g30_element_1{
    width:260px;
  }
}

/* Graph 31 */
.graph_31-container{
  position:relative;
  text-align:center;
}
.graph_31 {
    margin: auto;
  top:-35px;
  position:relative;
}

@media (min-width:768px) and (max-width:992px){
  .graph_31 {
    top:0;
  }
}

@media screen and (max-width:767px){
  .graph_31 {
    top:0;
  }
}
.g31_element_1{
  margin:auto;
    width:440px;
  position:relative;
}

@media (min-width:768px) and (max-width:992px){
  .g31_element_1{
    width:400px;
  }
}

@media screen and (max-width:560px){
  .g30_element_1{
    width:270px;
  }
}

/* Graph 32 */
.graph_32-container{
  position:relative;
  text-align:center;
  overflow:hidden;
}

@media only screen and (max-width: 991px){
  .graph_32-container {
    max-width:500px;
    margin: auto;
  }
}

@media only screen and (max-width: 480px){
  .graph_32-container {
    height: 260px;
    width: 260px;
    margin: auto;
    overflow:inherit;
  }
}
.graph_32 {
    margin: auto;
  position:relative;
}

@media screen and (max-width:991px){
  .graph_32 {
    margin: auto;
    top:0;
    margin-top:40px;
    margin-bottom:40px;
  }
}

@media only screen and (max-width: 480px){
  .graph_32 {
    position: absolute;
    left:0;
    top: -25%;
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
.g32_element_1{
  position:relative;
    width:84%;
  z-index: 1;
}

@media screen and (max-width:1199px){
  .g32_element_1{
    width:100%;
  }
}

@media only screen and (max-width: 480px){
  .g32_element_1{
    width:100%;
  }
}
.g32_element_2{
  position:absolute;
    width: 156px;
    top: 221px;
    left: 178px;
}

@media screen and (max-width:1199px){
  .g32_element_2 {
    width: 151px;
    left: 120px;
  }
}
.g32_element_3{
  position:absolute;
    width: 175px;
    top: 300px;
    left: 0;
  z-index:3;
}

@media screen and (max-width:1199px){
  .g32_element_3 {
    width: 135px;
    top: 270px;
  }
}
.g32_element_4{
  position:absolute;
    width: 175px;
    top: 102px;
    left: 0;
  z-index:3;
}

@media screen and (max-width:1199px){
  .g32_element_4{
    width: 134px;
    top: 121px;
  } 
}
.g32_element_5{
  position:absolute;
    width: 188px;
  top: 18px;
    left: 85px;
  z-index:3;
}

@media screen and (max-width:1199px){
  .g32_element_5{
    width: 146px;
    top: 56px;
    left: 64px;
  }
}
.g32_element_6{
  position:absolute;
    width: 188px;
    top: 18px;
    left: 282px;
  z-index:3;
}

@media screen and (max-width:1199px){
  .g32_element_6{
    width: 146px;
    top: 56px;
    left: 216px;
  }
}
.g32_element_7{
  position:absolute;
    width: 175px;
    top: 102px;
    left: 381px;
  z-index:3;
}

@media screen and (max-width:1199px){
  .g32_element_7{
    width: 135px;
    top: 120px;
    left: 291px;
  }
}
.g32_element_8{
  display:none;
  position:absolute;
    width: 175px;
    top: 300px;
    left: 381px;
  z-index:3;
}
.g32_text_1,
.g32_text_2,
.g32_text_3,
.g32_text_4,
.g32_text_5,
.g32_text_6{
    font-size: 20px;
    font-style: italic;
    color: #fff;
    font-weight: 500;
    line-height: 100%;
    width: 100px;
    position: absolute;
  z-index:4;
}
.g32_text_1{
    top: 353px;
    left: 22px;
}

@media screen and (max-width:1199px){
  .g32_text_1{
    top: 308px;
    left: 15px;
  }
}
.g32_text_2{
    top: 195px;
    left: 30px;
}

@media screen and (max-width:1199px){
  .g32_text_2{
    top: 190px;
    left: 15px;
  }
}
.g32_text_3{
  display:none;
    top: 342px;
    left: 436px;
}

@media screen and (max-width:1199px){
  .g32_text_3{
    top: 308px;
    left: 15px;
  }
}
.g32_text_4{
  top:  77px;
    left: 140px;
}

@media screen and (max-width:1199px){
  .g32_text_4{
    top: 92px;
    left: 105px;
  }
}
.g32_text_5{
  top: 77px;
    left: 310px;
}

@media screen and (max-width:1199px){
  .g32_text_5{
    top: 93px;
    left: 238px;
  }
}
.g32_text_6{
    top: 195px;
    left: 430px;
}

@media screen and (max-width:1199px){
  .g32_text_6{
    top: 189px;
    left: 322px;
  }
}
.graph_33{
  width: 400px;
    margin: auto;
}

@media only screen and (max-width: 560px){
  .graph_33{
    width: 260px;
  }
}

/* Graph 34 */
.graph_34-container{
  position:relative;
  text-align:center;
  top: -130px;
}

@media screen and (max-width:767px){
  .graph_34-container{
    top:0;
  }
}
.graph_34 {
    margin: auto;
  position:relative;
}
.g34_element_1{
  position:relative;
    width:84%;
  z-index: 1;
}

@media screen and (max-width:767px){
  .g34_element_1{
    width:300px;
  }
}
.g34_element_2{
  display:none;
  position: absolute;
    left: 45px;
    top: 220px;
    z-index: 3;
}
 .g34_element_3{
  display:none;
  width:80px;
  position: absolute;
    left: 175px;
    top: 180px;
    z-index: 5;
}

/* Graph 35 */
.graph_35-container{
  position:relative;
  text-align:center;
}

@media (min-width:768px) and (max-width: 991px){
  .graph_35-container{
    width: 500px;
    margin: auto;
    margin-top: 30px;
  }
}

@media screen and (max-width:767px){
  .graph_35-container{
    width: 500px;
    margin: auto;
    margin-top: 30px;
  }
}

@media screen and (max-width:560px){
  .graph_35-container{
    width: 280px;
    margin: auto;
    margin-top: 30px;
  }
}
.graph_35 {
    margin: auto;
  position:relative;
}
.g35_element_1{
  position:relative;
    width:84%;
  z-index: 1;
}

@media screen and (max-width:560px){
  .g35_element_1{
    width:100%;
  }
}
.g35_element_2{
  position: absolute;
    left: 176px;
    top: 72px;
    z-index: 3;
    width: 345px;
}

@media screen and (max-width:560px){
  .g35_element_2{
    left: auto;
    right:0;
    top: 28px;
    width: 262px;
  }
}
.g35_element_3{
    width: 157px;
    position: absolute;
    left: 383px;
    top: 171px;
    z-index: 5;
}

@media screen and (max-width:560px){
  .g35_element_3{
    width: 98px;
    left: 180px;
    top: 133px;
  }
}
.g35_element_4{
    width: 80px;
    position: absolute;
    left: 357px;
    top: 258px;
    z-index: 5;
}

@media screen and (max-width:560px){
  .g35_element_4{
    width: 57px;
    left: 164px;
    top: 188px;
  }
}
.g35_element_5{
    width: 150px;
    position: absolute;
    left: 68px;
    top: 14px;
    z-index: 5;
}

@media screen and (max-width:560px){
  .g35_element_5{
    width: 109px;
    left: 16px;
    top: 11px;
  }
}

/* Graph 36 */
.graph_36-container{
  position:relative;
  text-align:center;
  height:400px;
}

@media (min-width:768px) and (max-width:991px){
  .graph_36-container{
    height: 260px;
    width: 500px;
    margin: auto;
    margin-top: 40px;
  }
}

@media screen and (max-width:767px){
  .graph_36-container{
    height: 260px;
    width: 500px;
    margin: auto;
    margin-top: 40px;
  }
}

@media screen and (max-width:560px){
  .graph_36-container{
    height: 140px;
    width: 280px;
    margin-top: 35px;
  }
}
.graph_36 {
    margin: auto;
  position:relative;
}
.g36_element_1{
  position:relative;
    width:100%;
  z-index: 1;
}
.g36_element_2{
  position: absolute;
    left: 90px;
    top: 0px;
    z-index: 2;
    width: 175px;
}

@media screen and (max-width:560px){
  .g36_element_2{
    left: 28px;
    top: 0;
    width: 120px;
  }
}
.g36_element_3{
    width: 100px;
    position: absolute;
    left: 200px;
    top: 110px;
    z-index: 5;
}

@media screen and (max-width:560px){
  .g36_element_3{
    width: 84px;
    left: 100px;
    top: 67px;
  }
}
.g36_element_4{
  width: 60px;
    position: absolute;
    left: 284px;
    top: 184px;
    z-index: 6;
}

@media screen and (max-width:560px){
  .g36_element_4 {
    width: 50px;
    left: 144px;
    top: 113px;
  }
}
.g36_element_5{
    width: 490px;
    position: absolute;
    left: 30px;
    top: 200px;
    z-index: 1;
}

@media screen and (max-width:560px){
  .g36_element_5{
    width: 290px;
    top:140px;
    left:0;
  }
}
.g36_element_6{
    width: 60px;
    position: absolute;
    left: 346px;
    top: 163px;
    z-index: 4;
}

@media screen and (max-width:560px){
  .g36_element_6 {
    width: 50px;
    left: 179px;
    top: 98px;
  }
}

/* Graph 37 */
.graph_37-container{
  position:relative;
  text-align:center;
}
.graph_37 {
  width: 340px;
  margin: auto;
  margin-top: 35px;
  margin-bottom: 60px;
}

@media screen and (max-width:767px){
  .graph_37 {
    margin: auto;
    margin-top: 0;
    margin-bottom: 10px;
    max-width: 300px;
  }
}

@media screen and (max-width:560px){
  .graph_37 {
    width: 280px;
  }
}

/* Grafico 40 */
.graph_40-container{
    position: relative;
    padding: 0 40px;
    height: 450px;
    width: 648px;
    margin: auto;
}

@media (max-width:767px){
  .graph_40-container{
    padding:0;
  }
}

@media (max-width:560px){
  .graph_40-container{
    height: 300px;
    width: 300px;
  }
}
.graph_40 {
    margin: auto;
  position: relative;
    top: 40px;
}

@media (max-width:560px){
  .graph_40 {
    position: absolute;
    left:0;
    top: 30%;
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
.g40_element_1{
    width: 240px;
    position: absolute;
    left: 180px;
    top: -25px;
    z-index: 2;
} 

.g40_element_2{
  width: 190px;
    position: absolute;
    left: 0;
    top: 97px;
    z-index: 3;
} 

.g40_element_3{
    width: 195px;
    position: absolute;
    left: 370px;
    top: 205px;
    z-index: 1;
} 

.g40_element_4{
    width: 170px;
    position: absolute;
    left: 214px;
    top: 284px;
    z-index: 1;
} 

.g40_element_5{
  width: 140px;
    position: absolute;
    left: 42px;
    top: 234px;
    z-index: 1;
} 

/* Grafico 41 */
.graph_41-container{
  padding:50px 0;
}

@media (max-width:560px){
  .graph_41-container{
    height: 300px;
    width: 300px;
    margin:auto;
    position:relative;
    padding:0;
  }
}
.graph_41 {
  width: 470px;
  margin: auto;
  position:relative;
}

@media (max-width:560px){
  .graph_41 {
    position: absolute;
    left: -30%;
    top: -44%;
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
.g41_element_2{
  font-size: 22px;
    font-weight: 400;
    position: absolute;
    top: 45px;
    left: 160px;
    text-align: center;
    width: 150px;
    color: #fff;
}
.g41_element_3{
    font-size: 22px;
    font-weight: 400;
    position: absolute;
    top: 237px;
    left: 370px;
    text-align: center;
    width: 100px;
    color: #fff;
    line-height: 1;
}
.g41_element_4{
  font-size: 22px;
    font-weight: 400;
    position: absolute;
    top: 445px;
    left: 160px;
    text-align: center;
    width: 150px;
    color: #fff;
}
.g41_element_5{
    font-size: 22px;
    font-weight: 400;
    position: absolute;
    top: 242px;
    left: -22px;
    text-align: center;
    width: 150px;
    color: #fff;
}
.g41_element_6{
    font-size: 36px;
    font-weight: 300;
    position: absolute;
    top: 234px;
    left: 160px;
    color: #000;
    text-align: center;
    width: 150px;
}

/* Grafico 42 */
.graph_42-container{
    position: relative;
    padding: 0px 10px;
    height: 710px;
    margin-bottom: -130px;
}

@media only screen and (max-width: 560px){
  .graph_42-container {
    height: auto;
    min-height: 570px;
  }
}
.graph_42{
  position:relative;
  max-width: 500px;
  margin: auto;
  color: #000;
}
.play-video {
  display:block;
}
.g42_element_1{
    margin: auto;
    width: 100%;
    position: relative;
    top: 75px;
    z-index: 1;
}

@media only screen and (max-width: 560px){
  .g42_element_1{
    position: absolute;
    top: 85px;
  }
}
.g42_element_2{
    position: relative;
    margin: auto;
    width: 100%;
    top: 0px;
    z-index: 2;
    max-width: 77%;
    margin-right: 15px;
    cursor: pointer;
}

@media only screen and (max-width: 560px){
  .g42_element_2{
    top: 0px;
  }
}
.modal-video .close{
  position:absolute;
  right:0;
  top:-35px;
  color:#fff;
  opacity:1;
}
.modal-video .close span{
  font-size:40px;
}
.modal-video .modal-dialog{
  margin: 10rem auto;
  width:1116px;
}
.modal-video .modal-dialog .modal-content {
  border-radius:0;
  background:transparent;
  border:0;
  box-shadow: none;
}
.modal-video .modal-dialog iframe{
    width:100%;
}

@media (min-width:992px) and (max-width: 1199px){
  .modal-video .modal-dialog{
    max-width:950px;
  }
  .modal-video .modal-dialog iframe{
    height: 495px;
  }
}

@media (min-width:768px) and (max-width: 991px){
  .modal-video .modal-dialog{
    max-width:740px;
  }
  .modal-video .modal-dialog .modal-content{
    height: 418px;
  }
  .modal-video .modal-dialog iframe{
    width:737px;
    height:383px;
  }
}

@media (min-width:576px) and (max-width: 767px){
  .modal-video .modal-dialog{
    max-width:540px;
  }
  .modal-video .modal-dialog .modal-content{
    height:306px;
  }
  .modal-video .modal-dialog iframe{
    width:537px;
    height: 279px;
  }
}

@media (max-width:576px){
  .modal-video .modal-dialog{
    margin: 8rem auto;
    max-width:480px;
  }
  .modal-video .modal-dialog .modal-content{
    padding: 10px;
  }
  .modal-video .modal-dialog iframe{
    width:466px;
    height: 244px;
  }
}
.gdc-history{
  padding:60px 0;
}
.block-mission-vision {
  background-color:#f5f5f5;
  padding:60px 0;
  background-image:url(/img/bg_community2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.block-mission-vision h1{
  margin-bottom:30px;
}
.history-arrows{
  margin-bottom:40px;
}
.history-arrows .block-resume {
  margin-bottom:40px;
}

@media screen and (max-width:991px){
  .history-arrows{
    display:none;
  }
}
.history-arrows .block-resume .resume-arrow {
    text-align: center;
    position: relative;
    height: 55px;
    margin-bottom: 50px;
}

@media (max-width:767px){
  .history-arrows .block-resume .resume-arrow {
    max-width:300px;
  }
}
.history-arrows .block-resume .resume-arrow span {
  position: relative;
  top: 17px;
  height: 57.5px;
  margin-left:48px;
  padding:0;
  z-index:1;
  margin-right:14px;
  display: block;
  background: #226291;
}
.history-arrows .block-resume .resume-arrow span p {
    font-size: 19px;
    color: #fff;
    font-weight: 300;
    padding: 11px 0;
    line-height: 1;
    text-align: left;
  margin:0;
  text-shadow:0 1px 3px rgba(0,0,0,0.3);
}

@media (min-width:992px) and (max-width: 1199px){
  .history-arrows .block-resume .resume-arrow span p {
    font-size: 16px;
  }
}
.history-arrows .block-resume .resume-arrow:before,
.history-arrows .block-resume .resume-arrow:after{
  content:"";
  position:absolute;
  background-position:top left;
  background-repeat:no-repeat;
}
.history-arrows .block-resume .resume-arrow:before{
  width: 58px;
    height: 77px;
    left: -9px;
    top: 18px;
  -webkit-mask-image: url(../img/graphs/tail_arrow.svg);
    mask-image: url(../img/graphs/tail_arrow.svg);
  background-size: cover;
}
.history-arrows .block-resume .resume-arrow:after{
    width: 78px;
    height: 93px;
    right: -14px;
    top: 0;
   -webkit-mask-image: url(../img/graphs/head_arrow.svg);
    mask-image: url(../img/graphs/head_arrow.svg);
    background-size: cover;
}
.history-arrows .block-resume .resume-arrow.arrow-color-1:before,
.history-arrows .block-resume .resume-arrow.arrow-color-1:after,
.history-arrows .block-resume .resume-arrow.arrow-color-1 span{
   background-color:#0fb2b1;
}
.history-arrows .block-resume .resume-arrow.arrow-color-2:before,
.history-arrows .block-resume .resume-arrow.arrow-color-2:after,
.history-arrows .block-resume .resume-arrow.arrow-color-2 span{
   background-color:#129fa9;
}
.history-arrows .block-resume .resume-arrow.arrow-color-3:before,
.history-arrows .block-resume .resume-arrow.arrow-color-3:after,
.history-arrows .block-resume .resume-arrow.arrow-color-3 span{
   background-color:#1d7698;
}
.history-arrows .block-resume .resume-arrow.arrow-color-4:before,
.history-arrows .block-resume .resume-arrow.arrow-color-4:after,
.history-arrows .block-resume .resume-arrow.arrow-color-4 span{
   background-color:#274687;
}
.history-arrows .block-resume .resume-arrow.arrow-color-1 span p {
  padding: 19px 0;
}

.gdc_graph_5x-container{
  padding: 0 20px;
  text-align: center;
  position: relative;
  width:500px;
  height: 200px;
  margin: auto;
}

@media (max-width:576px){
  .gdc_graph_5x-container {
    width: 290px;
    height: 180px;
    top:60px;
  }
}
.gdc_graph_5x-container span b{
  display: block;
  padding: 10px 30px;
  position: relative;
  margin-top: 118px;
  color: #fff;
  letter-spacing: -1px;
  font-size: 16px;
  line-height: 1.2;
}

@media (max-width:576px){
  .gdc_graph_5x-container span b {
    padding: 10px 25px;
    margin-top: 79px;
    font-size: 13px;
  }
}
.gdc_g5x-element-1{
  background-image:url(/img/about-element-1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width:178px;
  height:199px;
  position: absolute;
  left:0;
  display:block;
  text-align:center;
}

@media (max-width:576px){
  .gdc_g5x-element-1 {
    width: 125px;
    height: 140px;
  }
}
.gdc_g5x-element-2{
  background-image:url(/img/about-element-2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width:172px;
  height:153px;
  position: absolute;
  text-align:center;
  left:50%;
  display:block;
  margin-left:-86px;
  z-index:3;
  top:20px;
}

@media (max-width:576px){
  .gdc_g5x-element-2 {
    width: 102px;
    height: 92px;
    top: 25px;
    margin-left: -49px;
  }
}
.gdc_g5x-element-3{
  background-image:url(/img/about-element-3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width:178px;
  height:199px;
  display:block;
  position: absolute;
  text-align:center;
  right:0;
}

@media (max-width:576px){
  .gdc_g5x-element-3 {
    width: 125px;
    height: 140px;
  }
}
.gdc_g5x-element-2 b{
  margin-top:85px!important;
}

@media (max-width:576px){
  .gdc_g5x-element-2 b {
    margin-top: 45px!important;
    padding: 10px!important;
  }
}
.text-16{
  font-size:16px!important;
}
.anchor{
  position:relative;
  top:-50px;
}
.our-history{
  padding-bottom:60px;
}

@media (max-width:576px){
  .our-history h2{
    margin-bottom:30px;
  }
  .our-history{
    padding-bottom:40px;
  }
}

.marketplace{
  background:url(/img/bg-mp2.jpg) #fff no-repeat center left;
  background-attachment: fixed;
  overflow: hidden;
  padding:60px 0;
}
.marketplace h1 span{
  color:#fff!important;
}
.marketplace .banner-text span{
  color:#fff;
}
.graph_45 {
    position: relative;
    margin: auto;
    width: 500px;
    height: 340px;
}
.g45_element_1{
  width: 550px;
  z-index: 1;
  right: -100px;
  top: 0;
}
.g45_element_2{
    position: absolute;
    width: 167px;
    z-index: 2;
    left: 25px;
    top: 82px;
}
.g45_element_3{
  position: absolute;
  width: 137px;
  z-index: 3;
  left: -44px;
  top: 163px;
}
.why-marketplace{
  overflow: hidden;
}
.layout-scroll{
  position: relative;
  width: 640px;
  margin: auto;
  overflow: hidden;

}

@media (max-width:1199px){
  .layout-scroll {
      width: 600px;
  }
}

@media (max-width:991px){
  .layout-scroll {
    right: auto;
    position: relative;
  }
}

@media (max-width:767px){
  .layout-scroll {
    width:540px;
  }
}

@media (max-width: 576px){
  .layout-scroll {
      width: 280px;
  }
}
.image-bg {
  background-image: url(/img/bg-macbook.png);
  width: 640px;
  height: 336px;
  display: inline-block;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width:767px){
  .image-bg {
    width: 540px;
    height: 347px;
  }
}

@media (max-width:576px){
  .image-bg {
    width: 280px;
    height: 180px;
    background-position: center top;
    background-size: cover;
  }
}
.image-bg .image-shop-scroll {
    transition: all 5s ease-out 0s;
    -webkit-transition: all 5s ease-out 0s;
    -moz-transition: all 5s ease-out 0s;
    -ms-transition: all 5s ease-out 0s;
    -o-transition: all 5s ease-out 0s;
}
.image-bg .image-shop-scroll {
    background-position: center 0;
    background-repeat: no-repeat;
    position: absolute;
    width: 444px;
    height: 280px;
    top: 23px;
    left: 87px;
    background-size: contain;
    background-size: 100%;
}

@media (max-width:767px){
  .image-bg .image-shop-scroll {
    width: 386px;
    height: 243px;
    top: 20px;
    left: 77px;
  }
}  

@media (max-width:767px){
  .why-marketplace .block-img{
     margin-bottom:0;
  }
  .image-bg .image-shop-scroll {
    width: 240px;
    height: 153px;
    top: 12px;
    left: 20px;
  }
}  
.image-bg:hover .image-shop-scroll {
  background-position: center 100%!important;
}
.marketplace-graphic {
  position: relative;
}
.mp-img{
  width: 100%;
  height: 580px;
  margin: auto;
  position: relative;
}
.mp-nodes {
    width: 260px;
    position: absolute;
    left: 50%;
    top: 30%;
    margin: auto;
    margin-left:-130px;
    text-align: center;
    -webkit-animation: bounce 2s ease-in-out 0s infinite alternate;
    animation: bounce 2s ease-in-out 0s infinite alternate;
    z-index: 9;
}
.mp-buyer{
    position: absolute;
    left: 50%;
    top: 0;
    margin-left:-75px;
    width: 150px;
}
.mp-seller{
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left:-75px;
  width: 150px;
}
.text-buyer,
.text-seller{
  position: absolute;
  margin:auto;
  top:90px;
  left:50%;
  margin-left:-60px;
  font-weight:500;
  font-size:15px;
  text-align: center;
  color:#fff;
  line-height:1.2;
  width:120px;
}
.text-seller b,
.text-buyer b{
  font-weight:600;
  display: block;
  font-size:11px;
}
.text-seller {
  top:auto;
  bottom:30px;
}
@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@media (max-width:991px){
  .mp-benefits .hw-bullet{
    min-height: 300px;
  }
}

@media (max-width:576px){
  .mp-benefits .col-6{
    width:100%;
  }
  .mp-benefits .hw-bullet{
    min-height:auto;
  }
}

.block-internal-content {
    padding: 60px 0;
    position: relative;
}
.bg-grey {
  background-color: #f5f5f5;
}
.hero-why-container {
  text-align:center;
}
.hero-why-container h4{
  font-size:20px;
  font-weight:300;
  color:#000;
}
.hero-why-container .hw-bullet{
  text-align:center;
  padding:10px;
}
.hero-why-container .hw-bullet .icon-circle{
  margin: 10px;
  height: 90px;
}
.hero-why-container .hw-bullet .hw-icon-1{
  margin: 10px;
  height: 79px;
}
.hero-why-container .hw-bullet .hw-icon-2{
  height: 100px;
}
.hero-why-container .hw-bullet .hw-icon-3{
  height: 72px;
  margin: 14px 10px;
}
.hero-why-container .hw-bullet .hw-icon-4{
  height: 75px;
  margin: 12px 10px;
}
.hero-why-container.why-exchange .hw-bullet .icon-circle{
  margin: 0;
  height: 130px;
}
.hero-why-container .hw-bullet h5{
  font-size:18px;
  font-weight:600;
  color:#000;
}
.hero-why-container .hw-bullet p{
  font-size:14px;
  font-weight:300;
  color:#000;
}

@media (max-width:576px){
  .why-marketplace .hero-why-container .col-6{
    width:100%;
  }
}
.marquee-advertisers{
  padding:60px 0;
  background-size: cover;
  background-image: url(/img/city_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
}
.marquee-bg2{
  background-image: url(/img/city_bg2.jpg); 
}
.marquee-advertisers hr{
  opacity: 0.3;
}
.marquee-advertisers h2.homepage-title{
  color:#fff;
}
.marquee-advertisers ul li{
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
.marquee-advertisers ul li a {
  color: #fff; 
}
.mb-50{
  margin-bottom:50px;
}
.mb-40{
  margin-bottom:40px;
}

.header-ytc {
  height: 175px;
  padding: 45px 0;
  text-align: center;
  background-image: url(/img/section_title_bg2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.header-ytc .ytc-brand img{
  height:40px;
  margin:15px auto;
}
.header-ytc h1.cover-title{
  margin:0;
  padding:0;
  font-size:24px;
}
.graph_ytc_1-container{
  width: 500px;
  height: 500px;
  margin: auto;
  text-align: center;
  position: relative;
}
.graph_ytc_1{
  width:100%;
  height:100%;
  position: relative;
  -webkit-animation: bounce 5s ease-in-out 1s infinite alternate;
  animation: bounce 5s ease-in-out 1s infinite alternate;
}
.ytc_g1_element_1{
  position: absolute;
    width: 130px;
    height: 130px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.ytc_g1_element_2,
.ytc_g1_element_3{
  position: absolute;
  width: 100%;
  height:100%;
  left: 0;
  top: 0;
}
.ytc_g1_text_1,
.ytc_g1_text_2,
.ytc_g1_text_3,
.ytc_g1_text_4{
  position:absolute;
  font-size:24px;
  color:#333;
  font-weight:400;
}
.ytc_g1_text_1{
  left: 450px;
  top: 403px;
}
.ytc_g1_text_2{
  left: 110px;
  top: 30px;
}
.ytc_g1_text_3{
  left: 435px;
  top: 200px;
}
.ytc_g1_text_4{
  left: 15px;
  top: 305px;
}
.ytc1_counter:not([class^='not_p']) {
  position: relative;
  display:flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}
.ytc_counter-block:not([class^='not_p']){
  margin:5px;
  border:1px solid #1f8699;
  display:flex;
  justify-content:center;
  align-items:stretch;
  flex-flow:row nowrap;
  overflow:hidden;
}
.ytc_counter-block > div:not([class^='not_p']){
  padding:5px;
  display: flex;
  align-items: center;
}
.ycb-number:not([class^='not_p']) {
  text-align:center;
  background-color:#1f8699;
}
.ycb-number span:not([class^='not_p']){
  line-height:1;
  font-size:24px;
  font-weight:900;
  color:#fff;
  display:inline-block;
}
.ycb-text {
  text-align:left;
  min-height: 45px
}
.ycb-text span{
  line-height:1;
  font-size:16px;
  font-weight:300;
  color:#333;
  width: 140px;
  display:inline-block;
}
.graph_ytc_2-container{
  width: 550px;
  height: 500px;
  margin: auto;
  text-align: center;
  position: relative;
}
.graph_ytc_2{
  width:100%;
  height:100%;
  position: relative;
  -webkit-animation: bounce 5s ease-in-out 1s infinite alternate;
  animation: bounce 5s ease-in-out 1s infinite alternate;
}
.ytc_g2_element_1{
  position: absolute;
  width: 400px;
  height:auto;
  left:0;
  top:0;
  z-index:4;
}
.ytc_g2_element_2{
  position: absolute;
  width: 400px;
  height:auto;
  left:0;
  top:105px;
  z-index:2;
}
.ytc_g2_element_3{
  position: absolute;
  width: 400px;
  height:auto;
  left:0;
  top:210px;
  z-index:1;
}
.ytc_g2_element_4{
  position: absolute;
  width: 400px;
  height:auto;
  left:0;
  top:198px;
  z-index:3;
}
.ytc_g2_element_5{
  position: absolute;
  top: 127px;
  left: 300px;
  height: 37px;
}
.ytc_g2_element_6{
  position: absolute;
  top: 224px;
  left: 300px;
  height: 37px;
}
.ytc_g2_element_7{
  position: absolute;
  top: 328px;
  left: 300px;
  height: 37px;
}
.ytc_g2_text_1 {
  position: absolute;
  top: 128px;
  left: 300px;
  text-align: right;
  font-size: 13px;
  width: 250px;
  color:#1c426c;
}
.ytc_g2_text_2 {
  position: absolute;
  top: 233px;
  left: 300px;
  text-align: right;
  font-size: 13px;
  width: 250px;
  color:#277e7c;
}
.ytc_g2_text_3 {
  position: absolute;
  top: 341px;
  left: 300px;
  text-align: right;
  font-size: 13px;
  width: 250px;
  color:#28b69b;
}
.graph_ytc_3-container{
  width: 500px;
  height: 500px;
  margin: auto;
  text-align: center;
  position: relative;
}
.graph_ytc_3{
  width:100%;
  height:100%;
  position: relative;
  -webkit-animation: bounce 5s ease-in-out 1s infinite alternate;
  animation: bounce 5s ease-in-out 1s infinite alternate;
}
.ytc_g3_element_1{
  position: absolute;
  width: 300px;
  height:300px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ytc_g3_element_2{
  position: absolute;
  width: 100%;
  height:100%;
  left:0;
  top:0;
}
.ytc_g3_element_3,
.ytc_g3_element_4,
.ytc_g3_element_5,
.ytc_g3_element_6,
.ytc_g3_element_7,
.ytc_g3_element_8,
.ytc_g3_element_9,
.ytc_g3_element_10,
.ytc_g3_element_11,
.ytc_g3_element_12{
  position: absolute;
  width: 100%;
  height:100%;
  left:0;
  top:0;
}
.graph_ytc_4-container{
  width: 350px;
  height: 530px;
  margin: auto;
  text-align: center;
  position: relative;
}
.graph_ytc_4{
  position: relative;
}
.ytc_g4_element_1{
  width:100%;
}

@media (max-width:1199px){
  .graph_ytc_1-container,
  .graph_ytc_2-container,
  .graph_ytc_3-container {
    width: 450px;
    height: 450px;
  }
  .ytc_g1_text_1 {
    left: 395px;
    top: 369px;
  }
  .ytc_g1_text_2 {
    left: 110px;
    top: 20px;
  }
  .ytc_g1_text_3 {
    left: 376px;
    top: 189px;
  }
  .ytc_g1_text_4 {
    left: 15px;
    top: 270px;
  }
  .ytc_g2_element_1,
  .ytc_g2_element_2,
  .ytc_g2_element_3,
  .ytc_g2_element_4 {
    width: 320px;
  }
  .ytc_g2_element_5{
    left: 195px;
    top: 115px;
  }
  .ytc_g2_element_6{
    left: 195px;
    top: 211px;
  }
  .ytc_g2_element_7 {
    left: 195px;
    top: 312px;
  }
  .ytc_g2_text_1{
    left: 195px;
    top:115px;
  }
  .ytc_g2_text_2{
    left: 195px;
    top: 217px;
  }
  .ytc_g2_text_3 {
    left: 195px;
    top: 322px;
  }
  .ytc_g2_element_4 {
    top: 174px;
  }
}

@media (max-width:576px){
  .graph_ytc_1-container,
  .graph_ytc_2-container,
  .graph_ytc_3-container {
      width: 280px;
      height: 280px;
  }  
  .ytc_g1_element_1 {
    width: 100px;
    height: 100px;
  }
  .ytc_g1_text_1,
  .ytc_g1_text_2,
  .ytc_g1_text_3,
  .ytc_g1_text_4 {
    font-size: 18px;
  }
  .ytc_g1_text_2 {
    left: 64px;
    top: 5px;
  }
  .ytc_g1_text_1 {
    left: 245px;
    top: 235px;
  }
  .ytc_g1_text_3 {
    left: 237px;
    top: 119px;
  }
  .ytc_g1_text_4 {
    left: -4px;
    top: 208px;
  }
  .ytc_g2_element_5,
  .ytc_g2_element_6,
  .ytc_g2_element_7,
  .ytc_g2_text_1,
  .ytc_g2_text_2,
  .ytc_g2_text_3{
      display:none;
  }
  .ytc_g2_element_1,
  .ytc_g2_element_2,
  .ytc_g2_element_3,
  .ytc_g2_element_4 {
    width: 270px;
  }
  .ytc_g2_element_2 {
    top: 75px;
  }
  .ytc_g2_element_3 {
    top: 146px;
  }
  .ytc_g2_element_4 {
    top: 136px;
  }
  .graph_ytc_4-container {
    width: 270px;
    height: 415px;
  }
}
.cf-bullets{
  overflow: hidden;
}
.cf-bullets li{
  position: relative;
  padding-left:40px;
  margin-bottom:25px;
}
.cf-bullets li svg{
  width:32px;
  height:32px;
  position: absolute;
  left:0;
  top:0;
}
.cf-bullets li h3{
  color: #000;
  font-weight: 400;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cf-bullets li h3 a{
  color: #000;
}
.cf-bullets li p{
  color:#333;
  font-size:16px;
  font-weight:300;
}
.cf-bullets-min li{
  padding-left:32px;
}
.cf-bullets-min li svg{
  width:24px;
  height:24px;
}
.graph_ytc_5-container{
  margin: auto;
  width: 500px;
  height: 500px;
}
.graph_ytc_5 {
  width: 100%;
  position: relative;
}
.ytc_g5_element_1 {
  position: relative;
  width:100%;
}
.ytc_g5_element_2 {
  position: absolute;
  width: 90px;
  z-index: 1;
  left: 174px;
  top: 131px;
}
.ytc_g5_element_3 {
  position: absolute;
  width: 282px;
  z-index: 1;
  left: 4px;
  top: 92px;
}
.ytc_g5_element_4 {
  position: absolute;
  width: 363px;
  z-index: 1;
  left: 0;
  top: 50px;
}
.ytc_g5_element_5 {
  position: absolute;
  width: 96px;
  z-index: 1;
  left: 273px;
  top: 61px;
}
.ytc_g5_element_6,
.ytc_g5_element_7,
.ytc_g5_element_8 {
  position: absolute;
  width: 50px;
  z-index: 1;
}
.ytc_g5_element_6 {
  left: 177px;
  top: -10px;
}
.ytc_g5_element_7 {
  left: -9px;
  top: 331px;
}
.ytc_g5_element_8 {
  left: 456px;
  top: 252px;
}
.ytc_g5_text_1,
.ytc_g5_text_2,
.ytc_g5_text_3{
  position:absolute;
  z-index:2;
  font-size:14px;
  font-weight:400;
  color:#333;
  line-height: 1.2;
}
.ytc_g5_text_1 {
  top: -41px;
  left: 110px;
  width: 180px;
  text-align: center;
}
.ytc_g5_text_2 {
  top: 379px;
  left: 1px;
  width: 180px;
}
.ytc_g5_text_3 {
  top: 304px;
  left: 408px;
  width: 90px;
  text-align: right;
}
.graph_ytc_6-container{
  margin: auto;
  width: 450px;
  height: 450px;
}
.graph_ytc_6 {
  width: 100%;
  position: relative;
  margin-top: -90px;
}
.ytc_g6_element_3 {
  position: absolute;
  width: 220px;
  z-index: 1;
  left: 10px;
  top: 68px;
}
.ytc_g6_element_4 {
  position: absolute;
  width: 220px;
  z-index: 2;
  right: 10px;
  top: 68px;
}
.ytc_g6_element_2 {
  position: absolute;
  width: 220px;
  z-index: 3;
  left: 115px;
  bottom: 0;
}
.ytc_g6_element_5 {
  position: absolute;
  width: 125px;
  z-index: 4;
  left: 162px;
  top: 164px;
}
.graph_ytc_7-container{
  margin: auto;
  width: 500px;
}
.graph_ytc_7 {
  width: 100%;
  height: 300px;
  position: relative;
}
.ytc_g7_element_1 {
  width:140px;
  position: absolute;
  left:0;
}
.ytc_g7_element_2 {
  width: 250px;
  z-index: 1;
  position: absolute;
  right:-55px;
  top: 0;
}
.ytc_g7_element_3 {
  width: 122px;
  z-index: 3;
  position: absolute;
  top: 96px;
  right: 9px;
}
.ytc_g7_element_4 {
  width:45px;
  z-index:1;
  position: absolute;
  top: 125px;
  left: 224px;
}
.ytc_g7_element_5 {
  width: 80px;
  z-index: 1;
  top: 82px;
  position: absolute;
  left: 206px;
}
.ytc_g7_element_6 {
  width: 80px;
  z-index: 1;
  position: absolute;
  left: 206px;
  top: 182px;
}
.ytc_g7_text {
  position: relative;
}
.ytc_g7_element_7{
  left:225px;
  position:absolute;
  top:30px;
}
.g7-title-1{
  position: absolute;
  width: 165px;
  text-align: left;
  font-size: 18px;
}
.g7-title-2{
  position: absolute;
  width: 165px;
  font-size: 18px;
  right:0;
  left:auto;
  text-align:right;
}
.graph_ytc_8-container{
  margin: auto;
  width: 500px;
  height: 500px;
}
.graph_ytc_8 {
  width: 100%;
  height:100%;
  position: relative;
}
.ytc_g8_element_1{
  position: absolute;
  left:50%;
  top:50%;
  width:140px;
  z-index: 3;
  transform:translate(-50%,-30%)
}
.ytc_g8_element_2{
  position: absolute;
  left:0;
  top:70px;
  z-index: 3;
 }
.ytc_g8_element_3{
  position: absolute;
  left:187px;
  top:0;
  z-index: 3;
}
.ytc_g8_element_4{
  position: absolute;
  right:0;
  top:70px;
  z-index: 3;
}
 .ytc_g8_element_5{
  position: absolute;
  left:50%;
  top:110px;
  z-index: 2;
  transform:translate(-50%,-50%)
}
.ytc_g8_element_6{
  position: absolute;
  left:50%;
  top:50%;
  z-index: 1;
  transform:translate(-50%,-50%)
}
.graph_ytc_9-container{
  margin: auto;
  width: 500px;
  height: 430px;
}
.graph_ytc_9 {
  width: 100%;
  height:100%;
  position: relative;
}
.ytc_g9_element_1{
  position: absolute;
  top: 0;
  left: 153px;
}
.ytc_g9_element_2{
  position: absolute;
  top: 0;
  left: 0;
}
.ytc_g9_element_3{
  position: absolute;
  top: 0;
  right: 0;
}
.ytc_g9_element_4{
  position: absolute;
  top: 158px;
  left: 154px;
}
.ytc_g9_element_7{
  position: absolute;
  top: 0;
  top: 264px;
  left: 55px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  text-align: center;
}
.ytc_g9_element_8{
  position: absolute;
  top: 0;
  top: -32px;
  left: 202px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  text-align: center;
}
.ytc_g9_element_9{
  position: absolute;
  top: 264px;
  left: 358px; 
  width: 90px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  text-align: center;
}
.ytc_g9_element_10{
  position: absolute;
  top: 349px;
  left: 200px;
  width: 100px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  text-align: center;
}
.graph_ytc_10-container{
  width: 550px;
  height: 550px;
  margin: auto;
  text-align: center;
  position: relative;
}
.graph_ytc_10{
  position: relative;
}
.ytc_g10_element_1{
  width:100%;
}
.graph_ytc_11-container{
  margin: auto;
  width: 570px;
  height: 400px;
}
.graph_ytc_11 {
  width: 100%;
  position: relative;
}
.ytc_g11_element_1 {
  position: relative;
  width:100%;
}
.ytc_g11_element_2 {
  position: absolute;
  width: 465px;
  z-index: 1;
  left: 58px;
  top: 98px;
}
.ytc_g11_text_1 {
  text-align: center;
  display: block;
  font-size: 24px;
  color: #666;
  margin-bottom: 20px;
  font-weight: 300;
}

@media (max-width:1199px){
  .graph_ytc_5-container {
    width: 450px;
    height: 450px;
  }
  .ytc_g5_element_8 {
    left: 408px;
    top: 222px;
  }
  .ytc_g5_element_7 {
    left: -5px;
    top: 310px;
  }
  .ytc_g5_text_3 {
    top: 271px;
    left: 353px;
  }
  .ytc_g5_text_2 {
    top: 364px;
  }
  .graph_ytc_7-container {
    width: 450px;
  }
  .ytc_g7_element_1 {
    width: 120px;
  }
  .ytc_g7_element_2 {
    width: 209px;
    right: 0;
    top: 31px;
  }
  .ytc_g7_element_3 {
    width: 109px;
    top: 107px;
    right: 48px;
  }
  .ytc_g7_element_4 {
    left: 169px;
  }
  .ytc_g7_element_5 {
    left: 150px;
  }
  .ytc_g7_element_6 {
    left: 150px;
  }
  .ytc_g7_element_7 {
    left: 175px;
  }
  .g7-title-2 {
    right: 45px;
  }
  .graph_ytc_8-container {
    width: 450px;
    height: 450px;
  }
  .ytc_g8_element_3 {
    left: 163px;
  }
  .graph_ytc_9-container {
    width: 450px;
  }
  .ytc_g9_element_1 {
    left: 134px;
    width: 170px;
  }
  .ytc_g9_element_2 {
    width: 138px;
  }
  .ytc_g9_element_3 {
    width: 138px;
  }
  .ytc_g9_element_4 {
    top: 158px;
    left: 139px;
    width: 165px;
  }
  .ytc_g9_element_7 {
    top: 264px;
    left: 37px;
  }
  .ytc_g9_element_8 {
    top: -24px;
    left: 164px;
  }
  .ytc_g9_element_9 {
    position: absolute;
    top: 235px;
    left: 321px;
  }
  .ytc_g9_element_10 {
    top: 331px;
    left: 170px;
  }
  .graph_ytc_10-container {
    width: 450px;
    height: 500px;
  }
  .graph_ytc_11-container {
    margin: auto;
    width: 450px;
    height: 300px;
  }
  .ytc_g11_element_2 {
    width: 367px;
    left: 46px;
    top: 86px;
  }
}

@media (max-width:1199px){
  .graph_ytc_6-container,
  .graph_ytc_7-container,
  .graph_ytc_9-container,
  .graph_ytc_10-container {
    margin-top: -100px;
    margin-bottom: 50px;
  }
  .graph_ytc_8-container {
    margin-top: -100px;
  }
}

@media (max-width:991px){
  .graph_ytc_11-container{
    width: 570px;
    height: 360px;
  }
  .ytc_g11_element_2 {
    width: 465px;
    left: 58px;
    top: 98px;
  }
}

@media (max-width:767px){
  .graph_ytc_11-container{
    width: 520px;
    height: 320px;
  }
  .ytc_g11_element_2 {
    width: 428px;
    left: 50px;
    top: 90px;
  }
}

@media (max-width:576px){
  .graph_ytc_5-container,
  .graph_ytc_6-container,
  .graph_ytc_7-container,
  .graph_ytc_8-container,
  .graph_ytc_9-container,
  .graph_ytc_10-container{
    width:280px;
    height:auto;
    position: relative;
  }
  .ytc_g5_element_2 {
    width: 55px;
    left: 110px;
    top: 101px;
  }
  .ytc_g5_element_3 {
    width: 178px;
    left: 0;
    top: 74px;
  }
  .ytc_g5_element_4 {
    width: 230px;
    left: 0;
    top: 50px;
  }
  .ytc_g5_element_5 {
    width: 60px;
    left: 171px;
    top: 59px;
  }
  .ytc_g5_element_6 {
    left: 93px;
    top: -10px;
  }
  .ytc_g5_element_7 {
    left: -5px;
    top: 167px;
  }
  .ytc_g5_element_8 {
    left: 240px;
    top: 128px;
  }
  .ytc_g5_text_1, .ytc_g5_text_2, .ytc_g5_text_3 {
    font-size: 13px;
    font-weight: 300;
  }
  .ytc_g5_text_1 {
    top: -40px;
    left: 34px;
  }
  .ytc_g5_text_2 {
    top: 215px;
    left: 0;
    text-align: left;
  }
  .ytc_g5_text_3 {
    top: 171px;
    left: auto;
    right: 0;
    width: 60px;
  }
  .ytc_g6_element_2 {
    width: 150px;
    left: 63px;
    bottom: 0;
  }
  .ytc_g6_element_3 {
    width: 150px;
    left: 10px;
    top: 24px;
  }
  .ytc_g6_element_4 {
    width: 150px;
    right: 10px;
    top: 24px;
  }
  .ytc_g6_element_5 {
    width: 70px;
    left: 103px;
    top: 102px;
  }
  .ytc_g7_element_1 {
    width: 100px;
  }
  .ytc_g7_element_2 {
    width: 144px;
    top: 26px;
  }
  .ytc_g7_element_3 {
    width: 78px;
    top: 79px;
    right: 34px;
  }
  .ytc_g7_element_4{
    display: none;
  }
  .ytc_g7_element_5 {
    left: 110px;
    width: 50px;
    z-index: 1;
    top: 41px;
  }
  .ytc_g7_element_6 {
    left: 108px;
    width: 50px;
    top: 148px;
  }
  .graph_ytc_7 {
    height: 214px;
    width: 280px;
    overflow: hidden;
  }
  .ytc_g7_text{
    width: 280px;
    overflow: hidden;
  }
  .g7-title-1,
  .g7-title-2 {
    display: block;
    position: relative;
    left:auto;
    right:auto;
    width:100%;
    text-align: center;
    font-size: 16px;
    margin:10px auto;
  }
  .ytc_g7_element_7{
    position: relative;
    top:auto;
    left:auto;
    display:inline-block;
    margin:auto;
  }
  .graph_ytc_7-container{
    margin-bottom:0;
  }
  .graph_ytc_8-container{
    height: 430px;
  }
  .ytc_g8_element_1 {
    width: 120px;
  }
  .ytc_g8_element_2 {
    top: 40px;
    width: 110px;
  }
  .ytc_g8_element_3 {
    width: 110px;
    left: 84px;
    top: -29px;
  }
  .ytc_g8_element_4 {
    top: 40px;
    width: 110px;
  }
  .ytc_g8_element_5 {
    top: 71px;
    width: 80%;
  }
  .ytc_g8_element_6 {
    width: 100%;
  }
  .graph_ytc_9-container{
    height:320px;
  }
  .graph_ytc_9{
    height:240px;
  }
  .ytc_g9_element_1 {
    left: 90px;
    width: 94px;
  }
  .ytc_g9_element_2 {
    width: 95px;
    z-index: 1;
  }
  .ytc_g9_element_3 {
    width: 95px;
    z-index: 1;
  }
  .ytc_g9_element_4 {
    top: 74px;
    left: 75px;
    width: 121px;
    z-index: 0;
  }
  .ytc_g9_element_7 {
    top: 160px;
    left:20px;
    font-weight: 400;
    font-size: 12px;
  }
  .ytc_g9_element_8 {
    top: -24px;
    left: 92px;
    font-weight: 400;
    font-size: 12px;
  }
  .ytc_g9_element_9 {
    top: 160px;
    left: 178px;
    font-weight: 400;
    font-size: 12px;
  }
  .ytc_g9_element_10 {
    font-weight: 400;
    font-size: 12px;
    left: 92px;
    top: 197px;
  }
  .graph_ytc_10-container{
    margin-bottom:0;
  }
  .graph_ytc_11-container{
    width: 280px;
    height: 211px;
  }
  .ytc_g11_element_2 {
    width: 228px;
    left: 29px;
    top: 72px;
  }
}
.graph_ytc_12-container{
  margin: auto;
  width: 400px;
  height: 400px;
}
.graph_ytc_12 {
  width: 100%;
  position: relative;
  -webkit-animation: bounce 2s ease-in-out 0s infinite alternate;
  animation: bounce 2s ease-in-out 0s infinite alternate;
}
.graph_ytc_12 img{
  width: 100%;
}
.graph_ytc_13-container{
  margin: auto;
  width: 400px;
  height: 400px;
}
.graph_ytc_13 {
  width: 100%;
  position: relative;
}
.ytc_g13_element_1{
  position:absolute;
  z-index:2;
  width:350px;
  left:25px;
  top:30px;
}
.ytc_g13_element_2{
  width: 100%;
  position: absolute;
  left: 0;
}

@media (max-width:576px){
  .graph_ytc_13-container{
    margin: auto;
    width: 280px;
    height: 300px;
  }
  .ytc_g13_element_1{
    width:100%;
    left:0;
    top:50px;
  }
}
ol.concept-list {
  counter-reset: li;
  list-style: none;
}
ol.concept-list > li:not([class^='not_p']){
  position:relative;
  list-style: decimal;
}
ol.concept-list > li:before {
  counter-increment: li;
  content: counter(li)' ';
  color:#536f8c;
  font-size:2em;
  font-weight: bold;
  position: absolute;
  left: -48px;
  top: -10px;
  text-align: right;
  width: 40px;
  display:none;
}
.bg-ytc-contepts{
  position: relative;
}
.bg-ytc-contepts:after {
  content: "";
  width: 250px;
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  opacity:0.5;
  background-image: url('/img/ytc/bg_ytc.jpg');
  background-size:cover;
  background-position:center left;
  background-repeat: no-repeat;
}

@media (max-width:1250px){
  .bg-ytc-contepts:after {
    width: 200px;
  }
}

@media (max-width:1100px){
  .bg-ytc-contepts:after {
    width: 180px;
  }
}

@media (max-width: 767px){
  .bg-ytc-contepts:after {
    opacity:0.07;
  }
}

@media (max-width: 991px){
  .block-content-ytc{
    margin:40px 0;  
  }
}
.notif-img-container{
  position: absolute;
  width: 47%;
  top: 50%;
  margin-top: -200px;
  height: 400px;
}

@media (max-width:991px){
  .notif-img-container{
    position: relative;
    width: 100%;
    top:auto;
    margin-top: auto;
    padding:0;
    margin-bottom: 40px;
  }
}

@media (max-width:767px){
  .notif-img-container{
    padding:0;
    height: 300px;
  }
}
.image-right.notif-img-container{
  right: 0;
  left:auto;
}
.image-left.notif-img-container{
  right:auto;
  left:0;
}
.notif-img-container:after{
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  height: 200px;
  width: 315px;
  bottom: -5px;
  right:-5px;
  background-image: url(/img/corner-bluewhite-right.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
.image-right.notif-img-container:after {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  height: 200px;
  width: 315px;
  bottom: -5px;
  background-image: url(/img/corner-greenwhite-left.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.image-left.notif-img-container:after{
  right: 0;
  left:auto;
}
.image-right.notif-img-container:after{
  right:auto;
  left:0;
}

@media (max-width:991px){
  .notif-img-container:after,
  .image-right.notif-img-container:after{
    display: none;
  }
}
.notif-img-container span{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
}

@media (max-width:991px){
  .notif-img-container span{
    left: auto;
    right: auto;
    width: 100%;
    background-position: center top;
  }
}

@media (max-width:767px){
  .notif-img-container span{
    width: 100%;
  }
}
.notif-img-container{
  right:auto;
  left:0;
}

ol.concept-list {
  counter-reset: li;
  list-style: none;
}
ol.concept-list > li:not([class^='not_p']){
  position:relative;
}
ol.concept-list > li:before {
  counter-increment: li;
  content: counter(li)'·';
  color:#536f8c;
  font-size:2em;
  font-weight: bold;
  position: absolute;
  left: -48px;
  top: -10px;
  text-align: right;
  width: 40px;
}
.bg-ytc-contepts{
  position: relative;
}
.bg-ytc-contepts:after {
  content: "";
  width: 250px;
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  opacity:0.5;
  background-image: url('/img/ytc/bg_ytc.jpg');
  background-size:cover;
  background-position:center left;
  background-repeat: no-repeat;
}

@media (max-width:1250px){
  .bg-ytc-contepts:after {
    width: 200px;
  }
}

@media (max-width:1100px){
  .bg-ytc-contepts:after {
    width: 180px;
  }
}

@media (max-width: 767px){
  .bg-ytc-contepts:after {
    opacity:0.07;
  }
}
.join-img6{
  background-image: url(/img/ytc/join-img6.jpg);
}
.join-img7{
  background-image: url(/img/ytc/join-img7.jpg);
}
.block-tools-content{
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.block-tools-content .title-w-icon img{
  top: -24px;  
}

@media (max-width:1199px){
  .block-tools-content {
    padding: 70px 0;  
  }
}

@media (max-width:991px){
  .module-exclusive-benefits {
    padding: 100px 0 0;
  } 
  .block-tools-content {
    padding:0 0 60px;
  }
}

/* Titulos */

.title-50{
    font-size: 50px !important;
}

.title-45{
    font-size: 45px !important;
}

.title-40{
    font-size: 40px !important;
}

.title-35{
    font-size: 35px !important;
}

.title-32{
    font-size: 32px !important;
}

.title-30{
    font-size: 30px !important;
}


.text-16{
    font-size: 16px !important;
}

/* margin & padding */
.my-0{
  margin:0!important;
}
.mb-60{
  margin-bottom: 60px!important;
}
.py-0{
  padding: 0!important
}
.pt-0{
  padding-top: 0!important;
}
.pb-0{
  padding-bottom: 0!important;
}
.px-0{
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.pl-30{
  padding-left: 30px!important;
  padding-right: 30px!important;
}

.modal-header {
  border:0;
  position:relative;
}
.modal-body {
    position: relative;
    padding: 15px;
}

.modal-title{
  color: #000;
  font-size: 26px;
  font-weight: 300;
  margin: 10px 0;
  text-align: center;
}

.btn-cerrar-modal{
    border: 0px;
    background-color: transparent;
}

.p-10{
  padding: 10px;
}

.ih-container{
    max-width: 450px;
    text-align: center;
    margin:auto;
    color: #fff;
}
.ih-container h1{
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -1px;
    margin:0 0 15px;
}

@media (max-width:767px){
    .ih-container h1{
        font-size: 32px!important;
    }
}

@media (max-width:576px){
    .hcf-title h1 {
        font-size: 16px;
    }
}
.ih-container p{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
    color: #fff;
}

@media (max-width:767px){
    .ih-container p {
        font-size: 16px;
    }
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

@media (max-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media (max-width: 992px){
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}
.container img, .container-fluid img{
    max-width: 100%;
}

@media (min-width: 992px){
    .der{
        left: 50%;
    }

    .izq{
        right: 50%;
    }
}
.graph_28 {
    max-width: 570px;
    margin: 15px auto;
}

.bg-litegrey{
    background-color: #2a60ba12;
}

.hero-caption .hero-buttons ul li .counter-icon{
    height: 60px;
}

.gdc-counter .counter-icon{
    height: 90px;
    display: block;
    margin: auto;
}

@media (max-width:1199px){
    .gdc-counter .counter-icon{
        margin:auto;
    }
}

@media (max-width:991px){
    .gdc-counter .counter-icon{
        height: 75px;
    }
}

img.counter-icon {
    width: 100px;
    height: 150px;
}

p.counter-value.counter {
    font-size: 45px;
    font-weight: 600;
    margin-top: -10px;
    text-align: center;
    margin-bottom: 0px;
}

p.counter-label {
    font-size: 20px;
    font-weight: 500;
    margin-top: -10px;
}
.footer-column{
    max-width: 20%;
}

@media(max-width: 769px){
    .footer-column{
        max-width: 100%;
    }
    .cookies_bottom{
      margin-bottom:60px;
    }
    .favorites_bottom{
      margin-bottom:70px;
    }
}
.pd-0{
  padding: 0px;
}

/* Accordion footer menu */
.footer .accordion-item{
    border: 0px;
    background-color: inherit;
}
.footer .accordion-button{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    box-shadow: unset;
    padding: 0px 0px 8px;
}

.footer li a {
    display: block;
    padding: 3px 0 !important;
    font-size: 14px;
}

.footer .accordion-body{
    padding: 0px;
}

.accordion-button:not(.collapsed)::after {
    background-image: unset;
}

.accordion-button::after {
    background-image: unset;
}

.collapse:not(.show) {
    display: block;
}

.accordion-body ul{
    list-style: none;
}

.accordion-body ul li{
    display: block;
    float: none;
}

.footer_column{
    max-width: 20%;
}
.accordion-button:not(.collapsed) {
    color: black;
    background-color: transparent;
    box-shadow: none !important
}


#features{
    background: linear-gradient(180deg, #ffc525 50%, rgba(2,0,36,0) 50%);
    padding-top: 70px !important;  
}

.block-feature-home{
    margin-top: -160px;
    padding-bottom: 150px;
    margin-bottom: -140px;
}

@media(max-width:991px){
  #features{
    background: #ffc525;
  }

  .block-feature-home{
      padding-bottom: 0px;
      margin-bottom: 0px;
  }
}

 /* Accordion footer menu */
@media(max-width:767px){
    .footer_column{
        max-width: 100%!important;
    }
    .accordion-button{
        border-bottom: 1px solid;
        padding: 15px 0px;
    }
    .accordion-button:focus {
        border-color: black !important;
    }
    .collapse:not(.show) {
        display: none;
    }

    .accordion-body{
        text-align: left;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 0.375 0.375' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M.105.22a.011.011 0 0 1 0-.016L.18.129a.011.011 0 0 1 .016 0l.075.075A.011.011 0 0 1 .255.22L.188.153.12.22a.011.011 0 0 1-.016 0Z' fill='%23202020'/%3e%3c/svg%3e");
    }

    .accordion-button::after {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 0.375 0.375' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.105 0.155a0.011 0.011 0 0 1 0.016 0L0.188 0.222l0.067 -0.067a0.011 0.011 0 0 1 0.016 0.016l-0.075 0.075a0.011 0.011 0 0 1 -0.016 0l-0.075 -0.075a0.011 0.011 0 0 1 0 -0.016Z' fill='%23202020'/%3e%3c/svg%3e");

        
    }

    .footer_column{
        margin-bottom: 15px;
    }
}

/* --------------------------- */

/* Share buttons */
.sharebuttoncontainer {
    display: flex;
    justify-content: flex-end;
    position: relative;    
}

.tip {
     position: absolute;
     top: 50%;
     right: calc(100% + 10px);
     transform: translateY(-50%);
     font-size: 10px;
     text-transform: uppercase;
     letter-spacing: 0.1em;
     display: flex;
     align-items: center;
}
 .tip:after {
     content: "";
     width: 30px;
     height: 1px;
     background: rgba(44, 44, 44, 0.3);
     margin: 0 0 0 8px;
}

@media only screen and (max-width: 600px) {
     .tip {
         display: none;
    }
}
 .trigger {
     height: 40px;
     line-height: 40px;
     font-size: 14px;
     text-align: center;
     cursor: pointer;
     transition: color 0.2s, border 0.2s;
}
 .trigger a {
     color: currentColor;
     text-decoration: none;
     transform: skew(10deg);
     display: flex;
     align-items: center;
     justify-content: center;
}
 .trigger i {
     font-size: 14px;
     line-height: 40px;
}
 .trigger:hover {
     color: #2c2c2c;
     border-color: #2c2c2c !important;
}
 .trigger.share-btn i {
     margin: 0 5px 0 0;
}
 .like, .share {
     transform: skew(-10deg);
     margin: 0 0 0 10px;
}
 .like .trigger, .share .trigger {
     width: 50px;
     border: 1px solid rgba(44, 44, 44, 0.3);
}
 .like i, .share i {
     margin: 0 5px 0 0;
}

@media only screen and (min-width: 601px) {
     .share {
         display: none;
    }
}
 .share-window {
     transform: skew(-10deg);
     overflow: hidden;
}

@media only screen and (max-width: 600px) {
     .share-window {
         /* display: none; */
    }
    .share {
         display: none;
    }
}
 .share-bar {
     position: relative;
     width: 41px;
     height: 40px;
     transition: width 0.4s ease 0.2s;
}
 .share-bar:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border-width: 1px;
     border-style: solid;
     border-color: rgba(44, 44, 44, 0.3) rgba(44, 44, 44, 0.3) rgba(44, 44, 44, 0.3) transparent;
}
 .share-bar:hover {
     width: 329px;
     transition: width 0.4s ease;
}
 .share-bar:hover .trigger:nth-child(3) {
     left: 82px;
     transition: left 0.45s ease 0.06s, color 0.2s, border 0.2s;
}
 .share-bar:hover .trigger:nth-child(4) {
     left: 123px;
     transition: left 0.45s ease 0.12s, color 0.2s, border 0.2s;
}
 .share-bar:hover .trigger:nth-child(5) {
     left: 164px;
     transition: left 0.45s ease 0.18s, color 0.2s, border 0.2s;
}
 .share-bar:hover .trigger:nth-child(6) {
     left: 205px;
     transition: left 0.45s ease 0.24s, color 0.2s, border 0.2s;
}
 .share-bar:hover .trigger:nth-child(7) {
     left: 246px;
     transition: left 0.45s ease 0.24s, color 0.2s, border 0.2s;
}
.share-bar:hover .trigger:nth-child(8) {
     left: 287px;
     transition: left 0.45s ease 0.24s, color 0.2s, border 0.2s;
}
 .share-bar .trigger {
     position: absolute;
     top: 0;
     width: 42px;
     border-width: 1px;
     border-style: solid;
     border-color: transparent transparent transparent rgba(44, 44, 44, 0.3);
     transition: left 0s ease 0.45s, color 0.2s, border 0.2s;
}
 .share-bar .trigger:nth-child(1) {
     left: 0;
}
 .share-bar .trigger:nth-child(2) {
     left: 41px;
}
 .share-bar .trigger:nth-child(3) {
     left: 102px;
}
 .share-bar .trigger:nth-child(4) {
     left: 143px;
}
 .share-bar .trigger:nth-child(5) {
     left: 184px;
}
 .share-bar .trigger:nth-child(6) {
     left: 225px;
}
 .share-bar .trigger:nth-child(7) {
     left: 266px;
}
 .share-bar .trigger:nth-child(8) {
     left: 307px;
}

 .li-hours{
    text-align: center;
    /* background: #ccc; */
    padding: 10px 0px;
    height: 103px;
}
.detail-pro .li-hours-currentdate{
    background: #fec629 !important;
    color: #fff;
}

.detail-ultra .li-hours-currentdate{
    background: #46A9EA !important;
}

.detail-super .li-hours-currentdate{
    background: #63c56a !important;
}

/* !
 *  PaymentFont 1.2.5 by @AMPoellmann - https://paymentfont.com
 *  License - https://paymentfont.com/#license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: 'PaymentFont';
  src: url('/payments_icons/fonts/paymentfont-webfont.eot');
  src: url('/payments_icons/fonts/paymentfont-webfont.eot?#iefix') format('embedded-opentype'),
       url('/payments_icons/fonts/paymentfont-webfont.woff') format('woff2'),
       url('/payments_icons/fonts/paymentfont-webfont.woff') format('woff'),
       url('/payments_icons/fonts/paymentfont-webfont.ttf') format('truetype'),
       url('/payments_icons/fonts/paymentfont-webfont.svg#paymentfont-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

.pf {
  display: swap;
  font: normal normal normal 14px/1 PaymentFont;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pf-lg {
  font-size: 1.33333333em;
  line-height: 1em;
  vertical-align: -15%;
}

.pf-2x {
  font-size: 2em;
}
.pf-3x {
  font-size: 3em;
}
.pf-4x {
  font-size: 4em;
}
.pf-5x {
  font-size: 5em;
}

.pf-amazon:before {content: "\f000";}
.pf-american-express:before {content: "\f001";}
.pf-american-express-alt:before {content: "\f002";}
.pf-atm:before {content: "\f003";}
.pf-bankomat:before {content: "\f004";}
.pf-bank-transfer:before {content: "\f005";}
.pf-bitcoin:before {content: "\f006";}
.pf-bitcoin-sign:before {content: "\f007";}
.pf-braintree:before {content: "\f008";}
.pf-btc:before {content: "\f009";}
.pf-card:before {content: "\f00a";}
.pf-carta-si:before {content: "\f00b";}
.pf-cash:before {content: "\f00c";}
.pf-cash-on-delivery:before {content: "\f00d";}
.pf-cb:before {content: "\f00e";}
.pf-cirrus:before {content: "\f00f";}
.pf-cirrus-alt:before {content: "\f010";}
.pf-clickandbuy:before {content: "\f011";}
.pf-credit-card:before {content: "\f012";}
.pf-diners:before {content: "\f013";}
.pf-discover:before {content: "\f014";}
.pf-ec:before {content: "\f015";}
.pf-eps:before {content: "\f016";}
.pf-eur:before {content: "\f017";}
.pf-facture:before {content: "\f018";}
.pf-fattura:before {content: "\f019";}
.pf-flattr:before {content: "\f01a";}
.pf-giropay:before {content: "\f01b";}
.pf-google-wallet:before {content: "\f01c";}
.pf-google-wallet-alt:before {content: "\f01d";}
.pf-gbp:before {content: "\f01e";}
.pf-gratipay:before {content: "\f01f";}
.pf-ideal:before {content: "\f020";}
.pf-ils:before {content: "\f021";}
.pf-inr:before {content: "\f022";}
.pf-invoice:before {content: "\f023";}
.pf-invoice-sign:before {content: "\f024";}
.pf-invoice-sign-alt:before {content: "\f025";}
.pf-invoice-sign-alt-o:before {content: "\f026";}
.pf-invoice-sign-o:before {content: "\f027";}
.pf-jcb:before {content: "\f028";}
.pf-jpy:before {content: "\f029";}
.pf-krw:before {content: "\f02a";}
.pf-maestro:before {content: "\f02b";}
.pf-maestro-alt:before {content: "\f02c";}
.pf-mastercard:before {content: "\f02d";}
.pf-mastercard-alt:before {content: "\f02e";}
.pf-mastercard-securecode:before {content: "\f02f";}
.pf-ogone:before {content: "\f030";}
.pf-paybox:before {content: "\f031";}
.pf-paylife:before {content: "\f032";}
.pf-paypal:before {content: "\f033";}
.pf-paypal-alt:before {content: "\f034";}
.pf-paysafecard:before {content: "\f035";}
.pf-postepay:before {content: "\f036";}
.pf-quick:before {content: "\f037";}
.pf-rechnung:before {content: "\f038";}
.pf-ripple:before {content: "\f039";}
.pf-rub:before {content: "\f03a";}
.pf-skrill:before {content: "\f03b";}
.pf-sofort:before {content: "\f03c";}
.pf-square:before {content: "\f03d";}
.pf-stripe:before {content: "\f03e";}
.pf-truste:before {content: "\f03f";}
.pf-try:before {content: "\f040";}
.pf-unionpay:before {content: "\f041";}
.pf-usd:before {content: "\f042";}
.pf-verified-by-visa:before {content: "\f043";}
.pf-verisign:before {content: "\f044";}
.pf-visa:before {content: "\f045";}
.pf-visa-electron:before {content: "\f046";}
.pf-western-union:before {content: "\f047";}
.pf-western-union-alt:before {content: "\f048";}
.pf-wirecard:before {content: "\f049";}
.pf-sepa:before {content: "\f04a";}
.pf-sepa-alt:before {content: "\f04b";}
.pf-apple-pay:before {content: "\f04c";}
.pf-interac:before {content: "\f04d";}
.pf-paymill:before {content: "\f04e";}
.pf-dankort:before {content: "\f04f";}
.pf-bancontact-mister-cash:before {content: "\f050";}
.pf-moip:before {content: "\f051";}
.pf-pagseguro:before {content: "\f052";}
.pf-cash-on-pickup:before {content: "\f053";}
.pf-sage:before {content: "\f054";}
.pf-elo:before {content: "\f055";}
.pf-elo-alt:before {content: "\f056";}
.pf-payu:before {content: "\f057";}
.pf-mercado-pago:before {content: "\f058";}
.pf-mercado-pago-sign:before {content: "\f059";}
.pf-payshop:before {content: "\f05a";}
.pf-multibanco:before {content: "\f05b";}
.pf-gratipay-sign:before {content: "\f05c";}
.pf-six:before {content: "\f05d";}
.pf-cashcloud:before {content: "\f05e";}
.pf-interac-alt:before {content: "\f05f";}
.pf-klarna:before {content: "\f060";}
.pf-bitpay:before {content: "\f061";}
.pf-venmo:before {content: "\f062";}
.pf-visa-debit:before {content: "\f063";}
.pf-alipay:before {content: "\f064";}
.pf-diners-alt:before {content: "\f065";}
.pf-hipercard:before {content: "\f066";}
.pf-skrill-alt:before {content: "\f067";}
.pf-shopify:before {content: "\f068";}
.pf-direct-debit:before {content: "\f069";}
.pf-sodexo:before {content: "\f06a";}
.pf-bpay:before {content: "\f06b";}
.pf-contactless:before {content: "\f06c";}
.pf-contactless-alt:before {content: "\f06d";}
.pf-eth:before {content: "\f06e";}
.pf-ltc:before {content: "\f06f";}
.pf-visa-pay:before {content: "\f070";}
.pf-wechat-pay:before {content: "\f071";}
.pf-amazon-pay:before {content: "\f072";}
.pf-amazon-pay-alt:before {content: "\f073";}
.pf-ytc{
    vertical-align: -30%;
}
.pf-ytc:before{
    /* content: url("https://pictures.aiyellow.com/static/img/9.gif"); */
    content: url("/img/ytc_logo.png");
    -webkit-filter: grayscale(100%); 
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url("/img/ytc_logo.png"); /* Firefox 4+ */
    filter: gray; /* IE 6-9 */
}

/* 
 * Finito!
 */

#carouselhours .carousel-inner {
  padding: 1em;
}
#carouselhours .card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
}

#carouselhours .carousel-control-prev-icon,
#carouselhours .carousel-control-next-icon{
    width: 20px;
}

#carouselhours .carousel-control-prev,
#carouselhours .carousel-control-next {
  background-color: #e1e1e1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

#carouselhours .carousel-item {
    margin-right: 0;
    flex: 0 0 20%;
    display: block;
}
#carouselhours .carousel-inner {
    display: flex;
}

.detail-pro #carouselhours .card.active {

    background: #fec629 !important;
    color: #fff;
}

.detail-super #carouselhours .card.active {

    background: #63c56a !important;
    color: #fff;
}

.detail-ultra #carouselhours .card.active {

    background: #46A9EA !important;
    color: #fff;
}

@media (max-width: 1080px) {
 
    #carouselhours .carousel-item {
        flex: 0 0 25%;
    }
}

@media (max-width: 980px) {
 
    #carouselhours .carousel-item {
        flex: 0 0 33.3333333%;
    }
}

@media (max-width: 500px) {

     #carouselhours .carousel-item {
        flex: 0 0 50%;
    }
}

@media (max-width: 400px) {

     #carouselhours .carousel-item {
        flex: 0 0 100%;
    }
}

@media (max-width:767px){

  #ads-detail .share_mobil, .bookmark, .flagmodalaskme, .mapLink{
    font-size: 20px;
    padding: 5px 20px;
  } 
}


/*! * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc. */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp-solid,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.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-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.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%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}
.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-thumb-tack-slash:before,.fa-thumbtack-slash:before{content:"\e68f"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-table-cells-column-lock:before{content:"\e678"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-table-cells-row-lock:before{content:"\e67a"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-table-cells-row-unlock:before{content:"\e691"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:swap;src:url(/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/fontawesome/webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-pixiv:before{content:"\e640"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-jxl:before{content:"\e67b"}.fa-dart-lang:before{content:"\e693"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-brave:before{content:"\e63c"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-opensuse:before{content:"\e62b"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before,.fa-square-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-square-letterboxd:before{content:"\e62e"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-google-scholar:before{content:"\e63b"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-signal-messenger:before{content:"\e663"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-mintbit:before{content:"\e62f"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-brave-reverse:before{content:"\e63d"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-web-awesome:before{content:"\e682"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-letterboxd:before{content:"\e62d"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-square-web-awesome-stroke:before{content:"\e684"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-flutter:before{content:"\e694"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-upwork:before{content:"\e641"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-square-upwork:before{content:"\e67c"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-square-web-awesome:before{content:"\e683"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-bluesky:before{content:"\e671"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-webflow:before{content:"\e65c"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:swap;src:url(/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/fontawesome/webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:swap;src:url(/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/fontawesome/webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:swap;font-weight:400;src:url(/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/fontawesome/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:swap;font-weight:900;src:url(/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/fontawesome/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:swap;font-weight:400;src:url(/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/fontawesome/webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:swap;src:url(/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/fontawesome/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:swap;src:url(/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/fontawesome/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:swap;src:url(/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/fontawesome/webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:swap;src:url(/fontawesome/webfonts/fa-v4compatibility.woff2) format("woff2"),url(/fontawesome/webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}