<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');


:root {
  --paletta-1: #E40D1E;
  --paletta-2: #14457C;
  --paletta-3: #abad9a;
  --paletta-4: #E1E4DE;
  --paletta-5: #AFAFAF;
  --paletta-6: #989898;
  --paletta-7: #62797f;
  --paletta-8: #b3b1c3;
  --paletta-9: #272727;
  --paletta-10: #b76b6a;
  --nero-palette: #111111;
  --font-1: "Montserrat", sans-serif, Arial, Helvetica;
  --font-2: "Montserrat", sans-serif, Arial, Helvetica;
}


* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden !important;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  overflow-x: hidden !important;
  color: var(--nero-palette);
  font-family: var(--font-1);
  font-size: 14px;
  line-height: 25px;
  width: 100%;
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background: #ffffff;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  margin: 0;
  margin-bottom: 20px;
}
br {
  margin: 0;
}
textarea {
  resize: none;
  min-height: 100px !important;
}
label {
  display: inline-block;
  color: var(--nero-palette);
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase;
}
label[for=privacy]{
  font-size: 12px;
  margin-bottom: 0px;
  line-height: 20px;
}
.button-theme {
  position: relative;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  display: inline-block;
  padding: 15px 30px 15px 30px;
  z-index: 2;
  white-space: normal;
  background-color: var(--paletta-1);
  overflow: hidden;
  border: 2px solid var(--paletta-1);
  color: #fff;
  border-radius: 0;
  text-transform:uppercase;
}
.button-theme:hover,
.button-theme:focus,
.button-theme.focus,
.button-theme:active,
.button-theme.active {
 color: var(--paletta-9);
 background-color: transparent;
 border: 2px solid var(--paletta-1);
}
.button-theme &gt; i {
  border-radius: 0px;
  border: 0px solid transparent;
  border-width: 0px 0px 0px 0px;
  padding: 0px 0px 0px 5px;
  margin: 0px 0px 0px 0px;
  position: static;
}
.button-theme-border {
  background: none;
  border: 2px solid var(--paletta-1);  
  color: var(--paletta-1);
}
.button-theme-border:hover,
.button-theme-border:focus,
.button-theme-border.focus,
.button-theme-border:active,
.button-theme-border.active {
  
}
.button-theme-border.white{
  border: 2px solid #ffffff;
  color: #ffffff;
}
.button-theme-link {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  padding: 0;
  background-color: none;
  border: none;
  color: var(--nero-palette);
  position: relative;
}
.button-theme-link:hover,
.button-theme-link:focus,
.button-theme-link.focus,
.button-theme-link:active,
.button-theme-link.active {
  color: var(--nero-palette);
  background-color: none;
  border: none;
}
.btn-lg {
  padding: 10px 50px 10px 50px;
  font-size: 21px;
  line-height: 40px;
}
.btn-md {
  padding: 14px 20px 14px 20px;
  font-size: 14px;
}
.btn-sm {
  padding: 5px 10px 5px 10px;
  font-size: 13px;
  line-height: 25px;
}
.btn-xs {
  padding: 5px 10px 5px 10px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.5px;
}
.btn-block {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .btn-lg {
    padding: 7px 20px;
    font-size: 22px;
  }
  .button-theme{
    padding: 15px 30px;
  }
  .btn-sm {
    padding: 5px 10px 5px 10px;
  }
  .btn-xs {
    padding: 5px 10px 5px 10px;
  }
}
@media only screen and (max-width: 479px) {
  .btn-lg {
    padding: 15px 20px;
    font-size: 20px;
    display: inline-block;
    line-height: normal;
  }
}
.spinner-loading, .loadingsend{
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;      
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex; 
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 999999999999999;
}
/* input[type=checkbox],
input[type=radio] {
  clear: none;
  cursor: pointer;
  margin: -.05rem .25rem 0 0;
  outline: 0;
  padding: 0!important;
  text-align: center;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-smoothing: inherit;
  transition: .05s border-color ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  width: 16px;
  height: 16px;
  border: 2px solid #aaa;
  margin-right: 8px;
  position: relative;
  background: #ffffff;
}
label:hover input[type=checkbox],
label:hover input[type=radio] {
  border-color: #000;
}
input[type=checkbox]:checked {
  background: #282828;
  border-color: #282828 !important;
}
input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input[type=checkbox]:checked:before {
  content: '';
  display: block;
  height: 9px;
  width: 5px;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  left: 4px;
}
input[type=radio] {
  border-radius: 50%;
}
input[type=radio]:checked:before {
  content: '';
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #282828;
}
input[type=checkbox]:disabled,
input[type=radio]:disabled,
input[type=checkbox]:disabled:hover,
input[type=radio]:disabled:hover {
  background: #ddd;
  border-color: #ccc;
  cursor: not-allowed;
}
input + label{
  display: inline;
} */
.form-control {
  display: block;
  width: 100%;
  padding: 15px 20px;
  color: #191919;
  background-color: #fff;
  background-image: none;
  border: none;
  border: 1px solid #bdbcbc;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  background-color: #ffffff;
  border: none;
  border: 1px solid #2b2b2b;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  background-color: transparent;
  color: #626c84;
  opacity: 1;
  font-size: 15px;
  font-weight: normal;
}
.form-control:-ms-input-placeholder {
  background-color: transparent;
  color: #626c84;
  font-size: 15px;
  font-weight: normal;
}
.form-control::-webkit-input-placeholder {
  background-color: transparent;
  color: #626c84;
  font-size: 15px;
  font-weight: normal;
}
.has-success .form-control {
    border-color: #198754 !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.has-danger .form-control {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.has-danger input[type=checkbox],
.has-danger input[type=radio]{
  border-color: #dc3545;
}
.has-success input[type=checkbox],
.has-success input[type=radio]{
  border-color: #198754;
}
select {
  -webkit-appearance: none;
  background: #fff url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBpZD0iXzE2IiBkYXRhLW5hbWU9IjE2Ij48cGF0aCBkPSJtMTIgMTZhMSAxIDAgMCAxIC0uNzEtLjI5bC02LTZhMSAxIDAgMCAxIDEuNDItMS40Mmw1LjI5IDUuMyA1LjI5LTUuMjlhMSAxIDAgMCAxIDEuNDEgMS40MWwtNiA2YTEgMSAwIDAgMSAtLjcuMjl6IiBmaWxsPSIjMDAwMDAwIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iIj48L3BhdGg+PC9nPjwvZz48L3N2Zz4=') no-repeat right 5px top 55% !important;
  background-color: rgb(255, 255, 255);
  background-size: auto;
  background-size: 16px 16px;
  cursor: pointer;
}
form div[class*='col-']{
  position: relative;
}
.text-help{
  display: none !important;
}
a {
  color: #0c1418;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
a:link {
  text-decoration: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
a:visited {
  text-decoration: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
a:hover {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  color: #1e1e1e;
}
a:active {
  text-decoration: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
h1 {
  font-family: var(--font-1);
  color: #212121;
  font-size: 67px;
  font-weight: 200;
}
h2 {
  font-family: var(--font-1);
  color: #212121;
  font-size: 57px;
  font-weight: 900;
}
h3 {
  font-family: var(--font-1);
  color: #212121;
  font-size: 47px;
  font-weight: 200;
}
h4 {
  font-family: var(--font-1);
  color: #212121;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}
h5 {
  font-family: var(--font-1);
  color: #212121;
  font-size: 27px;
  font-weight: 400;
}
h6 {
  font-family: var(--font-1);
  color: #212121;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 480px) {
  body {
    line-height: 1.6;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 30px;
  }
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  /* zoom: 1; */
  transform:scale(1);
}
ul {
  list-style: disc;
}
header {
  width: 100%;
  float: left;
  position: relative;
}
section {
  width: 100%;
  /* float: left; */
  position: relative;
  z-index: 0;
  display: block;
}
footer {
  width: 100%;
  /* float: left; */
  position: relative;
  display: block;
}
/* fine style radio e checkbox */
.m-0{margin:0!important}.m-5{margin:5px!important}.m-10{margin:10px!important}.m-15{margin:15px!important}.m-20{margin:20px!important}.m-30{margin:30px!important}.m-40{margin:40px!important}.m-50{margin:50px!important}.m-60{margin:60px!important}.m-70{margin:70px!important}.m-80{margin:80px!important}.m-90{margin:90px!important}.m-100{margin:100px!important}.m-110{margin:110px!important}.m-120{margin:120px!important}.m-130{margin:130px!important}.m-140{margin:140px!important}.m-150{margin:150px!important}.m-160{margin:160px!important}.m-170{margin:170px!important}.m-180{margin:180px!important}.m-190{margin:190px!important}.m-200{margin:200px!important}.p-0{padding:0!important}.p-5{padding:5px!important}.p-10{padding:10px!important}.p-15{padding:15px!important}.p-20{padding:20px!important}.p-30{padding:30px!important}.p-40{padding:40px!important}.p-50{padding:50px!important}.p-60{padding:60px!important}.p-70{padding:70px!important}.p-80{padding:80px!important}.p-90{padding:90px!important}.p-100{padding:100px!important}.p-110{padding:110px!important}.p-120{padding:120px!important}.p-130{padding:130px!important}.p-140{padding:140px!important}.p-150{padding:150px!important}.p-160{padding:160px!important}.p-170{padding:170px!important}.p-180{padding:180px!important}.p-190{padding:190px!important}.p-200{padding:200px!important}.mt-0{margin-top:0!important}.mt-5{margin-top:5px!important}.mt-10{margin-top:10px!important}.mt-15{margin-top:15px!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-60{margin-top:60px!important}.mt-70{margin-top:70px!important}.mt-80{margin-top:80px!important}.mt-90{margin-top:90px!important}.mt-100{margin-top:100px!important}.mt-110{margin-top:110px!important}.mt-120{margin-top:120px!important}.mt-130{margin-top:130px!important}.mt-140{margin-top:140px!important}.mt-150{margin-top:150px!important}.mt-160{margin-top:160px!important}.mt-170{margin-top:170px!important}.mt-180{margin-top:180px!important}.mt-190{margin-top:190px!important}.mt-200{margin-top:200px!important}.mr-0{margin-right:0!important}.mr-5{margin-right:5px!important}.mr-10{margin-right:10px!important}.mr-15{margin-right:15px!important}.mr-20{margin-right:20px!important}.mr-30{margin-right:30px!important}.mr-40{margin-right:40px!important}.mr-50{margin-right:50px!important}.mr-60{margin-right:60px!important}.mr-70{margin-right:70px!important}.mr-80{margin-right:80px!important}.mr-90{margin-right:90px!important}.mr-100{margin-right:100px!important}.mr-110{margin-right:110px!important}.mr-120{margin-right:120px!important}.mr-130{margin-right:130px!important}.mr-140{margin-right:140px!important}.mr-150{margin-right:150px!important}.mr-160{margin-right:160px!important}.mr-170{margin-right:170px!important}.mr-180{margin-right:180px!important}.mr-190{margin-right:190px!important}.mr-200{margin-right:200px!important}.mb-0{margin-bottom:0!important}.mb-5{margin-bottom:5px!important}.mb-10{margin-bottom:10px!important}.mb-15{margin-bottom:15px!important}.mb-20{margin-bottom:20px!important}.mb-30{margin-bottom:30px!important}.mb-40{margin-bottom:40px!important}.mb-50{margin-bottom:50px!important}.mb-60{margin-bottom:60px!important}.mb-70{margin-bottom:70px!important}.mb-80{margin-bottom:80px!important}.mb-90{margin-bottom:90px!important}.mb-100{margin-bottom:100px!important}.mb-110{margin-bottom:110px!important}.mb-120{margin-bottom:120px!important}.mb-130{margin-bottom:130px!important}.mb-140{margin-bottom:140px!important}.mb-150{margin-bottom:150px!important}.mb-160{margin-bottom:160px!important}.mb-170{margin-bottom:170px!important}.mb-180{margin-bottom:180px!important}.mb-190{margin-bottom:190px!important}.mb-200{margin-bottom:200px!important}.ml-0{margin-left:0!important}.ml-5{margin-left:5px!important}.ml-10{margin-left:10px!important}.ml-15{margin-left:15px!important}.ml-20{margin-left:20px!important}.ml-30{margin-left:30px!important}.ml-40{margin-left:40px!important}.ml-50{margin-left:50px!important}.ml-60{margin-left:60px!important}.ml-70{margin-left:70px!important}.ml-80{margin-left:80px!important}.ml-90{margin-left:90px!important}.ml-100{margin-left:100px!important}.ml-110{margin-left:110px!important}.ml-120{margin-left:120px!important}.ml-130{margin-left:130px!important}.ml-140{margin-left:140px!important}.ml-150{margin-left:150px!important}.ml-160{margin-left:160px!important}.ml-170{margin-left:170px!important}.ml-180{margin-left:180px!important}.ml-190{margin-left:190px!important}.ml-200{margin-left:200px!important}.pt-0{padding-top:0!important}.pt-5{padding-top:5px!important}.pt-10{padding-top:10px!important}.pt-15{padding-top:15px!important}.pt-20{padding-top:20px!important}.pt-30{padding-top:30px!important}.pt-40{padding-top:40px!important}.pt-50{padding-top:50px!important}.pt-60{padding-top:60px!important}.pt-70{padding-top:70px!important}.pt-80{padding-top:80px!important}.pt-90{padding-top:90px!important}.pt-100{padding-top:100px!important}.pt-110{padding-top:110px!important}.pt-120{padding-top:120px!important}.pt-130{padding-top:130px!important}.pt-140{padding-top:140px!important}.pt-150{padding-top:150px!important}.pt-160{padding-top:160px!important}.pt-170{padding-top:170px!important}.pt-180{padding-top:180px!important}.pt-190{padding-top:190px!important}.pt-200{padding-top:200px!important}.pr-0{padding-right:0!important}.pr-5{padding-right:5px!important}.pr-10{padding-right:10px!important}.pr-15{padding-right:15px!important}.pr-20{padding-right:20px!important}.pr-30{padding-right:30px!important}.pr-40{padding-right:40px!important}.pr-50{padding-right:50px!important}.pr-60{padding-right:60px!important}.pr-70{padding-right:70px!important}.pr-80{padding-right:80px!important}.pr-90{padding-right:90px!important}.pr-100{padding-right:100px!important}.pr-110{padding-right:110px!important}.pr-120{padding-right:120px!important}.pr-130{padding-right:130px!important}.pr-140{padding-right:140px!important}.pr-150{padding-right:150px!important}.pr-160{padding-right:160px!important}.pr-170{padding-right:170px!important}.pr-180{padding-right:180px!important}.pr-190{padding-right:190px!important}.pr-200{padding-right:200px!important}.pb-0{padding-bottom:0!important}.pb-5{padding-bottom:5px!important}.pb-10{padding-bottom:10px!important}.pb-15{padding-bottom:15px!important}.pb-20{padding-bottom:20px!important}.pb-30{padding-bottom:30px!important}.pb-40{padding-bottom:40px!important}.pb-50{padding-bottom:50px!important}.pb-60{padding-bottom:60px!important}.pb-70{padding-bottom:70px!important}.pb-80{padding-bottom:80px!important}.pb-90{padding-bottom:90px!important}.pb-100{padding-bottom:100px!important}.pb-110{padding-bottom:110px!important}.pb-120{padding-bottom:120px!important}.pb-130{padding-bottom:130px!important}.pb-140{padding-bottom:140px!important}.pb-150{padding-bottom:150px!important}.pb-160{padding-bottom:160px!important}.pb-170{padding-bottom:170px!important}.pb-180{padding-bottom:180px!important}.pb-190{padding-bottom:190px!important}.pb-200{padding-bottom:200px!important}.pl-0{padding-left:0!important}.pl-5{padding-left:5px!important}.pl-10{padding-left:10px!important}.pl-15{padding-left:15px!important}.pl-20{padding-left:20px!important}.pl-30{padding-left:30px!important}.pl-40{padding-left:40px!important}.pl-50{padding-left:50px!important}.pl-60{padding-left:60px!important}.pl-70{padding-left:70px!important}.pl-80{padding-left:80px!important}.pl-90{padding-left:90px!important}.pl-100{padding-left:100px!important}.pl-110{padding-left:110px!important}.pl-120{padding-left:120px!important}.pl-130{padding-left:130px!important}.pl-140{padding-left:140px!important}.pl-150{padding-left:150px!important}.pl-160{padding-left:160px!important}.pl-170{padding-left:170px!important}.pl-180{padding-left:180px!important}.pl-190{padding-left:190px!important}.pl-200{padding-left:200px!important}@media (min-width:1200px){.m-lg-0{margin:0!important}.m-lg-5{margin:5px!important}.m-lg-10{margin:10px!important}.m-lg-15{margin:15px!important}.m-lg-20{margin:20px!important}.m-lg-30{margin:30px!important}.m-lg-40{margin:40px!important}.m-lg-50{margin:50px!important}.m-lg-60{margin:60px!important}.m-lg-70{margin:70px!important}.m-lg-80{margin:80px!important}.m-lg-90{margin:90px!important}.m-lg-100{margin:100px!important}.m-lg-110{margin:110px!important}.m-lg-120{margin:120px!important}.m-lg-130{margin:130px!important}.m-lg-140{margin:140px!important}.m-lg-150{margin:150px!important}.m-lg-160{margin:160px!important}.m-lg-170{margin:170px!important}.m-lg-180{margin:180px!important}.m-lg-190{margin:190px!important}.m-lg-200{margin:200px!important}.p-lg-0{padding:0!important}.p-lg-5{padding:5px!important}.p-lg-10{padding:10px!important}.p-lg-15{padding:15px!important}.p-lg-20{padding:20px!important}.p-lg-30{padding:30px!important}.p-lg-40{padding:40px!important}.p-lg-50{padding:50px!important}.p-lg-60{padding:60px!important}.p-lg-70{padding:70px!important}.p-lg-80{padding:80px!important}.p-lg-90{padding:90px!important}.p-lg-100{padding:100px!important}.p-lg-110{padding:110px!important}.p-lg-120{padding:120px!important}.p-lg-130{padding:130px!important}.p-lg-140{padding:140px!important}.p-lg-150{padding:150px!important}.p-lg-160{padding:160px!important}.p-lg-170{padding:170px!important}.p-lg-180{padding:180px!important}.p-lg-190{padding:190px!important}.p-lg-200{padding:200px!important}.mt-lg-0{margin-top:0!important}.mt-lg-5{margin-top:5px!important}.mt-lg-10{margin-top:10px!important}.mt-lg-15{margin-top:15px!important}.mt-lg-20{margin-top:20px!important}.mt-lg-30{margin-top:30px!important}.mt-lg-40{margin-top:40px!important}.mt-lg-50{margin-top:50px!important}.mt-lg-60{margin-top:60px!important}.mt-lg-70{margin-top:70px!important}.mt-lg-80{margin-top:80px!important}.mt-lg-90{margin-top:90px!important}.mt-lg-100{margin-top:100px!important}.mt-lg-110{margin-top:110px!important}.mt-lg-120{margin-top:120px!important}.mt-lg-130{margin-top:130px!important}.mt-lg-140{margin-top:140px!important}.mt-lg-150{margin-top:150px!important}.mt-lg-160{margin-top:160px!important}.mt-lg-170{margin-top:170px!important}.mt-lg-180{margin-top:180px!important}.mt-lg-190{margin-top:190px!important}.mt-lg-200{margin-top:200px!important}.mr-lg-0{margin-right:0!important}.mr-lg-5{margin-right:5px!important}.mr-lg-10{margin-right:10px!important}.mr-lg-15{margin-right:15px!important}.mr-lg-20{margin-right:20px!important}.mr-lg-30{margin-right:30px!important}.mr-lg-40{margin-right:40px!important}.mr-lg-50{margin-right:50px!important}.mr-lg-60{margin-right:60px!important}.mr-lg-70{margin-right:70px!important}.mr-lg-80{margin-right:80px!important}.mr-lg-90{margin-right:90px!important}.mr-lg-100{margin-right:100px!important}.mr-lg-110{margin-right:110px!important}.mr-lg-120{margin-right:120px!important}.mr-lg-130{margin-right:130px!important}.mr-lg-140{margin-right:140px!important}.mr-lg-150{margin-right:150px!important}.mr-lg-160{margin-right:160px!important}.mr-lg-170{margin-right:170px!important}.mr-lg-180{margin-right:180px!important}.mr-lg-190{margin-right:190px!important}.mr-lg-200{margin-right:200px!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-5{margin-bottom:5px!important}.mb-lg-10{margin-bottom:10px!important}.mb-lg-15{margin-bottom:15px!important}.mb-lg-20{margin-bottom:20px!important}.mb-lg-30{margin-bottom:30px!important}.mb-lg-40{margin-bottom:40px!important}.mb-lg-50{margin-bottom:50px!important}.mb-lg-60{margin-bottom:60px!important}.mb-lg-70{margin-bottom:70px!important}.mb-lg-80{margin-bottom:80px!important}.mb-lg-90{margin-bottom:90px!important}.mb-lg-100{margin-bottom:100px!important}.mb-lg-110{margin-bottom:110px!important}.mb-lg-120{margin-bottom:120px!important}.mb-lg-130{margin-bottom:130px!important}.mb-lg-140{margin-bottom:140px!important}.mb-lg-150{margin-bottom:150px!important}.mb-lg-160{margin-bottom:160px!important}.mb-lg-170{margin-bottom:170px!important}.mb-lg-180{margin-bottom:180px!important}.mb-lg-190{margin-bottom:190px!important}.mb-lg-200{margin-bottom:200px!important}.ml-lg-0{margin-left:0!important}.ml-lg-5{margin-left:5px!important}.ml-lg-10{margin-left:10px!important}.ml-lg-15{margin-left:15px!important}.ml-lg-20{margin-left:20px!important}.ml-lg-30{margin-left:30px!important}.ml-lg-40{margin-left:40px!important}.ml-lg-50{margin-left:50px!important}.ml-lg-60{margin-left:60px!important}.ml-lg-70{margin-left:70px!important}.ml-lg-80{margin-left:80px!important}.ml-lg-90{margin-left:90px!important}.ml-lg-100{margin-left:100px!important}.ml-lg-110{margin-left:110px!important}.ml-lg-120{margin-left:120px!important}.ml-lg-130{margin-left:130px!important}.ml-lg-140{margin-left:140px!important}.ml-lg-150{margin-left:150px!important}.ml-lg-160{margin-left:160px!important}.ml-lg-170{margin-left:170px!important}.ml-lg-180{margin-left:180px!important}.ml-lg-190{margin-left:190px!important}.ml-lg-200{margin-left:200px!important}.pt-lg-0{padding-top:0!important}.pt-lg-5{padding-top:5px!important}.pt-lg-10{padding-top:10px!important}.pt-lg-15{padding-top:15px!important}.pt-lg-20{padding-top:20px!important}.pt-lg-30{padding-top:30px!important}.pt-lg-40{padding-top:40px!important}.pt-lg-50{padding-top:50px!important}.pt-lg-60{padding-top:60px!important}.pt-lg-70{padding-top:70px!important}.pt-lg-80{padding-top:80px!important}.pt-lg-90{padding-top:90px!important}.pt-lg-100{padding-top:100px!important}.pt-lg-110{padding-top:110px!important}.pt-lg-120{padding-top:120px!important}.pt-lg-130{padding-top:130px!important}.pt-lg-140{padding-top:140px!important}.pt-lg-150{padding-top:150px!important}.pt-lg-160{padding-top:160px!important}.pt-lg-170{padding-top:170px!important}.pt-lg-180{padding-top:180px!important}.pt-lg-190{padding-top:190px!important}.pt-lg-200{padding-top:200px!important}.pr-lg-0{padding-right:0!important}.pr-lg-5{padding-right:5px!important}.pr-lg-10{padding-right:10px!important}.pr-lg-15{padding-right:15px!important}.pr-lg-20{padding-right:20px!important}.pr-lg-30{padding-right:30px!important}.pr-lg-40{padding-right:40px!important}.pr-lg-50{padding-right:50px!important}.pr-lg-60{padding-right:60px!important}.pr-lg-70{padding-right:70px!important}.pr-lg-80{padding-right:80px!important}.pr-lg-90{padding-right:90px!important}.pr-lg-100{padding-right:100px!important}.pr-lg-110{padding-right:110px!important}.pr-lg-120{padding-right:120px!important}.pr-lg-130{padding-right:130px!important}.pr-lg-140{padding-right:140px!important}.pr-lg-150{padding-right:150px!important}.pr-lg-160{padding-right:160px!important}.pr-lg-170{padding-right:170px!important}.pr-lg-180{padding-right:180px!important}.pr-lg-190{padding-right:190px!important}.pr-lg-200{padding-right:200px!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-5{padding-bottom:5px!important}.pb-lg-10{padding-bottom:10px!important}.pb-lg-15{padding-bottom:15px!important}.pb-lg-20{padding-bottom:20px!important}.pb-lg-30{padding-bottom:30px!important}.pb-lg-40{padding-bottom:40px!important}.pb-lg-50{padding-bottom:50px!important}.pb-lg-60{padding-bottom:60px!important}.pb-lg-70{padding-bottom:70px!important}.pb-lg-80{padding-bottom:80px!important}.pb-lg-90{padding-bottom:90px!important}.pb-lg-100{padding-bottom:100px!important}.pb-lg-110{padding-bottom:110px!important}.pb-lg-120{padding-bottom:120px!important}.pb-lg-130{padding-bottom:130px!important}.pb-lg-140{padding-bottom:140px!important}.pb-lg-150{padding-bottom:150px!important}.pb-lg-160{padding-bottom:160px!important}.pb-lg-170{padding-bottom:170px!important}.pb-lg-180{padding-bottom:180px!important}.pb-lg-190{padding-bottom:190px!important}.pb-lg-200{padding-bottom:200px!important}.pl-lg-0{padding-left:0!important}.pl-lg-5{padding-left:5px!important}.pl-lg-10{padding-left:10px!important}.pl-lg-15{padding-left:15px!important}.pl-lg-20{padding-left:20px!important}.pl-lg-30{padding-left:30px!important}.pl-lg-40{padding-left:40px!important}.pl-lg-50{padding-left:50px!important}.pl-lg-60{padding-left:60px!important}.pl-lg-70{padding-left:70px!important}.pl-lg-80{padding-left:80px!important}.pl-lg-90{padding-left:90px!important}.pl-lg-100{padding-left:100px!important}.pl-lg-110{padding-left:110px!important}.pl-lg-120{padding-left:120px!important}.pl-lg-130{padding-left:130px!important}.pl-lg-140{padding-left:140px!important}.pl-lg-150{padding-left:150px!important}.pl-lg-160{padding-left:160px!important}.pl-lg-170{padding-left:170px!important}.pl-lg-180{padding-left:180px!important}.pl-lg-190{padding-left:190px!important}.pl-lg-200{padding-left:200px!important}}@media (max-width:1199px){.m-md-0{margin:0!important}.m-md-5{margin:5px!important}.m-md-10{margin:10px!important}.m-md-15{margin:15px!important}.m-md-20{margin:20px!important}.m-md-30{margin:30px!important}.m-md-40{margin:40px!important}.m-md-50{margin:50px!important}.m-md-60{margin:60px!important}.m-md-70{margin:70px!important}.m-md-80{margin:80px!important}.m-md-90{margin:90px!important}.m-md-100{margin:100px!important}.m-md-110{margin:110px!important}.m-md-120{margin:120px!important}.m-md-130{margin:130px!important}.m-md-140{margin:140px!important}.m-md-150{margin:150px!important}.m-md-160{margin:160px!important}.m-md-170{margin:170px!important}.m-md-180{margin:180px!important}.m-md-190{margin:190px!important}.m-md-200{margin:200px!important}.p-md-0{padding:0!important}.p-md-5{padding:5px!important}.p-md-10{padding:10px!important}.p-md-15{padding:15px!important}.p-md-20{padding:20px!important}.p-md-30{padding:30px!important}.p-md-40{padding:40px!important}.p-md-50{padding:50px!important}.p-md-60{padding:60px!important}.p-md-70{padding:70px!important}.p-md-80{padding:80px!important}.p-md-90{padding:90px!important}.p-md-100{padding:100px!important}.p-md-110{padding:110px!important}.p-md-120{padding:120px!important}.p-md-130{padding:130px!important}.p-md-140{padding:140px!important}.p-md-150{padding:150px!important}.p-md-160{padding:160px!important}.p-md-170{padding:170px!important}.p-md-180{padding:180px!important}.p-md-190{padding:190px!important}.p-md-200{padding:200px!important}.mt-md-0{margin-top:0!important}.mt-md-5{margin-top:5px!important}.mt-md-10{margin-top:10px!important}.mt-md-15{margin-top:15px!important}.mt-md-20{margin-top:20px!important}.mt-md-30{margin-top:30px!important}.mt-md-40{margin-top:40px!important}.mt-md-50{margin-top:50px!important}.mt-md-60{margin-top:60px!important}.mt-md-70{margin-top:70px!important}.mt-md-80{margin-top:80px!important}.mt-md-90{margin-top:90px!important}.mt-md-100{margin-top:100px!important}.mt-md-110{margin-top:110px!important}.mt-md-120{margin-top:120px!important}.mt-md-130{margin-top:130px!important}.mt-md-140{margin-top:140px!important}.mt-md-150{margin-top:150px!important}.mt-md-160{margin-top:160px!important}.mt-md-170{margin-top:170px!important}.mt-md-180{margin-top:180px!important}.mt-md-190{margin-top:190px!important}.mt-md-200{margin-top:200px!important}.mr-md-0{margin-right:0!important}.mr-md-5{margin-right:5px!important}.mr-md-10{margin-right:10px!important}.mr-md-15{margin-right:15px!important}.mr-md-20{margin-right:20px!important}.mr-md-30{margin-right:30px!important}.mr-md-40{margin-right:40px!important}.mr-md-50{margin-right:50px!important}.mr-md-60{margin-right:60px!important}.mr-md-70{margin-right:70px!important}.mr-md-80{margin-right:80px!important}.mr-md-90{margin-right:90px!important}.mr-md-100{margin-right:100px!important}.mr-md-110{margin-right:110px!important}.mr-md-120{margin-right:120px!important}.mr-md-130{margin-right:130px!important}.mr-md-140{margin-right:140px!important}.mr-md-150{margin-right:150px!important}.mr-md-160{margin-right:160px!important}.mr-md-170{margin-right:170px!important}.mr-md-180{margin-right:180px!important}.mr-md-190{margin-right:190px!important}.mr-md-200{margin-right:200px!important}.mb-md-0{margin-bottom:0!important}.mb-md-5{margin-bottom:5px!important}.mb-md-10{margin-bottom:10px!important}.mb-md-15{margin-bottom:15px!important}.mb-md-20{margin-bottom:20px!important}.mb-md-30{margin-bottom:30px!important}.mb-md-40{margin-bottom:40px!important}.mb-md-50{margin-bottom:50px!important}.mb-md-60{margin-bottom:60px!important}.mb-md-70{margin-bottom:70px!important}.mb-md-80{margin-bottom:80px!important}.mb-md-90{margin-bottom:90px!important}.mb-md-100{margin-bottom:100px!important}.mb-md-110{margin-bottom:110px!important}.mb-md-120{margin-bottom:120px!important}.mb-md-130{margin-bottom:130px!important}.mb-md-140{margin-bottom:140px!important}.mb-md-150{margin-bottom:150px!important}.mb-md-160{margin-bottom:160px!important}.mb-md-170{margin-bottom:170px!important}.mb-md-180{margin-bottom:180px!important}.mb-md-190{margin-bottom:190px!important}.mb-md-200{margin-bottom:200px!important}.ml-md-0{margin-left:0!important}.ml-md-5{margin-left:5px!important}.ml-md-10{margin-left:10px!important}.ml-md-15{margin-left:15px!important}.ml-md-20{margin-left:20px!important}.ml-md-30{margin-left:30px!important}.ml-md-40{margin-left:40px!important}.ml-md-50{margin-left:50px!important}.ml-md-60{margin-left:60px!important}.ml-md-70{margin-left:70px!important}.ml-md-80{margin-left:80px!important}.ml-md-90{margin-left:90px!important}.ml-md-100{margin-left:100px!important}.ml-md-110{margin-left:110px!important}.ml-md-120{margin-left:120px!important}.ml-md-130{margin-left:130px!important}.ml-md-140{margin-left:140px!important}.ml-md-150{margin-left:150px!important}.ml-md-160{margin-left:160px!important}.ml-md-170{margin-left:170px!important}.ml-md-180{margin-left:180px!important}.ml-md-190{margin-left:190px!important}.ml-md-200{margin-left:200px!important}.pt-md-0{padding-top:0!important}.pt-md-5{padding-top:5px!important}.pt-md-10{padding-top:10px!important}.pt-md-15{padding-top:15px!important}.pt-md-20{padding-top:20px!important}.pt-md-30{padding-top:30px!important}.pt-md-40{padding-top:40px!important}.pt-md-50{padding-top:50px!important}.pt-md-60{padding-top:60px!important}.pt-md-70{padding-top:70px!important}.pt-md-80{padding-top:80px!important}.pt-md-90{padding-top:90px!important}.pt-md-100{padding-top:100px!important}.pt-md-110{padding-top:110px!important}.pt-md-120{padding-top:120px!important}.pt-md-130{padding-top:130px!important}.pt-md-140{padding-top:140px!important}.pt-md-150{padding-top:150px!important}.pt-md-160{padding-top:160px!important}.pt-md-170{padding-top:170px!important}.pt-md-180{padding-top:180px!important}.pt-md-190{padding-top:190px!important}.pt-md-200{padding-top:200px!important}.pr-md-0{padding-right:0!important}.pr-md-5{padding-right:5px!important}.pr-md-10{padding-right:10px!important}.pr-md-15{padding-right:15px!important}.pr-md-20{padding-right:20px!important}.pr-md-30{padding-right:30px!important}.pr-md-40{padding-right:40px!important}.pr-md-50{padding-right:50px!important}.pr-md-60{padding-right:60px!important}.pr-md-70{padding-right:70px!important}.pr-md-80{padding-right:80px!important}.pr-md-90{padding-right:90px!important}.pr-md-100{padding-right:100px!important}.pr-md-110{padding-right:110px!important}.pr-md-120{padding-right:120px!important}.pr-md-130{padding-right:130px!important}.pr-md-140{padding-right:140px!important}.pr-md-150{padding-right:150px!important}.pr-md-160{padding-right:160px!important}.pr-md-170{padding-right:170px!important}.pr-md-180{padding-right:180px!important}.pr-md-190{padding-right:190px!important}.pr-md-200{padding-right:200px!important}.pb-md-0{padding-bottom:0!important}.pb-md-5{padding-bottom:5px!important}.pb-md-10{padding-bottom:10px!important}.pb-md-15{padding-bottom:15px!important}.pb-md-20{padding-bottom:20px!important}.pb-md-30{padding-bottom:30px!important}.pb-md-40{padding-bottom:40px!important}.pb-md-50{padding-bottom:50px!important}.pb-md-60{padding-bottom:60px!important}.pb-md-70{padding-bottom:70px!important}.pb-md-80{padding-bottom:80px!important}.pb-md-90{padding-bottom:90px!important}.pb-md-100{padding-bottom:100px!important}.pb-md-110{padding-bottom:110px!important}.pb-md-120{padding-bottom:120px!important}.pb-md-130{padding-bottom:130px!important}.pb-md-140{padding-bottom:140px!important}.pb-md-150{padding-bottom:150px!important}.pb-md-160{padding-bottom:160px!important}.pb-md-170{padding-bottom:170px!important}.pb-md-180{padding-bottom:180px!important}.pb-md-190{padding-bottom:190px!important}.pb-md-200{padding-bottom:200px!important}.pl-md-0{padding-left:0!important}.pl-md-5{padding-left:5px!important}.pl-md-10{padding-left:10px!important}.pl-md-15{padding-left:15px!important}.pl-md-20{padding-left:20px!important}.pl-md-30{padding-left:30px!important}.pl-md-40{padding-left:40px!important}.pl-md-50{padding-left:50px!important}.pl-md-60{padding-left:60px!important}.pl-md-70{padding-left:70px!important}.pl-md-80{padding-left:80px!important}.pl-md-90{padding-left:90px!important}.pl-md-100{padding-left:100px!important}.pl-md-110{padding-left:110px!important}.pl-md-120{padding-left:120px!important}.pl-md-130{padding-left:130px!important}.pl-md-140{padding-left:140px!important}.pl-md-150{padding-left:150px!important}.pl-md-160{padding-left:160px!important}.pl-md-170{padding-left:170px!important}.pl-md-180{padding-left:180px!important}.pl-md-190{padding-left:190px!important}.pl-md-200{padding-left:200px!important}}@media (max-width:991px){.m-sm-0{margin:0!important}.m-sm-5{margin:5px!important}.m-sm-10{margin:10px!important}.m-sm-15{margin:15px!important}.m-sm-20{margin:20px!important}.m-sm-30{margin:30px!important}.m-sm-40{margin:40px!important}.m-sm-50{margin:50px!important}.m-sm-60{margin:60px!important}.m-sm-70{margin:70px!important}.m-sm-80{margin:80px!important}.m-sm-90{margin:90px!important}.m-sm-100{margin:100px!important}.m-sm-110{margin:110px!important}.m-sm-120{margin:120px!important}.m-sm-130{margin:130px!important}.m-sm-140{margin:140px!important}.m-sm-150{margin:150px!important}.m-sm-160{margin:160px!important}.m-sm-170{margin:170px!important}.m-sm-180{margin:180px!important}.m-sm-190{margin:190px!important}.m-sm-200{margin:200px!important}.p-sm-0{padding:0!important}.p-sm-5{padding:5px!important}.p-sm-10{padding:10px!important}.p-sm-15{padding:15px!important}.p-sm-20{padding:20px!important}.p-sm-30{padding:30px!important}.p-sm-40{padding:40px!important}.p-sm-50{padding:50px!important}.p-sm-60{padding:60px!important}.p-sm-70{padding:70px!important}.p-sm-80{padding:80px!important}.p-sm-90{padding:90px!important}.p-sm-100{padding:100px!important}.p-sm-110{padding:110px!important}.p-sm-120{padding:120px!important}.p-sm-130{padding:130px!important}.p-sm-140{padding:140px!important}.p-sm-150{padding:150px!important}.p-sm-160{padding:160px!important}.p-sm-170{padding:170px!important}.p-sm-180{padding:180px!important}.p-sm-190{padding:190px!important}.p-sm-200{padding:200px!important}.mt-sm-0{margin-top:0!important}.mt-sm-5{margin-top:5px!important}.mt-sm-10{margin-top:10px!important}.mt-sm-15{margin-top:15px!important}.mt-sm-20{margin-top:20px!important}.mt-sm-30{margin-top:30px!important}.mt-sm-40{margin-top:40px!important}.mt-sm-50{margin-top:50px!important}.mt-sm-60{margin-top:60px!important}.mt-sm-70{margin-top:70px!important}.mt-sm-80{margin-top:80px!important}.mt-sm-90{margin-top:90px!important}.mt-sm-100{margin-top:100px!important}.mt-sm-110{margin-top:110px!important}.mt-sm-120{margin-top:120px!important}.mt-sm-130{margin-top:130px!important}.mt-sm-140{margin-top:140px!important}.mt-sm-150{margin-top:150px!important}.mt-sm-160{margin-top:160px!important}.mt-sm-170{margin-top:170px!important}.mt-sm-180{margin-top:180px!important}.mt-sm-190{margin-top:190px!important}.mt-sm-200{margin-top:200px!important}.mr-sm-0{margin-right:0!important}.mr-sm-5{margin-right:5px!important}.mr-sm-10{margin-right:10px!important}.mr-sm-15{margin-right:15px!important}.mr-sm-20{margin-right:20px!important}.mr-sm-30{margin-right:30px!important}.mr-sm-40{margin-right:40px!important}.mr-sm-50{margin-right:50px!important}.mr-sm-60{margin-right:60px!important}.mr-sm-70{margin-right:70px!important}.mr-sm-80{margin-right:80px!important}.mr-sm-90{margin-right:90px!important}.mr-sm-100{margin-right:100px!important}.mr-sm-110{margin-right:110px!important}.mr-sm-120{margin-right:120px!important}.mr-sm-130{margin-right:130px!important}.mr-sm-140{margin-right:140px!important}.mr-sm-150{margin-right:150px!important}.mr-sm-160{margin-right:160px!important}.mr-sm-170{margin-right:170px!important}.mr-sm-180{margin-right:180px!important}.mr-sm-190{margin-right:190px!important}.mr-sm-200{margin-right:200px!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-5{margin-bottom:5px!important}.mb-sm-10{margin-bottom:10px!important}.mb-sm-15{margin-bottom:15px!important}.mb-sm-20{margin-bottom:20px!important}.mb-sm-30{margin-bottom:30px!important}.mb-sm-40{margin-bottom:40px!important}.mb-sm-50{margin-bottom:50px!important}.mb-sm-60{margin-bottom:60px!important}.mb-sm-70{margin-bottom:70px!important}.mb-sm-80{margin-bottom:80px!important}.mb-sm-90{margin-bottom:90px!important}.mb-sm-100{margin-bottom:100px!important}.mb-sm-110{margin-bottom:110px!important}.mb-sm-120{margin-bottom:120px!important}.mb-sm-130{margin-bottom:130px!important}.mb-sm-140{margin-bottom:140px!important}.mb-sm-150{margin-bottom:150px!important}.mb-sm-160{margin-bottom:160px!important}.mb-sm-170{margin-bottom:170px!important}.mb-sm-180{margin-bottom:180px!important}.mb-sm-190{margin-bottom:190px!important}.mb-sm-200{margin-bottom:200px!important}.ml-sm-0{margin-left:0!important}.ml-sm-5{margin-left:5px!important}.ml-sm-10{margin-left:10px!important}.ml-sm-15{margin-left:15px!important}.ml-sm-20{margin-left:20px!important}.ml-sm-30{margin-left:30px!important}.ml-sm-40{margin-left:40px!important}.ml-sm-50{margin-left:50px!important}.ml-sm-60{margin-left:60px!important}.ml-sm-70{margin-left:70px!important}.ml-sm-80{margin-left:80px!important}.ml-sm-90{margin-left:90px!important}.ml-sm-100{margin-left:100px!important}.ml-sm-110{margin-left:110px!important}.ml-sm-120{margin-left:120px!important}.ml-sm-130{margin-left:130px!important}.ml-sm-140{margin-left:140px!important}.ml-sm-150{margin-left:150px!important}.ml-sm-160{margin-left:160px!important}.ml-sm-170{margin-left:170px!important}.ml-sm-180{margin-left:180px!important}.ml-sm-190{margin-left:190px!important}.ml-sm-200{margin-left:200px!important}.pt-sm-0{padding-top:0!important}.pt-sm-5{padding-top:5px!important}.pt-sm-10{padding-top:10px!important}.pt-sm-15{padding-top:15px!important}.pt-sm-20{padding-top:20px!important}.pt-sm-30{padding-top:30px!important}.pt-sm-40{padding-top:40px!important}.pt-sm-50{padding-top:50px!important}.pt-sm-60{padding-top:60px!important}.pt-sm-70{padding-top:70px!important}.pt-sm-80{padding-top:80px!important}.pt-sm-90{padding-top:90px!important}.pt-sm-100{padding-top:100px!important}.pt-sm-110{padding-top:110px!important}.pt-sm-120{padding-top:120px!important}.pt-sm-130{padding-top:130px!important}.pt-sm-140{padding-top:140px!important}.pt-sm-150{padding-top:150px!important}.pt-sm-160{padding-top:160px!important}.pt-sm-170{padding-top:170px!important}.pt-sm-180{padding-top:180px!important}.pt-sm-190{padding-top:190px!important}.pt-sm-200{padding-top:200px!important}.pr-sm-0{padding-right:0!important}.pr-sm-5{padding-right:5px!important}.pr-sm-10{padding-right:10px!important}.pr-sm-15{padding-right:15px!important}.pr-sm-20{padding-right:20px!important}.pr-sm-30{padding-right:30px!important}.pr-sm-40{padding-right:40px!important}.pr-sm-50{padding-right:50px!important}.pr-sm-60{padding-right:60px!important}.pr-sm-70{padding-right:70px!important}.pr-sm-80{padding-right:80px!important}.pr-sm-90{padding-right:90px!important}.pr-sm-100{padding-right:100px!important}.pr-sm-110{padding-right:110px!important}.pr-sm-120{padding-right:120px!important}.pr-sm-130{padding-right:130px!important}.pr-sm-140{padding-right:140px!important}.pr-sm-150{padding-right:150px!important}.pr-sm-160{padding-right:160px!important}.pr-sm-170{padding-right:170px!important}.pr-sm-180{padding-right:180px!important}.pr-sm-190{padding-right:190px!important}.pr-sm-200{padding-right:200px!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-5{padding-bottom:5px!important}.pb-sm-10{padding-bottom:10px!important}.pb-sm-15{padding-bottom:15px!important}.pb-sm-20{padding-bottom:20px!important}.pb-sm-30{padding-bottom:30px!important}.pb-sm-40{padding-bottom:40px!important}.pb-sm-50{padding-bottom:50px!important}.pb-sm-60{padding-bottom:60px!important}.pb-sm-70{padding-bottom:70px!important}.pb-sm-80{padding-bottom:80px!important}.pb-sm-90{padding-bottom:90px!important}.pb-sm-100{padding-bottom:100px!important}.pb-sm-110{padding-bottom:110px!important}.pb-sm-120{padding-bottom:120px!important}.pb-sm-130{padding-bottom:130px!important}.pb-sm-140{padding-bottom:140px!important}.pb-sm-150{padding-bottom:150px!important}.pb-sm-160{padding-bottom:160px!important}.pb-sm-170{padding-bottom:170px!important}.pb-sm-180{padding-bottom:180px!important}.pb-sm-190{padding-bottom:190px!important}.pb-sm-200{padding-bottom:200px!important}.pl-sm-0{padding-left:0!important}.pl-sm-5{padding-left:5px!important}.pl-sm-10{padding-left:10px!important}.pl-sm-15{padding-left:15px!important}.pl-sm-20{padding-left:20px!important}.pl-sm-30{padding-left:30px!important}.pl-sm-40{padding-left:40px!important}.pl-sm-50{padding-left:50px!important}.pl-sm-60{padding-left:60px!important}.pl-sm-70{padding-left:70px!important}.pl-sm-80{padding-left:80px!important}.pl-sm-90{padding-left:90px!important}.pl-sm-100{padding-left:100px!important}.pl-sm-110{padding-left:110px!important}.pl-sm-120{padding-left:120px!important}.pl-sm-130{padding-left:130px!important}.pl-sm-140{padding-left:140px!important}.pl-sm-150{padding-left:150px!important}.pl-sm-160{padding-left:160px!important}.pl-sm-170{padding-left:170px!important}.pl-sm-180{padding-left:180px!important}.pl-sm-190{padding-left:190px!important}.pl-sm-200{padding-left:200px!important}}@media (max-width:767px){.m-xs-0{margin:0!important}.m-xs-5{margin:5px!important}.m-xs-10{margin:10px!important}.m-xs-15{margin:15px!important}.m-xs-20{margin:20px!important}.m-xs-30{margin:30px!important}.m-xs-40{margin:40px!important}.m-xs-50{margin:50px!important}.m-xs-60{margin:60px!important}.m-xs-70{margin:70px!important}.m-xs-80{margin:80px!important}.m-xs-90{margin:90px!important}.m-xs-100{margin:100px!important}.m-xs-110{margin:110px!important}.m-xs-120{margin:120px!important}.m-xs-130{margin:130px!important}.m-xs-140{margin:140px!important}.m-xs-150{margin:150px!important}.m-xs-160{margin:160px!important}.m-xs-170{margin:170px!important}.m-xs-180{margin:180px!important}.m-xs-190{margin:190px!important}.m-xs-200{margin:200px!important}.p-xs-0{padding:0!important}.p-xs-5{padding:5px!important}.p-xs-10{padding:10px!important}.p-xs-15{padding:15px!important}.p-xs-20{padding:20px!important}.p-xs-30{padding:30px!important}.p-xs-40{padding:40px!important}.p-xs-50{padding:50px!important}.p-xs-60{padding:60px!important}.p-xs-70{padding:70px!important}.p-xs-80{padding:80px!important}.p-xs-90{padding:90px!important}.p-xs-100{padding:100px!important}.p-xs-110{padding:110px!important}.p-xs-120{padding:120px!important}.p-xs-130{padding:130px!important}.p-xs-140{padding:140px!important}.p-xs-150{padding:150px!important}.p-xs-160{padding:160px!important}.p-xs-170{padding:170px!important}.p-xs-180{padding:180px!important}.p-xs-190{padding:190px!important}.p-xs-200{padding:200px!important}.mt-xs-0{margin-top:0!important}.mt-xs-5{margin-top:5px!important}.mt-xs-10{margin-top:10px!important}.mt-xs-15{margin-top:15px!important}.mt-xs-20{margin-top:20px!important}.mt-xs-30{margin-top:30px!important}.mt-xs-40{margin-top:40px!important}.mt-xs-50{margin-top:50px!important}.mt-xs-60{margin-top:60px!important}.mt-xs-70{margin-top:70px!important}.mt-xs-80{margin-top:80px!important}.mt-xs-90{margin-top:90px!important}.mt-xs-100{margin-top:100px!important}.mt-xs-110{margin-top:110px!important}.mt-xs-120{margin-top:120px!important}.mt-xs-130{margin-top:130px!important}.mt-xs-140{margin-top:140px!important}.mt-xs-150{margin-top:150px!important}.mt-xs-160{margin-top:160px!important}.mt-xs-170{margin-top:170px!important}.mt-xs-180{margin-top:180px!important}.mt-xs-190{margin-top:190px!important}.mt-xs-200{margin-top:200px!important}.mr-xs-0{margin-right:0!important}.mr-xs-5{margin-right:5px!important}.mr-xs-10{margin-right:10px!important}.mr-xs-15{margin-right:15px!important}.mr-xs-20{margin-right:20px!important}.mr-xs-30{margin-right:30px!important}.mr-xs-40{margin-right:40px!important}.mr-xs-50{margin-right:50px!important}.mr-xs-60{margin-right:60px!important}.mr-xs-70{margin-right:70px!important}.mr-xs-80{margin-right:80px!important}.mr-xs-90{margin-right:90px!important}.mr-xs-100{margin-right:100px!important}.mr-xs-110{margin-right:110px!important}.mr-xs-120{margin-right:120px!important}.mr-xs-130{margin-right:130px!important}.mr-xs-140{margin-right:140px!important}.mr-xs-150{margin-right:150px!important}.mr-xs-160{margin-right:160px!important}.mr-xs-170{margin-right:170px!important}.mr-xs-180{margin-right:180px!important}.mr-xs-190{margin-right:190px!important}.mr-xs-200{margin-right:200px!important}.mb-xs-0{margin-bottom:0!important}.mb-xs-5{margin-bottom:5px!important}.mb-xs-10{margin-bottom:10px!important}.mb-xs-15{margin-bottom:15px!important}.mb-xs-20{margin-bottom:20px!important}.mb-xs-30{margin-bottom:30px!important}.mb-xs-40{margin-bottom:40px!important}.mb-xs-50{margin-bottom:50px!important}.mb-xs-60{margin-bottom:60px!important}.mb-xs-70{margin-bottom:70px!important}.mb-xs-80{margin-bottom:80px!important}.mb-xs-90{margin-bottom:90px!important}.mb-xs-100{margin-bottom:100px!important}.mb-xs-110{margin-bottom:110px!important}.mb-xs-120{margin-bottom:120px!important}.mb-xs-130{margin-bottom:130px!important}.mb-xs-140{margin-bottom:140px!important}.mb-xs-150{margin-bottom:150px!important}.mb-xs-160{margin-bottom:160px!important}.mb-xs-170{margin-bottom:170px!important}.mb-xs-180{margin-bottom:180px!important}.mb-xs-190{margin-bottom:190px!important}.mb-xs-200{margin-bottom:200px!important}.ml-xs-0{margin-left:0!important}.ml-xs-5{margin-left:5px!important}.ml-xs-10{margin-left:10px!important}.ml-xs-15{margin-left:15px!important}.ml-xs-20{margin-left:20px!important}.ml-xs-30{margin-left:30px!important}.ml-xs-40{margin-left:40px!important}.ml-xs-50{margin-left:50px!important}.ml-xs-60{margin-left:60px!important}.ml-xs-70{margin-left:70px!important}.ml-xs-80{margin-left:80px!important}.ml-xs-90{margin-left:90px!important}.ml-xs-100{margin-left:100px!important}.ml-xs-110{margin-left:110px!important}.ml-xs-120{margin-left:120px!important}.ml-xs-130{margin-left:130px!important}.ml-xs-140{margin-left:140px!important}.ml-xs-150{margin-left:150px!important}.ml-xs-160{margin-left:160px!important}.ml-xs-170{margin-left:170px!important}.ml-xs-180{margin-left:180px!important}.ml-xs-190{margin-left:190px!important}.ml-xs-200{margin-left:200px!important}.pt-xs-0{padding-top:0!important}.pt-xs-5{padding-top:5px!important}.pt-xs-10{padding-top:10px!important}.pt-xs-15{padding-top:15px!important}.pt-xs-20{padding-top:20px!important}.pt-xs-30{padding-top:30px!important}.pt-xs-40{padding-top:40px!important}.pt-xs-50{padding-top:50px!important}.pt-xs-60{padding-top:60px!important}.pt-xs-70{padding-top:70px!important}.pt-xs-80{padding-top:80px!important}.pt-xs-90{padding-top:90px!important}.pt-xs-100{padding-top:100px!important}.pt-xs-110{padding-top:110px!important}.pt-xs-120{padding-top:120px!important}.pt-xs-130{padding-top:130px!important}.pt-xs-140{padding-top:140px!important}.pt-xs-150{padding-top:150px!important}.pt-xs-160{padding-top:160px!important}.pt-xs-170{padding-top:170px!important}.pt-xs-180{padding-top:180px!important}.pt-xs-190{padding-top:190px!important}.pt-xs-200{padding-top:200px!important}.pr-xs-0{padding-right:0!important}.pr-xs-5{padding-right:5px!important}.pr-xs-10{padding-right:10px!important}.pr-xs-15{padding-right:15px!important}.pr-xs-20{padding-right:20px!important}.pr-xs-30{padding-right:30px!important}.pr-xs-40{padding-right:40px!important}.pr-xs-50{padding-right:50px!important}.pr-xs-60{padding-right:60px!important}.pr-xs-70{padding-right:70px!important}.pr-xs-80{padding-right:80px!important}.pr-xs-90{padding-right:90px!important}.pr-xs-100{padding-right:100px!important}.pr-xs-110{padding-right:110px!important}.pr-xs-120{padding-right:120px!important}.pr-xs-130{padding-right:130px!important}.pr-xs-140{padding-right:140px!important}.pr-xs-150{padding-right:150px!important}.pr-xs-160{padding-right:160px!important}.pr-xs-170{padding-right:170px!important}.pr-xs-180{padding-right:180px!important}.pr-xs-190{padding-right:190px!important}.pr-xs-200{padding-right:200px!important}.pb-xs-0{padding-bottom:0!important}.pb-xs-5{padding-bottom:5px!important}.pb-xs-10{padding-bottom:10px!important}.pb-xs-15{padding-bottom:15px!important}.pb-xs-20{padding-bottom:20px!important}.pb-xs-30{padding-bottom:30px!important}.pb-xs-40{padding-bottom:40px!important}.pb-xs-50{padding-bottom:50px!important}.pb-xs-60{padding-bottom:60px!important}.pb-xs-70{padding-bottom:70px!important}.pb-xs-80{padding-bottom:80px!important}.pb-xs-90{padding-bottom:90px!important}.pb-xs-100{padding-bottom:100px!important}.pb-xs-110{padding-bottom:110px!important}.pb-xs-120{padding-bottom:120px!important}.pb-xs-130{padding-bottom:130px!important}.pb-xs-140{padding-bottom:140px!important}.pb-xs-150{padding-bottom:150px!important}.pb-xs-160{padding-bottom:160px!important}.pb-xs-170{padding-bottom:170px!important}.pb-xs-180{padding-bottom:180px!important}.pb-xs-190{padding-bottom:190px!important}.pb-xs-200{padding-bottom:200px!important}.pl-xs-0{padding-left:0!important}.pl-xs-5{padding-left:5px!important}.pl-xs-10{padding-left:10px!important}.pl-xs-15{padding-left:15px!important}.pl-xs-20{padding-left:20px!important}.pl-xs-30{padding-left:30px!important}.pl-xs-40{padding-left:40px!important}.pl-xs-50{padding-left:50px!important}.pl-xs-60{padding-left:60px!important}.pl-xs-70{padding-left:70px!important}.pl-xs-80{padding-left:80px!important}.pl-xs-90{padding-left:90px!important}.pl-xs-100{padding-left:100px!important}.pl-xs-110{padding-left:110px!important}.pl-xs-120{padding-left:120px!important}.pl-xs-130{padding-left:130px!important}.pl-xs-140{padding-left:140px!important}.pl-xs-150{padding-left:150px!important}.pl-xs-160{padding-left:160px!important}.pl-xs-170{padding-left:170px!important}.pl-xs-180{padding-left:180px!important}.pl-xs-190{padding-left:190px!important}.pl-xs-200{padding-left:200px!important}}@media (max-width:479px){.m-xxs-0{margin:0!important}.m-xxs-5{margin:5px!important}.m-xxs-10{margin:10px!important}.m-xxs-15{margin:15px!important}.m-xxs-20{margin:20px!important}.m-xxs-30{margin:30px!important}.m-xxs-40{margin:40px!important}.m-xxs-50{margin:50px!important}.m-xxs-60{margin:60px!important}.m-xxs-70{margin:70px!important}.m-xxs-80{margin:80px!important}.m-xxs-90{margin:90px!important}.m-xxs-100{margin:100px!important}.m-xxs-110{margin:110px!important}.m-xxs-120{margin:120px!important}.m-xxs-130{margin:130px!important}.m-xxs-140{margin:140px!important}.m-xxs-150{margin:150px!important}.m-xxs-160{margin:160px!important}.m-xxs-170{margin:170px!important}.m-xxs-180{margin:180px!important}.m-xxs-190{margin:190px!important}.m-xxs-200{margin:200px!important}.p-xxs-0{padding:0!important}.p-xxs-5{padding:5px!important}.p-xxs-10{padding:10px!important}.p-xxs-15{padding:15px!important}.p-xxs-20{padding:20px!important}.p-xxs-30{padding:30px!important}.p-xxs-40{padding:40px!important}.p-xxs-50{padding:50px!important}.p-xxs-60{padding:60px!important}.p-xxs-70{padding:70px!important}.p-xxs-80{padding:80px!important}.p-xxs-90{padding:90px!important}.p-xxs-100{padding:100px!important}.p-xxs-110{padding:110px!important}.p-xxs-120{padding:120px!important}.p-xxs-130{padding:130px!important}.p-xxs-140{padding:140px!important}.p-xxs-150{padding:150px!important}.p-xxs-160{padding:160px!important}.p-xxs-170{padding:170px!important}.p-xxs-180{padding:180px!important}.p-xxs-190{padding:190px!important}.p-xxs-200{padding:200px!important}.mt-xxs-0{margin-top:0!important}.mt-xxs-5{margin-top:5px!important}.mt-xxs-10{margin-top:10px!important}.mt-xxs-15{margin-top:15px!important}.mt-xxs-20{margin-top:20px!important}.mt-xxs-30{margin-top:30px!important}.mt-xxs-40{margin-top:40px!important}.mt-xxs-50{margin-top:50px!important}.mt-xxs-60{margin-top:60px!important}.mt-xxs-70{margin-top:70px!important}.mt-xxs-80{margin-top:80px!important}.mt-xxs-90{margin-top:90px!important}.mt-xxs-100{margin-top:100px!important}.mt-xxs-110{margin-top:110px!important}.mt-xxs-120{margin-top:120px!important}.mt-xxs-130{margin-top:130px!important}.mt-xxs-140{margin-top:140px!important}.mt-xxs-150{margin-top:150px!important}.mt-xxs-160{margin-top:160px!important}.mt-xxs-170{margin-top:170px!important}.mt-xxs-180{margin-top:180px!important}.mt-xxs-190{margin-top:190px!important}.mt-xxs-200{margin-top:200px!important}.mr-xxs-0{margin-right:0!important}.mr-xxs-5{margin-right:5px!important}.mr-xxs-10{margin-right:10px!important}.mr-xxs-15{margin-right:15px!important}.mr-xxs-20{margin-right:20px!important}.mr-xxs-30{margin-right:30px!important}.mr-xxs-40{margin-right:40px!important}.mr-xxs-50{margin-right:50px!important}.mr-xxs-60{margin-right:60px!important}.mr-xxs-70{margin-right:70px!important}.mr-xxs-80{margin-right:80px!important}.mr-xxs-90{margin-right:90px!important}.mr-xxs-100{margin-right:100px!important}.mr-xxs-110{margin-right:110px!important}.mr-xxs-120{margin-right:120px!important}.mr-xxs-130{margin-right:130px!important}.mr-xxs-140{margin-right:140px!important}.mr-xxs-150{margin-right:150px!important}.mr-xxs-160{margin-right:160px!important}.mr-xxs-170{margin-right:170px!important}.mr-xxs-180{margin-right:180px!important}.mr-xxs-190{margin-right:190px!important}.mr-xxs-200{margin-right:200px!important}.mb-xxs-0{margin-bottom:0!important}.mb-xxs-5{margin-bottom:5px!important}.mb-xxs-10{margin-bottom:10px!important}.mb-xxs-15{margin-bottom:15px!important}.mb-xxs-20{margin-bottom:20px!important}.mb-xxs-30{margin-bottom:30px!important}.mb-xxs-40{margin-bottom:40px!important}.mb-xxs-50{margin-bottom:50px!important}.mb-xxs-60{margin-bottom:60px!important}.mb-xxs-70{margin-bottom:70px!important}.mb-xxs-80{margin-bottom:80px!important}.mb-xxs-90{margin-bottom:90px!important}.mb-xxs-100{margin-bottom:100px!important}.mb-xxs-110{margin-bottom:110px!important}.mb-xxs-120{margin-bottom:120px!important}.mb-xxs-130{margin-bottom:130px!important}.mb-xxs-140{margin-bottom:140px!important}.mb-xxs-150{margin-bottom:150px!important}.mb-xxs-160{margin-bottom:160px!important}.mb-xxs-170{margin-bottom:170px!important}.mb-xxs-180{margin-bottom:180px!important}.mb-xxs-190{margin-bottom:190px!important}.mb-xxs-200{margin-bottom:200px!important}.ml-xxs-0{margin-left:0!important}.ml-xxs-5{margin-left:5px!important}.ml-xxs-10{margin-left:10px!important}.ml-xxs-15{margin-left:15px!important}.ml-xxs-20{margin-left:20px!important}.ml-xxs-30{margin-left:30px!important}.ml-xxs-40{margin-left:40px!important}.ml-xxs-50{margin-left:50px!important}.ml-xxs-60{margin-left:60px!important}.ml-xxs-70{margin-left:70px!important}.ml-xxs-80{margin-left:80px!important}.ml-xxs-90{margin-left:90px!important}.ml-xxs-100{margin-left:100px!important}.ml-xxs-110{margin-left:110px!important}.ml-xxs-120{margin-left:120px!important}.ml-xxs-130{margin-left:130px!important}.ml-xxs-140{margin-left:140px!important}.ml-xxs-150{margin-left:150px!important}.ml-xxs-160{margin-left:160px!important}.ml-xxs-170{margin-left:170px!important}.ml-xxs-180{margin-left:180px!important}.ml-xxs-190{margin-left:190px!important}.ml-xxs-200{margin-left:200px!important}.pt-xxs-0{padding-top:0!important}.pt-xxs-5{padding-top:5px!important}.pt-xxs-10{padding-top:10px!important}.pt-xxs-15{padding-top:15px!important}.pt-xxs-20{padding-top:20px!important}.pt-xxs-30{padding-top:30px!important}.pt-xxs-40{padding-top:40px!important}.pt-xxs-50{padding-top:50px!important}.pt-xxs-60{padding-top:60px!important}.pt-xxs-70{padding-top:70px!important}.pt-xxs-80{padding-top:80px!important}.pt-xxs-90{padding-top:90px!important}.pt-xxs-100{padding-top:100px!important}.pt-xxs-110{padding-top:110px!important}.pt-xxs-120{padding-top:120px!important}.pt-xxs-130{padding-top:130px!important}.pt-xxs-140{padding-top:140px!important}.pt-xxs-150{padding-top:150px!important}.pt-xxs-160{padding-top:160px!important}.pt-xxs-170{padding-top:170px!important}.pt-xxs-180{padding-top:180px!important}.pt-xxs-190{padding-top:190px!important}.pt-xxs-200{padding-top:200px!important}.pr-xxs-0{padding-right:0!important}.pr-xxs-5{padding-right:5px!important}.pr-xxs-10{padding-right:10px!important}.pr-xxs-15{padding-right:15px!important}.pr-xxs-20{padding-right:20px!important}.pr-xxs-30{padding-right:30px!important}.pr-xxs-40{padding-right:40px!important}.pr-xxs-50{padding-right:50px!important}.pr-xxs-60{padding-right:60px!important}.pr-xxs-70{padding-right:70px!important}.pr-xxs-80{padding-right:80px!important}.pr-xxs-90{padding-right:90px!important}.pr-xxs-100{padding-right:100px!important}.pr-xxs-110{padding-right:110px!important}.pr-xxs-120{padding-right:120px!important}.pr-xxs-130{padding-right:130px!important}.pr-xxs-140{padding-right:140px!important}.pr-xxs-150{padding-right:150px!important}.pr-xxs-160{padding-right:160px!important}.pr-xxs-170{padding-right:170px!important}.pr-xxs-180{padding-right:180px!important}.pr-xxs-190{padding-right:190px!important}.pr-xxs-200{padding-right:200px!important}.pb-xxs-0{padding-bottom:0!important}.pb-xxs-5{padding-bottom:5px!important}.pb-xxs-10{padding-bottom:10px!important}.pb-xxs-15{padding-bottom:15px!important}.pb-xxs-20{padding-bottom:20px!important}.pb-xxs-30{padding-bottom:30px!important}.pb-xxs-40{padding-bottom:40px!important}.pb-xxs-50{padding-bottom:50px!important}.pb-xxs-60{padding-bottom:60px!important}.pb-xxs-70{padding-bottom:70px!important}.pb-xxs-80{padding-bottom:80px!important}.pb-xxs-90{padding-bottom:90px!important}.pb-xxs-100{padding-bottom:100px!important}.pb-xxs-110{padding-bottom:110px!important}.pb-xxs-120{padding-bottom:120px!important}.pb-xxs-130{padding-bottom:130px!important}.pb-xxs-140{padding-bottom:140px!important}.pb-xxs-150{padding-bottom:150px!important}.pb-xxs-160{padding-bottom:160px!important}.pb-xxs-170{padding-bottom:170px!important}.pb-xxs-180{padding-bottom:180px!important}.pb-xxs-190{padding-bottom:190px!important}.pb-xxs-200{padding-bottom:200px!important}.pl-xxs-0{padding-left:0!important}.pl-xxs-5{padding-left:5px!important}.pl-xxs-10{padding-left:10px!important}.pl-xxs-15{padding-left:15px!important}.pl-xxs-20{padding-left:20px!important}.pl-xxs-30{padding-left:30px!important}.pl-xxs-40{padding-left:40px!important}.pl-xxs-50{padding-left:50px!important}.pl-xxs-60{padding-left:60px!important}.pl-xxs-70{padding-left:70px!important}.pl-xxs-80{padding-left:80px!important}.pl-xxs-90{padding-left:90px!important}.pl-xxs-100{padding-left:100px!important}.pl-xxs-110{padding-left:110px!important}.pl-xxs-120{padding-left:120px!important}.pl-xxs-130{padding-left:130px!important}.pl-xxs-140{padding-left:140px!important}.pl-xxs-150{padding-left:150px!important}.pl-xxs-160{padding-left:160px!important}.pl-xxs-170{padding-left:170px!important}.pl-xxs-180{padding-left:180px!important}.pl-xxs-190{padding-left:190px!important}.pl-xxs-200{padding-left:200px!important}}
hr {
  margin: 10px 0;
}
/* Google map */
.map-section .google-map {
  height: 550px;
}
.map-section-250 .google-map {
  height: 250px;
}
.visualizza-su-maps {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translate(50%,0%);
  z-index: 99999999999;
  background: #fff;
  padding: 15px 30px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
.full-container {
  width: 100%;
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
 overflow: hidden;
}
.container {
  max-width: 1220px !important;
  margin: 0 auto;
  max-width: 100%;
}
.container-fluid {
  /*max-width: 1560px;*/
  padding-left: 2vw !important;
  padding-right: 2vw !important;
  margin: 0 auto;
  max-width: 100%;
}
.container-full {
  position: relative;
  margin-top: 110px;
  min-width: 250px;
}
@media (max-width: 992px) {
  .container-full {
    margin-top: 70px;
  }
}
@media (max-width: 320px){
	.container-full {
		margin-top: 70px;
	}
}
.sec-title {
  position: relative;
  width: 100%;
}
.sec-title.center {
  text-align: center;
}
.sec-title.left {
  text-align: left;
}
.sec-title.right {
  text-align: right;
}
.sec-title h1,
.sec-title h2,
.sec-title h3,
.sec-title h4,
.sec-title h5,
.sec-title h6 {
  line-height: 1.2;
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 40px;
  color: var(--paletta-1);
  line-height: 45px;
}
.sec-title h1::before,
.sec-title h2::before,
.sec-title h3::before,
.sec-title h4::before,
.sec-title h5::before,
.sec-title h6::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -22px;
  left: 0px;
  width: 120px;
  height: 1px;
  border-bottom: 1px solid var(--paletta-1);
}
.sec-title.right h2::before {
  right: 5%;
}
.sec-title.left h2::before {
  left: 5%;
}
.sec-title.center h1::before,
.sec-title.center h2::before,
.sec-title.center h3::before,
.sec-title.center h4::before,
.sec-title.center h5::before,
.sec-title.center h6::before {
  left: 50% !important;
  margin-left: -60px !important;
}
@media (max-width: 992px) {
  .sec-title.right,
  .sec-title.left {
    text-align: center;
  }
  .sec-title h1,
  .sec-title h2,
  .sec-title h3,
  .sec-title h4,
  .sec-title h5,
  .sec-title h6 {
    font-size: 30px;
    line-height: 35px;
  }
}
.sec-title p {
  font-size: 20px;
  font-family: var(--font-1);
  line-height: 1.2;
  position: relative;
  margin-top: 0px;
  margin-bottom: 2px;
}
.sec-title.white,
.sec-title.white h1,
.sec-title.white h2,
.sec-title.white h3,
.sec-title.white h4,
.sec-title.white h5,
.sec-title.white h6,
.sec-title.white p {
  color: #ffffff;
}
.sec-title.white h1::before,
.sec-title.white h2::before,
.sec-title.white h3::before,
.sec-title.white h4::before,
.sec-title.white h5::before,
.sec-title.white h6::before {
  border-bottom: 1px solid #ffffff;
}

.page-title {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .page-title {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.breadcrumb{
  padding: 0px !important;
}
.page-title h1 {
  margin-bottom: 0px;
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
}
.page-title .middle {
  margin-top: 0;
  margin-bottom: 0;
  padding: 18px;
}
.page-title .middle li:last-child:after {
  display: none;
  padding-left: 10px;
}
.page-title .breadcrumb {
  background-color: transparent !important;
  margin: 0px;
}
.page-title .breadcrumb .breadcrumb-item.active {
  color: var(--paletta-4);
}
.page-title .breadcrumb .breadcrumb-item,
.page-title .breadcrumb .breadcrumb-item a {
  color: #ffffff;
  font-size: 16px;
}
.page-title .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
  content: "\F285";
  font-family: 'bootstrap-icons';
  font-size: 10px;
  line-height: 30px;
}
@media (max-width: 992px) {
  .breadcrumb,
  .middle div {
    line-height: 12px;
    font-size: 12px;
  }
  .page-title h1 {
    font-size: 35px;
    line-height: 44px;
  }
  .page-title .breadcrumb-item + .breadcrumb-item::before{
    line-height: 20px;
  }
  .page-title .breadcrumb .breadcrumb-item, .page-title .breadcrumb .breadcrumb-item a{
    font-size: 13px;
    line-height: 20px;
  }
}
.bg-cover {
  width: 100%;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 0;
}
.bg-overlay{
  position: relative;
}
.bg-overlay::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #000;
    z-index: -1;
}
.bg-cover-mobile{
  display: none;
}
@media(max-width:990px){
  .bg-cover-mobile{
  display: block;
}
  .bg-cover-mobile img{
  display: block;
  width: 100%;
  height: auto;
}
}
.social a {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px !important;
  color: #65666C
}
.social a i{
  padding-right: 0px !important;
}
.social a:hover {
  
}
.social a + a {
  margin-left: 12px;
}
/* .menu-menu-laterale-container{
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 0px;
  background-color: #E7F0E9;
}
#menu-menu-laterale{
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu-menu-laterale li{
  margin: 2px 0;
  padding: 0 !important;
 transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}
#menu-menu-laterale li:hover &gt; a, #menu-menu-laterale li.current-menu-item &gt; a{
 transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}
#menu-menu-laterale li a{
  font-size: 16px;
  font-weight: 600;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0px;
  background-color: #fff;
  padding: 20px 30px 18px 30px;
  display: block;
  position: relative;
}
#menu-menu-laterale li a::before {
  position: absolute;
  content: '\F138';
  left: inherit;
  right: 30px;
  font-size: 16px;
  top: -3px;
  color: inherit;
  font-family: 'bootstrap-icons';
  top: 35%;
}
#menu-menu-laterale li a:hover,
#menu-menu-laterale li.current-menu-item a{
  background-color: #B3C539;
}
#menu-menu-laterale li .sub-menu{
 padding-left: 10px;
}
#menu-menu-laterale li .sub-menu li{
 border-bottom: 0px;
 position: relative
}
#menu-menu-laterale li .sub-menu li a{
 font-weight: normal;
}
#menu-menu-laterale li .sub-menu li.current-menu-item &gt; a{
 font-weight: 700;
}
#menu-menu-laterale li .sub-menu li:before{
 font-family: 'FontAwesome';
	content: "\f105";
 position: absolute;
 top: 15px;
 left: 5px;
 color: #ffffff;
}
#menu-menu-laterale li:hover .sub-menu li:before{
 color: #ffffff
} */
/*#menu-menu-laterale li.current-menu-item ul.sub-menu, #menu-menu-laterale li.current-menu-ancestor ul.sub-menu{ 
 display:block !important;
} */
/* ---------------------------------
    Offset Canvas Menu Style 
------------------------------------*/
.offset-menu-extra {
  /* position: fixed;
  height: 100vh;
  top: 0;
  z-index: 99999999;
  opacity: 0;
  visibility: hidden;
  left: -30%; */
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background-color: var(--paletta-4);
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
          box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
}
.offset-menu-extra.aperto {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.offset-menu-extra .offset-menu-extra-wrapper {
  width: 360px;
  padding: 80px 30px;
}
.offset-menu-extra .offset-menu-extra-section {
  margin-top: 40px;
}
.offset-menu-extra .offset-menu-extra-section a{
}
.offset-menu-extra .offset-menu-extra-section h3,
.offset-menu-extra .offset-menu-extra-section h4,
.offset-menu-extra .offset-menu-extra-section h5 {
  line-height: 1;
  margin-bottom: 20px;
  font-size: 37px;
  font-weight: 700;
}
.offset-menu-extra .offset-menu-extra-section a {
  margin-bottom: 10px;
}
.offset-menu-extra .offset-menu-extra-section ul li {
  margin-bottom: 5px;
}
.offset-menu-extra .offset-menu-extra-section ul li span {
  margin-right: 10px;
}
.offset-menu-extra .offset-menu-extra-footer {
  margin-top: 35px;
}
.offset-menu-extra .offset-menu-extra-social-icon a {
  font-size: 16px;
  background: var(--paletta-1);
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 5px;
}
.offset-menu-extra .offset-menu-extra-social-icon a:hover {
  background: #9D9B9D;
  color: var(--paletta-1);
}
.offset-menu-extra-logo img{
  max-width: 250px;
  display: inline-block;
}
.offset-menu-extra .list-widget{
  margin: 0;
  padding: 0;
  list-style: none;
}
#offset-menu-extra-apri {
  background-color: transparent;
  color: #000;
  padding: 10px;
  line-height: 2.5;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  z-index: 228;
  cursor: pointer;
  text-align: center;
  position: relative;
  width: 60px;
  height: 100%;
  min-height: 90px;
  font-size: 24px;
  line-height: 1em;
  border:none;
  border-right: solid 1px #dddddd;
}
#offset-menu-extra-apri .svg,
#offset-menu-extra-chiudi .svg{
  width: 25px;
height: 25px;
position: relative;
z-index: -1;
}
#offset-menu-extra-chiudi {
  position: absolute;
  right: 30px;
  color: #0a0a0a;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 9;
  top: 20px;
  border: 0px;
}
#offset-menu-extra-chiudi {
  color: #0a0a0a;
}
.--hide-preloader {
  opacity: 0 !important;
  transition: opacity 400ms;
}
/* 
  *** TO TOP ***
*/
#toTop {
  opacity: 0;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  overflow: hidden;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 0px;
  text-decoration: none;
  transition: 0.2s ease-out;
  outline: none;
  background: var(--paletta-1);
  z-index: 99992;
  color: #ffffff;
  cursor: pointer;
}
#toTop:before {
  font-family: "bootstrap-icons";
  font-weight: 900;
  font-size: 15px;
  content: "\F286";
  color: #ffffff;
  position: relative;
  display: block;
  text-align: center;
  line-height: 42px;
}
#toTop:hover {
  background: #333333;
  transition: 0.2s ease-out;
}
#toTop:hover:before {
  color: #ffffff;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
#toTop.show{
  opacity: 1;
}
#toTop.hide{
  opacity: 0;
}
.modal .modal-content{
  padding: 30px;
  border-radius: 0px;
}
.modal .btn-close{
  position: absolute;
  top: 23px;
  right: 32px;
  opacity: 1;
}
.modal .modalSize{
  max-width: 700px;
}
@media(max-width:779px){
  .modal .modal-content{
    padding: 10px;
  }
  .modal .btn-close {
    top: 14px;
  }
}
#preloader{
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
}
@keyframes fadeInAnimation {
  0% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}
.fade-out-effect {
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.bg-paletta-1{
  background-color: var(--paletta-1);
}
.bg-paletta-2{
  background-color: var(--paletta-2);
}
.bg-paletta-3{
  background-color: var(--paletta-3);
}
.bg-paletta-4{
  background-color: var(--paletta-4);
}
.bg-paletta-5{
  background-color: var(--paletta-5);
}
.bg-paletta-6{
  background-color: var(--paletta-6);
}
.bg-paletta-7{
  background-color: var(--paletta-7);
}
.bg-paletta-8{
  background-color: var(--paletta-8);
}
.bg-paletta-9{
  background-color: var(--paletta-9);
}
.bg-paletta-10{
  background-color: var(--paletta-10);
}
.color-paletta-1{
  color: var(--paletta-1);
}
.color-paletta-2{
  color: var(--paletta-2);
}
.color-paletta-3{
  color: var(--paletta-3);
}
.color-paletta-4{
  color: var(--paletta-4);
}
.color-paletta-5{
  color: var(--paletta-5);
}
.color-paletta-6{
  color: var(--paletta-6);
}
.color-paletta-7{
  color: var(--paletta-7);
}
.color-paletta-8{
  color: var(--paletta-8);
}
.color-paletta-9{
  color: var(--paletta-9);
}
.color-paletta-10{
  color: var(--paletta-10);
}
.pagination .page-item.active &gt; .page-link{
  background-color: var(--paletta-1);
  border-color: var(--paletta-1);
  color: #ffffff;
}
.pagination .page-item .page-link{
  color: var(--paletta-1);
}
/*
./ DEFAULT CSS
-------------------------------------------------------------------------
*/
.header-home{
  position: relative;
}
/* ------
  sliderHome
  -------
*/

.sliderHome {
	width: 100%;
	height: 800px;
	overflow: hidden
  }
  .sliderHome .swiper-image {
	width: 100%;
	height: 100%;
  }
  .sliderHome .swiper-image-inner {
	background-size: cover;
	background-position: center center;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 60px;
	transition: all 0.5s linear;
	transition-delay: 0.5s;
  }
  .sliderHome .swiper-slide .swiper-image-inner {
	background-color: hsla(0, 0%, 0%, 0.5);
	background-blend-mode: overlay;
	transition: all 0.5s linear;
	transition-delay: 0.5s;
  }
  .sliderHome .swiper-image-inner .titolo{
	padding: 70px;
	padding-bottom: 0px;
	transform: translate3d(-30%, 0, 0);
	opacity: 0;
  }
  .sliderHome .swiper-image-inner .titolo h2{
	font-weight: 700;
	color: #fff;
	align-self: flex-start;
	margin: 0 0 auto 0;
	font-size: 65px;
	line-height: 1;
	letter-spacing: -0.02em;
  }
  .sliderHome .swiper-image-inner .titolo h6{
	color: #fff;
  	margin-bottom: 30px;
  	padding-left: 5px;
  }

  .sliderHome .swiper-image-inner .descrizione{
	padding: 70px;
	/* border-left: 1px solid rgba(255,255,255,0.2); */
	position: relative;
	color: #ffffff;
	transform: translate3d(0, 20%, 0);
	opacity: 0;
  }
  .sliderHome .swiper-image-inner .descrizione-inner{
	position: relative;
  }
  .sliderHome .swiper-image-inner .descrizione-inner .line{
	position: absolute;
	left: calc(-30px - 1px);
	top: 0;
	width: 1px;
	height: 100%;
	background: var(--paletta-1);
  }
  /* .header-home .navCustom {
	position: absolute;
	width: 100%;
	z-index: 999;
	top: 50%;
	margin-top: -50px;
	display: flex;
	flex-direction: row;
  } */
  .header-home .swiper-button-next,
  .header-home .swiper-button-prev{
	width: 70px;
	height: 70px;
	color: #ffffff;
  }
  .header-home .swiper-button-next{
	background-color: #E40D1E;
  }
  .header-home .swiper-button-prev{
	background-color: #E40D1E;
  }
  .swiper-button-next::after, .swiper-button-prev::after{
	font-size: 15px !important;
  }
  .sliderHome .swiper-pagination-bullet {
	width: 100px;
	height: 2px;
	display: inline-block;
	background: #fff;
	opacity: 0.4;
	border-radius: 0;
  }
  .sliderHome .swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--paletta-6);
  }
  @media(max-width:991px){
	.sliderHome .swiper-pagination-bullet{
	  display: none;
	}
  }
  .sliderHome .swiper-slide.swiper-slide-active .titolo,
  .sliderHome .swiper-slide.swiper-slide-active .descrizione{
	transform: translate3d(0, 0, 0);
	opacity: 1;
	transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
	z-index: 2;
  }
  .sliderHome .swiper-wrapper .swiper-image-inner video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
  }
  .sliderHome .swiper-wrapper .swiper-image-inner .over {
	position: absolute;
	top: 0;
	left: 0;
	background-color: hsla(0, 0%, 0%, 0.5);
	background-blend-mode: overlay;
	width: 100%;
	height: 100%;
	z-index: 1;
  }
  @media (max-width: 1200px){
	.sliderHome .swiper-image-inner .titolo h2{
	  font-size: 60px;
	}
  }
  @media(max-width:991px){
	.sliderHome {
	  height: 600px;
	}
	.sliderHome .swiper-image-inner .titolo h2{
	  font-size: 40px;
	}
	.header-home .swiper-button-next,
  	.header-home .swiper-button-prev{
		display: none;
  	}
	.sliderHome .swiper-image-inner .descrizione,
	.sliderHome .swiper-image-inner .titolo{
		padding: 0px;
	}
	.sliderHome .swiper-image-inner .descrizione{
		margin-top: 30px;
	}	
  }
  @media(max-width:768px){
	.sliderHome .swiper-image-inner .titolo, .sliderHome .swiper-image-inner .descrizione{
	  max-width: 100%;
	  width: 100%;
	  margin-top: 0;
	}
	.sliderHome .swiper-image-inner .descrizione{
	  padding: 0px;
	  margin-top: 30px;
	}
	.sliderHome .swiper-image-inner .descrizione-inner .line{
	  left: calc(-15px - 1px);
	}
  }
  @media(max-width:480px){
	.sliderHome .swiper-image-inner .titolo h2{
	  font-size: 23px;
	}
  }
  
  /* ------
	./ sliderHome
	-------
  */
