@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap);
.bg-theme-SkinColor {
  background-color: #34bf49;
}
.bg-theme-DarkColor {
  background-color: #111922;
}
.bg-theme-GreyColor {
  background-color: #f7f7f7;
}
.bg-theme-WhiteColor {
  background-color: #fff;
}
.text-theme-SkinColor {
  color: #34bf49;
}
.text-theme-DarkColor {
  color: #111922;
}
.text-theme-GreyColor {
  color: #f7f7f7;
}
.text-theme-WhiteColor {
  color: #fff;
}
body {
  color: #919191;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 26px;
  font-size: 14px;
  letter-spacing: 0.2px;
  margin: 0;
}
body .page {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.container {
  position: relative;
  max-width: 1200px;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 24px;
  }
}
::selection {
  background: #34bf49;
  color: #fff;
  text-shadow: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
a,
a:not([href]) {
  transition: 0.4s;
  color: #111922;
  outline: none;
  text-decoration: none;
}
a:active,
a:focus,
a:hover,
a:not([href]):active,
a:not([href]):focus,
a:not([href]):hover {
  color: #34bf49;
  outline: none;
  text-decoration: none;
}
input:active,
input:focus,
textarea:active,
textarea:focus {
  outline: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  color: #111922;
  line-height: 1.41;
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 700;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.35rem + 1.2vw);
  font-weight: 600;
  margin-top: -5px;
  margin-bottom: 18px;
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2.25rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3125rem + 0.75vw);
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.875rem;
  }
}
.h4,
h4 {
  font-size: calc(1.2875rem + 0.45vw);
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.625rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
b,
strong {
  font-weight: 700;
}
figure {
  margin: 0;
}
img {
  max-width: 100%;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: 0.4s;
}
button,
button:active,
button:focus {
  outline: none;
  box-shadow: none;
}
.text-theme-WhiteColor a,
.text-theme-WhiteColor h1:not(.text-theme-SkinColor),
.text-theme-WhiteColor h2:not(.text-theme-SkinColor),
.text-theme-WhiteColor h3:not(.text-theme-SkinColor),
.text-theme-WhiteColor h4:not(.text-theme-SkinColor),
.text-theme-WhiteColor h5:not(.text-theme-SkinColor),
.text-theme-WhiteColor h6:not(.text-theme-SkinColor) {
  color: #fff;
}
.text-theme-WhiteColor a:hover {
  color: #34bf49;
}
.text-theme-WhiteColor span:not(.text-theme-SkinColor) {
  color: #fff;
}
nav.main-menu {
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  z-index: 2;
}
nav.main-menu .mega-menu-item.megamenu-fw {
  position: static;
}
nav.main-menu .mega-menu-item.megamenu-fw .mega-submenu {
  left: 0;
  right: 0;
}
nav.main-menu .megamenu-fw .mega-submenu {
  width: auto !important;
}
nav.main-menu .megamenu-fw .mega-submenu .row {
  margin: 0;
}
nav.main-menu .megamenu-content {
  width: auto !important;
  width: 100%;
}
nav.main-menu .megamenu-content .title {
  margin: 0;
  display: block;
  background: transparent none repeat scroll 0 0;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  padding: 6px 20px;
  color: inherit;
  border-right: 1px solid transparent;
}
nav.main-menu ul {
  padding: 0;
  list-style: none;
}
nav.main-menu ul li {
  position: relative;
}
nav.main-menu li ul.mega-submenu {
  text-align: left;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 250px;
  line-height: 14px;
  margin: 0;
  list-style: none;
  left: 0;
  padding: 0;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  transition: all 0.5s ease;
  z-index: 99;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  box-shadow: 0 3px 25px 0 rgba(43, 52, 59, 0.1),
    inset 0 0 0 rgba(43, 52, 59, 0.1);
  background-clip: padding-box;
}
nav.main-menu ul.menu > li {
  position: relative;
  display: inline-block;
}
nav.main-menu ul.menu li ul.mega-submenu li a {
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  display: block;
  padding: 16px 0 15px;
  margin: 0 25px;
  color: #919191;
  text-align: left;
  border-radius: 0;
  transition: all 0.3s linear;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
nav.main-menu ul.menu li ul.mega-submenu li a:hover {
  color: #34bf49;
}
nav.main-menu ul.menu li ul.mega-submenu li a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition: all 0.5s ease;
}
nav.main-menu ul.menu li ul.mega-submenu li:not(:last-child) a:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 25px;
  right: 25px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
nav.main-menu ul.menu li ul.mega-submenu > li:last-child > a {
  border-bottom: 0;
}
ul.menu-col li a {
  color: #6f6f6f;
}
ul.menu-col li a:focus,
ul.menu-col li a:hover {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .mobile-menu {
    display: none;
  }
  nav.main-menu li.mega-menu-item ul.mega-submenu li ul {
    left: 100%;
    top: 0;
    border-top: 0;
  }
  nav.main-menu
    li.mega-menu-item
    ul.mega-submenu
    li.mega-menu-item
    > a.mega-menu-link:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    float: right;
    content: "\f105";
    margin-top: 0;
  }
  nav.main-menu li.mega-menu-item:last-child > ul {
    right: 0;
    left: auto;
  }
  nav.main-menu li.mega-menu-item:hover > ul.mega-submenu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  nav.main-menu ul.menu > li > a {
    display: block;
    position: relative;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0;
    padding: 15px 20px;
  }
  nav.main-menu ul.menu > li > a:after {
    display: none;
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 11px;
    margin-left: 4px;
    margin-top: 4px;
  }
  nav.main-menu ul.mega-submenu.megamenu-content .col-menu {
    padding: 0;
    width: 240px;
    border-right: 1px solid #f0f0f0;
  }
  nav.main-menu ul.mega-submenu.megamenu-content .col-menu:first-child {
    border-left: none;
  }
  nav.main-menu ul.mega-submenu.megamenu-content .col-menu:last-child {
    border-right: none;
  }
  nav.main-menu
    ul.mega-submenu.megamenu-content
    .content
    ul.menu-col
    li:last-child
    a {
    border-bottom: unset;
  }
  nav.main-menu li.mega-menu-item.on ul.mega-submenu.megamenu-content .content {
    display: block !important;
    height: auto !important;
  }
  nav.main-menu .megamenu-content .megamenu-content-inner {
    display: -webkit-flex;
    display: flex;
  }
}
@media (max-width: 1199px) {
  .main-menu {
    display: none;
  }
  .mobile-menu .navbar {
    box-shadow: unset;
    position: unset;
  }
  .mobile-menu .navbar .navbar-collapse {
    border-top: 3px solid #34bf49;
  }
  .mobile-menu .navbar #nav-icon1 {
    width: 2em;
  }
  .mobile-menu .navbar #nav-icon1 span {
    background-color: #111922;
  }
  .mobile-menu .navbar #nav-icon1 span:nth-child(2) {
    transition: unset;
    top: 13px;
  }
  .mobile-menu .navbar #nav-icon1 span:nth-child(3) {
    top: 21px;
  }
  .mobile-menu .navbar .navbar-collapse {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: #fff;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.08);
  }
  .mobile-menu .navbar .dropdown .nav-link {
    padding-left: 15px;
    padding-right: 15px;
    color: #111922;
    font-weight: 500;
    background-color: transparent;
  }
  .mobile-menu .navbar .dropdown .nav-link:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  }
  .mobile-menu .navbar .dropdown .nav-link:after {
    position: absolute;
    right: 15px;
    top: 20px;
  }
  .mobile-menu .navbar .dropdown .nav-link:hover {
    color: #34bf49;
  }
  .mobile-menu .navbar .dropdown .dropdown-menu {
    position: static !important;
    width: 100%;
    -webkit-transform: none !important;
    transform: none !important;
    border: 0;
    margin: 0;
    font-size: 13px;
    padding: 0 0 0 10px;
  }
  .mobile-menu .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 10px 15px;
    font-size: 13px;
    color: #919191;
    background-color: transparent;
  }
  .mobile-menu
    .navbar
    .dropdown
    .dropdown-menu
    .dropdown-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  }
  .mobile-menu
    .navbar
    .dropdown
    .dropdown-menu
    .dropdown-item.dropdown-toggle:after {
    position: absolute;
    right: 15px;
    top: 20px;
  }
  .mobile-menu .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    color: #34bf49;
  }
  .text-theme-WhiteColor .mobile-menu #nav-icon1 span {
    background-color: #fff;
  }
}
.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-25 {
  padding: 25px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-35 {
  padding: 35px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-45 {
  padding: 45px !important;
}
.p-50 {
  padding: 50px !important;
}
.p-55 {
  padding: 55px !important;
}
.p-60 {
  padding: 60px !important;
}
.p-65 {
  padding: 65px !important;
}
.p-70 {
  padding: 70px !important;
}
.p-75 {
  padding: 75px !important;
}
.p-80 {
  padding: 80px !important;
}
.p-85 {
  padding: 85px !important;
}
.p-90 {
  padding: 90px !important;
}
.p-95 {
  padding: 95px !important;
}
.p-100 {
  padding: 100px !important;
}
.p-105 {
  padding: 105px !important;
}
.p-110 {
  padding: 110px !important;
}
.p-115 {
  padding: 115px !important;
}
.p-120 {
  padding: 120px !important;
}
.p-125 {
  padding: 125px !important;
}
.p-130 {
  padding: 130px !important;
}
.p-135 {
  padding: 135px !important;
}
.p-140 {
  padding: 140px !important;
}
.p-145 {
  padding: 145px !important;
}
.p-150 {
  padding: 150px !important;
}
.p-155 {
  padding: 155px !important;
}
.p-160 {
  padding: 160px !important;
}
.p-165 {
  padding: 165px !important;
}
.p-170 {
  padding: 170px !important;
}
.p-175 {
  padding: 175px !important;
}
.p-180 {
  padding: 180px !important;
}
.p-185 {
  padding: 185px !important;
}
.p-190 {
  padding: 190px !important;
}
.p-195 {
  padding: 195px !important;
}
.p-200 {
  padding: 200px !important;
}
@media only screen and (max-width: 767px) {
  .p-md-0 {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-5 {
    padding: 5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-10 {
    padding: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-15 {
    padding: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-20 {
    padding: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-25 {
    padding: 25px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-30 {
    padding: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-35 {
    padding: 35px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-40 {
    padding: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-45 {
    padding: 45px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-50 {
    padding: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-55 {
    padding: 55px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-60 {
    padding: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-65 {
    padding: 65px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-70 {
    padding: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-75 {
    padding: 75px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-80 {
    padding: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-85 {
    padding: 85px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-90 {
    padding: 90px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-95 {
    padding: 95px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-100 {
    padding: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-105 {
    padding: 105px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-110 {
    padding: 110px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-115 {
    padding: 115px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-120 {
    padding: 120px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-125 {
    padding: 125px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-130 {
    padding: 130px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-135 {
    padding: 135px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-140 {
    padding: 140px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-145 {
    padding: 145px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-150 {
    padding: 150px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-155 {
    padding: 155px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-160 {
    padding: 160px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-165 {
    padding: 165px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-170 {
    padding: 170px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-175 {
    padding: 175px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-180 {
    padding: 180px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-185 {
    padding: 185px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-190 {
    padding: 190px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-195 {
    padding: 195px !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-md-200 {
    padding: 200px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-0 {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-5 {
    padding: 5px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-10 {
    padding: 10px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-15 {
    padding: 15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-20 {
    padding: 20px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-25 {
    padding: 25px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-30 {
    padding: 30px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-35 {
    padding: 35px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-40 {
    padding: 40px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-45 {
    padding: 45px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-50 {
    padding: 50px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-55 {
    padding: 55px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-60 {
    padding: 60px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-65 {
    padding: 65px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-70 {
    padding: 70px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-75 {
    padding: 75px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-80 {
    padding: 80px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-85 {
    padding: 85px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-90 {
    padding: 90px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-95 {
    padding: 95px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-100 {
    padding: 100px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-105 {
    padding: 105px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-110 {
    padding: 110px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-115 {
    padding: 115px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-120 {
    padding: 120px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-125 {
    padding: 125px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-130 {
    padding: 130px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-135 {
    padding: 135px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-140 {
    padding: 140px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-145 {
    padding: 145px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-150 {
    padding: 150px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-155 {
    padding: 155px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-160 {
    padding: 160px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-165 {
    padding: 165px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-170 {
    padding: 170px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-175 {
    padding: 175px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-180 {
    padding: 180px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-185 {
    padding: 185px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-190 {
    padding: 190px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-195 {
    padding: 195px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-lg-200 {
    padding: 200px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-0 {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-5 {
    padding: 5px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-10 {
    padding: 10px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-15 {
    padding: 15px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-20 {
    padding: 20px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-25 {
    padding: 25px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-30 {
    padding: 30px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-35 {
    padding: 35px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-40 {
    padding: 40px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-45 {
    padding: 45px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-50 {
    padding: 50px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-55 {
    padding: 55px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-60 {
    padding: 60px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-65 {
    padding: 65px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-70 {
    padding: 70px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-75 {
    padding: 75px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-80 {
    padding: 80px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-85 {
    padding: 85px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-90 {
    padding: 90px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-95 {
    padding: 95px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-100 {
    padding: 100px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-105 {
    padding: 105px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-110 {
    padding: 110px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-115 {
    padding: 115px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-120 {
    padding: 120px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-125 {
    padding: 125px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-130 {
    padding: 130px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-135 {
    padding: 135px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-140 {
    padding: 140px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-145 {
    padding: 145px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-150 {
    padding: 150px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-155 {
    padding: 155px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-160 {
    padding: 160px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-165 {
    padding: 165px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-170 {
    padding: 170px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-175 {
    padding: 175px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-180 {
    padding: 180px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-185 {
    padding: 185px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-190 {
    padding: 190px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-195 {
    padding: 195px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .p-xl-200 {
    padding: 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-25 {
  padding-top: 25px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-85 {
  padding-top: 85px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-95 {
  padding-top: 95px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-105 {
  padding-top: 105px !important;
}
.pt-110 {
  padding-top: 110px !important;
}
.pt-115 {
  padding-top: 115px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pt-125 {
  padding-top: 125px !important;
}
.pt-130 {
  padding-top: 130px !important;
}
.pt-135 {
  padding-top: 135px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pt-145 {
  padding-top: 145px !important;
}
.pt-150 {
  padding-top: 150px !important;
}
.pt-155 {
  padding-top: 155px !important;
}
.pt-160 {
  padding-top: 160px !important;
}
.pt-165 {
  padding-top: 165px !important;
}
.pt-170 {
  padding-top: 170px !important;
}
.pt-175 {
  padding-top: 175px !important;
}
.pt-180 {
  padding-top: 180px !important;
}
.pt-185 {
  padding-top: 185px !important;
}
.pt-190 {
  padding-top: 190px !important;
}
.pt-195 {
  padding-top: 195px !important;
}
.pt-200 {
  padding-top: 200px !important;
}
@media only screen and (max-width: 767px) {
  .pt-md-0 {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-5 {
    padding-top: 5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-10 {
    padding-top: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-15 {
    padding-top: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-20 {
    padding-top: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-25 {
    padding-top: 25px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-30 {
    padding-top: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-35 {
    padding-top: 35px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-40 {
    padding-top: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-45 {
    padding-top: 45px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-50 {
    padding-top: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-55 {
    padding-top: 55px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-60 {
    padding-top: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-65 {
    padding-top: 65px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-70 {
    padding-top: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-75 {
    padding-top: 75px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-80 {
    padding-top: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-85 {
    padding-top: 85px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-90 {
    padding-top: 90px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-95 {
    padding-top: 95px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-100 {
    padding-top: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-105 {
    padding-top: 105px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-110 {
    padding-top: 110px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-115 {
    padding-top: 115px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-120 {
    padding-top: 120px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-125 {
    padding-top: 125px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-130 {
    padding-top: 130px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-135 {
    padding-top: 135px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-140 {
    padding-top: 140px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-145 {
    padding-top: 145px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-150 {
    padding-top: 150px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-155 {
    padding-top: 155px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-160 {
    padding-top: 160px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-165 {
    padding-top: 165px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-170 {
    padding-top: 170px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-175 {
    padding-top: 175px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-180 {
    padding-top: 180px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-185 {
    padding-top: 185px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-190 {
    padding-top: 190px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-195 {
    padding-top: 195px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-md-200 {
    padding-top: 200px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-0 {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-5 {
    padding-top: 5px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-10 {
    padding-top: 10px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-15 {
    padding-top: 15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-20 {
    padding-top: 20px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-25 {
    padding-top: 25px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-30 {
    padding-top: 30px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-35 {
    padding-top: 35px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-40 {
    padding-top: 40px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-45 {
    padding-top: 45px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-50 {
    padding-top: 50px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-55 {
    padding-top: 55px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-60 {
    padding-top: 60px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-65 {
    padding-top: 65px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-70 {
    padding-top: 70px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-75 {
    padding-top: 75px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-80 {
    padding-top: 80px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-85 {
    padding-top: 85px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-90 {
    padding-top: 90px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-95 {
    padding-top: 95px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-100 {
    padding-top: 100px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-105 {
    padding-top: 105px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-110 {
    padding-top: 110px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-115 {
    padding-top: 115px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-120 {
    padding-top: 120px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-125 {
    padding-top: 125px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-130 {
    padding-top: 130px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-135 {
    padding-top: 135px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-140 {
    padding-top: 140px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-145 {
    padding-top: 145px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-150 {
    padding-top: 150px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-155 {
    padding-top: 155px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-160 {
    padding-top: 160px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-165 {
    padding-top: 165px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-170 {
    padding-top: 170px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-175 {
    padding-top: 175px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-180 {
    padding-top: 180px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-185 {
    padding-top: 185px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-190 {
    padding-top: 190px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-195 {
    padding-top: 195px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-lg-200 {
    padding-top: 200px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-0 {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-5 {
    padding-top: 5px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-10 {
    padding-top: 10px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-15 {
    padding-top: 15px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-20 {
    padding-top: 20px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-25 {
    padding-top: 25px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-30 {
    padding-top: 30px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-35 {
    padding-top: 35px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-40 {
    padding-top: 40px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-45 {
    padding-top: 45px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-50 {
    padding-top: 50px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-55 {
    padding-top: 55px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-60 {
    padding-top: 60px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-65 {
    padding-top: 65px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-70 {
    padding-top: 70px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-75 {
    padding-top: 75px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-80 {
    padding-top: 80px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-85 {
    padding-top: 85px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-90 {
    padding-top: 90px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-95 {
    padding-top: 95px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-100 {
    padding-top: 100px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-105 {
    padding-top: 105px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-110 {
    padding-top: 110px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-115 {
    padding-top: 115px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-120 {
    padding-top: 120px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-125 {
    padding-top: 125px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-130 {
    padding-top: 130px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-135 {
    padding-top: 135px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-140 {
    padding-top: 140px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-145 {
    padding-top: 145px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-150 {
    padding-top: 150px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-155 {
    padding-top: 155px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-160 {
    padding-top: 160px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-165 {
    padding-top: 165px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-170 {
    padding-top: 170px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-175 {
    padding-top: 175px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-180 {
    padding-top: 180px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-185 {
    padding-top: 185px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-190 {
    padding-top: 190px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-195 {
    padding-top: 195px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-xl-200 {
    padding-top: 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-25 {
  padding-bottom: 25px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-85 {
  padding-bottom: 85px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-95 {
  padding-bottom: 95px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-105 {
  padding-bottom: 105px !important;
}
.pb-110 {
  padding-bottom: 110px !important;
}
.pb-115 {
  padding-bottom: 115px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pb-125 {
  padding-bottom: 125px !important;
}
.pb-130 {
  padding-bottom: 130px !important;
}
.pb-135 {
  padding-bottom: 135px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
.pb-145 {
  padding-bottom: 145px !important;
}
.pb-150 {
  padding-bottom: 150px !important;
}
.pb-155 {
  padding-bottom: 155px !important;
}
.pb-160 {
  padding-bottom: 160px !important;
}
.pb-165 {
  padding-bottom: 165px !important;
}
.pb-170 {
  padding-bottom: 170px !important;
}
.pb-175 {
  padding-bottom: 175px !important;
}
.pb-180 {
  padding-bottom: 180px !important;
}
.pb-185 {
  padding-bottom: 185px !important;
}
.pb-190 {
  padding-bottom: 190px !important;
}
.pb-195 {
  padding-bottom: 195px !important;
}
.pb-200 {
  padding-bottom: 200px !important;
}
@media only screen and (max-width: 767px) {
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-5 {
    padding-bottom: 5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-15 {
    padding-bottom: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-25 {
    padding-bottom: 25px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-35 {
    padding-bottom: 35px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-45 {
    padding-bottom: 45px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-55 {
    padding-bottom: 55px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-65 {
    padding-bottom: 65px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-70 {
    padding-bottom: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-75 {
    padding-bottom: 75px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-85 {
    padding-bottom: 85px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-90 {
    padding-bottom: 90px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-95 {
    padding-bottom: 95px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-105 {
    padding-bottom: 105px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-110 {
    padding-bottom: 110px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-115 {
    padding-bottom: 115px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-120 {
    padding-bottom: 120px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-125 {
    padding-bottom: 125px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-130 {
    padding-bottom: 130px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-135 {
    padding-bottom: 135px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-140 {
    padding-bottom: 140px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-145 {
    padding-bottom: 145px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-150 {
    padding-bottom: 150px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-155 {
    padding-bottom: 155px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-160 {
    padding-bottom: 160px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-165 {
    padding-bottom: 165px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-170 {
    padding-bottom: 170px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-175 {
    padding-bottom: 175px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-180 {
    padding-bottom: 180px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-185 {
    padding-bottom: 185px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-190 {
    padding-bottom: 190px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-195 {
    padding-bottom: 195px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb-md-200 {
    padding-bottom: 200px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-5 {
    padding-bottom: 5px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-15 {
    padding-bottom: 15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-25 {
    padding-bottom: 25px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-35 {
    padding-bottom: 35px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-45 {
    padding-bottom: 45px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-55 {
    padding-bottom: 55px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-65 {
    padding-bottom: 65px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-70 {
    padding-bottom: 70px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-75 {
    padding-bottom: 75px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-85 {
    padding-bottom: 85px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-95 {
    padding-bottom: 95px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-105 {
    padding-bottom: 105px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-110 {
    padding-bottom: 110px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-115 {
    padding-bottom: 115px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-120 {
    padding-bottom: 120px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-125 {
    padding-bottom: 125px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-130 {
    padding-bottom: 130px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-135 {
    padding-bottom: 135px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-140 {
    padding-bottom: 140px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-145 {
    padding-bottom: 145px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-150 {
    padding-bottom: 150px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-155 {
    padding-bottom: 155px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-160 {
    padding-bottom: 160px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-165 {
    padding-bottom: 165px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-170 {
    padding-bottom: 170px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-175 {
    padding-bottom: 175px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-180 {
    padding-bottom: 180px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-185 {
    padding-bottom: 185px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-190 {
    padding-bottom: 190px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-195 {
    padding-bottom: 195px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pb-lg-200 {
    padding-bottom: 200px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-5 {
    padding-bottom: 5px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-10 {
    padding-bottom: 10px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-15 {
    padding-bottom: 15px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-20 {
    padding-bottom: 20px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-25 {
    padding-bottom: 25px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-30 {
    padding-bottom: 30px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-35 {
    padding-bottom: 35px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-40 {
    padding-bottom: 40px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-45 {
    padding-bottom: 45px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-50 {
    padding-bottom: 50px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-55 {
    padding-bottom: 55px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-60 {
    padding-bottom: 60px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-65 {
    padding-bottom: 65px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-70 {
    padding-bottom: 70px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-75 {
    padding-bottom: 75px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-80 {
    padding-bottom: 80px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-85 {
    padding-bottom: 85px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-90 {
    padding-bottom: 90px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-95 {
    padding-bottom: 95px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-100 {
    padding-bottom: 100px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-105 {
    padding-bottom: 105px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-110 {
    padding-bottom: 110px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-115 {
    padding-bottom: 115px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-120 {
    padding-bottom: 120px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-125 {
    padding-bottom: 125px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-130 {
    padding-bottom: 130px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-135 {
    padding-bottom: 135px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-140 {
    padding-bottom: 140px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-145 {
    padding-bottom: 145px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-150 {
    padding-bottom: 150px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-155 {
    padding-bottom: 155px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-160 {
    padding-bottom: 160px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-165 {
    padding-bottom: 165px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-170 {
    padding-bottom: 170px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-175 {
    padding-bottom: 175px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-180 {
    padding-bottom: 180px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-185 {
    padding-bottom: 185px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-190 {
    padding-bottom: 190px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-195 {
    padding-bottom: 195px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-xl-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-25 {
  padding-left: 25px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pl-35 {
  padding-left: 35px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pl-45 {
  padding-left: 45px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pl-55 {
  padding-left: 55px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.pl-65 {
  padding-left: 65px !important;
}
.pl-70 {
  padding-left: 70px !important;
}
.pl-75 {
  padding-left: 75px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pl-85 {
  padding-left: 85px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.pl-95 {
  padding-left: 95px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.pl-105 {
  padding-left: 105px !important;
}
.pl-110 {
  padding-left: 110px !important;
}
.pl-115 {
  padding-left: 115px !important;
}
.pl-120 {
  padding-left: 120px !important;
}
.pl-125 {
  padding-left: 125px !important;
}
.pl-130 {
  padding-left: 130px !important;
}
.pl-135 {
  padding-left: 135px !important;
}
.pl-140 {
  padding-left: 140px !important;
}
.pl-145 {
  padding-left: 145px !important;
}
.pl-150 {
  padding-left: 150px !important;
}
.pl-155 {
  padding-left: 155px !important;
}
.pl-160 {
  padding-left: 160px !important;
}
.pl-165 {
  padding-left: 165px !important;
}
.pl-170 {
  padding-left: 170px !important;
}
.pl-175 {
  padding-left: 175px !important;
}
.pl-180 {
  padding-left: 180px !important;
}
.pl-185 {
  padding-left: 185px !important;
}
.pl-190 {
  padding-left: 190px !important;
}
.pl-195 {
  padding-left: 195px !important;
}
.pl-200 {
  padding-left: 200px !important;
}
@media only screen and (max-width: 767px) {
  .pl-md-0 {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-5 {
    padding-left: 5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-10 {
    padding-left: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-15 {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-20 {
    padding-left: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-25 {
    padding-left: 25px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-30 {
    padding-left: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-35 {
    padding-left: 35px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-40 {
    padding-left: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-45 {
    padding-left: 45px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-50 {
    padding-left: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-55 {
    padding-left: 55px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-60 {
    padding-left: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-65 {
    padding-left: 65px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-70 {
    padding-left: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-75 {
    padding-left: 75px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-80 {
    padding-left: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-85 {
    padding-left: 85px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-90 {
    padding-left: 90px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-95 {
    padding-left: 95px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-100 {
    padding-left: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-105 {
    padding-left: 105px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-110 {
    padding-left: 110px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-115 {
    padding-left: 115px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-120 {
    padding-left: 120px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-125 {
    padding-left: 125px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-130 {
    padding-left: 130px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-135 {
    padding-left: 135px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-140 {
    padding-left: 140px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-145 {
    padding-left: 145px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-150 {
    padding-left: 150px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-155 {
    padding-left: 155px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-160 {
    padding-left: 160px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-165 {
    padding-left: 165px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-170 {
    padding-left: 170px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-175 {
    padding-left: 175px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-180 {
    padding-left: 180px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-185 {
    padding-left: 185px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-190 {
    padding-left: 190px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-195 {
    padding-left: 195px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pl-md-200 {
    padding-left: 200px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-0 {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-5 {
    padding-left: 5px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-10 {
    padding-left: 10px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-15 {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-20 {
    padding-left: 20px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-25 {
    padding-left: 25px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-30 {
    padding-left: 30px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-35 {
    padding-left: 35px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-40 {
    padding-left: 40px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-45 {
    padding-left: 45px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-50 {
    padding-left: 50px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-55 {
    padding-left: 55px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-60 {
    padding-left: 60px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-65 {
    padding-left: 65px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-70 {
    padding-left: 70px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-75 {
    padding-left: 75px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-80 {
    padding-left: 80px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-85 {
    padding-left: 85px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-90 {
    padding-left: 90px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-95 {
    padding-left: 95px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-100 {
    padding-left: 100px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-105 {
    padding-left: 105px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-110 {
    padding-left: 110px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-115 {
    padding-left: 115px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-120 {
    padding-left: 120px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-125 {
    padding-left: 125px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-130 {
    padding-left: 130px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-135 {
    padding-left: 135px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-140 {
    padding-left: 140px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-145 {
    padding-left: 145px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-150 {
    padding-left: 150px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-155 {
    padding-left: 155px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-160 {
    padding-left: 160px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-165 {
    padding-left: 165px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-170 {
    padding-left: 170px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-175 {
    padding-left: 175px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-180 {
    padding-left: 180px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-185 {
    padding-left: 185px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-190 {
    padding-left: 190px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-195 {
    padding-left: 195px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-200 {
    padding-left: 200px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-0 {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-5 {
    padding-left: 5px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-10 {
    padding-left: 10px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-15 {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-20 {
    padding-left: 20px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-25 {
    padding-left: 25px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-30 {
    padding-left: 30px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-35 {
    padding-left: 35px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-40 {
    padding-left: 40px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-45 {
    padding-left: 45px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-50 {
    padding-left: 50px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-55 {
    padding-left: 55px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-60 {
    padding-left: 60px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-65 {
    padding-left: 65px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-70 {
    padding-left: 70px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-75 {
    padding-left: 75px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-80 {
    padding-left: 80px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-85 {
    padding-left: 85px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-90 {
    padding-left: 90px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-95 {
    padding-left: 95px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-100 {
    padding-left: 100px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-105 {
    padding-left: 105px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-110 {
    padding-left: 110px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-115 {
    padding-left: 115px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-120 {
    padding-left: 120px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-125 {
    padding-left: 125px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-130 {
    padding-left: 130px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-135 {
    padding-left: 135px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-140 {
    padding-left: 140px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-145 {
    padding-left: 145px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-150 {
    padding-left: 150px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-155 {
    padding-left: 155px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-160 {
    padding-left: 160px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-165 {
    padding-left: 165px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-170 {
    padding-left: 170px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-175 {
    padding-left: 175px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-180 {
    padding-left: 180px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-185 {
    padding-left: 185px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-190 {
    padding-left: 190px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-195 {
    padding-left: 195px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-xl-200 {
    padding-left: 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-25 {
  padding-right: 25px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pr-35 {
  padding-right: 35px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pr-45 {
  padding-right: 45px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pr-55 {
  padding-right: 55px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pr-65 {
  padding-right: 65px !important;
}
.pr-70 {
  padding-right: 70px !important;
}
.pr-75 {
  padding-right: 75px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pr-85 {
  padding-right: 85px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.pr-95 {
  padding-right: 95px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.pr-105 {
  padding-right: 105px !important;
}
.pr-110 {
  padding-right: 110px !important;
}
.pr-115 {
  padding-right: 115px !important;
}
.pr-120 {
  padding-right: 120px !important;
}
.pr-125 {
  padding-right: 125px !important;
}
.pr-130 {
  padding-right: 130px !important;
}
.pr-135 {
  padding-right: 135px !important;
}
.pr-140 {
  padding-right: 140px !important;
}
.pr-145 {
  padding-right: 145px !important;
}
.pr-150 {
  padding-right: 150px !important;
}
.pr-155 {
  padding-right: 155px !important;
}
.pr-160 {
  padding-right: 160px !important;
}
.pr-165 {
  padding-right: 165px !important;
}
.pr-170 {
  padding-right: 170px !important;
}
.pr-175 {
  padding-right: 175px !important;
}
.pr-180 {
  padding-right: 180px !important;
}
.pr-185 {
  padding-right: 185px !important;
}
.pr-190 {
  padding-right: 190px !important;
}
.pr-195 {
  padding-right: 195px !important;
}
.pr-200 {
  padding-right: 200px !important;
}
@media only screen and (max-width: 767px) {
  .pr-md-0 {
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-5 {
    padding-right: 5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-10 {
    padding-right: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-15 {
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-20 {
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-25 {
    padding-right: 25px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-30 {
    padding-right: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-35 {
    padding-right: 35px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-40 {
    padding-right: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-45 {
    padding-right: 45px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-50 {
    padding-right: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-55 {
    padding-right: 55px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-60 {
    padding-right: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-65 {
    padding-right: 65px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-70 {
    padding-right: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-75 {
    padding-right: 75px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-80 {
    padding-right: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-85 {
    padding-right: 85px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-90 {
    padding-right: 90px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-95 {
    padding-right: 95px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-100 {
    padding-right: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-105 {
    padding-right: 105px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-110 {
    padding-right: 110px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-115 {
    padding-right: 115px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-120 {
    padding-right: 120px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-125 {
    padding-right: 125px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-130 {
    padding-right: 130px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-135 {
    padding-right: 135px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-140 {
    padding-right: 140px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-145 {
    padding-right: 145px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-150 {
    padding-right: 150px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-155 {
    padding-right: 155px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-160 {
    padding-right: 160px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-165 {
    padding-right: 165px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-170 {
    padding-right: 170px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-175 {
    padding-right: 175px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-180 {
    padding-right: 180px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-185 {
    padding-right: 185px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-190 {
    padding-right: 190px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-195 {
    padding-right: 195px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pr-md-200 {
    padding-right: 200px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-0 {
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-5 {
    padding-right: 5px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-10 {
    padding-right: 10px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-15 {
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-20 {
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-25 {
    padding-right: 25px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-30 {
    padding-right: 30px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-35 {
    padding-right: 35px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-40 {
    padding-right: 40px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-45 {
    padding-right: 45px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-50 {
    padding-right: 50px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-55 {
    padding-right: 55px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-60 {
    padding-right: 60px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-65 {
    padding-right: 65px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-70 {
    padding-right: 70px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-75 {
    padding-right: 75px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-80 {
    padding-right: 80px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-85 {
    padding-right: 85px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-90 {
    padding-right: 90px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-95 {
    padding-right: 95px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-100 {
    padding-right: 100px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-105 {
    padding-right: 105px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-110 {
    padding-right: 110px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-115 {
    padding-right: 115px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-120 {
    padding-right: 120px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-125 {
    padding-right: 125px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-130 {
    padding-right: 130px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-135 {
    padding-right: 135px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-140 {
    padding-right: 140px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-145 {
    padding-right: 145px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-150 {
    padding-right: 150px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-155 {
    padding-right: 155px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-160 {
    padding-right: 160px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-165 {
    padding-right: 165px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-170 {
    padding-right: 170px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-175 {
    padding-right: 175px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-180 {
    padding-right: 180px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-185 {
    padding-right: 185px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-190 {
    padding-right: 190px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-195 {
    padding-right: 195px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pr-lg-200 {
    padding-right: 200px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-0 {
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-5 {
    padding-right: 5px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-10 {
    padding-right: 10px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-15 {
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-20 {
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-25 {
    padding-right: 25px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-30 {
    padding-right: 30px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-35 {
    padding-right: 35px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-40 {
    padding-right: 40px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-45 {
    padding-right: 45px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-50 {
    padding-right: 50px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-55 {
    padding-right: 55px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-60 {
    padding-right: 60px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-65 {
    padding-right: 65px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-70 {
    padding-right: 70px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-75 {
    padding-right: 75px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-80 {
    padding-right: 80px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-85 {
    padding-right: 85px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-90 {
    padding-right: 90px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-95 {
    padding-right: 95px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-100 {
    padding-right: 100px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-105 {
    padding-right: 105px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-110 {
    padding-right: 110px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-115 {
    padding-right: 115px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-120 {
    padding-right: 120px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-125 {
    padding-right: 125px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-130 {
    padding-right: 130px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-135 {
    padding-right: 135px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-140 {
    padding-right: 140px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-145 {
    padding-right: 145px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-150 {
    padding-right: 150px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-155 {
    padding-right: 155px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-160 {
    padding-right: 160px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-165 {
    padding-right: 165px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-170 {
    padding-right: 170px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-175 {
    padding-right: 175px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-180 {
    padding-right: 180px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-185 {
    padding-right: 185px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-190 {
    padding-right: 190px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-195 {
    padding-right: 195px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pr-xl-200 {
    padding-right: 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_25 {
  margin-top: -25px !important;
}
.mt_30 {
  margin-top: -30px !important;
}
.mt_35 {
  margin-top: -35px !important;
}
.mt_40 {
  margin-top: -40px !important;
}
.mt_45 {
  margin-top: -45px !important;
}
.mt_50 {
  margin-top: -50px !important;
}
.mt_55 {
  margin-top: -55px !important;
}
.mt_60 {
  margin-top: -60px !important;
}
.mt_65 {
  margin-top: -65px !important;
}
.mt_70 {
  margin-top: -70px !important;
}
.mt_75 {
  margin-top: -75px !important;
}
.mt_80 {
  margin-top: -80px !important;
}
.mt_85 {
  margin-top: -85px !important;
}
.mt_90 {
  margin-top: -90px !important;
}
.mt_95 {
  margin-top: -95px !important;
}
.mt_100 {
  margin-top: -100px !important;
}
.mt_105 {
  margin-top: -105px !important;
}
.mt_110 {
  margin-top: -110px !important;
}
.mt_115 {
  margin-top: -115px !important;
}
.mt_120 {
  margin-top: -120px !important;
}
.mt_125 {
  margin-top: -125px !important;
}
.mt_130 {
  margin-top: -130px !important;
}
.mt_135 {
  margin-top: -135px !important;
}
.mt_140 {
  margin-top: -140px !important;
}
.mt_145 {
  margin-top: -145px !important;
}
.mt_150 {
  margin-top: -150px !important;
}
.mt_155 {
  margin-top: -155px !important;
}
.mt_160 {
  margin-top: -160px !important;
}
.mt_165 {
  margin-top: -165px !important;
}
.mt_170 {
  margin-top: -170px !important;
}
.mt_175 {
  margin-top: -175px !important;
}
.mt_180 {
  margin-top: -180px !important;
}
.mt_185 {
  margin-top: -185px !important;
}
.mt_190 {
  margin-top: -190px !important;
}
.mt_195 {
  margin-top: -195px !important;
}
.mt_200 {
  margin-top: -200px !important;
}
@media only screen and (max-width: 767px) {
  .mt_md-0 {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-5 {
    margin-top: -5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-10 {
    margin-top: -10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-15 {
    margin-top: -15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-20 {
    margin-top: -20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-25 {
    margin-top: -25px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-30 {
    margin-top: -30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-35 {
    margin-top: -35px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-40 {
    margin-top: -40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-45 {
    margin-top: -45px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-50 {
    margin-top: -50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-55 {
    margin-top: -55px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-60 {
    margin-top: -60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-65 {
    margin-top: -65px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-70 {
    margin-top: -70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-75 {
    margin-top: -75px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-80 {
    margin-top: -80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-85 {
    margin-top: -85px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-90 {
    margin-top: -90px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-95 {
    margin-top: -95px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-100 {
    margin-top: -100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-105 {
    margin-top: -105px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-110 {
    margin-top: -110px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-115 {
    margin-top: -115px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-120 {
    margin-top: -120px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-125 {
    margin-top: -125px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-130 {
    margin-top: -130px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-135 {
    margin-top: -135px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-140 {
    margin-top: -140px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-145 {
    margin-top: -145px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-150 {
    margin-top: -150px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-155 {
    margin-top: -155px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-160 {
    margin-top: -160px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-165 {
    margin-top: -165px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-170 {
    margin-top: -170px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-175 {
    margin-top: -175px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-180 {
    margin-top: -180px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-185 {
    margin-top: -185px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-190 {
    margin-top: -190px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-195 {
    margin-top: -195px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_md-200 {
    margin-top: -200px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-0 {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-5 {
    margin-top: -5px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-10 {
    margin-top: -10px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-15 {
    margin-top: -15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-20 {
    margin-top: -20px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-25 {
    margin-top: -25px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-30 {
    margin-top: -30px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-35 {
    margin-top: -35px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-40 {
    margin-top: -40px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-45 {
    margin-top: -45px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-50 {
    margin-top: -50px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-55 {
    margin-top: -55px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-60 {
    margin-top: -60px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-65 {
    margin-top: -65px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-70 {
    margin-top: -70px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-75 {
    margin-top: -75px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-80 {
    margin-top: -80px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-85 {
    margin-top: -85px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-90 {
    margin-top: -90px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-95 {
    margin-top: -95px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-100 {
    margin-top: -100px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-105 {
    margin-top: -105px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-110 {
    margin-top: -110px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-115 {
    margin-top: -115px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-120 {
    margin-top: -120px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-125 {
    margin-top: -125px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-130 {
    margin-top: -130px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-135 {
    margin-top: -135px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-140 {
    margin-top: -140px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-145 {
    margin-top: -145px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-150 {
    margin-top: -150px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-155 {
    margin-top: -155px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-160 {
    margin-top: -160px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-165 {
    margin-top: -165px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-170 {
    margin-top: -170px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-175 {
    margin-top: -175px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-180 {
    margin-top: -180px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-185 {
    margin-top: -185px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-190 {
    margin-top: -190px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-195 {
    margin-top: -195px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt_lg-200 {
    margin-top: -200px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-0 {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-5 {
    margin-top: -5px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-10 {
    margin-top: -10px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-15 {
    margin-top: -15px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-20 {
    margin-top: -20px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-25 {
    margin-top: -25px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-30 {
    margin-top: -30px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-35 {
    margin-top: -35px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-40 {
    margin-top: -40px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-45 {
    margin-top: -45px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-50 {
    margin-top: -50px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-55 {
    margin-top: -55px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-60 {
    margin-top: -60px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-65 {
    margin-top: -65px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-70 {
    margin-top: -70px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-75 {
    margin-top: -75px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-80 {
    margin-top: -80px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-85 {
    margin-top: -85px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-90 {
    margin-top: -90px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-95 {
    margin-top: -95px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-100 {
    margin-top: -100px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-105 {
    margin-top: -105px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-110 {
    margin-top: -110px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-115 {
    margin-top: -115px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-120 {
    margin-top: -120px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-125 {
    margin-top: -125px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-130 {
    margin-top: -130px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-135 {
    margin-top: -135px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-140 {
    margin-top: -140px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-145 {
    margin-top: -145px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-150 {
    margin-top: -150px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-155 {
    margin-top: -155px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-160 {
    margin-top: -160px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-165 {
    margin-top: -165px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-170 {
    margin-top: -170px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-175 {
    margin-top: -175px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-180 {
    margin-top: -180px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-185 {
    margin-top: -185px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-190 {
    margin-top: -190px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-195 {
    margin-top: -195px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt_xl-200 {
    margin-top: -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-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-85 {
  margin-top: 85px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-105 {
  margin-top: 105px !important;
}
.mt-110 {
  margin-top: 110px !important;
}
.mt-115 {
  margin-top: 115px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt-125 {
  margin-top: 125px !important;
}
.mt-130 {
  margin-top: 130px !important;
}
.mt-135 {
  margin-top: 135px !important;
}
.mt-140 {
  margin-top: 140px !important;
}
.mt-145 {
  margin-top: 145px !important;
}
.mt-150 {
  margin-top: 150px !important;
}
.mt-155 {
  margin-top: 155px !important;
}
.mt-160 {
  margin-top: 160px !important;
}
.mt-165 {
  margin-top: 165px !important;
}
.mt-170 {
  margin-top: 170px !important;
}
.mt-175 {
  margin-top: 175px !important;
}
.mt-180 {
  margin-top: 180px !important;
}
.mt-185 {
  margin-top: 185px !important;
}
.mt-190 {
  margin-top: 190px !important;
}
.mt-195 {
  margin-top: 195px !important;
}
.mt-200 {
  margin-top: 200px !important;
}
@media only screen and (max-width: 767px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-5 {
    margin-top: 5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-10 {
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-15 {
    margin-top: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-20 {
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-25 {
    margin-top: 25px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-30 {
    margin-top: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-35 {
    margin-top: 35px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-40 {
    margin-top: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-45 {
    margin-top: 45px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-50 {
    margin-top: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-55 {
    margin-top: 55px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-60 {
    margin-top: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-65 {
    margin-top: 65px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-70 {
    margin-top: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-75 {
    margin-top: 75px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-80 {
    margin-top: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-85 {
    margin-top: 85px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-90 {
    margin-top: 90px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-95 {
    margin-top: 95px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-100 {
    margin-top: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-105 {
    margin-top: 105px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-110 {
    margin-top: 110px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-115 {
    margin-top: 115px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-120 {
    margin-top: 120px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-125 {
    margin-top: 125px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-130 {
    margin-top: 130px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-135 {
    margin-top: 135px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-140 {
    margin-top: 140px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-145 {
    margin-top: 145px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-150 {
    margin-top: 150px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-155 {
    margin-top: 155px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-160 {
    margin-top: 160px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-165 {
    margin-top: 165px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-170 {
    margin-top: 170px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-175 {
    margin-top: 175px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-180 {
    margin-top: 180px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-185 {
    margin-top: 185px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-190 {
    margin-top: 190px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-195 {
    margin-top: 195px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-md-200 {
    margin-top: 200px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-5 {
    margin-top: 5px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-10 {
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-15 {
    margin-top: 15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-20 {
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-25 {
    margin-top: 25px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-30 {
    margin-top: 30px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-35 {
    margin-top: 35px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-40 {
    margin-top: 40px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-45 {
    margin-top: 45px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-50 {
    margin-top: 50px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-55 {
    margin-top: 55px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-60 {
    margin-top: 60px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-65 {
    margin-top: 65px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-70 {
    margin-top: 70px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-75 {
    margin-top: 75px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-80 {
    margin-top: 80px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-85 {
    margin-top: 85px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-90 {
    margin-top: 90px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-95 {
    margin-top: 95px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-100 {
    margin-top: 100px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-105 {
    margin-top: 105px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-110 {
    margin-top: 110px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-115 {
    margin-top: 115px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-120 {
    margin-top: 120px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-125 {
    margin-top: 125px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-130 {
    margin-top: 130px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-135 {
    margin-top: 135px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-140 {
    margin-top: 140px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-145 {
    margin-top: 145px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-150 {
    margin-top: 150px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-155 {
    margin-top: 155px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-160 {
    margin-top: 160px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-165 {
    margin-top: 165px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-170 {
    margin-top: 170px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-175 {
    margin-top: 175px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-180 {
    margin-top: 180px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-185 {
    margin-top: 185px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-190 {
    margin-top: 190px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-195 {
    margin-top: 195px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-lg-200 {
    margin-top: 200px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-0 {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-5 {
    margin-top: 5px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-10 {
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-15 {
    margin-top: 15px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-20 {
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-25 {
    margin-top: 25px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-30 {
    margin-top: 30px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-35 {
    margin-top: 35px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-40 {
    margin-top: 40px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-45 {
    margin-top: 45px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-50 {
    margin-top: 50px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-55 {
    margin-top: 55px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-60 {
    margin-top: 60px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-65 {
    margin-top: 65px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-70 {
    margin-top: 70px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-75 {
    margin-top: 75px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-80 {
    margin-top: 80px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-85 {
    margin-top: 85px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-90 {
    margin-top: 90px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-95 {
    margin-top: 95px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-100 {
    margin-top: 100px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-105 {
    margin-top: 105px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-110 {
    margin-top: 110px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-115 {
    margin-top: 115px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-120 {
    margin-top: 120px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-125 {
    margin-top: 125px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-130 {
    margin-top: 130px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-135 {
    margin-top: 135px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-140 {
    margin-top: 140px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-145 {
    margin-top: 145px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-150 {
    margin-top: 150px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-155 {
    margin-top: 155px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-160 {
    margin-top: 160px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-165 {
    margin-top: 165px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-170 {
    margin-top: 170px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-175 {
    margin-top: 175px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-180 {
    margin-top: 180px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-185 {
    margin-top: 185px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-190 {
    margin-top: 190px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-195 {
    margin-top: 195px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-xl-200 {
    margin-top: 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_25 {
  margin-bottom: -25px !important;
}
.mb_30 {
  margin-bottom: -30px !important;
}
.mb_35 {
  margin-bottom: -35px !important;
}
.mb_40 {
  margin-bottom: -40px !important;
}
.mb_45 {
  margin-bottom: -45px !important;
}
.mb_50 {
  margin-bottom: -50px !important;
}
.mb_55 {
  margin-bottom: -55px !important;
}
.mb_60 {
  margin-bottom: -60px !important;
}
.mb_65 {
  margin-bottom: -65px !important;
}
.mb_70 {
  margin-bottom: -70px !important;
}
.mb_75 {
  margin-bottom: -75px !important;
}
.mb_80 {
  margin-bottom: -80px !important;
}
.mb_85 {
  margin-bottom: -85px !important;
}
.mb_90 {
  margin-bottom: -90px !important;
}
.mb_95 {
  margin-bottom: -95px !important;
}
.mb_100 {
  margin-bottom: -100px !important;
}
.mb_105 {
  margin-bottom: -105px !important;
}
.mb_110 {
  margin-bottom: -110px !important;
}
.mb_115 {
  margin-bottom: -115px !important;
}
.mb_120 {
  margin-bottom: -120px !important;
}
.mb_125 {
  margin-bottom: -125px !important;
}
.mb_130 {
  margin-bottom: -130px !important;
}
.mb_135 {
  margin-bottom: -135px !important;
}
.mb_140 {
  margin-bottom: -140px !important;
}
.mb_145 {
  margin-bottom: -145px !important;
}
.mb_150 {
  margin-bottom: -150px !important;
}
.mb_155 {
  margin-bottom: -155px !important;
}
.mb_160 {
  margin-bottom: -160px !important;
}
.mb_165 {
  margin-bottom: -165px !important;
}
.mb_170 {
  margin-bottom: -170px !important;
}
.mb_175 {
  margin-bottom: -175px !important;
}
.mb_180 {
  margin-bottom: -180px !important;
}
.mb_185 {
  margin-bottom: -185px !important;
}
.mb_190 {
  margin-bottom: -190px !important;
}
.mb_195 {
  margin-bottom: -195px !important;
}
.mb_200 {
  margin-bottom: -200px !important;
}
@media only screen and (max-width: 767px) {
  .mb_md-0 {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-5 {
    margin-bottom: -5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-10 {
    margin-bottom: -10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-15 {
    margin-bottom: -15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-20 {
    margin-bottom: -20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-25 {
    margin-bottom: -25px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-30 {
    margin-bottom: -30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-35 {
    margin-bottom: -35px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-40 {
    margin-bottom: -40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-45 {
    margin-bottom: -45px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-50 {
    margin-bottom: -50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-55 {
    margin-bottom: -55px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-60 {
    margin-bottom: -60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-65 {
    margin-bottom: -65px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-70 {
    margin-bottom: -70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-75 {
    margin-bottom: -75px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-80 {
    margin-bottom: -80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-85 {
    margin-bottom: -85px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-90 {
    margin-bottom: -90px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-95 {
    margin-bottom: -95px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-100 {
    margin-bottom: -100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-105 {
    margin-bottom: -105px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-110 {
    margin-bottom: -110px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-115 {
    margin-bottom: -115px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-120 {
    margin-bottom: -120px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-125 {
    margin-bottom: -125px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-130 {
    margin-bottom: -130px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-135 {
    margin-bottom: -135px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-140 {
    margin-bottom: -140px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-145 {
    margin-bottom: -145px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-150 {
    margin-bottom: -150px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-155 {
    margin-bottom: -155px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-160 {
    margin-bottom: -160px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-165 {
    margin-bottom: -165px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-170 {
    margin-bottom: -170px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-175 {
    margin-bottom: -175px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-180 {
    margin-bottom: -180px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-185 {
    margin-bottom: -185px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-190 {
    margin-bottom: -190px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-195 {
    margin-bottom: -195px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb_md-200 {
    margin-bottom: -200px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-0 {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-5 {
    margin-bottom: -5px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-10 {
    margin-bottom: -10px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-15 {
    margin-bottom: -15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-20 {
    margin-bottom: -20px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-25 {
    margin-bottom: -25px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-30 {
    margin-bottom: -30px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-35 {
    margin-bottom: -35px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-40 {
    margin-bottom: -40px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-45 {
    margin-bottom: -45px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-50 {
    margin-bottom: -50px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-55 {
    margin-bottom: -55px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-60 {
    margin-bottom: -60px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-65 {
    margin-bottom: -65px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-70 {
    margin-bottom: -70px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-75 {
    margin-bottom: -75px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-80 {
    margin-bottom: -80px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-85 {
    margin-bottom: -85px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-90 {
    margin-bottom: -90px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-95 {
    margin-bottom: -95px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-100 {
    margin-bottom: -100px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-105 {
    margin-bottom: -105px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-110 {
    margin-bottom: -110px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-115 {
    margin-bottom: -115px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-120 {
    margin-bottom: -120px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-125 {
    margin-bottom: -125px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-130 {
    margin-bottom: -130px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-135 {
    margin-bottom: -135px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-140 {
    margin-bottom: -140px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-145 {
    margin-bottom: -145px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-150 {
    margin-bottom: -150px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-155 {
    margin-bottom: -155px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-160 {
    margin-bottom: -160px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-165 {
    margin-bottom: -165px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-170 {
    margin-bottom: -170px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-175 {
    margin-bottom: -175px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-180 {
    margin-bottom: -180px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-185 {
    margin-bottom: -185px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-190 {
    margin-bottom: -190px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-195 {
    margin-bottom: -195px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb_lg-200 {
    margin-bottom: -200px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-0 {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-5 {
    margin-bottom: -5px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-10 {
    margin-bottom: -10px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-15 {
    margin-bottom: -15px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-20 {
    margin-bottom: -20px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-25 {
    margin-bottom: -25px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-30 {
    margin-bottom: -30px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-35 {
    margin-bottom: -35px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-40 {
    margin-bottom: -40px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-45 {
    margin-bottom: -45px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-50 {
    margin-bottom: -50px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-55 {
    margin-bottom: -55px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-60 {
    margin-bottom: -60px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-65 {
    margin-bottom: -65px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-70 {
    margin-bottom: -70px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-75 {
    margin-bottom: -75px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-80 {
    margin-bottom: -80px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-85 {
    margin-bottom: -85px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-90 {
    margin-bottom: -90px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-95 {
    margin-bottom: -95px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-100 {
    margin-bottom: -100px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-105 {
    margin-bottom: -105px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-110 {
    margin-bottom: -110px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-115 {
    margin-bottom: -115px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-120 {
    margin-bottom: -120px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-125 {
    margin-bottom: -125px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-130 {
    margin-bottom: -130px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-135 {
    margin-bottom: -135px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-140 {
    margin-bottom: -140px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-145 {
    margin-bottom: -145px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-150 {
    margin-bottom: -150px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-155 {
    margin-bottom: -155px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-160 {
    margin-bottom: -160px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-165 {
    margin-bottom: -165px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-170 {
    margin-bottom: -170px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-175 {
    margin-bottom: -175px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-180 {
    margin-bottom: -180px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-185 {
    margin-bottom: -185px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-190 {
    margin-bottom: -190px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-195 {
    margin-bottom: -195px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb_xl-200 {
    margin-bottom: -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-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-85 {
  margin-bottom: 85px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-95 {
  margin-bottom: 95px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-105 {
  margin-bottom: 105px !important;
}
.mb-110 {
  margin-bottom: 110px !important;
}
.mb-115 {
  margin-bottom: 115px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.mb-125 {
  margin-bottom: 125px !important;
}
.mb-130 {
  margin-bottom: 130px !important;
}
.mb-135 {
  margin-bottom: 135px !important;
}
.mb-140 {
  margin-bottom: 140px !important;
}
.mb-145 {
  margin-bottom: 145px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
.mb-155 {
  margin-bottom: 155px !important;
}
.mb-160 {
  margin-bottom: 160px !important;
}
.mb-165 {
  margin-bottom: 165px !important;
}
.mb-170 {
  margin-bottom: 170px !important;
}
.mb-175 {
  margin-bottom: 175px !important;
}
.mb-180 {
  margin-bottom: 180px !important;
}
.mb-185 {
  margin-bottom: 185px !important;
}
.mb-190 {
  margin-bottom: 190px !important;
}
.mb-195 {
  margin-bottom: 195px !important;
}
.mb-200 {
  margin-bottom: 200px !important;
}
@media only screen and (max-width: 767px) {
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-35 {
    margin-bottom: 35px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-45 {
    margin-bottom: 45px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-55 {
    margin-bottom: 55px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-65 {
    margin-bottom: 65px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-75 {
    margin-bottom: 75px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-85 {
    margin-bottom: 85px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-95 {
    margin-bottom: 95px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-105 {
    margin-bottom: 105px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-110 {
    margin-bottom: 110px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-115 {
    margin-bottom: 115px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-125 {
    margin-bottom: 125px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-130 {
    margin-bottom: 130px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-135 {
    margin-bottom: 135px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-140 {
    margin-bottom: 140px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-145 {
    margin-bottom: 145px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-150 {
    margin-bottom: 150px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-155 {
    margin-bottom: 155px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-160 {
    margin-bottom: 160px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-165 {
    margin-bottom: 165px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-170 {
    margin-bottom: 170px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-175 {
    margin-bottom: 175px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-180 {
    margin-bottom: 180px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-185 {
    margin-bottom: 185px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-190 {
    margin-bottom: 190px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-195 {
    margin-bottom: 195px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-md-200 {
    margin-bottom: 200px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-5 {
    margin-bottom: 5px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-25 {
    margin-bottom: 25px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-35 {
    margin-bottom: 35px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-45 {
    margin-bottom: 45px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-55 {
    margin-bottom: 55px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-65 {
    margin-bottom: 65px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-75 {
    margin-bottom: 75px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-85 {
    margin-bottom: 85px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-95 {
    margin-bottom: 95px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-105 {
    margin-bottom: 105px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-110 {
    margin-bottom: 110px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-115 {
    margin-bottom: 115px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-125 {
    margin-bottom: 125px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-130 {
    margin-bottom: 130px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-135 {
    margin-bottom: 135px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-140 {
    margin-bottom: 140px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-145 {
    margin-bottom: 145px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-150 {
    margin-bottom: 150px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-155 {
    margin-bottom: 155px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-160 {
    margin-bottom: 160px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-165 {
    margin-bottom: 165px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-170 {
    margin-bottom: 170px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-175 {
    margin-bottom: 175px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-180 {
    margin-bottom: 180px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-185 {
    margin-bottom: 185px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-190 {
    margin-bottom: 190px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-195 {
    margin-bottom: 195px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mb-lg-200 {
    margin-bottom: 200px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-5 {
    margin-bottom: 5px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-25 {
    margin-bottom: 25px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-35 {
    margin-bottom: 35px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-45 {
    margin-bottom: 45px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-55 {
    margin-bottom: 55px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-65 {
    margin-bottom: 65px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-75 {
    margin-bottom: 75px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-85 {
    margin-bottom: 85px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-95 {
    margin-bottom: 95px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-105 {
    margin-bottom: 105px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-110 {
    margin-bottom: 110px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-115 {
    margin-bottom: 115px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-120 {
    margin-bottom: 120px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-125 {
    margin-bottom: 125px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-130 {
    margin-bottom: 130px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-135 {
    margin-bottom: 135px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-140 {
    margin-bottom: 140px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-145 {
    margin-bottom: 145px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-150 {
    margin-bottom: 150px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-155 {
    margin-bottom: 155px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-160 {
    margin-bottom: 160px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-165 {
    margin-bottom: 165px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-170 {
    margin-bottom: 170px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-175 {
    margin-bottom: 175px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-180 {
    margin-bottom: 180px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-185 {
    margin-bottom: 185px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-190 {
    margin-bottom: 190px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-195 {
    margin-bottom: 195px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-xl-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_25 {
  margin-left: -25px !important;
}
.ml_30 {
  margin-left: -30px !important;
}
.ml_35 {
  margin-left: -35px !important;
}
.ml_40 {
  margin-left: -40px !important;
}
.ml_45 {
  margin-left: -45px !important;
}
.ml_50 {
  margin-left: -50px !important;
}
.ml_55 {
  margin-left: -55px !important;
}
.ml_60 {
  margin-left: -60px !important;
}
.ml_65 {
  margin-left: -65px !important;
}
.ml_70 {
  margin-left: -70px !important;
}
.ml_75 {
  margin-left: -75px !important;
}
.ml_80 {
  margin-left: -80px !important;
}
.ml_85 {
  margin-left: -85px !important;
}
.ml_90 {
  margin-left: -90px !important;
}
.ml_95 {
  margin-left: -95px !important;
}
.ml_100 {
  margin-left: -100px !important;
}
.ml_105 {
  margin-left: -105px !important;
}
.ml_110 {
  margin-left: -110px !important;
}
.ml_115 {
  margin-left: -115px !important;
}
.ml_120 {
  margin-left: -120px !important;
}
.ml_125 {
  margin-left: -125px !important;
}
.ml_130 {
  margin-left: -130px !important;
}
.ml_135 {
  margin-left: -135px !important;
}
.ml_140 {
  margin-left: -140px !important;
}
.ml_145 {
  margin-left: -145px !important;
}
.ml_150 {
  margin-left: -150px !important;
}
.ml_155 {
  margin-left: -155px !important;
}
.ml_160 {
  margin-left: -160px !important;
}
.ml_165 {
  margin-left: -165px !important;
}
.ml_170 {
  margin-left: -170px !important;
}
.ml_175 {
  margin-left: -175px !important;
}
.ml_180 {
  margin-left: -180px !important;
}
.ml_185 {
  margin-left: -185px !important;
}
.ml_190 {
  margin-left: -190px !important;
}
.ml_195 {
  margin-left: -195px !important;
}
.ml_200 {
  margin-left: -200px !important;
}
@media only screen and (max-width: 767px) {
  .ml_md-0 {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-5 {
    margin-left: -5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-10 {
    margin-left: -10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-15 {
    margin-left: -15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-20 {
    margin-left: -20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-25 {
    margin-left: -25px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-30 {
    margin-left: -30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-35 {
    margin-left: -35px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-40 {
    margin-left: -40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-45 {
    margin-left: -45px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-50 {
    margin-left: -50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-55 {
    margin-left: -55px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-60 {
    margin-left: -60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-65 {
    margin-left: -65px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-70 {
    margin-left: -70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-75 {
    margin-left: -75px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-80 {
    margin-left: -80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-85 {
    margin-left: -85px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-90 {
    margin-left: -90px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-95 {
    margin-left: -95px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-100 {
    margin-left: -100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-105 {
    margin-left: -105px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-110 {
    margin-left: -110px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-115 {
    margin-left: -115px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-120 {
    margin-left: -120px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-125 {
    margin-left: -125px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-130 {
    margin-left: -130px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-135 {
    margin-left: -135px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-140 {
    margin-left: -140px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-145 {
    margin-left: -145px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-150 {
    margin-left: -150px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-155 {
    margin-left: -155px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-160 {
    margin-left: -160px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-165 {
    margin-left: -165px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-170 {
    margin-left: -170px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-175 {
    margin-left: -175px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-180 {
    margin-left: -180px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-185 {
    margin-left: -185px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-190 {
    margin-left: -190px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-195 {
    margin-left: -195px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml_md-200 {
    margin-left: -200px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-0 {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-5 {
    margin-left: -5px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-10 {
    margin-left: -10px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-15 {
    margin-left: -15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-20 {
    margin-left: -20px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-25 {
    margin-left: -25px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-30 {
    margin-left: -30px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-35 {
    margin-left: -35px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-40 {
    margin-left: -40px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-45 {
    margin-left: -45px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-50 {
    margin-left: -50px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-55 {
    margin-left: -55px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-60 {
    margin-left: -60px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-65 {
    margin-left: -65px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-70 {
    margin-left: -70px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-75 {
    margin-left: -75px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-80 {
    margin-left: -80px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-85 {
    margin-left: -85px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-90 {
    margin-left: -90px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-95 {
    margin-left: -95px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-100 {
    margin-left: -100px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-105 {
    margin-left: -105px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-110 {
    margin-left: -110px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-115 {
    margin-left: -115px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-120 {
    margin-left: -120px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-125 {
    margin-left: -125px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-130 {
    margin-left: -130px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-135 {
    margin-left: -135px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-140 {
    margin-left: -140px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-145 {
    margin-left: -145px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-150 {
    margin-left: -150px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-155 {
    margin-left: -155px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-160 {
    margin-left: -160px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-165 {
    margin-left: -165px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-170 {
    margin-left: -170px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-175 {
    margin-left: -175px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-180 {
    margin-left: -180px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-185 {
    margin-left: -185px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-190 {
    margin-left: -190px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-195 {
    margin-left: -195px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml_lg-200 {
    margin-left: -200px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-0 {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-5 {
    margin-left: -5px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-10 {
    margin-left: -10px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-15 {
    margin-left: -15px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-20 {
    margin-left: -20px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-25 {
    margin-left: -25px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-30 {
    margin-left: -30px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-35 {
    margin-left: -35px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-40 {
    margin-left: -40px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-45 {
    margin-left: -45px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-50 {
    margin-left: -50px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-55 {
    margin-left: -55px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-60 {
    margin-left: -60px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-65 {
    margin-left: -65px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-70 {
    margin-left: -70px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-75 {
    margin-left: -75px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-80 {
    margin-left: -80px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-85 {
    margin-left: -85px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-90 {
    margin-left: -90px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-95 {
    margin-left: -95px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-100 {
    margin-left: -100px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-105 {
    margin-left: -105px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-110 {
    margin-left: -110px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-115 {
    margin-left: -115px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-120 {
    margin-left: -120px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-125 {
    margin-left: -125px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-130 {
    margin-left: -130px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-135 {
    margin-left: -135px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-140 {
    margin-left: -140px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-145 {
    margin-left: -145px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-150 {
    margin-left: -150px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-155 {
    margin-left: -155px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-160 {
    margin-left: -160px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-165 {
    margin-left: -165px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-170 {
    margin-left: -170px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-175 {
    margin-left: -175px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-180 {
    margin-left: -180px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-185 {
    margin-left: -185px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-190 {
    margin-left: -190px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-195 {
    margin-left: -195px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml_xl-200 {
    margin-left: -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-25 {
  margin-left: 25px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-45 {
  margin-left: 45px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.ml-55 {
  margin-left: 55px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.ml-65 {
  margin-left: 65px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.ml-75 {
  margin-left: 75px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.ml-85 {
  margin-left: 85px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.ml-95 {
  margin-left: 95px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.ml-105 {
  margin-left: 105px !important;
}
.ml-110 {
  margin-left: 110px !important;
}
.ml-115 {
  margin-left: 115px !important;
}
.ml-120 {
  margin-left: 120px !important;
}
.ml-125 {
  margin-left: 125px !important;
}
.ml-130 {
  margin-left: 130px !important;
}
.ml-135 {
  margin-left: 135px !important;
}
.ml-140 {
  margin-left: 140px !important;
}
.ml-145 {
  margin-left: 145px !important;
}
.ml-150 {
  margin-left: 150px !important;
}
.ml-155 {
  margin-left: 155px !important;
}
.ml-160 {
  margin-left: 160px !important;
}
.ml-165 {
  margin-left: 165px !important;
}
.ml-170 {
  margin-left: 170px !important;
}
.ml-175 {
  margin-left: 175px !important;
}
.ml-180 {
  margin-left: 180px !important;
}
.ml-185 {
  margin-left: 185px !important;
}
.ml-190 {
  margin-left: 190px !important;
}
.ml-195 {
  margin-left: 195px !important;
}
.ml-200 {
  margin-left: 200px !important;
}
@media only screen and (max-width: 767px) {
  .ml-md-0 {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-5 {
    margin-left: 5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-10 {
    margin-left: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-15 {
    margin-left: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-20 {
    margin-left: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-25 {
    margin-left: 25px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-30 {
    margin-left: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-35 {
    margin-left: 35px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-40 {
    margin-left: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-45 {
    margin-left: 45px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-50 {
    margin-left: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-55 {
    margin-left: 55px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-60 {
    margin-left: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-65 {
    margin-left: 65px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-70 {
    margin-left: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-75 {
    margin-left: 75px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-80 {
    margin-left: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-85 {
    margin-left: 85px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-90 {
    margin-left: 90px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-95 {
    margin-left: 95px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-100 {
    margin-left: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-105 {
    margin-left: 105px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-110 {
    margin-left: 110px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-115 {
    margin-left: 115px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-120 {
    margin-left: 120px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-125 {
    margin-left: 125px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-130 {
    margin-left: 130px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-135 {
    margin-left: 135px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-140 {
    margin-left: 140px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-145 {
    margin-left: 145px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-150 {
    margin-left: 150px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-155 {
    margin-left: 155px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-160 {
    margin-left: 160px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-165 {
    margin-left: 165px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-170 {
    margin-left: 170px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-175 {
    margin-left: 175px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-180 {
    margin-left: 180px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-185 {
    margin-left: 185px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-190 {
    margin-left: 190px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-195 {
    margin-left: 195px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-md-200 {
    margin-left: 200px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-0 {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-5 {
    margin-left: 5px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-10 {
    margin-left: 10px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-15 {
    margin-left: 15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-20 {
    margin-left: 20px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-25 {
    margin-left: 25px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-30 {
    margin-left: 30px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-35 {
    margin-left: 35px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-40 {
    margin-left: 40px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-45 {
    margin-left: 45px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-50 {
    margin-left: 50px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-55 {
    margin-left: 55px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-60 {
    margin-left: 60px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-65 {
    margin-left: 65px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-70 {
    margin-left: 70px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-75 {
    margin-left: 75px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-80 {
    margin-left: 80px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-85 {
    margin-left: 85px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-90 {
    margin-left: 90px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-95 {
    margin-left: 95px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-100 {
    margin-left: 100px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-105 {
    margin-left: 105px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-110 {
    margin-left: 110px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-115 {
    margin-left: 115px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-120 {
    margin-left: 120px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-125 {
    margin-left: 125px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-130 {
    margin-left: 130px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-135 {
    margin-left: 135px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-140 {
    margin-left: 140px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-145 {
    margin-left: 145px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-150 {
    margin-left: 150px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-155 {
    margin-left: 155px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-160 {
    margin-left: 160px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-165 {
    margin-left: 165px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-170 {
    margin-left: 170px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-175 {
    margin-left: 175px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-180 {
    margin-left: 180px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-185 {
    margin-left: 185px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-190 {
    margin-left: 190px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-195 {
    margin-left: 195px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ml-lg-200 {
    margin-left: 200px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-0 {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-5 {
    margin-left: 5px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-10 {
    margin-left: 10px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-15 {
    margin-left: 15px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-20 {
    margin-left: 20px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-25 {
    margin-left: 25px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-30 {
    margin-left: 30px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-35 {
    margin-left: 35px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-40 {
    margin-left: 40px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-45 {
    margin-left: 45px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-50 {
    margin-left: 50px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-55 {
    margin-left: 55px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-60 {
    margin-left: 60px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-65 {
    margin-left: 65px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-70 {
    margin-left: 70px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-75 {
    margin-left: 75px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-80 {
    margin-left: 80px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-85 {
    margin-left: 85px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-90 {
    margin-left: 90px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-95 {
    margin-left: 95px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-100 {
    margin-left: 100px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-105 {
    margin-left: 105px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-110 {
    margin-left: 110px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-115 {
    margin-left: 115px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-120 {
    margin-left: 120px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-125 {
    margin-left: 125px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-130 {
    margin-left: 130px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-135 {
    margin-left: 135px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-140 {
    margin-left: 140px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-145 {
    margin-left: 145px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-150 {
    margin-left: 150px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-155 {
    margin-left: 155px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-160 {
    margin-left: 160px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-165 {
    margin-left: 165px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-170 {
    margin-left: 170px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-175 {
    margin-left: 175px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-180 {
    margin-left: 180px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-185 {
    margin-left: 185px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-190 {
    margin-left: 190px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-195 {
    margin-left: 195px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-xl-200 {
    margin-left: 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_25 {
  margin-right: -25px !important;
}
.mr_30 {
  margin-right: -30px !important;
}
.mr_35 {
  margin-right: -35px !important;
}
.mr_40 {
  margin-right: -40px !important;
}
.mr_45 {
  margin-right: -45px !important;
}
.mr_50 {
  margin-right: -50px !important;
}
.mr_55 {
  margin-right: -55px !important;
}
.mr_60 {
  margin-right: -60px !important;
}
.mr_65 {
  margin-right: -65px !important;
}
.mr_70 {
  margin-right: -70px !important;
}
.mr_75 {
  margin-right: -75px !important;
}
.mr_80 {
  margin-right: -80px !important;
}
.mr_85 {
  margin-right: -85px !important;
}
.mr_90 {
  margin-right: -90px !important;
}
.mr_95 {
  margin-right: -95px !important;
}
.mr_100 {
  margin-right: -100px !important;
}
.mr_105 {
  margin-right: -105px !important;
}
.mr_110 {
  margin-right: -110px !important;
}
.mr_115 {
  margin-right: -115px !important;
}
.mr_120 {
  margin-right: -120px !important;
}
.mr_125 {
  margin-right: -125px !important;
}
.mr_130 {
  margin-right: -130px !important;
}
.mr_135 {
  margin-right: -135px !important;
}
.mr_140 {
  margin-right: -140px !important;
}
.mr_145 {
  margin-right: -145px !important;
}
.mr_150 {
  margin-right: -150px !important;
}
.mr_155 {
  margin-right: -155px !important;
}
.mr_160 {
  margin-right: -160px !important;
}
.mr_165 {
  margin-right: -165px !important;
}
.mr_170 {
  margin-right: -170px !important;
}
.mr_175 {
  margin-right: -175px !important;
}
.mr_180 {
  margin-right: -180px !important;
}
.mr_185 {
  margin-right: -185px !important;
}
.mr_190 {
  margin-right: -190px !important;
}
.mr_195 {
  margin-right: -195px !important;
}
.mr_200 {
  margin-right: -200px !important;
}
@media only screen and (max-width: 767px) {
  .mr_md-0 {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-5 {
    margin-right: -5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-10 {
    margin-right: -10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-15 {
    margin-right: -15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-20 {
    margin-right: -20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-25 {
    margin-right: -25px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-30 {
    margin-right: -30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-35 {
    margin-right: -35px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-40 {
    margin-right: -40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-45 {
    margin-right: -45px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-50 {
    margin-right: -50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-55 {
    margin-right: -55px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-60 {
    margin-right: -60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-65 {
    margin-right: -65px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-70 {
    margin-right: -70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-75 {
    margin-right: -75px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-80 {
    margin-right: -80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-85 {
    margin-right: -85px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-90 {
    margin-right: -90px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-95 {
    margin-right: -95px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-100 {
    margin-right: -100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-105 {
    margin-right: -105px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-110 {
    margin-right: -110px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-115 {
    margin-right: -115px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-120 {
    margin-right: -120px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-125 {
    margin-right: -125px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-130 {
    margin-right: -130px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-135 {
    margin-right: -135px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-140 {
    margin-right: -140px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-145 {
    margin-right: -145px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-150 {
    margin-right: -150px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-155 {
    margin-right: -155px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-160 {
    margin-right: -160px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-165 {
    margin-right: -165px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-170 {
    margin-right: -170px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-175 {
    margin-right: -175px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-180 {
    margin-right: -180px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-185 {
    margin-right: -185px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-190 {
    margin-right: -190px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-195 {
    margin-right: -195px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr_md-200 {
    margin-right: -200px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-0 {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-5 {
    margin-right: -5px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-10 {
    margin-right: -10px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-15 {
    margin-right: -15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-20 {
    margin-right: -20px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-25 {
    margin-right: -25px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-30 {
    margin-right: -30px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-35 {
    margin-right: -35px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-40 {
    margin-right: -40px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-45 {
    margin-right: -45px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-50 {
    margin-right: -50px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-55 {
    margin-right: -55px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-60 {
    margin-right: -60px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-65 {
    margin-right: -65px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-70 {
    margin-right: -70px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-75 {
    margin-right: -75px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-80 {
    margin-right: -80px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-85 {
    margin-right: -85px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-90 {
    margin-right: -90px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-95 {
    margin-right: -95px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-100 {
    margin-right: -100px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-105 {
    margin-right: -105px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-110 {
    margin-right: -110px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-115 {
    margin-right: -115px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-120 {
    margin-right: -120px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-125 {
    margin-right: -125px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-130 {
    margin-right: -130px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-135 {
    margin-right: -135px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-140 {
    margin-right: -140px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-145 {
    margin-right: -145px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-150 {
    margin-right: -150px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-155 {
    margin-right: -155px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-160 {
    margin-right: -160px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-165 {
    margin-right: -165px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-170 {
    margin-right: -170px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-175 {
    margin-right: -175px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-180 {
    margin-right: -180px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-185 {
    margin-right: -185px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-190 {
    margin-right: -190px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-195 {
    margin-right: -195px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr_lg-200 {
    margin-right: -200px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-0 {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-5 {
    margin-right: -5px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-10 {
    margin-right: -10px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-15 {
    margin-right: -15px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-20 {
    margin-right: -20px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-25 {
    margin-right: -25px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-30 {
    margin-right: -30px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-35 {
    margin-right: -35px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-40 {
    margin-right: -40px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-45 {
    margin-right: -45px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-50 {
    margin-right: -50px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-55 {
    margin-right: -55px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-60 {
    margin-right: -60px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-65 {
    margin-right: -65px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-70 {
    margin-right: -70px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-75 {
    margin-right: -75px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-80 {
    margin-right: -80px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-85 {
    margin-right: -85px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-90 {
    margin-right: -90px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-95 {
    margin-right: -95px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-100 {
    margin-right: -100px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-105 {
    margin-right: -105px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-110 {
    margin-right: -110px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-115 {
    margin-right: -115px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-120 {
    margin-right: -120px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-125 {
    margin-right: -125px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-130 {
    margin-right: -130px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-135 {
    margin-right: -135px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-140 {
    margin-right: -140px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-145 {
    margin-right: -145px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-150 {
    margin-right: -150px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-155 {
    margin-right: -155px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-160 {
    margin-right: -160px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-165 {
    margin-right: -165px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-170 {
    margin-right: -170px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-175 {
    margin-right: -175px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-180 {
    margin-right: -180px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-185 {
    margin-right: -185px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-190 {
    margin-right: -190px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-195 {
    margin-right: -195px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr_xl-200 {
    margin-right: -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-25 {
  margin-right: 25px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-45 {
  margin-right: 45px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mr-55 {
  margin-right: 55px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mr-65 {
  margin-right: 65px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.mr-75 {
  margin-right: 75px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mr-85 {
  margin-right: 85px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.mr-95 {
  margin-right: 95px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mr-105 {
  margin-right: 105px !important;
}
.mr-110 {
  margin-right: 110px !important;
}
.mr-115 {
  margin-right: 115px !important;
}
.mr-120 {
  margin-right: 120px !important;
}
.mr-125 {
  margin-right: 125px !important;
}
.mr-130 {
  margin-right: 130px !important;
}
.mr-135 {
  margin-right: 135px !important;
}
.mr-140 {
  margin-right: 140px !important;
}
.mr-145 {
  margin-right: 145px !important;
}
.mr-150 {
  margin-right: 150px !important;
}
.mr-155 {
  margin-right: 155px !important;
}
.mr-160 {
  margin-right: 160px !important;
}
.mr-165 {
  margin-right: 165px !important;
}
.mr-170 {
  margin-right: 170px !important;
}
.mr-175 {
  margin-right: 175px !important;
}
.mr-180 {
  margin-right: 180px !important;
}
.mr-185 {
  margin-right: 185px !important;
}
.mr-190 {
  margin-right: 190px !important;
}
.mr-195 {
  margin-right: 195px !important;
}
.mr-200 {
  margin-right: 200px !important;
}
@media only screen and (max-width: 767px) {
  .mr-md-0 {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-5 {
    margin-right: 5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-10 {
    margin-right: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-15 {
    margin-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-20 {
    margin-right: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-25 {
    margin-right: 25px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-30 {
    margin-right: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-35 {
    margin-right: 35px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-40 {
    margin-right: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-45 {
    margin-right: 45px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-50 {
    margin-right: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-55 {
    margin-right: 55px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-60 {
    margin-right: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-65 {
    margin-right: 65px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-70 {
    margin-right: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-75 {
    margin-right: 75px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-80 {
    margin-right: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-85 {
    margin-right: 85px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-90 {
    margin-right: 90px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-95 {
    margin-right: 95px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-100 {
    margin-right: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-105 {
    margin-right: 105px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-110 {
    margin-right: 110px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-115 {
    margin-right: 115px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-120 {
    margin-right: 120px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-125 {
    margin-right: 125px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-130 {
    margin-right: 130px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-135 {
    margin-right: 135px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-140 {
    margin-right: 140px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-145 {
    margin-right: 145px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-150 {
    margin-right: 150px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-155 {
    margin-right: 155px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-160 {
    margin-right: 160px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-165 {
    margin-right: 165px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-170 {
    margin-right: 170px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-175 {
    margin-right: 175px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-180 {
    margin-right: 180px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-185 {
    margin-right: 185px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-190 {
    margin-right: 190px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-195 {
    margin-right: 195px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mr-md-200 {
    margin-right: 200px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-0 {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-5 {
    margin-right: 5px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-10 {
    margin-right: 10px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-15 {
    margin-right: 15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-20 {
    margin-right: 20px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-25 {
    margin-right: 25px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-30 {
    margin-right: 30px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-35 {
    margin-right: 35px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-40 {
    margin-right: 40px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-45 {
    margin-right: 45px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-50 {
    margin-right: 50px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-55 {
    margin-right: 55px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-60 {
    margin-right: 60px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-65 {
    margin-right: 65px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-70 {
    margin-right: 70px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-75 {
    margin-right: 75px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-80 {
    margin-right: 80px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-85 {
    margin-right: 85px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-90 {
    margin-right: 90px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-95 {
    margin-right: 95px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-100 {
    margin-right: 100px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-105 {
    margin-right: 105px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-110 {
    margin-right: 110px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-115 {
    margin-right: 115px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-120 {
    margin-right: 120px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-125 {
    margin-right: 125px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-130 {
    margin-right: 130px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-135 {
    margin-right: 135px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-140 {
    margin-right: 140px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-145 {
    margin-right: 145px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-150 {
    margin-right: 150px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-155 {
    margin-right: 155px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-160 {
    margin-right: 160px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-165 {
    margin-right: 165px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-170 {
    margin-right: 170px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-175 {
    margin-right: 175px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-180 {
    margin-right: 180px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-185 {
    margin-right: 185px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-190 {
    margin-right: 190px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-195 {
    margin-right: 195px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mr-lg-200 {
    margin-right: 200px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-0 {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-5 {
    margin-right: 5px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-10 {
    margin-right: 10px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-15 {
    margin-right: 15px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-20 {
    margin-right: 20px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-25 {
    margin-right: 25px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-30 {
    margin-right: 30px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-35 {
    margin-right: 35px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-40 {
    margin-right: 40px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-45 {
    margin-right: 45px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-50 {
    margin-right: 50px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-55 {
    margin-right: 55px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-60 {
    margin-right: 60px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-65 {
    margin-right: 65px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-70 {
    margin-right: 70px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-75 {
    margin-right: 75px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-80 {
    margin-right: 80px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-85 {
    margin-right: 85px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-90 {
    margin-right: 90px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-95 {
    margin-right: 95px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-100 {
    margin-right: 100px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-105 {
    margin-right: 105px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-110 {
    margin-right: 110px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-115 {
    margin-right: 115px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-120 {
    margin-right: 120px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-125 {
    margin-right: 125px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-130 {
    margin-right: 130px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-135 {
    margin-right: 135px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-140 {
    margin-right: 140px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-145 {
    margin-right: 145px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-150 {
    margin-right: 150px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-155 {
    margin-right: 155px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-160 {
    margin-right: 160px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-165 {
    margin-right: 165px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-170 {
    margin-right: 170px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-175 {
    margin-right: 175px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-180 {
    margin-right: 180px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-185 {
    margin-right: 185px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-190 {
    margin-right: 190px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-195 {
    margin-right: 195px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mr-xl-200 {
    margin-right: 200px !important;
  }
}
.spacing-1 {
  padding: 70px 0 0 70px;
  margin-left: -180px;
  margin-top: 70px;
}
@media (max-width: 991px) {
  .spacing-1 {
    padding: 60px 24px;
    margin: 0;
  }
}
.spacing-2 {
  padding: 105px 0 245px;
  margin: -125px -230px -230px 230px;
}
@media (max-width: 991px) {
  .spacing-2 {
    padding-top: 0;
    margin: 0 -60px -150px 60px;
  }
}
.spacing-3 {
  padding: 91px 200px 58px 15px;
  margin-top: -70px;
}
@media (max-width: 991px) {
  .spacing-3 {
    margin-top: 0;
    padding: 60px 15px;
  }
}
.box-shadow {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}
.z-index_1 {
  z-index: -1;
}
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-0 {
  z-index: 0;
}
.alignleft {
  float: left;
  margin: 0.425em 1.75em 1.25em 0;
}
.alignright {
  float: right;
  margin: 0.425em 0 1.25em 1.75em;
}
ul.social-icons {
  margin: 0;
  padding: 0;
}
.social-icons li {
  display: inline-block;
  border: none;
  z-index: 1;
  position: relative;
  margin: 0 2px;
}
.social-icons li:last-child {
  margin-right: 0;
}
.social-icons li a {
  display: block;
  min-width: 28px;
  text-align: center;
}
.social-icons.circle li > a {
  border-width: 1px;
  border-style: solid;
  height: 33px;
  width: 33px;
  line-height: 33px;
  text-align: center;
  display: block;
  background-color: transparent;
  font-size: 13px;
  border-radius: 50%;
}
.social-icons.circle li > a:hover {
  background-color: #111922;
  border-color: #111922;
  color: #fff;
}
.tooltip-top {
  position: relative;
}
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: rgba(51, 51, 51, 0.9);
  bottom: 100%;
  left: 50%;
}
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}
.tooltip-top:focus:after,
.tooltip-top:focus:before,
.tooltip-top:hover:after,
.tooltip-top:hover:before {
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
}
.tooltip:after {
  margin-left: -60px;
  z-index: 1000;
  padding: 8px;
  width: 120px;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  border-radius: 5px;
}
.tooltip:after,
.tooltip:before {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24),
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  pointer-events: none;
  bottom: 100%;
  left: 50%;
}
.tooltip:before {
  z-index: 1001;
  background: 0 0;
  content: "";
  margin-left: -6px;
  margin-bottom: -12px;
  border: 6px solid transparent;
  border-top-color: rgba(51, 51, 51, 0.9);
}
.tooltip:focus:after,
.tooltip:focus:before,
.tooltip:hover:after,
.tooltip:hover:before {
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(Opacity=100);
  opacity: 1;
}
[data-tooltip]:after {
  margin-left: -60px;
  z-index: 1000;
  padding: 8px;
  width: 120px;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  border-radius: 5px;
}
[data-tooltip]:after,
[data-tooltip]:before {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24),
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  pointer-events: none;
  bottom: 100%;
  left: 50%;
}
[data-tooltip]:before {
  z-index: 1001;
  background: 0 0;
  content: "";
  margin-left: -6px;
  margin-bottom: -12px;
  border: 6px solid transparent;
  border-top-color: rgba(51, 51, 51, 0.9);
}
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(Opacity=100);
  opacity: 1;
}
.tooltip-bottom:after {
  bottom: -100%;
}
.tooltip-bottom:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: transparent;
  bottom: -7px;
}
.slick_slider.row {
  margin: 0 -12px;
}
.slick_slider.row [class*="col-"] {
  padding: 0 12px;
}
@media (max-width: 991px) {
  .slick_slider.row .slick-arrow,
  .slick_slider.row .slick-dot {
    display: none;
    visibility: hidden;
  }
}
.slick-slider .slick-slide {
  border: 0;
  outline: 0;
}
.slick-slider .slick-slide .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-slider .slick-slide .slick-arrow,
.slick-slider .slick-slide .slick-next {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slick_slider.slick-dots-style1 .slick-dots {
  text-align: center;
  padding: 0;
  margin-top: -50px;
}
.slick_slider.slick-dots-style1 .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  line-height: 0;
}
.slick_slider.slick-dots-style1 .slick-dots li button {
  height: 9px;
  width: 9px;
  border-radius: 100%;
  line-height: 0;
  border: 0;
  position: relative;
  margin: 0 6px;
  padding: 0;
  font-size: 0;
  background-color: transparent;
}
.slick_slider.slick-dots-style1 .slick-dots li button:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  top: -3px;
  left: -3px;
  border-radius: 100%;
  border: 1px solid red;
}
.slick_slider.slick-dots-style2 .slick-dots {
  margin: 0;
  padding: 30px 0 0;
  text-align: center;
}
.slick_slider.slick-dots-style2 .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  line-height: 0;
}
.slick_slider.slick-dots-style2 .slick-dots li button {
  height: 9px;
  width: 9px;
  border-radius: 100%;
  line-height: 0;
  border: 0;
  position: relative;
  margin: 0 6px;
  padding: 0;
  font-size: 0;
  background-color: transparent;
}
.slick_slider.slick-dots-style2 .slick-dots li button:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  top: -3px;
  left: -3px;
  border-radius: 100%;
  border: 1px solid red;
}
.slick_slider .slick-arrow {
  width: 46px;
  height: 46px;
  z-index: 1;
  color: inherit;
  background-color: hsla(0, 0%, 100%, 0.07);
  box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
  border: 0;
}
.slick_slider .slick-arrow:focus,
.slick_slider .slick-arrow:hover {
  background-color: #34bf49;
  border-color: #34bf49 !important;
  color: #fff;
}
.slick_slider .slick-next {
  right: 0;
}
.slick_slider .slick-next:before {
  content: "\e649";
}
.slick_slider .slick-next:before,
.slick_slider .slick-prev:before {
  font-family: "themify";
  font-size: 15px;
  line-height: 1;
  opacity: 1;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick_slider .slick-prev:before {
  content: "\e64a";
}
.bg-theme-GreyColor .slick_slider .slick-arrow {
  border-color: #dbdbdb;
  background-color: #fff;
}
.bg-theme-GreyColor .slick_slider .slick-arrow:focus,
.bg-theme-GreyColor .slick_slider .slick-arrow:hover {
  background-color: #34bf49;
  border-color: #34bf49 !important;
  color: #fff;
}
.slick_slider.slick-arrows-style1 .slick-arrow {
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  opacity: 0;
  z-index: 11;
  overflow: hidden;
  box-shadow: unset;
}
.slick_slider.slick-arrows-style1 .slick-next {
  right: 0;
  left: auto;
}
.slick_slider.slick-arrows-style1 .slick-prev {
  left: 0;
}
.slick_slider.slick-arrows-style1:hover .slick-arrow {
  margin: 0 -60px;
  opacity: 1;
  overflow: visible;
}
.slick_slider.slick-arrows-style2 .slick-arrow {
  top: -40px;
  height: 38px;
  width: 38px;
  border-radius: 5px;
  box-shadow: unset;
  border: 1px solid #dbdbdb;
}
.slick_slider.slick-arrows-style2 .slick-arrow:before {
  font-size: 12px;
  color: inherit;
}
.slick_slider.slick-arrows-style2 .slick-next {
  right: 15px;
  left: auto;
}
.slick_slider.slick-arrows-style2 .slick-prev {
  left: auto;
  right: 60px;
}
.slick_slider.slick-arrows-style3 .slick-arrow {
  height: auto;
  width: auto;
  position: absolute;
  display: block;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #34bf49;
  background-color: transparent;
  box-shadow: unset;
  right: 20px;
  top: 15%;
}
@media (max-width: 500px) {
  .slick_slider.slick-arrows-style3 .slick-arrow {
    display: none !important;
  }
}
.slick_slider.slick-arrows-style3 .slick-arrow:before {
  color: #34bf49;
  font-size: 22px;
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.slick_slider.slick-arrows-style3 .slick-prev {
  right: 95px;
  left: auto;
}
.slick_slider.slick-arrows-style3 .slick-prev:before {
  content: "\f30a";
}
.slick_slider_countable {
  position: absolute;
  top: 11%;
  line-height: normal;
  left: auto;
  right: 50px;
  font-size: 15px;
  font-style: italic;
  color: #111922;
}
.slick_slider_countable > span.totalSlide {
  color: #34bf49;
}
@media (max-width: 500px) {
  .slick_slider_countable {
    display: none;
  }
}
.banner_slider .slide_img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.slick-active .slide_img {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: imageAnimation 36s linear 0s;
  animation: imageAnimation 36s linear 0s;
}
@-webkit-keyframes imageAnimation {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  8% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  17% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  22% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  25% {
    -transform: scale(1.1);
  }
}
@keyframes imageAnimation {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  8% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  17% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  22% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  25% {
    -transform: scale(1.1);
  }
}
.banner_slider.slick-slider .slick-prev {
  opacity: 0;
  visibility: hidden;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding-right: 3px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  z-index: 1;
  margin: 0;
  background: rgba(34, 54, 69, 0.5);
  border-radius: 50%;
}
.banner_slider.slick-slider .slick-prev:hover {
  background: #000;
}
.banner_slider.slick-slider .slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  opacity: 1;
  color: #fff;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
}
.banner_slider.slick-slider .slick-next {
  opacity: 0;
  visibility: hidden;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  display: block;
  z-index: 1;
  margin: 0;
  background: rgba(34, 54, 69, 0.5);
  border-radius: 50%;
  right: 0;
  left: auto;
  padding-right: 0;
  padding-left: 3px;
}
.banner_slider.slick-slider .slick-next:hover {
  background: #000;
}
.banner_slider.slick-slider .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  opacity: 1;
  color: #fff;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
}
.banner_slider.slick-slider:hover .slick-next,
.banner_slider.slick-slider:hover .slick-prev {
  opacity: 1;
  margin: 0 20px;
  visibility: visible;
}
.slide {
  height: 600px;
  -webkit-align-items: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  left: 0;
}
.slide .slide__img img {
  opacity: 1;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
}
.slide .slide__content {
  position: relative;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.slide .slide__content--headings {
  padding: 15px 0;
  position: relative;
  transition: all 0.4s;
}
.slide .slide__content--headings h2 {
  font-size: calc(1.4125rem + 1.95vw);
  line-height: 1.2;
  margin-bottom: 0;
  color: #fff;
}
@media (min-width: 1200px) {
  .slide .slide__content--headings h2 {
    font-size: 2.875rem;
  }
}
.slide .slide__content--headings > h3 {
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
.slide .slide__content--headings p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
  font-weight: 400;
  color: hsla(0, 0%, 100%, 0.71);
}
.banner_slider_1 .slide .slide__content {
  text-align: center;
  background-image: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0) -50%,
    rgba(0, 0, 0, 0.6)
  );
}
.banner_slider_1 .slide .slide__content--headings h2 {
  font-size: calc(1.385rem + 1.62vw);
  line-height: 1.2;
  margin-bottom: 0;
  color: #fff;
}
@media (min-width: 1200px) {
  .banner_slider_1 .slide .slide__content--headings h2 {
    font-size: 2.6rem;
  }
}
.banner_slider_1 .slide .slide__content--headings > h3 {
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
.banner_slider_1 .slide .slide__content--headings p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  font-weight: 400;
  color: hsla(0, 0%, 100%, 0.71);
}
@media (max-width: 991px) {
  .banner_slider_1 .slide .slide__content--headings form label {
    margin-bottom: 5px;
  }
}
.banner_slider_1 .slide .slide__content--headings form label input,
.banner_slider_1 .slide .slide__content--headings form label select,
.banner_slider_1 .slide .slide__content--headings form label textarea {
  width: 100%;
  height: 100%;
  padding: 16px 15px 17px 45px;
  color: #919191;
  border-radius: 3px;
  line-height: 1.3;
  border: 1px solid hsla(0, 0%, 46.7%, 0.2);
  background-color: #fff;
}
.banner_slider_1 .slide .slide__content--headings form label select {
  padding-left: 25px;
  background-position: calc(100% - 22px) calc(1em + 10px),
    calc(100% - 17px) calc(1em + 10px), calc(100% - 3.5em) 0.5em;
}
.slick-slide.slick-active.slick-current .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition-delay: 1s;
}
.slick-slide:not(.slick-active.slick-current) .animated {
  opacity: 0;
  -webkit-animation-duration: unset;
  animation-duration: unset;
  transition-delay: unset;
}
.banner_slider_2 .slide .slide__content {
  text-align: center;
  background-image: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0) -50%,
    rgba(0, 0, 0, 0.55)
  );
}
.banner_slider_2 .slide .slide__content--headings h2 {
  font-size: calc(1.4625rem + 2.55vw);
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 1200px) {
  .banner_slider_2 .slide .slide__content--headings h2 {
    font-size: 3.375rem;
  }
}
.banner_slider_2 .slide .slide__content--headings h2 span.bg-search {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-image: url();
}
.banner_slider_3 .slide {
  height: 800px;
}
.banner_slider_3 .slide.bg-layer .slide__content {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 575px) {
  .banner_slider_3 .slide.bg-layer .slide__content {
    text-align: center;
  }
}
.banner_slider_3 .slide .slide__content--headings h2 {
  font-size: calc(1.4375rem + 2.25vw);
  line-height: 1.35;
  margin-bottom: 0;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .banner_slider_3 .slide .slide__content--headings h2 {
    font-size: 3.125rem;
  }
}
.banner_slider_3 .slide .slide__content--headings p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
  font-weight: 400;
  color: hsla(0, 0%, 100%, 0.91);
}
.banner_slider_3 .slide .cmp-logo {
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.21);
}
.banner_slider_3 .slide .cmp-logo.one {
  top: -90px;
  left: -160px;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.banner_slider_3 .slide .cmp-logo.two {
  top: 0;
  right: 50px;
}
.banner_slider_3 .slide .cmp-logo.three {
  bottom: 7px;
  right: 94px;
}
.banner_slider_3 .slide .cmp-logo.four {
  bottom: -80px;
  left: -200px;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.banner_slider_3 .slide .cmp-logo.five {
  top: 40px;
  left: 45px;
}
.banner_slider_3 .slide .arrow-one {
  position: absolute;
  top: -15px;
  left: 15px;
}
.banner_slider_3 .slide .arrow-two {
  position: absolute;
  bottom: -75px;
  right: 0;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .banner_slider .slide {
    height: 460px;
  }
  .banner_slider .slide .slide__content--headings > h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .banner_slider .slide .slide__content--headings > h2 {
    font-size: calc(1.4375rem + 2.25vw);
    line-height: 1.3;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .banner_slider .slide .slide__content--headings > h2 {
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 1199px) {
  .banner_slider .slide .slide__content--headings p {
    font-size: 15px;
    line-height: 25px;
  }
  .banner_slider_1 .slide {
    height: 580px !important;
  }
}
@media only screen and (max-width: 767px) {
  .banner_slider .slide {
    height: 360px;
  }
  .banner_slider .slide .slide__content--headings > h3 {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .banner_slider .slide .ttm-btn {
    font-size: 12px;
    padding: 10px 22px 12px;
  }
  .banner_slider_1 .slide {
    height: 500px !important;
  }
}
@media only screen and (max-width: 575px) {
  .banner_slider .slide {
    height: 320px;
  }
}
.top_bar {
  width: 100%;
  z-index: 3;
  height: 50px;
  line-height: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.top_bar .top_bar_icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.top_bar .top_bar_contact_item {
  font-size: 13px;
  line-height: 18px;
  position: relative;
  margin-right: 30px;
}
.top_bar .top_bar_contact_item:not(:last-child):after {
  content: "";
  height: 17px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 0;
}
.top_bar .top_bar_contact_item .top_bar_icon i {
  color: #34bf49;
  font-size: 15px;
}
.bg-theme-DarkColor .top_bar_contact_item {
  color: hsla(0, 0%, 100%, 0.37);
}
.bg-theme-DarkColor .top_bar_contact_item:not(:last-child):after {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.header .site-header-menu .container-fluid {
  padding: 0 40px;
}
@media (max-width: 1199px) {
  .header .site-header-menu .container-fluid {
    padding: 0 24px;
  }
}
.header.is-Sticky .site-header-menu {
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.15);
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
}
.site-branding {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.site-branding img {
  max-height: 41px;
}
@media (max-width: 1199px) {
  .site-branding img {
    max-height: 32px;
    width: auto;
  }
}
@media (max-width: 1199px) {
  .site-branding {
    padding: 15px 0;
  }
}
.header_extra > div {
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
}
.header_search_content button.close-search {
  position: absolute;
  right: 15px;
  padding: 0;
  color: #fff;
  font-size: 21px;
  border-radius: 0;
  box-shadow: unset;
}
.header_search .header_search_content {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  z-index: 10;
  transition: all 0.3s;
}
.header_search .header_search_content #searchbox {
  position: absolute;
  left: 0;
  right: 0;
  width: 620px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.header_search .header_search_content #searchbox .search_query {
  background: none;
  border: 0;
  border-bottom: 1px solid #fff;
  height: 70px;
  padding: 0 60px 0 15px;
  font-weight: 400;
  font-size: 25px;
  width: 100%;
  color: #fff;
  letter-spacing: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  outline: none;
  background-color: transparent;
}
.header_search
  .header_search_content
  #searchbox
  input::-webkit-input-placeholder {
  color: #fff;
}
.header_search .header_search_content #searchbox input:-ms-input-placeholder {
  color: #fff;
}
.header_search .header_search_content #searchbox input::placeholder {
  color: #fff;
}
.header_search .header_search_content .close_btn i {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s;
  height: 35px;
  width: 35px;
  display: block;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
}
.header_search .header_search_content .close_btn:hover i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header_search .header_search_content.on {
  visibility: visible;
  opacity: 1;
  display: block;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.header_search .header_search_content_inner .close_btn {
  position: absolute;
  right: 60px;
  left: auto;
  top: 60px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  border: 1px solid;
}
@media (max-width: 1199px) {
  .header_btn,
  .header_extra {
    display: none !important;
  }
}
.site-navigation {
  position: relative;
  z-index: 2;
}
nav.main-menu ul {
  position: relative;
  margin: 0;
}
#site-header-menu .site-navigation ul.menu > li > a {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1;
}
#site-header-menu .site-navigation ul.menu > li:hover > a {
  color: #34bf49;
}
.header_social {
  margin-left: 20px !important;
}
.header_social:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  top: 0;
  left: -10px;
  background-color: #e4ebff;
}
@media (max-width: 1330px) {
  .header_social {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .ttm-header-style-01 #site-header-menu .container-fluid {
    padding: 0 50px;
  }
  .ttm-header-style-01 #site-header-menu .site-navigation .border-box-block {
    padding: 0 30px;
    margin: 0 50px;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    border: 1px solid #e4ebff;
    border-top: 0;
    border-bottom: 0;
  }
  .ttm-header-style-01 #site-header-menu .site-navigation ul.menu > li > a {
    padding: 33px 20px;
    position: relative;
  }
  .ttm-header-style-01
    #site-header-menu
    .site-navigation
    ul.menu
    > li
    > a.active {
    color: #34bf49;
  }
}
@media only screen and (min-width: 1200px) {
  .ttm-header-style-02 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.ttm-header-style-02 .top_bar {
  position: relative;
  padding: 0 20px;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media only screen and (max-width: 1200px) {
  .ttm-header-style-02 .top_bar {
    display: none !important;
  }
}
.ttm-header-style-02 .top_bar:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: -20px;
  right: -20px;
  top: auto;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .ttm-header-style-02 #site-header-menu .site-navigation .border-box-block {
    padding: 0 20px;
    margin: 0 40px;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    border: 1px solid hsla(0, 0%, 100%, 0.08);
    border-top: 0;
    border-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ttm-header-style-02 #site-header-menu .site-navigation .border-box-block {
    padding-right: 0;
    border-right: 0;
    margin-right: -20px;
  }
}
.ttm-header-style-02 #site-header-menu .site-navigation ul.menu > li > a {
  padding: 33px 20px;
  position: relative;
}
.ttm-header-style-02
  #site-header-menu
  .site-navigation
  ul.menu
  > li
  > a.active {
  color: #34bf49;
}
.ttm-header-style-02 #site-header-menu .site-navigation .social-icons li a {
  height: 28px;
  width: 28px;
  line-height: 30px;
  font-size: 11px;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
}
.ttm-header-style-02
  #site-header-menu
  .site-navigation
  .social-icons
  li
  a.facebook {
  background-color: #3b5999;
}
.ttm-header-style-02
  #site-header-menu
  .site-navigation
  .social-icons
  li
  a.google {
  background-color: #d34836;
}
.ttm-header-style-02
  #site-header-menu
  .site-navigation
  .social-icons
  li
  a.twitter {
  background-color: #1da1f2;
}
.ttm-header-style-02
  #site-header-menu
  .site-navigation
  .social-icons
  li
  a.linkedin {
  background-color: #0077b5;
}
.ttm-header-style-02 #site-header-menu .site-navigation .header_search {
  margin-right: 20px;
  margin-left: 0;
}
.ttm-header-style-02
  #site-header-menu
  .site-navigation
  .header_search
  .search_btn {
  display: none;
}
.ttm-header-style-02
  #site-header-menu
  .site-navigation
  .header_search
  .header_search_content {
  position: unset;
  opacity: 1;
  display: block;
  height: auto;
  box-shadow: unset;
  padding: 0;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  margin-right: 10px;
  border-radius: 3px;
  background-color: transparent;
}
.ttm-header-style-02
  #site-header-menu
  .site-navigation
  .header_search
  .header_search_content
  #searchbox {
  position: relative;
  width: auto;
}
.ttm-header-style-02
  #site-header-menu
  .site-navigation
  .header_search
  .header_search_content
  #searchbox
  .search_query {
  border-radius: 0;
  padding: 10px 50px 10px 10px;
  font-size: 14px;
  border: 0;
  height: auto;
  width: 170px;
}
.ttm-header-style-02
  #site-header-menu
  .site-navigation
  .header_search
  .header_search_content
  #searchbox
  .close-search {
  font-size: 16px;
  margin: 0;
  right: 10px;
  line-height: 1;
}
@media (max-width: 1399px) {
  .ttm-header-style-02 #site-header-menu .site-navigation .header_btn {
    display: none !important;
  }
}
.ttm-header-style-02.is-Sticky .top_bar {
  display: none !important;
}
.ttm-header-style-02.is-Sticky .site-header-menu {
  background-color: #111922;
}
@media only screen and (max-width: 992px) {
  .ttm-header-style-03 .top_bar {
    display: none !important;
  }
}
.ttm-header-style-03 #site-header-menu .site-navigation ul.menu > li > a {
  padding: 38px 20px;
}
.ttm-header-style-03 .serach_bar input,
.ttm-header-style-03 .serach_bar select,
.ttm-header-style-03 .serach_bar textarea {
  width: 100%;
  height: 100%;
  padding: 14px 15px 15px;
  color: #919191;
  border: 0;
  border-radius: 3px;
  background-color: #fff;
}
.page-header-area {
  width: 100%;
  background-size: cover;
  background-position: 50%;
  z-index: 2;
}
.page-header-area .page-header-area-inner {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 55px 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-header-area .page-header-area-inner .page-header-content h2 {
  font-size: calc(1.375rem + 1.5vw);
  line-height: 1.25;
  margin-bottom: 5px;
  text-transform: capitalize;
  color: #fff;
}
@media (min-width: 1200px) {
  .page-header-area .page-header-area-inner .page-header-content h2 {
    font-size: 2.5rem;
  }
}
.page-header-area
  .page-header-area-inner
  .page-header-content
  .breadcrumb-wrapper {
  color: #34bf49;
}
.page-header-area
  .page-header-area-inner
  .page-header-content
  .breadcrumb-wrapper
  a {
  color: #fff;
}
.page-header-area
  .page-header-area-inner
  .page-header-content
  .breadcrumb-wrapper
  .bread-sep {
  font-size: 12px;
  margin: 0 4px;
  color: #fff;
}
.footer {
  z-index: 1;
  background-position: 50%;
  background-attachment: scroll;
  color: hsla(0, 0%, 100%, 0.58);
}
.footer .footer-logo img {
  max-height: 40px;
}
.footer .widget .widget-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 35px;
  display: inline-block;
  position: relative;
}
@media (max-width: 992px) {
  .footer .widget .widget-title {
    margin-top: -8px;
    margin-bottom: 30px;
  }
}
.footer .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-area .widget ul.ttm-recent-post-list > li {
  display: table;
  padding-top: 0;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
}
.widget-area .widget ul.ttm-recent-post-list > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.widget-area .widget ul.ttm-recent-post-list > li > .post-detail a {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 0;
  display: block;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.widget-area .widget ul.ttm-recent-post-list > li > .post-detail > .cat-link a {
  font-size: 13px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 5px;
  color: #34bf49;
  border-bottom: 1px solid;
  text-transform: uppercase;
}
.footer-logo {
  margin-bottom: 30px;
}
.second-footer .container {
  position: relative;
}
.second-footer .container:before {
  position: absolute;
  content: "";
  left: 15px;
  right: 15px;
  bottom: 0;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.06);
}
.second-footer .widget-area .widget {
  padding: 65px 0;
}
@media (max-width: 992px) {
  .second-footer .widget-area .widget {
    padding: 50px 0 0;
  }
}
.second-footer .widget-area .widget-contact {
  background-color: hsla(0, 0%, 100%, 0.03);
  padding: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}
ul.widget_contact_wrapper li {
  padding-left: 54px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.06);
}
ul.widget_contact_wrapper li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
ul.widget_contact_wrapper li i {
  position: absolute;
  left: 0;
  top: 2px;
  line-height: 1;
  width: 1em;
  color: #34bf49;
  text-align: center;
  font-size: 33px;
  font-weight: 400;
}
ul.widget_contact_wrapper li h3 {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 400;
}
.footer-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav-menu li {
  display: inline-block;
  padding-left: 2px;
  padding-right: 16px;
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 0;
}
.footer-nav-menu li a {
  color: #cbcbcb !important;
}
.footer-nav-menu li a:hover {
  color: #34bf49 !important;
}
.footer-nav-menu li:last-child {
  padding-right: 0;
}
.footer-nav-menu li:first-child {
  padding-left: 0;
}
ul.footer-nav-menu li:not(:last-child):after {
  position: absolute;
  content: "|";
  color: #fff;
  padding-left: 7px;
}
.bottom-footer-text {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
  background-position: 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.copyright {
  display: block;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 5px;
  color: #cbcbcb !important;
}
.subscribe-form {
  padding-bottom: 20px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
}
@media (max-width: 992px) {
  .subscribe-form {
    margin-top: 15px;
  }
}
.subscribe-form input[type="email"] {
  background-color: transparent;
  border: 0;
  color: #fff;
  padding: 0 40px 0 0;
  box-shadow: unset;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.subscribe-form input[type="email"]::-webkit-input-placeholder {
  color: #a3a3a3;
}
.subscribe-form input[type="email"]:-ms-input-placeholder {
  color: #a3a3a3;
}
.subscribe-form input[type="email"]::placeholder {
  color: #a3a3a3;
}
.subscribe-form button.submit {
  padding: 0;
  border: 0;
  position: absolute;
  right: 0;
  top: -2px;
}
.subscribe-form button.submit i {
  font-size: 25px;
  line-height: 1;
}
.Scrolltop {
  position: fixed;
  right: 12px;
  bottom: 10px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-weight: 100;
  font-size: 16px;
  background-color: #34bf49;
  color: #fff;
  z-index: 1;
  text-align: center;
  border-radius: 50%;
  transition: all 0.5s ease-in-out 0s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  cursor: pointer;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.ttm-blog-classic {
  margin-bottom: 40px;
  padding-bottom: 0;
  border-radius: 6px;
}
.ttm-blog-classic:last-child {
  margin-bottom: 15px;
}
.ttm-blog-classic .ttm-post-featured-wrapper {
  position: relative;
  overflow: hidden;
}
.ttm-blog-classic .ttm-blog-classic-content {
  background: #f7f7f7;
  padding: 30px;
  display: block;
  position: relative;
}
.ttm-blog-classic .ttm-blog-classic-content .ttm-box-desc-text {
  margin-bottom: 15px;
}
.ttm-blog-classic .ttm-blog-classic-content .ttm-btn {
  font-size: 15px;
}
.ttm-blog-classic .ttm-box-post-date {
  position: absolute;
  top: 30px;
  right: 30px;
}
.ttm-blog-classic .ttm-box-post-date .ttm-entry-date {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 3px;
  z-index: 2;
  color: #fff;
  background-color: #34bf49;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
}
.ttm-blog-classic .post-meta {
  display: block;
  margin-bottom: 8px;
}
.ttm-blog-classic .post-meta .ttm-meta-line {
  font-size: 13px;
  line-height: 15px;
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.ttm-blog-classic .post-meta .ttm-meta-line:last-child {
  padding-right: 0;
}
.ttm-blog-classic .post-meta .ttm-meta-line:not(:last-child):after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  top: 0;
  right: 8px;
  display: block;
  background-color: #dce1e9;
}
.ttm-blog-classic .post-meta .ttm-meta-line i {
  padding-right: 7px;
  font-size: 13px;
  color: #34bf49;
}
.ttm-blog-classic .entry-header .entry-title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.ttm-blog-single .ttm-blog-single-content {
  padding: 30px;
  background-color: #f7f7f7;
}
.ttm-blog-single .ttm-blog-single-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.ttm-blog-single .ttm-blog-single-content p {
  margin-bottom: 25px;
}
.ttm-blog-single .ttm-blog-single-content .post-meta {
  margin: 0 0 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.ttm-blog-single .ttm-blog-single-content .post-meta .ttm-meta-line {
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;
  position: relative;
}
.ttm-blog-single
  .ttm-blog-single-content
  .post-meta
  .ttm-meta-line:not(:first-child) {
  padding-left: 50px;
}
.ttm-blog-single
  .ttm-blog-single-content
  .post-meta
  .ttm-meta-line:not(:first-child):before {
  position: absolute;
  content: "----";
  left: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.ttm-blog-single .ttm-blog-single-content .post-meta .ttm-meta-line i {
  padding-right: 7px;
  font-size: 13px;
  color: #34bf49;
}
.ttm-blog-single .ttm-blog-single-content .post-meta .author img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.ttm-blog-single .ttm-blog-single-content blockquote {
  display: block;
  padding: 12px 0 17px 30px;
  position: relative;
  color: #111922;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  margin: 30px 0 30px 80px;
  font-style: italic;
}
.ttm-blog-single .ttm-blog-single-content blockquote cite {
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-top: 15px;
  font-weight: 500;
  font-style: normal;
  color: #34bf49;
  padding-left: 36px;
  position: relative;
}
.ttm-blog-single .ttm-blog-single-content blockquote cite:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 24px;
  top: 8px;
  left: 0;
  background-color: #34bf49;
}
.ttm-blog-single .ttm-blog-single-content blockquote:before {
  display: block;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  top: 0;
  background-color: #dedede;
}
.ttm-blog-single .ttm-blog-single-content blockquote:after {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50%;
  top: 20px;
  left: -80px;
  z-index: 1;
  content: "​‌“";
  font-family: "Poppins", sans-serif;
  font-size: 130px;
  line-height: 1;
  color: #34bf49;
}
.ttm-blog-single .ttm-blog-single-content .social-media-block {
  padding: 15px 0 30px;
  margin-top: 30px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.ttm-blog-single .ttm-blog-single-content .social-media-block .ttm_tag_lists {
  font-size: 16px;
}
.ttm-blog-single
  .ttm-blog-single-content
  .social-media-block
  .ttm_tag_lists
  .ttm-tags-links-title {
  font-weight: 500;
  color: #111922;
  margin-right: 10px;
}
.ttm-blog-single
  .ttm-blog-single-content
  .social-media-block
  .ttm_tag_lists
  .ttm-tags-links-title
  i {
  padding-right: 5px;
  color: #34bf49;
}
.ttm-blog-single
  .ttm-blog-single-content
  .social-media-block
  .ttm_tag_lists
  .ttm-tags-links
  a {
  font-size: 16px;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 7px;
}
.ttm-blog-single
  .ttm-blog-single-content
  .social-media-block
  .ttm-social-share-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.ttm-blog-single
  .ttm-blog-single-content
  .social-media-block
  .ttm-social-share-wrapper
  li {
  margin: 0 4px;
}
.ttm-blog-single
  .ttm-blog-single-content
  .social-media-block
  .ttm-social-share-wrapper
  li
  a {
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  font-size: 14px;
  border: 1px solid #e3e3e3;
  color: #919191;
  background-color: #fff;
}
.ttm-blog-single
  .ttm-blog-single-content
  .social-media-block
  .ttm-social-share-wrapper
  li
  a:hover {
  background-color: #34bf49;
  border-color: #34bf49;
  color: #fff;
}
.ttm-blog-single .ttm-blog-single-content .comments-area h2 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 15px;
}
.ttm-blog-single .ttm-blog-single-content .comment-reply-title {
  font-size: 28px;
  text-transform: capitalize;
}
.ttm-blog-single .ttm-blog-single-content .comments-area {
  padding-top: 30px;
  margin-bottom: 0;
}
.ttm-blog-single
  .ttm-blog-single-content
  .comments-area
  h3.comment-reply-title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
}
.ttm-blog-single .ttm-blog-single-content .comments-area .comment_form input,
.ttm-blog-single
  .ttm-blog-single-content
  .comments-area
  .comment_form
  textarea {
  padding: 15px 20px;
  border-radius: 6px;
  background-color: #fff;
}
.sidebar.job-sidebar h5 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.sidebar.job-sidebar .overview-box {
  border: 1px solid #ebebeb;
  border-radius: 6px;
  margin-top: 30px;
}
.sidebar.job-sidebar .overview-box .title {
  padding: 15px 30px;
  border-bottom: 1px solid #ebebeb;
  background-color: #f7f7f7;
}
.sidebar.job-sidebar .overview-box .title h5 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.sidebar.job-sidebar .overview-box .desc {
  padding: 27px 30px;
}
.sidebar.job-sidebar .overview-box .desc .candidate-timeline .timeline-panel {
  display: table-row;
}
@media (max-width: 575px) {
  .sidebar.job-sidebar .overview-box .desc .candidate-timeline .timeline-panel {
    display: block;
  }
}
.sidebar.job-sidebar
  .overview-box
  .desc
  .candidate-timeline
  .timeline-panel
  .timeline-head {
  display: table-cell;
  width: 34%;
  position: relative;
}
@media (max-width: 575px) {
  .sidebar.job-sidebar
    .overview-box
    .desc
    .candidate-timeline
    .timeline-panel
    .timeline-head {
    width: 100%;
    display: block;
  }
}
.sidebar.job-sidebar
  .overview-box
  .desc
  .candidate-timeline
  .timeline-panel
  .timeline-head
  h3 {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  font-weight: 400;
}
.sidebar.job-sidebar
  .overview-box
  .desc
  .candidate-timeline
  .timeline-panel
  .timeline-body {
  display: table-cell;
  padding-bottom: 25px;
  padding-left: 60px;
  position: relative;
}
.sidebar.job-sidebar
  .overview-box
  .desc
  .candidate-timeline
  .timeline-panel
  .timeline-body:last-child {
  padding-bottom: 0;
}
.sidebar.job-sidebar
  .overview-box
  .desc
  .candidate-timeline
  .timeline-panel
  .timeline-body:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 16px;
  height: 100%;
  width: 1px;
  background-color: #34bf49;
}
@media (max-width: 575px) {
  .sidebar.job-sidebar
    .overview-box
    .desc
    .candidate-timeline
    .timeline-panel
    .timeline-body:before {
    left: 0;
    height: 80%;
  }
}
@media (max-width: 575px) {
  .sidebar.job-sidebar
    .overview-box
    .desc
    .candidate-timeline
    .timeline-panel
    .timeline-body {
    padding-left: 20px;
  }
}
.sidebar.job-sidebar
  .overview-box
  .desc
  .candidate-timeline
  .timeline-panel
  .timeline-body
  h5 {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  position: relative;
  margin-bottom: 5px;
}
.sidebar.job-sidebar
  .overview-box
  .desc
  .candidate-timeline
  .timeline-panel
  .timeline-body
  h5:before {
  position: absolute;
  content: "";
  top: 8px;
  left: -50px;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  border: 3px solid #34bf49;
  background-color: #fff;
}
@media (max-width: 575px) {
  .sidebar.job-sidebar
    .overview-box
    .desc
    .candidate-timeline
    .timeline-panel
    .timeline-body
    h5:before {
    left: -26px;
  }
}
@media (min-width: 576px) {
  .sidebar.job-sidebar
    .overview-box
    .desc
    .candidate-timeline
    .timeline-panel:last-child
    .timeline-body:before {
    content: unset;
  }
}
.sidebar.job-sidebar .overview-box .social-icons li a {
  height: 24px;
  width: 24px;
  line-height: 24px;
  border: 0;
  border-radius: 5px;
  background-color: #fff;
  font-size: 11px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}
.sidebar.job-sidebar .overview-box .social-icons li a:hover {
  background-color: #34bf49;
}
.sidebar.job-sidebar .job_list-widget,
.sidebar.job-sidebar .widget {
  border: 1px solid #ebebeb;
  border-radius: 6px;
}
.sidebar.job-sidebar .job_list-widget {
  padding: 30px;
  background-color: #f7f7f7;
  overflow: hidden;
}
.sidebar.job-sidebar .job_list-widget:not(:last-child) {
  margin-bottom: 30px;
}
.sidebar.job-sidebar .job_list-widget .widget {
  padding: 0 30px 30px;
  border: 0;
  border-radius: 6px;
  background-color: #fff;
}
.sidebar.job-sidebar .job_list-widget .widget .widget-title {
  padding: 16px 30px;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.sidebar.job-sidebar .job_list-widget .widget .widget-title:after {
  height: 100%;
  width: 2px;
  left: 0;
}
.sidebar.job-sidebar .job_list-widget .widget .widget-title i {
  margin-right: 12px;
  font-size: 26px;
  line-height: 0;
  color: #34bf49;
  display: inline-block;
  vertical-align: middle;
}
.sidebar.job-sidebar .job_list-widget .widget form label {
  margin-bottom: 15px;
}
.sidebar.job-sidebar .job_list-widget .widget form label input,
.sidebar.job-sidebar .job_list-widget .widget form label select,
.sidebar.job-sidebar .job_list-widget .widget form label textarea {
  width: 100%;
  border-radius: 3px;
  padding: 11px 15px;
  color: #919191;
  border: 0;
  background-color: #f7f7f7;
}
.sidebar.job-sidebar .job_list-widget .widget .list-filter label.radio {
  padding-bottom: 15px;
  border-radius: 50px;
  display: block;
  cursor: pointer;
  margin: 0;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  -webkit-tap-highlight-color: transparent;
}
.sidebar.job-sidebar
  .job_list-widget
  .widget
  .list-filter
  label.radio:last-child {
  padding-bottom: 0;
}
.sidebar.job-sidebar .job_list-widget .widget .list-filter label.radio input {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: none;
  border: 0;
  box-shadow: inset 0 0 0 1px #9f9f9f;
  box-shadow: inset 0 0 0 1.5px #9f9f9f;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0 10px 0 0;
  transition: box-shadow 0.15s cubic-bezier(0.95, 0.15, 0.5, 1.25);
  pointer-events: none;
}
.sidebar.job-sidebar
  .job_list-widget
  .widget
  .list-filter
  label.radio
  input:checked {
  box-shadow: inset 0 0 0 3px #34bf49;
}
.sidebar.job-sidebar .widget.widget-download li {
  padding: 22px 30px !important;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  position: relative;
  border: 0;
  border-radius: 6px;
}
.sidebar.job-sidebar .widget.widget-download li a {
  font-weight: 700;
}
.sidebar.job-sidebar .widget.widget-download li:last-child {
  margin-bottom: 0;
}
.sidebar.job-sidebar .widget.widget-download li:before {
  position: absolute;
  content: "";
  bottom: 0;
  opacity: 1;
  left: 0;
  width: 2px;
  height: 100%;
  transition: all 0.4s;
  background-color: #34bf49;
}
.sidebar.job-sidebar .widget.widget-download li i {
  height: 59px;
  width: 69px;
  line-height: 59px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  color: #34bf49;
  border-left: 10px solid #f7f7f7;
}
.sidebar.job-sidebar .showing-result-block {
  padding: 15px 30px 20px;
  background-color: #f7f7f7;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #111922;
  margin-bottom: 32px;
}
.sidebar.job-sidebar .showing-result-block select {
  border: 0;
  outline: 0;
  box-shadow: unset;
  font-family: "Poppins", sans-serif;
  color: #919191;
  background-color: transparent;
  margin-left: 5px;
}
.sidebar.job-sidebar .job-pagination-block {
  padding: 8px 20px;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  text-align: center;
  display: table;
  margin: 35px auto 0;
  background-color: #f7f7f7;
}
.sidebar.job-sidebar .job-pagination-block .page-nav-link {
  display: inline-block;
  text-align: center;
  padding: 10px 14px;
  margin: 4px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
}
.sidebar.job-sidebar .job-pagination-block .page-nav-link.current,
.sidebar.job-sidebar .job-pagination-block .page-nav-link:hover {
  background-color: #34bf49;
  color: #fff;
}
.candidate-data {
  padding: 30px;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  display: -webkit-flex;
  display: flex;
  background-color: #f7f7f7;
  -webkit-align-items: center;
  align-items: center;
}
.candidate-data .candidate-img {
  height: 102px;
  width: 102px;
  border-radius: 6px;
  margin-right: 30px;
  overflow: hidden;
}
.candidate-data .candidate-caption h5 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 5px;
}
.candidate-data .candidate-caption > span {
  font-size: 14px;
  color: #34bf49;
}
.candidate-data .candidate-caption .meta-line {
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .candidate-data .candidate-caption .meta-line {
    padding-bottom: 15px;
  }
}
.candidate-data .candidate-caption .meta-line span {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 5px;
  margin-right: 20px;
  display: inline-block;
}
.candidate-data .candidate-caption .meta-line span i {
  font-size: 13px;
  margin-right: 5px;
  color: #34bf49;
}
.error-pg {
  margin: auto;
  text-align: center;
  height: 100vh;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .error-pg {
    text-align: center;
  }
}
.error-pg .page-header .page-title {
  font-size: calc(1.6875rem + 5.25vw);
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 1200px) {
  .error-pg .page-header .page-title {
    font-size: 5.625rem;
  }
}
.error-pg .page-content p {
  font-size: calc(1.5rem + 3vw);
  line-height: 1;
  font-family: "Poppins", sans-serif;
  color: #111922;
  font-weight: 600;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .error-pg .page-content p {
    font-size: 3.75rem;
  }
}
.error-pg .error-type {
  text-align: center;
  margin-bottom: 40px;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.error-pg .error-type h2 {
  font-size: calc(3rem + 21vw);
  line-height: 1;
  margin: 0 -20px;
}
@media (min-width: 1200px) {
  .error-pg .error-type h2 {
    font-size: 18.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .error-pg .error-type h2 {
    margin: 0;
  }
}
.error-pg .error-type .error-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 20px;
  cursor: pointer;
}
.error-pg .error-type .error-icon:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f3f3f4;
  height: 44px;
  z-index: -1;
  border-radius: 50%;
}
.error-pg .error-type .error-icon img {
  transition: all 0.5s ease-in-out 0s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -moz-animation-duration: 4s;
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.ttm-row {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .ttm-row {
    padding: 60px 0;
  }
}
.ttm-row.padding_bottom_zero-section {
  padding: 100px 0 0;
}
@media (max-width: 991px) {
  .ttm-row.padding_bottom_zero-section {
    padding: 60px 0 0;
  }
}
.ttm-row.padding_top_zero-section {
  padding: 0 0 100px;
}
@media (max-width: 991px) {
  .ttm-row.padding_top_zero-section {
    padding: 0 0 60px;
  }
}
.ttm-row.padding_zero-section {
  padding: 0;
}
@media (max-width: 991px) {
  .ttm-row.padding_zero-section {
    padding: 0;
  }
}
.ttm-row.action-section {
  padding: 45px 0;
}
.ttm-row.grid-section {
  padding: 88px 0;
}
@media (max-width: 991px) {
  .ttm-row.grid-section {
    padding: 48px 0;
  }
}
.ttm-row.sidebar {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .ttm-row.sidebar {
    padding: 60px 0;
  }
}
.row-equal-height,
.row-equal-height > [class*="col-"] {
  display: -webkit-flex;
  display: flex;
}
.row-equal-height > [class*="col-"] {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ttm-bg {
  position: relative;
}
.ttm-col-bgimage-yes {
  z-index: 1;
}
.ttm-col-bgimage-yes .col-bg-img-res {
  display: none;
}
.ttm-bgimage-yes,
.ttm-col-bgimage-yes {
  background-size: cover;
}
.bg-layer-equal-height .ttm-col-bgcolor-yes,
.bg-layer-equal-height .ttm-col-bgimage-yes {
  height: 100%;
}
@media (max-width: 991px) {
  .bg-layer-equal-height [class*="col-lg"] .ttm-col-bgcolor-yes,
  [class*="col-lg"] .ttm-col-bgimage-yes {
    height: auto !important;
    width: 100%;
  }
  [class*="col-lg"] .ttm-col-bgimage-yes .col-bg-img-res {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bg-layer-equal-height [class*="col-md"] .ttm-col-bgcolor-yes,
  [class*="col-md"] .ttm-col-bgimage-yes {
    height: auto !important;
    width: 100%;
  }
  [class*="col-md"] .ttm-col-bgimage-yes .col-bg-img-res {
    display: block;
    width: 100%;
  }
}
.ttm-bg-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ttm-col-wrapper-bg-layer-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.ttm-left-span > .ttm-col-wrapper-bg-layer {
  width: auto;
  margin-left: -500px;
  right: 0;
}
.ttm-right-span > .ttm-col-wrapper-bg-layer {
  width: auto;
  margin-right: -500px;
  right: 0;
}
.layer-content {
  z-index: 1;
}
.bg-layer,
.layer-content {
  position: relative;
}
.bg-layer > .container {
  padding: 0;
}
.bg-layer > .container > .row {
  margin: 0;
}
.bg-layer > .container-fluid {
  padding: 0;
}
.ttm-bg.ttm-bgimage-yes > .ttm-bg-layer,
.ttm-bg.ttm-col-bgimage-yes > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
  opacity: 0.6;
}
.ttm-bgcolor-white.ttm-bg.ttm-bgimage-yes > .ttm-bg-layer,
.ttm-bgcolor-white.ttm-bg.ttm-col-bgimage-yes
  > .ttm-bg-layer
  > .ttm-col-wrapper-bg-layer-inner {
  opacity: 0.94;
}
.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.section-title {
  position: relative;
  margin-bottom: 18px;
  margin-top: -7px;
}
.section-title .title-header {
  padding-bottom: 15px;
}
.section-title .title-header h3 {
  font-weight: 400;
  display: inline-block;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 14px;
  position: relative;
}
.section-title .title-header h2.title {
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.3;
  margin-bottom: 0;
  font-size: calc(1.3375rem + 1.05vw);
}
@media (min-width: 1200px) {
  .section-title .title-header h2.title {
    font-size: 2.125rem;
  }
}
.section-title .title-desc p {
  font-size: 14px;
  line-height: 25px;
  padding-bottom: 8px;
  margin: 0;
}
.section-title.title-style-center_text {
  text-align: center;
}
.section-title.title-style-center_text .title-desc p {
  width: 55%;
  margin: 0 auto;
}
.bg-theme-DarkColor .section-title h2.title,
.bg-theme-DarkColor .section-title h3,
.bg-theme-SkinColor .section-title h2.title,
.bg-theme-SkinColor .section-title h3 {
  color: #fff;
}
@media only screen and (min-width: 767px) {
  .section-title.style2 .title-header {
    width: 48%;
    padding-right: 50px;
    position: relative;
    display: table-cell;
    vertical-align: bottom;
  }
  .section-title.style2 .title-header:after {
    content: "";
    right: 50px;
    height: 90%;
    position: absolute;
    top: 0;
    width: 0;
    border-right: 1px solid #e7e7e7;
    left: auto;
  }
  .section-title.style2 .title-desc {
    padding-right: 20px;
    display: table-cell;
    vertical-align: bottom;
  }
  .section-title.style2 .title-desc p {
    margin-bottom: 10px;
  }
}
.ttm-bgcolor-skincolor .section-title.style2 .title-header:after {
  border-right-color: hsla(0, 0%, 100%, 0.05);
}
.row-title .section-title h3 {
  font-size: 16px;
  letter-spacing: 0;
}
.row-title .section-title h2.title {
  line-height: 1.35;
  margin-bottom: 0;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .row-title .section-title h2.title {
    font-size: 3rem;
  }
}
.ttm-horizontal_sep {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  display: block;
  position: relative;
}
.ttm-bgcolor-white .ttm-horizontal_sep {
  border-top-color: #f1f1f1;
}
.border,
.border-bottom,
.border-left,
.border-right,
.border-top {
  border-color: #ebebeb !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-10 {
  border-width: 10px !important;
}
.border-15 {
  border-width: 15px !important;
}
.border-20 {
  border-width: 20px !important;
}
.border-white {
  border-color: #fff !important;
}
.row > [class*="col"] {
  position: relative;
}
.ttm-vertical_sep > [class*="col"]:not(:last-child):before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  right: 15px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.06);
}
@media (max-width: 992px) {
  .ttm-vertical_sep > [class*="col-lg"]:not(:last-child):before {
    content: unset;
  }
}
@media (max-width: 768px) {
  .ttm-vertical_sep > [class*="col-md"]:not(:last-child):before {
    content: unset;
  }
}
@media (max-width: 576px) {
  .ttm-vertical_sep > [class*="col-sm"]:not(:last-child):before {
    height: 1px;
    width: 100%;
    top: auto;
    bottom: 0;
    right: 0;
  }
}
.row.g-0.ttm-vertical_sep > [class*="col"]:not(:last-child):before {
  right: 0;
}
.bg-theme-SkinColor .border,
.bg-theme-SkinColor .border-bottom,
.bg-theme-SkinColor .border-left,
.bg-theme-SkinColor .border-right,
.bg-theme-SkinColor .border-top {
  border-color: hsla(0, 0%, 100%, 0.06) !important;
}
.bg-theme-SkinColor .border-white {
  border-color: #fff !important;
}
.bg-theme-SkinColor
  .ttm-horizontal_sep
  > [class*="col"]:not(:last-child):before,
.bg-theme-SkinColor .ttm-vertical_sep > [class*="col"]:not(:last-child):before {
  background-color: hsla(0, 0%, 100%, 0.15);
}
.bg-theme-DarkColor .ttm-horizontal_sep {
  border-top-color: hsla(0, 0%, 100%, 0.08);
}
.bg-theme-DarkColor .border,
.bg-theme-DarkColor .border-bottom,
.bg-theme-DarkColor .border-left,
.bg-theme-DarkColor .border-right,
.bg-theme-DarkColor .border-top {
  border-color: hsla(0, 0%, 100%, 0.06) !important;
}
.bg-theme-DarkColor .border-white {
  border-color: #fff !important;
}
.bg-theme-DarkColor
  .ttm-horizontal_sep
  > [class*="col"]:not(:last-child):before,
.bg-theme-DarkColor .ttm-vertical_sep > [class*="col"]:not(:last-child):before {
  background-color: hsla(0, 0%, 100%, 0.15);
}
.ttm-btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: normal;
  padding: 11px 32px 11px 31px;
  border: 1px solid #eaeff5;
  position: relative;
  white-space: nowrap;
  text-transform: capitalize;
  font-weight: 500;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s ease 0s;
}
.ttm-btn:not(.btn-inline):before {
  content: "";
  position: absolute;
  background-color: #343434;
  height: 0%;
  width: 100%;
  bottom: 0;
  top: auto;
  left: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.ttm-btn:not(.btn-inline):hover:before {
  bottom: auto;
  top: 0;
  height: 100%;
}
.ttm-btn i {
  display: inline-block;
  vertical-align: middle;
  text-align: inherit;
  margin-left: 10px;
  transition: 0.4s;
}
.ttm-btn:hover:not(.btn-inline).ttm-btn-color-skincolor {
  background-color: transparent;
  color: #fff;
}
.ttm-btn.ttm-icon-btn-left {
  transition: unset;
}
.ttm-btn.ttm-icon-btn-left i {
  text-align: left;
  margin-right: 8px;
  margin-left: 0;
}
.ttm-btn.ttm-icon-btn-right {
  transition: unset;
}
.ttm-btn.ttm-icon-btn-right i {
  right: 2px;
  text-align: right;
  margin-left: 8px;
  margin-right: 0;
}
.ttm-btn.ttm-btn-size-xs {
  font-size: 11px;
  padding: 8px 20px;
}
.ttm-btn.ttm-btn-size-xs i {
  font-size: 10px;
  line-height: 11px;
}
.ttm-btn.ttm-icon-btn-right.ttm-btn-size-xs i {
  text-align: right;
  margin-left: 6px;
  margin-right: 0;
}
.ttm-btn.ttm-icon-btn-left.ttm-btn-size-xs i {
  text-align: left;
  margin-right: 6px;
  margin-left: 0;
}
.ttm-btn.ttm-btn-size-sm {
  font-size: 13px;
  padding: 8px 20px 9px;
}
.ttm-btn.ttm-btn-size-sm i {
  font-size: 13px;
  line-height: 14px;
}
.ttm-btn.ttm-btn-size-md {
  font-size: 13px;
  padding: 11px 25px 12px;
}
.ttm-btn.ttm-btn-size-lg {
  padding: 20px 35px;
}
.ttm-btn.ttm-btn-size-lg,
.ttm-btn.ttm-btn-size-lg i {
  font-size: 18px;
  line-height: 18px;
}
.ttm-btn.ttm-btn-shape-round {
  border-radius: 2em;
}
.ttm-btn.ttm-btn-shape-rounded {
  border-radius: 3px;
}
.ttm-btn.ttm-btn-shape-square {
  border-radius: 0;
}
.ttm-btn.ttm-btn-style-border {
  background-color: transparent;
  border: 1px solid;
}
.ttm-btn.ttm-btn-style-border.text-theme-WhiteColor {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.ttm-btn.ttm-btn-color-skincolor {
  color: #34bf49;
}
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor {
  background-color: #34bf49;
  border-color: #34bf49;
  color: #fff;
}
.ttm-btn.ttm-btn-color-dark {
  color: #111922;
}
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark {
  background-color: #111922;
  border-color: #111922;
  color: #fff;
}
.ttm-btn.ttm-btn-color-white {
  color: #fff;
}
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white {
  background-color: #fff;
  color: #111922;
}
.ttm-btn.ttm-btn-color-grey {
  color: #f7f7f7;
}
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  color: #34bf49;
}
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover:before {
  background-color: #111922;
}
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover {
  border-color: #111922;
  color: #fff;
}
.ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:hover {
  border-color: #34bf49;
  color: #fff;
}
.ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:hover:before {
  background-color: #34bf49;
}
.bg-theme-DarkColor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover {
  border-color: #fff;
  color: #111922;
}
.bg-theme-DarkColor
  .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover:before {
  background-color: #fff;
}
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark:hover:before {
  background-color: #34bf49;
}
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark:hover {
  border-color: #34bf49;
  color: #fff;
}
.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:hover {
  border-color: #111922;
  color: #fff;
}
.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:hover:before,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover:before {
  background-color: #111922;
}
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover {
  border-color: #111922;
  color: #fff;
}
.ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover {
  border-color: #fff;
  color: #111922;
}
.ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover:before {
  background-color: #fff;
}
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:hover:before {
  background-color: #111922;
}
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:hover {
  border-color: #111922;
  color: #fff;
}
.ttm-btn.ttm-btn-style-border.ttm-btn-color-grey:hover {
  border-color: #f7f7f7;
  color: #34bf49;
}
.ttm-btn.ttm-btn-style-border.ttm-btn-color-grey:hover:before {
  background-color: #f7f7f7;
}
.ttm-btn.btn-inline {
  text-transform: capitalize;
  padding: 0;
  border: 0;
  background-color: transparent;
}
.ttm-btn.btn-inline i {
  display: inline-block;
  vertical-align: middle;
  transition: 0s;
}
.ttm-btn.btn-inline i.fa-minus:before {
  height: 1px;
  display: block;
}
.ttm-btn.btn-inline:hover {
  opacity: 0.9;
}
.ttm-btn.btn-inline.ttm-icon-btn-right i {
  margin-left: 7px;
  transition: 0.3s ease-in-out;
}
.ttm-btn.btn-inline.ttm-icon-btn-right:hover i {
  margin-left: 11px !important;
}
.ttm-btn.btn-inline.ttm-icon-btn-left i {
  margin-right: 7px;
  transition: 0.3s ease-in-out;
}
.ttm-btn.btn-inline.ttm-icon-btn-left:hover i {
  margin-right: 11px !important;
}
.ttm-btn.btn-inline.ttm-btn-color-skincolor:hover {
  color: #111922;
}
.ttm-btn.btn-inline.ttm-btn-color-dark:hover {
  color: #34bf49;
}
.app-btn,
.bg-theme-DarkColor .ttm-btn.btn-inline.ttm-btn-color-skincolor:hover,
.bg-theme-SkinColor .ttm-btn.btn-inline.ttm-btn-color-dark:hover {
  color: #fff;
}
.app-btn {
  width: 90%;
  max-width: 240px;
  padding: 18px 30px;
  margin-right: 20px;
  text-align: left;
  border-radius: 5px;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 15px;
  text-transform: capitalize;
  display: -webkit-flex;
  display: flex;
  display: -webkit-inline-box;
  -webkit-align-items: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.08);
  border: 1px solid hsla(0, 0%, 100%, 0.25);
}
.app-btn:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
}
.app-btn i {
  width: 20%;
  text-align: center;
  font-size: 42px;
  margin-right: 15px;
  color: #34bf49;
}
.app-btn .big-txt {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.ttm-play-icon {
  color: #fff;
  display: block;
  position: relative;
}
.ttm-play-icon .ttm-icon.ttm-icon_element-size-md {
  height: 95px;
  width: 95px;
  line-height: 95px;
  margin: 0;
}
.ttm-play-icon .ttm-play-icon-animation {
  display: inline-block;
  position: relative;
}
.ttm-play-icon .ttm-play-icon-animation:after {
  border-radius: 100%;
  border: 1px solid #bfbfbf;
}
.ttm-play-icon .ttm-play-icon-animation:after,
.ttm-play-icon .ttm-play-icon-animation:before {
  content: "";
  width: 150%;
  height: 150%;
  position: absolute;
  left: -25%;
  top: -25%;
  opacity: 1;
  -webkit-animation: videoplay-anim 1s linear infinite;
  animation: videoplay-anim 1s linear infinite;
  -webkit-animation: videoplay-anim 1.05s infinite;
  animation: videoplay-anim 1.05s infinite;
}
.ttm-play-icon .ttm-play-icon-animation:before {
  border-radius: 100%;
  border: 1px solid #e4e4e4;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.ttm-play-icon-btn i.flaticon-play-button {
  font-size: 45px;
  line-height: 1;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-sm {
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0;
  z-index: 2;
}
.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-sm i.fa-play {
  padding-left: 5px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-md {
  display: block;
  height: 67px;
  width: 67px;
  line-height: 67px;
  margin: 0;
  z-index: 2;
}
.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-md i.fa-play {
  font-size: 28px;
}
.ttm-play-icon-btn .ttm-play-icon-animation {
  position: relative;
  display: inline-block;
}
.ttm-play-icon-btn .ttm-play-icon-animation .ttm-icon {
  margin-bottom: 0;
}
.ttm-play-icon-btn .ttm-play-icon-animation:after {
  z-index: 1;
  width: 122%;
  height: 122%;
  opacity: 0.3;
}
.ttm-play-icon-btn .ttm-play-icon-animation:after,
.ttm-play-icon-btn .ttm-play-icon-animation:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
}
.ttm-play-icon-btn .ttm-play-icon-animation:before {
  width: 145%;
  height: 145%;
  opacity: 0.6;
}
.ttm-play-icon-btn:hover .ttm-play-icon-animation:after,
.ttm-play-icon-btn:hover .ttm-play-icon-animation:before {
  -webkit-animation: sep-anim 1.05s infinite;
  animation: sep-anim 1.05s infinite;
}
i.fa-play {
  padding-left: 2px;
}
.ttm-play-icon-btn .ttm-play-icon-animation:after,
.ttm-play-icon-btn .ttm-play-icon-animation:before {
  opacity: 0.2;
}
.ttm-icon {
  margin-bottom: 25px;
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  box-sizing: content-box;
  position: relative;
}
.ttm-icon,
.ttm-icon i {
  display: inline-block;
  vertical-align: middle;
}
.ttm-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ttm-icon_element-color-skincolor {
  color: #34bf49;
}
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-color-skincolor {
  background-color: #34bf49;
  color: #fff;
}
.ttm-icon_element-color-darkgrey {
  color: #111922;
}
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-color-darkgrey {
  background-color: #111922;
  color: #fff;
}
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-color-grey {
  background-color: #f7f7f7;
  color: #34bf49;
}
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-color-white {
  background-color: #fff;
  color: #34bf49;
}
.ttm-icon.ttm-icon_element-size-xs {
  height: 32px;
  width: 32px;
  line-height: 32px;
}
.ttm-icon.ttm-icon_element-size-xs i {
  font-size: 15px;
}
.ttm-icon.ttm-icon_element-size-sm {
  height: 52px;
  width: 52px;
  line-height: 52px;
}
.ttm-icon.ttm-icon_element-size-sm i {
  font-size: 20px;
}
.ttm-icon.ttm-icon_element-size-md {
  height: 67px;
  width: 67px;
  line-height: 67px;
}
.ttm-icon.ttm-icon_element-size-md i {
  font-size: 37px;
}
.ttm-icon.ttm-icon_element-size-lg {
  height: 78px;
  width: 78px;
  line-height: 78px;
}
.ttm-icon.ttm-icon_element-size-lg i {
  font-size: 48px;
}
.ttm-icon.ttm-icon_element-size-xl {
  height: 88px;
  width: 80px;
  line-height: 88px;
}
.ttm-icon.ttm-icon_element-size-xl i {
  font-size: 58px;
}
.ttm-icon.ttm-icon_element-onlytxt {
  height: auto;
  width: auto;
  line-height: 1;
}
.ttm-icon.ttm-icon_element-onlytxt i {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: unset;
  transform: unset;
  line-height: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.ttm-icon.ttm-icon_element-style-round {
  border-radius: 5px;
}
.ttm-icon.ttm-icon_element-style-rounded {
  border-radius: 50%;
}
.ttm-icon.ttm-icon_element-style-square {
  border-radius: 0;
}
.ttm-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.ttm-list li {
  position: relative;
  padding-bottom: 10px;
  display: -webkit-flex;
  display: flex;
}
.ttm-list li:last-child {
  padding-bottom: 0;
}
.ttm-list.ttm-list-style-icon i {
  position: absolute;
  left: auto;
  top: 6px;
  font-size: 14px;
}
.ttm-list.ttm-list-style-icon i.fa-minus:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  height: 2px;
  width: 7px;
  background-color: currentcolor;
}
.ttm-list.ttm-list-style-icon .ttm-list-li-content {
  display: inline-block;
  padding-left: 25px;
}
.ttm-list-icon-color-skincolor i {
  color: #34bf49;
}
.ttm-list-icon-color-darkgrey i {
  color: #111922;
}
.ttm-list.ttm-list-textsize-large li {
  font-size: 20px;
  padding-bottom: 11px;
}
.ttm-list.ttm-list-textsize-large li .ttm-list-li-content {
  padding-left: 30px;
}
.ttm-list.ttm-list-textsize-small li {
  font-size: 12px;
}
.ttm-list.ttm-list-textsize-small li .ttm-list-li-content {
  padding-left: 16px;
}
.ttm-list.ttm-list-style-square {
  padding-left: 15px;
}
.ttm-list.ttm-list-style-square li {
  list-style: square;
  line-height: 1.44;
  display: list-item;
}
.ttm-list.ttm-list-style-square li::marker {
  color: #34bf49;
}
.ttm-list.ttm-list-style-disc {
  padding-left: 15px;
}
.ttm-list.ttm-list-style-disc li {
  list-style: disc;
  line-height: 1.44;
  display: list-item;
}
.ttm-list.ttm-list-style-disc li::marker {
  color: #34bf49;
}
.ttm-video-icon .ttm-icon.ttm-icon_element-size-md {
  height: 98px;
  width: 98px;
  line-height: 98px;
}
.ttm-video-icon .ttm-icon.ttm-icon_element-size-md i {
  font-size: 40px;
}
.ttm-center-video-icon,
.ttm-left-video-icon,
.ttm-right-video-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
.inside {
  position: relative;
  transition: all 0.4s;
  padding: 10px 0 15px;
}
.inside h4,
.inside h4 span {
  margin-bottom: 0;
  font-size: 37px;
  line-height: 47px;
}
.inside h3 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 23px;
  padding-top: 3px;
  font-weight: 400;
  color: inherit;
  font-family: inherit;
  text-transform: capitalize;
}
.ttm-fid-view-lefticon .ttm-fid-icon-wrapper {
  display: table-cell;
  vertical-align: top;
  padding-top: 10px;
}
.ttm-fid-view-lefticon .ttm-fid-contents {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
  text-align: left;
}
.ttm-fid-view-righticon .ttm-fid-icon-wrapper {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
  text-align: left;
}
.ttm-fid-view-righticon .ttm-fid-contents {
  display: table-cell;
  vertical-align: top;
}
.ttm-fid-view-topicon i {
  margin-bottom: 8px;
}
.ttm-fid-icon-wrapper i {
  font-size: 46px;
  line-height: 1;
  color: #34bf49;
  display: inline-block;
}
.ttm-fid.style1 {
  text-align: center;
  padding: 48px 30px 44px;
  margin: 0;
  max-width: 230px;
  position: relative;
  border: 1px solid hsla(0, 0%, 100%, 0.12);
}
.ttm-fid.style1:before {
  position: absolute;
  content: "";
  left: 12px;
  right: 12px;
  top: 12px;
  bottom: 12px;
  background-color: hsla(0, 0%, 100%, 0.12);
}
.ttm-fid.style1 .ttm-fid-icon-wrapper i {
  font-size: 55px;
  line-height: 1;
}
.ttm-fid.style2 {
  text-align: center;
  padding: 50px 30px;
  margin: 0;
}
@media (max-width: 991px) {
  .ttm-fid.style2 {
    padding: 20px 30px 0;
  }
}
@media (max-width: 991px) {
  .row > [class*="col"]:last-child .ttm-fid.style2 {
    padding-bottom: 20px;
  }
}
.featured-icon-box {
  position: relative;
  margin: 12px 0;
}
.featured-icon-box .ttm-icon {
  margin-bottom: 0;
}
.featured-title h3 {
  font-size: 19px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: capitalize;
}
.featured-icon-box.icon-align-before-content .featured-icon {
  display: table-cell;
  vertical-align: middle;
}
.featured-icon-box.icon-align-before-content .featured-icon i {
  display: inline-block;
  vertical-align: middle;
}
.featured-icon-box.icon-align-before-content .featured-content {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
.featured-icon-box.icon-align-before-content
  .featured-content
  .featured-desc
  p {
  margin-bottom: 0;
}
.featured-icon-box.icon-align-before-content .featured-title h3 {
  margin-bottom: 10px;
}
.featured-icon-box.icon-align-before-title .featured-title {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
.featured-icon-box.icon-align-before-title .featured-title h3 {
  margin-bottom: 0;
}
.featured-icon-box.icon-align-before-title .featured-icon {
  display: table-cell;
  vertical-align: middle;
}
.featured-icon-box.icon-align-before-title .featured-content {
  margin-top: 15px;
}
.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon {
  vertical-align: top;
  padding-top: 4px;
}
.featured-icon-box.icon-align-top-content .featured-content {
  padding-top: 15px;
}
.container,
.container-fluid {
  counter-reset: featuredbox-number;
}
.featuredbox-number .ttm-num:before {
  counter-increment: featuredbox-number;
  content: counter(featuredbox-number, decimal-leading-zero) " ";
}
.featured-icon-box.p-20:hover .ttm-icon {
  -webkit-animation: ttm-bounce 0.5s ease-in-out 50ms;
  animation: ttm-bounce 0.5s ease-in-out 50ms;
}
.featured-icon-box.style1 {
  text-align: center;
  background-color: #fff;
  padding: 30px 15px;
  position: relative;
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.07);
}
.featured-icon-box.style1 .ttm-icon i {
  font-size: 40px;
}
.featured-icon-box.style1 .featured-content {
  padding-top: 20px;
  position: relative;
}
.featured-icon-box.style1 .featured-content .featured-desc p,
.featured-icon-box.style1 .featured-content .featured-title h3 {
  margin-bottom: 10px;
}
.featured-icon-box.style1 .ttm-box-view-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 0;
  overflow: hidden;
  transition: all 0.8s;
}
.featured-icon-box.style1 .ttm-box-view-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  border-radius: 0;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: auto;
}
.featured-icon-box.style1 .ttm-box-view-overlay .ttm-col-bgimage-yes {
  height: 100% !important;
}
.featured-icon-box.style1.active h3,
.featured-icon-box.style1.active p,
.featured-icon-box.style1:hover h3,
.featured-icon-box.style1:hover p {
  color: #fff;
}
.featured-icon-box.style1.active .ttm-btn,
.featured-icon-box.style1:hover .ttm-btn {
  color: #34bf49;
}
.featured-icon-box.style1.active .ttm-box-view-overlay,
.featured-icon-box.style1:hover .ttm-box-view-overlay {
  opacity: 1;
}
.featured-icon-box.style1.active .ttm-box-view-overlay:before,
.featured-icon-box.style1:hover .ttm-box-view-overlay:before {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
}
.featured-icon-box.style2 {
  margin: 0;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .featured-icon-box.style2 {
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.featured-icon-box.style2 .featured-title h3 {
  font-size: calc(1.3375rem + 1.05vw);
  line-height: 1.1;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .featured-icon-box.style2 .featured-title h3 {
    font-size: 2.125rem;
  }
}
.featured-icon-box.style2 .featured-content {
  padding-left: 0;
}
.featured-icon-box.style2 .featured-icon .ttm-icon {
  position: absolute;
  opacity: 0.15;
  top: 0;
  bottom: 0;
  left: 20px;
  color: #fff;
  line-height: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: 400;
  transition: all 1s ease;
}
.featured-icon-box.style2 .featured-icon .ttm-icon i {
  font-size: 140px;
  line-height: inherit;
}
.featured-icon-box.style2:hover .featured-icon .ttm-icon {
  -webkit-transform: rotateY(1turn);
  transform: rotateY(1turn);
}
.featured-icon-box.style3 {
  padding: 25px;
  background-color: #fff;
  transition: all 0.4s;
}
.featured-icon-box.style3 .featured-icon i {
  font-size: 34px;
}
.featured-icon-box.style3 .featured-content {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.featured-icon-box.style3:hover {
  box-shadow: 0 0 16px 16px rgba(0, 0, 0, 0.02);
}
.featured-icon-box.style4 {
  padding: 12px 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.featured-icon-box.style4 .featured-content {
  padding: 20px 30px;
  background-color: #f7f7f7;
  width: 100%;
  transition: all 0.6s ease;
}
.featured-icon-box.style4 .featured-content:before {
  top: 55px;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 10px solid rgba(194, 225, 245, 0);
  border-right-color: #f7f7f7;
  left: 70px;
  transition: all 0.5s ease;
}
.featured-icon-box.style4 .featured-content .featured-title h3 {
  transition: all 0.6s ease;
}
.featured-icon-box.style4 .ttm-icon {
  line-height: 48px;
  width: 48px;
  height: 48px;
  margin-right: 40px;
  margin-top: 25px;
  transition: all 0.4s;
  background-color: #34bf49;
  color: #fff;
}
.featured-icon-box.style4 .ttm-icon i {
  font-size: 18px;
  padding-bottom: 2px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #111922;
  transition: all 0.6s ease;
  background-color: #34bf49;
  color: #fff;
}
.featured-icon-box.style4:not(:last-child) .featured-icon:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  left: 25px;
  top: 45%;
  z-index: -1;
  transition: all 0.6s ease;
}
.featured-icon-box.style4:not(:last-child) .featured-icon:before {
  content: "";
  position: absolute;
  width: 2px;
  left: 25px;
  top: 23px;
  z-index: -1;
  height: 0;
  transition: all 0.6s ease;
  height: 100%;
  z-index: 0;
  margin-top: 20px;
  background-color: #34bf49;
}
.featured-icon-box.style4:hover .featured-content {
  background-color: #34bf49;
  color: #fff;
}
.featured-icon-box.style4:hover .featured-content .featured-title h3 {
  color: #fff;
}
.featured-icon-box.style4:hover :before {
  border-right-color: #34bf49;
}
.featured-icon-box.style5 {
  padding: 22px 15px;
  width: 100%;
  display: -webkit-inline-flex;
  display: inline-flex;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
}
.featured-icon-box.style5 .ttm-icon i {
  font-size: 40px;
}
.featured-icon-box.style5 .featured-content .featured-title h3 {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 1px;
}
.featured-icon-box.style6 {
  text-align: center;
  width: 100%;
  z-index: 1;
  padding: 5px 20px 0;
}
@media (max-width: 768px) {
  .featured-icon-box.style6 {
    margin: 25px 0 15px;
  }
}
.featured-icon-box.style6 .ttm-icon {
  font-size: 45px;
  height: 90px;
  width: 90px;
  line-height: 90px;
  text-align: center;
  margin-bottom: 15px;
}
.featured-icon-box.style6 .ttm-icon i {
  font-size: 45px;
}
.featured-icon-box.style6:hover .featured-icon .ttm-icon {
  z-index: 2;
  position: relative;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.11);
}
.featured-icon-box.style6:hover .featured-icon .ttm-icon:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.featured-icon-box.style6 .featured-icon {
  position: relative;
}
.featured-icon-box.style6 .featured-icon .ttm-icon:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.35) 0,
    transparent 80%
  );
  transition-duration: 0.3s;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.featured-icon-box.style6 .featured-icon:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 50px;
  z-index: -1;
  background: #eee;
  left: 60%;
}
@media (max-width: 768px) {
  .featured-icon-box.style6 .featured-icon:after {
    content: unset;
  }
}
.featured-icon-box.style6 .featured-icon .fea_num {
  position: absolute;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  z-index: 1;
  top: -15px;
  right: -15px;
  text-align: center;
  color: #fff;
  background-color: #111922;
  transition: all 0.5s ease-in-out;
}
.featured-icon-box.style6 .featured-icon .fea_num i {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.row > div:last-child > .featured-icon-box.style6 .featured-icon:after {
  content: unset;
}
.featured-imagebox {
  margin: 12px 0;
}
.featured-imagebox,
.featured-imagebox .featured-thumbnail {
  position: relative;
  overflow: hidden;
}
.featured-imagebox .featured-thumbnail img {
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.featured-imagebox:hover .featured-thumbnail img {
  -webkit-transform: scale(1.09);
  transform: scale(1.09);
}
.featured-imagebox .featured-content .featured-title h3 {
  position: relative;
  overflow: hidden;
  font-size: 19px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.featured-imagebox .featured-content .category,
.featured-imagebox .featured-content .category a {
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 0;
  transition: all 0.3s;
  display: inline-block;
}
.featured-imagebox .featured-content .ttm-btn {
  margin-top: 15px;
}
.ttm-box-view-overlay {
  position: relative;
  overflow: hidden;
}
.ttm-box-view-overlay:before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s ease-out;
  background-color: #111922;
}
.ttm-box-view-content-inner {
  position: relative;
  overflow: hidden;
}
.ttm-box-view-content-inner:before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s ease-out;
}
div:hover > .ttm-box-view-content-inner:before,
div:hover > .ttm-box-view-overlay:before {
  opacity: 0.66;
}
.featured-imagebox-post {
  overflow: visible;
}
.featured-imagebox-post .featured-content .post-meta span {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  font-size: 13px;
  line-height: 13px;
  font-style: italic;
  margin-bottom: 12px;
}
.featured-imagebox-post .featured-content .post-meta span:last-child {
  margin-right: 0;
}
.featured-imagebox-post
  .featured-content
  .post-meta
  span:not(:last-child):after {
  position: absolute;
  background-color: currentColor;
  display: inline-block;
  content: "";
  background-color: #898a9c;
  width: 1px;
  height: 100%;
  border-radius: 50%;
  vertical-align: middle;
  top: 0;
  opacity: 0.2;
  right: -10px;
}
.featured-imagebox-post .featured-content .post-meta span i {
  padding-right: 5px;
  font-size: 12px;
}
.featured-imagebox-post .ttm-box-post-date .ttm-entry-date {
  color: #fff;
  display: inline-block;
  padding: 20px 8px;
  z-index: 2;
  font-size: 15px;
}
.ttm-box-post-date .ttm-entry-date .entry-month,
.ttm-box-post-date .ttm-entry-date .entry-year {
  font-size: 16px;
  line-height: 1;
  display: block;
  font-weight: 700;
  text-transform: capitalize;
}
.post-category {
  display: inline-block;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1;
  padding: 6px 10px;
  color: #fff;
  margin-bottom: 15px;
}
.post-bottom.ttm-post-link {
  display: -webkit-flex;
  display: flex;
}
.ttm-post-format-video {
  position: relative;
  overflow: hidden;
  padding-bottom: 55.25%;
  padding-top: 25px;
  height: 0;
}
.ttm-post-format-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.featured-imagebox-post.style1 {
  background-color: #fff;
  transition: all 0.4s;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.09);
}
.featured-imagebox-post.style1 .post-header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 17px;
}
.featured-imagebox-post.style1 .featured-content {
  padding: 23px 35px 33px;
  position: relative;
}
.featured-imagebox-post.style1 .post-meta {
  display: block;
  padding: 5px 0 0;
}
.featured-imagebox-post.style1 .ttm-box-post-date {
  position: absolute;
  left: 20px;
  top: 20px;
  height: 60px;
  width: 60px;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  padding-top: 11px;
  z-index: 1;
  color: #fff;
  background-color: #34bf49;
  text-align: center;
}
.featured-imagebox-post.style1 .ttm-box-post-date:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: auto;
  right: 0;
  bottom: -15px;
  border-right: 0 solid transparent;
  border-color: transparent #34bf49 transparent transparent;
  border-style: solid;
  border-width: 0 10px 15px 0;
}
.featured-imagebox-post.style1 .ttm-box-post-date .ttm-entry-date {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.featured-imagebox-post.style1 .ttm-box-post-date .ttm-entry-date .entry-month {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
  text-transform: uppercase;
}
.featured-imagebox-post.style2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  .featured-imagebox-post.style2 {
    display: block;
  }
}
.featured-imagebox-post.style2 .featured-content {
  padding: 20px 0 20px 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .featured-imagebox-post.style2 .featured-content {
    padding-left: 0;
  }
}
.featured-imagebox-post.style2 .featured-content .post-meta {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.featured-imagebox-post.style2 .ttm-box-post-date {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.featured-imagebox-post.style2 .ttm-box-post-date .ttm-entry-date {
  display: inline-block;
  padding: 20px 8px;
  z-index: 2;
  color: #fff;
  background-color: #34bf49;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
}
.featured-imagebox-services.style1 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #f7f7f7;
  transition: all 0.4s;
}
@media (max-width: 992px) {
  .featured-imagebox-services.style1 {
    display: block;
    width: 100%;
  }
}
.featured-imagebox-services.style1 .featured-content {
  padding: 22px 30px 30px 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  width: 130%;
}
@media (max-width: 992px) {
  .featured-imagebox-services.style1 .featured-content {
    width: 100%;
  }
}
.featured-imagebox-services.style1 .featured-content:before {
  position: absolute;
  content: "";
  top: 50px;
  left: -20px;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 20px solid #fff;
  border-bottom: 10px solid transparent;
}
@media (max-width: 992px) {
  .featured-imagebox-services.style1 .featured-content:before {
    top: -20px;
    left: 40px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.featured-imagebox-services.style1:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.bg-theme-GreyColor .featured-imagebox-services.style1 {
  background-color: #fff;
}
.featured-imagebox-services.style2 {
  padding: 0 20px;
  background-color: #f7f7f7;
  overflow: visible;
  margin-bottom: 50px;
  border-radius: 6px;
  border: 1px solid #ebebeb;
  box-shadow: 0 0 10px 0 rgba(49, 49, 49, 0.1);
}
.featured-imagebox-services.style2 .featured-content {
  padding: 20px 0 10px;
  text-align: center;
  margin-bottom: -30px;
}
.featured-imagebox-services.style2 .ttm-box-view-overlay {
  border-radius: 6px;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.featured-imagebox-services.style2 .featured-hover-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  padding: 30px;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.6s;
}
.featured-imagebox-services.style2:hover .featured-hover-content {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.featured-imagebox-services.style2 .ttm-btn.btn-inline:hover {
  color: #fff;
}
.bg-theme-GreyColor .featured-imagebox-employer {
  background-color: #fff;
}
.featured-imagebox-employer {
  border: 1px solid #ebebeb;
  border-radius: 6px;
  padding: 30px;
  background-color: #f7f7f7;
}
@media (min-width: 575px) {
  .featured-imagebox-employer {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.featured-imagebox-employer .featured-thumbnail {
  height: 130px;
  width: 130px;
  border-radius: 3px;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.featured-imagebox-employer .featured-content {
  padding-left: 20px;
  width: 100%;
  position: relative;
}
@media (max-width: 575px) {
  .featured-imagebox-employer .featured-content {
    padding-left: 0;
    padding-top: 20px;
  }
}
.featured-imagebox-employer .featured-content .featured-title h3 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 2px;
}
@media (min-width: 575px) {
  .featured-imagebox-employer .featured-content .featured-bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: top;
    align-items: top;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.featured-imagebox-employer .featured-content .featured-bottom .job-meta {
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .featured-imagebox-employer .featured-content .featured-bottom .job-meta {
    padding-bottom: 15px;
  }
}
.featured-imagebox-employer .featured-content .featured-bottom .job-meta span {
  font-size: 14px;
  display: block;
}
.featured-imagebox-employer
  .featured-content
  .featured-bottom
  .job-meta
  span
  i {
  font-size: 13px;
  margin-right: 5px;
  color: #34bf49;
}
.featured-imagebox-employer
  .featured-content
  .featured-bottom
  .job-meta
  span:last-child {
  margin-top: 8px;
}
.featured-imagebox-employer .featured-content .featured-bottom .view-block {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.featured-imagebox-employer .featured-content .select-btn {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.2s;
  cursor: pointer;
}
.featured-imagebox-employer .featured-content .select-btn i {
  font-size: 13px;
  -webkit-text-stroke: 1px #34bf49;
  -webkit-text-fill-color: transparent;
  transition: all 0.2s;
}
.featured-imagebox-employer:hover .featured-content .select-btn {
  opacity: 1;
}
.featured-imagebox-employer:hover .featured-content .select-btn:hover i {
  -webkit-text-fill-color: #34bf49;
}
.bg-theme-GreyColor .featured-imagebox-candidate {
  background-color: #fff;
}
.featured-imagebox-candidate {
  border: 1px solid #ebebeb;
  border-radius: 6px;
  padding: 30px;
  background-color: #f7f7f7;
}
@media (min-width: 576px) {
  .featured-imagebox-candidate {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
}
.featured-imagebox-candidate .featured-thumbnail {
  height: 130px;
  width: 130px;
  border-radius: 3px;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (max-width: 575px) {
  .featured-imagebox-candidate .featured-thumbnail {
    height: 110px;
    width: 110px;
  }
}
.featured-imagebox-candidate .featured-content {
  padding-left: 20px;
  width: 100%;
  position: relative;
}
@media (max-width: 575px) {
  .featured-imagebox-candidate .featured-content {
    padding-left: 0;
    padding-top: 20px;
  }
}
.featured-imagebox-candidate .featured-content .featured-title h3 {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 0;
}
.featured-imagebox-candidate .featured-content .featured-title span {
  font-size: 13px;
  color: #34bf49;
}
.featured-imagebox-candidate .featured-content .job-skill {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 12px 0 0;
}
.featured-imagebox-candidate .featured-content .job-skill span {
  font-size: 12px;
  line-height: 20px;
  padding: 4px 15px;
  border-radius: 5px;
  margin: 0 10px 0 0;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}
.featured-imagebox-candidate .featured-content .view-block {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 575px) {
  .featured-imagebox-candidate .featured-content .view-block {
    position: unset;
    margin-top: 5px;
  }
}
.featured-imagebox-candidate .featured-bottom .job-meta {
  width: 100%;
  margin-top: 22px;
  padding-top: 12px;
  border-top: 1px solid #e7e7e7;
}
.featured-imagebox-candidate .featured-bottom .job-meta span {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
  display: inline-block;
  margin-right: 15px;
}
.featured-imagebox-candidate .featured-bottom .job-meta span i {
  font-size: 13px;
  margin-right: 5px;
  color: #34bf49;
}
.bg-theme-GreyColor .featured-imagebox-job {
  background-color: #fff;
}
.featured-imagebox-job {
  border: 1px solid #ebebeb;
  background-color: #f7f7f7;
  border-radius: 6px;
}
@media (min-width: 576px) {
  .featured-imagebox-job {
    display: inline-table;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
  }
  .featured-imagebox-job > div {
    display: table-cell;
    vertical-align: middle;
  }
}
.featured-imagebox-job .featured-thumbnail {
  padding: 15px;
}
.featured-imagebox-job .featured-thumbnail img {
  max-width: 120px;
  width: auto;
}
.featured-imagebox-job .featured-thumbnail .required-tag {
  position: absolute;
  left: -50px;
  top: 10px;
  width: 100%;
  text-align: center;
  padding: 1px;
  font-size: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #d72c2c;
  color: #fff;
}
@media (max-width: 575px) {
  .featured-imagebox-job .featured-thumbnail .required-tag {
    left: -44.5%;
  }
}
.featured-imagebox-job .featured-content {
  padding: 18px 20px;
  width: 100%;
  border-top: 1px solid #ebebeb;
}
@media (min-width: 576px) {
  .featured-imagebox-job .featured-content {
    border-left: 1px solid #ebebeb;
    border-top: 0;
  }
}
.featured-imagebox-job .featured-content .featured-title h3 {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 0;
}
.featured-imagebox-job .featured-content .featured-bottom {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ebebeb;
}
@media (min-width: 576px) {
  .featured-imagebox-job .featured-content .featured-bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.featured-imagebox-job .featured-content .featured-bottom .job-meta {
  width: 100%;
}
.featured-imagebox-job .featured-content .featured-bottom .job-meta span {
  font-size: 12px;
  margin-right: 10px;
}
.featured-imagebox-job .featured-content .featured-bottom .job-meta span i {
  font-size: 12px;
  margin-right: 5px;
  color: #34bf49;
}
.featured-imagebox-job .featured-content .featured-bottom .job-time {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.featured-imagebox-job .featured-content .featured-bottom .job-time span {
  font-size: 11px;
  padding: 4px 11px;
  border-radius: 4px;
  text-transform: uppercase;
  background-color: #34bf49;
  color: #fff;
}
.featured-imagebox-job.style2 {
  display: block;
  background-color: #fff;
  margin: 0 0 10px;
  border-radius: 0;
}
.featured-imagebox-job.style2 .featured-thumbnail img {
  max-width: 80px;
}
.featured-imagebox-job.style2 .featured-content .featured-bottom {
  border-top: 0;
  padding-top: 0;
  margin-top: 5px;
}
.featured-imagebox-job.style2 .apply-block {
  padding-right: 30px;
}
@media (max-width: 575px) {
  .featured-imagebox-job.style2 .apply-block {
    padding-left: 20px;
    padding-bottom: 25px;
  }
}
.featured-imagebox-country {
  text-align: center;
  overflow: visible;
  background-color: #fff;
  box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.1);
}
.featured-imagebox-country .featured-content {
  position: relative;
  text-align: center;
  padding: 22px 15px 24px;
}
.featured-imagebox-portfolio.style1 {
  border-radius: 6px;
  width: 100%;
  transition: all 0.5s;
}
.featured-imagebox-portfolio.style1 .featured-content {
  position: absolute;
  padding: 20px;
  bottom: 0;
  color: #fff;
  z-index: 1;
}
.featured-imagebox-portfolio.style1 .featured-content .featured-title h3 {
  margin-bottom: 0;
}
.featured-imagebox-portfolio.style1 .featured-content .featured-title h3 a {
  color: #fff;
}
.featured-imagebox-portfolio.style1
  .featured-content
  .featured-title
  h3
  a:hover {
  color: #34bf49;
}
.featured-imagebox-portfolio.style1 .ttm-box-view-overlay:before {
  opacity: 1;
  background: linear-gradient(
    180deg,
    rgba(4, 62, 76, 0) 0,
    rgba(0, 0, 0, 0.4) 40%
  );
}
.featured-imagebox-portfolio.style1 .ttm-media-link a {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 6px;
  font-size: 16px;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  z-index: 2;
  margin: -22px auto 0;
  transition: all 0.45s ease 0ms;
}
.featured-imagebox-portfolio.style2 .ttm-media-link {
  display: -webkit-flex;
  display: flex;
  position: relative;
  padding-top: 15px;
  padding-bottom: 4px;
}
.featured-imagebox-portfolio.style2 .ttm-media-link a {
  position: relative;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin: 0 5px;
  top: 20px;
  opacity: 0;
  font-size: 14px;
  border-radius: 50%;
  font-weight: 400;
  color: #fff;
  border: 1px solid #8d909b;
}
.featured-imagebox-portfolio.style2 .ttm-media-link:after {
  position: absolute;
  left: 0;
  display: block;
  top: 0;
  height: 1px;
  width: 100%;
  content: "";
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #8d909b;
}
.featured-imagebox-portfolio.style2:hover .ttm-media-link a {
  top: 0;
  opacity: 1;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0.5s;
}
.featured-imagebox-portfolio.style2:hover .ttm-media-link a:hover {
  transition: all 0.4s;
}
.featured-imagebox-portfolio.style2:hover .ttm-media-link:after {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.63, 0.01, 0, 1.39);
  transition-delay: 0.65s;
  -webkit-transform: scaleX(2);
  transform: scaleX(2);
}
.featured-imagebox-portfolio.style2:hover .featured-content {
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.featured-imagebox-portfolio.style2 .featured-content {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
  position: absolute;
  top: 7px;
  left: 7px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  z-index: 1;
  -webkit-justify-content: center;
  justify-content: center;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
}
.featured-imagebox-team.style1 .featured-content {
  padding: 18px 15px 20px;
  text-align: center;
  margin: -50px 15px 0;
  border-radius: 6px;
  position: relative;
  background-color: #fff;
  transition: all 0.4s;
  z-index: 1;
  border-bottom: 2px solid #34bf49;
}
.featured-imagebox-team.style1 .featured-content .featured-title h3 {
  margin-bottom: 0;
}
.featured-imagebox-team.style1 .ttm-media-link {
  transition: 0.8s;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  margin: 0 15px;
  background-color: #34bf49;
  border-radius: 6px;
}
.featured-imagebox-team.style1 .ttm-media-link .media-block .social-icons li {
  list-style: none;
  display: inline-block;
}
.featured-imagebox-team.style1 .ttm-media-link .media-block .social-icons li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  margin: 0 2px;
}
.featured-imagebox-team.style1
  .ttm-media-link
  .media-block
  .social-icons
  li
  a:hover {
  background-color: #fff;
  color: #111922;
}
.featured-imagebox-team.style1:hover .ttm-media-link {
  bottom: 100px;
}
.featured-imagebox-team.style2 {
  transition: all 0.4s;
  box-shadow: 0 0 7px 0 rgba(43, 52, 59, 0.8);
}
.featured-imagebox-team.style2:hover {
  box-shadow: 0 4px 18px 0 rgba(18, 29, 39, 0.16);
}
.featured-imagebox-team.style2 .featured-content {
  position: relative;
  padding: 27px 30px;
}
.featured-imagebox-team.style2 .featured-content .featured-title h3 {
  font-size: 22px;
  line-height: 21px;
}
.featured-imagebox-team.style2 .ttm-media-link {
  position: absolute;
  right: 15px;
  top: -16px;
  z-index: 2;
}
.featured-imagebox-team.style2 ul.social-icons.list-inline {
  position: absolute;
  top: -135px;
  visibility: hidden;
}
.featured-imagebox-team.style2 .media-block:hover {
  z-index: 2;
}
.featured-imagebox-team.style2 .media-block:hover ul.social-icons.list-inline {
  visibility: visible;
}
.featured-imagebox-team.style2 .media-block:hover .social-icons li,
.featured-imagebox-team.style2 .media-block:hover .social-icons ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) rotate(1turn);
  transform: translateY(0) rotate(1turn);
  transition: all 0.3s ease-in-out;
}
.featured-imagebox-team.style2 .media-block:hover .social-icons li:first-child {
  transition-delay: 0s;
}
.featured-imagebox-team.style2
  .media-block:hover
  .social-icons
  li:nth-child(2) {
  transition-delay: 0.1s;
}
.featured-imagebox-team.style2
  .media-block:hover
  .social-icons
  li:nth-child(3) {
  transition-delay: 0.2s;
}
.featured-imagebox-team.style2
  .media-block:hover
  .social-icons
  li:nth-child(4) {
  transition-delay: 0.3s;
}
.featured-imagebox-team.style2 .media-block .media-btn {
  display: block;
  text-align: center;
  height: 38px;
  width: 38px;
  line-height: 40px;
  color: #fff;
  border-radius: 3px;
  font-weight: 900;
  font-size: 15px;
  margin-bottom: 10px;
  z-index: 4;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-out 0s;
}
.featured-imagebox-team.style2 .media-block .social-icons li {
  margin: 0 0 7px;
  position: relative;
  display: block;
  opacity: 0;
  width: 38px;
  height: 38px;
  visibility: hidden;
  z-index: 0;
  -webkit-transform: translateY(100%) rotate(0);
  transform: translateY(100%) rotate(0);
  transition: all 0.5s;
}
.featured-imagebox-team.style2 .media-block .social-icons li a {
  font-size: 14px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  transition: all 0.3s;
}
.ttm-progress-bar {
  position: relative;
}
.ttm-progress-bar:not(:last-child) {
  margin-bottom: 30px;
}
.ttm-progress-bar .progressbar-title {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 8px;
  font-weight: 400;
  padding-right: 50px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.ttm-progress-bar .progress-bar {
  position: relative;
  overflow: visible;
  background-color: transparent;
}
.ttm-progress-bar .progress-bar .progress-bar-rect-wrap-container {
  z-index: 1;
  padding: 2px;
  background-color: transparent;
  border: 1px solid #e3e3e3;
}
.ttm-progress-bar
  .progress-bar
  .progress-bar-rect-wrap-container
  .progress-bar-rect-wrapper {
  display: block;
  height: 4px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background-color: hsla(0, 0%, 75.3%, 0.34);
}
.ttm-progress-bar
  .progress-bar
  .progress-bar-rect-wrap-container
  .progress-bar-rect-wrapper
  .inner-rect-bar.addRectAnimate {
  background-color: #34bf49 !important;
}
.ttm-progress-bar
  .progress-bar
  .progress-bar-rect-wrap-container
  .rect-progress-bar-percent {
  position: absolute;
  right: 0;
  z-index: 3;
  text-shadow: none;
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 600;
  border-radius: 0;
  top: -30px;
  margin: 0 !important;
  display: block !important;
  overflow: hidden;
}
.ttm-progress-bar.style2 .progress-bar .progress-bar-rect-wrap-container {
  padding: 0;
  border: 0;
  height: 8px;
}
.ttm-progress-bar.style2 .progressbar-title {
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}
.testimonials {
  position: relative;
}
.testimonials .testimonial-caption h3 {
  font-size: 19px;
  line-height: 30px;
  display: block;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .testimonials .testimonial-caption h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
.testimonials .testimonial-content blockquote {
  padding: 10px 25px;
  font-size: 20px;
  position: relative;
  line-height: 32px;
  font-style: italic;
  margin: 0;
}
.testimonial-caption label {
  margin: 0;
  display: block;
  font-size: 13px;
  line-height: 18px;
}
.star-ratings ul {
  padding: 0;
  margin: 0;
}
.star-ratings ul li.active,
.star-ratings ul li.active i {
  color: #34bf49;
}
.star-ratings li {
  font-size: 12px;
  min-width: 15px;
  letter-spacing: 1px;
  display: inline-block;
  color: #e0e8f0;
}
.ttm-testimonial-box-view-style1 .testimonial-content {
  padding: 30px 35px;
  position: relative;
  margin-bottom: 25px;
  margin-top: 12px;
  background-color: #f7f7f7;
}
.ttm-testimonial-box-view-style1 .testimonial-content:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0;
  bottom: -50px;
  border-left: 0 solid transparent;
  border-color: transparent transparent transparent #f7f7f7;
  border-style: solid;
  border-width: 0 0 50px 40px;
}
.testimonials.ttm-testimonial-box-view-style1 .testimonial-content:after {
  content: "\e67e";
  font-family: "themify";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  display: block;
  opacity: 0.09;
  letter-spacing: 0;
  overflow: hidden;
  font-size: 115px;
  line-height: 75px;
  font-style: normal;
}
.testimonials.ttm-testimonial-box-view-style1 .testimonial-content blockquote {
  text-align: left;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 10px;
  border-left: none;
  font-style: italic;
  background-color: transparent;
}
.testimonials.ttm-testimonial-box-view-style1
  .testimonial-content
  blockquote:before {
  position: absolute;
  content: "";
  height: 85%;
  border-left: 2px solid #34bf49;
  top: 7px;
  left: 0;
}
.testimonials.ttm-testimonial-box-view-style1
  .testimonial-content
  blockquote:after {
  position: absolute;
  content: "";
  height: 85%;
  border-left: 2px solid #34bf49;
  top: 7px;
  left: 0;
  left: 8px;
  height: 50%;
}
.testimonials.ttm-testimonial-box-view-style1 .star-ratings {
  padding-left: 30px;
}
.testimonials.ttm-testimonial-box-view-style1 .testimonial-caption {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
.testimonials.ttm-testimonial-box-view-style1 .testimonial-caption h3 {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
}
.testimonials.ttm-testimonial-box-view-style1 .testimonial-avatar {
  display: table-cell;
  vertical-align: middle;
  padding-left: 25px;
}
.testimonials.ttm-testimonial-box-view-style1 .testimonial-img {
  width: 60px;
  height: 60px;
}
.testimonials.ttm-testimonial-box-view-style1 .testimonial-img img {
  border-radius: 50%;
}
.ttm-testimonial-box-view-style2 {
  padding: 30px 30px 25px;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  margin-top: 12px;
}
.ttm-testimonial-box-view-style2:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  margin: 0 auto;
  background-color: #34bf49;
}
.ttm-testimonial-box-view-style2 .testimonial-avatar,
.ttm-testimonial-box-view-style2 .testimonial-caption {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}
.ttm-testimonial-box-view-style2 .testimonial-avatar .testimonial-img,
.ttm-testimonial-box-view-style2 .testimonial-caption .testimonial-img {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .ttm-testimonial-box-view-style2 .testimonial-avatar .testimonial-img,
  .ttm-testimonial-box-view-style2 .testimonial-caption .testimonial-img {
    height: 80px;
    width: 80px;
  }
}
.ttm-testimonial-box-view-style2 .testimonial-avatar .testimonial-img img,
.ttm-testimonial-box-view-style2 .testimonial-caption .testimonial-img img {
  border-radius: 6px;
}
.ttm-testimonial-box-view-style2 .testimonial-content blockquote {
  padding: 20px 0 0;
  font-size: 15px;
  line-height: 25px;
  font-style: italic;
}
.client-box {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  padding: 0 30px;
}
.client-box .client-thumbnail img {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.wrap-acadion .accordion {
  margin-top: 15px;
}
.accordion .toggle:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.accordion .toggle .toggle-title a:after {
  position: absolute;
  font-family: "FontAwesome";
  right: 20px;
  top: 5px;
  display: inline-block;
  content: "\f0fe";
  border-radius: 50%;
  font-size: 20px;
  line-height: 10px;
}
.accordion .toggle .toggle-title a.active:after {
  content: "\f146";
}
.accordion .toggle-title a {
  display: block;
  font-weight: 600;
  font-size: 18px;
  position: relative;
}
.accordion .toggle-title a i {
  margin-right: 15px;
}
.accordion .toggle-content {
  margin-top: 15px;
}
.accordion .toggle-content p {
  margin-bottom: 0;
  clear: both;
}
.accordion .toggle-content.show {
  display: block !important;
}
.accordion .alignleft {
  margin: 0.15em 1.5em 1.1em 0;
}
.accordion .toggle.ttm-control-left-true .toggle-title a {
  padding-left: 30px;
}
.accordion .toggle.ttm-control-left-true .toggle-title a:after {
  left: 20px;
  left: 0;
  border: 0;
  font-size: 10px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
}
.accordion .toggle.ttm-toggle_style_classic {
  padding-bottom: 0;
  margin-bottom: 20px;
  border: 0;
  position: relative;
}
.accordion .toggle.ttm-toggle_style_classic:last-child {
  margin-bottom: 0;
}
.accordion .toggle.ttm-toggle_style_classic .toggle-content {
  padding: 20px 20px 10px;
  margin-top: 0;
}
.accordion .toggle.ttm-toggle_style_classic .toggle-title a {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  display: block;
  border-radius: 6px;
  padding: 12px 48px 12px 20px;
  position: relative;
  transition: color 0s ease-in-out;
}
.accordion .toggle.ttm-toggle_style_classic .toggle-title a:after {
  top: 30%;
  font-size: 20px;
  line-height: 1;
}
.accordion
  .toggle.ttm-toggle_style_classic.ttm-control-left-true
  .toggle-title
  a {
  padding-right: 20px;
  padding-left: 48px;
}
.accordion
  .toggle.ttm-toggle_style_classic.ttm-control-left-true
  .toggle-title
  a:after {
  left: 20px;
}
.accordion .toggle.ttm-toggle_style_classic.style2 .toggle-title a {
  font-size: 20px;
  padding: 18px 20px;
  font-family: "Amiri", sans-serif;
}
.accordion .toggle.ttm-toggle_style_classic.style2 .toggle-title a:after {
  content: "\f055";
  font-size: 22px;
  color: #2a2a2a;
  transition: all 0.4s;
}
.accordion .toggle.ttm-toggle_style_classic.style2 .toggle-title a:hover:after {
  color: #e6e6e6;
}
.accordion
  .toggle.ttm-toggle_style_classic.style2
  .toggle-title
  a.active:after {
  content: "\f056";
  font-size: 22px;
  color: #fff;
}
.wrap-form label {
  width: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 1;
  position: relative;
  color: #919191;
}
.wrap-form label,
.wrap-form label > i {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.wrap-form label > i {
  position: absolute;
  left: 20px;
  opacity: 0.9;
  font-size: 16px;
  z-index: 1;
  top: 0;
  bottom: 0;
  -webkit-justify-content: center;
  justify-content: center;
}
.wrap-form label input,
.wrap-form label select,
.wrap-form label textarea {
  width: 100%;
  height: 100%;
  padding: 18px 15px 19px 50px;
  color: #919191;
  border: 1px solid hsla(0, 0%, 46.7%, 0.2);
  background-color: #fff;
}
.wrap-form label button {
  height: 100%;
  width: 100%;
}
.wrap-form label select {
  -webkit-appearance: none;
  appearance: none;
  letter-spacing: 0;
  outline: none;
  line-height: 1;
  text-indent: 20px;
  padding: 20px 15px 21px 25px;
  background-image: linear-gradient(45deg, transparent 50%, grey 0),
    linear-gradient(135deg, grey 50%, transparent 0);
  background-position: calc(100% - 22px) calc(1em + 15px),
    calc(100% - 17px) calc(1em + 15px), calc(100% - 3.5em) 2.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.wrap-form label span {
  line-height: normal;
}
.bg-theme-GreyColor .wrap-form label input,
.bg-theme-GreyColor .wrap-form label select,
.bg-theme-GreyColor .wrap-form label textarea {
  background-color: #fff;
}
.wrap-form.search_Form {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.wrap-form.search_Form label > i {
  font-size: 22px;
}
@media (max-width: 767px) {
  .wrap-form.search_Form {
    display: block;
  }
}
.wrap-form.search_Form button {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (max-width: 767px) {
  .wrap-form.search_Form button {
    width: 100%;
  }
}
.wrap-form.search_Form.style2 {
  display: block;
}
.wrap-form.search_Form.style2 label input,
.wrap-form.search_Form.style2 label textarea {
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
}
.wrap-form.search_Form.style2 label input::-webkit-input-placeholder,
.wrap-form.search_Form.style2 label textarea::-webkit-input-placeholder {
  color: #919191;
}
.wrap-form.search_Form.style2 label input:-ms-input-placeholder,
.wrap-form.search_Form.style2 label textarea:-ms-input-placeholder {
  color: #919191;
}
.wrap-form.search_Form.style2 label input::placeholder,
.wrap-form.search_Form.style2 label textarea::placeholder {
  color: #919191;
}
.wrap-form.search_Form.style2 label select {
  font-size: 16px;
  font-weight: 600;
  padding: 24px 20px 25px;
  border-radius: 6px;
  text-indent: 0;
  background-position: calc(100% - 25px) calc(1em + 14px),
    calc(100% - 20px) calc(1em + 14px), calc(100% - 3.5em) 2.5em;
}
.wrap-form.search_Form.style2 label button {
  width: 100%;
}
.wrap-form.submit_Form label {
  margin: 12px 0;
}
.wrap-form.submit_Form input,
.wrap-form.submit_Form select {
  padding: 12px 15px;
}
.wrap-form.submit_Form input[type="file"] {
  padding: 0;
  border: 0;
  color: #919191;
}
.wrap-form.submit_Form input[type="file"]::-webkit-file-upload-button {
  background-color: transparent;
  color: #919191;
  padding: 10px 15px;
  border: 1px solid hsla(0, 0%, 46.7%, 0.2);
  border-radius: 6px;
  margin-right: 15px;
}
.wrap-form.submit_Form textarea {
  padding: 30px;
  border: 0;
  margin-top: 12px;
  box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.1);
}
.wrap-form.submit_Form select {
  -webkit-appearance: none;
  appearance: none;
  letter-spacing: 0;
  padding: 15px 15px 16px;
  text-indent: 0;
  background-image: linear-gradient(45deg, transparent 50%, grey 0),
    linear-gradient(135deg, grey 50%, transparent 0);
  background-position: calc(100% - 22px) calc(1em + 6px),
    calc(100% - 17px) calc(1em + 6px), calc(100% - 3.5em) 2.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.wrap-form.contact_form button,
.wrap-form.contact_form input,
.wrap-form.contact_form select,
.wrap-form.contact_form textarea {
  padding: 20px;
  line-height: 1.3;
  border-radius: 6px;
}
.wrap-form.login_form label {
  margin: 15px 0;
}
.wrap-form.login_form label input,
.wrap-form.login_form label select,
.wrap-form.login_form label textarea {
  border: 0;
  height: auto;
  padding-left: 50px;
}
.social-account-button {
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  padding: 11px 22px;
  border-radius: 3px;
  margin-top: 24px;
}
.social-account-button i {
  display: inline-block;
  vertical-align: middle;
  text-align: inherit;
  margin-right: 10px;
  transition: 0.4s;
}
.social-account-button.google-button {
  background: #d34836;
  color: #fff;
}
.social-account-button.facebook-button {
  background: #3b5999;
  color: #fff;
}
.social-account-button:hover {
  opacity: 0.88;
}
.ttm-tabs ul.tabs {
  width: 100%;
  padding: 0;
  margin: 0;
}
.ttm-tabs ul.tabs li {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.ttm-tabs ul.tabs li:last-child {
  margin-bottom: 0;
}
.ttm-tabs.ttm-tab-style-01 ul.tabs {
  margin: 0 -15px;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
@media (max-width: 576px) {
  .ttm-tabs.ttm-tab-style-01 ul.tabs {
    display: block;
  }
}
.ttm-tabs.ttm-tab-style-01 ul.tabs li {
  width: auto;
  margin-bottom: 0;
}
.ttm-tabs.ttm-tab-style-01 ul.tabs li a {
  display: block;
  cursor: pointer;
  padding: 10px 18px;
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
  position: relative;
  border: 0;
  margin: 0 15px 5px;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  text-transform: capitalize;
}
.ttm-tabs.ttm-tab-style-01 ul.tabs li.react-tabs__tab--selected > a {
  border-bottom-color: #34bf49 !important;
}
.ttm-tabs.ttm-tab-style-01 ul.tabs li.react-tabs__tab--selected > a:after {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  background-color: #fff;
  top: auto;
  bottom: -5px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  border-top: 2px solid #34bf49;
  border-left: 2px solid #34bf49;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ttm-tabs.ttm-tab-style-01 .content-tab {
  padding: 0;
  margin: 20px 0 0;
}
.inner-rect-bar.addRectAnimate {
  background-color: #34bf49 !important;
}
.bg-theme-DarkColor .ttm-tabs.ttm-tab-style-01 ul.tabs li a,
.bg-theme-SkinColor .ttm-tabs.ttm-tab-style-01 ul.tabs li a {
  border-bottom: 2px solid hsla(0, 0%, 100%, 0.15);
}
.bg-theme-DarkColor
  .ttm-tabs.ttm-tab-style-01
  ul.tabs
  li.react-tabs__tab--selected
  > a:after,
.bg-theme-SkinColor
  .ttm-tabs.ttm-tab-style-01
  ul.tabs
  li.react-tabs__tab--selected
  > a:after {
  background-color: #111922;
}
.ttm-tab-style-02 ul.tabs {
  display: -webkit-flex;
  display: flex;
  width: auto;
  margin: 0 -15px;
}
@media (max-width: 680px) {
  .ttm-tab-style-02 ul.tabs {
    display: block;
  }
}
.ttm-tab-style-02 ul.tabs li {
  margin: 15px 0 !important;
  padding: 0 15px;
}
.ttm-tab-style-02 ul.tabs li a {
  border-radius: 6px;
  display: block;
  color: inherit;
  position: relative;
  background-color: #fff;
  padding: 20px 20px 20px 120px;
  border: 1px solid transparent;
}
.ttm-tab-style-02 ul.tabs li a i {
  position: absolute;
  left: 0;
  font-size: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  top: 0;
  bottom: 0;
  -webkit-justify-content: center;
  justify-content: center;
  width: 90px;
  text-align: center;
  border-right: 1px solid #ebebeb;
}
.ttm-tab-style-02 ul.tabs li a span {
  font-size: 14px;
  font-weight: 400;
  color: inherit;
}
.ttm-tab-style-02 ul.tabs li a h5 {
  font-size: 18px;
}
.ttm-tab-style-02 ul.tabs li.react-tabs__tab--selected a {
  border: 1px solid #34bf49;
}
.row.ttm-boxes-spacing-30px,
.ttm-boxes-spacing-30px {
  margin: 0 -15px;
}
.ttm-boxes-spacing-30px > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 30px;
}
.row.ttm-boxes-spacing-20px,
.ttm-boxes-spacing-20px {
  margin: 0 -10px;
}
.ttm-boxes-spacing-20px > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
}
.row.ttm-boxes-spacing-15px,
.ttm-boxes-spacing-15px {
  margin: 0 -7.5px;
}
.ttm-boxes-spacing-15px > [class*="col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
  padding-bottom: 15px;
}
.row.ttm-boxes-spacing-10px,
.ttm-boxes-spacing-10px {
  margin: 0 -5px;
}
.ttm-boxes-spacing-10px > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 10px;
}
.row.ttm-boxes-spacing-5px,
.ttm-boxes-spacing-5px {
  margin: 0 2.5px;
}
.ttm-boxes-spacing-5px > [class*="col-"] {
  padding-right: 2.5px;
  padding-left: 2.5px;
  padding-bottom: 5px;
}
.row.ttm-boxes-spacing-0px,
.ttm-boxes-spacing-0px {
  margin: 0;
}
.ttm-boxes-spacing-0px > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  outline: 0;
}
@media (max-width: 991px) {
  .sidebar .sidebar-left {
    margin-bottom: 30px;
  }
  .sidebar .sidebar-right {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .sidebar:not(.job-sidebar) .row {
    margin: 0 -15px;
  }
  .sidebar:not(.job-sidebar) .row .widget-area {
    -webkit-flex: 30% 1;
    flex: 30% 1;
    max-width: 30%;
    padding: 0 15px;
  }
  .sidebar:not(.job-sidebar) .row .content-area {
    -webkit-flex: 70% 1;
    flex: 70% 1;
    max-width: 70%;
    padding: 0 15px;
  }
}
.sidebar .widget-area .widget {
  position: relative;
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 30px;
  background-color: #f7f7f7;
}
.sidebar .widget-area .widget:last-child {
  margin-bottom: 0;
}
.sidebar .widget-area .widget a:not(.ttm-btn) {
  font-weight: 400;
  font-size: 15px;
  font-size: 14px;
}
.sidebar .widget-area .widget ul {
  margin: 0;
  padding: 0;
}
.sidebar .widget-area .widget ul > li {
  border-top: 1px solid #eee;
  padding-bottom: 10px;
  padding-top: 10px;
  list-style: none;
}
.sidebar .widget-area .widget ul > li:first-child {
  border-top: none;
  padding-top: 0;
}
.sidebar .widget-area .widget .widget-title {
  display: block;
  font-size: 20px;
  line-height: 20px;
  padding: 0 30px 15px;
  position: relative;
  margin: 0 -30px 24px;
  border-bottom: 1px solid #e7e7e7;
}
.sidebar .widget-area .widget .widget-title:after {
  position: absolute;
  content: "";
  bottom: 0;
  opacity: 1;
  left: 30px;
  width: 32px;
  height: 2px;
  transition: all 0.4s;
  background-color: #34bf49;
}
.sidebar .widget-area .widget-search {
  padding: 10px;
  background-color: #f7f7f7;
}
.sidebar .widget-area .widget-search .search-form {
  border: 0;
  position: relative;
}
.sidebar .widget-area .widget-search .search-form .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.sidebar .widget-area .widget-search .search-form label {
  display: block;
  margin: 0;
}
.sidebar .widget-area .widget-search .search-form .btn[type="submit"] {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  padding: 0;
  width: 47px;
  height: 47px;
  z-index: 1;
  outline: 0;
  border: 0;
  box-shadow: unset;
  border-radius: 6px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.02);
  background-color: #fff;
}
.sidebar .widget-area .widget-search .input-text {
  border: 0;
  padding: 11px 15px;
  width: 100%;
  background-color: transparent;
}
.sidebar .widget-area .widget-search input {
  color: #242c42;
}
.sidebar .widget-area .widget-nav-menu ul li {
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  position: relative;
  display: block;
  transition: all 0.4s;
}
.sidebar .widget-area .widget-nav-menu ul li:last-child {
  margin-bottom: 0;
}
.sidebar .widget-area .widget-nav-menu ul li a {
  display: block;
  padding: 20px 15px 17px 17px;
  margin: 5px 0;
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #e7e7e7;
  z-index: 1;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s linear;
}
.sidebar .widget-area .widget-nav-menu ul li a:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 12px;
  background-color: transparent;
}
.sidebar .widget-area .widget-nav-menu ul li a:hover {
  background-color: #111922;
  color: #fff;
}
.sidebar .widget-area .widget-banner {
  padding: 0;
  position: unset;
  border-radius: 5px;
  overflow: hidden;
}
.sidebar .widget-area .widget-banner h3 {
  font-size: 22px;
  line-height: 32px;
}
.sidebar .widget-area .widget-banner ul li {
  padding: 0 0 15px;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  border: 0;
  color: #fff;
}
.sidebar .widget-area .widget-banner ul li:last-child {
  font-size: 14px;
  padding-bottom: 30px;
}
.sidebar .widget-area .widget-download {
  padding: 30px;
  background-color: #f7f7f7;
}
.sidebar .widget-area .widget-download ul li {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
}
.sidebar .widget-area .widget-download ul li span.download-caption {
  padding-left: 20px;
}
.sidebar .widget-area .widget-download ul li span.download-caption span {
  font-size: 14px;
  color: #34bf49;
}
.sidebar .widget-area .widget-download ul li span.download-caption h6 {
  font-size: 18px;
  margin-bottom: 15px;
}
.sidebar .widget-area .widget-download ul li span.download-caption .ttm-btn {
  font-size: 14px;
  color: #a3a3a3;
}
.sidebar .widget-area .widget-Categories ul li {
  padding: 12px 0 !important;
  position: relative;
}
.sidebar .widget-area .widget-Categories ul li a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  line-height: 1;
}
.sidebar .widget-area .widget-Categories ul li a:before {
  position: absolute;
  font-family: "themify";
  content: "\e61a";
  top: 2px;
  left: 0;
  font-size: 10px;
}
.sidebar .widget-area .widget-Categories ul li:first-child {
  padding-top: 0 !important;
}
.sidebar .widget-area .widget-Categories ul li:first-child span {
  top: 0;
}
.sidebar .widget-area .widget-Categories ul li:last-child {
  padding-bottom: 0 !important;
}
.sidebar .widget-area .widget-Categories li span {
  position: absolute;
  right: 0;
  top: 14px;
  width: 22px;
  height: 22px;
  line-height: 23px;
  text-align: center;
  border-radius: 50%;
  display: block;
  font-size: 11px;
  font-weight: 400;
  transition: all 0.5s;
}
.sidebar .widget-area .widget-recent-post ul > li {
  padding: 16px 0;
}
.sidebar .widget-area .widget-recent-post ul > li > a {
  display: table-cell;
  vertical-align: top;
  padding-right: 10px;
  width: 95px;
}
.sidebar .widget-area .widget-recent-post ul > li > .post-detail {
  display: table-cell;
  vertical-align: top;
}
.sidebar .widget-area .widget-recent-post ul > li:last-child {
  padding-bottom: 5px;
}
.sidebar .widget-area .widget-recent-post ul > li .post-detail a {
  line-height: 21px;
  font-size: 14px;
  display: block;
  padding-bottom: 4px;
  font-weight: 500;
}
.sidebar .widget-area .widget-recent-post ul > li img {
  display: block;
  width: 80px;
}
.sidebar .widget-area .widget-recent-post ul > li .post-date {
  display: block;
  font-size: 12px;
  line-height: 22px;
}
.sidebar .widget-area .widget-recent-post ul li:after {
  content: " ";
  display: table;
  clear: both;
}
.sidebar .widget-area .tagcloud-widget .tagcloud a {
  display: inline-block;
  padding: 5px 20px;
  margin: 0 4px 10px;
  text-transform: capitalize;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  font-size: 14px;
  background-color: #fff;
  font-weight: 400;
  border-radius: 6px;
  transition: all 0.4s;
}
.sidebar .widget-area .tagcloud-widget .tagcloud a:nth-last-child(-n + 2) {
  margin-bottom: 5px;
}
.sidebar .widget-area .tagcloud-widget .tagcloud a:hover {
  background-color: #34bf49;
  color: #fff;
  border-color: #34bf49;
}
.pagination-block {
  display: block;
  margin-top: 35px;
  text-align: center;
}
.pagination-block .page-numbers {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  color: #919191;
  background-color: #f7f7f7;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #e9eef6;
  border-radius: 0;
  margin: 0 3px;
  padding: 0;
  transition: all 0.3s ease 0s;
}
.pagination-block .page-numbers i {
  font-size: 12px;
}
.pagination-block .page-numbers.current,
.pagination-block .page-numbers:hover {
  background-color: #34bf49;
  border-color: #34bf49;
  color: #fff;
}
.timeline {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
}
@media (min-width: 991px) {
  .timeline {
    display: -webkit-flex;
    display: flex;
  }
}
.timeline .timeline-panel {
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin: 0 0 30px;
}
@media (min-width: 991px) {
  .timeline .timeline-panel {
    width: 50%;
    margin: 15px 0 112px;
    -webkit-transform: translate(-17px);
    transform: translate(-17px);
  }
}
.timeline .timeline-panel:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #e7e7e7;
  left: 16px;
  top: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 45px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .timeline .timeline-panel:before {
    margin-bottom: -10px;
  }
}
@media (min-width: 991px) {
  .timeline .timeline-panel:nth-child(2n) {
    text-align: right;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-transform: translate(17px, 119px);
    transform: translate(17px, 119px);
  }
  .timeline .timeline-panel:nth-child(2n):before {
    left: auto;
    right: 16px;
    margin-bottom: 2px;
  }
}
.timeline .timeline-panel:nth-child(2n) .timeline-shape {
  position: relative;
}
@media (min-width: 991px) {
  .timeline .timeline-panel:nth-child(2n) .timeline-shape {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.timeline .timeline-panel .timeline-shape {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: flex;
  height: -webkit-max-content;
  height: max-content;
}
.timeline .timeline-panel .timeline-shape,
.timeline .timeline-panel .timeline-shape .shape-circle {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.timeline .timeline-panel .timeline-shape .shape-circle {
  display: inline-block;
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #34bf49;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.timeline .timeline-panel .timeline-shape .shape-circle:before {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  background-color: #34bf49;
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  display: -webkit-flex;
  display: flex;
}
.timeline .timeline-panel .timeline-shape .shape-image {
  margin: 0 30px;
}
@media only screen and (max-width: 480px) {
  .timeline .timeline-panel .timeline-shape .shape-image {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .timeline .timeline-panel .timeline-body {
    padding-left: 20px;
  }
}
.timeline .timeline-panel .timeline-body .timeline-date {
  font-size: 14px;
  margin-bottom: 1px;
  text-transform: uppercase;
  color: #34bf49;
}
.timeline .timeline-panel .timeline-body .title {
  font-size: 20px;
  margin-bottom: 12px;
}
@media (min-width: 991px) {
  .timeline .timeline-panel .timeline-body p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.timeline .timeline-panel:last-child {
  margin-bottom: 0;
}
.timeline .timeline-panel:last-child:before {
  content: unset;
}
@font-face {
  font-family: "flaticon";
  src: url(../media/flaticon.82e1e98e.ttf) format("truetype"),
    url(../media/flaticon.3b08b7af.woff) format("woff"),
    url(../media/flaticon.8e4dc477.woff2) format("woff2"),
    url(../media/flaticon.015270e1.eot#iefix) format("embedded-opentype"),
    url(../media/flaticon.abaa5845.svg#flaticon) format("svg");
}
i[class*=" flaticon-"]:before,
i[class^="flaticon-"]:before {
  font-family: flaticon !important;
  font-style: normal;
  font-weight: 400 !important;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flaticon-calendar:before {
  content: "\f101";
}
.flaticon-calendar-1:before {
  content: "\f102";
}
.flaticon-expert:before {
  content: "\f103";
}
.flaticon-subfolder:before {
  content: "\f104";
}
.flaticon-subfolder-1:before {
  content: "\f105";
}
.flaticon-lavatory:before {
  content: "\f106";
}
.flaticon-gender:before {
  content: "\f107";
}
.flaticon-pdf:before {
  content: "\f108";
}
.flaticon-cloud-computing:before {
  content: "\f109";
}
.flaticon-download:before {
  content: "\f10a";
}
.flaticon-phone-call:before {
  content: "\f10b";
}
.flaticon-call:before {
  content: "\f10c";
}
.flaticon-telephone:before {
  content: "\f10d";
}
.flaticon-call-1:before {
  content: "\f10e";
}
.flaticon-outgoing-call:before {
  content: "\f10f";
}
.flaticon-email:before {
  content: "\f110";
}
.flaticon-email-1:before {
  content: "\f111";
}
.flaticon-pin:before {
  content: "\f112";
}
.flaticon-gps:before {
  content: "\f113";
}
.flaticon-clock:before {
  content: "\f114";
}
.flaticon-deadline:before {
  content: "\f115";
}
.flaticon-technical-support:before {
  content: "\f116";
}
.flaticon-bank:before {
  content: "\f117";
}
.flaticon-conveyor:before {
  content: "\f118";
}
.flaticon-healthcare:before {
  content: "\f119";
}
.flaticon-sketch:before {
  content: "\f11a";
}
.flaticon-headhunting:before {
  content: "\f11b";
}
.flaticon-research:before {
  content: "\f11c";
}
.flaticon-human-resources:before {
  content: "\f11d";
}
.flaticon-recruiting:before {
  content: "\f11e";
}
.flaticon-advertising:before {
  content: "\f11f";
}
.flaticon-personal-wealth:before {
  content: "\f120";
}
.flaticon-company:before {
  content: "\f121";
}
.flaticon-job-search:before {
  content: "\f122";
}
.flaticon-communities:before {
  content: "\f123";
}
.flaticon-recruitment:before {
  content: "\f124";
}
.flaticon-play-button:before {
  content: "\f125";
}
.flaticon-placeholder:before {
  content: "\f126";
}
.flaticon-growth:before {
  content: "\f127";
}
.flaticon-human-resources-1:before {
  content: "\f128";
}
.flaticon-human-resources-2:before {
  content: "\f129";
}
.flaticon-job-search-1:before {
  content: "\f12a";
}
.flaticon-recruitment-3:before {
  content: "\f12b";
}
.flaticon-recruitment-4:before {
  content: "\f12c";
}
.flaticon-candidate-management:before {
  content: "\f12d";
}
.flaticon-share:before {
  content: "\f12e";
}
.flaticon-human-resources-3:before {
  content: "\f12f";
}
.flaticon-recruitment-6:before {
  content: "\f130";
}
.flaticon-recruitment-7:before {
  content: "\f131";
}
.flaticon-interview:before {
  content: "\f132";
}
.flaticon-user:before {
  content: "\f133";
}
.flaticon-budget:before {
  content: "\f134";
}
.flaticon-house:before {
  content: "\f135";
}
.flaticon-human-resources-4:before {
  content: "\f136";
}
.flaticon-restaurant:before {
  content: "\f137";
}
.flaticon-telecommunication:before {
  content: "\f138";
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adobe:before {
  content: "\f778";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-bahai:before {
  content: "\f666";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-tissue:before {
  content: "\f95b";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dailymotion:before {
  content: "\f952";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-faucet:before {
  content: "\f905";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-firefox-browser:before {
  content: "\f907";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-medical:before {
  content: "\f95c";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-sparkles:before {
  content: "\f95d";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-wash:before {
  content: "\f95e";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt-slash:before {
  content: "\f95f";
}
.fa-handshake-slash:before {
  content: "\f960";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-head-side-cough:before {
  content: "\f961";
}
.fa-head-side-cough-slash:before {
  content: "\f962";
}
.fa-head-side-mask:before {
  content: "\f963";
}
.fa-head-side-virus:before {
  content: "\f964";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-house-user:before {
  content: "\f965";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-ideal:before {
  content: "\f913";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-instagram-square:before {
  content: "\f955";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-house:before {
  content: "\f966";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lungs-virus:before {
  content: "\f967";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microblog:before {
  content: "\f91a";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mixer:before {
  content: "\f956";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse:before {
  content: "\f8cc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-arrows:before {
  content: "\f968";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-square:before {
  content: "\f91e";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-plane-slash:before {
  content: "\f969";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pump-medical:before {
  content: "\f96a";
}
.fa-pump-soap:before {
  content: "\f96b";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-virus:before {
  content: "\f96c";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopify:before {
  content: "\f957";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-soap:before {
  content: "\f96e";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-stopwatch-20:before {
  content: "\f96f";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-store-alt-slash:before {
  content: "\f970";
}
.fa-store-slash:before {
  content: "\f971";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-slash:before {
  content: "\f972";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-trailer:before {
  content: "\f941";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-unity:before {
  content: "\f949";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-virus:before {
  content: "\f974";
}
.fa-virus-slash:before {
  content: "\f975";
}
.fa-viruses:before {
  content: "\f976";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../media/fa-brands-400.607a7785.eot);
  src: url(../media/fa-brands-400.607a7785.eot?#iefix)
      format("embedded-opentype"),
    url(../media/fa-brands-400.31015e86.woff2) format("woff2"),
    url(../media/fa-brands-400.ee26f57b.woff) format("woff"),
    url(../media/fa-brands-400.5818bbd0.ttf) format("truetype"),
    url(../media/fa-brands-400.3c45c98f.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../media/fa-regular-400.0747be4c.eot);
  src: url(../media/fa-regular-400.0747be4c.eot?#iefix)
      format("embedded-opentype"),
    url(../media/fa-regular-400.c5240512.woff2) format("woff2"),
    url(../media/fa-regular-400.8b892b79.woff) format("woff"),
    url(../media/fa-regular-400.c3146b35.ttf) format("truetype"),
    url(../media/fa-regular-400.ab47faea.svg#fontawesome) format("svg");
}
.fab,
.far {
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../media/fa-solid-900.7eefe04d.eot);
  src: url(../media/fa-solid-900.7eefe04d.eot?#iefix)
      format("embedded-opentype"),
    url(../media/fa-solid-900.9451d5fe.woff2) format("woff2"),
    url(../media/fa-solid-900.a940d584.woff) format("woff"),
    url(../media/fa-solid-900.32267f3b.ttf) format("truetype"),
    url(../media/fa-solid-900.18df003f.svg#fontawesome) format("svg");
}
.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}
.fa,
.fas {
  font-weight: 900;
}
@font-face {
  font-family: "themify";
  src: url(../media/themify.9bad9444.eot);
  src: url(../media/themify.9bad9444.eot?#iefix-fvbane)
      format("embedded-opentype"),
    url(../media/themify.29b39089.woff) format("woff"),
    url(../media/themify.eda8b943.ttf) format("truetype"),
    url(../media/themify.f0fc8c79.svg#themify) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" ti-"],
[class^="ti-"] {
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ti-wand:before {
  content: "\e600";
}
.ti-volume:before {
  content: "\e601";
}
.ti-user:before {
  content: "\e602";
}
.ti-unlock:before {
  content: "\e603";
}
.ti-unlink:before {
  content: "\e604";
}
.ti-trash:before {
  content: "\e605";
}
.ti-thought:before {
  content: "\e606";
}
.ti-target:before {
  content: "\e607";
}
.ti-tag:before {
  content: "\e608";
}
.ti-tablet:before {
  content: "\e609";
}
.ti-star:before {
  content: "\e60a";
}
.ti-spray:before {
  content: "\e60b";
}
.ti-signal:before {
  content: "\e60c";
}
.ti-shopping-cart:before {
  content: "\e60d";
}
.ti-shopping-cart-full:before {
  content: "\e60e";
}
.ti-settings:before {
  content: "\e60f";
}
.ti-search:before {
  content: "\e610";
}
.ti-zoom-in:before {
  content: "\e611";
}
.ti-zoom-out:before {
  content: "\e612";
}
.ti-cut:before {
  content: "\e613";
}
.ti-ruler:before {
  content: "\e614";
}
.ti-ruler-pencil:before {
  content: "\e615";
}
.ti-ruler-alt:before {
  content: "\e616";
}
.ti-bookmark:before {
  content: "\e617";
}
.ti-bookmark-alt:before {
  content: "\e618";
}
.ti-reload:before {
  content: "\e619";
}
.ti-plus:before {
  content: "\e61a";
}
.ti-pin:before {
  content: "\e61b";
}
.ti-pencil:before {
  content: "\e61c";
}
.ti-pencil-alt:before {
  content: "\e61d";
}
.ti-paint-roller:before {
  content: "\e61e";
}
.ti-paint-bucket:before {
  content: "\e61f";
}
.ti-na:before {
  content: "\e620";
}
.ti-mobile:before {
  content: "\e621";
}
.ti-minus:before {
  content: "\e622";
}
.ti-medall:before {
  content: "\e623";
}
.ti-medall-alt:before {
  content: "\e624";
}
.ti-marker:before {
  content: "\e625";
}
.ti-marker-alt:before {
  content: "\e626";
}
.ti-arrow-up:before {
  content: "\e627";
}
.ti-arrow-right:before {
  content: "\e628";
}
.ti-arrow-left:before {
  content: "\e629";
}
.ti-arrow-down:before {
  content: "\e62a";
}
.ti-lock:before {
  content: "\e62b";
}
.ti-location-arrow:before {
  content: "\e62c";
}
.ti-link:before {
  content: "\e62d";
}
.ti-layout:before {
  content: "\e62e";
}
.ti-layers:before {
  content: "\e62f";
}
.ti-layers-alt:before {
  content: "\e630";
}
.ti-key:before {
  content: "\e631";
}
.ti-import:before {
  content: "\e632";
}
.ti-image:before {
  content: "\e633";
}
.ti-heart:before {
  content: "\e634";
}
.ti-heart-broken:before {
  content: "\e635";
}
.ti-hand-stop:before {
  content: "\e636";
}
.ti-hand-open:before {
  content: "\e637";
}
.ti-hand-drag:before {
  content: "\e638";
}
.ti-folder:before {
  content: "\e639";
}
.ti-flag:before {
  content: "\e63a";
}
.ti-flag-alt:before {
  content: "\e63b";
}
.ti-flag-alt-2:before {
  content: "\e63c";
}
.ti-eye:before {
  content: "\e63d";
}
.ti-export:before {
  content: "\e63e";
}
.ti-exchange-vertical:before {
  content: "\e63f";
}
.ti-desktop:before {
  content: "\e640";
}
.ti-cup:before {
  content: "\e641";
}
.ti-crown:before {
  content: "\e642";
}
.ti-comments:before {
  content: "\e643";
}
.ti-comment:before {
  content: "\e644";
}
.ti-comment-alt:before {
  content: "\e645";
}
.ti-close:before {
  content: "\e646";
}
.ti-clip:before {
  content: "\e647";
}
.ti-angle-up:before {
  content: "\e648";
}
.ti-angle-right:before {
  content: "\e649";
}
.ti-angle-left:before {
  content: "\e64a";
}
.ti-angle-down:before {
  content: "\e64b";
}
.ti-check:before {
  content: "\e64c";
}
.ti-check-box:before {
  content: "\e64d";
}
.ti-camera:before {
  content: "\e64e";
}
.ti-announcement:before {
  content: "\e64f";
}
.ti-brush:before {
  content: "\e650";
}
.ti-briefcase:before {
  content: "\e651";
}
.ti-bolt:before {
  content: "\e652";
}
.ti-bolt-alt:before {
  content: "\e653";
}
.ti-blackboard:before {
  content: "\e654";
}
.ti-bag:before {
  content: "\e655";
}
.ti-move:before {
  content: "\e656";
}
.ti-arrows-vertical:before {
  content: "\e657";
}
.ti-arrows-horizontal:before {
  content: "\e658";
}
.ti-fullscreen:before {
  content: "\e659";
}
.ti-arrow-top-right:before {
  content: "\e65a";
}
.ti-arrow-top-left:before {
  content: "\e65b";
}
.ti-arrow-circle-up:before {
  content: "\e65c";
}
.ti-arrow-circle-right:before {
  content: "\e65d";
}
.ti-arrow-circle-left:before {
  content: "\e65e";
}
.ti-arrow-circle-down:before {
  content: "\e65f";
}
.ti-angle-double-up:before {
  content: "\e660";
}
.ti-angle-double-right:before {
  content: "\e661";
}
.ti-angle-double-left:before {
  content: "\e662";
}
.ti-angle-double-down:before {
  content: "\e663";
}
.ti-zip:before {
  content: "\e664";
}
.ti-world:before {
  content: "\e665";
}
.ti-wheelchair:before {
  content: "\e666";
}
.ti-view-list:before {
  content: "\e667";
}
.ti-view-list-alt:before {
  content: "\e668";
}
.ti-view-grid:before {
  content: "\e669";
}
.ti-uppercase:before {
  content: "\e66a";
}
.ti-upload:before {
  content: "\e66b";
}
.ti-underline:before {
  content: "\e66c";
}
.ti-truck:before {
  content: "\e66d";
}
.ti-timer:before {
  content: "\e66e";
}
.ti-ticket:before {
  content: "\e66f";
}
.ti-thumb-up:before {
  content: "\e670";
}
.ti-thumb-down:before {
  content: "\e671";
}
.ti-text:before {
  content: "\e672";
}
.ti-stats-up:before {
  content: "\e673";
}
.ti-stats-down:before {
  content: "\e674";
}
.ti-split-v:before {
  content: "\e675";
}
.ti-split-h:before {
  content: "\e676";
}
.ti-smallcap:before {
  content: "\e677";
}
.ti-shine:before {
  content: "\e678";
}
.ti-shift-right:before {
  content: "\e679";
}
.ti-shift-left:before {
  content: "\e67a";
}
.ti-shield:before {
  content: "\e67b";
}
.ti-notepad:before {
  content: "\e67c";
}
.ti-server:before {
  content: "\e67d";
}
.ti-quote-right:before {
  content: "\e67e";
}
.ti-quote-left:before {
  content: "\e67f";
}
.ti-pulse:before {
  content: "\e680";
}
.ti-printer:before {
  content: "\e681";
}
.ti-power-off:before {
  content: "\e682";
}
.ti-plug:before {
  content: "\e683";
}
.ti-pie-chart:before {
  content: "\e684";
}
.ti-paragraph:before {
  content: "\e685";
}
.ti-panel:before {
  content: "\e686";
}
.ti-package:before {
  content: "\e687";
}
.ti-music:before {
  content: "\e688";
}
.ti-music-alt:before {
  content: "\e689";
}
.ti-mouse:before {
  content: "\e68a";
}
.ti-mouse-alt:before {
  content: "\e68b";
}
.ti-money:before {
  content: "\e68c";
}
.ti-microphone:before {
  content: "\e68d";
}
.ti-menu:before {
  content: "\e68e";
}
.ti-menu-alt:before {
  content: "\e68f";
}
.ti-map:before {
  content: "\e690";
}
.ti-map-alt:before {
  content: "\e691";
}
.ti-loop:before {
  content: "\e692";
}
.ti-location-pin:before {
  content: "\e693";
}
.ti-list:before {
  content: "\e694";
}
.ti-light-bulb:before {
  content: "\e695";
}
.ti-Italic:before {
  content: "\e696";
}
.ti-info:before {
  content: "\e697";
}
.ti-infinite:before {
  content: "\e698";
}
.ti-id-badge:before {
  content: "\e699";
}
.ti-hummer:before {
  content: "\e69a";
}
.ti-home:before {
  content: "\e69b";
}
.ti-help:before {
  content: "\e69c";
}
.ti-headphone:before {
  content: "\e69d";
}
.ti-harddrives:before {
  content: "\e69e";
}
.ti-harddrive:before {
  content: "\e69f";
}
.ti-gift:before {
  content: "\e6a0";
}
.ti-game:before {
  content: "\e6a1";
}
.ti-filter:before {
  content: "\e6a2";
}
.ti-files:before {
  content: "\e6a3";
}
.ti-file:before {
  content: "\e6a4";
}
.ti-eraser:before {
  content: "\e6a5";
}
.ti-envelope:before {
  content: "\e6a6";
}
.ti-download:before {
  content: "\e6a7";
}
.ti-direction:before {
  content: "\e6a8";
}
.ti-direction-alt:before {
  content: "\e6a9";
}
.ti-dashboard:before {
  content: "\e6aa";
}
.ti-control-stop:before {
  content: "\e6ab";
}
.ti-control-shuffle:before {
  content: "\e6ac";
}
.ti-control-play:before {
  content: "\e6ad";
}
.ti-control-pause:before {
  content: "\e6ae";
}
.ti-control-forward:before {
  content: "\e6af";
}
.ti-control-backward:before {
  content: "\e6b0";
}
.ti-cloud:before {
  content: "\e6b1";
}
.ti-cloud-up:before {
  content: "\e6b2";
}
.ti-cloud-down:before {
  content: "\e6b3";
}
.ti-clipboard:before {
  content: "\e6b4";
}
.ti-car:before {
  content: "\e6b5";
}
.ti-calendar:before {
  content: "\e6b6";
}
.ti-book:before {
  content: "\e6b7";
}
.ti-bell:before {
  content: "\e6b8";
}
.ti-basketball:before {
  content: "\e6b9";
}
.ti-bar-chart:before {
  content: "\e6ba";
}
.ti-bar-chart-alt:before {
  content: "\e6bb";
}
.ti-back-right:before {
  content: "\e6bc";
}
.ti-back-left:before {
  content: "\e6bd";
}
.ti-arrows-corner:before {
  content: "\e6be";
}
.ti-archive:before {
  content: "\e6bf";
}
.ti-anchor:before {
  content: "\e6c0";
}
.ti-align-right:before {
  content: "\e6c1";
}
.ti-align-left:before {
  content: "\e6c2";
}
.ti-align-justify:before {
  content: "\e6c3";
}
.ti-align-center:before {
  content: "\e6c4";
}
.ti-alert:before {
  content: "\e6c5";
}
.ti-alarm-clock:before {
  content: "\e6c6";
}
.ti-agenda:before {
  content: "\e6c7";
}
.ti-write:before {
  content: "\e6c8";
}
.ti-window:before {
  content: "\e6c9";
}
.ti-widgetized:before {
  content: "\e6ca";
}
.ti-widget:before {
  content: "\e6cb";
}
.ti-widget-alt:before {
  content: "\e6cc";
}
.ti-wallet:before {
  content: "\e6cd";
}
.ti-video-clapper:before {
  content: "\e6ce";
}
.ti-video-camera:before {
  content: "\e6cf";
}
.ti-vector:before {
  content: "\e6d0";
}
.ti-themify-logo:before {
  content: "\e6d1";
}
.ti-themify-favicon:before {
  content: "\e6d2";
}
.ti-themify-favicon-alt:before {
  content: "\e6d3";
}
.ti-support:before {
  content: "\e6d4";
}
.ti-stamp:before {
  content: "\e6d5";
}
.ti-split-v-alt:before {
  content: "\e6d6";
}
.ti-slice:before {
  content: "\e6d7";
}
.ti-shortcode:before {
  content: "\e6d8";
}
.ti-shift-right-alt:before {
  content: "\e6d9";
}
.ti-shift-left-alt:before {
  content: "\e6da";
}
.ti-ruler-alt-2:before {
  content: "\e6db";
}
.ti-receipt:before {
  content: "\e6dc";
}
.ti-pin2:before {
  content: "\e6dd";
}
.ti-pin-alt:before {
  content: "\e6de";
}
.ti-pencil-alt2:before {
  content: "\e6df";
}
.ti-palette:before {
  content: "\e6e0";
}
.ti-more:before {
  content: "\e6e1";
}
.ti-more-alt:before {
  content: "\e6e2";
}
.ti-microphone-alt:before {
  content: "\e6e3";
}
.ti-magnet:before {
  content: "\e6e4";
}
.ti-line-double:before {
  content: "\e6e5";
}
.ti-line-dotted:before {
  content: "\e6e6";
}
.ti-line-dashed:before {
  content: "\e6e7";
}
.ti-layout-width-full:before {
  content: "\e6e8";
}
.ti-layout-width-default:before {
  content: "\e6e9";
}
.ti-layout-width-default-alt:before {
  content: "\e6ea";
}
.ti-layout-tab:before {
  content: "\e6eb";
}
.ti-layout-tab-window:before {
  content: "\e6ec";
}
.ti-layout-tab-v:before {
  content: "\e6ed";
}
.ti-layout-tab-min:before {
  content: "\e6ee";
}
.ti-layout-slider:before {
  content: "\e6ef";
}
.ti-layout-slider-alt:before {
  content: "\e6f0";
}
.ti-layout-sidebar-right:before {
  content: "\e6f1";
}
.ti-layout-sidebar-none:before {
  content: "\e6f2";
}
.ti-layout-sidebar-left:before {
  content: "\e6f3";
}
.ti-layout-placeholder:before {
  content: "\e6f4";
}
.ti-layout-menu:before {
  content: "\e6f5";
}
.ti-layout-menu-v:before {
  content: "\e6f6";
}
.ti-layout-menu-separated:before {
  content: "\e6f7";
}
.ti-layout-menu-full:before {
  content: "\e6f8";
}
.ti-layout-media-right-alt:before {
  content: "\e6f9";
}
.ti-layout-media-right:before {
  content: "\e6fa";
}
.ti-layout-media-overlay:before {
  content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}
.ti-layout-media-left-alt:before {
  content: "\e6fe";
}
.ti-layout-media-left:before {
  content: "\e6ff";
}
.ti-layout-media-center-alt:before {
  content: "\e700";
}
.ti-layout-media-center:before {
  content: "\e701";
}
.ti-layout-list-thumb:before {
  content: "\e702";
}
.ti-layout-list-thumb-alt:before {
  content: "\e703";
}
.ti-layout-list-post:before {
  content: "\e704";
}
.ti-layout-list-large-image:before {
  content: "\e705";
}
.ti-layout-line-solid:before {
  content: "\e706";
}
.ti-layout-grid4:before {
  content: "\e707";
}
.ti-layout-grid3:before {
  content: "\e708";
}
.ti-layout-grid2:before {
  content: "\e709";
}
.ti-layout-grid2-thumb:before {
  content: "\e70a";
}
.ti-layout-cta-right:before {
  content: "\e70b";
}
.ti-layout-cta-left:before {
  content: "\e70c";
}
.ti-layout-cta-center:before {
  content: "\e70d";
}
.ti-layout-cta-btn-right:before {
  content: "\e70e";
}
.ti-layout-cta-btn-left:before {
  content: "\e70f";
}
.ti-layout-column4:before {
  content: "\e710";
}
.ti-layout-column3:before {
  content: "\e711";
}
.ti-layout-column2:before {
  content: "\e712";
}
.ti-layout-accordion-separated:before {
  content: "\e713";
}
.ti-layout-accordion-merged:before {
  content: "\e714";
}
.ti-layout-accordion-list:before {
  content: "\e715";
}
.ti-ink-pen:before {
  content: "\e716";
}
.ti-info-alt:before {
  content: "\e717";
}
.ti-help-alt:before {
  content: "\e718";
}
.ti-headphone-alt:before {
  content: "\e719";
}
.ti-hand-point-up:before {
  content: "\e71a";
}
.ti-hand-point-right:before {
  content: "\e71b";
}
.ti-hand-point-left:before {
  content: "\e71c";
}
.ti-hand-point-down:before {
  content: "\e71d";
}
.ti-gallery:before {
  content: "\e71e";
}
.ti-face-smile:before {
  content: "\e71f";
}
.ti-face-sad:before {
  content: "\e720";
}
.ti-credit-card:before {
  content: "\e721";
}
.ti-control-skip-forward:before {
  content: "\e722";
}
.ti-control-skip-backward:before {
  content: "\e723";
}
.ti-control-record:before {
  content: "\e724";
}
.ti-control-eject:before {
  content: "\e725";
}
.ti-comments-smiley:before {
  content: "\e726";
}
.ti-brush-alt:before {
  content: "\e727";
}
.ti-youtube:before {
  content: "\e728";
}
.ti-vimeo:before {
  content: "\e729";
}
.ti-twitter:before {
  content: "\e72a";
}
.ti-time:before {
  content: "\e72b";
}
.ti-tumblr:before {
  content: "\e72c";
}
.ti-skype:before {
  content: "\e72d";
}
.ti-share:before {
  content: "\e72e";
}
.ti-share-alt:before {
  content: "\e72f";
}
.ti-rocket:before {
  content: "\e730";
}
.ti-pinterest:before {
  content: "\e731";
}
.ti-new-window:before {
  content: "\e732";
}
.ti-microsoft:before {
  content: "\e733";
}
.ti-list-ol:before {
  content: "\e734";
}
.ti-linkedin:before {
  content: "\e735";
}
.ti-layout-sidebar-2:before {
  content: "\e736";
}
.ti-layout-grid4-alt:before {
  content: "\e737";
}
.ti-layout-grid3-alt:before {
  content: "\e738";
}
.ti-layout-grid2-alt:before {
  content: "\e739";
}
.ti-layout-column4-alt:before {
  content: "\e73a";
}
.ti-layout-column3-alt:before {
  content: "\e73b";
}
.ti-layout-column2-alt:before {
  content: "\e73c";
}
.ti-instagram:before {
  content: "\e73d";
}
.ti-google:before {
  content: "\e73e";
}
.ti-github:before {
  content: "\e73f";
}
.ti-flickr:before {
  content: "\e740";
}
.ti-facebook:before {
  content: "\e741";
}
.ti-dropbox:before {
  content: "\e742";
}
.ti-dribbble:before {
  content: "\e743";
}
.ti-apple:before {
  content: "\e744";
}
.ti-android:before {
  content: "\e745";
}
.ti-save:before {
  content: "\e746";
}
.ti-save-alt:before {
  content: "\e747";
}
.ti-yahoo:before {
  content: "\e748";
}
.ti-wordpress:before {
  content: "\e749";
}
.ti-vimeo-alt:before {
  content: "\e74a";
}
.ti-twitter-alt:before {
  content: "\e74b";
}
.ti-tumblr-alt:before {
  content: "\e74c";
}
.ti-trello:before {
  content: "\e74d";
}
.ti-stack-overflow:before {
  content: "\e74e";
}
.ti-soundcloud:before {
  content: "\e74f";
}
.ti-sharethis:before {
  content: "\e750";
}
.ti-sharethis-alt:before {
  content: "\e751";
}
.ti-reddit:before {
  content: "\e752";
}
.ti-pinterest-alt:before {
  content: "\e753";
}
.ti-microsoft-alt:before {
  content: "\e754";
}
.ti-linux:before {
  content: "\e755";
}
.ti-jsfiddle:before {
  content: "\e756";
}
.ti-joomla:before {
  content: "\e757";
}
.ti-html5:before {
  content: "\e758";
}
.ti-flickr-alt:before {
  content: "\e759";
}
.ti-email:before {
  content: "\e75a";
}
.ti-drupal:before {
  content: "\e75b";
}
.ti-dropbox-alt:before {
  content: "\e75c";
}
.ti-css3:before {
  content: "\e75d";
}
.ti-rss:before {
  content: "\e75e";
}
.ti-rss-alt:before {
  content: "\e75f";
}
/*# sourceMappingURL=main.b8d4d7bc.chunk.css.map */