.topbar-menu {
	background: #e8e8e8;
	line-height: normal;
	position:relative;
	width:100%;
	z-index:99;
	text-transform:uppercase;
	font-size:13px;
	font-weight:700
}
.topbar-menu .topbar-left, .topbar-menu .topbar-right{
	margin:0;
	padding:0
}
.topbar-menu ul.topbar-left li {
    position: relative;
    color: #E40D1E;
    font-size: 14px;
    margin-right: 20px;
    display: inline-block;
	padding: 10px 0;
}
.topbar-menu ul.topbar-left li a{
    color: #10457C;
}
.topbar-menu ul.topbar-right li {
    position: relative;
    background: transparent;
    margin-right: -4px;
    display: inline-block;
	border-right:1px solid #dddddd;
	width:50px;
	text-align:center;
	padding: 10px 0;
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
.topbar-menu ul.topbar-right li:first-child {
	border-left:1px solid #dddddd;
}
.topbar-menu ul.topbar-right li:hover {
    background: #E40D1E;
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
.language-mobile{
	display:none
}
@media (max-width:990px){
	.topbar-menu {
		display:none
	}
	.language-mobile{
		display:block
	}
	.language-mobile ul.topbar-right li {
		position:relative;
		background: transparent;
		margin-right: -4px;
		display: inline-block;
		border-right:0px solid #dddddd;
		width:50px;
		text-align:center;
		padding: 10px 0;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.language-mobile ul.topbar-right li:first-child {
		border-left:1px solid #dddddd;
	}
	.language-mobile ul.topbar-right li:hover {
		background: #E40D1E;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
.fluid-section-one{
	position:relative;
}
.fluid-section-one .outer-container{
	position:relative;
}
.fluid-section-one .title-column{
	position: relative;
	float:left;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	background:#E40D1E	
}
.fluid-section-one .title-column .inner-column{
	position:relative;
	max-width:600px;
	width:100%;
	float:right;
	min-height:192px;
	padding:66px 50px 66px 15px;
}
.fluid-section-one .title-column .inner-column h2{
	position:relative;
	color:#ffffff;
	font-size:24px;
	font-weight:600;
	line-height:1.2em;
	text-transform:capitalize;
}
.fluid-section-one .title-column .inner-column .text{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:400;
	margin-bottom:8px;
}
.fluid-section-one .title-column .inner-column .icon-box{
	position:absolute;
	right:-47px;
	top:50%;
	color:#222222;
	font-size:32px;
	z-index:1;
	width:95px;
	height:95px;
	margin-top:-47px;
	line-height:90px;
	text-align:center;
	background-color:#ffffff;
	border:3px solid #cccccc;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
}
.fluid-section-one .title-column .inner-column .icon-box i{
	position:relative;
	display:block;
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.fluid-section-one .button-column{
	position:relative;
	float:right;
	width:50%;
	background:#10457C
}
.fluid-section-one .button-column .inner-column{
	position:relative;
	max-width:600px;
	width:100%;
	min-height:192px;
	padding: 74px 15px 74px 150px;
}
@media (max-width:990px){
	.fluid-section-one .title-column{
		position:relative;
		width:100%;
		text-align:center;
	}
	
	.fluid-section-one .title-column .inner-column{
		max-width:100%;
		padding-right:15px;
	}
	
	.fluid-section-one .title-column .inner-column .icon-box{
		position:relative;
		right:auto;
		top:auto;
		margin-left:20px;
		margin:0 auto;
		margin-bottom:40px;
	}
	
	.fluid-section-one .button-column .inner-column{
		padding-left:15px;
		width:100%;
		max-width:100%;
	}
	
	.fluid-section-one .button-column{
		max-width:100%;
		width:100%;
	}
}
.main-footer{
	position:relative;
	background:#1A1A1A
}
.main-footer .widgets-section{
	position:relative;
	padding:110px 0px 70px;
}
.main-footer .footer-widget{
	position:relative;
	margin-bottom:30px;
}
.main-footer .footer-title{
	position:relative;
	margin-bottom:28px;
}
.main-footer .footer-title h2{
	position:relative;
	font-size:24px;
	font-weight:500;
	color:#ffffff;
	line-height:1.4em;
	padding-bottom:15px;
	text-transform:capitalize;
}
.main-footer .footer-title h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:55px;
	height:2px;
	background-color:#999999;
}
.main-footer .logo-widget .logo{
	position:relative;
	margin-bottom:20px;
	padding:0;
}
@media (max-width:990px){
	.main-footer .logo-widget .logo{
	display:block  !important
}
}
.main-footer .logo-widget .text{
	position:relative;
	color:#999999;
	font-size:13px;
	line-height:1.8em;
}
.links-widget ul{
	position:relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.links-widget li{
	position:relative;
	margin-bottom:8px;
}
.links-widget li a{
	position:relative;
	color:#999999;
	font-size:15px;
	font-weight:400;
	padding-left:20px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.links-widget li a:before{
	position:absolute;
	content:'\F285';
	left:0px;
	top:1px;
	line-height:1em;
	color:#ffb200;
	font-family: 'bootstrap-icons';
}
.links-widget li a:hover{
	color:#E40D1E;
}
.main-footer .footer-bottom {
    position: relative;
    padding: 22px 0px;
    text-align: center;
    background-color: #222222;
	color:#eeeeee
}
.main-footer .footer-bottom a{
	color:#eeeeee
}
.main-footer .adress-info{
	margin: 0;
  padding: 0;
  list-style: none;
}
.main-footer .adress-info li{
	margin-bottom: 15px;
	position: relative;
	padding-left: 30px;
	color:#999999
}
.main-footer .adress-info li a{
	color:#999999
}
.main-footer .adress-info li:last-child{
	margin-bottom: 0px;
}
.main-footer .adress-info li i{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	text-align: center;
	color:#ffb200
}
.social-icon-two{
	position:relative;
}
.social-icon-two li{
	position:relative;
	margin-left:13px;
	display:inline-block;
	font-weight:600;
	padding:0;
	margin-left:0;
	margin-right:20px
}
.social-icon-two li a{
	position:relative;
	font-size:16px;
	margin-bottom:10px;
	color:#999999;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	padding:0
}
.social-icon-two li a:hover{
	color:#E40D1E;
}
.copyright {
  font-size: 12px;
}
.services-block-two{
	position:relative;
}
.services-block-two .inner-box{
	position:relative;
}
.services-block-two .inner-box .upper-box{
	position:relative;
	border:3px solid #ffffff;
}
.services-block-two .inner-box .upper-box .image{
	position:relative;
}
.services-block-two .inner-box .upper-box .image img{
	position:relative;
	width:100%;
	display:block;
}
.services-block-two .inner-box .upper-box .image .icon-box{
	position:absolute;
	left:30px;
	bottom:30px;
	width:60px;
	height:57px;
	z-index:1;
	text-align:center;
	line-height:57px;
	background-color:#10457C;
}
.services-block-two .inner-box .upper-box .image .icon-box img{
	max-width:30px;
	margin:0 auto;
	margin-top:13px
}
.services-block-two .inner-box .upper-box .image .overlay-box{
	position:absolute;
	left:-3px;
	top:-3px;
	right:-3px;
	bottom:-3px;
	padding:30px 30px;
	opacity:0;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	background-color:rgba(34,34,34,0.80);
}
.services-block-two .inner-box:hover .upper-box .image .overlay-box{
	opacity:1;
}
.services-block-two .inner-box .upper-box .image .overlay-box .overlay-inner{
	position:relative;
	height:100%;
}
.services-block-two .inner-box .upper-box .image .overlay-box .overlay-inner .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.9em;
	font-weight:400;
}
.services-block-two .inner-box .upper-box .image .overlay-box .overlay-inner .read-more{
	position:absolute;
	right:0px;
	bottom:0px;
	font-size:16px;
	color:#ffffff;
	font-weight:700;
	text-transform:capitalize;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}
.services-block-two .inner-box .upper-box .image .overlay-box .read-more:hover{
	color:#ffffff;
}
.services-block-two .inner-box .lower-box{
	position:relative;
	padding-top:25px;
}
.services-block-two .inner-box .lower-box h3{
	position:relative;
	color:#222222;
	font-size:20px;
	font-weight:700;
}
.services-block-two .inner-box .lower-box h3 a{
	position:relative;
	color:#222222;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}
.services-block-two .inner-box .lower-box h3 a:hover{
	color:#E40D1E;
}
.services-block-two .inner-box .lower-box .title{
	position:relative;
	color:#666666;
	font-size:16px;
	font-weight:400;
	margin-top:5px;
}
.services-section-two{
	position:relative;
	padding:0px 0px 60px;
	margin-top:-100px
}
@media (max-width:320px){
	.services-section-two{
		margin-top:30px
	}
}
.work-section{
	position:relative;
	padding:60px 0px 0px;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.work-section .sec-title{
	margin-bottom:50px;
}
.process-block{
	position:relative;
	margin-bottom:60px;
}
.process-block .inner-box{
	position:relative;
	text-align:center;
}
.process-block .inner-box .upper-box{
	position:relative;
}
.process-block .inner-box .upper-box:after{
	position:absolute;
	content:'\F138';
	left:100%;
	top:50%;
	color:#cccccc;
	font-size:45px;
	margin-top:-10px;
	font-family: 'bootstrap-icons';
}
@media (max-width:990px){
	.process-block .inner-box .upper-box:after{
	content:'';
}
}
.process-block:last-child .inner-box .upper-box:after{
	display:none;
}
.process-block .inner-box .upper-box .icon-box .block-number{
	position:absolute;
	right:-20px;
	top:-20px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:24px;
	text-align:center;
	border-radius:50%;
	font-weight:700;
	line-height:40px;
	background-color:#10457C;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.process-block .inner-box:hover .upper-box .icon-box .block-number{
	background-color:#ffffff;
	color:#333333;
}
.process-block .inner-box .upper-box .icon-box{
	position:relative;
	width:150px;
	height:150px;
	margin:0 auto;
	font-size:60px;
	line-height:154px;
	margin-bottom:32px;
	border-color:#e40d1e;
	background-color:#e40d1e;
	border-radius:25px 0px 25px 0px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.process-block .inner-box:hover .upper-box .icon-box{
	color:#333333;
	border-color:#10457C;
	background-color:#10457C;
}
.process-block .inner-box .lower-box{
	position:relative;
}
.process-block .inner-box .lower-box h3{
	position:relative;
	font-size:20px;
	font-weight:500;
	color:#ffb200;
	margin-bottom:15px;
	text-transform:uppercase;
}
.process-block .inner-box .lower-box h3 a{
	position:relative;
	color:#ffb200;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.process-block.style-two .inner-box:hover .lower-box h3 a{
	color:#333333;
}
.process-block .inner-box:hover .lower-box h3 a{
	color:#ffffff;
}
.process-block .inner-box .lower-box .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.8em;
	max-width:250px;
	margin:0 auto;
}
.process-block.style-two .inner-box .lower-box .text{
	color:#777777;
}
.work-section .sec-title{
	position:relative;
	margin-bottom:70px;
  text-align: center;
}
.work-section .sec-title h2{
	position:relative;
	color:#ffffff;
	font-size:36px;
	font-weight:700;
	line-height:1.4em;
	padding-bottom:20px;
  text-align: center;
}
.work-section .sec-title h2::before{
	display: none;
}
.work-section .sec-title .separater{
	position:relative;
	width:100px;
	height:2px;
	background-color:#ffffff;
}
.work-section .sec-title .separater:before{
	position:absolute;
	content:'';
	right:0px;
	bottom:-4px;
	width:10px;
	height:10px;
	display:inline-block;
	background-color:#ffb200;
}
.work-section .sec-title.centered .separater{
	left:50%;
	margin-left:-50px;
}
.work-section .sec-title .text{
	position:relative;
	color:#333333;
	font-size:18px;
	margin-top:32px;
}
.work-section .sec-title.centered .separater::before {
  left: 50%;
  right: auto;
  margin-left: -5px;
}
.services-section{
	position:relative;
	padding:80px 0px 70px;
}
.services-block{
	position:relative;
	margin-bottom:50px;
	
}
.services-block .inner-box{
	position:relative;
	border:1px solid #dddddd
}
.services-block .inner-box .upper-box{
	position:relative;
	padding-left:78px;
	min-height:57px;
}
.services-block .inner-box .upper-box i{
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	height:57px;
	color:#ffffff;
	font-size:24px;
	line-height:56px;
	text-align:center;
	background-color:#E40D1E;
}
.services-block .inner-box .upper-box h3{
	position:relative;
	color:#333333;
	font-size:20px;
	font-weight:700;
	line-height:57px;
	margin-bottom:0
}
.services-block .inner-box .upper-box h3 a{
	position:relative;
	color:#333333;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}
.services-block .inner-box .upper-box h3 a:hover{
	color:#ffb200;
}
.services-block .inner-box .lower-box{
	position:relative;
}
.services-block .inner-box .lower-box .image{
	position:relative;
}
.services-block .inner-box .lower-box .image img{
	position:relative;
	width:100%;
	display:block;
  height: auto;
}
.services-block .inner-box .lower-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	padding:32px 35px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:rgba(51,51,51,0.90);
}
.services-block .inner-box:hover .lower-box .image .overlay-box{
	opacity:1;
}
.services-block .inner-box .lower-box .image .overlay-box .text{
	position:relative;
	color:#ffffff;
	font-size:15px;
	line-height:2em;
}
.services-block .inner-box .lower-box .image .overlay-box .link-btn{
	position:absolute;
	color:#ffffff;
	font-size:18px;
	right:30px;
	bottom:0px;
	display:inline-block;
	padding:17px 12px 10px;
	border-radius:50px 50px 0px 0px;
	background-color:#E40D1E;
}
.services-block .inner-box .img-icon{
	padding: 25px;
	text-align: center;
}
.services-block .inner-box .img-icon img{
	max-height: 180px;
}
.services-section .sec-title, .services-section-two .sec-title, .custom-section-title .sec-title{
	position:relative;
	margin-bottom:70px;
  text-align: center;
}
.custom-section-title .sec-title.left{
  text-align: left;
}
.services-section .sec-title h2, .services-section-two .sec-title h2, .custom-section-title .sec-title h2{
	position:relative;
	color:#333333;
	font-size:36px;
	font-weight:700;
	line-height:1.4em;
	padding-bottom:20px;
  text-align: center;
}
.services-section .sec-title h2::before, .services-section-two .sec-title h2::before, .custom-section-title .sec-title h2::before{
  display: none;
}
.services-section .sec-title .separater, .services-section-two .sec-title .separater, .custom-section-title .sec-title .separater{
	position:relative;
	width:100px;
	height:2px;
	background-color:#333333;
}
.services-section .sec-title .separater:before, .services-section-two .sec-title .separater:before, .custom-section-title .sec-title .separater:before{
	position:absolute;
	content:'';
	right:0px;
	bottom:-4px;
	width:10px;
	height:10px;
	display:inline-block;
	background-color:#ffb200;
}
.services-section .sec-title.centered .separater, .services-section-two .sec-title.centered .separater, .custom-section-title .sec-title.centered .separater{
	left:50%;
	margin-left:-50px;
}
.services-section .sec-title .text, .services-section-two .sec-title .text, .custom-section-title .sec-title .text{
	position:relative;
	color:#333333;
	font-size:18px;
	margin-top:32px;
}
.services-section .sec-title.centered h2:after, .services-section-two .sec-title.centered h2:after, .custom-section-title .sec-title.centered h2:after{
	left:50%;
	margin-left:-30px;
}
.services-section .sec-title.light .separater{
	background-color:#ffffff;
}
.services-section .sec-title.centered .separater:before, .services-section-two .sec-title.centered .separater:before, .custom-section-title .sec-title.centered .separater:before{
	left:50%;
	right:auto;
	margin-left:-5px;
}
.services-section .sec-title.light h2{
	color:#ffffff;
}
.counter-section{
	position:relative;
	background-position:center center;
	padding-top:50px;
}
.counter-section .counter-main-column{
	position:relative;
}
.counter-section .counter-main-column .inner-column{
	position:relative;
	padding-top:15px;
}
.fact-counter{
	position:relative;
}
.fact-counter .column{
	position:relative;
	z-index:5;
	margin-bottom:70px;
}
.fact-counter .column .inner{
	position:relative;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	text-align:center
}
.fact-counter .count-outer{
	position:relative;
	font-size:40px;
	line-height:1em;
	font-weight:700;
	color:#222222;
	text-align:center
}
.fact-counter .count-outer .count-text{
	position:relative;
	font-weight:700;
	color:#222222;
	font-size:48px;
	text-align:center
}
.fact-counter .column .counter-title{
	position:relative;
	font-size:20px;
	font-weight:500;
	color:#666666;
	margin-top:25px;
	padding-top:16px;
	display:inline-block;
}
.fact-counter .column .counter-title:before{
	position:absolute;
	content:'';
	top:0px;
	width:40px;
	height:5px;
	background-color:#E40D1E;
	left:50%;
	margin-left:-20px
}
.welcome-section{
	position:relative;
	padding:60px 0px 60px;
}
.welcome-section.alternate{
	padding-top:80px;
}
.welcome-section .content-column{
	position:relative;
	margin-bottom:40px;
}
.welcome-section .content-column .inner-column{
	position:relative;
}
.welcome-section .content-column .inner-column h2{
	position:relative;
	color:#222222;
	font-size:36px;
	font-weight:500;
	line-height:1.3em;
	margin-bottom:25px;
}
.welcome-section .content-column .inner-column h2 span{
	display:block;
	font-weight:700;
}
.welcome-section .content-column .inner-column .text{
	position:relative;
	margin-bottom:30px;
}
.welcome-section .content-column .inner-column .text p{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:20px;
}
.welcome-section .content-column .inner-column .text p:last-child{
	margin-bottom:0px;
}
.welcome-section .content-column .inner-column .text h3{
	position:relative;
	color:#E40D1E;
	font-size:24px;
	font-weight:700;
	margin-bottom:15px;
}
.welcome-section .image-column{
	position:relative;
}
.welcome-section .image-column .image{
	position:relative;
}
.welcome-section .image-column .image:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:10;
	outline: 2px dashed #ffffff;
    outline-offset: -20px;
}
.welcome-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}
.bg-grey{
	background:#f7f7f7
}
.contact-section{
	position:relative;
	padding:70px 0px 50px;
}
.contact-section .form-column{
	margin-bottom:30px;	
}
.contact-section .info-column .social-icon-two li{
	color:#222222;
}
.contact-section .info-column .social-icon-two li a{
	color:#666666;
}
.list-style-three{
	position:relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-style-three li{
	position:relative;
	color:#666666;
	font-size:14px;
	padding-left:70px;
	font-weight:400;
	margin-bottom:30px;
}
.list-style-three li:last-child{
	margin-right:0px;
}
.list-style-three li strong{
	position:relative;
	color:#333333;
	font-size:17px;
	font-weight:700;
	display:block;
}
.list-style-three li .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:42px;
	height:42px;
	color:#ffb200;
	font-size:20px;
	line-height:40px;
	font-weight:300;
	text-align:center;
	border-radius:50%;
	border:1px solid #ffb200;
}
.project-list{
	position:relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.project-list li{
	position:relative;
	color:#777777;
	font-size:14px;
	margin-bottom:20px;
	border:1px solid #bbbbbb;
	padding: 12px 12px 12px 70px;
}
.project-list li .icon{
	position:absolute;
	left:-1px;
	top:-1px;
	width:50px;
	height:51px;
	color:#ffffff;
	bottom:-1px;
	font-size:20px;
	line-height:50px;
	text-align:center;
	background-color:#E40D1E;
}
.project-list li strong{
	color:#333333;
	font-weight:600;
	margin-right:15px;
}
.img-project{
	border:1px solid #dddddd;
	margin-bottom:25px
}
.img-project img{
	width:100%;
	display:block;
	height:auto
}
.postdate_content_post {
    background: #eee;
    float: right;
    font-size: 15px;
    line-height: normal;
    padding: 6px 8px 8px;
    right: 0;
	top:0;
	margin-left:20px;
	margin-bottom:20px;
    text-align: center;
	font-weight:700
}
.postdate_content_post span {
    display: block;
    font-size: 24px;
	font-weight:300
}
.content-news{
	border-bottom:1px solid #dddddd;
	padding-bottom: 30px;
	margin-bottom:30px
}
.inline {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0px;
  }
  .tags{
	width: 100%;
  }
  .tags ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: flex-start
  }
  .tags ul li{
	margin: 15px 15px 15px 0;
  }
  .tags ul li a{
	background-color: #e2e2e2;
	border-radius: 20px;
	padding: 10px 20px;
	font-size: 14px;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .tags ul li a:hover{
	background-color: #d0d0d0;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }</pre></body></html>