@charset "UTF-8";
nav.bootsnav .megamenu-fw .dropdown-menu {
  left: auto;
}
nav.bootsnav .megamenu-content {
  padding: 15px;
  width: 100%;
}
nav.bootsnav .megamenu-content .title {
  margin-top: 0;
}
nav.bootsnav .dropdown.megamenu-fw .dropdown-menu {
  left: 0;
  right: 0;
}
nav.navbar.bootsnav {
  margin-bottom: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #e0e0e0;
}
nav.navbar.bootsnav ul.nav > li > a {
  color: #6f6f6f;
  background-color: transparent !important;
}
nav.navbar.bootsnav ul.nav li.active > a,
nav.navbar.bootsnav ul.nav li.active > a:focus,
nav.navbar.bootsnav ul.nav li.active > a:hover,
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus,
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover {
  background-color: transparent;
}
nav.navbar.bootsnav .navbar-toggle {
  background-color: transparent !important;
  border: none;
  padding: 0;
  font-size: 18px;
  position: relative;
  top: 5px;
}
nav.navbar.bootsnav ul.nav ul.dropdown-menu > li > a {
  white-space: normal;
}
ul.menu-col {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.menu-col li a {
  color: #6f6f6f;
}
ul.menu-col li a:focus,
ul.menu-col li a:hover {
  text-decoration: none;
}
nav.bootsnav.navbar-full {
  padding-bottom: 10px;
  padding-top: 10px;
}
nav.bootsnav.navbar-full .navbar-header {
  display: block;
}
nav.bootsnav.navbar-full .navbar-toggler {
  display: inline-block;
  margin-right: 0;
  position: relative;
  top: 0;
  font-size: 30px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  margin: 0;
}
nav.bootsnav.navbar-full .navbar-toggler:focus,
nav.bootsnav.navbar-full .navbar-toggler:hover {
  background-color: inherit;
}
nav.bootsnav.navbar-full .navbar-collapse {
  position: fixed;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
  padding: 0;
  display: none !important;
  z-index: 9;
  max-height: 100% !important;
}
nav.bootsnav.navbar-full .navbar-collapse.in {
  display: block !important;
}
nav.bootsnav.navbar-full .navbar-collapse .nav-full {
  overflow: auto;
}
nav.bootsnav.navbar-full .navbar-collapse .wrap-full-menu {
  display: table-cell;
  vertical-align: middle;
  overflow: auto;
  background: rgba(0, 0, 0, 0.88);
}
nav.bootsnav.navbar-full .navbar-collapse .nav-full::-webkit-scrollbar {
  width: 0;
}
nav.bootsnav.navbar-full .navbar-collapse .nav-full::-moz-scrollbar {
  width: 0;
}
nav.bootsnav.navbar-full .navbar-collapse .nav-full::-ms-scrollbar {
  width: 0;
}
nav.bootsnav.navbar-full .navbar-collapse .nav-full::-o-scrollbar {
  width: 0;
}
nav.bootsnav.navbar-full .navbar-collapse .nav {
  display: block;
  width: 100%;
}
nav.navbar.bootsnav.navbar-full li {
  margin: 20px 0;
}
nav.navbar.bootsnav.navbar-full li a {
  font-size: 22px !important;
  color: #232323;
  font-weight: 700;
  line-height: 26px !important;
  background: 0 0;
}
nav.navbar.bootsnav.navbar-full li.dropdown ul {
  padding: 5px 15px !important;
}
nav.navbar.bootsnav.navbar-full li.dropdown ul.dropdown-menu {
  top: 0 !important;
  left: auto;
  margin: 0;
  top: 10px;
  padding: 10px 20px;
  position: relative;
  float: none;
  background: inherit;
  border: 0;
  box-shadow: none;
}
nav.navbar.bootsnav.navbar-full li.dropdown ul.dropdown-menu li {
  margin: 5px 0;
}
nav.navbar.bootsnav.navbar-full li.dropdown ul.dropdown-menu li a {
  color: #232323 !important;
  border: none !important;
  padding: 0;
  font-size: 14px !important;
  font-weight: 400;
}
nav.navbar.bootsnav.navbar-full li.dropdown ul.dropdown-menu li a:hover {
  color: #ff214f !important;
}
nav.navbar.bootsnav.navbar-full ul > li a {
  padding-left: 35px;
  position: relative;
}
nav.navbar.bootsnav.navbar-full ul li.dropdown.open a,
nav.navbar.bootsnav.navbar-full ul > li a:hover {
  color: #ff214f;
}
nav.navbar.bootsnav.navbar-full ul li.dropdown.open a:after,
nav.navbar.bootsnav.navbar-full ul > li a:hover:after {
  background: #ff214f;
}
nav.navbar.bootsnav.navbar-full ul > li a::after {
  background: #dbdbdb none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 14px;
  width: 18px;
}
nav.navbar.bootsnav.navbar-full ul > li.dropdown ul.dropdown-menu li a:after {
  display: none;
}
nav.navbar.bootsnav.navbar-full ul > li.dropdown ul.dropdown-menu {
  padding-left: 50px !important;
}
.close-full-menu {
  background: #000 none repeat scroll 0 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 78;
}
.close-full-menu > a {
  float: left;
  padding: 10px 15px;
}
.attr-nav {
  float: right;
  display: inline-block;
  margin-left: 13px;
  margin-right: -15px;
}
.attr-nav > ul {
  padding: 0;
  margin: 0 0 -7px 0;
  list-style: none;
  display: inline-block;
}
.attr-nav > ul > li {
  float: left;
  display: block;
}
.attr-nav > ul > li > a {
  color: #6f6f6f;
  display: block;
  padding: 28px 15px;
  position: relative;
}
.attr-nav > ul > li > a span.badge {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 5px;
  font-size: 10px;
  padding: 0;
  width: 15px;
  height: 15px;
  padding-top: 2px;
}
.attr-nav > ul > li.dropdown ul.dropdown-menu {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: solid 1px #e0e0e0;
}
ul.cart-list {
  padding: 0 !important;
  width: 250px !important;
}
ul.cart-list > li {
  position: relative;
  border-bottom: solid 1px #efefef;
  padding: 15px 15px 23px 15px !important;
}
ul.cart-list > li > a.photo {
  padding: 0 !important;
  margin-right: 15px;
  float: left;
  display: block;
  width: 50px;
  height: 50px;
  left: 15px;
  top: 15px;
}
ul.cart-list > li img {
  width: 50px;
  height: 50px;
  border: solid 1px #efefef;
}
ul.cart-list > li > h6 {
  margin: 0;
}
ul.cart-list > li > h6 > a.photo {
  padding: 0 !important;
  display: block;
}
ul.cart-list > li > p {
  margin-bottom: 0;
}
ul.cart-list > li.total {
  background-color: #f5f5f5;
  padding-bottom: 15px !important;
}
ul.cart-list > li.total > .btn {
  display: inline-block;
  border-bottom: solid 1px #efefef !important;
}
ul.cart-list > li .price {
  font-weight: 700;
}
ul.cart-list > li.total > span {
  padding-top: 8px;
}
.top-search {
  background-color: #333;
  padding: 10px 0;
  display: none;
}
.top-search input.form-control {
  background-color: transparent;
  border: none;
  color: #fff;
  height: 40px;
  padding: 0 15px;
}
.top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
.top-search .input-group-addon.close-search {
  cursor: pointer;
}
body {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.on-side {
  margin-left: -280px;
}
.side {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -280px;
  width: 280px;
  padding: 25px 30px;
  height: 100%;
  display: block;
  background-color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}
.side.on {
  right: 0;
}
.side .close-side {
  float: right;
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 16px;
}
.side .widget {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.side .widget .title {
  color: #fff;
  margin-bottom: 15px;
}
.side .widget ul.link {
  padding: 0;
  margin: 0;
  list-style: none;
}
.side .widget ul.link li a {
  color: #9f9f9f;
  letter-spacing: 1px;
}
.side .widget ul.link li a:focus,
.side .widget ul.link li a:hover {
  color: #fff;
  text-decoration: none;
}
nav.navbar.bootsnav .share {
  padding: 0 30px;
  margin-bottom: 30px;
}
nav.navbar.bootsnav .share ul {
  display: inline-block;
  padding: 0;
  margin: 0 0 -7px 0;
  list-style: none;
}
nav.navbar.bootsnav .share ul > li {
  float: left;
  display: block;
  margin-right: 5px;
}
nav.navbar.bootsnav .share ul > li > a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 35px;
  height: 35px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #cfcfcf;
  color: #fff;
}
nav.navbar.bootsnav.navbar-fixed {
  position: fixed;
  display: block;
  width: 100%;
}
nav.navbar.bootsnav.no-background {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.wrap-sticky {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wrap-sticky nav.navbar.bootsnav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.wrap-sticky nav.navbar.bootsnav.sticked {
  position: fixed;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.on-side .wrap-sticky nav.navbar.bootsnav.sticked {
  left: -280px;
}
@media (min-width: 1024px) and (max-width: 1400px) {
  body.wrap-nav-sidebar .wrapper .container {
    width: 100%;
    padding-left: 30px;
  }
}
@media (min-width: 1024px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 30px 15px;
  }
  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    font-family: FontAwesome;
    content: "\f0d7";
    margin-left: 5px;
    margin-top: 2px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: none;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover,
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li:last-child > a {
    border-bottom: none;
  }
  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: right;
  }
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content.tabbed {
    padding: 0;
  }
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content.tabbed > li {
    padding: 0;
  }
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu {
    padding: 0 30px;
    margin: 0 -0.5px;
    border-left: solid 1px #f0f0f0;
  }
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu:first-child {
    border-left: none;
  }
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu:last-child {
    border-right: none;
  }
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content {
    display: none;
  }
  nav.navbar.bootsnav
    ul.dropdown-menu.megamenu-content
    .content
    ul.menu-col
    li
    a {
    text-align: left;
    padding: 5px 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
    color: #6f6f6f;
  }
  nav.navbar.bootsnav.on ul.dropdown-menu.megamenu-content .content {
    display: block !important;
    height: auto !important;
  }
  nav.navbar.bootsnav.no-background {
    background-color: transparent;
    border: none;
  }
  nav.navbar.bootsnav.navbar-transparent .attr-nav {
    padding-left: 15px;
    margin-left: 30px;
  }
  nav.navbar.bootsnav.navbar-transparent.white {
    background-color: rgba(255, 255, 255, 0.3);
    border-bottom: solid 1px #bbb;
  }
  nav.navbar.bootsnav.navbar-transparent.dark,
  nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark {
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: solid 1px #555;
  }
  nav.navbar.bootsnav.navbar-transparent.white .attr-nav {
    border-left: solid 1px #bbb;
  }
  nav.navbar.bootsnav.navbar-transparent.dark .attr-nav,
  nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav {
    border-left: solid 1px #555;
  }
  nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > li > a,
  nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a,
  nav.navbar.bootsnav.no-background.white .attr-nav > ul > li > a,
  nav.navbar.bootsnav.no-background.white ul.nav > li > a {
    color: #fff;
  }
  nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-scrolled,
  nav.navbar.bootsnav.navbar-fixed.no-background .logo-scrolled {
    display: none;
  }
  nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-display,
  nav.navbar.bootsnav.navbar-fixed.no-background .logo-display {
    display: block;
  }
  nav.navbar.bootsnav.navbar-fixed .logo-display {
    display: none;
  }
  nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
    display: block;
  }
  .attr-nav > ul > li.dropdown ul.dropdown-menu {
    margin-top: 0;
    margin-left: 55px;
    width: 250px;
    left: -250px;
  }
  nav.navbar.bootsnav.menu-center .container {
    position: relative;
  }
  nav.navbar.bootsnav.menu-center ul.nav.navbar-center {
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
  }
  nav.navbar.bootsnav.menu-center .attr-nav,
  nav.navbar.bootsnav.menu-center .navbar-header {
    position: absolute;
  }
  nav.navbar.bootsnav.menu-center .attr-nav {
    right: 15px;
  }
  nav.bootsnav.navbar-brand-top .navbar-header {
    display: block;
    width: 100%;
    text-align: center;
  }
  nav.bootsnav.navbar-brand-top ul.nav > li.dropdown > ul.dropdown-menu {
    margin-top: 2px;
  }
  nav.bootsnav.navbar-brand-top
    ul.nav
    > li.dropdown.megamenu-fw
    > ul.dropdown-menu {
    margin-top: 0;
  }
  nav.bootsnav.navbar-brand-top .navbar-header .navbar-brand {
    display: inline-block;
    float: none;
    margin: 0;
  }
  nav.bootsnav.navbar-brand-top .navbar-collapse {
    text-align: center;
  }
  nav.bootsnav.brand-center .navbar-header {
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
  }
  nav.bootsnav.brand-center .navbar-brand {
    display: inline-block;
    float: none;
  }
  nav.bootsnav.brand-center .navbar-collapse {
    text-align: center;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
  }
  nav.bootsnav.brand-center ul.nav > li.dropdown > ul.dropdown-menu {
    margin-top: 2px;
  }
  nav.bootsnav.brand-center
    ul.nav
    > li.dropdown.megamenu-fw
    > ul.dropdown-menu {
    margin-top: 0;
  }
  nav.bootsnav.brand-center .navbar-collapse .col-half {
    width: 50%;
    float: left;
    display: block;
  }
  nav.bootsnav.brand-center .navbar-collapse .col-half.left {
    text-align: right;
    padding-right: 100px;
  }
  nav.bootsnav.brand-center .navbar-collapse .col-half.right {
    text-align: left;
    padding-left: 100px;
  }
  nav.bootsnav.brand-center ul.nav {
    float: none !important;
    margin-bottom: -5px !important;
    display: inline-block !important;
  }
  nav.bootsnav.brand-center ul.nav.navbar-right {
    margin: 0;
  }
  nav.bootsnav.brand-center.center-side .navbar-collapse .col-half.left {
    text-align: left;
    padding-right: 100px;
  }
  nav.bootsnav.brand-center.center-side .navbar-collapse .col-half.right {
    text-align: right;
    padding-left: 100px;
  }
  body.wrap-nav-sidebar .wrapper {
    padding-left: 260px;
    overflow-x: hidden;
  }
  nav.bootsnav.navbar-sidebar {
    position: fixed;
    width: 260px;
    overflow: hidden;
    left: 0;
    padding: 0 !important;
    background: #fff;
  }
  nav.bootsnav.navbar-sidebar .scroller {
    width: 280px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  nav.bootsnav.navbar-sidebar .container,
  nav.bootsnav.navbar-sidebar .container-fluid {
    padding: 0 !important;
  }
  nav.bootsnav.navbar-sidebar .navbar-header {
    float: none;
    display: block;
    width: 260px;
    padding: 10px 15px;
    margin: 10px 0 0 0 !important;
  }
  nav.bootsnav.navbar-sidebar .navbar-collapse {
    padding: 0 !important;
    width: 260px;
  }
  nav.bootsnav.navbar-sidebar ul.nav {
    float: none;
    display: block;
    width: 100%;
    padding: 0 15px !important;
    margin: 0 0 30px 0;
  }
  nav.bootsnav.navbar-sidebar ul.nav li {
    float: none !important;
  }
  nav.bootsnav.navbar-sidebar ul.nav > li > a {
    padding: 10px 15px;
    font-weight: 700;
  }
  nav.bootsnav.navbar-sidebar ul.nav > li.dropdown > a:after {
    float: right;
  }
  nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu {
    left: 100%;
    top: 0;
    position: relative !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    background-color: transparent;
    border: none !important;
    padding: 0;
  }
  nav.bootsnav.navbar-sidebar ul.nav .megamenu-content .col-menu {
    border: none !important;
  }
  nav.bootsnav.navbar-sidebar ul.nav > li.dropdown > ul.dropdown-menu {
    margin-bottom: 15px;
  }
  nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu {
    padding-left: 0;
    float: none;
    margin-bottom: 0;
  }
  nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a {
    padding: 5px 15px;
    color: #6f6f6f;
    border: none;
  }
  nav.bootsnav.navbar-sidebar
    ul.nav
    li.dropdown
    ul.dropdown-menu
    ul.dropdown-menu {
    padding-left: 15px;
    margin-top: 0;
  }
  nav.bootsnav.navbar-sidebar
    ul.nav
    li.dropdown
    ul.dropdown-menu
    li.dropdown
    > a:before {
    font-family: FontAwesome;
    content: "\f105";
    float: right;
  }
  nav.bootsnav.navbar-sidebar
    ul.nav
    li.dropdown.on
    ul.dropdown-menu
    li.dropdown.on
    > a:before {
    content: "\f107";
  }
  nav.bootsnav.navbar-sidebar ul.dropdown-menu.megamenu-content > li {
    padding: 0 !important;
  }
  nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu {
    display: block;
    float: none !important;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu .title {
    padding: 7px 0;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 0;
    cursor: pointer;
    color: #6f6f6f;
  }
  nav.bootsnav.navbar-sidebar
    .dropdown
    .megamenu-content
    .col-menu
    .title:before {
    font-family: FontAwesome;
    content: "\f105";
    float: right;
  }
  nav.bootsnav.navbar-sidebar
    .dropdown
    .megamenu-content
    .col-menu.on
    .title:before {
    content: "\f107";
  }
  nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu {
    border: none;
  }
  nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu .content {
    padding: 0 0 0 15px;
  }
  nav.bootsnav.navbar-sidebar
    .dropdown
    .megamenu-content
    .col-menu
    ul.menu-col
    li
    a {
    padding: 3px 0 !important;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-brand {
    display: inline-block;
    float: none !important;
    margin: 0 !important;
  }
  nav.navbar.bootsnav .navbar-header {
    float: none;
    display: block;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }
  nav.navbar.bootsnav .navbar-toggler {
    display: inline-block;
    float: right;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
  }
  nav.navbar.bootsnav .navbar-collapse {
    border: none;
    margin-bottom: 0;
  }
  nav.navbar.bootsnav.no-full .navbar-collapse {
    max-height: 335px;
    overflow-y: auto !important;
  }
  nav.navbar.bootsnav .navbar-collapse.collapse {
    display: none !important;
  }
  nav.navbar.bootsnav .navbar-collapse.collapse.in,
  nav.navbar.bootsnav .navbar-collapse.collapse.show {
    display: block !important;
  }
  nav.navbar.bootsnav .navbar-nav {
    float: none !important;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 -15px;
  }
  nav.navbar.bootsnav.navbar-full .navbar-nav {
    padding: 0;
    margin: 0;
  }
  nav.navbar.bootsnav .navbar-nav > li {
    float: none;
  }
  nav.navbar.bootsnav .navbar-nav > li > a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
    padding: 10px 0;
    border-top: solid 1px #e0e0e0;
    margin-bottom: -1px;
  }
  nav.navbar.bootsnav .navbar-nav > li:first-child > a {
    border-top: none;
  }
  nav.navbar.bootsnav
    ul.navbar-nav.navbar-left
    > li:last-child
    > ul.dropdown-menu {
    border-bottom: solid 1px #e0e0e0;
  }
  nav.navbar.bootsnav ul.nav li.dropdown li a.dropdown-toggle {
    float: none !important;
    position: relative;
    display: block;
    width: 100%;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    width: 100%;
    position: relative !important;
    background-color: transparent;
    float: none;
    border: none;
    padding: 0 0 0 15px !important;
    margin: 0 0 -1px 0 !important;
    border-radius: 0 0 0;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
    padding: 10px 0;
    color: #6f6f6f;
  }
  nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:focus,
  nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:hover {
    background-color: transparent;
  }
  nav.navbar.bootsnav ul.nav ul.dropdown-menu ul.dropdown-menu {
    float: none !important;
    left: 0;
    padding: 0 0 0 15px;
    position: relative;
    background: 0 0;
    width: 100%;
  }
  nav.navbar.bootsnav
    ul.nav
    ul.dropdown-menu
    li.dropdown.on
    > ul.dropdown-menu {
    display: inline-block;
    margin-top: -10px;
  }
  nav.navbar.bootsnav
    li.dropdown
    ul.dropdown-menu
    li.dropdown
    > a.dropdown-toggle:after {
    display: none;
  }
  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title {
    padding: 10px 15px 10px 0;
    line-height: 24px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 0;
    cursor: pointer;
    border-bottom: solid 1px #e0e0e0;
    color: #6f6f6f;
  }
  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu ul > li > a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
    padding: 8px 0;
  }
  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title:before {
    font-family: FontAwesome;
    content: "\f105";
    float: right;
    font-size: 16px;
    margin-left: 10px;
    position: relative;
    right: -15px;
  }
  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu:last-child .title {
    border-bottom: none;
  }
  nav.navbar.bootsnav
    .dropdown
    .megamenu-content
    .col-menu.on:last-child
    .title {
    border-bottom: solid 1px #e0e0e0;
  }
  nav.navbar.bootsnav
    .dropdown
    .megamenu-content
    .col-menu:last-child
    ul.menu-col
    li:last-child
    a {
    border-bottom: none;
  }
  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu.on .title:before {
    content: "\f107";
  }
  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .content {
    padding: 0 0 0 15px;
  }
  nav.bootsnav.brand-center .navbar-collapse {
    display: block;
  }
  nav.bootsnav.brand-center ul.nav {
    margin-bottom: 0 !important;
  }
  nav.bootsnav.brand-center .navbar-collapse .col-half {
    width: 100%;
    float: none;
    display: block;
  }
  nav.bootsnav.brand-center .navbar-collapse .col-half.left {
    margin-bottom: 0;
  }
  nav.bootsnav .megamenu-content {
    padding: 0;
  }
  nav.bootsnav .megamenu-content .col-menu {
    padding-bottom: 0;
  }
  nav.bootsnav .megamenu-content .title {
    cursor: pointer;
    display: block;
    padding: 10px 15px;
    margin-bottom: 0;
    font-weight: 400;
  }
  nav.bootsnav .megamenu-content .content {
    display: none;
  }
  .attr-nav {
    position: absolute;
    right: 60px;
  }
  .attr-nav > ul {
    padding: 0;
    margin: 0 -15px -7px 0;
  }
  .attr-nav > ul > li > a {
    padding: 16px 15px 15px;
  }
  .attr-nav > ul > li.dropdown > a.dropdown-toggle:before {
    display: none;
  }
  .attr-nav > ul > li.dropdown ul.dropdown-menu {
    margin-top: 2px;
    margin-left: 55px;
    width: 250px;
    left: -250px;
    border-top: solid 5px;
  }
  .top-search .container {
    padding: 0 45px;
  }
  nav.bootsnav.navbar-full ul.nav {
    margin-left: 0;
  }
  nav.bootsnav.navbar-full ul.nav > li > a {
    border: none;
  }
  nav.bootsnav.navbar-full .navbar-brand {
    float: left !important;
    padding-left: 0;
  }
  nav.bootsnav.navbar-full .navbar-toggler {
    display: inline-block;
    float: right;
    margin-right: 0;
    margin-top: 10px;
  }
  nav.bootsnav.navbar-full .navbar-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav.navbar-sidebar .share {
    padding: 30px 15px;
    margin-bottom: 0;
  }
  nav.navbar.bootsnav .megamenu-content.tabbed {
    padding-left: 0 !important;
  }
  nav.navbar.bootsnav .tabbed > li {
    padding: 25px 0;
    margin-left: -15px !important;
  }
  body > .wrapper {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  body.side-right > .wrapper {
    margin-left: 280px;
    margin-right: -280px !important;
  }
  nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
    position: fixed;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    display: block;
    background: #fff;
    z-index: 99;
    width: 280px;
    height: 100% !important;
    left: -280px;
    top: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  nav.navbar.bootsnav.navbar-mobile .navbar-collapse.in {
    left: 0;
  }
  nav.navbar.bootsnav.navbar-mobile ul.nav {
    width: 293px;
    padding-right: 0;
    padding-left: 15px;
  }
  nav.navbar.bootsnav.navbar-mobile ul.nav > li > a {
    padding: 15px 15px;
  }
  nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu > li > a {
    padding-right: 15px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title {
    padding-right: 30px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
  nav.navbar.bootsnav.navbar-mobile
    ul.nav
    ul.dropdown-menu
    .col-menu
    ul.menu-col
    li
    a {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
  nav.navbar.bootsnav.navbar-mobile .navbar-collapse [class*=" col-"] {
    width: 100%;
  }
  nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
    display: block !important;
  }
  nav.navbar.bootsnav.navbar-fixed .logo-display {
    display: none !important;
  }
  nav.navbar.bootsnav.navbar-mobile .tab-content,
  nav.navbar.bootsnav.navbar-mobile .tab-menu {
    width: 100%;
    display: block;
  }
}
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -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(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -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 {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  -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-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-bacteria:before {
  content: "\e059";
}
.fa-bacterium:before {
  content: "\e05a";
}
.fa-bahai:before {
  content: "\f666";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-tissue:before {
  content: "\e05b";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudflare:before {
  content: "\e07d";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dailymotion:before {
  content: "\e052";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-deezer:before {
  content: "\e077";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edge-legacy:before {
  content: "\e078";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-faucet:before {
  content: "\e005";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-firefox-browser:before {
  content: "\e007";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-pay:before {
  content: "\e079";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guilded:before {
  content: "\e07e";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-medical:before {
  content: "\e05c";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-sparkles:before {
  content: "\e05d";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-wash:before {
  content: "\e05e";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt-slash:before {
  content: "\e05f";
}
.fa-handshake-slash:before {
  content: "\e060";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-head-side-cough:before {
  content: "\e061";
}
.fa-head-side-cough-slash:before {
  content: "\e062";
}
.fa-head-side-mask:before {
  content: "\e063";
}
.fa-head-side-virus:before {
  content: "\e064";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hive:before {
  content: "\e07f";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-house-user:before {
  content: "\e065";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-ideal:before {
  content: "\e013";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-innosoft:before {
  content: "\e080";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-instagram-square:before {
  content: "\e055";
}
.fa-instalod:before {
  content: "\e081";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-house:before {
  content: "\e066";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lungs-virus:before {
  content: "\e067";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microblog:before {
  content: "\e01a";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse:before {
  content: "\f8cc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-octopus-deploy:before {
  content: "\e082";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-arrows:before {
  content: "\e068";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-perbyte:before {
  content: "\e083";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-square:before {
  content: "\e01e";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-plane-slash:before {
  content: "\e069";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pump-medical:before {
  content: "\e06a";
}
.fa-pump-soap:before {
  content: "\e06b";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-rust:before {
  content: "\e07a";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-virus:before {
  content: "\e06c";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopify:before {
  content: "\e057";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sink:before {
  content: "\e06d";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-soap:before {
  content: "\e06e";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-stopwatch-20:before {
  content: "\e06f";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-store-alt-slash:before {
  content: "\e070";
}
.fa-store-slash:before {
  content: "\e071";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-slash:before {
  content: "\e072";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-trailer:before {
  content: "\e041";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-uncharted:before {
  content: "\e084";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-unity:before {
  content: "\e049";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-unsplash:before {
  content: "\e07c";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-users-slash:before {
  content: "\e073";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-vest:before {
  content: "\e085";
}
.fa-vest-patches:before {
  content: "\e086";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-virus:before {
  content: "\e074";
}
.fa-virus-slash:before {
  content: "\e075";
}
.fa-viruses:before {
  content: "\e076";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-watchman-monitoring:before {
  content: "\e087";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wodu:before {
  content: "\e088";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/fa-brands-400.html);
  src: url(../fonts/fa-brands-400d41d.html?#iefix) format("embedded-opentype"),
    url(../fonts/fa-brands-401.html) format("woff2"),
    url(../fonts/fa-brands-402.html) format("woff"),
    url(../fonts/fa-brands-403.html) format("truetype"),
    url(../fonts/fa-brands-404.html#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(../fonts/fa-regular-400.html);
  src: url(../fonts/fa-regular-400d41d.html?#iefix) format("embedded-opentype"),
    url(../fonts/fa-regular-401.html) format("woff2"),
    url(../fonts/fa-regular-402.html) format("woff"),
    url(../fonts/fa-regular-403.html) format("truetype"),
    url(../fonts/fa-regular-404.html#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(../fonts/fa-solid-900.html);
  src: url(../fonts/fa-solid-900d41d.html?#iefix) format("embedded-opentype"),
    url(../fonts/fa-solid-901.html) format("woff2"),
    url(../fonts/fa-solid-902.html) format("woff"),
    url(../fonts/fa-solid-903.html) format("truetype"),
    url(../fonts/fa-solid-904.html#fontawesome) format("svg");
}
.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}
.fa,
.fas {
  font-weight: 900;
}
@font-face {
  font-family: themify;
  src: url(../fonts/themify9f24.html?-fvbane);
  src: url(../fonts/themifyd41d.html?#iefix-fvbane) format("embedded-opentype"),
    url(../fonts/themify9f24-2.html?-fvbane) format("woff"),
    url(../fonts/themify9f24-3.html?-fvbane) format("truetype"),
    url(../fonts/themify9f24-4.html?-fvbane#themify) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
[class*=" ti-"],
[class^="ti-"] {
  font-family: themify;
  speak: none;
  font-style: normal;
  font-weight: 400;
  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";
}
@font-face {
  font-family: et-line;
  src: url(../fonts/et-line.html);
  src: url(../fonts/et-lined41d.html?#iefix) format("embedded-opentype"),
    url(../fonts/et-line-2.html) format("woff"),
    url(../fonts/et-line-3.html) format("truetype"),
    url(../fonts/et-line-4.html#et-line) format("svg");
  font-weight: 400;
  font-style: normal;
}
[data-icon]:before {
  font-family: et-line;
  content: attr(data-icon);
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.icon-adjustments,
.icon-alarmclock,
.icon-anchor,
.icon-aperture,
.icon-attachment,
.icon-bargraph,
.icon-basket,
.icon-beaker,
.icon-bike,
.icon-book-open,
.icon-briefcase,
.icon-browser,
.icon-calendar,
.icon-camera,
.icon-caution,
.icon-chat,
.icon-circle-compass,
.icon-clipboard,
.icon-clock,
.icon-cloud,
.icon-compass,
.icon-desktop,
.icon-dial,
.icon-document,
.icon-documents,
.icon-download,
.icon-dribbble,
.icon-edit,
.icon-envelope,
.icon-expand,
.icon-facebook,
.icon-flag,
.icon-focus,
.icon-gears,
.icon-genius,
.icon-gift,
.icon-global,
.icon-globe,
.icon-googleplus,
.icon-grid,
.icon-happy,
.icon-hazardous,
.icon-heart,
.icon-hotairballoon,
.icon-hourglass,
.icon-key,
.icon-laptop,
.icon-layers,
.icon-lifesaver,
.icon-lightbulb,
.icon-linegraph,
.icon-linkedin,
.icon-lock,
.icon-magnifying-glass,
.icon-map,
.icon-map-pin,
.icon-megaphone,
.icon-mic,
.icon-mobile,
.icon-newspaper,
.icon-notebook,
.icon-paintbrush,
.icon-paperclip,
.icon-pencil,
.icon-phone,
.icon-picture,
.icon-pictures,
.icon-piechart,
.icon-presentation,
.icon-pricetags,
.icon-printer,
.icon-profile-female,
.icon-profile-male,
.icon-puzzle,
.icon-quote,
.icon-recycle,
.icon-refresh,
.icon-ribbon,
.icon-rss,
.icon-sad,
.icon-scissors,
.icon-scope,
.icon-search,
.icon-shield,
.icon-speedometer,
.icon-strategy,
.icon-streetsign,
.icon-tablet,
.icon-target,
.icon-telescope,
.icon-toolbox,
.icon-tools,
.icon-tools-2,
.icon-trophy,
.icon-tumblr,
.icon-twitter,
.icon-upload,
.icon-video,
.icon-wallet,
.icon-wine {
  font-family: et-line;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.icon-mobile:before {
  content: "\e000";
}
.icon-laptop:before {
  content: "\e001";
}
.icon-desktop:before {
  content: "\e002";
}
.icon-tablet:before {
  content: "\e003";
}
.icon-phone:before {
  content: "\e004";
}
.icon-document:before {
  content: "\e005";
}
.icon-documents:before {
  content: "\e006";
}
.icon-search:before {
  content: "\e007";
}
.icon-clipboard:before {
  content: "\e008";
}
.icon-newspaper:before {
  content: "\e009";
}
.icon-notebook:before {
  content: "\e00a";
}
.icon-book-open:before {
  content: "\e00b";
}
.icon-browser:before {
  content: "\e00c";
}
.icon-calendar:before {
  content: "\e00d";
}
.icon-presentation:before {
  content: "\e00e";
}
.icon-picture:before {
  content: "\e00f";
}
.icon-pictures:before {
  content: "\e010";
}
.icon-video:before {
  content: "\e011";
}
.icon-camera:before {
  content: "\e012";
}
.icon-printer:before {
  content: "\e013";
}
.icon-toolbox:before {
  content: "\e014";
}
.icon-briefcase:before {
  content: "\e015";
}
.icon-wallet:before {
  content: "\e016";
}
.icon-gift:before {
  content: "\e017";
}
.icon-bargraph:before {
  content: "\e018";
}
.icon-grid:before {
  content: "\e019";
}
.icon-expand:before {
  content: "\e01a";
}
.icon-focus:before {
  content: "\e01b";
}
.icon-edit:before {
  content: "\e01c";
}
.icon-adjustments:before {
  content: "\e01d";
}
.icon-ribbon:before {
  content: "\e01e";
}
.icon-hourglass:before {
  content: "\e01f";
}
.icon-lock:before {
  content: "\e020";
}
.icon-megaphone:before {
  content: "\e021";
}
.icon-shield:before {
  content: "\e022";
}
.icon-trophy:before {
  content: "\e023";
}
.icon-flag:before {
  content: "\e024";
}
.icon-map:before {
  content: "\e025";
}
.icon-puzzle:before {
  content: "\e026";
}
.icon-basket:before {
  content: "\e027";
}
.icon-envelope:before {
  content: "\e028";
}
.icon-streetsign:before {
  content: "\e029";
}
.icon-telescope:before {
  content: "\e02a";
}
.icon-gears:before {
  content: "\e02b";
}
.icon-key:before {
  content: "\e02c";
}
.icon-paperclip:before {
  content: "\e02d";
}
.icon-attachment:before {
  content: "\e02e";
}
.icon-pricetags:before {
  content: "\e02f";
}
.icon-lightbulb:before {
  content: "\e030";
}
.icon-layers:before {
  content: "\e031";
}
.icon-pencil:before {
  content: "\e032";
}
.icon-tools:before {
  content: "\e033";
}
.icon-tools-2:before {
  content: "\e034";
}
.icon-scissors:before {
  content: "\e035";
}
.icon-paintbrush:before {
  content: "\e036";
}
.icon-magnifying-glass:before {
  content: "\e037";
}
.icon-circle-compass:before {
  content: "\e038";
}
.icon-linegraph:before {
  content: "\e039";
}
.icon-mic:before {
  content: "\e03a";
}
.icon-strategy:before {
  content: "\e03b";
}
.icon-beaker:before {
  content: "\e03c";
}
.icon-caution:before {
  content: "\e03d";
}
.icon-recycle:before {
  content: "\e03e";
}
.icon-anchor:before {
  content: "\e03f";
}
.icon-profile-male:before {
  content: "\e040";
}
.icon-profile-female:before {
  content: "\e041";
}
.icon-bike:before {
  content: "\e042";
}
.icon-wine:before {
  content: "\e043";
}
.icon-hotairballoon:before {
  content: "\e044";
}
.icon-globe:before {
  content: "\e045";
}
.icon-genius:before {
  content: "\e046";
}
.icon-map-pin:before {
  content: "\e047";
}
.icon-dial:before {
  content: "\e048";
}
.icon-chat:before {
  content: "\e049";
}
.icon-heart:before {
  content: "\e04a";
}
.icon-cloud:before {
  content: "\e04b";
}
.icon-upload:before {
  content: "\e04c";
}
.icon-download:before {
  content: "\e04d";
}
.icon-target:before {
  content: "\e04e";
}
.icon-hazardous:before {
  content: "\e04f";
}
.icon-piechart:before {
  content: "\e050";
}
.icon-speedometer:before {
  content: "\e051";
}
.icon-global:before {
  content: "\e052";
}
.icon-compass:before {
  content: "\e053";
}
.icon-lifesaver:before {
  content: "\e054";
}
.icon-clock:before {
  content: "\e055";
}
.icon-aperture:before {
  content: "\e056";
}
.icon-quote:before {
  content: "\e057";
}
.icon-scope:before {
  content: "\e058";
}
.icon-alarmclock:before {
  content: "\e059";
}
.icon-refresh:before {
  content: "\e05a";
}
.icon-happy:before {
  content: "\e05b";
}
.icon-sad:before {
  content: "\e05c";
}
.icon-facebook:before {
  content: "\e05d";
}
.icon-twitter:before {
  content: "\e05e";
}
.icon-googleplus:before {
  content: "\e05f";
}
.icon-rss:before {
  content: "\e060";
}
.icon-tumblr:before {
  content: "\e061";
}
.icon-linkedin:before {
  content: "\e062";
}
.icon-dribbble:before {
  content: "\e063";
}
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-rgb: 33, 37, 41;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
*,
::after,
::before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-bs-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: 0.875em;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "â€�?Â ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}
.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}
.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}
.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
  > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #198754;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #198754;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #198754;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
  z-index: 1;
}
.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545;
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #dc3545;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
  z-index: 2;
}
.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
  z-index: 3;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #198754;
  background-color: transparent;
}
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: transparent;
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-bottom,
  .navbar-expand-sm .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-bottom,
  .navbar-expand-md .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-bottom,
  .navbar-expand-lg .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-bottom,
  .navbar-expand-xl .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-bottom,
  .navbar-expand-xxl .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "../../../index.html");
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}
.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="right"],
.bs-tooltip-end {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="left"],
.bs-tooltip-start {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs-popover-end > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow,
.bs-popover-start > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}
.offcanvas.show {
  transform: none;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite;
}
@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(
    130deg,
    #000 55%,
    rgba(0, 0, 0, 0.8) 75%,
    #000 95%
  );
  mask-image: linear-gradient(
    130deg,
    #000 55%,
    rgba(0, 0, 0, 0.8) 75%,
    #000 95%
  );
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite;
}
@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0;
  }
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #0d6efd;
}
.link-primary:focus,
.link-primary:hover {
  color: #0a58ca;
}
.link-secondary {
  color: #6c757d;
}
.link-secondary:focus,
.link-secondary:hover {
  color: #565e64;
}
.link-success {
  color: #198754;
}
.link-success:focus,
.link-success:hover {
  color: #146c43;
}
.link-info {
  color: #0dcaf0;
}
.link-info:focus,
.link-info:hover {
  color: #3dd5f3;
}
.link-warning {
  color: #ffc107;
}
.link-warning:focus,
.link-warning:hover {
  color: #ffcd39;
}
.link-danger {
  color: #dc3545;
}
.link-danger:focus,
.link-danger:hover {
  color: #b02a37;
}
.link-light {
  color: #f8f9fa;
}
.link-light:focus,
.link-light:hover {
  color: #f9fafb;
}
.link-dark {
  color: #212529;
}
.link-dark:focus,
.link-dark:hover {
  color: #1a1e21;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #0d6efd !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-info {
  border-color: #0dcaf0 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #212529 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-success-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  filter: "alpha(opacity=10)";
  opacity: 0.1;
  margin: 0;
  padding: 0;
}
.justified-gallery > a > a > img,
.justified-gallery > a > a > svg,
.justified-gallery > a > img,
.justified-gallery > a > svg,
.justified-gallery > div > a > img,
.justified-gallery > div > a > svg,
.justified-gallery > div > img,
.justified-gallery > div > svg,
.justified-gallery > figure > a > img,
.justified-gallery > figure > a > svg,
.justified-gallery > figure > img,
.justified-gallery > figure > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
}
.justified-gallery > a > .jg-caption,
.justified-gallery > div > .jg-caption,
.justified-gallery > figure > .jg-caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000;
  left: 0;
  right: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}
.justified-gallery > a > .jg-caption.jg-caption-visible,
.justified-gallery > div > .jg-caption.jg-caption-visible,
.justified-gallery > figure > .jg-caption.jg-caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.justified-gallery > .jg-entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: 0 0;
}
.justified-gallery > .jg-entry-visible > a > img,
.justified-gallery > .jg-entry-visible > a > svg,
.justified-gallery > .jg-entry-visible > img,
.justified-gallery > .jg-entry-visible > svg {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.justified-gallery > .jg-filtered {
  display: none;
}
.justified-gallery > .jg-spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}
.justified-gallery > .jg-spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px;
}
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__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;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*="Out"] {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
      rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translateZ(0) rotateY(0);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
      rotateY(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
      rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translateZ(0) rotateY(0);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
      rotateY(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.mfp-container * {
  transition-timing-function: none;
  -moz-transition-timing-function: none;
  -webkit-transition-timing-function: none;
  -o-transition-timing-function: none;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -35px;
  padding: 0;
  width: 60px;
  height: 60px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  border: medium inset transparent;
}
.mfp-arrow-left {
  left: 40px;
}
.mfp-arrow-right {
  right: 40px;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
#debungcontrolls,
.debugtimeline {
  width: 100%;
  box-sizing: border-box;
}
.rev_column,
.rev_column .tp-parallax-wrap,
.tp-svg-layer svg {
  vertical-align: top;
}
#debungcontrolls {
  z-index: 100000;
  position: fixed;
  bottom: 0;
  height: auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
}
.debugtimeline {
  height: 10px;
  position: relative;
  margin-bottom: 3px;
  display: none;
  white-space: nowrap;
}
.debugtimeline:hover {
  height: 15px;
}
.the_timeline_tester {
  background: #e74c3c;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
}
.rs-go-fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 9999999 !important;
  background: #fff !important;
}
.debugtimeline.tl_slide .the_timeline_tester {
  background: #f39c12;
}
.debugtimeline.tl_frame .the_timeline_tester {
  background: #3498db;
}
.debugtimline_txt {
  color: #fff;
  font-weight: 400;
  font-size: 7px;
  position: absolute;
  left: 10px;
  top: 0;
  white-space: nowrap;
  line-height: 10px;
}
.rtl {
  direction: rtl;
}
@font-face {
  font-family: revicons;
  src: url(../fonts/revicons/revicons90c6.html?5510888);
  src: url(../fonts/revicons/revicons90c6.html?5510888#iefix)
      format("embedded-opentype"),
    url(../fonts/revicons/revicons90c6-2.html?5510888) format("woff"),
    url(../fonts/revicons/revicons90c6-3.html?5510888) format("truetype"),
    url(../fonts/revicons/revicons90c6-4.html?5510888#revicons) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" revicon-"]:before,
[class^="revicon-"]:before {
  font-family: revicons;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
}
.revicon-search-1:before {
  content: "\e802";
}
.revicon-pencil-1:before {
  content: "\e831";
}
.revicon-picture-1:before {
  content: "\e803";
}
.revicon-cancel:before {
  content: "\e80a";
}
.revicon-info-circled:before {
  content: "\e80f";
}
.revicon-trash:before {
  content: "\e801";
}
.revicon-left-dir:before {
  content: "\e817";
}
.revicon-right-dir:before {
  content: "\e818";
}
.revicon-down-open:before {
  content: "\e83b";
}
.revicon-left-open:before {
  content: "\e819";
}
.revicon-right-open:before {
  content: "\e81a";
}
.revicon-angle-left:before {
  content: "\e820";
}
.revicon-angle-right:before {
  content: "\e81d";
}
.revicon-left-big:before {
  content: "\e81f";
}
.revicon-right-big:before {
  content: "\e81e";
}
.revicon-magic:before {
  content: "\e807";
}
.revicon-picture:before {
  content: "\e800";
}
.revicon-export:before {
  content: "\e80b";
}
.revicon-cog:before {
  content: "\e832";
}
.revicon-login:before {
  content: "\e833";
}
.revicon-logout:before {
  content: "\e834";
}
.revicon-video:before {
  content: "\e805";
}
.revicon-arrow-combo:before {
  content: "\e827";
}
.revicon-left-open-1:before {
  content: "\e82a";
}
.revicon-right-open-1:before {
  content: "\e82b";
}
.revicon-left-open-mini:before {
  content: "\e822";
}
.revicon-right-open-mini:before {
  content: "\e823";
}
.revicon-left-open-big:before {
  content: "\e824";
}
.revicon-right-open-big:before {
  content: "\e825";
}
.revicon-left:before {
  content: "\e836";
}
.revicon-right:before {
  content: "\e826";
}
.revicon-ccw:before {
  content: "\e808";
}
.revicon-arrows-ccw:before {
  content: "\e806";
}
.revicon-palette:before {
  content: "\e829";
}
.revicon-list-add:before {
  content: "\e80c";
}
.revicon-doc:before {
  content: "\e809";
}
.revicon-left-open-outline:before {
  content: "\e82e";
}
.revicon-left-open-2:before {
  content: "\e82c";
}
.revicon-right-open-outline:before {
  content: "\e82f";
}
.revicon-right-open-2:before {
  content: "\e82d";
}
.revicon-equalizer:before {
  content: "\e83a";
}
.revicon-layers-alt:before {
  content: "\e804";
}
.revicon-popup:before {
  content: "\e828";
}
.rev_slider_wrapper {
  position: relative;
  z-index: 0;
  width: 100%;
}
.rev_slider {
  position: relative;
  overflow: visible;
}
.entry-content .rev_slider a,
.rev_slider a {
  box-shadow: none;
}
.tp-overflow-hidden {
  overflow: hidden !important;
}
.group_ov_hidden {
  overflow: hidden;
}
.rev_slider img,
.tp-simpleresponsive img {
  max-width: none !important;
  transition: none;
  margin: 0;
  padding: 0;
  border: none;
}
.rev_slider .no-slides-text {
  font-weight: 700;
  text-align: center;
  padding-top: 80px;
}
.rev_slider > ul,
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.rev_slider_wrapper > ul,
.tp-revslider-mainul > li,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before {
  list-style: none !important;
  position: absolute;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: visible;
  overflow-y: visible;
  background-image: none;
  background-position: 0 0;
  text-indent: 0;
  top: 0;
  left: 0;
}
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.tp-revslider-mainul > li,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before {
  visibility: hidden;
}
.tp-revslider-mainul,
.tp-revslider-slidesli {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
.fullscreen-container,
.fullwidthbanner-container {
  padding: 0;
  position: relative;
}
.rev_slider li.tp-revslider-slidesli {
  position: absolute !important;
}
.tp-caption .rs-untoggled-content {
  display: block;
}
.tp-caption .rs-toggled-content {
  display: none;
}
.rs-toggle-content-active.tp-caption .rs-toggled-content {
  display: block;
}
.rs-toggle-content-active.tp-caption .rs-untoggled-content {
  display: none;
}
.rev_slider .caption,
.rev_slider .tp-caption {
  position: relative;
  visibility: hidden;
  white-space: nowrap;
  display: block;
  -webkit-font-smoothing: antialiased !important;
  z-index: 1;
}
.rev_slider .caption,
.rev_slider .tp-caption,
.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap :last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap :last-child {
  margin-bottom: 0;
}
.tp-svg-layer svg {
  width: 100%;
  height: 100%;
  position: relative;
}
.tp-carousel-wrapper {
  cursor: url(openhand.html), move;
}
.tp-carousel-wrapper.dragged {
  cursor: url(closedhand.html), move;
}
.tp_inner_padding {
  box-sizing: border-box;
  max-height: none !important;
}
.tp-caption.tp-layer-selectable {
  -moz-user-select: all;
  -khtms-user-select: all;
  -webkit-user-select: all;
  -o-user-select: all;
}
.tp-caption.tp-hidden-caption,
.tp-forcenotvisible,
.tp-hide-revslider,
.tp-parallax-wrap.tp-hidden-caption {
  visibility: hidden !important;
  display: none !important;
}
.rev_slider audio,
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
  max-width: none !important;
}
.tp-element-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  transform: scaleX(0) scaleY(0);
}
.tp-parallax-wrap {
  transform-style: preserve-3d;
}
.rev_row_zone {
  position: absolute;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  min-height: 50px;
  font-size: 0;
}
.rev_column_inner,
.rev_slider .tp-caption.rev_row {
  position: relative;
  width: 100% !important;
  box-sizing: border-box;
}
.rev_row_zone_top {
  top: 0;
}
.rev_row_zone_middle {
  top: 50%;
  transform: translateY(-50%);
}
.rev_row_zone_bottom {
  bottom: 0;
}
.rev_slider .tp-caption.rev_row {
  display: table;
  table-layout: fixed;
  vertical-align: top;
  height: auto !important;
  font-size: 0;
}
.rev_column {
  display: table-cell;
  position: relative;
  height: auto;
  box-sizing: border-box;
  font-size: 0;
}
.rev_column_inner {
  display: block;
  height: auto !important;
  white-space: normal !important;
}
.rev_column_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  box-sizing: border-box;
  background-clip: content-box;
  border: 0 solid transparent;
}
.tp-caption .backcorner,
.tp-caption .backcornertop,
.tp-caption .frontcorner,
.tp-caption .frontcornertop {
  height: 0;
  top: 0;
  width: 0;
  position: absolute;
}
.rev_column_inner .tp-loop-wrap,
.rev_column_inner .tp-mask-wrap,
.rev_column_inner .tp-parallax-wrap {
  text-align: inherit;
}
.rev_column_inner .tp-mask-wrap {
  display: inline-block;
}
.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  line-height: 0;
}
.tp-video-play-button,
.tp-video-play-button i {
  line-height: 50px !important;
  vertical-align: top;
  text-align: center;
}
.rev_column_inner .rev_layer_in_column,
.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
  vertical-align: top;
}
.rev_break_columns {
  display: block !important;
}
.rev_break_columns .tp-parallax-wrap.rev_column {
  display: block !important;
  width: 100% !important;
}
.fullwidthbanner-container {
  overflow: hidden;
}
.fullwidthbanner-container .fullwidthabanner {
  width: 100%;
  position: relative;
}
.tp-static-layers {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
}
.tp-caption .frontcorner {
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-top: 40px solid #00a8ff;
  left: -40px;
}
.tp-caption .backcorner {
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00a8ff;
  right: 0;
}
.tp-caption .frontcornertop {
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 40px solid #00a8ff;
  left: -40px;
}
.tp-caption .backcornertop {
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00a8ff;
  right: 0;
}
.tp-layer-inner-rotation {
  position: relative !important;
}
img.tp-slider-alternative-image {
  width: 100%;
  height: auto;
}
.caption.fullscreenvideo,
.rs-background-video-layer,
.tp-caption.coverscreenvideo,
.tp-caption.fullscreenvideo {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.noFilterClass {
  filter: none !important;
}
.rs-background-video-layer {
  visibility: hidden;
  z-index: 0;
}
.caption.fullscreenvideo audio,
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe audio,
.tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}
.fullcoveredvideo audio,
.fullscreenvideo audio .fullcoveredvideo video,
.fullscreenvideo video {
  background: #000;
}
.fullcoveredvideo .tp-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.videoisplaying .html5vid .tp-poster {
  display: none;
}
.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  margin-top: -25px;
  margin-left: -25px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  display: inline-block;
  z-index: 4;
  opacity: 0;
  transition: opacity 0.3s ease-out !important;
}
.tp-audio-html5 .tp-video-play-button,
.tp-hiddenaudio {
  display: none !important;
}
.tp-caption .html5vid {
  width: 100% !important;
  height: 100% !important;
}
.tp-video-play-button i {
  width: 50px;
  height: 50px;
  display: inline-block;
  font-size: 40px !important;
}
.rs-fullvideo-cover,
.tp-dottedoverlay,
.tp-shadowcover {
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.tp-caption:hover .tp-video-play-button {
  opacity: 1;
  display: block;
}
.tp-caption .tp-revstop {
  display: none;
  border-left: 5px solid #fff !important;
  border-right: 5px solid #fff !important;
  margin-top: 15px !important;
  line-height: 20px !important;
  vertical-align: top;
  font-size: 25px !important;
}
.tp-seek-bar,
.tp-video-button,
.tp-volume-bar {
  outline: 0;
  line-height: 12px;
  margin: 0;
  cursor: pointer;
}
.videoisplaying .revicon-right-dir {
  display: none;
}
.videoisplaying .tp-revstop {
  display: inline-block;
}
.videoisplaying .tp-video-play-button {
  display: none;
}
.fullcoveredvideo .tp-video-play-button {
  display: none !important;
}
.fullscreenvideo .fullscreenvideo audio,
.fullscreenvideo .fullscreenvideo video {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.fullscreenvideo .fullcoveredvideo audio,
.fullscreenvideo .fullcoveredvideo video {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.tp-video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  opacity: 0;
  transition: opacity 0.3s;
  background-image: linear-gradient(to bottom, #000 13%, #323232 100%);
  display: table;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.rev-btn.rev-hiddenicon i,
.rev-btn.rev-withicon i {
  transition: all 0.2s ease-out !important;
  font-size: 15px;
}
.tp-caption:hover .tp-video-controls {
  opacity: 0.9;
}
.tp-video-button {
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  padding: 0;
}
.tp-video-button:hover {
  cursor: pointer;
}
.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
  padding: 0 5px;
  display: table-cell;
  vertical-align: middle;
}
.tp-video-seek-bar-wrap {
  width: 80%;
}
.tp-video-vol-bar-wrap {
  width: 20%;
}
.tp-seek-bar,
.tp-volume-bar {
  width: 100%;
  padding: 0;
}
.rs-fullvideo-cover {
  width: 100%;
  background: 0 0;
  z-index: 5;
}
.disabled_lc .tp-video-play-button,
.rs-background-video-layer audio::-webkit-media-controls,
.rs-background-video-layer video::-webkit-media-controls,
.rs-background-video-layer video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
.tp-audio-html5 .tp-video-controls {
  opacity: 1 !important;
  visibility: visible !important;
}
.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  z-index: 3;
}
.tp-dottedoverlay.twoxtwo {
  background: url(../assets/gridtile.html);
}
.tp-dottedoverlay.twoxtwowhite {
  background: url(../assets/gridtile_white.html);
}
.tp-dottedoverlay.threexthree {
  background: url(../assets/gridtile_3x3.html);
}
.tp-dottedoverlay.threexthreewhite {
  background: url(../assets/gridtile_3x3_white.html);
}
.tp-shadowcover {
  width: 100%;
  background: #fff;
  z-index: -1;
}
.tp-shadow1 {
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
}
.tp-shadow2:after,
.tp-shadow2:before,
.tp-shadow3:before,
.tp-shadow4:after {
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width: 300px;
  background: 0 0;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
  transform: rotate(-3deg);
}
.tp-shadow2:after,
.tp-shadow4:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.tp-shadow5 {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:after,
.tp-shadow5:before {
  content: "";
  position: absolute;
  z-index: -2;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
  top: 30%;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-radius: 100px/20px;
}
.tp-button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6) !important;
  font-size: 15px;
  line-height: 45px !important;
  font-family: arial, sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  text-decoration: none;
}
.tp-button.big {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: 700;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important;
}
.purchase:hover,
.tp-button.big:hover,
.tp-button:hover {
  background-position: bottom, 15px 11px;
}
.purchase.green,
.purchase:hover.green,
.tp-button.green,
.tp-button:hover.green {
  background-color: #21a117;
  box-shadow: 0 3px 0 0 #104d0b;
}
.purchase.blue,
.purchase:hover.blue,
.tp-button.blue,
.tp-button:hover.blue {
  background-color: #1d78cb;
  box-shadow: 0 3px 0 0 #0f3e68;
}
.purchase.red,
.purchase:hover.red,
.tp-button.red,
.tp-button:hover.red {
  background-color: #cb1d1d;
  box-shadow: 0 3px 0 0 #7c1212;
}
.purchase.orange,
.purchase:hover.orange,
.tp-button.orange,
.tp-button:hover.orange {
  background-color: #f70;
  box-shadow: 0 3px 0 0 #a34c00;
}
.purchase.darkgrey,
.purchase:hover.darkgrey,
.tp-button.darkgrey,
.tp-button.grey,
.tp-button:hover.darkgrey,
.tp-button:hover.grey {
  background-color: #555;
  box-shadow: 0 3px 0 0 #222;
}
.purchase.lightgrey,
.purchase:hover.lightgrey,
.tp-button.lightgrey,
.tp-button:hover.lightgrey {
  background-color: #888;
  box-shadow: 0 3px 0 0 #555;
}
.rev-btn,
.rev-btn:visited {
  outline: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  line-height: 44px;
  font-size: 17px;
  font-weight: 500;
  padding: 12px 35px;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  cursor: pointer;
}
.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 900;
}
.rev-btn.rev-withicon i {
  font-weight: 400;
  position: relative;
  top: 0;
  margin-left: 10px !important;
}
.rev-btn.rev-hiddenicon i {
  font-weight: 400;
  position: relative;
  top: 0;
  opacity: 0;
  margin-left: 0 !important;
  width: 0 !important;
}
.rev-btn.rev-hiddenicon:hover i {
  opacity: 1 !important;
  margin-left: 10px !important;
  width: auto !important;
}
.rev-btn.rev-medium,
.rev-btn.rev-medium:visited {
  line-height: 36px;
  font-size: 14px;
  padding: 10px 30px;
}
.rev-btn.rev-medium.rev-hiddenicon i,
.rev-btn.rev-medium.rev-withicon i {
  font-size: 14px;
  top: 0;
}
.rev-btn.rev-small,
.rev-btn.rev-small:visited {
  line-height: 28px;
  font-size: 12px;
  padding: 7px 20px;
}
.rev-btn.rev-small.rev-hiddenicon i,
.rev-btn.rev-small.rev-withicon i {
  font-size: 12px;
  top: 0;
}
.rev-maxround {
  border-radius: 30px;
}
.rev-minround {
  border-radius: 3px;
}
.rev-burger {
  position: relative;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 22px 0 0 14px;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.25);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: 0.7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger.revb-white span,
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);
}
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);
  opacity: 0;
}
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);
}
.rev-burger.revb-white {
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.rev-burger.revb-darknoborder,
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-darknoborder span {
  background: #333;
}
.rev-burger.revb-whitefull {
  background: #fff;
  border: none;
}
.rev-burger.revb-whitefull span {
  background: #333;
}
.rev-burger.revb-darkfull {
  background: #333;
  border: none;
}
.rev-burger.revb-darkfull span,
.rev-scroll-btn.revs-fullwhite {
  background: #fff;
}
@-webkit-keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
.rev-scroll-btn {
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  width: 35px;
  height: 55px;
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 23px;
}
.rev-scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}
.rev-scroll-btn > .active,
.rev-scroll-btn > :focus,
.rev-scroll-btn > :hover {
  color: #fff;
}
.rev-scroll-btn > .active,
.rev-scroll-btn > :active,
.rev-scroll-btn > :focus,
.rev-scroll-btn > :hover {
  opacity: 0.8;
}
.rev-scroll-btn.revs-fullwhite span {
  background: #333;
}
.rev-scroll-btn.revs-fulldark {
  background: #333;
  border: none;
}
.rev-scroll-btn.revs-fulldark span,
.tp-bullet {
  background: #fff;
}
.rev-scroll-btn span {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: rev-ani-mouse 2.5s linear infinite;
  animation: rev-ani-mouse 2.5s linear infinite;
}
.rev-scroll-btn.revs-dark {
  border-color: #333;
}
.rev-scroll-btn.revs-dark span {
  background: #333;
}
.rev-control-btn {
  position: relative;
  display: inline-block;
  z-index: 5;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  text-decoration: none;
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  cursor: pointer;
}
.rev-cbutton-dark-sr,
.rev-cbutton-light-sr {
  border-radius: 3px;
}
.rev-cbutton-light,
.rev-cbutton-light-sr {
  color: #333;
  background-color: rgba(255, 255, 255, 0.75);
}
.rev-sbutton {
  line-height: 37px;
  width: 37px;
  height: 37px;
}
.rev-sbutton-blue {
  background-color: #3b5998;
}
.rev-sbutton-lightblue {
  background-color: #00a0d1;
}
.rev-sbutton-red {
  background-color: #dd4b39;
}
.tp-bannertimer {
  visibility: hidden;
  width: 100%;
  height: 5px;
  background: #000;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 200;
  top: 0;
}
.tp-bannertimer.tp-bottom {
  top: auto;
  bottom: 0 !important;
  height: 5px;
}
.tp-caption img {
  background: 0 0;
  zoom: 1;
}
.caption.slidelink a div,
.tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(../assets/coloredbg.html);
}
.tp-caption.slidelink a span {
  background: url(../assets/coloredbg.html);
}
.tp-loader.spinner0,
.tp-loader.spinner5 {
  background-image: url(../assets/loader.html);
  background-repeat: no-repeat;
}
.tp-shape {
  width: 100%;
  height: 100%;
}
.tp-caption .rs-starring {
  display: inline-block;
}
.tp-caption .rs-starring .star-rating {
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #ffc321 !important;
}
.tp-caption .rs-starring .star-rating,
.tp-caption .rs-starring-page .star-rating {
  position: relative;
  height: 1em;
  width: 5.4em;
  font-family: star;
  font-size: 1em !important;
}
.tp-loader.spinner0,
.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.tp-caption .rs-starring .star-rating:before,
.tp-caption .rs-starring-page .star-rating:before {
  content: "\73\73\73\73\73";
  color: #e0dadf;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.tp-caption .rs-starring .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  font-size: 1em !important;
}
.tp-caption .rs-starring .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}
.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
}
.tp-loader.spinner0 {
  background-position: center center;
}
.tp-loader.spinner5 {
  background-position: 10px 10px;
  background-color: #fff;
  margin: -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
}
@-webkit-keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: red;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1s infinite ease-in-out;
  animation: tp-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes tp-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes tp-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.tp-loader.spinner3 {
  margin: -9px 0 0 -35px;
  width: 70px;
  text-align: center;
}
.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes tp-bouncedelay {
  0%,
  100%,
  80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes tp-bouncedelay {
  0%,
  100%,
  80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.tp-loader.spinner4 {
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2s infinite linear;
  animation: tp-rotate 2s infinite linear;
}
.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2s infinite ease-in-out;
  animation: tp-bounce 2s infinite ease-in-out;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes tp-bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes tp-bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.tp-bullets.navbar,
.tp-tabs.navbar,
.tp-thumbs.navbar {
  border: none;
  min-height: 0;
  margin: 0;
  border-radius: 0;
}
.tp-bullets,
.tp-tabs,
.tp-thumbs {
  position: absolute;
  display: block;
  z-index: 1000;
  top: 0;
  left: 0;
}
.tp-tab,
.tp-thumb {
  cursor: pointer;
  position: absolute;
  opacity: 0.5;
  box-sizing: border-box;
}
.tp-arr-imgholder,
.tp-tab-image,
.tp-thumb-image,
.tp-videoposter {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.tp-tab.selected,
.tp-tab:hover,
.tp-thumb.selected,
.tp-thumb:hover {
  opacity: 1;
}
.tp-tab-mask,
.tp-thumb-mask {
  box-sizing: border-box !important;
}
.tp-tabs,
.tp-thumbs {
  box-sizing: content-box !important;
}
.tp-bullet {
  width: 15px;
  height: 15px;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.tp-bullet.selected,
.tp-bullet:hover {
  background: #fff;
}
.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
}
.tparrows:hover {
  background: #000;
}
.tparrows:before {
  font-family: revicons;
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}
.hginfo,
.hglayerinfo {
  font-size: 12px;
  font-weight: 600;
}
.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.tparrows.tp-rightarrow:before {
  content: "\e825";
}
body.rtl .tp-kbimg {
  left: 0 !important;
}
.dddwrappershadow {
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4);
}
.hglayerinfo {
  position: fixed;
  bottom: 0;
  left: 0;
  color: #fff;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal;
}
.helpgrid,
.hginfo {
  position: absolute;
}
.hginfo {
  top: -2px;
  left: -2px;
  color: #e74c3c;
  background: #000;
  padding: 2px 5px;
}
.indebugmode .tp-caption:hover {
  border: 1px dashed #c0392b !important;
}
.helpgrid {
  border: 2px dashed #c0392b;
  top: 0;
  left: 0;
  z-index: 0;
}
#revsliderlogloglog {
  padding: 15px;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 150px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  font-size: 10px;
  overflow: scroll;
}
.aden {
  filter: hue-rotate(-20deg) contrast(0.9) saturate(0.85) brightness(1.2);
}
.aden::after {
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken;
}
.perpetua::after,
.reyes::after {
  mix-blend-mode: soft-light;
  opacity: 0.5;
}
.inkwell {
  filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
}
.perpetua::after {
  background: linear-gradient(to bottom, #005b9a, #e6c13d);
}
.reyes {
  filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
}
.reyes::after {
  background: #efcdad;
}
.gingham {
  filter: brightness(1.05) hue-rotate(-10deg);
}
.gingham::after {
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken;
}
.toaster {
  filter: contrast(1.5) brightness(0.9);
}
.toaster::after {
  background: radial-gradient(circle, #804e0f, #3b003b);
  mix-blend-mode: screen;
}
.walden {
  filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
}
.walden::after {
  background: #04c;
  mix-blend-mode: screen;
  opacity: 0.3;
}
.hudson {
  filter: brightness(1.2) contrast(0.9) saturate(1.1);
}
.hudson::after {
  background: radial-gradient(circle, #a6b1ff 50%, #342134);
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.earlybird {
  filter: contrast(0.9) sepia(0.2);
}
.earlybird::after {
  background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
  mix-blend-mode: overlay;
}
.mayfair {
  filter: contrast(1.1) saturate(1.1);
}
.mayfair::after {
  background: radial-gradient(
    circle at 40% 40%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 200, 200, 0.6),
    #111 60%
  );
  mix-blend-mode: overlay;
  opacity: 0.4;
}
.lofi {
  filter: saturate(1.1) contrast(1.5);
}
.lofi::after {
  background: radial-gradient(circle, transparent 70%, #222 150%);
  mix-blend-mode: multiply;
}
._1977 {
  filter: contrast(1.1) brightness(1.1) saturate(1.3);
}
._1977:after {
  background: rgba(243, 106, 188, 0.3);
  mix-blend-mode: screen;
}
.brooklyn {
  filter: contrast(0.9) brightness(1.1);
}
.brooklyn::after {
  background: radial-gradient(circle, rgba(168, 223, 193, 0.4) 70%, #c4b7c8);
  mix-blend-mode: overlay;
}
.xpro2 {
  filter: sepia(0.3);
}
.xpro2::after {
  background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
  mix-blend-mode: color-burn;
}
.nashville {
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
}
.nashville::after {
  background: rgba(0, 70, 150, 0.4);
  mix-blend-mode: lighten;
}
.nashville::before {
  background: rgba(247, 176, 153, 0.56);
  mix-blend-mode: darken;
}
.lark {
  filter: contrast(0.9);
}
.lark::after {
  background: rgba(242, 242, 242, 0.8);
  mix-blend-mode: darken;
}
.lark::before {
  background: #22253f;
  mix-blend-mode: color-dodge;
}
.moon {
  filter: grayscale(1) contrast(1.1) brightness(1.1);
}
.moon::before {
  background: #a0a0a0;
  mix-blend-mode: soft-light;
}
.moon::after {
  background: #383838;
  mix-blend-mode: lighten;
}
.clarendon {
  filter: contrast(1.2) saturate(1.35);
}
.clarendon:before {
  background: rgba(127, 187, 227, 0.2);
  mix-blend-mode: overlay;
}
.willow {
  filter: grayscale(0.5) contrast(0.95) brightness(0.9);
}
.willow::before {
  background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
  mix-blend-mode: overlay;
}
.willow::after {
  background-color: #d8cdcb;
  mix-blend-mode: color;
}
.rise {
  filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
}
.rise::after {
  background: radial-gradient(
    circle,
    rgba(232, 197, 152, 0.8),
    transparent 90%
  );
  mix-blend-mode: overlay;
  opacity: 0.6;
}
.rise::before {
  background: radial-gradient(
    circle,
    rgba(236, 205, 169, 0.15) 55%,
    rgba(50, 30, 7, 0.4)
  );
  mix-blend-mode: multiply;
}
._1977:after,
._1977:before,
.aden:after,
.aden:before,
.brooklyn:after,
.brooklyn:before,
.clarendon:after,
.clarendon:before,
.earlybird:after,
.earlybird:before,
.gingham:after,
.gingham:before,
.hudson:after,
.hudson:before,
.inkwell:after,
.inkwell:before,
.lark:after,
.lark:before,
.lofi:after,
.lofi:before,
.mayfair:after,
.mayfair:before,
.moon:after,
.moon:before,
.nashville:after,
.nashville:before,
.perpetua:after,
.perpetua:before,
.reyes:after,
.reyes:before,
.rise:after,
.rise:before,
.slumber:after,
.slumber:before,
.toaster:after,
.toaster:before,
.walden:after,
.walden:before,
.willow:after,
.willow:before,
.xpro2:after,
.xpro2:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}
._1977,
.aden,
.brooklyn,
.clarendon,
.earlybird,
.gingham,
.hudson,
.inkwell,
.lark,
.lofi,
.mayfair,
.moon,
.nashville,
.perpetua,
.reyes,
.rise,
.slumber,
.toaster,
.walden,
.willow,
.xpro2 {
  position: relative;
}
._1977 img,
.aden img,
.brooklyn img,
.clarendon img,
.earlybird img,
.gingham img,
.hudson img,
.inkwell img,
.lark img,
.lofi img,
.mayfair img,
.moon img,
.nashville img,
.perpetua img,
.reyes img,
.rise img,
.slumber img,
.toaster img,
.walden img,
.willow img,
.xpro2 img {
  width: 100%;
  z-index: 1;
}
._1977:before,
.aden:before,
.brooklyn:before,
.clarendon:before,
.earlybird:before,
.gingham:before,
.hudson:before,
.inkwell:before,
.lark:before,
.lofi:before,
.mayfair:before,
.moon:before,
.nashville:before,
.perpetua:before,
.reyes:before,
.rise:before,
.slumber:before,
.toaster:before,
.walden:before,
.willow:before,
.xpro2:before {
  z-index: 2;
}
._1977:after,
.aden:after,
.brooklyn:after,
.clarendon:after,
.earlybird:after,
.gingham:after,
.hudson:after,
.inkwell:after,
.lark:after,
.lofi:after,
.mayfair:after,
.moon:after,
.nashville:after,
.perpetua:after,
.reyes:after,
.rise:after,
.slumber:after,
.toaster:after,
.walden:after,
.willow:after,
.xpro2:after {
  z-index: 3;
}
.slumber {
  filter: saturate(0.66) brightness(1.05);
}
.slumber::after {
  background: rgba(125, 105, 24, 0.5);
  mix-blend-mode: soft-light;
}
.slumber::before {
  background: rgba(69, 41, 12, 0.4);
  mix-blend-mode: lighten;
}
.tp-kbimg-wrap:after,
.tp-kbimg-wrap:before {
  height: 500%;
  width: 500%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084b4 !important;
}
.tp-caption.Twitter-Content a:hover {
  color: #0084b4 !important;
  text-decoration: underline !important;
}
.medium_grey,
.tp-caption.medium_grey {
  background-color: #888;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  padding: 2px 4px;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
.small_text,
.tp-caption.small_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
.medium_text,
.tp-caption.medium_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
.large_text,
.tp-caption.large_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
.tp-caption.very_large_text,
.very_large_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 60px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
.tp-caption.very_big_white,
.very_big_white {
  background-color: #000;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  margin: 0;
  padding: 1px 4px 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}
.tp-caption.very_big_black,
.very_big_black {
  background-color: #fff;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: Arial;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
  padding: 1px 4px 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}
.modern_medium_fat,
.tp-caption.modern_medium_fat {
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}
.modern_medium_fat_white,
.tp-caption.modern_medium_fat_white {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}
.modern_medium_light,
.tp-caption.modern_medium_light {
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}
.modern_big_bluebg,
.tp-caption.modern_big_bluebg {
  background-color: #4e5b6c;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0;
  padding: 3px 10px;
  position: absolute;
  text-shadow: none;
}
.modern_big_redbg,
.tp-caption.modern_big_redbg {
  background-color: #de543e;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0;
  padding: 1px 10px 3px;
  position: absolute;
  text-shadow: none;
}
.modern_small_text_dark,
.tp-caption.modern_small_text_dark {
  border-style: none;
  border-width: 0;
  color: #555;
  font-family: Arial;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}
.boxshadow,
.tp-caption.boxshadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.black,
.tp-caption.black {
  color: #000;
  text-shadow: none;
}
.noshadow,
.tp-caption.noshadow {
  text-shadow: none;
}
.thinheadline_dark,
.tp-caption.thinheadline_dark {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  position: absolute;
  text-shadow: none;
}
.thintext_dark,
.tp-caption.thintext_dark {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  position: absolute;
  text-shadow: none;
}
.largeblackbg,
.tp-caption.largeblackbg {
  background-color: #000;
  border-radius: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}
.largepinkbg,
.tp-caption.largepinkbg {
  background-color: #db4360;
  border-radius: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}
.largewhitebg,
.tp-caption.largewhitebg {
  background-color: #fff;
  border-radius: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}
.largegreenbg,
.tp-caption.largegreenbg {
  background-color: #67ae73;
  border-radius: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}
.excerpt,
.tp-caption.excerpt {
  background-color: rgba(0, 0, 0, 1);
  border-color: #fff;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 36px;
  font-weight: 700;
  height: auto;
  letter-spacing: -1.5px;
  line-height: 36px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
  white-space: normal !important;
  width: 150px;
}
.large_bold_grey,
.tp-caption.large_bold_grey {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #666;
  font-family: "Open Sans";
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
}
.medium_thin_grey,
.tp-caption.medium_thin_grey {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #666;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
}
.small_thin_grey,
.tp-caption.small_thin_grey {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #757575;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
}
.lightgrey_divider,
.tp-caption.lightgrey_divider {
  background-color: rgba(235, 235, 235, 1);
  background-position: initial;
  background-repeat: initial;
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 3px;
  text-decoration: none;
  width: 370px;
}
.large_bold_darkblue,
.tp-caption.large_bold_darkblue {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #34495e;
  font-family: "Open Sans";
  font-size: 58px;
  font-weight: 800;
  line-height: 60px;
  text-decoration: none;
}
.medium_bg_darkblue,
.tp-caption.medium_bg_darkblue {
  background-color: #34495e;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}
.medium_bold_red,
.tp-caption.medium_bold_red {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #e33a0c;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}
.medium_light_red,
.tp-caption.medium_light_red {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #e33a0c;
  font-family: "Open Sans";
  font-size: 21px;
  font-weight: 300;
  line-height: 26px;
  padding: 0;
  text-decoration: none;
}
.medium_bg_red,
.tp-caption.medium_bg_red {
  background-color: #e33a0c;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}
.medium_bold_orange,
.tp-caption.medium_bold_orange {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #f39c12;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  text-decoration: none;
}
.medium_bg_orange,
.tp-caption.medium_bg_orange {
  background-color: #f39c12;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}
.grassfloor,
.tp-caption.grassfloor {
  background-color: rgba(160, 179, 151, 1);
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 150px;
  text-decoration: none;
  width: 4000px;
}
.large_bold_white,
.tp-caption.large_bold_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 58px;
  font-weight: 800;
  line-height: 60px;
  text-decoration: none;
}
.medium_light_white,
.tp-caption.medium_light_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  padding: 0;
  text-decoration: none;
}
.mediumlarge_light_white,
.tp-caption.mediumlarge_light_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  padding: 0;
  text-decoration: none;
}
.mediumlarge_light_white_center,
.tp-caption.mediumlarge_light_white_center {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
.medium_bg_asbestos,
.tp-caption.medium_bg_asbestos {
  background-color: #7f8c8d;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}
.medium_light_black,
.tp-caption.medium_light_black {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  padding: 0;
  text-decoration: none;
}
.large_bold_black,
.tp-caption.large_bold_black {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 58px;
  font-weight: 800;
  line-height: 60px;
  text-decoration: none;
}
.mediumlarge_light_darkblue,
.tp-caption.mediumlarge_light_darkblue {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #34495e;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  padding: 0;
  text-decoration: none;
}
.small_light_white,
.tp-caption.small_light_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
  padding: 0;
  text-decoration: none;
}
.roundedimage,
.tp-caption.roundedimage {
  border-color: #222;
  border-style: none;
  border-width: 0;
}
.large_bg_black,
.tp-caption.large_bg_black {
  background-color: #000;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  padding: 10px 20px 15px;
  text-decoration: none;
}
.mediumwhitebg,
.tp-caption.mediumwhitebg {
  background-color: #fff;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  padding: 5px 15px 10px;
  text-decoration: none;
  text-shadow: none;
}
.maincaption,
.tp-caption.maincaption {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #212a40;
  font-family: roboto;
  font-size: 33px;
  font-weight: 500;
  line-height: 43px;
  text-decoration: none;
  text-shadow: none;
}
.miami_title_60px,
.tp-caption.miami_title_60px {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Source Sans Pro";
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 60px;
  text-decoration: none;
  text-shadow: none;
}
.miami_subtitle,
.tp-caption.miami_subtitle {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Source Sans Pro";
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 24px;
  text-decoration: none;
  text-shadow: none;
}
.divideline30px,
.tp-caption.divideline30px {
  background: #fff;
  background-color: #fff;
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 2px;
  min-width: 30px;
  text-decoration: none;
}
.Miami_nostyle,
.tp-caption.Miami_nostyle {
  border-color: #222;
  border-style: none;
  border-width: 0;
}
.miami_content_light,
.tp-caption.miami_content_light {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Source Sans Pro";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  text-shadow: none;
}
.miami_title_60px_dark,
.tp-caption.miami_title_60px_dark {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #333;
  font-family: "Source Sans Pro";
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 60px;
  text-decoration: none;
  text-shadow: none;
}
.miami_content_dark,
.tp-caption.miami_content_dark {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #666;
  font-family: "Source Sans Pro";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  text-shadow: none;
}
.divideline30px_dark,
.tp-caption.divideline30px_dark {
  background-color: #333;
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 2px;
  min-width: 30px;
  text-decoration: none;
}
.ellipse70px,
.tp-caption.ellipse70px {
  background-color: rgba(0, 0, 0, 0.14902);
  border-color: #222;
  border-radius: 50px 50px 50px 50px;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  line-height: 1px;
  min-height: 70px;
  min-width: 70px;
  text-decoration: none;
}
.arrowicon,
.tp-caption.arrowicon {
  border-color: #222;
  border-style: none;
  border-width: 0;
  line-height: 1px;
}
.MarkerDisplay,
.tp-caption.MarkerDisplay {
  background-color: transparent;
  border-color: #000;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  font-family: "Permanent Marker";
  font-style: normal;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}
.Restaurant-Display,
.tp-caption.Restaurant-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: 120px;
  padding: 0;
  text-decoration: none;
}
.Restaurant-Cursive,
.tp-caption.Restaurant-Cursive {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Nothing you could do";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}
.Restaurant-ScrollDownText,
.tp-caption.Restaurant-ScrollDownText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 0;
  text-decoration: none;
}
.Restaurant-Description,
.tp-caption.Restaurant-Description {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}
.Restaurant-Price,
.tp-caption.Restaurant-Price {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}
.Restaurant-Menuitem,
.tp-caption.Restaurant-Menuitem {
  background-color: rgba(0, 0, 0, 1);
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}
.Furniture-LogoText,
.tp-caption.Furniture-LogoText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(230, 207, 163, 1);
  font-family: Raleway;
  font-size: 160px;
  font-style: normal;
  font-weight: 300;
  line-height: 150px;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}
.Furniture-Plus,
.tp-caption.Furniture-Plus {
  background-color: rgba(255, 255, 255, 1);
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: none;
  border-width: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
  color: rgba(230, 207, 163, 1);
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 6px 7px 4px;
  text-decoration: none;
  text-shadow: none;
}
.Furniture-Title,
.tp-caption.Furniture-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(0, 0, 0, 1);
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}
.Furniture-Subtitle,
.tp-caption.Furniture-Subtitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(0, 0, 0, 1);
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}
.Gym-Display,
.tp-caption.Gym-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 70px;
  padding: 0;
  text-decoration: none;
}
.Gym-Subline,
.tp-caption.Gym-Subline {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 5px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}
.Gym-SmallText,
.tp-caption.Gym-SmallText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 22;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}
.Fashion-SmallText,
.tp-caption.Fashion-SmallText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
}
.Fashion-BigDisplay,
.tp-caption.Fashion-BigDisplay {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(0, 0, 0, 1);
  font-family: Raleway;
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 60px;
  padding: 0;
  text-decoration: none;
}
.Fashion-TextBlock,
.tp-caption.Fashion-TextBlock {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(0, 0, 0, 1);
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 40px;
  padding: 0;
  text-decoration: none;
}
.Sports-Display,
.tp-caption.Sports-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 130px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 13px;
  line-height: 130px;
  padding: 0;
  text-decoration: none;
}
.Sports-DisplayFat,
.tp-caption.Sports-DisplayFat {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 130px;
  font-style: normal;
  font-weight: 900;
  line-height: 130px;
  padding: 0;
  text-decoration: none;
}
.Sports-Subline,
.tp-caption.Sports-Subline {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(0, 0, 0, 1);
  font-family: Raleway;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 32px;
  padding: 0;
  text-decoration: none;
}
.Instagram-Caption,
.tp-caption.Instagram-Caption {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
}
.News-Title,
.tp-caption.News-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: "Roboto Slab";
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  padding: 0;
  text-decoration: none;
}
.News-Subtitle,
.tp-caption.News-Subtitle {
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: "Roboto Slab";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  padding: 0;
  text-decoration: none;
}
.News-Subtitle:hover,
.tp-caption.News-Subtitle:hover {
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}
.Photography-Display,
.tp-caption.Photography-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 80px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 5px;
  line-height: 70px;
  padding: 0;
  text-decoration: none;
}
.Photography-Subline,
.tp-caption.Photography-Subline {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(119, 119, 119, 1);
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}
.Photography-ImageHover,
.tp-caption.Photography-ImageHover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22;
  padding: 0;
  text-decoration: none;
}
.Photography-ImageHover:hover,
.tp-caption.Photography-ImageHover:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.Photography-Menuitem,
.tp-caption.Photography-Menuitem {
  background-color: rgba(0, 0, 0, 0.65);
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 3px 5px 3px 8px;
  text-decoration: none;
}
.Photography-Menuitem:hover,
.tp-caption.Photography-Menuitem:hover {
  background-color: rgba(0, 255, 222, 0.65);
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.Photography-Textblock,
.tp-caption.Photography-Textblock {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}
.Photography-Subline-2,
.tp-caption.Photography-Subline-2 {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 0.35);
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}
.Photography-ImageHover2,
.tp-caption.Photography-ImageHover2 {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22;
  padding: 0;
  text-decoration: none;
}
.Photography-ImageHover2:hover,
.tp-caption.Photography-ImageHover2:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.WebProduct-Title,
.tp-caption.WebProduct-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(51, 51, 51, 1);
  font-family: Raleway;
  font-size: 90px;
  font-style: normal;
  font-weight: 100;
  line-height: 90px;
  padding: 0;
  text-decoration: none;
}
.WebProduct-SubTitle,
.tp-caption.WebProduct-SubTitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(153, 153, 153, 1);
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
}
.WebProduct-Content,
.tp-caption.WebProduct-Content {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(153, 153, 153, 1);
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 0;
  text-decoration: none;
}
.WebProduct-Menuitem,
.tp-caption.WebProduct-Menuitem {
  background-color: rgba(51, 51, 51, 1);
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 3px 5px 3px 8px;
  text-align: left;
  text-decoration: none;
}
.WebProduct-Menuitem:hover,
.tp-caption.WebProduct-Menuitem:hover {
  background-color: rgba(255, 255, 255, 1);
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(153, 153, 153, 1);
  text-decoration: none;
}
.WebProduct-Title-Light,
.tp-caption.WebProduct-Title-Light {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 90px;
  font-style: normal;
  font-weight: 100;
  line-height: 90px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.WebProduct-SubTitle-Light,
.tp-caption.WebProduct-SubTitle-Light {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 0.35);
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.WebProduct-Content-Light,
.tp-caption.WebProduct-Content-Light {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 0.65);
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.FatRounded,
.tp-caption.FatRounded {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(211, 211, 211, 1);
  border-radius: 50px 50px 50px 50px;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  padding: 20px 22px 20px 25px;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}
.FatRounded:hover,
.tp-caption.FatRounded:hover {
  background-color: rgba(0, 0, 0, 1);
  border-color: rgba(211, 211, 211, 1);
  border-radius: 50px 50px 50px 50px;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.NotGeneric-Title,
.tp-caption.NotGeneric-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 70px;
  font-style: normal;
  font-weight: 800;
  line-height: 70px;
  padding: 10px 0;
  text-decoration: none;
}
.NotGeneric-SubTitle,
.tp-caption.NotGeneric-SubTitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.NotGeneric-CallToAction,
.tp-caption.NotGeneric-CallToAction {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}
.NotGeneric-CallToAction:hover,
.tp-caption.NotGeneric-CallToAction:hover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 1);
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.NotGeneric-Icon,
.tp-caption.NotGeneric-Icon {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.NotGeneric-Menuitem,
.tp-caption.NotGeneric-Menuitem {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 27px 30px;
  text-align: left;
  text-decoration: none;
}
.NotGeneric-Menuitem:hover,
.tp-caption.NotGeneric-Menuitem:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 1);
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.MarkerStyle,
.tp-caption.MarkerStyle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: "Permanent Marker";
  font-size: 17px;
  font-style: normal;
  font-weight: 100;
  line-height: 30px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.Gym-Menuitem,
.tp-caption.Gym-Menuitem {
  background-color: rgba(0, 0, 0, 1);
  border-color: rgba(255, 255, 255, 0);
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 3px 5px 3px 8px;
  text-align: left;
  text-decoration: none;
}
.Gym-Menuitem:hover,
.tp-caption.Gym-Menuitem:hover {
  background-color: rgba(0, 0, 0, 1);
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.Newspaper-Button,
.tp-caption.Newspaper-Button {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: rgba(255, 255, 255, 1);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}
.Newspaper-Button:hover,
.tp-caption.Newspaper-Button:hover {
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1);
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}
.Newspaper-Subtitle,
.tp-caption.Newspaper-Subtitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(168, 216, 238, 1);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.Newspaper-Title,
.tp-caption.Newspaper-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: "Roboto Slab";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  padding: 0 0 10px;
  text-align: left;
  text-decoration: none;
}
.Newspaper-Title-Centered,
.tp-caption.Newspaper-Title-Centered {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: "Roboto Slab";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  padding: 0 0 10px;
  text-align: center;
  text-decoration: none;
}
.Hero-Button,
.tp-caption.Hero-Button {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}
.Hero-Button:hover,
.tp-caption.Hero-Button:hover {
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1);
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}
.Video-Title,
.tp-caption.Video-Title {
  background-color: rgba(0, 0, 0, 1);
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  padding: 5px;
  text-align: left;
  text-decoration: none;
}
.Video-SubTitle,
.tp-caption.Video-SubTitle {
  background-color: rgba(0, 0, 0, 0.35);
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 12px;
  padding: 5px;
  text-align: left;
  text-decoration: none;
}
.NotGeneric-Button,
.tp-caption.NotGeneric-Button {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}
.NotGeneric-Button:hover,
.tp-caption.NotGeneric-Button:hover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 1);
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.NotGeneric-BigButton,
.tp-caption.NotGeneric-BigButton {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 27px 30px;
  text-align: left;
  text-decoration: none;
}
.NotGeneric-BigButton:hover,
.tp-caption.NotGeneric-BigButton:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 1);
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.WebProduct-Button,
.tp-caption.WebProduct-Button {
  background-color: rgba(51, 51, 51, 1);
  border-color: rgba(0, 0, 0, 1);
  border-radius: 0;
  border-style: none;
  border-width: 2px;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 48px;
  padding: 0 40px;
  text-align: left;
  text-decoration: none;
}
.WebProduct-Button:hover,
.tp-caption.WebProduct-Button:hover {
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(0, 0, 0, 1);
  border-radius: 0;
  border-style: none;
  border-width: 2px;
  color: rgba(51, 51, 51, 1);
  text-decoration: none;
}
.Restaurant-Button,
.tp-caption.Restaurant-Button {
  background-color: rgba(10, 10, 10, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  color: rgba(255, 255, 255, 1);
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}
.Restaurant-Button:hover,
.tp-caption.Restaurant-Button:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 224, 129, 1);
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.Gym-Button,
.tp-caption.Gym-Button {
  background-color: rgba(139, 192, 39, 1);
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 13px 35px;
  text-align: left;
  text-decoration: none;
}
.Gym-Button:hover,
.tp-caption.Gym-Button:hover {
  background-color: rgba(114, 168, 0, 1);
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.Gym-Button-Light,
.tp-caption.Gym-Button-Light {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}
.Gym-Button-Light:hover,
.tp-caption.Gym-Button-Light:hover {
  background-color: rgba(114, 168, 0, 0);
  border-color: rgba(139, 192, 39, 1);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.Sports-Button-Light,
.tp-caption.Sports-Button-Light {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}
.Sports-Button-Light:hover,
.tp-caption.Sports-Button-Light:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 1);
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.Sports-Button-Red,
.tp-caption.Sports-Button-Red {
  background-color: rgba(219, 28, 34, 1);
  border-color: rgba(219, 28, 34, 0);
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}
.Sports-Button-Red:hover,
.tp-caption.Sports-Button-Red:hover {
  background-color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, 1);
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.Photography-Button,
.tp-caption.Photography-Button {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 1px;
  color: rgba(255, 255, 255, 1);
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 13px 35px;
  text-align: left;
  text-decoration: none;
}
.Photography-Button:hover,
.tp-caption.Photography-Button:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 1);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 1px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.Newspaper-Button-2,
.tp-caption.Newspaper-Button-2 {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  color: rgba(255, 255, 255, 1);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: 15px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}
.Newspaper-Button-2:hover,
.tp-caption.Newspaper-Button-2:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 1);
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.Feature-Tour,
.tp-caption.Feature-Tour {
  background-color: rgba(139, 192, 39, 1);
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 17px 35px;
  text-align: left;
  text-decoration: none;
}
.Feature-Tour:hover,
.tp-caption.Feature-Tour:hover {
  background-color: rgba(114, 168, 0, 1);
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.Feature-Examples,
.tp-caption.Feature-Examples {
  background-color: transparent;
  border-color: rgba(33, 42, 64, 0.15);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: rgba(33, 42, 64, 0.5);
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 15px 35px;
  text-align: left;
  text-decoration: none;
}
.Feature-Examples:hover,
.tp-caption.Feature-Examples:hover {
  background-color: transparent;
  border-color: rgba(139, 192, 39, 1);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: rgba(139, 192, 39, 1);
  text-decoration: none;
}
.subcaption,
.tp-caption.subcaption {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 1);
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(111, 124, 130, 1);
  font-family: roboto;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}
.menutab,
.tp-caption.menutab {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 1);
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(41, 46, 49, 1);
  font-family: roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}
.menutab:hover,
.tp-caption.menutab:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(213, 0, 0, 1);
  text-decoration: none;
}
.maincontent,
.tp-caption.maincontent {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 1);
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(41, 46, 49, 1);
  font-family: roboto;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}
.minitext,
.tp-caption.minitext {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 1);
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(185, 186, 187, 1);
  font-family: roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}
.Feature-Buy,
.tp-caption.Feature-Buy {
  background-color: rgba(0, 154, 238, 1);
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 17px 35px;
  text-align: left;
  text-decoration: none;
}
.Feature-Buy:hover,
.tp-caption.Feature-Buy:hover {
  background-color: rgba(0, 133, 214, 1);
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.Feature-Examples-Light,
.tp-caption.Feature-Examples-Light {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: rgba(255, 255, 255, 1);
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 15px 35px;
  text-align: left;
  text-decoration: none;
}
.Feature-Examples-Light:hover,
.tp-caption.Feature-Examples-Light:hover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 1);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.Facebook-Likes,
.tp-caption.Facebook-Likes {
  background-color: rgba(59, 89, 153, 1);
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 5px 15px;
  text-align: left;
  text-decoration: none;
}
.Twitter-Favorites,
.tp-caption.Twitter-Favorites {
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(136, 153, 166, 1);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.Twitter-Link,
.tp-caption.Twitter-Link {
  background-color: rgba(255, 255, 255, 1);
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: none;
  border-width: 0;
  color: rgba(135, 153, 165, 1);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  padding: 11px 11px 9px;
  text-align: left;
  text-decoration: none;
}
.Twitter-Link:hover,
.tp-caption.Twitter-Link:hover {
  background-color: rgba(0, 132, 180, 1);
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.Twitter-Retweet,
.tp-caption.Twitter-Retweet {
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(136, 153, 166, 1);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.Twitter-Content,
.tp-caption.Twitter-Content {
  background-color: rgba(255, 255, 255, 1);
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(41, 47, 51, 1);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding: 30px 30px 70px;
  text-align: left;
  text-decoration: none;
}
.revtp-form input[type="email"],
.revtp-form input[type="text"],
.revtp-searchform input[type="email"],
.revtp-searchform input[type="text"] {
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #000;
  background-color: #fff;
  line-height: 46px;
  padding: 0 20px;
  cursor: text;
  border: 0;
  width: 400px;
  margin-bottom: 0;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 0;
}
.BigBold-Title,
.tp-caption.BigBold-Title {
  color: rgba(255, 255, 255, 1);
  font-size: 110px;
  line-height: 100px;
  font-weight: 800;
  font-style: normal;
  font-family: Raleway;
  padding: 10px 0 10px 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.BigBold-SubTitle,
.tp-caption.BigBold-SubTitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
  letter-spacing: 1px;
}
.BigBold-Button,
.tp-caption.BigBold-Button {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 15px 50px 15px 50px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  text-align: left;
  letter-spacing: 1px;
}
.BigBold-Button:hover,
.tp-caption.BigBold-Button:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
}
.FoodCarousel-Content,
.tp-caption.FoodCarousel-Content {
  color: rgba(41, 46, 49, 1);
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 30px 30px 30px 30px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(41, 46, 49, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  text-align: left;
}
.FoodCarousel-Button,
.tp-caption.FoodCarousel-Button {
  color: rgba(41, 46, 49, 1);
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 15px 70px 15px 50px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(41, 46, 49, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  text-align: left;
  letter-spacing: 1px;
}
.FoodCarousel-Button:hover,
.tp-caption.FoodCarousel-Button:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: rgba(41, 46, 49, 1);
  border-color: rgba(41, 46, 49, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
}
.FoodCarousel-CloseButton,
.tp-caption.FoodCarousel-CloseButton {
  color: rgba(41, 46, 49, 1);
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 14px 14px 14px 16px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(41, 46, 49, 0);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: left;
  letter-spacing: 1px;
}
.FoodCarousel-CloseButton:hover,
.tp-caption.FoodCarousel-CloseButton:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: rgba(41, 46, 49, 1);
  border-color: rgba(41, 46, 49, 0);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
}
.Video-SubTitle,
.tp-caption.Video-SubTitle {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  font-style: normal;
  font-family: Raleway;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.35);
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  letter-spacing: 2px;
  text-align: left;
}
.Video-Title,
.tp-caption.Video-Title {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  font-style: normal;
  font-family: Raleway;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 1);
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.Travel-BigCaption,
.tp-caption.Travel-BigCaption {
  color: rgba(255, 255, 255, 1);
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.Travel-SmallCaption,
.tp-caption.Travel-SmallCaption {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.Travel-CallToAction,
.tp-caption.Travel-CallToAction {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 20px 12px 20px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-width: 2px;
  border-radius: 5px 5px 5px 5px;
  text-align: left;
  letter-spacing: 1px;
}
.Travel-CallToAction:hover,
.tp-caption.Travel-CallToAction:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-width: 2px;
  border-radius: 5px 5px 5px 5px;
}
.RotatingWords-TitleWhite,
.tp-caption.RotatingWords-TitleWhite {
  color: rgba(255, 255, 255, 1);
  font-size: 70px;
  line-height: 70px;
  font-weight: 800;
  font-style: normal;
  font-family: Raleway;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.RotatingWords-Button,
.tp-caption.RotatingWords-Button {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 20px 50px 20px 50px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.15);
  border-style: solid;
  border-width: 2px;
  border-radius: 0;
  text-align: left;
  letter-spacing: 3px;
}
.RotatingWords-Button:hover,
.tp-caption.RotatingWords-Button:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-width: 2px;
  border-radius: 0;
}
.RotatingWords-SmallText,
.tp-caption.RotatingWords-SmallText {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
  text-shadow: none;
}
.ContentZoom-SmallTitle,
.tp-caption.ContentZoom-SmallTitle {
  color: rgba(41, 46, 49, 1);
  font-size: 33px;
  line-height: 45px;
  font-weight: 600;
  font-style: normal;
  font-family: Raleway;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.ContentZoom-SmallSubtitle,
.tp-caption.ContentZoom-SmallSubtitle {
  color: rgba(111, 124, 130, 1);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-style: normal;
  font-family: Raleway;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.ContentZoom-SmallIcon,
.tp-caption.ContentZoom-SmallIcon {
  color: rgba(41, 46, 49, 1);
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.ContentZoom-SmallIcon:hover,
.tp-caption.ContentZoom-SmallIcon:hover {
  color: rgba(111, 124, 130, 1);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
}
.ContentZoom-DetailTitle,
.tp-caption.ContentZoom-DetailTitle {
  color: rgba(41, 46, 49, 1);
  font-size: 70px;
  line-height: 70px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.ContentZoom-DetailSubTitle,
.tp-caption.ContentZoom-DetailSubTitle {
  color: rgba(111, 124, 130, 1);
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.ContentZoom-DetailContent,
.tp-caption.ContentZoom-DetailContent {
  color: rgba(111, 124, 130, 1);
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.ContentZoom-Button,
.tp-caption.ContentZoom-Button {
  color: rgba(41, 46, 49, 1);
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 15px 50px 15px 50px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(41, 46, 49, 0.5);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  text-align: left;
  letter-spacing: 1px;
}
.ContentZoom-Button:hover,
.tp-caption.ContentZoom-Button:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: rgba(41, 46, 49, 1);
  border-color: rgba(41, 46, 49, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
}
.ContentZoom-ButtonClose,
.tp-caption.ContentZoom-ButtonClose {
  color: rgba(41, 46, 49, 1);
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 14px 14px 14px 16px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(41, 46, 49, 0.5);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: left;
  letter-spacing: 1px;
}
.ContentZoom-ButtonClose:hover,
.tp-caption.ContentZoom-ButtonClose:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: rgba(41, 46, 49, 1);
  border-color: rgba(41, 46, 49, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
}
.Newspaper-Title,
.tp-caption.Newspaper-Title {
  color: rgba(255, 255, 255, 1);
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto Slab";
  padding: 0 0 10px 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.Newspaper-Subtitle,
.tp-caption.Newspaper-Subtitle {
  color: rgba(168, 216, 238, 1);
  font-size: 15px;
  line-height: 20px;
  font-weight: 900;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.Newspaper-Button,
.tp-caption.Newspaper-Button {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 35px 12px 35px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  letter-spacing: 2px;
  text-align: left;
}
.Newspaper-Button:hover,
.tp-caption.Newspaper-Button:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
}
.rtwhitemedium,
.tp-caption.rtwhitemedium {
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border-width: 0;
  border-color: #000;
  border-style: none;
  text-shadow: none;
}
@media only screen and (max-width: 767px) {
  .revtp-form input[type="email"],
  .revtp-form input[type="text"],
  .revtp-searchform input[type="email"],
  .revtp-searchform input[type="text"] {
    width: 200px !important;
  }
}
.revtp-form input[type="submit"],
.revtp-searchform input[type="submit"] {
  font-family: Arial, sans-serif;
  line-height: 46px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  padding: 0 20px;
  border: 0;
  background: #009aee;
  color: #fff;
  border-radius: 0;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084b4 !important;
}
.tp-caption.Twitter-Content a:hover {
  color: #0084b4 !important;
  text-decoration: underline !important;
}
.Concept-Title,
.tp-caption.Concept-Title {
  color: rgba(255, 255, 255, 1);
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  font-style: normal;
  font-family: "Roboto Condensed";
  padding: 0 0 10px 0;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  letter-spacing: 5px;
}
.Concept-SubTitle,
.tp-caption.Concept-SubTitle {
  color: rgba(255, 255, 255, 0.65);
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  font-style: italic;
  font-family: "" Playfair Display "";
  padding: 0 0 10px 0;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
}
.Concept-Content,
.tp-caption.Concept-Content {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto Condensed";
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 1);
  border-style: none;
  border-width: 2px;
  border-radius: 0;
}
.Concept-MoreBtn,
.tp-caption.Concept-MoreBtn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 10px 8px 7px 10px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0;
  border-radius: 50px 50px 50px 50px;
  letter-spacing: 1px;
  text-align: left;
}
.Concept-MoreBtn:hover,
.tp-caption.Concept-MoreBtn:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0;
  border-radius: 50px 50px 50px 50px;
}
.Concept-LessBtn,
.tp-caption.Concept-LessBtn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 10px 8px 7px 10px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 1);
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0;
  border-radius: 50px 50px 50px 50px;
  letter-spacing: 1px;
  text-align: left;
}
.Concept-LessBtn:hover,
.tp-caption.Concept-LessBtn:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0;
  border-radius: 50px 50px 50px 50px;
}
.Concept-SubTitle-Dark,
.tp-caption.Concept-SubTitle-Dark {
  color: rgba(0, 0, 0, 0.65);
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  font-style: italic;
  font-family: "Playfair Display";
  padding: 0 0 10px 0;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
}
.Concept-Title-Dark,
.tp-caption.Concept-Title-Dark {
  color: rgba(0, 0, 0, 1);
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  font-style: normal;
  font-family: "Roboto Condensed";
  padding: 0 0 10px 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  letter-spacing: 5px;
}
.Concept-MoreBtn-Dark,
.tp-caption.Concept-MoreBtn-Dark {
  color: rgba(0, 0, 0, 1);
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 10px 8px 7px 10px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0;
  border-radius: 50px 50px 50px 50px;
  letter-spacing: 1px;
  text-align: left;
}
.Concept-MoreBtn-Dark:hover,
.tp-caption.Concept-MoreBtn-Dark:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: rgba(0, 0, 0, 1);
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0;
  border-radius: 50px 50px 50px 50px;
}
.Concept-Content-Dark,
.tp-caption.Concept-Content-Dark {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto Condensed";
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 1);
  border-style: none;
  border-width: 2px;
  border-radius: 0;
}
.Concept-Notice,
.tp-caption.Concept-Notice {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto Condensed";
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 1);
  border-style: none;
  border-width: 2px;
  border-radius: 0;
  letter-spacing: 2px;
}
.tp-caption.Concept-Content a,
.tp-caption.Concept-Content a:visited {
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
  font-weight: 700 !important;
}
.tp-caption.Concept-Content a:hover {
  border-bottom: 1px solid transparent !important;
}
.tp-caption.Concept-Content-Dark a,
.tp-caption.Concept-Content-Dark a:visited {
  color: #000 !important;
  border-bottom: 1px solid #000 !important;
  font-weight: 700 !important;
}
.tp-caption.Concept-Content-Dark a:hover {
  border-bottom: 1px solid transparent !important;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084b4 !important;
}
.tp-caption.Twitter-Content a:hover {
  color: #0084b4 !important;
  text-decoration: underline !important;
}
.Creative-Title,
.tp-caption.Creative-Title {
  color: rgba(255, 255, 255, 1);
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
  font-style: normal;
  font-family: "Playfair Display";
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
}
.Creative-SubTitle,
.tp-caption.Creative-SubTitle {
  color: rgba(205, 176, 131, 1);
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  letter-spacing: 2px;
}
.Creative-Button,
.tp-caption.Creative-Button {
  color: rgba(205, 176, 131, 1);
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 15px 50px 15px 50px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(205, 176, 131, 0.25);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  letter-spacing: 2px;
}
.Creative-Button:hover,
.tp-caption.Creative-Button:hover {
  color: rgba(205, 176, 131, 1);
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(205, 176, 131, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
}
.subcaption,
.tp-caption.subcaption {
  color: rgba(111, 124, 130, 1);
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  font-family: roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 1);
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  text-align: left;
}
.RedDot,
.tp-caption.RedDot {
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  font-style: normal;
  padding: 0;
  text-decoration: none;
  text-align: left;
  background-color: rgba(213, 0, 0, 1);
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-width: 5px;
  border-radius: 50px 50px 50px 50px;
}
.RedDot:hover,
.tp-caption.RedDot:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.75);
  border-color: rgba(213, 0, 0, 1);
  border-style: solid;
  border-width: 5px;
  border-radius: 50px 50px 50px 50px;
}
.SlidingOverlays-Title,
.tp-caption.SlidingOverlays-Title {
  color: rgba(255, 255, 255, 1);
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: "Playfair Display";
  padding: 0;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
}
.SlidingOverlays-Title,
.tp-caption.SlidingOverlays-Title {
  color: rgba(255, 255, 255, 1);
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: "Playfair Display";
  padding: 0;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
}
.Woo-TitleLarge,
.tp-caption.Woo-TitleLarge {
  color: rgba(0, 0, 0, 1);
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-family: "Playfair Display";
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.Woo-Rating,
.tp-caption.Woo-Rating {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.Woo-SubTitle,
.tp-caption.Woo-SubTitle {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
  letter-spacing: 2px;
}
.Woo-PriceLarge,
.tp-caption.Woo-PriceLarge {
  color: rgba(0, 0, 0, 1);
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.Woo-ProductInfo,
.tp-caption.Woo-ProductInfo {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 75px 12px 50px;
  text-decoration: none;
  background-color: rgba(254, 207, 114, 1);
  border-color: rgba(0, 0, 0, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
}
.Woo-ProductInfo:hover,
.tp-caption.Woo-ProductInfo:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  background-color: rgba(243, 168, 71, 1);
  border-color: rgba(0, 0, 0, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
}
.Woo-AddToCart,
.tp-caption.Woo-AddToCart {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 35px 12px 35px;
  text-decoration: none;
  background-color: rgba(254, 207, 114, 1);
  border-color: rgba(0, 0, 0, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
}
.Woo-AddToCart:hover,
.tp-caption.Woo-AddToCart:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  background-color: rgba(243, 168, 71, 1);
  border-color: rgba(0, 0, 0, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
}
.Woo-TitleLarge,
.tp-caption.Woo-TitleLarge {
  color: rgba(0, 0, 0, 1);
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-family: "Playfair Display";
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.Woo-SubTitle,
.tp-caption.Woo-SubTitle {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
  letter-spacing: 2px;
}
.Woo-PriceLarge,
.tp-caption.Woo-PriceLarge {
  color: rgba(0, 0, 0, 1);
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.Woo-ProductInfo,
.tp-caption.Woo-ProductInfo {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 75px 12px 50px;
  text-decoration: none;
  background-color: rgba(254, 207, 114, 1);
  border-color: rgba(0, 0, 0, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
}
.Woo-ProductInfo:hover,
.tp-caption.Woo-ProductInfo:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  background-color: rgba(243, 168, 71, 1);
  border-color: rgba(0, 0, 0, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
}
.Woo-AddToCart,
.tp-caption.Woo-AddToCart {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 35px 12px 35px;
  text-decoration: none;
  background-color: rgba(254, 207, 114, 1);
  border-color: rgba(0, 0, 0, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
}
.Woo-AddToCart:hover,
.tp-caption.Woo-AddToCart:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  background-color: rgba(243, 168, 71, 1);
  border-color: rgba(0, 0, 0, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
}
.FullScreen-Toggle,
.tp-caption.FullScreen-Toggle {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  padding: 11px 8px 11px 12px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  letter-spacing: 3px;
  text-align: left;
}
.FullScreen-Toggle:hover,
.tp-caption.FullScreen-Toggle:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: rgba(0, 0, 0, 1);
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0;
  border-radius: 0;
}
.Agency-Title,
.tp-caption.Agency-Title {
  color: rgba(255, 255, 255, 1);
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  font-style: normal;
  font-family: lato;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
  letter-spacing: 10px;
}
.Agency-SubTitle,
.tp-caption.Agency-SubTitle {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
  font-family: Georgia, serif;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.Agency-PlayBtn,
.tp-caption.Agency-PlayBtn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  line-height: 71px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-width: 2px;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}
.Agency-PlayBtn:hover,
.tp-caption.Agency-PlayBtn:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-width: 2px;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}
.Agency-SmallText,
.tp-caption.Agency-SmallText {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  line-height: 12px;
  font-weight: 900;
  font-style: normal;
  font-family: lato;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
  letter-spacing: 5px;
}
.Agency-Social,
.tp-caption.Agency-Social {
  color: rgba(51, 51, 51, 1);
  font-size: 25px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(51, 51, 51, 1);
  border-style: solid;
  border-width: 2px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}
.Agency-Social:hover,
.tp-caption.Agency-Social:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: rgba(51, 51, 51, 1);
  border-color: rgba(51, 51, 51, 1);
  border-style: solid;
  border-width: 2px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}
.Agency-CloseBtn,
.tp-caption.Agency-CloseBtn {
  color: rgba(255, 255, 255, 1);
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-style: none;
  border-width: 0;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}
.Agency-CloseBtn:hover,
.tp-caption.Agency-CloseBtn:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-style: none;
  border-width: 0;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}
.Dining-Title,
.tp-caption.Dining-Title {
  color: rgba(255, 255, 255, 1);
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
  letter-spacing: 10px;
}
.Dining-SubTitle,
.tp-caption.Dining-SubTitle {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.Dining-BtnLight,
.tp-caption.Dining-BtnLight {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  font-style: normal;
  font-family: Lato;
  padding: 17px 73px 17px 50px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  text-align: left;
  letter-spacing: 2px;
}
.Dining-BtnLight:hover,
.tp-caption.Dining-BtnLight:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
}
.Dining-Social,
.tp-caption.Dining-Social {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.25);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}
.Dining-Social:hover,
.tp-caption.Dining-Social:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}
.Team-Thumb,
tp-caption.Team-Thumb {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.Team-Thumb:hover,
.tp-caption.Team-Thumb:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
}
.Team-Name,
.tp-caption.Team-Name {
  color: rgba(255, 255, 255, 1);
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.Team-Position,
.tp-caption.Team-Position {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.Team-Description,
.tp-caption.Team-Description {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.Team-Social,
.tp-caption.Team-Social {
  color: rgba(255, 255, 255, 1);
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.Team-Social:hover,
.tp-caption.Team-Social:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
}
.VideoControls-Play,
.tp-caption.VideoControls-Play {
  color: rgba(0, 0, 0, 1);
  font-size: 50px;
  line-height: 120px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 7px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(0, 0, 0, 1);
  border-style: solid;
  border-width: 0;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}
.VideoControls-Play:hover,
.tp-caption.VideoControls-Play:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(0, 0, 0, 1);
  border-style: solid;
  border-width: 0;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}
.VideoPlayer-Title,
.tp-caption.VideoPlayer-Title {
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
  letter-spacing: 10px;
}
.VideoPlayer-SubTitle,
.tp-caption.VideoPlayer-SubTitle {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
  font-family: Georgia, serif;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.VideoPlayer-Social,
.tp-caption.VideoPlayer-Social {
  color: rgba(255, 255, 255, 1);
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.VideoPlayer-Social:hover,
.tp-caption.VideoPlayer-Social:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
}
.VideoControls-Mute,
.tp-caption.VideoControls-Mute {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(0, 0, 0, 1);
  border-style: solid;
  border-width: 0;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}
.VideoControls-Mute:hover,
.tp-caption.VideoControls-Mute:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(0, 0, 0, 1);
  border-style: solid;
  border-width: 0;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}
.VideoControls-Pause,
.tp-caption.VideoControls-Pause {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(0, 0, 0, 1);
  border-style: solid;
  border-width: 0;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}
.VideoControls-Pause:hover,
.tp-caption.VideoControls-Pause:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(0, 0, 0, 1);
  border-style: solid;
  border-width: 0;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}
.soundcloudwrapper iframe {
  width: 100% !important;
}
.SleekLanding-Title,
.tp-caption.SleekLanding-Title {
  color: rgba(255, 255, 255, 1);
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
  letter-spacing: 5px;
}
.SleekLanding-ButtonBG,
.tp-caption.SleekLanding-ButtonBG {
  color: rgba(0, 0, 0, 1);
  font-weight: 700;
  font-style: normal;
  padding: 0;
  text-decoration: none;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  border-radius: 5px 5px 5px 5px;
  text-align: left;
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.15);
}
.SleekLanding-SmallTitle,
.tp-caption.SleekLanding-SmallTitle {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  line-height: 50px;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
  letter-spacing: 2px;
}
.SleekLanding-BottomText,
.tp-caption.SleekLanding-BottomText {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.SleekLanding-Social,
.tp-caption.SleekLanding-Social {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.SleekLanding-Social:hover,
.tp-caption.SleekLanding-Social:hover {
  color: rgba(0, 0, 0, 0.25);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
}
#rev_slider_429_1_wrapper .tp-loader.spinner2 {
  background-color: #555 !important;
}
.tp-fat {
  font-weight: 900 !important;
}
.PostSlider-Category,
.tp-caption.PostSlider-Category {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  letter-spacing: 3px;
  text-align: left;
}
.PostSlider-Title,
.tp-caption.PostSlider-Title {
  color: rgba(0, 0, 0, 1);
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-family: "Playfair Display";
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.PostSlider-Content,
.tp-caption.PostSlider-Content {
  color: rgba(119, 119, 119, 1);
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.PostSlider-Button,
.tp-caption.PostSlider-Button {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  line-height: 40px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 1px 56px 1px 32px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(0, 0, 0, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  text-align: left;
}
.PostSlider-Button:hover,
.tp-caption.PostSlider-Button:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  background-color: rgba(238, 238, 238, 1);
  border-color: rgba(0, 0, 0, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  cursor: pointer;
}
.LandingPage-Title,
.tp-caption.LandingPage-Title {
  color: rgba(255, 255, 255, 1);
  font-size: 70px;
  line-height: 80px;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
  letter-spacing: 10px;
}
.LandingPage-SubTitle,
.tp-caption.LandingPage-SubTitle {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-style: italic;
  font-family: Georgia, serif;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.LandingPage-Button,
.tp-caption.LandingPage-Button {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  line-height: 54px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0 35px 0 35px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(0, 0, 0, 1);
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  text-align: left;
  letter-spacing: 3px;
}
.LandingPage-Button:hover,
.tp-caption.LandingPage-Button:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(0, 0, 0, 1);
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
}
.tp-caption.App-Content a,
.tp-caption.App-Content a:visited {
  color: #89124e !important;
  border-bottom: 1px solid transparent !important;
  font-weight: 700 !important;
}
.tp-caption.App-Content a:hover {
  border-bottom: 1px solid #89124e !important;
}
.RockBand-LogoText,
.tp-caption.RockBand-LogoText {
  color: rgba(255, 255, 255, 1);
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-style: normal;
  font-family: Oswald;
  padding: 0;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #fff !important;
  text-decoration: underline !important;
}
.tp-caption.Twitter-Content a:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.soundcloudwrapper iframe {
  width: 100% !important;
}
.Agency-LogoText,
.tp-caption.Agency-LogoText {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
  letter-spacing: 1px;
}
.ComingSoon-Highlight,
.tp-caption.ComingSoon-Highlight {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  line-height: 37px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 20px 3px 20px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(0, 154, 238, 1);
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.ComingSoon-Count,
.tp-caption.ComingSoon-Count {
  color: rgba(255, 255, 255, 1);
  font-size: 50px;
  line-height: 50px;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.ComingSoon-CountUnit,
.tp-caption.ComingSoon-CountUnit {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.ComingSoon-NotifyMe,
.tp-caption.ComingSoon-NotifyMe {
  color: rgba(164, 157, 143, 1);
  font-size: 27px;
  line-height: 35px;
  font-weight: 600;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
#mc_embed_signup input#mce-EMAIL {
  font-family: Lato, sans-serif;
  font-size: 15px;
  color: #000;
  background-color: #fff;
  line-height: 46px;
  padding: 0 20px;
  cursor: text;
  border: 1px solid #fff;
  width: 400px;
  margin-bottom: 0;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 0;
}
#mc_embed_signup input#mce-EMAIL[type="email"]:focus {
  background-color: #fff;
  border: 1px solid #666;
  border-right: 0;
}
#mc_embed_signup input#mc-embedded-subscribe,
#mc_embed_signup input#mc-embedded-subscribe:focus {
  font-family: Lato, sans-serif;
  line-height: 46px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  padding: 0 20px;
  border: 1px solid #009aee;
  background: #009aee;
  color: #fff;
  border-radius: 0;
}
#mc_embed_signup input#mc-embedded-subscribe:hover {
  background: #0083d4;
}
@media only screen and (max-width: 767px) {
  #mc_embed_signup input#mce-EMAIL {
    width: 200px;
  }
}
.Agency-SmallTitle,
.tp-caption.Agency-SmallTitle {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
  font-family: lato;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
  letter-spacing: 6px;
}
.Agency-SmallContent,
.tp-caption.Agency-SmallContent {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  font-family: lato;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.Agency-SmallLink,
.tp-caption.Agency-SmallLink {
  color: rgba(248, 124, 9, 1);
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  font-family: lato;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 1px solid #f87c09 !important;
}
.Agency-SmallLink:hover,
.tp-caption.Agency-SmallLink:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
}
.Agency-NavButton,
.tp-caption.Agency-NavButton {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(0, 0, 0, 1);
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.Agency-NavButton:hover,
.tp-caption.Agency-NavButton:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: rgba(51, 51, 51, 1);
  border-color: rgba(0, 0, 0, 1);
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
}
.Agency-SmallLinkGreen,
.tp-caption.Agency-SmallLinkGreen {
  color: rgba(109, 177, 155, 1);
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  font-family: lato;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 1px solid #6db19b !important;
}
.Agency-SmallLinkGreen:hover,
.tp-caption.Agency-SmallLinkGreen:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
}
.Agency-SmallLinkBlue,
.tp-caption.Agency-SmallLinkBlue {
  color: rgba(153, 153, 153, 1);
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  font-family: lato;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 1px solid #999 !important;
}
.Agency-SmallLinkBlue:hover,
.tp-caption.Agency-SmallLinkBlue:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
}
.Agency-LogoText,
.tp-caption.Agency-LogoText {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
  letter-spacing: 1px;
}
.Agency-ArrowTooltip,
.tp-caption.Agency-ArrowTooltip {
  color: rgba(51, 51, 51, 1);
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: "Permanent Marker";
  padding: 0;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.Agency-SmallSocial,
.tp-caption.Agency-SmallSocial {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.Agency-SmallSocial:hover,
.tp-caption.Agency-SmallSocial:hover {
  color: rgba(51, 51, 51, 1);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084b4 !important;
}
.tp-caption.Twitter-Content a:hover {
  color: #0084b4 !important;
  text-decoration: underline !important;
}
.CreativeFrontPage-Btn,
.tp-caption.CreativeFrontPage-Btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  line-height: 60px;
  font-weight: 900;
  font-style: normal;
  font-family: Roboto;
  padding: 0 50px 0 50px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(0, 104, 92, 1);
  border-color: rgba(0, 0, 0, 1);
  border-style: solid;
  border-width: 0;
  border-radius: 4px 4px 4px 4px;
  letter-spacing: 2px;
}
.CreativeFrontPage-Btn:hover,
.tp-caption.CreativeFrontPage-Btn:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 1);
  border-style: solid;
  border-width: 0;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
}
.CreativeFrontPage-Menu,
.tp-caption.CreativeFrontPage-Menu {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  font-style: normal;
  font-family: roboto;
  padding: 0;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  letter-spacing: 2px;
}
.tp-flip-index {
  z-index: 1000 !important;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084b4 !important;
}
.tp-caption.Twitter-Content a:hover {
  color: #0084b4 !important;
  text-decoration: underline !important;
}
.FullScreenMenu-Category,
.tp-caption.FullScreenMenu-Category {
  color: rgba(17, 17, 17, 1);
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  font-family: BenchNine;
  padding: 21px 30px 16px 30px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  letter-spacing: 3px;
}
.FullScreenMenu-Title,
.tp-caption.FullScreenMenu-Title {
  color: rgba(255, 255, 255, 1);
  font-size: 65px;
  line-height: 70px;
  font-weight: 700;
  font-style: normal;
  font-family: BenchNine;
  padding: 21px 30px 16px 30px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(17, 17, 17, 0.9);
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084b4 !important;
}
.tp-caption.Twitter-Content a:hover {
  color: #0084b4 !important;
  text-decoration: underline !important;
}
.TechJournal-Button,
.tp-caption.TechJournal-Button {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  line-height: 40px;
  font-weight: 900;
  font-style: normal;
  font-family: Raleway;
  padding: 1px 30px 1px 30px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(138, 0, 255, 1);
  border-color: rgba(0, 0, 0, 1);
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  letter-spacing: 3px;
}
.TechJournal-Button:hover,
.tp-caption.TechJournal-Button:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(0, 0, 0, 1);
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
}
.TechJournal-Big,
.tp-caption.TechJournal-Big {
  color: rgba(255, 255, 255, 1);
  font-size: 120px;
  line-height: 120px;
  font-weight: 900;
  font-style: normal;
  font-family: Raleway;
  padding: 0;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  letter-spacing: 0;
}
.rev_slider {
  overflow: hidden;
}
.effect_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084b4 !important;
}
.tp-caption.Twitter-Content a:hover {
  color: #0084b4 !important;
  text-decoration: underline !important;
}
#menu_forcefullwidth {
  z-index: 5000;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
}
.FullSiteBlock-Title,
.tp-caption.FullSiteBlock-Title {
  color: rgba(51, 51, 51, 1);
  font-size: 55px;
  line-height: 65px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.FullSiteBlock-SubTitle,
.tp-caption.FullSiteBlock-SubTitle {
  color: rgba(51, 51, 51, 1);
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.FullSiteBlock-Link,
.tp-caption.FullSiteBlock-Link {
  color: rgba(0, 150, 255, 1);
  font-size: 25px;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.FullSiteBlock-Link:hover,
.tp-caption.FullSiteBlock-Link:hover {
  color: rgba(51, 51, 51, 1);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
}
.FullSiteBlock-DownButton,
.tp-caption.FullSiteBlock-DownButton {
  color: rgba(51, 51, 51, 1);
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 1px 1px 1px 1px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: rgba(51, 51, 51, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}
.FullSiteBlock-DownButton:hover,
.tp-caption.FullSiteBlock-DownButton:hover {
  color: rgba(0, 150, 255, 1);
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(0, 150, 255, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}
.FullSiteBlock-Title,
.tp-caption.FullSiteBlock-Title {
  color: rgba(51, 51, 51, 1);
  font-size: 55px;
  line-height: 65px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.FullSiteBlock-SubTitle,
.tp-caption.FullSiteBlock-SubTitle {
  color: rgba(51, 51, 51, 1);
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.FullSiteBlock-Link,
.tp-caption.FullSiteBlock-Link {
  color: rgba(0, 150, 255, 1);
  font-size: 25px;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.FullSiteBlock-Link:hover,
.tp-caption.FullSiteBlock-Link:hover {
  color: rgba(51, 51, 51, 1);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
}
.FullSiteBlock-DownButton,
.tp-caption.FullSiteBlock-DownButton {
  color: rgba(51, 51, 51, 1);
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 1px 1px 1px 1px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: rgba(51, 51, 51, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}
.FullSiteBlock-DownButton:hover,
.tp-caption.FullSiteBlock-DownButton:hover {
  color: rgba(0, 150, 255, 1);
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(0, 150, 255, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}
.FullSiteBlock-Title,
.tp-caption.FullSiteBlock-Title {
  color: rgba(51, 51, 51, 1);
  font-size: 55px;
  line-height: 65px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.FullSiteBlock-SubTitle,
.tp-caption.FullSiteBlock-SubTitle {
  color: rgba(51, 51, 51, 1);
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.FullSiteBlock-DownButton,
.tp-caption.FullSiteBlock-DownButton {
  color: rgba(51, 51, 51, 1);
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 1px 1px 1px 1px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: rgba(51, 51, 51, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}
.FullSiteBlock-DownButton:hover,
.tp-caption.FullSiteBlock-DownButton:hover {
  color: rgba(0, 150, 255, 1);
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(0, 150, 255, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}
.FullSiteBlock-Title,
.tp-caption.FullSiteBlock-Title {
  color: rgba(51, 51, 51, 1);
  font-size: 55px;
  line-height: 65px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.FullSiteBlock-SubTitle,
.tp-caption.FullSiteBlock-SubTitle {
  color: rgba(51, 51, 51, 1);
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.FullSiteBlock-Link,
.tp-caption.FullSiteBlock-Link {
  color: rgba(0, 150, 255, 1);
  font-size: 25px;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.FullSiteBlock-Link:hover,
.tp-caption.FullSiteBlock-Link:hover {
  color: rgba(51, 51, 51, 1);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
}
.FullSiteBlock-DownButton,
.tp-caption.FullSiteBlock-DownButton {
  color: rgba(51, 51, 51, 1);
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 1px 1px 1px 1px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: rgba(51, 51, 51, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}
.FullSiteBlock-DownButton:hover,
.tp-caption.FullSiteBlock-DownButton:hover {
  color: rgba(0, 150, 255, 1);
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(0, 150, 255, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}
.rev_slider {
  overflow: hidden;
}
.effect_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gyges .tp-thumb {
  opacity: 1;
}
.gyges .tp-thumb-img-wrap {
  padding: 3px;
  background-color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.gyges .tp-thumb-image {
  padding: 3px;
  display: block;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
}
.gyges .tp-thumb.selected .tp-thumb-img-wrap,
.gyges .tp-thumb:hover .tp-thumb-img-wrap {
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0, rgba(255, 255, 255, 1)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0,
    rgba(255, 255, 255, 1) 100%
  );
}
.FullSiteBlock-Title,
.tp-caption.FullSiteBlock-Title {
  color: rgba(51, 51, 51, 1);
  font-size: 55px;
  line-height: 65px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.FullSiteBlock-SubTitle,
.tp-caption.FullSiteBlock-SubTitle {
  color: rgba(51, 51, 51, 1);
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.FullSiteBlock-Link,
.tp-caption.FullSiteBlock-Link {
  color: rgba(0, 150, 255, 1);
  font-size: 25px;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.FullSiteBlock-Link:hover,
.tp-caption.FullSiteBlock-Link:hover {
  color: rgba(51, 51, 51, 1);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
}
.FullSiteBlock-SubTitle,
.tp-caption.FullSiteBlock-SubTitle {
  color: rgba(51, 51, 51, 1);
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.FullSiteBlock-SubTitle,
.tp-caption.FullSiteBlock-SubTitle {
  color: rgba(51, 51, 51, 1);
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.FullSiteBlock-FooterLink,
.tp-caption.FullSiteBlock-FooterLink {
  color: rgba(85, 85, 85, 1);
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.FullSiteBlock-FooterLink:hover,
.tp-caption.FullSiteBlock-FooterLink:hover {
  color: rgba(0, 150, 255, 1);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
}
.fb-share-button.fb_iframe_widget iframe {
  width: 115px !important;
}
#tp-socialwrapper {
  opacity: 0;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084b4 !important;
}
.tp-caption.Twitter-Content a:hover {
  color: #0084b4 !important;
  text-decoration: underline !important;
}
#menu_forcefullwidth {
  z-index: 5000;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
}
#tp-menubg {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.75) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.75) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.75) 0,
    rgba(0, 0, 0, 0) 100%
  );
}
#mc_embed_signup input[type="email"] {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  color: #888 !important;
  line-height: 46px;
  padding: 0 20px;
  cursor: text;
  border: 0;
  width: 400px;
  margin-bottom: 0;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#mc_embed_signup input[type="email"]::-webkit-input-placeholder {
  color: #888 !important;
}
#mc_embed_signup input[type="email"]::-moz-placeholder {
  color: #888 !important;
}
#mc_embed_signup input[type="email"]:-ms-input-placeholder {
  color: #888 !important;
}
#mc_embed_signup input[type="email"]:focus {
  background-color: #f5f5f5;
  color: #454545;
}
#mc_embed_signup input#mc-embedded-subscribe,
#mc_embed_signup input#mc-embedded-subscribe:focus {
  font-family: Lato, sans-serif;
  line-height: 46px;
  font-size: 16px;
  font-weight: 700;
  padding: 0 30px;
  border: 0;
  background: #f04531;
  text-transform: none;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#mc_embed_signup input#mc-embedded-subscribe:hover {
  background: #e03727;
}
@media only screen and (max-width: 767px) {
  #mc_embed_signup input[type="email"] {
    width: 260px;
  }
}
@media only screen and (max-width: 480px) {
  #mc_embed_signup input[type="email"] {
    width: 160px;
  }
}
#rev_slider_167_6 .uranus.tparrows {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0);
}
#rev_slider_167_6 .uranus.tparrows:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#rev_slider_167_6 .uranus.tparrows:hover:before {
  opacity: 0.75;
}
.FullSiteBlock-SubTitle,
.tp-caption.FullSiteBlock-SubTitle {
  color: rgba(51, 51, 51, 1);
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.ParallaxWebsite-FooterItem,
.tp-caption.ParallaxWebsite-FooterItem {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
}
.ParallaxWebsite-FooterItem:hover,
.tp-caption.ParallaxWebsite-FooterItem:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
}
.fb-share-button.fb_iframe_widget iframe {
  width: 115px !important;
}
iframe.twitter-share-button {
  display: none;
}
.fb-share-button.fb_iframe_widget iframe {
  display: none;
}
.FullSiteBlock-Link,
.tp-caption.FullSiteBlock-Link {
  color: rgba(0, 150, 255, 1);
  font-size: 25px;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
html {
  font-size: 15px;
}
body {
  font-family: Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 14px;
  color: #6f6f6f;
  font-weight: 400;
  line-height: 24px;
}
body,
html {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
}
a,
a:active,
a:focus {
  color: #6f6f6f;
  text-decoration: none;
}
a:active,
a:hover {
  color: var(--base-color);
  text-decoration: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
a:active,
a:focus,
button:active,
button:focus {
  outline: 0;
  box-shadow: none;
}
img {
  max-width: 100%;
  height: auto;
}
video {
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
input,
select,
textarea {
  border: 1px solid #d1d1d1;
  font-size: 14px;
  padding: 8px 15px;
  width: 100%;
  margin: 0 0 20px 0;
  max-width: 100%;
  resize: none;
  color: inherit;
}
input[type="submit"] {
  width: auto;
}
input[type="button"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  outline: 0;
}
input:focus,
textarea:focus {
  border-color: #585858 !important;
  outline: 0;
}
.btn.focus,
.btn:focus,
.form-control:focus,
input:focus,
input[type="button"]:focus,
select:focus,
textarea:focus {
  outline: 0;
  box-shadow: none;
}
select::-ms-expand {
  display: none;
}
iframe {
  border: 0;
}
p {
  margin: 0 0 25px;
}
b,
strong {
  font-weight: 600;
}
.last-paragraph-no-margin p:last-of-type {
  margin-bottom: 0;
}
.alt-font strong {
  font-weight: 700;
}
dl,
ol,
ul {
  list-style-position: outside;
  margin-bottom: 25px;
}
* {
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
:hover {
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.dropdropdown-menu *,
.header-searchbar *,
.header-social-icon *,
.mfp-container *,
.no-transition *,
.parallax,
.portfolio-wrapper *,
.rev-slider *,
.swiper-container * {
  transition-timing-function: none;
  -moz-transition-timing-function: none;
  -webkit-transition-timing-function: none;
  -o-transition-timing-function: none;
  -ms-transition-timing-function: none;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
}
::-moz-selection {
  color: #000;
  background: #dbdbdb;
}
::selection {
  color: #000;
  background: #dbdbdb;
}
::-moz-selection {
  color: #000;
  background: #dbdbdb;
}
::-webkit-input-placeholder {
  color: #6f6f6f;
  text-overflow: ellipsis;
}
::-moz-placeholder {
  color: #6f6f6f;
  text-overflow: ellipsis;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #6f6f6f;
  text-overflow: ellipsis;
  opacity: 1;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-right: 15px;
  padding-left: 15px;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row > * {
  padding-right: 15px;
  padding-left: 15px;
}
.row.g-0 {
  margin-right: 0;
  margin-left: 0;
}
.row.g-0 > * {
  padding-right: 0;
  padding-left: 0;
}
header [class^="container-"] [class*=" col-"],
header [class^="container-"] [class^="col-"] {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.swiper-container {
  z-index: 1;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
:root {
  --base-color: #ff214f;
}
.alt-font {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}
.main-font {
  font-family: Roboto, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px;
  padding: 0;
  letter-spacing: 0;
  font-weight: 400;
}
h1 {
  font-size: 70px;
  line-height: 70px;
}
h2 {
  font-size: 55px;
  line-height: 60px;
}
h3 {
  font-size: 48px;
  line-height: 54px;
}
h4 {
  font-size: 40px;
  line-height: 46px;
}
h5 {
  font-size: 32px;
  line-height: 40px;
}
h6 {
  font-size: 25px;
  line-height: 30px;
}
.text-extra-small {
  font-size: 11px;
  line-height: 14px;
}
.text-small {
  font-size: 12px;
  line-height: 20px;
}
.text-medium {
  font-size: 16px;
  line-height: 23px;
}
.text-large {
  font-size: 18px;
  line-height: 26px;
}
.text-extra-large {
  font-size: 20px;
  line-height: 26px;
}
.title-large {
  font-size: 100px;
  line-height: 95px;
}
.title-extra-large {
  font-size: 130px;
  line-height: 120px;
}
.btn.text-white-2,
.text-white-2 {
  color: #fff;
}
.btn.text-black,
.text-black {
  color: #000;
}
.btn.text-extra-dark-gray,
.text-extra-dark-gray {
  color: #232323;
}
.btn.text-dark-gray,
.text-dark-gray {
  color: #626262;
}
.btn.text-extra-medium-gray,
.text-extra-medium-gray {
  color: #757575;
}
.btn.text-medium-gray,
.text-medium-gray {
  color: #939393;
}
.btn.text-extra-light-gray,
.text-extra-light-gray {
  color: #b7b7b7;
}
.btn.text-light-gray,
.text-light-gray {
  color: #d6d5d5;
}
.btn.text-very-light-gray,
.text-very-light-gray {
  color: #ededed;
}
.btn.text-deep-pink,
.text-deep-pink {
  color: var(--base-color);
}
.first-letter {
  float: left;
  font-size: 50px;
  line-height: auto;
  margin: 0 20px 0 0;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
}
.first-letter-big {
  float: left;
  font-size: 110px;
  line-height: 110px;
  margin: 0 20px 0 0;
  padding: 0 8px;
  text-align: center;
  font-weight: 600;
  position: relative;
}
.first-letter-big:before {
  position: absolute;
  border-bottom: 1px solid;
  content: "";
  display: block;
  width: 100%;
  top: 55%;
  left: 0;
}
.first-letter-block {
  font-size: 30px;
  height: 55px;
  line-height: 22px;
  padding: 15px 0;
  width: 55px;
  font-weight: 500;
  margin-top: 5px;
}
.first-letter-block-round {
  border-radius: 6px;
  border: 1px solid;
}
.first-letter-round {
  border-radius: 50%;
  font-size: 35px;
  padding: 15px;
  width: 65px;
  height: 65px;
  line-height: 32px;
}
blockquote {
  padding: 20px 30px;
}
blockquote p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 17px !important;
  font-weight: 300;
}
blockquote {
  border-left: 2px solid;
  padding: 15px 40px;
  margin: 45px 0;
}
blockquote footer {
  color: #939393;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014 \00A0";
}
.blog-image blockquote {
  padding: 60px;
  border: 0;
  margin: 0;
}
.blog-image blockquote h6:before {
  content: "\e67f";
  font-family: themify;
  font-size: 40px;
  top: 5px;
  position: relative;
  margin-right: 12px;
  color: var(--base-color);
}
a.text-link-white-2,
a.text-link-white-2 i {
  color: #fff;
}
a.text-link-white-2:focus,
a.text-link-white-2:focus i,
a.text-link-white-2:hover,
a.text-link-white-2:hover i {
  color: var(--base-color);
}
a.text-link-black,
a.text-link-black i {
  color: #000;
}
a.text-link-dark-gray {
  color: #939393;
}
.text-link-dark-gray:focus,
a.text-link-dark-gray:hover {
  color: #232323;
}
a.text-link-extra-dark-gray {
  color: #232323;
}
a.text-link-extra-dark-gray:focus,
a.text-link-extra-dark-gray:hover {
  color: #000;
}
a.text-link-deep-pink,
a.text-link-deep-pink i {
  color: var(--base-color);
}
a.text-link-deep-pink:focus,
a.text-link-deep-pink:focus i,
a.text-link-deep-pink:hover,
a.text-link-deep-pink:hover i {
  color: #fff;
}
a.text-white-2-hover:focus,
a.text-white-2-hover:hover {
  color: #fff !important;
}
a.text-black-hover:focus,
a.text-black-hover:hover {
  color: #000 !important;
}
a.text-deep-pink-hover:focus,
a.text-deep-pink-hover:hover {
  color: var(--base-color) !important;
}
a.text-extra-dark-gray-hover:hover {
  color: #232323 !important;
}
a.text-dark-gray-hover:hover {
  color: #626262 !important;
}
a.text-extra-medium-gray-hover:hover {
  color: #757575 !important;
}
a.text-medium-gray-hover:hover {
  color: #939393 !important;
}
a.text-extra-light-gray-hover:hover {
  color: #b7b7b7 !important;
}
a.text-light-gray-hover:hover {
  color: #d6d5d5 !important;
}
a.text-very-light-gray-hover:hover {
  color: #ededed !important;
}
.no-letter-spacing {
  letter-spacing: 0;
}
.letter-spacing-1 {
  letter-spacing: 1px;
}
.letter-spacing-2 {
  letter-spacing: 2px;
}
.letter-spacing-3 {
  letter-spacing: 3px;
}
.letter-spacing-4 {
  letter-spacing: 4px;
}
.letter-spacing-5 {
  letter-spacing: 5px;
}
.letter-spacing-6 {
  letter-spacing: 6px;
}
.letter-spacing-7 {
  letter-spacing: 7px;
}
.letter-spacing-8 {
  letter-spacing: 8px;
}
.letter-spacing-9 {
  letter-spacing: 9px;
}
.letter-spacing-10 {
  letter-spacing: 10px;
}
.letter-spacing-minus-1 {
  letter-spacing: -1px;
}
.letter-spacing-minus-2 {
  letter-spacing: -2px;
}
.letter-spacing-minus-3 {
  letter-spacing: -3px;
}
.letter-spacing-minus-4 {
  letter-spacing: -4px;
}
.letter-spacing-minus-5 {
  letter-spacing: -5px;
}
.letter-spacing-minus-6 {
  letter-spacing: -6px;
}
.letter-spacing-minus-7 {
  letter-spacing: -7px;
}
.letter-spacing-minus-8 {
  letter-spacing: -8px;
}
.letter-spacing-minus-9 {
  letter-spacing: -9px;
}
.letter-spacing-minus-10 {
  letter-spacing: -10px;
}
.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}
.font-weight-900 {
  font-weight: 900;
}
.text-transform-unset {
  text-transform: unset;
}
.text-decoration-underline {
  text-decoration: underline;
}
.text-decoration-line-through {
  text-decoration: line-through;
}
.line-height-unset {
  line-height: unset;
}
.line-height-normal {
  line-height: normal;
}
.line-height-none {
  line-height: 0;
}
.word-wrap {
  word-wrap: break-word;
}
.text-nowrap {
  white-space: nowrap;
}
.text-transform-none {
  text-transform: none;
}
.title-line-through {
  padding: 0 15px;
}
.text-middle-line {
  position: relative;
  white-space: nowrap;
}
.text-outside-line {
  position: relative;
}
.text-outside-line::before {
  border-top: 1px solid;
  content: "";
  height: 0;
  left: auto;
  position: absolute;
  right: -60px;
  top: 50%;
  width: 40px;
  opacity: 0.4;
}
.text-outside-line::after {
  border-top: 1px solid;
  content: "";
  height: 0;
  left: auto;
  position: absolute;
  left: -60px;
  top: 50%;
  width: 40px;
  opacity: 0.4;
}
.text-outside-line-left {
  position: relative;
}
.text-outside-line-left::before {
  border-top: 1px solid;
  content: "";
  height: 0;
  left: auto;
  position: absolute;
  left: -100%;
  top: 50%;
  width: 90%;
  opacity: 0.2;
}
.text-startside-line {
  position: relative;
  padding-left: 35px;
}
.text-startside-line:before {
  border-top: 1px solid;
  content: "";
  height: 0;
  left: auto;
  position: absolute;
  left: 0;
  top: 45%;
  width: 25px;
  opacity: 0.7;
}
.text-outside-line-full {
  position: relative;
  display: inline-block;
}
.text-outside-line-full::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 99%;
  display: block;
  border-bottom: 1px solid;
  right: 100%;
  margin-right: 25px;
  opacity: 0.15;
}
.text-outside-line-full::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 99%;
  display: block;
  border-bottom: 1px solid;
  left: 100%;
  margin-left: 25px;
  opacity: 0.15;
}
.text-middle-line:before {
  border-bottom: 1px solid;
  position: absolute;
  content: "";
  width: 100%;
  top: 53%;
  opacity: 0.35;
}
.text-bottom-line {
  width: 1px;
  border-top: 30px solid;
  margin-left: auto;
  margin-right: auto;
}
.text-middle-line-deep-pink:before {
  border-bottom: 1px solid var(--base-color);
  position: absolute;
  content: "";
  width: 100%;
  margin-top: 5px;
  margin-left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.text-decoration-line-through-black,
.text-decoration-line-through-deep-pink {
  position: relative;
}
.text-decoration-line-through-deep-pink:before {
  background: var(--base-color);
}
.text-decoration-line-through-black:before {
  background: #000;
}
.text-decoration-line-through-black::before,
.text-decoration-line-through-deep-pink:before {
  content: "";
  height: 1px;
  left: -10px;
  position: absolute;
  top: 52%;
  width: calc(100% + 20px);
  -webkit-transform: translateY(-52%);
  -moz-transform: translateY(-52%);
  -ms-transform: translateY(-52%);
  -o-transform: translateY(-52%);
  transform: translateY(-52%);
}
.line-height-10 {
  line-height: 10px;
}
.line-height-13 {
  line-height: 13px;
}
.line-height-18 {
  line-height: 18px;
}
.line-height-20 {
  line-height: 20px;
}
.line-height-24 {
  line-height: 24px;
}
.line-height-22 {
  line-height: 22px;
}
.line-height-26 {
  line-height: 26px;
}
.line-height-28 {
  line-height: 28px;
}
.line-height-30 {
  line-height: 30px;
}
.line-height-35 {
  line-height: 35px;
}
.line-height-40 {
  line-height: 40px;
}
.line-height-45 {
  line-height: 45px;
}
.line-height-50 {
  line-height: 50px;
}
.line-height-55 {
  line-height: 55px;
}
.line-height-60 {
  line-height: 60px;
}
.line-height-65 {
  line-height: 65px;
}
.line-height-70 {
  line-height: 70px;
}
.line-height-75 {
  line-height: 75px;
}
.line-height-80 {
  line-height: 80px;
}
.line-height-85 {
  line-height: 85px;
}
.line-height-90 {
  line-height: 90px;
}
.line-height-95 {
  line-height: 95px;
}
.line-height-100 {
  line-height: 100px;
}
.line-height-110 {
  line-height: 110px;
}
.line-height-120 {
  line-height: 120px;
}
.background-transparent,
.bg-transparent {
  background-color: transparent;
}
.background-white,
.bg-white {
  background-color: #fff;
}
.background-black,
.bg-black {
  background-color: #000;
}
.bg-extra-dark-gray {
  background-color: #1c1c1c;
}
.bg-dark-gray {
  background-color: #757575;
}
.bg-extra-medium-gray {
  background-color: #939393;
}
.bg-very-dark-gray {
  background-color: #121212;
}
.bg-medium-gray {
  background-color: #dbdbdb;
}
.bg-extra-light-gray {
  background-color: #e0e0e0;
}
.bg-medium-light-gray {
  background-color: #ededed;
}
.bg-light-gray {
  background-color: #f7f7f7;
}
.bg-very-light-gray {
  background-color: #fafafa;
}
.bg-deep-pink {
  background-color: var(--base-color);
}
.bg-transparent-white {
  background-color: rgba(255, 255, 255, 0.3);
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0) 37%,
    rgba(255, 255, 255, 1) 96%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(37%, rgba(255, 255, 255, 0)),
    color-stop(96%, rgba(255, 255, 255, 1)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0) 37%,
    rgba(255, 255, 255, 1) 96%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0) 37%,
    rgba(255, 255, 255, 1) 96%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0) 37%,
    rgba(255, 255, 255, 1) 96%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0) 37%,
    rgba(255, 255, 255, 1) 96%,
    rgba(255, 255, 255, 1) 100%
  );
}
.bg-transparent-black {
  background-color: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 37%,
    rgba(0, 0, 0, 1) 96%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0, rgba(0, 0, 0, 0)),
    color-stop(37%, rgba(0, 0, 0, 0)),
    color-stop(96%, rgba(0, 0, 0, 1)),
    color-stop(100%, rgba(0, 0, 0, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 37%,
    rgba(0, 0, 0, 1) 96%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 37%,
    rgba(0, 0, 0, 1) 96%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 37%,
    rgba(0, 0, 0, 1) 96%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 37%,
    rgba(0, 0, 0, 1) 96%,
    rgba(0, 0, 0, 1) 100%
  );
}
.bg-gradient-light-red-light-orange {
  background-image: linear-gradient(
    to right top,
    #ff8e43,
    #ff7a41,
    #ff6343,
    #ff4848,
    #ff214f
  );
}
.bg-gradient-light-red-light-white {
  background-image: linear-gradient(50deg, #ff214f 0, #fff 100%);
}
.bg-white-opacity {
  background-color: rgba(255, 255, 255, 0.85);
}
.bg-black-opacity {
  background-color: rgba(0, 0, 0, 0.85);
}
.bg-black-opacity-light {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-deep-pink-opacity {
  background-color: rgba(255, 33, 79, 0.85);
}
.bg-charcoal-gray {
  background-color: #0e0f10;
}
.bg-transparent-white2 {
  background: rgba(255, 255, 255, 0.2) !important;
}
.bg-transparent-black-very-light {
  background-color: rgba(0, 0, 0, 0.15) !important;
}
section {
  padding: 130px 0;
  overflow: hidden;
}
section.big-section {
  padding: 160px 0;
}
section.extra-big-section {
  padding: 200px 0;
}
section.half-section {
  padding: 80px 0;
}
label {
  margin-bottom: 5px;
  font-weight: 700;
}
.overlap-section {
  margin-top: -14%;
  position: relative;
}
.d-inherit {
  display: inherit !important;
}
.input-border-bottom {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #484848;
  padding: 10px 0;
  margin-bottom: 30px;
  font-size: 14px;
  border-radius: 0;
}
.input-border-bottom:focus {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #929292;
}
.input-border-bottom::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 14px;
}
.input-border-bottom::-moz-placeholder {
  font-weight: 300;
  font-size: 14px;
}
.input-border-bottom:-ms-input-placeholder {
  font-weight: 300;
  font-size: 14px;
}
.extra-big-input,
.extra-big-select select,
.extra-big-textarea {
  padding: 18px 25px;
  font-size: 14px;
  line-height: 24px;
  height: 62px;
}
.big-input,
.big-select select,
.big-textarea {
  padding: 18px 25px;
  font-size: 14px;
  border-radius: 0;
}
.medium-input,
.medium-select select,
.medium-textarea {
  padding: 12px 20px;
  font-size: 14px;
  line-height: normal;
  border-radius: 0;
}
.small-input,
.small-textarea {
  padding: 12px 15px;
  font-size: 11px;
  line-height: normal;
}
.small-select select {
  padding: 15px 15px;
  line-height: normal;
}
.medium-input-light,
.medium-select-light select,
.medium-textarea-light {
  padding: 12px 25px;
  font-size: 12px;
  line-height: normal;
}
.extra-small-input,
.extra-small-select select,
.extra-small-textarea {
  padding: 9px 17px;
  font-size: 12px;
  line-height: normal;
}
.select-style {
  width: 100%;
  overflow: hidden;
  background: url(../images/select-arrow.html) no-repeat 97% 50%;
  border: 1px solid #d1d1d1;
  margin-bottom: 20px;
}
.select-style select {
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.select-style select:focus {
  outline: 0;
  border: none;
  box-shadow: none;
}
.input-group input,
.input-group select,
.input-group textarea {
  margin: 0;
  border-radius: 4px 0 0 4px;
  border-color: #fff;
  padding: 19px 25px;
}
.input-group-append .btn {
  border-radius: 0 4px 4px 0;
}
.input-group-append .btn.btn-large {
  line-height: 2px;
  height: 62px;
  padding: 15px 25px !important;
}
.input-group-404 input {
  height: 62px;
}
.input-group .required-error {
  border: 1px solid #ee2323 !important;
}
.input-group .required-error,
.input-group .required-error + .input-group-append > .btn,
.input-group .required-error + .input-group-btn a.btn,
.input-group .required-error + .input-group-btn button {
  border: 1px solid #ee2323 !important;
}
.input-border-white .input-border-bottom {
  border-bottom: 1px solid #fff;
  color: #fff;
  border-top: transparent !important;
  border-left: transparent !important;
  border-right: transparent !important;
}
.input-border-white .input-border-bottom:focus {
  background: 0 0;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.input-border-white .input-border-bottom::-webkit-input-placeholder {
  color: #fff;
}
.input-border-white .input-border-bottom::-moz-placeholder {
  color: #fff;
}
.input-border-white .input-border-bottom:-ms-input-placeholder {
  color: #fff;
}
.btn .caret {
  border-top: 4px solid;
}
input.input-bg {
  background-color: #f7f7f7;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  margin-bottom: 15px;
}
input.input-bg:focus,
textarea.input-bg:focus {
  border: 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
textarea.input-bg {
  background-color: #f7f7f7;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  margin-bottom: 15px;
  min-height: 130px;
}
.input-bg::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
}
.input-bg::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
}
.input-bg:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
}
#success-subscribe-newsletter {
  clear: both;
  margin: 0 15px 15px;
  text-align: center;
  border: 1px solid #1a940a;
  color: #1a940a;
  padding: 7px 0;
  display: none;
  font-size: 14px;
}
#success-subscribe-newsletter2 {
  clear: both;
  margin: 0 15px 15px;
  text-align: center;
  border: 1px solid #1a940a;
  color: #1a940a;
  padding: 7px 0;
  display: none;
  font-size: 14px;
}
.form-results {
  clear: both;
  margin: 0 0 15px;
  text-align: center;
  padding: 10px 0;
  display: none;
  font-size: 14px;
}
.separator-line-verticle-extra-small {
  width: 1px;
  height: 8px;
}
.separator-line-verticle-small-thick {
  width: 17px;
  height: 3px;
}
.separator-line-verticle-small {
  width: 1px;
  height: 13px;
}
.separator-line-verticle-small-thick2 {
  width: 64px;
  height: 7px;
}
.separator-line-verticle-large {
  width: 1px;
  height: 20px;
}
.separator-line-verticle-extra-large {
  width: 1px;
  height: 30px;
}
.separator-line-verticle-extra-large2 {
  width: 1px;
  height: 80px;
}
.separator-line-verticle-medium-thick-full {
  width: 8px;
  height: 40px;
}
.separator-line-verticle-large-thick {
  width: 109px;
  height: 11px;
}
.separator-line-horrizontal-medium-light {
  width: 36px;
  height: 3px;
}
.separator-line-horrizontal-medium-light2 {
  width: 40%;
  height: 1px;
}
.separator-line-horrizontal-medium-light3 {
  width: 18%;
  height: 1px;
}
.separator-line-horrizontal-medium-thick {
  width: 50px;
  height: 5px;
}
.separator-line-horrizontal-full {
  width: 100%;
  height: 1px;
}
.divider-full {
  width: 100%;
  height: 1px;
  display: inline-block;
}
.new-demo {
  background: var(--base-color);
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  margin-left: 8px;
  padding: 2px 8px;
}
.opacity-very-light {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  top: 0;
  left: 0;
}
.opacity-light {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  top: 0;
  left: 0;
}
.opacity-extra-medium {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  top: 0;
  left: 0;
}
.opacity-medium {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.75;
  top: 0;
  left: 0;
}
.opacity-full {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  top: 0;
  left: 0;
}
.opacity-full-dark {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  top: 0;
  left: 0;
}
.opacity1 {
  opacity: 0.1;
}
.opacity2 {
  opacity: 0.2;
}
.opacity3 {
  opacity: 0.3;
}
.opacity4 {
  opacity: 0.4;
}
.opacity5 {
  opacity: 0.5;
}
.opacity6 {
  opacity: 0.6;
}
.opacity7 {
  opacity: 0.7;
}
.opacity8 {
  opacity: 0.8;
}
.opacity9 {
  opacity: 0.9;
}
.btn-shadow {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.box-shadow-light {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.box-shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.box-shadow-dark {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.box-shadow-large {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.z-index-1111 {
  z-index: 1111;
}
.z-index-111 {
  z-index: 111;
}
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
.z-index-4 {
  z-index: 4;
}
.z-index-5 {
  z-index: 5;
}
.z-index-0 {
  z-index: 0;
}
.z-index-minus1 {
  z-index: -1;
}
.z-index-minus2 {
  z-index: -2;
}
.vertical-middle {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.clear-both {
  clear: both;
}
.line-break {
  display: block;
}
.absolute-middle-center {
  left: 50%;
  top: 50%;
  position: absolute;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
}
.absolute-bottom-center {
  left: 50%;
  top: 80%;
  position: absolute;
  -ms-transform: translateX(-50%) translateY(-80%);
  -moz-transform: translateX(-50%) translateY(-80%);
  -webkit-transform: translateX(-50%) translateY(-80%);
  transform: translateX(-50%) translateY(-80%);
  -o-transform: translateX(-50%) translateY(-80%);
}
.filter-grayscale-50 {
  -ms-filter: grayscale(50%);
  filter: grayscale(50%);
}
.filter-grayscale-100 {
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.filter-invert-50 {
  -ms-filter: invert(50%);
  filter: invert(50%);
}
.filter-invert-100 {
  -ms-filter: invert(100%);
  filter: invert(100%);
}
.filter-mix-100 {
  -ms-filter: grayscale(100%) invert(100%);
  filter: grayscale(100%) invert(100%);
}
.map iframe {
  height: 619px;
  vertical-align: bottom;
  width: 100%;
}
.btn {
  display: inline-block;
  border: 2px solid transparent;
  color: inherit;
  letter-spacing: 0.5px;
  line-height: inherit;
  border-radius: 0;
  text-transform: uppercase;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  white-space: nowrap;
}
.btn-danger,
.btn-info,
.btn-info:hover,
.btn-primary,
.btn-success,
.btn-warning {
  color: #fff;
}
.btn.btn-very-small {
  font-size: 9px;
  padding: 1px 17px;
  line-height: 22px;
}
.btn.btn-small {
  font-size: 11px;
  padding: 4px 24px;
}
.btn.btn-medium {
  font-size: 12px;
  padding: 6px 25px 5px;
}
.btn.btn-large {
  font-size: 13px;
  padding: 9px 34px;
  line-height: 25px;
}
.btn.btn-extra-large {
  font-size: 15px;
  padding: 12px 40px 13px;
  line-height: 25px;
}
.btn-dual .btn {
  margin-left: 10px;
  margin-right: 10px;
}
.btn i {
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.btn.btn-white {
  background: #fff;
  border-color: #fff;
  color: #232323;
}
.btn.btn-white:focus,
.btn.btn-white:hover {
  background: 0 0;
  color: #fff;
}
.btn.btn-black {
  background: #000;
  border-color: #000;
  color: #fff;
}
.btn.btn-black:focus,
.btn.btn-black:hover {
  background: 0 0;
  color: #000;
}
.btn.btn-dark-gray {
  background: #232323;
  border-color: #232323;
  color: #fff;
}
.btn.btn-dark-gray:focus,
.btn.btn-dark-gray:hover {
  background: 0 0;
  color: #232323;
}
.btn.btn-light-gray {
  background: #dbdbdb;
  border-color: #dbdbdb;
  color: #232323;
}
.btn.btn-light-gray:focus,
.btn.btn-light-gray:hover {
  background: 0 0;
  border-color: #dbdbdb;
  color: #dbdbdb;
}
.btn.btn-deep-pink {
  background: var(--base-color);
  border-color: var(--base-color);
  color: #fff;
}
.btn.btn-deep-pink:focus,
.btn.btn-deep-pink:hover {
  background: 0 0;
  border-color: var(--base-color);
  color: var(--base-color);
}
.btn-warning,
.btn-warning:hover {
  color: #fff;
}
.btn.btn-transparent-white {
  background: 0 0;
  border-color: #fff;
  color: #fff;
}
.btn.btn-transparent-white:focus,
.btn.btn-transparent-white:hover {
  background: #fff;
  border-color: #fff;
  color: #232323;
}
.btn.btn-transparent-black {
  background: 0 0;
  border-color: #000;
  color: #000;
}
.btn.btn-transparent-black:focus,
.btn.btn-transparent-black:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.btn.btn-transparent-dark-gray {
  background: 0 0;
  border-color: #232323;
  color: #232323;
}
.btn.btn-transparent-dark-gray:focus,
.btn.btn-transparent-dark-gray:hover {
  background: #232323;
  border-color: #232323;
  color: #fff;
}
.btn.btn-transparent-light-gray {
  background: 0 0;
  border-color: #dbdbdb;
  color: #dbdbdb;
}
.btn.btn-transparent-light-gray:focus,
.btn.btn-transparent-light-gray:hover {
  background: #dbdbdb;
  border-color: #dbdbdb;
  color: #232323;
}
.btn.btn-transparent-deep-pink {
  background: 0 0;
  border-color: var(--base-color);
  color: var(--base-color);
}
.btn.btn-transparent-deep-pink:focus,
.btn.btn-transparent-deep-pink:hover {
  background: var(--base-color);
  border-color: var(--base-color);
  color: #fff;
}
.btn.btn-rounded {
  border-radius: 50px;
}
.btn.btn-rounded.btn-very-small {
  padding: 2px 23px 1px;
}
.btn.btn-rounded.btn-small {
  padding: 5px 29px;
}
.btn.btn-rounded.btn-medium {
  padding: 6px 32px;
}
.btn.btn-rounded.btn-large {
  padding: 9px 38px;
}
.btn.btn-rounded.btn-extra-large {
  padding: 12px 45px 13px;
}
.image-button {
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 26px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}
.image-button:hover {
  background: rgba(0, 0, 0, 0.5);
}
.tag-cloud a {
  font-size: 10px;
  padding: 3px 8px;
  border: 1px solid #d9d9d9;
  margin: 0 8px 8px 0;
  display: inline-block;
  text-transform: uppercase;
  color: #232323;
  line-height: 18px;
}
.tag-cloud a:hover {
  background: #232323;
  color: #fff !important;
  border: 1px solid #232323;
}
.dropdown-style-1 .btn {
  color: #fff;
  font-size: 11px;
  line-height: normal;
  padding: 0;
  margin: 0;
  background: 0 0;
  border: none;
  font-weight: 400;
}
.dropdown-style-1 .btn.dropdown-toggle::after {
  vertical-align: middle;
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  margin-left: 0;
}
.custom-dropdown btn:focus,
.dropdown-style-1 .btn:hover {
  color: var(--base-color);
}
.dropdown-style-1 .dropdown-menu {
  margin-top: 2px;
  min-width: 130px;
  border-radius: 0;
  border: none;
  z-index: 444;
  right: 0;
  left: auto !important;
  padding: 5px 0;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0s;
  -ms-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
}
.dropdown-style-1 .dropdown-menu > li > a {
  padding: 6px 15px;
  font-size: 12px;
  display: block;
  line-height: normal;
}
.dropdown-style-1 .dropdown-menu > li > a:focus,
.dropdown-style-1 .dropdown-menu > li > a:hover {
  background: #ededed;
}
.btn.btn-link {
  padding: 7px 0 0;
  position: relative;
  text-decoration: none;
  border: 0;
  border-bottom: 1px solid;
  background-color: transparent;
  letter-spacing: normal;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.border-all {
  border: 1px solid #ededed;
}
.border-width-1 {
  border-width: 1px;
}
.border-width-2 {
  border-width: 2px;
}
.border-width-3 {
  border-width: 3px;
}
.border-width-4 {
  border-width: 4px;
}
.border-width-5 {
  border-width: 5px;
}
.border-width-6 {
  border-width: 6px;
}
.border-width-7 {
  border-width: 7px;
}
.border-width-8 {
  border-width: 8px;
}
.border-width-9 {
  border-width: 9px;
}
.border-width-10 {
  border-width: 10px;
}
.border-width-20 {
  border-width: 20px;
}
.border-top {
  border-top: 1px solid;
}
.border-bottom {
  border-bottom: 1px solid;
}
.border-left {
  border-left: 1px solid;
}
.border-right {
  border-right: 1px solid;
}
.border-lr {
  border-left: 1px solid;
  border-right: 1px solid;
}
.border-tb {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.border-color-white {
  border-color: #fff !important;
}
.border-color-black {
  border-color: #000 !important;
}
.border-color-extra-dark-gray {
  border-color: #232323 !important;
}
.border-color-medium-dark-gray {
  border-color: #363636 !important;
}
.border-color-dark-gray {
  border-color: #939393 !important;
}
.border-color-extra-medium-gray {
  border-color: #dbdbdb !important;
}
.border-color-medium-gray {
  border-color: #e4e4e4 !important;
}
.border-color-extra-light-gray {
  border-color: #ededed !important;
}
.border-color-light-gray {
  border-color: #f5f5f5 !important;
}
.border-color-light-pink {
  border-color: #862237 !important;
}
.border-color-deep-pink {
  border-color: var(--base-color) !important;
}
.border-color-transparent-pink {
  border-color: rgba(255, 33, 79, 0.45) !important;
}
.required-error {
  border: 1px solid #ee2323 !important;
}
.input-border-bottom.required-error {
  border-width: 0 !important;
  border-bottom-width: 1px !important;
  border-bottom-color: #ee2323 !important;
}
.g-recaptcha.required-error iframe {
  border: 1px solid #ee2323;
}
.g-recaptcha.required-error {
  border: 0 !important;
}
.border-dotted {
  border-style: dotted !important;
}
.border-dashed {
  border-style: dashed !important;
}
.border-solid {
  border-style: solid !important;
}
.border-double {
  border-style: double !important;
}
.border-groove {
  border-style: groove !important;
}
.border-ridge {
  border-style: ridge !important;
}
.border-inset {
  border-style: inset !important;
}
.border-outset {
  border-style: outset !important;
}
.border-none {
  border-style: none !important;
}
.border-hidden {
  border-style: hidden !important;
}
.border-transperent {
  border-color: transparent !important;
}
.no-border-top {
  border-top: 0 !important;
}
.no-border-bottom {
  border-bottom: 0 !important;
}
.no-border-right {
  border-right: 0 !important;
}
.no-border-left {
  border-left: 0 !important;
}
.overline-icon-box {
  border-top-width: 4px;
}
.overline-icon-box.overline-white {
  border-top-color: #fff !important;
}
.overline-icon-box.overline-black {
  border-top-color: #000 !important;
}
.overline-icon-box.overline-extra-dark-gray {
  border-top-color: #232323 !important;
}
.overline-icon-box.overline-medium-dark-gray {
  border-top-color: #363636 !important;
}
.overline-icon-box.overline-dark-gray {
  border-top-color: #939393 !important;
}
.overline-icon-box.overline-extra-light-gray {
  border-top-color: #dbdbdb !important;
}
.overline-icon-box.overline-medium-gray {
  border-top-color: #e4e4e4 !important;
}
.overline-icon-box.overline-light-gray {
  border-top-color: #f5f5f5 !important;
}
.overline-icon-box.overline-light-pink {
  border-top-color: #862237 !important;
}
.overline-icon-box.overline-deep-pink {
  border-top-color: var(--base-color) !important;
}
.overline-icon-box.overline-transparent-pink {
  border-top-color: rgba(255, 33, 79, 0.45) !important;
}
.border-black-light {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.border-white-light {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.border-radius-1 {
  border-radius: 1px;
}
.border-radius-2 {
  border-radius: 2px;
}
.border-radius-3 {
  border-radius: 3px;
}
.border-radius-4 {
  border-radius: 4px;
}
.border-radius-5 {
  border-radius: 5px;
}
.border-radius-6 {
  border-radius: 6px;
}
.border-radius-7 {
  border-radius: 7px;
}
.border-radius-8 {
  border-radius: 8px;
}
.border-radius-9 {
  border-radius: 9px;
}
.border-radius-10 {
  border-radius: 10px;
}
.border-radius-50 {
  border-radius: 50%;
}
.border-radius-100 {
  border-radius: 100%;
}
.border-radius-none {
  border-radius: 0;
}
.aside-title {
  position: relative;
  overflow: hidden;
}
.aside-title span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.aside-title:after {
  content: "";
  display: inline-block;
  width: 100%;
  background: var(--base-color);
  height: 1px;
  top: 50%;
  position: absolute;
}
.right-sidebar {
  padding-right: 60px;
}
.left-sidebar {
  padding-left: 60px;
}
.video-wrapper {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.htms-video {
  background-color: #000;
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: auto;
  z-index: -3;
}
.video-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: -5px !important;
  width: 100%;
}
.video-background {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  background: rgba(67, 67, 67, 0.5);
}
.parallax {
  position: relative !important;
  background-size: cover !important;
  overflow: hidden;
  background-attachment: fixed !important;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
}
.fix-background {
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
.cover-background {
  position: relative !important;
  background-size: cover !important;
  overflow: hidden !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.background-size-inherit {
  background-size: inherit;
}
.background-attachment-inherit {
  background-attachment: inherit;
}
.background-position-left {
  background-position: left center;
}
.background-position-left-bottom {
  background-position: left bottom;
}
.background-position-right {
  background-position: right center;
}
.background-position-top {
  background-position: center top !important;
}
.up-down-ani {
  display: table;
  position: relative;
  -webkit-animation-name: up-down-animation;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-name: up-down-animation;
  -moz-animation-duration: 0.7s;
  -moz-animation-timing-function: linear;
  -moz-animation-delay: 0.7s;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: up-down-animation;
  -ms-animation-duration: 0.7s;
  -ms-animation-timing-function: linear;
  -ms-animation-delay: 0.7s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: alternate;
  -o-animation-direction: alternate;
  -o-animation-name: up-down-animation;
  -o-animation-duration: 0.7s;
  -o-animation-timing-function: linear;
  -o-animation-delay: 0.7s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  animation-name: up-down-animation;
  animation-duration: 0.7s;
  animation-timing-function: linear;
  animation-delay: 0.7s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  margin: 0 auto;
}
.background-position-x-50 {
  background-position-x: 50% !important;
}
.margin-half-all {
  margin: 0.5%;
}
.margin-one-all {
  margin: 1%;
}
.margin-one-half-all {
  margin: 1.5%;
}
.margin-two-all {
  margin: 2%;
}
.margin-two-half-all {
  margin: 2.5%;
}
.margin-three-all {
  margin: 3%;
}
.margin-three-half-all {
  margin: 3.5%;
}
.margin-four-all {
  margin: 4%;
}
.margin-four-half-all {
  margin: 4.5%;
}
.margin-five-all {
  margin: 5%;
}
.margin-five-half-all {
  margin: 5.5%;
}
.margin-six-all {
  margin: 6%;
}
.margin-six-half-all {
  margin: 6.5%;
}
.margin-seven-all {
  margin: 7%;
}
.margin-seven-half-all {
  margin: 7.5%;
}
.margin-eight-all {
  margin: 8%;
}
.margin-eight-half-all {
  margin: 8.5%;
}
.margin-nine-all {
  margin: 9%;
}
.margin-nine-half-all {
  margin: 9.5%;
}
.margin-ten-all {
  margin: 10%;
}
.margin-ten-half-all {
  margin: 10.5%;
}
.margin-eleven-all {
  margin: 11%;
}
.margin-eleven-half-all {
  margin: 11.5%;
}
.margin-twelve-all {
  margin: 12%;
}
.margin-twelve-half-all {
  margin: 12.5%;
}
.margin-thirteen-all {
  margin: 13%;
}
.margin-thirteen-half-all {
  margin: 13.5%;
}
.margin-fourteen-all {
  margin: 14%;
}
.margin-fourteen-half-all {
  margin: 14.5%;
}
.margin-fifteen-all {
  margin: 15%;
}
.margin-fifteen-half-all {
  margin: 15.5%;
}
.margin-sixteen-all {
  margin: 16%;
}
.margin-sixteen-half-all {
  margin: 16.5%;
}
.margin-seventeen-all {
  margin: 17%;
}
.margin-seventeen-half-all {
  margin: 17.5%;
}
.margin-eighteen-all {
  margin: 18%;
}
.margin-eighteen-half-all {
  margin: 18.5%;
}
.margin-nineteen-all {
  margin: 19%;
}
.margin-nineteen-half-all {
  margin: 19.5%;
}
.margin-twenty-all {
  margin: 20%;
}
.margin-twenty-half-all {
  margin: 20.5%;
}
.margin-twenty-one-all {
  margin: 21%;
}
.margin-twenty-one-half-all {
  margin: 21.5%;
}
.margin-twenty-two-all {
  margin: 22%;
}
.margin-twenty-two-half-all {
  margin: 22.5%;
}
.margin-twenty-three-all {
  margin: 23%;
}
.margin-twenty-three-half-all {
  margin: 23.5%;
}
.margin-twenty-four-all {
  margin: 24%;
}
.margin-twenty-four-half-all {
  margin: 24.5%;
}
.margin-twenty-five-all {
  margin: 25%;
}
.margin-5px-all {
  margin: 5px;
}
.margin-10px-all {
  margin: 10px;
}
.margin-15px-all {
  margin: 15px;
}
.margin-20px-all {
  margin: 20px;
}
.margin-25px-all {
  margin: 25px;
}
.margin-30px-all {
  margin: 30px;
}
.margin-35px-all {
  margin: 35px;
}
.margin-40px-all {
  margin: 40px;
}
.margin-45px-all {
  margin: 45px;
}
.margin-50px-all {
  margin: 50px;
}
.margin-55px-all {
  margin: 55px;
}
.margin-60px-all {
  margin: 60px;
}
.margin-65px-all {
  margin: 65px;
}
.margin-70px-all {
  margin: 70px;
}
.margin-75px-all {
  margin: 75px;
}
.margin-80px-all {
  margin: 80px;
}
.margin-85px-all {
  margin: 85px;
}
.margin-90px-all {
  margin: 90px;
}
.margin-95px-all {
  margin: 95px;
}
.margin-100px-all {
  margin: 100px;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-lr {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.no-margin-tb {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.margin-lr-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.margin-auto {
  margin: 0 auto !important;
}
.margin-half-top {
  margin-top: 0.5%;
}
.margin-one-top {
  margin-top: 1%;
}
.margin-one-half-top {
  margin-top: 1.5%;
}
.margin-two-top {
  margin-top: 2%;
}
.margin-two-half-top {
  margin-top: 2.5%;
}
.margin-three-top {
  margin-top: 3%;
}
.margin-three-half-top {
  margin-top: 3.5%;
}
.margin-four-top {
  margin-top: 4%;
}
.margin-four-half-top {
  margin-top: 4.5%;
}
.margin-five-top {
  margin-top: 5%;
}
.margin-five-half-top {
  margin-top: 5.5%;
}
.margin-six-top {
  margin-top: 6%;
}
.margin-six-half-top {
  margin-top: 6.5%;
}
.margin-seven-top {
  margin-top: 7%;
}
.margin-seven-half-top {
  margin-top: 7.5%;
}
.margin-eight-top {
  margin-top: 8%;
}
.margin-eight-half-top {
  margin-top: 8.5%;
}
.margin-nine-top {
  margin-top: 9%;
}
.margin-nine-half-top {
  margin-top: 9.5%;
}
.margin-ten-top {
  margin-top: 10%;
}
.margin-ten-half-top {
  margin-top: 10.5%;
}
.margin-eleven-top {
  margin-top: 11%;
}
.margin-eleven-half-top {
  margin-top: 11.5%;
}
.margin-twelve-top {
  margin-top: 12%;
}
.margin-twelve-half-top {
  margin-top: 12.5%;
}
.margin-thirteen-top {
  margin-top: 13%;
}
.margin-thirteen-half-top {
  margin-top: 13.5%;
}
.margin-fourteen-top {
  margin-top: 14%;
}
.margin-fourteen-half-top {
  margin-top: 14.5%;
}
.margin-fifteen-top {
  margin-top: 15%;
}
.margin-fifteen-half-top {
  margin-top: 15.5%;
}
.margin-sixteen-top {
  margin-top: 16%;
}
.margin-sixteen-half-top {
  margin-top: 16.5%;
}
.margin-seventeen-top {
  margin-top: 17%;
}
.margin-seventeen-half-top {
  margin-top: 17.5%;
}
.margin-eighteen-top {
  margin-top: 18%;
}
.margin-eighteen-half-top {
  margin-top: 18.5%;
}
.margin-nineteen-top {
  margin-top: 19%;
}
.margin-nineteen-half-top {
  margin-top: 19.5%;
}
.margin-twenty-top {
  margin-top: 20%;
}
.margin-twenty-half-top {
  margin-top: 20.5%;
}
.margin-twenty-one-top {
  margin-top: 21%;
}
.margin-twenty-one-half-top {
  margin-top: 21.5%;
}
.margin-twenty-two-top {
  margin-top: 22%;
}
.margin-twenty-two-half-top {
  margin-top: 22.5%;
}
.margin-twenty-three-top {
  margin-top: 23%;
}
.margin-twenty-three-half-top {
  margin-top: 23.5%;
}
.margin-twenty-four-top {
  margin-top: 24%;
}
.margin-twenty-four-half-top {
  margin-top: 24.5%;
}
.margin-twenty-five-top {
  margin-top: 25%;
}
.margin-5px-top {
  margin-top: 5px;
}
.margin-10px-top {
  margin-top: 10px;
}
.margin-15px-top {
  margin-top: 15px;
}
.margin-20px-top {
  margin-top: 20px;
}
.margin-25px-top {
  margin-top: 25px;
}
.margin-30px-top {
  margin-top: 30px;
}
.margin-35px-top {
  margin-top: 35px;
}
.margin-40px-top {
  margin-top: 40px;
}
.margin-45px-top {
  margin-top: 45px;
}
.margin-50px-top {
  margin-top: 50px;
}
.margin-55px-top {
  margin-top: 55px;
}
.margin-60px-top {
  margin-top: 60px;
}
.margin-65px-top {
  margin-top: 65px;
}
.margin-70px-top {
  margin-top: 70px;
}
.margin-75px-top {
  margin-top: 75px;
}
.margin-80px-top {
  margin-top: 80px;
}
.margin-85px-top {
  margin-top: 85px;
}
.margin-90px-top {
  margin-top: 90px;
}
.margin-95px-top {
  margin-top: 95px;
}
.margin-100px-top {
  margin-top: 100px;
}
.margin-half-bottom {
  margin-bottom: 0.5%;
}
.margin-one-bottom {
  margin-bottom: 1%;
}
.margin-one-half-bottom {
  margin-bottom: 1.5%;
}
.margin-two-bottom {
  margin-bottom: 2%;
}
.margin-two-half-bottom {
  margin-bottom: 2.5%;
}
.margin-three-bottom {
  margin-bottom: 3%;
}
.margin-three-half-bottom {
  margin-bottom: 3.5%;
}
.margin-four-bottom {
  margin-bottom: 4%;
}
.margin-four-half-bottom {
  margin-bottom: 4.5%;
}
.margin-five-bottom {
  margin-bottom: 5%;
}
.margin-five-half-bottom {
  margin-bottom: 5.5%;
}
.margin-six-bottom {
  margin-bottom: 6%;
}
.margin-six-half-bottom {
  margin-bottom: 6.5%;
}
.margin-seven-bottom {
  margin-bottom: 7%;
}
.margin-seven-half-bottom {
  margin-bottom: 7.5%;
}
.margin-eight-bottom {
  margin-bottom: 8%;
}
.margin-eight-half-bottom {
  margin-bottom: 8.5%;
}
.margin-nine-bottom {
  margin-bottom: 9%;
}
.margin-nine-half-bottom {
  margin-bottom: 9.5%;
}
.margin-ten-bottom {
  margin-bottom: 10%;
}
.margin-ten-half-bottom {
  margin-bottom: 10.5%;
}
.margin-eleven-bottom {
  margin-bottom: 11%;
}
.margin-eleven-half-bottom {
  margin-bottom: 11.5%;
}
.margin-twelve-bottom {
  margin-bottom: 12%;
}
.margin-twelve-half-bottom {
  margin-bottom: 12.5%;
}
.margin-thirteen-bottom {
  margin-bottom: 13%;
}
.margin-thirteen-half-bottom {
  margin-bottom: 13.5%;
}
.margin-fourteen-bottom {
  margin-bottom: 14%;
}
.margin-fourteen-half-bottom {
  margin-bottom: 14.5%;
}
.margin-fifteen-bottom {
  margin-bottom: 15%;
}
.margin-fifteen-half-bottom {
  margin-bottom: 15.5%;
}
.margin-sixteen-bottom {
  margin-bottom: 16%;
}
.margin-sixteen-half-bottom {
  margin-bottom: 16.5%;
}
.margin-seventeen-bottom {
  margin-bottom: 17%;
}
.margin-seventeen-half-bottom {
  margin-bottom: 17.5%;
}
.margin-eighteen-bottom {
  margin-bottom: 18%;
}
.margin-eighteen-half-bottom {
  margin-bottom: 18.5%;
}
.margin-nineteen-bottom {
  margin-bottom: 19%;
}
.margin-nineteen-half-bottom {
  margin-bottom: 19.5%;
}
.margin-twenty-bottom {
  margin-bottom: 20%;
}
.margin-twenty-half-bottom {
  margin-bottom: 20.5%;
}
.margin-twenty-one-bottom {
  margin-bottom: 21%;
}
.margin-twenty-one-half-bottom {
  margin-bottom: 21.5%;
}
.margin-twenty-two-bottom {
  margin-bottom: 22%;
}
.margin-twenty-two-half-bottom {
  margin-bottom: 22.5%;
}
.margin-twenty-three-bottom {
  margin-bottom: 23%;
}
.margin-twenty-three-half-bottom {
  margin-bottom: 23.5%;
}
.margin-twenty-four-bottom {
  margin-bottom: 24%;
}
.margin-twenty-four-half-bottom {
  margin-bottom: 24.5%;
}
.margin-twenty-five-bottom {
  margin-bottom: 25%;
}
.margin-5px-bottom {
  margin-bottom: 5px;
}
.margin-10px-bottom {
  margin-bottom: 10px;
}
.margin-15px-bottom {
  margin-bottom: 15px;
}
.margin-20px-bottom {
  margin-bottom: 20px;
}
.margin-25px-bottom {
  margin-bottom: 25px;
}
.margin-30px-bottom {
  margin-bottom: 30px;
}
.margin-35px-bottom {
  margin-bottom: 35px;
}
.margin-40px-bottom {
  margin-bottom: 40px;
}
.margin-45px-bottom {
  margin-bottom: 45px;
}
.margin-50px-bottom {
  margin-bottom: 50px;
}
.margin-55px-bottom {
  margin-bottom: 55px;
}
.margin-60px-bottom {
  margin-bottom: 60px;
}
.margin-65px-bottom {
  margin-bottom: 65px;
}
.margin-70px-bottom {
  margin-bottom: 70px;
}
.margin-75px-bottom {
  margin-bottom: 75px;
}
.margin-80px-bottom {
  margin-bottom: 80px;
}
.margin-85px-bottom {
  margin-bottom: 85px;
}
.margin-90px-bottom {
  margin-bottom: 90px;
}
.margin-95px-bottom {
  margin-bottom: 95px;
}
.margin-100px-bottom {
  margin-bottom: 100px;
}
.margin-half-right {
  margin-right: 0.5%;
}
.margin-one-right {
  margin-right: 1%;
}
.margin-one-half-right {
  margin-right: 1.5%;
}
.margin-two-right {
  margin-right: 2%;
}
.margin-two-half-right {
  margin-right: 2.5%;
}
.margin-three-right {
  margin-right: 3%;
}
.margin-three-half-right {
  margin-right: 3.5%;
}
.margin-four-right {
  margin-right: 4%;
}
.margin-four-half-right {
  margin-right: 4.5%;
}
.margin-five-right {
  margin-right: 5%;
}
.margin-five-half-right {
  margin-right: 5.5%;
}
.margin-six-right {
  margin-right: 6%;
}
.margin-six-half-right {
  margin-right: 6.5%;
}
.margin-seven-right {
  margin-right: 7%;
}
.margin-seven-half-right {
  margin-right: 7.5%;
}
.margin-eight-right {
  margin-right: 8%;
}
.margin-eight-half-right {
  margin-right: 8.5%;
}
.margin-nine-right {
  margin-right: 9%;
}
.margin-nine-half-right {
  margin-right: 9.5%;
}
.margin-ten-right {
  margin-right: 10%;
}
.margin-ten-half-right {
  margin-right: 10.5%;
}
.margin-eleven-right {
  margin-right: 11%;
}
.margin-eleven-half-right {
  margin-right: 11.5%;
}
.margin-twelve-right {
  margin-right: 12%;
}
.margin-twelve-half-right {
  margin-right: 12.5%;
}
.margin-thirteen-right {
  margin-right: 13%;
}
.margin-thirteen-half-right {
  margin-right: 13.5%;
}
.margin-fourteen-right {
  margin-right: 14%;
}
.margin-fourteen-half-right {
  margin-right: 14.5%;
}
.margin-fifteen-right {
  margin-right: 15%;
}
.margin-fifteen-half-right {
  margin-right: 15.5%;
}
.margin-sixteen-right {
  margin-right: 16%;
}
.margin-sixteen-half-right {
  margin-right: 16.5%;
}
.margin-seventeen-right {
  margin-right: 17%;
}
.margin-seventeen-half-right {
  margin-right: 17.5%;
}
.margin-eighteen-right {
  margin-right: 18%;
}
.margin-eighteen-half-right {
  margin-right: 18.5%;
}
.margin-nineteen-right {
  margin-right: 19%;
}
.margin-nineteen-half-right {
  margin-right: 19.5%;
}
.margin-twenty-right {
  margin-right: 20%;
}
.margin-twenty-half-right {
  margin-right: 20.5%;
}
.margin-twenty-right {
  margin-right: 21%;
}
.margin-twenty-one-half-right {
  margin-right: 21.5%;
}
.margin-twenty-two-right {
  margin-right: 22%;
}
.margin-twenty-two-half-right {
  margin-right: 22.5%;
}
.margin-twenty-three-right {
  margin-right: 23%;
}
.margin-twenty-three-half-right {
  margin-right: 23.5%;
}
.margin-twenty-four-right {
  margin-right: 24%;
}
.margin-twenty-four-half-right {
  margin-right: 24.5%;
}
.margin-twenty-five-right {
  margin-right: 25%;
}
.margin-5px-right {
  margin-right: 5px;
}
.margin-10px-right {
  margin-right: 10px;
}
.margin-15px-right {
  margin-right: 15px;
}
.margin-20px-right {
  margin-right: 20px;
}
.margin-25px-right {
  margin-right: 25px;
}
.margin-30px-right {
  margin-right: 30px;
}
.margin-35px-right {
  margin-right: 35px;
}
.margin-40px-right {
  margin-right: 40px;
}
.margin-45px-right {
  margin-right: 45px;
}
.margin-50px-right {
  margin-right: 50px;
}
.margin-55px-right {
  margin-right: 55px;
}
.margin-60px-right {
  margin-right: 60px;
}
.margin-65px-right {
  margin-right: 65px;
}
.margin-70px-right {
  margin-right: 70px;
}
.margin-75px-right {
  margin-right: 75px;
}
.margin-80px-right {
  margin-right: 80px;
}
.margin-85px-right {
  margin-right: 85px;
}
.margin-90px-right {
  margin-right: 90px;
}
.margin-95px-right {
  margin-right: 95px;
}
.margin-100px-right {
  margin-right: 100px;
}
.margin-half-left {
  margin-left: 0.5%;
}
.margin-one-left {
  margin-left: 1%;
}
.margin-one-half-left {
  margin-left: 1.5%;
}
.margin-two-left {
  margin-left: 2%;
}
.margin-two-half-left {
  margin-left: 2.5%;
}
.margin-three-left {
  margin-left: 3%;
}
.margin-three-half-left {
  margin-left: 3.5%;
}
.margin-four-left {
  margin-left: 4%;
}
.margin-four-half-left {
  margin-left: 4.5%;
}
.margin-five-left {
  margin-left: 5%;
}
.margin-five-half-left {
  margin-left: 5.5%;
}
.margin-six-left {
  margin-left: 6%;
}
.margin-six-half-left {
  margin-left: 6.5%;
}
.margin-seven-left {
  margin-left: 7%;
}
.margin-seven-half-left {
  margin-left: 7.5%;
}
.margin-eight-left {
  margin-left: 8%;
}
.margin-eight-half-left {
  margin-left: 8.5%;
}
.margin-nine-left {
  margin-left: 9%;
}
.margin-nine-half-left {
  margin-left: 9.5%;
}
.margin-ten-left {
  margin-left: 10%;
}
.margin-ten-half-left {
  margin-left: 10.5%;
}
.margin-eleven-left {
  margin-left: 11%;
}
.margin-eleven-half-left {
  margin-left: 11.5%;
}
.margin-twelve-left {
  margin-left: 12%;
}
.margin-twelve-half-left {
  margin-left: 12.5%;
}
.margin-thirteen-left {
  margin-left: 13%;
}
.margin-thirteen-half-left {
  margin-left: 13.5%;
}
.margin-fourteen-left {
  margin-left: 14%;
}
.margin-fourteen-half-left {
  margin-left: 14.5%;
}
.margin-fifteen-left {
  margin-left: 15%;
}
.margin-fifteen-half-left {
  margin-left: 15.5%;
}
.margin-sixteen-left {
  margin-left: 16%;
}
.margin-sixteen-half-left {
  margin-left: 16.5%;
}
.margin-seventeen-left {
  margin-left: 17%;
}
.margin-seventeen-half-left {
  margin-left: 17.5%;
}
.margin-eighteen-left {
  margin-left: 18%;
}
.margin-eighteen-half-left {
  margin-left: 18.5%;
}
.margin-nineteen-left {
  margin-left: 19%;
}
.margin-nineteen-half-left {
  margin-left: 19.5%;
}
.margin-twenty-left {
  margin-left: 20%;
}
.margin-twenty-half-left {
  margin-left: 20.5%;
}
.margin-twenty-one-left {
  margin-left: 21%;
}
.margin-twenty-one-half-left {
  margin-left: 21.5%;
}
.margin-twenty-two-left {
  margin-left: 22%;
}
.margin-twenty-two-half-left {
  margin-left: 22.5%;
}
.margin-twenty-three-left {
  margin-left: 23%;
}
.margin-twenty-three-half-left {
  margin-left: 23.5%;
}
.margin-twenty-four-left {
  margin-left: 24%;
}
.margin-twenty-four-half-left {
  margin-left: 24.5%;
}
.margin-twenty-five-left {
  margin-left: 25%;
}
.margin-5px-left {
  margin-left: 5px;
}
.margin-10px-left {
  margin-left: 10px;
}
.margin-15px-left {
  margin-left: 15px;
}
.margin-20px-left {
  margin-left: 20px;
}
.margin-25px-left {
  margin-left: 25px;
}
.margin-30px-left {
  margin-left: 30px;
}
.margin-35px-left {
  margin-left: 35px;
}
.margin-40px-left {
  margin-left: 40px;
}
.margin-45px-left {
  margin-left: 45px;
}
.margin-50px-left {
  margin-left: 50px;
}
.margin-55px-left {
  margin-left: 55px;
}
.margin-60px-left {
  margin-left: 60px;
}
.margin-65px-left {
  margin-left: 65px;
}
.margin-70px-left {
  margin-left: 70px;
}
.margin-75px-left {
  margin-left: 75px;
}
.margin-80px-left {
  margin-left: 80px;
}
.margin-85px-left {
  margin-left: 85px;
}
.margin-90px-left {
  margin-left: 90px;
}
.margin-95px-left {
  margin-left: 95px;
}
.margin-100px-left {
  margin-left: 100px;
}
.margin-half-lr {
  margin-left: 0.5%;
  margin-right: 0.5%;
}
.margin-one-lr {
  margin-left: 1%;
  margin-right: 1%;
}
.margin-one-half-lr {
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.margin-two-lr {
  margin-left: 2%;
  margin-right: 2%;
}
.margin-two-half-lr {
  margin-left: 2.5%;
  margin-right: 2.5%;
}
.margin-three-lr {
  margin-left: 3%;
  margin-right: 3%;
}
.margin-three-half-lr {
  margin-left: 3.5%;
  margin-right: 3.5%;
}
.margin-four-lr {
  margin-left: 4%;
  margin-right: 4%;
}
.margin-four-half-lr {
  margin-left: 4.5%;
  margin-right: 4.5%;
}
.margin-five-lr {
  margin-left: 5%;
  margin-right: 5%;
}
.margin-five-half-lr {
  margin-left: 5.5%;
  margin-right: 5.5%;
}
.margin-six-lr {
  margin-left: 6%;
  margin-right: 6%;
}
.margin-six-half-lr {
  margin-left: 6.5%;
  margin-right: 6.5%;
}
.margin-seven-lr {
  margin-left: 7%;
  margin-right: 7%;
}
.margin-seven-half-lr {
  margin-left: 7.5%;
  margin-right: 7.5%;
}
.margin-eight-lr {
  margin-left: 8%;
  margin-right: 8%;
}
.margin-eight-half-lr {
  margin-left: 8.5%;
  margin-right: 8.5%;
}
.margin-nine-lr {
  margin-left: 9%;
  margin-right: 9%;
}
.margin-nine-half-lr {
  margin-left: 9.5%;
  margin-right: 9.5%;
}
.margin-ten-lr {
  margin-left: 10%;
  margin-right: 10%;
}
.margin-ten-half-lr {
  margin-left: 10.5%;
  margin-right: 10.5%;
}
.margin-eleven-lr {
  margin-left: 11%;
  margin-right: 11%;
}
.margin-eleven-half-lr {
  margin-left: 11.5%;
  margin-right: 11.5%;
}
.margin-twelve-lr {
  margin-left: 12%;
  margin-right: 12%;
}
.margin-twelve-half-lr {
  margin-left: 12.5%;
  margin-right: 12.5%;
}
.margin-thirteen-lr {
  margin-left: 13%;
  margin-right: 13%;
}
.margin-thirteen-half-lr {
  margin-left: 13.5%;
  margin-right: 13.5%;
}
.margin-fourteen-lr {
  margin-left: 14%;
  margin-right: 14%;
}
.margin-fourteen-half-lr {
  margin-left: 14.5%;
  margin-right: 14.5%;
}
.margin-fifteen-lr {
  margin-left: 15%;
  margin-right: 15%;
}
.margin-fifteen-half-lr {
  margin-left: 15.5%;
  margin-right: 15.5%;
}
.margin-sixteen-lr {
  margin-left: 16%;
  margin-right: 16%;
}
.margin-sixteen-half-lr {
  margin-left: 16.5%;
  margin-right: 16.5%;
}
.margin-seventeen-lr {
  margin-left: 17%;
  margin-right: 17%;
}
.margin-seventeen-half-lr {
  margin-left: 17.5%;
  margin-right: 17.5%;
}
.margin-eighteen-lr {
  margin-left: 18%;
  margin-right: 18%;
}
.margin-eighteen-half-lr {
  margin-left: 18.5%;
  margin-right: 18.5%;
}
.margin-nineteen-lr {
  margin-left: 19%;
  margin-right: 19%;
}
.margin-nineteen-half-lr {
  margin-left: 19.5%;
  margin-right: 19.5%;
}
.margin-twenty-lr {
  margin-left: 20%;
  margin-right: 20%;
}
.margin-twenty-half-lr {
  margin-left: 20.5%;
  margin-right: 20.5%;
}
.margin-twenty-one-lr {
  margin-left: 21%;
  margin-right: 21%;
}
.margin-twenty-one-half-lr {
  margin-left: 21.5%;
  margin-right: 21.5%;
}
.margin-twenty-two-lr {
  margin-left: 22%;
  margin-right: 22%;
}
.margin-twenty-two-half-lr {
  margin-left: 22.5%;
  margin-right: 22.5%;
}
.margin-twenty-three-lr {
  margin-left: 23%;
  margin-right: 23%;
}
.margin-twenty-three-half-lr {
  margin-left: 23.5%;
  margin-right: 23.5%;
}
.margin-twenty-four-lr {
  margin-left: 24%;
  margin-right: 24%;
}
.margin-twenty-four-half-lr {
  margin-left: 24.5%;
  margin-right: 24.5%;
}
.margin-twenty-five-lr {
  margin-left: 25%;
  margin-right: 25%;
}
.margin-5px-lr {
  margin-left: 5px;
  margin-right: 5px;
}
.margin-10px-lr {
  margin-left: 10px;
  margin-right: 10px;
}
.margin-15px-lr {
  margin-left: 15px;
  margin-right: 15px;
}
.margin-20px-lr {
  margin-left: 20px;
  margin-right: 20px;
}
.margin-25px-lr {
  margin-left: 25px;
  margin-right: 25px;
}
.margin-30px-lr {
  margin-left: 30px;
  margin-right: 30px;
}
.margin-35px-lr {
  margin-left: 35px;
  margin-right: 35px;
}
.margin-40px-lr {
  margin-left: 40px;
  margin-right: 40px;
}
.margin-45px-lr {
  margin-left: 45px;
  margin-right: 45px;
}
.margin-50px-lr {
  margin-left: 50px;
  margin-right: 50px;
}
.margin-55px-lr {
  margin-left: 55px;
  margin-right: 55px;
}
.margin-60px-lr {
  margin-left: 60px;
  margin-right: 60px;
}
.margin-65px-lr {
  margin-left: 65px;
  margin-right: 65px;
}
.margin-70px-lr {
  margin-left: 70px;
  margin-right: 70px;
}
.margin-75px-lr {
  margin-left: 75px;
  margin-right: 75px;
}
.margin-80px-lr {
  margin-left: 80px;
  margin-right: 80px;
}
.margin-85px-lr {
  margin-left: 85px;
  margin-right: 85px;
}
.margin-90px-lr {
  margin-left: 90px;
  margin-right: 90px;
}
.margin-95px-lr {
  margin-left: 95px;
  margin-right: 95px;
}
.margin-100px-lr {
  margin-left: 100px;
  margin-right: 100px;
}
.margin-half-tb {
  margin-top: 0.5%;
  margin-bottom: 0.5%;
}
.margin-one-tb {
  margin-top: 1%;
  margin-bottom: 1%;
}
.margin-one-half-tb {
  margin-top: 1.5%;
  margin-bottom: 1.5%;
}
.margin-two-tb {
  margin-top: 2%;
  margin-bottom: 2%;
}
.margin-two-half-tb {
  margin-top: 2.5%;
  margin-bottom: 2.5%;
}
.margin-three-tb {
  margin-top: 3%;
  margin-bottom: 3%;
}
.margin-three-half-tb {
  margin-top: 3.5%;
  margin-bottom: 3.5%;
}
.margin-four-tb {
  margin-top: 4%;
  margin-bottom: 4%;
}
.margin-four-half-tb {
  margin-top: 4.5%;
  margin-bottom: 4.5%;
}
.margin-five-tb {
  margin-top: 5%;
  margin-bottom: 5%;
}
.margin-five-half-tb {
  margin-top: 5.5%;
  margin-bottom: 5.5%;
}
.margin-six-tb {
  margin-top: 6%;
  margin-bottom: 6%;
}
.margin-six-half-tb {
  margin-top: 6.5%;
  margin-bottom: 6.5%;
}
.margin-seven-tb {
  margin-top: 7%;
  margin-bottom: 7%;
}
.margin-seven-half-tb {
  margin-top: 7.5%;
  margin-bottom: 7.5%;
}
.margin-eight-tb {
  margin-top: 8%;
  margin-bottom: 8%;
}
.margin-eight-half-tb {
  margin-top: 8.5%;
  margin-bottom: 8.5%;
}
.margin-nine-tb {
  margin-top: 9%;
  margin-bottom: 9%;
}
.margin-nine-half-tb {
  margin-top: 9.5%;
  margin-bottom: 9.5%;
}
.margin-ten-tb {
  margin-top: 10%;
  margin-bottom: 10%;
}
.margin-ten-half-tb {
  margin-top: 10.5%;
  margin-bottom: 10.5%;
}
.margin-eleven-tb {
  margin-top: 11%;
  margin-bottom: 11%;
}
.margin-eleven-half-tb {
  margin-top: 11.5%;
  margin-bottom: 11.5%;
}
.margin-twelve-tb {
  margin-top: 12%;
  margin-bottom: 12%;
}
.margin-twelve-half-tb {
  margin-top: 12.5%;
  margin-bottom: 12.5%;
}
.margin-thirteen-tb {
  margin-top: 13%;
  margin-bottom: 13%;
}
.margin-thirteen-half-tb {
  margin-top: 13.5%;
  margin-bottom: 13.5%;
}
.margin-fourteen-tb {
  margin-top: 14%;
  margin-bottom: 14%;
}
.margin-fourteen-half-tb {
  margin-top: 14.5%;
  margin-bottom: 14.5%;
}
.margin-fifteen-tb {
  margin-top: 15%;
  margin-bottom: 15%;
}
.margin-fifteen-half-tb {
  margin-top: 15.5%;
  margin-bottom: 15.5%;
}
.margin-sixteen-tb {
  margin-top: 16%;
  margin-bottom: 16%;
}
.margin-sixteen-half-tb {
  margin-top: 16.5%;
  margin-bottom: 16.5%;
}
.margin-seventeen-tb {
  margin-top: 17%;
  margin-bottom: 17%;
}
.margin-seventeen-half-tb {
  margin-top: 17.5%;
  margin-bottom: 17.5%;
}
.margin-eighteen-tb {
  margin-top: 18%;
  margin-bottom: 18%;
}
.margin-eighteen-half-tb {
  margin-top: 18.5%;
  margin-bottom: 18.5%;
}
.margin-nineteen-tb {
  margin-top: 19%;
  margin-bottom: 19%;
}
.margin-nineteen-half-tb {
  margin-top: 19.5%;
  margin-bottom: 19.5%;
}
.margin-twenty-tb {
  margin-top: 20%;
  margin-bottom: 20%;
}
.margin-twenty-half-tb {
  margin-top: 20.5%;
  margin-bottom: 20.5%;
}
.margin-twenty-one-tb {
  margin-top: 21%;
  margin-bottom: 21%;
}
.margin-twenty-one-half-tb {
  margin-top: 21.5%;
  margin-bottom: 21.5%;
}
.margin-twenty-two-tb {
  margin-top: 22%;
  margin-bottom: 22%;
}
.margin-twenty-two-half-tb {
  margin-top: 22.5%;
  margin-bottom: 22.5%;
}
.margin-twenty-three-tb {
  margin-top: 23%;
  margin-bottom: 23%;
}
.margin-twenty-three-half-tb {
  margin-top: 23.5%;
  margin-bottom: 23.5%;
}
.margin-twenty-four-tb {
  margin-top: 24%;
  margin-bottom: 24%;
}
.margin-twenty-four-half-tb {
  margin-top: 24.5%;
  margin-bottom: 24.5%;
}
.margin-twenty-five-tb {
  margin-top: 25%;
  margin-bottom: 25%;
}
.margin-5px-tb {
  margin-top: 5px;
  margin-bottom: 5px;
}
.margin-10px-tb {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-15px-tb {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin-20px-tb {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin-25px-tb {
  margin-top: 25px;
  margin-bottom: 25px;
}
.margin-30px-tb {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-35px-tb {
  margin-top: 35px;
  margin-bottom: 35px;
}
.margin-40px-tb {
  margin-top: 40px;
  margin-bottom: 40px;
}
.margin-45px-tb {
  margin-top: 45px;
  margin-bottom: 45px;
}
.margin-50px-tb {
  margin-top: 50px;
  margin-bottom: 50px;
}
.margin-55px-tb {
  margin-top: 55px;
  margin-bottom: 55px;
}
.margin-60px-tb {
  margin-top: 60px;
  margin-bottom: 60px;
}
.margin-65px-tb {
  margin-top: 65px;
  margin-bottom: 65px;
}
.margin-70px-tb {
  margin-top: 70px;
  margin-bottom: 70px;
}
.margin-75px-tb {
  margin-top: 75px;
  margin-bottom: 75px;
}
.margin-80px-tb {
  margin-top: 80px;
  margin-bottom: 80px;
}
.margin-85px-tb {
  margin-top: 85px;
  margin-bottom: 85px;
}
.margin-90px-tb {
  margin-top: 90px;
  margin-bottom: 90px;
}
.margin-95px-tb {
  margin-top: 95px;
  margin-bottom: 95px;
}
.margin-100px-tb {
  margin-top: 100px;
  margin-bottom: 100px;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-lr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-padding-tb {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.padding-half-all {
  padding: 0.5%;
}
.padding-one-all {
  padding: 1%;
}
.padding-one-half-all {
  padding: 1.5%;
}
.padding-two-all {
  padding: 2%;
}
.padding-two-half-all {
  padding: 2.5%;
}
.padding-three-all {
  padding: 3%;
}
.padding-three-half-all {
  padding: 3.5%;
}
.padding-four-all {
  padding: 4%;
}
.padding-four-half-all {
  padding: 4.5%;
}
.padding-five-all {
  padding: 5%;
}
.padding-five-half-all {
  padding: 5.5%;
}
.padding-six-all {
  padding: 6%;
}
.padding-six-half-all {
  padding: 6.5%;
}
.padding-seven-all {
  padding: 7%;
}
.padding-seven-half-all {
  padding: 7.5%;
}
.padding-eight-all {
  padding: 8%;
}
.padding-eight-half-all {
  padding: 8.5%;
}
.padding-nine-all {
  padding: 9%;
}
.padding-nine-half-all {
  padding: 9.5%;
}
.padding-ten-all {
  padding: 10%;
}
.padding-ten-half-all {
  padding: 10.5%;
}
.padding-eleven-all {
  padding: 11%;
}
.padding-eleven-half-all {
  padding: 11.5%;
}
.padding-twelve-all {
  padding: 12%;
}
.padding-twelve-half-all {
  padding: 12.5%;
}
.padding-thirteen-all {
  padding: 13%;
}
.padding-thirteen-half-all {
  padding: 13.5%;
}
.padding-fourteen-all {
  padding: 14%;
}
.padding-fourteen-half-all {
  padding: 14.5%;
}
.padding-fifteen-all {
  padding: 15%;
}
.padding-fifteen-half-all {
  padding: 15.5%;
}
.padding-sixteen-all {
  padding: 16%;
}
.padding-sixteen-half-all {
  padding: 16.5%;
}
.padding-seventeen-all {
  padding: 17%;
}
.padding-seventeen-half-all {
  padding: 17.5%;
}
.padding-eighteen-all {
  padding: 18%;
}
.padding-eighteen-half-all {
  padding: 18.5%;
}
.padding-nineteen-all {
  padding: 19%;
}
.padding-nineteen-half-all {
  padding: 19.5%;
}
.padding-twenty-all {
  padding: 20%;
}
.padding-twenty-half-all {
  padding: 20.5%;
}
.padding-twenty-one-all {
  padding: 21%;
}
.padding-twenty-one-half-all {
  padding: 21.5%;
}
.padding-twenty-two-all {
  padding: 22%;
}
.padding-twenty-two-half-all {
  padding: 22.5%;
}
.padding-twenty-three-all {
  padding: 23%;
}
.padding-twenty-three-half-all {
  padding: 23.5%;
}
.padding-twenty-four-all {
  padding: 24%;
}
.padding-twenty-four-half-all {
  padding: 24.5%;
}
.padding-twenty-five-all {
  padding: 25%;
}
.padding-twenty-five-half-all {
  padding: 25.5%;
}
.padding-5px-all {
  padding: 5px;
}
.padding-10px-all {
  padding: 10px;
}
.padding-15px-all {
  padding: 15px;
}
.padding-20px-all {
  padding: 20px;
}
.padding-25px-all {
  padding: 25px;
}
.padding-30px-all {
  padding: 30px;
}
.padding-35px-all {
  padding: 35px;
}
.padding-40px-all {
  padding: 40px;
}
.padding-45px-all {
  padding: 45px;
}
.padding-50px-all {
  padding: 50px;
}
.padding-55px-all {
  padding: 55px;
}
.padding-60px-all {
  padding: 60px;
}
.padding-65px-all {
  padding: 65px;
}
.padding-70px-all {
  padding: 70px;
}
.padding-75px-all {
  padding: 75px;
}
.padding-80px-all {
  padding: 80px;
}
.padding-85px-all {
  padding: 85px;
}
.padding-90px-all {
  padding: 90px;
}
.padding-95px-all {
  padding: 95px;
}
.padding-100px-all {
  padding: 100px;
}
.padding-half-top {
  padding-top: 0.5%;
}
.padding-one-top {
  padding-top: 1%;
}
.padding-one-half-top {
  padding-top: 1.5%;
}
.padding-two-top {
  padding-top: 2%;
}
.padding-two-half-top {
  padding-top: 2.5%;
}
.padding-three-top {
  padding-top: 3%;
}
.padding-three-half-top {
  padding-top: 3.5%;
}
.padding-four-top {
  padding-top: 4%;
}
.padding-four-half-top {
  padding-top: 4.5%;
}
.padding-five-top {
  padding-top: 5%;
}
.padding-five-half-top {
  padding-top: 5.5%;
}
.padding-six-top {
  padding-top: 6%;
}
.padding-six-half-top {
  padding-top: 6.5%;
}
.padding-seven-top {
  padding-top: 7%;
}
.padding-seven-half-top {
  padding-top: 7.5%;
}
.padding-eight-top {
  padding-top: 8%;
}
.padding-eight-half-top {
  padding-top: 8.5%;
}
.padding-nine-top {
  padding-top: 9%;
}
.padding-nine-half-top {
  padding-top: 9.5%;
}
.padding-ten-top {
  padding-top: 10%;
}
.padding-ten-half-top {
  padding-top: 10.5%;
}
.padding-eleven-top {
  padding-top: 11%;
}
.padding-eleven-half-top {
  padding-top: 11.5%;
}
.padding-twelve-top {
  padding-top: 12%;
}
.padding-twelve-half-top {
  padding-top: 12.5%;
}
.padding-thirteen-top {
  padding-top: 13%;
}
.padding-thirteen-half-top {
  padding-top: 13.5%;
}
.padding-fourteen-top {
  padding-top: 14%;
}
.padding-fourteen-half-top {
  padding-top: 14.5%;
}
.padding-fifteen-top {
  padding-top: 15%;
}
.padding-fifteen-half-top {
  padding-top: 15.5%;
}
.padding-sixteen-top {
  padding-top: 16%;
}
.padding-sixteen-half-top {
  padding-top: 16.5%;
}
.padding-seventeen-top {
  padding-top: 17%;
}
.padding-seventeen-half-top {
  padding-top: 17.5%;
}
.padding-eighteen-top {
  padding-top: 18%;
}
.padding-eighteen-half-top {
  padding-top: 18.5%;
}
.padding-nineteen-top {
  padding-top: 19%;
}
.padding-nineteen-half-top {
  padding-top: 19.5%;
}
.padding-twenty-top {
  padding-top: 20%;
}
.padding-twenty-half-top {
  padding-top: 20.5%;
}
.padding-twenty-one-top {
  padding-top: 21%;
}
.padding-twenty-one-half-top {
  padding-top: 21.5%;
}
.padding-twenty-two-top {
  padding-top: 22%;
}
.padding-twenty-two-half-top {
  padding-top: 22.5%;
}
.padding-twenty-two-top {
  padding-top: 22%;
}
.padding-twenty-two-half-top {
  padding-top: 22.5%;
}
.padding-twenty-three-top {
  padding-top: 23%;
}
.padding-twenty-three-half-top {
  padding-top: 23.5%;
}
.padding-twenty-four-top {
  padding-top: 24%;
}
.padding-twenty-four-half-top {
  padding-top: 24.5%;
}
.padding-twenty-five-top {
  padding-top: 25%;
}
.padding-5px-top {
  padding-top: 5px;
}
.padding-10px-top {
  padding-top: 10px;
}
.padding-15px-top {
  padding-top: 15px;
}
.padding-20px-top {
  padding-top: 20px;
}
.padding-25px-top {
  padding-top: 25px;
}
.padding-30px-top {
  padding-top: 30px;
}
.padding-35px-top {
  padding-top: 35px;
}
.padding-40px-top {
  padding-top: 40px;
}
.padding-45px-top {
  padding-top: 45px;
}
.padding-50px-top {
  padding-top: 50px;
}
.padding-55px-top {
  padding-top: 55px;
}
.padding-60px-top {
  padding-top: 60px;
}
.padding-65px-top {
  padding-top: 65px;
}
.padding-70px-top {
  padding-top: 70px;
}
.padding-75px-top {
  padding-top: 75px;
}
.padding-80px-top {
  padding-top: 80px;
}
.padding-85px-top {
  padding-top: 85px;
}
.padding-90px-top {
  padding-top: 90px;
}
.padding-95px-top {
  padding-top: 95px;
}
.padding-100px-top {
  padding-top: 100px;
}
.padding-half-bottom {
  padding-bottom: 0.5%;
}
.padding-one-bottom {
  padding-bottom: 1%;
}
.padding-one-half-bottom {
  padding-bottom: 1.5%;
}
.padding-two-bottom {
  padding-bottom: 2%;
}
.padding-two-half-bottom {
  padding-bottom: 2.5%;
}
.padding-three-bottom {
  padding-bottom: 3%;
}
.padding-three-half-bottom {
  padding-bottom: 3.5%;
}
.padding-four-bottom {
  padding-bottom: 4%;
}
.padding-four-half-bottom {
  padding-bottom: 4.5%;
}
.padding-five-bottom {
  padding-bottom: 5%;
}
.padding-five-half-bottom {
  padding-bottom: 5.5%;
}
.padding-six-bottom {
  padding-bottom: 6%;
}
.padding-six-half-bottom {
  padding-bottom: 6.5%;
}
.padding-seven-bottom {
  padding-bottom: 7%;
}
.padding-seven-half-bottom {
  padding-bottom: 7.5%;
}
.padding-eight-bottom {
  padding-bottom: 8%;
}
.padding-eight-half-bottom {
  padding-bottom: 8.5%;
}
.padding-nine-bottom {
  padding-bottom: 9%;
}
.padding-nine-half-bottom {
  padding-bottom: 9.5%;
}
.padding-ten-bottom {
  padding-bottom: 10%;
}
.padding-ten-half-bottom {
  padding-bottom: 10.5%;
}
.padding-eleven-bottom {
  padding-bottom: 11%;
}
.padding-eleven-half-bottom {
  padding-bottom: 11.5%;
}
.padding-twelve-bottom {
  padding-bottom: 12%;
}
.padding-twelve-half-bottom {
  padding-bottom: 12.5%;
}
.padding-thirteen-bottom {
  padding-bottom: 13%;
}
.padding-thirteen-half-bottom {
  padding-bottom: 13.5%;
}
.padding-fourteen-bottom {
  padding-bottom: 14%;
}
.padding-fourteen-half-bottom {
  padding-bottom: 14.5%;
}
.padding-fifteen-bottom {
  padding-bottom: 15%;
}
.padding-fifteen-half-bottom {
  padding-bottom: 15.5%;
}
.padding-sixteen-bottom {
  padding-bottom: 16%;
}
.padding-sixteen-half-bottom {
  padding-bottom: 16.5%;
}
.padding-seventeen-bottom {
  padding-bottom: 17%;
}
.padding-seventeen-half-bottom {
  padding-bottom: 17.5%;
}
.padding-eighteen-bottom {
  padding-bottom: 18%;
}
.padding-eighteen-half-bottom {
  padding-bottom: 18.5%;
}
.padding-nineteen-bottom {
  padding-bottom: 19%;
}
.padding-nineteen-half-bottom {
  padding-bottom: 19.5%;
}
.padding-twenty-bottom {
  padding-bottom: 20%;
}
.padding-twenty-half-bottom {
  padding-bottom: 20.5%;
}
.padding-twenty-one-bottom {
  padding-bottom: 21%;
}
.padding-twenty-one-half-bottom {
  padding-bottom: 21.5%;
}
.padding-twenty-two-bottom {
  padding-bottom: 22%;
}
.padding-twenty-two-half-bottom {
  padding-bottom: 22.5%;
}
.padding-twenty-three-bottom {
  padding-bottom: 23%;
}
.padding-twenty-three-half-bottom {
  padding-bottom: 23.5%;
}
.padding-twenty-four-bottom {
  padding-bottom: 24%;
}
.padding-twenty-four-half-bottom {
  padding-bottom: 24.5%;
}
.padding-twenty-five-bottom {
  padding-bottom: 25%;
}
.padding-5px-bottom {
  padding-bottom: 5px;
}
.padding-10px-bottom {
  padding-bottom: 10px;
}
.padding-15px-bottom {
  padding-bottom: 15px;
}
.padding-20px-bottom {
  padding-bottom: 20px;
}
.padding-25px-bottom {
  padding-bottom: 25px;
}
.padding-30px-bottom {
  padding-bottom: 30px;
}
.padding-35px-bottom {
  padding-bottom: 35px;
}
.padding-40px-bottom {
  padding-bottom: 40px;
}
.padding-45px-bottom {
  padding-bottom: 45px;
}
.padding-50px-bottom {
  padding-bottom: 50px;
}
.padding-55px-bottom {
  padding-bottom: 55px;
}
.padding-60px-bottom {
  padding-bottom: 60px;
}
.padding-65px-bottom {
  padding-bottom: 65px;
}
.padding-70px-bottom {
  padding-bottom: 70px;
}
.padding-75px-bottom {
  padding-bottom: 75px;
}
.padding-80px-bottom {
  padding-bottom: 80px;
}
.padding-85px-bottom {
  padding-bottom: 85px;
}
.padding-90px-bottom {
  padding-bottom: 90px;
}
.padding-95px-bottom {
  padding-bottom: 95px;
}
.padding-100px-bottom {
  padding-bottom: 100px;
}
.padding-half-right {
  padding-right: 0.5%;
}
.padding-one-right {
  padding-right: 1%;
}
.padding-one-half-right {
  padding-right: 1.5%;
}
.padding-two-right {
  padding-right: 2%;
}
.padding-two-half-right {
  padding-right: 2.5%;
}
.padding-three-right {
  padding-right: 3%;
}
.padding-three-half-right {
  padding-right: 3.5%;
}
.padding-four-right {
  padding-right: 4%;
}
.padding-four-half-right {
  padding-right: 4.5%;
}
.padding-five-right {
  padding-right: 5%;
}
.padding-five-half-right {
  padding-right: 5.5%;
}
.padding-six-right {
  padding-right: 6%;
}
.padding-six-half-right {
  padding-right: 6.5%;
}
.padding-seven-right {
  padding-right: 7%;
}
.padding-seven-half-right {
  padding-right: 7.5%;
}
.padding-eight-right {
  padding-right: 8%;
}
.padding-eight-half-right {
  padding-right: 8.5%;
}
.padding-nine-right {
  padding-right: 9%;
}
.padding-nine-half-right {
  padding-right: 9.5%;
}
.padding-ten-right {
  padding-right: 10%;
}
.padding-ten-half-right {
  padding-right: 10.5%;
}
.padding-eleven-right {
  padding-right: 11%;
}
.padding-eleven-half-right {
  padding-right: 11.5%;
}
.padding-twelve-right {
  padding-right: 12%;
}
.padding-twelve-half-right {
  padding-right: 12.5%;
}
.padding-thirteen-right {
  padding-right: 13%;
}
.padding-thirteen-half-right {
  padding-right: 13.5%;
}
.padding-fourteen-right {
  padding-right: 14%;
}
.padding-fourteen-half-right {
  padding-right: 14.5%;
}
.padding-fifteen-right {
  padding-right: 15%;
}
.padding-fifteen-half-right {
  padding-right: 15.5%;
}
.padding-sixteen-right {
  padding-right: 16%;
}
.padding-sixteen-half-right {
  padding-right: 16.5%;
}
.padding-seventeen-right {
  padding-right: 17%;
}
.padding-seventeen-half-right {
  padding-right: 17.5%;
}
.padding-eighteen-right {
  padding-right: 18%;
}
.padding-eighteen-half-right {
  padding-right: 18.5%;
}
.padding-nineteen-right {
  padding-right: 19%;
}
.padding-nineteen-half-right {
  padding-right: 19.5%;
}
.padding-twenty-right {
  padding-right: 20%;
}
.padding-twenty-half-right {
  padding-right: 20.5%;
}
.padding-twenty-one-right {
  padding-right: 21%;
}
.padding-twenty-one-half-right {
  padding-right: 21.5%;
}
.padding-twenty-two-right {
  padding-right: 22%;
}
.padding-twenty-two-half-right {
  padding-right: 22.5%;
}
.padding-twenty-three-right {
  padding-right: 23%;
}
.padding-twenty-three-half-right {
  padding-right: 23.5%;
}
.padding-twenty-four-right {
  padding-right: 24%;
}
.padding-twenty-four-half-right {
  padding-right: 24.5%;
}
.padding-twenty-five-right {
  padding-right: 25%;
}
.padding-5px-right {
  padding-right: 5px;
}
.padding-10px-right {
  padding-right: 10px;
}
.padding-15px-right {
  padding-right: 15px;
}
.padding-20px-right {
  padding-right: 20px;
}
.padding-25px-right {
  padding-right: 25px;
}
.padding-30px-right {
  padding-right: 30px;
}
.padding-35px-right {
  padding-right: 35px;
}
.padding-40px-right {
  padding-right: 40px;
}
.padding-45px-right {
  padding-right: 45px;
}
.padding-50px-right {
  padding-right: 50px;
}
.padding-55px-right {
  padding-right: 55px;
}
.padding-60px-right {
  padding-right: 60px;
}
.padding-65px-right {
  padding-right: 65px;
}
.padding-70px-right {
  padding-right: 70px;
}
.padding-75px-right {
  padding-right: 75px;
}
.padding-80px-right {
  padding-right: 80px;
}
.padding-85px-right {
  padding-right: 85px;
}
.padding-90px-right {
  padding-right: 90px;
}
.padding-95px-right {
  padding-right: 95px;
}
.padding-100px-right {
  padding-right: 100px;
}
.padding-half-left {
  padding-left: 0.5%;
}
.padding-one-left {
  padding-left: 1%;
}
.padding-one-half-left {
  padding-left: 1.5%;
}
.padding-two-left {
  padding-left: 2%;
}
.padding-two-half-left {
  padding-left: 2.5%;
}
.padding-three-left {
  padding-left: 3%;
}
.padding-three-half-left {
  padding-left: 3.5%;
}
.padding-four-left {
  padding-left: 4%;
}
.padding-four-half-left {
  padding-left: 4.5%;
}
.padding-five-left {
  padding-left: 5%;
}
.padding-five-half-left {
  padding-left: 5.5%;
}
.padding-six-left {
  padding-left: 6%;
}
.padding-six-half-left {
  padding-left: 6.5%;
}
.padding-seven-left {
  padding-left: 7%;
}
.padding-seven-half-left {
  padding-left: 7.5%;
}
.padding-eight-left {
  padding-left: 8%;
}
.padding-eight-half-left {
  padding-left: 8.5%;
}
.padding-nine-left {
  padding-left: 9%;
}
.padding-nine-half-left {
  padding-left: 9.5%;
}
.padding-ten-left {
  padding-left: 10%;
}
.padding-ten-half-left {
  padding-left: 10.5%;
}
.padding-eleven-left {
  padding-left: 11%;
}
.padding-eleven-half-left {
  padding-left: 11.5%;
}
.padding-twelve-left {
  padding-left: 12%;
}
.padding-twelve-half-left {
  padding-left: 12.5%;
}
.padding-thirteen-left {
  padding-left: 13%;
}
.padding-thirteen-half-left {
  padding-left: 13.5%;
}
.padding-fourteen-left {
  padding-left: 14%;
}
.padding-fourteen-half-left {
  padding-left: 14.5%;
}
.padding-fifteen-left {
  padding-left: 15%;
}
.padding-fifteen-half-left {
  padding-left: 15.5%;
}
.padding-sixteen-left {
  padding-left: 16%;
}
.padding-sixteen-half-left {
  padding-left: 16.5%;
}
.padding-seventeen-left {
  padding-left: 17%;
}
.padding-seventeen-half-left {
  padding-left: 17.5%;
}
.padding-eighteen-left {
  padding-left: 18%;
}
.padding-eighteen-half-left {
  padding-left: 18.5%;
}
.padding-nineteen-left {
  padding-left: 19%;
}
.padding-nineteen-half-left {
  padding-left: 19.5%;
}
.padding-twenty-left {
  padding-left: 20%;
}
.padding-twenty-half-left {
  padding-left: 20.5%;
}
.padding-twenty-one-left {
  padding-left: 21%;
}
.padding-twenty-one-half-left {
  padding-left: 21.5%;
}
.padding-twenty-two-left {
  padding-left: 22%;
}
.padding-twenty-two-half-left {
  padding-left: 22.5%;
}
.padding-twenty-three-left {
  padding-left: 23%;
}
.padding-twenty-three-half-left {
  padding-left: 23.5%;
}
.padding-twenty-four-left {
  padding-left: 24%;
}
.padding-twenty-four-half-left {
  padding-left: 24.5%;
}
.padding-twenty-five-left {
  padding-left: 25%;
}
.padding-5px-left {
  padding-left: 5px;
}
.padding-10px-left {
  padding-left: 10px;
}
.padding-15px-left {
  padding-left: 15px;
}
.padding-20px-left {
  padding-left: 20px;
}
.padding-25px-left {
  padding-left: 25px;
}
.padding-30px-left {
  padding-left: 30px;
}
.padding-35px-left {
  padding-left: 35px;
}
.padding-40px-left {
  padding-left: 40px;
}
.padding-45px-left {
  padding-left: 45px;
}
.padding-50px-left {
  padding-left: 50px;
}
.padding-55px-left {
  padding-left: 55px;
}
.padding-60px-left {
  padding-left: 60px;
}
.padding-65px-left {
  padding-left: 65px;
}
.padding-70px-left {
  padding-left: 70px;
}
.padding-75px-left {
  padding-left: 75px;
}
.padding-80px-left {
  padding-left: 80px;
}
.padding-85px-left {
  padding-left: 85px;
}
.padding-90px-left {
  padding-left: 90px;
}
.padding-95px-left {
  padding-left: 95px;
}
.padding-100px-left {
  padding-left: 100px;
}
.padding-half-tb {
  padding-top: 0.5%;
  padding-bottom: 0.5%;
}
.padding-one-tb {
  padding-top: 1%;
  padding-bottom: 1%;
}
.padding-one-half-tb {
  padding-top: 1.5%;
  padding-bottom: 1.5%;
}
.padding-two-tb {
  padding-top: 2%;
  padding-bottom: 2%;
}
.padding-two-half-tb {
  padding-top: 2.5%;
  padding-bottom: 2.5%;
}
.padding-three-tb {
  padding-top: 3%;
  padding-bottom: 3%;
}
.padding-three-half-tb {
  padding-top: 3.5%;
  padding-bottom: 3.5%;
}
.padding-four-tb {
  padding-top: 4%;
  padding-bottom: 4%;
}
.padding-four-half-tb {
  padding-top: 4.5%;
  padding-bottom: 4.5%;
}
.padding-five-tb {
  padding-top: 5%;
  padding-bottom: 5%;
}
.padding-five-half-tb {
  padding-top: 5.5%;
  padding-bottom: 5.5%;
}
.padding-six-tb {
  padding-top: 6%;
  padding-bottom: 6%;
}
.padding-six-half-tb {
  padding-top: 6.5%;
  padding-bottom: 6.5%;
}
.padding-seven-tb {
  padding-top: 7%;
  padding-bottom: 7%;
}
.padding-seven-half-tb {
  padding-top: 7.5%;
  padding-bottom: 7.5%;
}
.padding-eight-tb {
  padding-top: 8%;
  padding-bottom: 8%;
}
.padding-eight-half-tb {
  padding-top: 8.5%;
  padding-bottom: 8.5%;
}
.padding-nine-tb {
  padding-top: 9%;
  padding-bottom: 9%;
}
.padding-nine-half-tb {
  padding-top: 9.5%;
  padding-bottom: 9.5%;
}
.padding-ten-tb {
  padding-top: 10%;
  padding-bottom: 10%;
}
.padding-ten-half-tb {
  padding-top: 10.5%;
  padding-bottom: 10.5%;
}
.padding-eleven-tb {
  padding-top: 11%;
  padding-bottom: 11%;
}
.padding-eleven-half-tb {
  padding-top: 11.5%;
  padding-bottom: 11.5%;
}
.padding-twelve-tb {
  padding-top: 12%;
  padding-bottom: 12%;
}
.padding-twelve-half-tb {
  padding-top: 12.5%;
  padding-bottom: 12.5%;
}
.padding-thirteen-tb {
  padding-top: 13%;
  padding-bottom: 13%;
}
.padding-thirteen-half-tb {
  padding-top: 13.5%;
  padding-bottom: 13.5%;
}
.padding-fourteen-tb {
  padding-top: 14%;
  padding-bottom: 14%;
}
.padding-fourteen-half-tb {
  padding-top: 14.5%;
  padding-bottom: 14.5%;
}
.padding-fifteen-tb {
  padding-top: 15%;
  padding-bottom: 15%;
}
.padding-fifteen-half-tb {
  padding-top: 15.5%;
  padding-bottom: 15.5%;
}
.padding-sixteen-tb {
  padding-top: 16%;
  padding-bottom: 16%;
}
.padding-sixteen-half-tb {
  padding-top: 16.5%;
  padding-bottom: 16.5%;
}
.padding-seventeen-tb {
  padding-top: 17%;
  padding-bottom: 17%;
}
.padding-seventeen-half-tb {
  padding-top: 17.5%;
  padding-bottom: 17.5%;
}
.padding-eighteen-tb {
  padding-top: 18%;
  padding-bottom: 18%;
}
.padding-eighteen-half-tb {
  padding-top: 18.5%;
  padding-bottom: 18.5%;
}
.padding-nineteen-tb {
  padding-top: 19%;
  padding-bottom: 19%;
}
.padding-nineteen-half-tb {
  padding-top: 19.5%;
  padding-bottom: 19.5%;
}
.padding-twenty-tb {
  padding-top: 20%;
  padding-bottom: 20%;
}
.padding-twenty-half-tb {
  padding-top: 20.5%;
  padding-bottom: 20%;
}
.padding-twenty-one-tb {
  padding-top: 21%;
  padding-bottom: 21%;
}
.padding-twenty-one-half-tb {
  padding-top: 21.5%;
  padding-bottom: 21.5%;
}
.padding-twenty-two-tb {
  padding-top: 22%;
  padding-bottom: 22%;
}
.padding-twenty-two-half-tb {
  padding-top: 22.5%;
  padding-bottom: 22.5%;
}
.padding-twenty-three-tb {
  padding-top: 23%;
  padding-bottom: 23%;
}
.padding-twenty-three-half-tb {
  padding-top: 23.5%;
  padding-bottom: 23.5%;
}
.padding-twenty-four-tb {
  padding-top: 24%;
  padding-bottom: 24%;
}
.padding-twenty-four-half-tb {
  padding-top: 24.5%;
  padding-bottom: 24.5%;
}
.padding-twenty-five-tb {
  padding-top: 25%;
  padding-bottom: 25%;
}
.padding-thirty-tb {
  padding-top: 30%;
  padding-bottom: 30%;
}
.padding-5px-tb {
  padding-top: 5px;
  padding-bottom: 5px;
}
.padding-10px-tb {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-15px-tb {
  padding-top: 15px;
  padding-bottom: 15px;
}
.padding-20px-tb {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-25px-tb {
  padding-top: 25px;
  padding-bottom: 25px;
}
.padding-30px-tb {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-35px-tb {
  padding-top: 35px;
  padding-bottom: 35px;
}
.padding-40px-tb {
  padding-top: 40px;
  padding-bottom: 40px;
}
.padding-45px-tb {
  padding-top: 45px;
  padding-bottom: 45px;
}
.padding-50px-tb {
  padding-top: 50px;
  padding-bottom: 50px;
}
.padding-55px-tb {
  padding-top: 55px;
  padding-bottom: 55px;
}
.padding-60px-tb {
  padding-top: 60px;
  padding-bottom: 60px;
}
.padding-65px-tb {
  padding-top: 65px;
  padding-bottom: 65px;
}
.padding-70px-tb {
  padding-top: 70px;
  padding-bottom: 70px;
}
.padding-75px-tb {
  padding-top: 75px;
  padding-bottom: 75px;
}
.padding-80px-tb {
  padding-top: 80px;
  padding-bottom: 80px;
}
.padding-85px-tb {
  padding-top: 85px;
  padding-bottom: 85px;
}
.padding-90px-tb {
  padding-top: 90px;
  padding-bottom: 90px;
}
.padding-95px-tb {
  padding-top: 95px;
  padding-bottom: 95px;
}
.padding-100px-tb {
  padding-top: 100px;
  padding-bottom: 100px;
}
.padding-half-lr {
  padding-left: 0.5%;
  padding-right: 0.5%;
}
.padding-one-lr {
  padding-left: 1%;
  padding-right: 1%;
}
.padding-one-half-lr {
  padding-left: 1.5%;
  padding-right: 1.5%;
}
.padding-two-lr {
  padding-left: 2%;
  padding-right: 2%;
}
.padding-two-half-lr {
  padding-left: 2.5%;
  padding-right: 2.5%;
}
.padding-three-lr {
  padding-left: 3%;
  padding-right: 3%;
}
.padding-three-half-lr {
  padding-left: 3.5%;
  padding-right: 3.5%;
}
.padding-four-lr {
  padding-left: 4%;
  padding-right: 4%;
}
.padding-four-half-lr {
  padding-left: 4.5%;
  padding-right: 4.5%;
}
.padding-five-lr {
  padding-left: 5%;
  padding-right: 5%;
}
.padding-five-half-lr {
  padding-left: 5.5%;
  padding-right: 5.5%;
}
.padding-six-lr {
  padding-left: 6%;
  padding-right: 6%;
}
.padding-six-half-lr {
  padding-left: 6.5%;
  padding-right: 6.5%;
}
.padding-seven-lr {
  padding-left: 7%;
  padding-right: 7%;
}
.padding-seven-half-lr {
  padding-left: 7.5%;
  padding-right: 7.5%;
}
.padding-eight-lr {
  padding-left: 8%;
  padding-right: 8%;
}
.padding-eight-half-lr {
  padding-left: 8.5%;
  padding-right: 8.5%;
}
.padding-nine-lr {
  padding-left: 9%;
  padding-right: 9%;
}
.padding-nine-half-lr {
  padding-left: 9.5%;
  padding-right: 9.5%;
}
.padding-ten-lr {
  padding-left: 10%;
  padding-right: 10%;
}
.padding-ten-half-lr {
  padding-left: 10.5%;
  padding-right: 10.5%;
}
.padding-eleven-lr {
  padding-left: 11%;
  padding-right: 11%;
}
.padding-eleven-half-lr {
  padding-left: 11.5%;
  padding-right: 11.5%;
}
.padding-twelve-lr {
  padding-left: 12%;
  padding-right: 12%;
}
.padding-twelve-half-lr {
  padding-left: 12.5%;
  padding-right: 12.5%;
}
.padding-thirteen-lr {
  padding-left: 13%;
  padding-right: 13%;
}
.padding-thirteen-half-lr {
  padding-left: 13.5%;
  padding-right: 13.5%;
}
.padding-fourteen-lr {
  padding-left: 14%;
  padding-right: 14%;
}
.padding-fourteen-half-lr {
  padding-left: 14.5%;
  padding-right: 14.5%;
}
.padding-fifteen-lr {
  padding-left: 15%;
  padding-right: 15%;
}
.padding-fifteen-half-lr {
  padding-left: 15.5%;
  padding-right: 15.5%;
}
.padding-sixteen-lr {
  padding-left: 16%;
  padding-right: 16%;
}
.padding-sixteen-half-lr {
  padding-left: 16.5%;
  padding-right: 16.5%;
}
.padding-seventeen-lr {
  padding-left: 17%;
  padding-right: 17%;
}
.padding-seventeen-half-lr {
  padding-left: 17.5%;
  padding-right: 17.5%;
}
.padding-eighteen-lr {
  padding-left: 18%;
  padding-right: 18%;
}
.padding-eighteen-half-lr {
  padding-left: 18.5%;
  padding-right: 18.5%;
}
.padding-nineteen-lr {
  padding-left: 19%;
  padding-right: 19%;
}
.padding-nineteen-half-lr {
  padding-left: 19.5%;
  padding-right: 19.5%;
}
.padding-twenty-lr {
  padding-left: 20%;
  padding-right: 20%;
}
.padding-twenty-half-lr {
  padding-left: 20.5%;
  padding-right: 20.5%;
}
.padding-twenty-one-lr {
  padding-left: 21%;
  padding-right: 21%;
}
.padding-twenty-one-half-lr {
  padding-left: 21.5%;
  padding-right: 21.5%;
}
.padding-twenty-two-lr {
  padding-left: 22%;
  padding-right: 22%;
}
.padding-twenty-two-half-lr {
  padding-left: 22.5%;
  padding-right: 22.5%;
}
.padding-twenty-three-lr {
  padding-left: 23%;
  padding-right: 23%;
}
.padding-twenty-three-half-lr {
  padding-left: 23.5%;
  padding-right: 23.5%;
}
.padding-twenty-four-lr {
  padding-left: 24%;
  padding-right: 24%;
}
.padding-twenty-four-half-lr {
  padding-left: 24.5%;
  padding-right: 24.5%;
}
.padding-twenty-five-lr {
  padding-left: 25%;
  padding-right: 25%;
}
.padding-5px-lr {
  padding-left: 5px;
  padding-right: 5px;
}
.padding-10px-lr {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-15px-lr {
  padding-left: 15px;
  padding-right: 15px;
}
.padding-20px-lr {
  padding-left: 20px;
  padding-right: 20px;
}
.padding-25px-lr {
  padding-left: 25px;
  padding-right: 25px;
}
.padding-30px-lr {
  padding-left: 30px;
  padding-right: 30px;
}
.padding-35px-lr {
  padding-left: 35px;
  padding-right: 35px;
}
.padding-40px-lr {
  padding-left: 40px;
  padding-right: 40px;
}
.padding-45px-lr {
  padding-left: 45px;
  padding-right: 45px;
}
.padding-50px-lr {
  padding-left: 50px;
  padding-right: 50px;
}
.padding-55px-lr {
  padding-left: 55px;
  padding-right: 55px;
}
.padding-60px-lr {
  padding-left: 60px;
  padding-right: 60px;
}
.padding-65px-lr {
  padding-left: 65px;
  padding-right: 65px;
}
.padding-70px-lr {
  padding-left: 70px;
  padding-right: 70px;
}
.padding-75px-lr {
  padding-left: 75px;
  padding-right: 75px;
}
.padding-80px-lr {
  padding-left: 80px;
  padding-right: 80px;
}
.padding-85px-lr {
  padding-left: 85px;
  padding-right: 85px;
}
.padding-90px-lr {
  padding-left: 90px;
  padding-right: 90px;
}
.padding-95px-lr {
  padding-left: 95px;
  padding-right: 95px;
}
.padding-100px-lr {
  padding-left: 100px;
  padding-right: 100px;
}
.d-initial {
  display: initial !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-auto {
  overflow: auto !important;
}
.position-inherit {
  position: inherit !important;
}
.top-auto {
  top: auto;
}
.top-inherit {
  top: inherit !important;
}
.top-0 {
  top: 0 !important;
}
.top-1 {
  top: 1px;
}
.top-2 {
  top: 2px;
}
.top-3 {
  top: 3px;
}
.top-4 {
  top: 4px;
}
.top-5 {
  top: 5px;
}
.top-6 {
  top: 6px;
}
.top-7 {
  top: 7px;
}
.top-8 {
  top: 8px;
}
.top-9 {
  top: 9px;
}
.top-10 {
  top: 10px;
}
.top-15 {
  top: 15px;
}
.top-20 {
  top: 20px;
}
.top-25 {
  top: 25px;
}
.top-30 {
  top: 30px;
}
.top-35 {
  top: 35px;
}
.top-40 {
  top: 40px;
}
.top-45 {
  top: 45px;
}
.top-50 {
  top: 50px;
}
.top-minus1 {
  top: -1px;
}
.top-minus2 {
  top: -2px;
}
.top-minus3 {
  top: -3px;
}
.top-minus4 {
  top: -4px;
}
.top-minus5 {
  top: -5px;
}
.top-minus6 {
  top: -6px;
}
.top-minus7 {
  top: -7px;
}
.top-minus8 {
  top: -8px;
}
.top-minus9 {
  top: -9px;
}
.top-minus10 {
  top: -10px;
}
.top-minus15 {
  top: -15px;
}
.top-minus20 {
  top: -20px;
}
.top-minus25 {
  top: -25px;
}
.top-minus30 {
  top: -30px;
}
.top-minus35 {
  top: -35px;
}
.top-minus40 {
  top: -40px;
}
.bottom-auto {
  bottom: auto;
}
.bottom-0 {
  bottom: 0;
}
.bottom-1 {
  bottom: 1px;
}
.bottom-2 {
  bottom: 2px;
}
.bottom-3 {
  bottom: 3px;
}
.bottom-4 {
  bottom: 4px;
}
.bottom-5 {
  bottom: 5px;
}
.bottom-6 {
  bottom: 6px;
}
.bottom-7 {
  bottom: 7px;
}
.bottom-8 {
  bottom: 8px;
}
.bottom-9 {
  bottom: 9px;
}
.bottom-10 {
  bottom: 10px;
}
.bottom-15 {
  bottom: 15px;
}
.bottom-20 {
  bottom: 20px;
}
.bottom-25 {
  bottom: 25px;
}
.bottom-30 {
  bottom: 30px;
}
.bottom-35 {
  bottom: 35px;
}
.bottom-40 {
  bottom: 40px;
}
.bottom-45 {
  bottom: 45px;
}
.bottom-50 {
  bottom: 50px !important;
}
.left-auto {
  left: auto;
}
.left-0 {
  left: 0;
}
.left-1 {
  left: 1px;
}
.left-2 {
  left: 2px;
}
.left-3 {
  left: 3px;
}
.left-4 {
  left: 4px;
}
.left-5 {
  left: 5px;
}
.left-6 {
  left: 6px;
}
.left-7 {
  left: 7px;
}
.left-8 {
  left: 8px;
}
.left-9 {
  left: 9px;
}
.left-10 {
  left: 10px;
}
.left-15 {
  left: 15px;
}
.left-20 {
  left: 20px;
}
.left-25 {
  left: 25px;
}
.left-30 {
  left: 30px;
}
.left-35 {
  left: 35px;
}
.left-40 {
  left: 40px;
}
.left-45 {
  left: 45px;
}
.left-50 {
  left: 50px;
}
.right-auto {
  right: auto;
}
.right-0 {
  right: 0;
}
.right-1 {
  right: 1px;
}
.right-2 {
  right: 2px;
}
.right-3 {
  right: 3px;
}
.right-4 {
  right: 4px;
}
.right-5 {
  right: 5px;
}
.right-6 {
  right: 6px;
}
.right-7 {
  right: 7px;
}
.right-8 {
  right: 8px;
}
.right-9 {
  right: 9px;
}
.right-10 {
  right: 10px;
}
.w-1px {
  width: 1px;
}
.w-2px {
  width: 2px;
}
.w-3px {
  width: 3px;
}
.w-4px {
  width: 4px;
}
.w-5px {
  width: 5px;
}
.w-6px {
  width: 6px;
}
.w-7px {
  width: 7px;
}
.w-8px {
  width: 8px;
}
.w-9px {
  width: 9px;
}
.w-10px {
  width: 10px;
}
.w-15px {
  width: 15px;
}
.w-20px {
  width: 20px;
}
.w-25px {
  width: 25px;
}
.w-30px {
  width: 30px;
}
.w-35px {
  width: 35px;
}
.w-40px {
  width: 40px;
}
.w-50px {
  width: 50px;
}
.w-55px {
  width: 55px;
}
.w-60px {
  width: 60px;
}
.w-65px {
  width: 65px;
}
.w-70px {
  width: 70px;
}
.w-75px {
  width: 75px;
}
.w-80px {
  width: 80px;
}
.w-85px {
  width: 85px;
}
.w-90px {
  width: 90px;
}
.w-100px {
  width: 100px;
}
.w-110px {
  width: 110px;
}
.w-120px {
  width: 120px;
}
.w-130px {
  width: 130px;
}
.w-150px {
  width: 150px;
}
.w-180px {
  width: 180px;
}
.w-200px {
  width: 200px;
}
.w-250px {
  width: 250px;
}
.w-300px {
  width: 300px;
}
.w-350px {
  width: 350px;
}
.w-400px {
  width: 400px;
}
.w-450px {
  width: 450px;
}
.w-500px {
  width: 500px;
}
.w-550px {
  width: 550px;
}
.w-600px {
  width: 600px;
}
.w-650px {
  width: 650px;
}
.w-700px {
  width: 700px;
}
.w-750px {
  width: 750px;
}
.w-800px {
  width: 800px;
}
.w-850px {
  width: 850px;
}
.w-900px {
  width: 900px;
}
.w-950px {
  width: 950px;
}
.w-1000px {
  width: 1000px;
}
.w-10 {
  width: 10%;
}
.w-12 {
  width: 12%;
}
.w-15 {
  width: 15%;
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-30 {
  width: 30%;
}
.w-35 {
  width: 35%;
}
.w-40 {
  width: 40%;
}
.w-45 {
  width: 45%;
}
.w-50 {
  width: 50%;
}
.w-55 {
  width: 55%;
}
.w-60 {
  width: 60%;
}
.w-65 {
  width: 65%;
}
.w-70 {
  width: 70%;
}
.w-75 {
  width: 75%;
}
.w-80 {
  width: 80%;
}
.w-85 {
  width: 85%;
}
.w-90 {
  width: 90%;
}
.w-95 {
  width: 95%;
}
.w-100 {
  width: 100%;
}
.w-auto {
  width: auto;
}
.h-1px {
  height: 1px;
}
.h-2px {
  height: 2px;
}
.h-3px {
  height: 3px;
}
.h-4px {
  height: 4px;
}
.h-5px {
  height: 5px;
}
.h-6px {
  height: 6px;
}
.h-7px {
  height: 7px;
}
.h-8px {
  height: 8px;
}
.h-9px {
  height: 9px;
}
.h-10px {
  height: 10px;
}
.h-80px {
  height: 80px;
}
.h-90px {
  height: 90px;
}
.h-100px {
  height: 100px;
}
.h-130px {
  height: 130px;
}
.h-150px {
  height: 150px;
}
.h-200px {
  height: 200px;
}
.h-250px {
  height: 250px;
}
.h-300px {
  height: 300px;
}
.h-350px {
  height: 350px;
}
.h-400px {
  height: 400px;
}
.h-450px {
  height: 450px;
}
.h-500px {
  height: 500px;
}
.h-550px {
  height: 550px;
}
.h-600px {
  height: 600px;
}
.h-650px {
  height: 650px;
}
.h-700px {
  height: 700px;
}
.h-750px {
  height: 750px;
}
.h-800px {
  height: 800px;
}
.h-850px {
  height: 850px;
}
.max-h-100 {
  max-height: 100%;
}
.full-screen {
  height: 980px;
}
.minheight-fullscreen {
  min-height: 100vh;
}
.min-h-100px {
  min-height: 100px;
}
.min-h-200px {
  min-height: 200px;
}
.min-h-300px {
  min-height: 300px;
}
.min-h-400px {
  min-height: 400px;
}
.min-h-500px {
  min-height: 500px;
}
.min-h-600px {
  min-height: 600px;
}
.min-h-700px {
  min-height: 700px;
}
.extra-small-screen {
  height: 300px;
}
.small-screen {
  height: 400px;
}
.one-second-screen {
  height: 600px;
}
.one-third-screen {
  height: 700px;
}
.one-fourth-screen {
  height: 800px;
}
.one-fifth-screen {
  height: 900px;
}
.one-sixth-screen {
  height: 887px;
}
.icon-very-small {
  font-size: 16px;
}
.icon-small {
  font-size: 24px;
}
.icon-medium {
  font-size: 35px;
}
.icon-extra-medium {
  font-size: 40px;
}
.icon-large {
  font-size: 50px;
}
.icon-round-small {
  border-radius: 100%;
  display: table-cell;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  width: 80px;
  font-size: 32px;
}
.icon-round-medium {
  border-radius: 100%;
  display: table-cell;
  height: 90px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  width: 90px;
}
.icon-social-very-small {
  font-size: 12px;
}
.icon-social-small {
  font-size: 14px;
}
.icon-social-medium {
  font-size: 16px;
}
.icon-social-large {
  font-size: 20px;
}
.icon-social-extra-large {
  font-size: 24px;
}
.icon-social-medium a i,
.icon-social-small a i,
.icon-social-very-small a i {
  margin: 0 8px;
  vertical-align: middle;
}
.icon-social-large a i {
  margin: 0 4px;
  vertical-align: middle;
}
.extra-large-icon,
.extra-small-icon,
.large-icon,
.medium-icon,
.small-icon {
  list-style: none;
  padding: 0;
}
.extra-large-icon li,
.extra-small-icon li,
.large-icon li,
.medium-icon li,
.small-icon li {
  display: inline-block;
}
footer .extra-large-icon li:first-child,
footer .extra-small-icon li:first-child,
footer .large-icon li:first-child,
footer .medium-icon li:first-child,
footer .small-icon li:first-child {
  margin-left: 0;
}
footer .extra-large-icon li:last-child,
footer .extra-small-icon li:last-child,
footer .large-icon li:last-child,
footer .medium-icon li:last-child,
footer .small-icon li:last-child {
  margin-right: 0;
}
.extra-small-icon li {
  margin: 0 2px;
}
.small-icon li {
  margin: 0 5px;
}
.medium-icon li {
  margin: 0 8px;
}
.large-icon li {
  margin: 0 10px;
}
.extra-large-icon li {
  margin: 0 12px;
}
.extra-small-icon a {
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 29px;
}
.small-icon a {
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 38px;
}
.medium-icon a {
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 48px;
}
.large-icon a {
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 61px;
}
.extra-large-icon a {
  font-size: 30px;
  width: 70px;
  height: 70px;
  line-height: 68px;
}
.social-icon-style-1 a.facebook,
.social-icon-style-10 a.facebook span,
.social-icon-style-2 a.facebook,
.social-icon-style-3 a.facebook,
.social-icon-style-4 a.facebook span {
  background-color: #3b5998;
}
.social-icon-style-1 a.twitter,
.social-icon-style-10 a.twitter span,
.social-icon-style-2 a.twitter,
.social-icon-style-3 a.twitter,
.social-icon-style-4 a.twitter span {
  background-color: #00aced;
}
.social-icon-style-1 a.google,
.social-icon-style-10 a.google span,
.social-icon-style-2 a.google,
.social-icon-style-3 a.google,
.social-icon-style-4 a.google span {
  background-color: #dc4a38;
}
.social-icon-style-1 a.dribbble,
.social-icon-style-10 a.dribbble span,
.social-icon-style-2 a.dribbble,
.social-icon-style-3 a.dribbble,
.social-icon-style-4 a.dribbble span {
  background-color: #ea4c89;
}
.social-icon-style-1 a.youtube,
.social-icon-style-10 a.youtube span,
.social-icon-style-2 a.youtube,
.social-icon-style-3 a.youtube,
.social-icon-style-4 a.youtube span {
  background-color: #b00;
}
.social-icon-style-1 a.linkedin,
.social-icon-style-10 a.linkedin span,
.social-icon-style-2 a.linkedin,
.social-icon-style-3 a.linkedin,
.social-icon-style-4 a.linkedin span {
  background-color: #007bb6;
}
.social-icon-style-1 a.instagram,
.social-icon-style-10 a.instagram span,
.social-icon-style-2 a.instagram,
.social-icon-style-3 a.instagram,
.social-icon-style-4 a.instagram span {
  background-color: #fe1f49;
}
.social-icon-style-1 a.pinterest,
.social-icon-style-10 a.pinterest span,
.social-icon-style-2 a.pinterest,
.social-icon-style-3 a.pinterest,
.social-icon-style-4 a.pinterest span {
  background-color: #cb2027;
}
.social-icon-style-1 a.flickr,
.social-icon-style-10 a.flickr span,
.social-icon-style-2 a.flickr,
.social-icon-style-3 a.flickr,
.social-icon-style-4 a.flickr span {
  background-color: #ff0084;
}
.social-icon-style-1 a.rss,
.social-icon-style-10 a.rss span,
.social-icon-style-2 a.rss,
.social-icon-style-3 a.rss,
.social-icon-style-4 a.rss span {
  background-color: #f2890a;
}
.social-icon-style-1 a.behance,
.social-icon-style-10 a.behance span,
.social-icon-style-2 a.behance,
.social-icon-style-3 a.behance,
.social-icon-style-4 a.behance span {
  background-color: #1769ff;
}
.social-icon-style-1 a.vine,
.social-icon-style-10 a.vine span,
.social-icon-style-2 a.vine,
.social-icon-style-3 a.vine,
.social-icon-style-4 a.vine span {
  background-color: #00bf8f;
}
.social-icon-style-1 a.email,
.social-icon-style-10 a.email span,
.social-icon-style-2 a.email,
.social-icon-style-3 a.email,
.social-icon-style-4 a.email span {
  background-color: #7d7d7d;
}
.social-icon-style-1 a.sms,
.social-icon-style-10 a.sms span,
.social-icon-style-2 a.sms,
.social-icon-style-3 a.sms,
.social-icon-style-4 a.sms span {
  background-color: #ffbd00;
}
.social-icon-style-1 a.sharethis,
.social-icon-style-10 a.sharethis span,
.social-icon-style-2 a.sharethis,
.social-icon-style-3 a.sharethis,
.social-icon-style-4 a.sharethis span {
  background-color: #95d03a;
}
.social-icon-style-1 a.reddit,
.social-icon-style-10 a.reddit span,
.social-icon-style-2 a.reddit,
.social-icon-style-3 a.reddit,
.social-icon-style-4 a.reddit span {
  background-color: #ff4500;
}
.social-icon-style-1 a.tumblr,
.social-icon-style-10 a.tumblr span,
.social-icon-style-2 a.tumblr,
.social-icon-style-3 a.tumblr,
.social-icon-style-4 a.tumblr span {
  background-color: #32506d;
}
.social-icon-style-1 a.digg,
.social-icon-style-10 a.digg span,
.social-icon-style-2 a.digg,
.social-icon-style-3 a.digg,
.social-icon-style-4 a.digg span {
  background-color: #262626;
}
.social-icon-style-1 a.stumbleupon,
.social-icon-style-10 a.stumbleupon span,
.social-icon-style-2 a.stumbleupon,
.social-icon-style-3 a.stumbleupon,
.social-icon-style-4 a.stumbleupon span {
  background-color: #eb4924;
}
.social-icon-style-1 a.whatsapp,
.social-icon-style-10 a.whatsapp span,
.social-icon-style-2 a.whatsapp,
.social-icon-style-3 a.whatsapp,
.social-icon-style-4 a.whatsapp span {
  background-color: #25d366;
}
.social-icon-style-1 a.vk,
.social-icon-style-10 a.vk span,
.social-icon-style-2 a.vk,
.social-icon-style-3 a.vk,
.social-icon-style-4 a.vk span {
  background-color: #4c6c91;
}
.social-icon-style-1 a.weibo,
.social-icon-style-10 a.weibo span,
.social-icon-style-2 a.weibo,
.social-icon-style-3 a.weibo,
.social-icon-style-4 a.weibo span {
  background-color: #f93;
}
.social-icon-style-1 a.odnoklassniki,
.social-icon-style-10 a.odnoklassniki span,
.social-icon-style-2 a.odnoklassniki,
.social-icon-style-3 a.odnoklassniki,
.social-icon-style-4 a.odnoklassniki span {
  background-color: #d7772d;
}
.social-icon-style-1 a.xing,
.social-icon-style-10 a.xing span,
.social-icon-style-2 a.xing,
.social-icon-style-3 a.xing,
.social-icon-style-4 a.xing span {
  background-color: #1a7576;
}
.social-icon-style-1 a.print,
.social-icon-style-10 a.print span,
.social-icon-style-2 a.print,
.social-icon-style-3 a.print,
.social-icon-style-4 a.print span {
  background-color: #222;
}
.social-icon-style-1 a.blogger,
.social-icon-style-10 a.blogger span,
.social-icon-style-2 a.blogger,
.social-icon-style-3 a.blogger,
.social-icon-style-4 a.blogger span {
  background-color: #ff8000;
}
.social-icon-style-1 a.flipboard,
.social-icon-style-10 a.flipboard span,
.social-icon-style-2 a.flipboard,
.social-icon-style-3 a.flipboard,
.social-icon-style-4 a.flipboard span {
  background-color: #e12828;
}
.social-icon-style-1 a.meneame,
.social-icon-style-10 a.meneame span,
.social-icon-style-2 a.meneame,
.social-icon-style-3 a.meneame,
.social-icon-style-4 a.meneame span {
  background-color: #ff6400;
}
.social-icon-style-1 a.mailru,
.social-icon-style-10 a.mailru span,
.social-icon-style-2 a.mailru,
.social-icon-style-3 a.mailru,
.social-icon-style-4 a.mailru span {
  background-color: #168de2;
}
.social-icon-style-1 a.delicious,
.social-icon-style-10 a.delicious span,
.social-icon-style-2 a.delicious,
.social-icon-style-3 a.delicious,
.social-icon-style-4 a.delicious span {
  background-color: #205cc0;
}
.social-icon-style-1 a.livejournal,
.social-icon-style-10 a.livejournal span,
.social-icon-style-2 a.livejournal,
.social-icon-style-3 a.livejournal,
.social-icon-style-4 a.livejournal span {
  background-color: #00b0ea;
}
.social-icon-style-6 a.facebook:hover {
  border-color: #3b5998;
  color: #3b5998;
}
.social-icon-style-6 a.twitter:hover {
  border-color: #00aced;
  color: #00aced;
}
.social-icon-style-6 a.google:hover {
  border-color: #dc4a38;
  color: #dc4a38;
}
.social-icon-style-6 a.dribbble:hover {
  border-color: #ea4c89;
  color: #ea4c89;
}
.social-icon-style-6 a.youtube:hover {
  border-color: #b00;
  color: #b00;
}
.social-icon-style-6 a.linkedin:hover {
  border-color: #0077b5;
  color: #0077b5;
}
.social-icon-style-6 a.instagram:hover {
  border-color: #fe1f49;
  color: #fe1f49;
}
.social-icon-style-6 a.pinterest:hover {
  border-color: #cb2027;
  color: #cb2027;
}
.social-icon-style-6 a.flickr:hover {
  border-color: #ff0084;
  color: #ff0084;
}
.social-icon-style-6 a.rss:hover {
  border-color: #f2890a;
  color: #f2890a;
}
.social-icon-style-6 a.behance:hover {
  border-color: #1769ff;
  color: #1769ff;
}
.social-icon-style-6 a.vine:hover {
  border-color: #00bf8f;
  color: #00bf8f;
}
.social-icon-style-6 a.email:hover {
  border-color: #7d7d7d;
  color: #7d7d7d;
}
.social-icon-style-6 a.sms:hover {
  border-color: #ffbd00;
  color: #ffbd00;
}
.social-icon-style-6 a.sharethis:hover {
  border-color: #95d03a;
  color: #95d03a;
}
.social-icon-style-6 a.reddit:hover {
  border-color: #ff4500;
  color: #ff4500;
}
.social-icon-style-6 a.tumblr:hover {
  border-color: #32506d;
  color: #32506d;
}
.social-icon-style-6 a.digg:hover {
  border-color: #262626;
  color: #262626;
}
.social-icon-style-6 a.stumbleupon:hover {
  border-color: #eb4924;
  color: #eb4924;
}
.social-icon-style-6 a.whatsapp:hover {
  border-color: #25d366;
  color: #25d366;
}
.social-icon-style-6 a.vk:hover {
  border-color: #4c6c91;
  color: #4c6c91;
}
.social-icon-style-6 a.weibo:hover {
  border-color: #f93;
  color: #f93;
}
.social-icon-style-6 a.odnoklassniki:hover {
  border-color: #d7772d;
  color: #d7772d;
}
.social-icon-style-6 a.xing:hover {
  border-color: #1a7576;
  color: #1a7576;
}
.social-icon-style-6 a.print:hover {
  border-color: #222;
  color: #222;
}
.social-icon-style-6 a.blogger:hover {
  border-color: #ff8000;
  color: #ff8000;
}
.social-icon-style-6 a.flipboard:hover {
  border-color: #e12828;
  color: #e12828;
}
.social-icon-style-6 a.meneame:hover {
  border-color: #ff6400;
  color: #ff6400;
}
.social-icon-style-6 a.mailru:hover {
  border-color: #168de2;
  color: #168de2;
}
.social-icon-style-6 a.delicious:hover {
  border-color: #205cc0;
  color: #205cc0;
}
.social-icon-style-6 a.livejournal:hover {
  border-color: #00b0ea;
  color: #00b0ea;
}
.social-icon-style-7 a.facebook:hover {
  border-color: #3b5998;
  background-color: #3b5998;
}
.social-icon-style-7 a.twitter:hover {
  border-color: #00aced;
  background-color: #00aced;
}
.social-icon-style-7 a.google:hover {
  border-color: #dc4a38;
  background-color: #dc4a38;
}
.social-icon-style-7 a.dribbble:hover {
  border-color: #ea4c89;
  background-color: #ea4c89;
}
.social-icon-style-7 a.youtube:hover {
  border-color: #b00;
  background-color: #b00;
}
.social-icon-style-7 a.linkedin:hover {
  border-color: #0077b5;
  background-color: #0077b5;
}
.social-icon-style-7 a.instagram:hover {
  border-color: #fe1f49;
  background-color: #fe1f49;
}
.social-icon-style-7 a.pinterest:hover {
  border-color: #cb2027;
  background-color: #cb2027;
}
.social-icon-style-7 a.flickr:hover {
  border-color: #ff0084;
  background-color: #ff0084;
}
.social-icon-style-7 a.rss:hover {
  border-color: #f2890a;
  background-color: #f2890a;
}
.social-icon-style-7 a.behance:hover {
  border-color: #1769ff;
  background-color: #1769ff;
}
.social-icon-style-7 a.vine:hover {
  border-color: #00bf8f;
  background-color: #00bf8f;
}
.social-icon-style-7 a.email:hover {
  border-color: #7d7d7d;
  background-color: #7d7d7d;
}
.social-icon-style-7 a.sms:hover {
  border-color: #ffbd00;
  background-color: #ffbd00;
}
.social-icon-style-7 a.sharethis:hover {
  border-color: #95d03a;
  background-color: #95d03a;
}
.social-icon-style-7 a.reddit:hover {
  border-color: #ff4500;
  background-color: #ff4500;
}
.social-icon-style-7 a.tumblr:hover {
  border-color: #32506d;
  background-color: #32506d;
}
.social-icon-style-7 a.digg:hover {
  border-color: #262626;
  background-color: #262626;
}
.social-icon-style-7 a.stumbleupon:hover {
  border-color: #eb4924;
  background-color: #eb4924;
}
.social-icon-style-7 a.whatsapp:hover {
  border-color: #25d366;
  background-color: #25d366;
}
.social-icon-style-7 a.vk:hover {
  border-color: #4c6c91;
  background-color: #4c6c91;
}
.social-icon-style-7 a.weibo:hover {
  border-color: #f93;
  background-color: #f93;
}
.social-icon-style-7 a.odnoklassniki:hover {
  border-color: #d7772d;
  background-color: #d7772d;
}
.social-icon-style-7 a.xing:hover {
  border-color: #1a7576;
  background-color: #1a7576;
}
.social-icon-style-7 a.print:hover {
  border-color: #222;
  background-color: #222;
}
.social-icon-style-7 a.blogger:hover {
  border-color: #ff8000;
  background-color: #ff8000;
}
.social-icon-style-7 a.flipboard:hover {
  border-color: #e12828;
  background-color: #e12828;
}
.social-icon-style-7 a.meneame:hover {
  border-color: #ff6400;
  background-color: #ff6400;
}
.social-icon-style-7 a.mailru:hover {
  border-color: #168de2;
  background-color: #168de2;
}
.social-icon-style-7 a.delicious:hover {
  border-color: #205cc0;
  background-color: #205cc0;
}
.social-icon-style-7 a.livejournal:hover {
  border-color: #00b0ea;
  background-color: #00b0ea;
}
a.likes-count {
  padding: 0 15px;
  width: auto;
  border-radius: 30px !important;
}
a.likes-count i {
  margin-right: 8px;
}
a.likes-count span {
  position: relative;
  top: -1px;
}
.social-icon-style-1 a {
  text-align: center;
  display: inline-block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.social-icon-style-1 a:hover {
  border-radius: 100%;
}
.social-icon-style-2 a {
  text-align: center;
  display: inline-block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 100%;
  color: #fff;
}
.social-icon-style-2 a:hover {
  border-radius: 0;
}
.social-icon-style-3 a {
  text-align: center;
  display: inline-block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 100%;
  color: #fff;
}
.social-icon-style-3 a:hover i {
  transition: transform 0.4s ease-out;
  -webkit-transition: transform 0.4s ease-out;
  -moz-transition: transform 0.4s ease-out;
  -ms-transition: transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
}
.social-icon-style-4 a {
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #232323;
  text-align: center;
  z-index: 1;
}
.social-icon-style-4 a:hover {
  color: #fff;
}
.social-icon-style-4 a span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  width: 0;
  z-index: -1;
}
.social-icon-style-4 a:hover span {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  top: 0;
  left: 0;
}
.social-icon-style-5 a {
  text-align: center;
  display: inline-block;
  color: #232323;
}
.social-icon-style-5 a:hover {
  color: #fff;
  border-radius: 100%;
  background-color: var(--base-color);
}
.social-icon-style-5-light a {
  text-align: center;
  display: inline-block;
  color: #fff;
}
.social-icon-style-5-light a:hover {
  color: #fff;
  border-radius: 100%;
  background-color: var(--base-color);
}
.social-icon-style-6 a {
  text-align: center;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #232323;
  background-color: transparent;
  border-radius: 100%;
}
.social-icon-style-6 a:hover {
  border-color: var(--base-color);
  color: var(--base-color);
  background-color: transparent;
}
.social-icon-style-7 a {
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  color: #232323;
  background-color: #fff;
}
.social-icon-style-7 a:hover {
  color: #fff;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  -o-transform: scale(1.2);
}
.social-icon-style-8 ul li a {
  text-align: center;
  width: auto;
  height: auto;
}
.social-icon-style-8 a:hover {
  color: var(--base-color) !important;
}
.social-icon-style-9 ul li a {
  text-align: center;
  width: auto;
  height: auto;
}
.social-icon-style-9 a.facebook:hover {
  color: #3b5998;
}
.social-icon-style-9 a.twitter:hover {
  color: #00aced;
}
.social-icon-style-9 a.google:hover {
  color: #dc4a38;
}
.social-icon-style-9 a.dribbble:hover {
  color: #ea4c89;
}
.social-icon-style-9 a.youtube:hover {
  color: #b00;
}
.social-icon-style-9 a.linkedin:hover {
  color: #007bb6;
}
.social-icon-style-9 a.pinterest:hover {
  color: #cb2027;
}
.social-icon-style-9 a.email:hover {
  color: #7d7d7d;
}
.social-icon-style-9 a.sms:hover {
  color: #ffbd00;
}
.social-icon-style-9 a.sharethis:hover {
  color: #95d03a;
}
.social-icon-style-9 a.reddit:hover {
  color: #ff4500;
}
.social-icon-style-9 a.tumblr:hover {
  color: #32506d;
}
.social-icon-style-9 a.digg:hover {
  color: #262626;
}
.social-icon-style-9 a.stumbleupon:hover {
  color: #eb4924;
}
.social-icon-style-9 a.whatsapp:hover {
  color: #25d366;
}
.social-icon-style-9 a.vk:hover {
  color: #4c6c91;
}
.social-icon-style-9 a.weibo:hover {
  color: #f93;
}
.social-icon-style-9 a.odnoklassniki:hover {
  color: #d7772d;
}
.social-icon-style-9 a.xing:hover {
  color: #1a7576;
}
.social-icon-style-9 a.print:hover {
  color: #222;
}
.social-icon-style-9 a.blogger:hover {
  color: #ff8000;
}
.social-icon-style-9 a.flipboard:hover {
  color: #e12828;
}
.social-icon-style-9 a.meneame:hover {
  color: #ff6400;
}
.social-icon-style-9 a.mailru:hover {
  color: #168de2;
}
.social-icon-style-9 a.delicious:hover {
  color: #205cc0;
}
.social-icon-style-9 a.livejournal:hover {
  color: #00b0ea;
}
.social-icon-style-10 {
  position: relative;
}
.social-icon-style-10 a {
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  position: relative;
  text-align: center;
}
.social-icon-style-10 a:hover {
  color: #fff;
}
.social-icon-style-10 a i {
  position: relative;
  z-index: 1;
}
.social-icon-style-10 a span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  width: 0;
}
.social-icon-style-10 a:hover span {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  top: 0;
  left: 0;
}
.social-icon-style-11 {
  position: relative;
}
.social-icon-style-11 a {
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  position: relative;
  text-align: center;
}
.social-icon-style-11 a.facebook {
  color: #3b5998;
}
.social-icon-style-11 a.twitter {
  color: #00aced;
}
.social-icon-style-11 a.google {
  color: #dc4a38;
}
.social-icon-style-11 a.dribbble {
  color: #ea4c89;
}
.social-icon-style-11 a.youtube {
  color: #b00;
}
.social-icon-style-11 a.linkedin {
  color: #0077b5;
}
.social-icon-style-11 a.instagram {
  color: #fe1f49;
}
.social-icon-style-11 a.pinterest {
  color: #cb2027;
}
.social-icon-style-11 a.flickr {
  color: #ff0084;
}
.social-icon-style-11 a.rss {
  color: #f2890a;
}
.social-icon-style-11 a.behance {
  color: #1769ff;
}
.social-icon-style-11 a.vine {
  color: #00bf8f;
}
.social-icon-style-11 a.email {
  color: #7d7d7d;
}
.social-icon-style-11 a.sms {
  color: #ffbd00;
}
.social-icon-style-11 a.sharethis {
  color: #95d03a;
}
.social-icon-style-11 a.reddit {
  color: #ff4500;
}
.social-icon-style-11 a.tumblr {
  color: #32506d;
}
.social-icon-style-11 a.digg {
  color: #262626;
}
.social-icon-style-11 a.stumbleupon {
  color: #eb4924;
}
.social-icon-style-11 a.whatsapp {
  color: #25d366;
}
.social-icon-style-11 a.vk {
  color: #4c6c91;
}
.social-icon-style-11 a.weibo {
  color: #f93;
}
.social-icon-style-11 a.odnoklassniki {
  color: #d7772d;
}
.social-icon-style-11 a.xing {
  color: #1a7576;
}
.social-icon-style-11 a.print {
  color: #222;
}
.social-icon-style-11 a.blogger {
  color: #ff8000;
}
.social-icon-style-11 a.flipboard {
  color: #e12828;
}
.social-icon-style-11 a.meneame {
  color: #ff6400;
}
.social-icon-style-11 a.mailru {
  color: #168de2;
}
.social-icon-style-11 a.delicious {
  color: #205cc0;
}
.social-icon-style-11 a.livejournal {
  color: #00b0ea;
}
.social-icon-style-11 a:hover {
  color: #fff;
}
footer .small-icon li {
  margin: 0 8px;
}
.icon-country {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 10px 0 5px;
  vertical-align: middle;
}
.icon-country.usa {
  background: url(../images/country-flag-16X16/usa.html);
}
.icon-country.england {
  background: url(../images/country-flag-16X16/england.html);
}
.icon-country.china {
  background: url(../images/country-flag-16X16/china.html);
}
.icon-country.hong-kong {
  background: url(../images/country-flag-16X16/hong-kong.html);
}
.icon-country.france {
  background: url(../images/country-flag-16X16/france.html);
}
.mfp-bg,
.my-mfp-slide-bottom.mfp-ready.mfp-bg,
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  background: #000;
  opacity: 0.93;
}
.mfp-bg,
.mfp-wrap {
  z-index: 10007;
}
#popup-form {
  cursor: default;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  background: 0 0;
}
.mfp-iframe-scaler iframe {
  box-shadow: none;
}
.mfp-iframe-holder .mfp-content {
  max-width: 1020px;
}
.mfp-close,
.mfp-close:active {
  opacity: 1;
  background-color: transparent;
  color: #fff;
  right: 30px;
  top: 30px;
}
.modal-popup-main .mfp-close,
.modal-popup-main .mfp-close:active {
  right: 0;
  top: 0;
}
.portfolio-gallery a {
  position: relative;
  display: block;
}
.metro-gallery.hover-option10 .grid-item figure .portfolio-icon {
  margin-bottom: 0;
}
.justify-hover-icon {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
}
.justify-hover-icon .ti-zoom-in {
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.justify-gallery-content:hover .justify-hover-icon .ti-zoom-in {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.justify-gallery-content:hover .justify-hover-icon {
  opacity: 1;
}
.mfp-arrow-left:after,
.mfp-arrow-right:after {
  display: none;
}
.mfp-arrow-left:before,
.mfp-arrow-right:before {
  width: initial;
  height: initial;
  position: initial;
  left: initial;
  top: initial;
  border: initial;
}
.mfp-arrow-right:before {
  border-left: none;
  content: "\e628";
  font-size: 2em;
  font-family: themify;
  color: #fff;
}
.mfp-arrow-left:before {
  border-right: none;
  content: "\e629";
  font-size: 2em;
  font-family: themify;
  color: #fff;
}
.mfp-bottom-bar {
  margin-top: -24px;
  font-size: 12px;
}
.mfp-close {
  font-size: 36px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}
.mfp-arrow-left {
  left: 10px;
}
.mfp-arrow-right {
  right: 10px;
}
.left-nav-sidebar .mfp-arrow-left {
  left: 90px;
}
.left-nav-sidebar .mfp-container {
  padding-left: 90px;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mfp-figure {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.97;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.show-grid [class^="col-"] {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  padding: 10px 0;
  text-align: center;
}
.alert-dismissable .close,
.alert-dismissible .close {
  top: 0;
}
.alert-dismissible .btn-close {
  height: 100%;
  background-size: 10px;
  padding-top: 0;
  padding-bottom: 0;
  outline: 0;
}
.alert-dismissible .btn-close:focus {
  box-shadow: none;
}
.side-left-menu-close {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
}
.header-searchbar {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 15px;
  display: inline-block;
  line-height: 15px;
  position: relative;
}
.header-social-icon {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 15px;
  margin-left: 12px;
  display: inline-block;
  line-height: 15px;
  position: relative;
}
.heder-menu-button {
  display: inline-block;
  line-height: 14px;
  padding-left: 5px;
  position: relative;
}
nav.navbar.bootsnav .heder-menu-button .navbar-toggler {
  float: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  top: 4px;
}
.navbar-nav > li.dropdown .dropdown-toggle::after {
  display: none;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.white-link .header-searchbar,
.white-link .header-social-icon {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.header-social-icon a {
  color: #232323;
}
.header-searchbar a i,
.header-social-icon a i {
  margin: 0 11px;
}
.header-searchbar a i {
  position: relative;
}
.search-icon {
  padding-right: 10px;
}
.header-social-icon a:last-child i {
  margin-right: 0;
}
.menu-center .header-right {
  flex: 1 2 auto;
}
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  min-height: 0;
}
.menu-logo-center .navbar-left > li {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
header nav.menu-logo-center .navbar-nav > li > a {
  margin: 0 20px;
}
header nav.menu-logo-center .navbar-nav > li:last-child a {
  margin-right: 20px;
}
header nav.navbar a:not([href]):not([tabindex]):focus,
header nav.navbar a:not([href]):not([tabindex]):hover {
  cursor: pointer;
}
header nav.navbar .navbar-nav > li > a,
nav.navbar.bootsnav ul.nav > li > a {
  color: #232323;
  cursor: pointer;
}
header nav.navbar.bootsnav ul.nav.white-link > li > a,
header nav.navbar.white-link .header-searchbar a,
header nav.navbar.white-link .header-social-icon a,
header nav.navbar.white-link .navbar-nav > li > a,
nav.navbar.bootsnav.white-link .header-searchbar a,
nav.navbar.bootsnav.white-link .header-social-icon a,
nav.navbar.bootsnav.white-link ul.nav > li > a,
nav.navbar.white-link .heder-menu-button a {
  color: #fff;
}
header.sticky
  nav.navbar-fixed-top.header-light-transparent.white-link
  .header-searchbar
  a,
header.sticky
  nav.navbar-fixed-top.header-light-transparent.white-link
  .header-social-icon
  a,
header.sticky
  nav.navbar-fixed-top.header-light-transparent.white-link
  .navbar-nav
  > li
  > a,
header.sticky
  nav.navbar-fixed-top.header-light.white-link
  .header-menu-button
  a,
header.sticky nav.navbar-fixed-top.header-light.white-link .header-searchbar a,
header.sticky
  nav.navbar-fixed-top.header-light.white-link
  .header-social-icon
  a,
header.sticky
  nav.navbar-fixed-top.header-light.white-link
  .navbar-nav
  > li
  > a {
  color: #232323;
}
header .logo .logo-dark,
header .logo .logo-light {
  visibility: hidden;
  opacity: 0;
  width: 0;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
header .logo .logo-dark.default,
header .logo .logo-light.default {
  visibility: visible;
  opacity: 1;
  width: auto;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
header.sticky nav.header-dark .logo .logo-light,
header.sticky nav.header-dark-transparent .logo .logo-light {
  visibility: visible;
  opacity: 1;
  width: auto;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
header.sticky nav.header-dark .logo .logo-dark,
header.sticky nav.header-dark-transparent .logo .logo-dark {
  visibility: hidden;
  opacity: 0;
  width: 0;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
header.sticky nav.header-light .logo .logo-dark,
header.sticky nav.header-light-transparent .logo .logo-dark {
  visibility: visible;
  opacity: 1;
  width: auto;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
header.sticky nav.header-light .logo .logo-light,
header.sticky nav.header-light-transparent .logo .logo-light {
  visibility: hidden;
  opacity: 0;
  width: 0;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.navbar-top-scroll {
  position: absolute;
  top: 0;
  z-index: 5;
}
header.sticky nav.navbar-top-scroll {
  background-color: inherit;
}
header a.logo {
  display: inline-block;
  vertical-align: middle;
}
header a.logo img {
  max-height: 26px;
}
header .left-nav .sidebar-part1 a.logo img {
  max-height: inherit;
}
.logo-holder img {
  max-height: 26px;
}
.navbar-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
.sticky .navbar-top {
  top: -160px;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
.sticky.header-appear .navbar-fixed-top.navbar-transparent-no-sticky,
.sticky.header-appear .navbar-top.navbar-transparent-no-sticky {
  top: -160px;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
.sticky.header-appear .navbar-top {
  top: 0;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
header .bootsnav .dropdown .animated {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
nav.navbar.bootsnav .simple-dropdown .dropdown-menu > li.dropdown > ul:before {
  position: absolute;
  height: calc(100% + 20px);
  width: 100%;
  display: block;
  content: "";
}
header.sticky .navbar-scroll-fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
header.sticky .navbar-scroll-top {
  position: fixed;
  top: -120px;
  width: 100%;
  left: 0;
  transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
}
header.sticky.header-appear .navbar-scroll-top {
  top: 0;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
.header-search-form:hover,
.header-social-icon a:hover,
header nav.navbar .navbar-nav > li > a:hover,
header.header-appear nav.bootsnav.header-light .navbar-nav > li > a:hover,
header.header-appear
  nav.bootsnav.header-light-transparent
  .navbar-nav
  > li
  > a:hover,
header.header-appear nav.header-light .header-searchbar a:hover,
header.header-appear nav.header-light .header-social-icon a:hover,
header.header-appear nav.header-light-transparent .header-searchbar a:hover,
header.header-appear nav.header-light-transparent .header-social-icon a:hover,
header.header-appear
  nav.header-light-transparent.white-link
  .header-searchbar
  a:hover,
header.header-appear
  nav.header-light-transparent.white-link
  .header-social-icon
  a:hover,
header.header-appear
  nav.header-light-transparent.white-link
  .heder-menu-button
  a:hover,
header.header-appear nav.header-light.white-link .header-searchbar a:hover,
header.header-appear nav.header-light.white-link .header-social-icon a:hover,
nav.navbar.bootsnav ul.nav > li > a:hover {
  color: rgba(0, 0, 0, 0.6);
}
header nav.navbar.bootsnav ul.nav.white-link > li > a:hover,
header nav.navbar.white-link .header-searchbar a:hover,
header nav.navbar.white-link .header-social-icon a:hover,
header nav.navbar.white-link .navbar-nav > li > a:hover,
header.header-appear nav.header-dark .navbar-nav > li > a:hover,
header.header-appear nav.header-dark .search-button:hover,
header.header-appear nav.header-dark-transparent .navbar-nav > li > a:hover,
header.header-appear nav.header-dark-transparent .search-button:hover,
header.sticky nav.header-dark .navbar-nav > li > a:hover,
header.sticky nav.header-dark .search-button:hover,
header.sticky nav.header-dark-transparent .navbar-nav > li > a:hover,
header.sticky nav.header-dark-transparent .search-button:hover,
nav.navbar.bootsnav.white-link .header-searchbar a:hover,
nav.navbar.bootsnav.white-link .header-social-icon a:hover,
nav.navbar.bootsnav.white-link ul.nav > li > a:hover {
  color: rgba(255, 255, 255, 0.6);
}
header.sticky
  nav.navbar-fixed-top.header-light-transparent.white-link
  .header-searchbar
  a:hover,
header.sticky
  nav.navbar-fixed-top.header-light-transparent.white-link
  .header-social-icon
  a:hover,
header.sticky
  nav.navbar-fixed-top.header-light-transparent.white-link
  .navbar-nav
  > li
  > a:hover,
header.sticky
  nav.navbar-fixed-top.header-light.white-link
  .header-menu-button
  a:hover,
header.sticky
  nav.navbar-fixed-top.header-light.white-link
  .header-searchbar
  a:hover,
header.sticky
  nav.navbar-fixed-top.header-light.white-link
  .header-social-icon
  a:hover,
header.sticky
  nav.navbar-fixed-top.header-light.white-link
  .navbar-nav
  > li
  > a:hover {
  color: rgba(0, 0, 0, 0.6);
}
.navbar-nav > li > a {
  line-height: 20px;
}
header.sticky nav.navbar.bootsnav.white-link ul.nav > li > a:hover,
header.sticky nav.navbar.white-link .navbar-nav > li > a:hover {
  color: rgba(0, 0, 0, 0.6);
}
header.sticky nav.header-dark .header-social-icon a:hover,
header.sticky nav.navbar.bootsnav.header-dark.white-link ul.nav > li > a:hover,
header.sticky nav.navbar.header-dark.white-link .navbar-nav > li > a:hover {
  color: rgba(255, 255, 255, 0.6);
}
header nav.navbar .navbar-nav > li.active > a,
header.header-appear nav.bootsnav.header-light .navbar-nav > li.active > a,
header.header-appear
  nav.bootsnav.header-light-transparent
  .navbar-nav
  > li.active
  > a,
nav.navbar.bootsnav ul.nav > li.active > a {
  color: rgba(0, 0, 0, 0.6);
}
header nav.navbar.bootsnav ul.nav.white-link > li.active > a,
header nav.navbar.white-link .navbar-nav > li.active > a,
header.header-appear nav.header-dark .navbar-nav > li.active > a,
header.header-appear nav.header-dark-transparent .navbar-nav > li.active > a,
header.sticky nav.header-dark .navbar-nav > li.active > a,
header.sticky nav.header-dark-transparent .navbar-nav > li.active > a,
header.sticky
  nav.navbar.bootsnav.header-dark-transparent.white-link
  .navbar-nav
  > li.active
  > a,
nav.navbar.bootsnav.white-link ul.nav > li.active > a {
  color: rgba(255, 255, 255, 0.6);
}
header.sticky
  nav.navbar-fixed-top.header-light-transparent.white-link
  .navbar-nav
  > li.active
  > a,
header.sticky
  nav.navbar-fixed-top.header-light.white-link
  .navbar-nav
  > li.active
  > a {
  color: rgba(0, 0, 0, 0.6);
}
header.sticky nav.navbar.bootsnav.white-link ul.nav > li.active > a,
header.sticky nav.navbar.white-link .navbar-nav > li.active > a {
  color: rgba(0, 0, 0, 0.6);
}
header.sticky nav.navbar.bootsnav.header-dark.white-link ul.nav > li.active > a,
header.sticky nav.navbar.header-dark.white-link .navbar-nav > li.active > a {
  color: rgba(255, 255, 255, 0.6);
}
header nav.navbar .navbar-nav > li > a.active,
header.header-appear nav.bootsnav.header-light .navbar-nav > li > a.active,
header.header-appear
  nav.bootsnav.header-light-transparent
  .navbar-nav
  > li
  > a.active,
nav.navbar.bootsnav ul.nav > li > a.active {
  color: rgba(0, 0, 0, 0.6);
}
header nav.navbar.bootsnav ul.nav.white-link > li > a.active,
header nav.navbar.white-link .navbar-nav > li > a.active,
header.header-appear nav.header-dark .navbar-nav > li > a.active,
header.header-appear nav.header-dark-transparent .navbar-nav > li > a.active,
header.sticky nav.header-dark .navbar-nav > li > a.active,
header.sticky nav.header-dark-transparent .navbar-nav > li > a.active,
nav.navbar.bootsnav.white-link ul.nav > li > a.active {
  color: rgba(255, 255, 255, 0.6);
}
header.sticky
  nav.navbar-fixed-top.header-light-transparent.white-link
  .navbar-nav
  > li
  > a.active,
header.sticky
  nav.navbar-fixed-top.header-light.white-link
  .navbar-nav
  > li
  > a.active {
  color: rgba(0, 0, 0, 0.6);
}
header.sticky nav.navbar.bootsnav.white-link ul.nav > li > a.active,
header.sticky nav.navbar.white-link .navbar-nav > li > a.active {
  color: rgba(0, 0, 0, 0.6);
}
header.sticky nav.navbar.bootsnav.header-dark.white-link ul.nav > li > a.active,
header.sticky nav.navbar.header-dark.white-link .navbar-nav > li > a.active {
  color: rgba(255, 255, 255, 0.6);
}
header nav.navbar .navbar-nav > li.dropdown.on > a,
header.header-appear nav.bootsnav.header-light .navbar-nav > li.dropdown.on > a,
header.header-appear
  nav.bootsnav.header-light-transparent
  .navbar-nav
  > li.dropdown.on
  > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  color: rgba(0, 0, 0, 0.6);
}
header nav.navbar.bootsnav ul.nav.white-link > li.dropdown.on > a,
header nav.navbar.white-link .navbar-nav > li.dropdown.on > a,
header.header-appear nav.header-dark .navbar-nav > li.dropdown.on > a,
header.header-appear
  nav.header-dark-transparent
  .navbar-nav
  > li.dropdown.on
  > a,
header.sticky nav.header-dark .navbar-nav > li.dropdown.on > a,
header.sticky nav.header-dark-transparent .navbar-nav > li.dropdown.on > a,
nav.navbar.bootsnav.white-link ul.nav > li.dropdown.on > a {
  color: rgba(255, 255, 255, 0.6);
}
header.sticky
  nav.navbar-fixed-top.header-light-transparent.white-link
  .navbar-nav
  > li.dropdown.on
  > a,
header.sticky
  nav.navbar-fixed-top.header-light.white-link
  .navbar-nav
  > li.dropdown.on
  > a {
  color: rgba(0, 0, 0, 0.6);
}
header.sticky nav.navbar.bootsnav.white-link ul.nav > li.dropdown.on > a,
header.sticky nav.navbar.white-link .navbar-nav > li.dropdown.on > a {
  color: rgba(0, 0, 0, 0.6);
}
header.sticky
  nav.navbar.bootsnav.header-dark.white-link
  ul.nav
  > li.dropdown.on
  > a,
header.sticky
  nav.navbar.header-dark.white-link
  .navbar-nav
  > li.dropdown.on
  > a {
  color: rgba(255, 255, 255, 0.6);
}
header {
  width: 100%;
  z-index: 99;
}
.header-with-topbar .top-header-area {
  font-size: 11px;
  position: fixed;
  top: 0;
  z-index: 10005;
  width: 100%;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}
.sticky.header-with-topbar .top-header-area {
  top: -45px;
}
.sticky.header-with-topbar.fixed-topbar .top-header-area {
  top: 0;
}
.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-form.search-box {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 8px;
}
header .top-header-area .icon-social-very-small a:last-child i {
  margin-right: 0;
}
header nav .row {
  height: auto;
  padding: 0;
}
header nav.navbar [class*="col-"],
header nav.navbar [class^=" col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
header nav.navbar {
  border-radius: 0;
  padding: 0;
}
header nav.navbar-default,
nav.navbar.bootsnav {
  border-bottom: 0;
}
header nav {
  width: 100%;
  top: 0;
  z-index: 99;
  margin-bottom: 0;
}
header nav .nav-header-container {
  position: relative;
}
header nav .navbar-nav > li > a {
  color: #232323;
  font-size: 12px;
  font-weight: 800;
  margin: 0 20px;
  padding: 5px 0 5px;
  text-transform: uppercase;
  letter-spacing: 0.015em;
}
header nav .navbar-nav > li.active > a,
header nav .navbar-nav > li > a:focus,
header nav .navbar-nav > li > a:hover {
  background: 0 0;
}
header nav .navbar-nav > li:last-child a {
  margin-right: 0;
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  z-index: 9999;
}
header nav.navbar-default .navbar-nav > li.active > a,
header nav.navbar-default .navbar-nav > li > a:focus,
header nav.navbar-default .navbar-nav > li > a:hover {
  border-bottom-color: #232323;
}
header nav .navbar-nav.text-normal > li > a {
  font-weight: 600;
  font-size: 12px;
}
.navbar-nav > li {
  position: inherit;
}
.navbar-nav > li.dropdown > .fas {
  display: none;
}
.navbar-nav > li ul {
  margin: 0;
  padding: 0;
}
.navbar-toggler {
  border-radius: 0;
  margin-right: 0;
  float: right;
  border: none;
}
.mobile-toggle {
  display: block;
}
nav.navbar.bootsnav .navbar-toggle {
  top: 2px;
}
.sidebar-nav .mobile-toggle {
  display: none;
}
.mobile-toggle span {
  display: block;
  width: 16px;
  height: 2px;
  background: #232323;
  content: "";
}
.mobile-toggle span:nth-child(2) {
  margin: 3px 0;
}
.mobile-toggle:hover span,
.white-link .mobile-toggle:hover span {
  background-color: red;
}
.white-link .mobile-toggle span {
  background: #fff;
}
header nav .brand-logo {
  padding-top: 20px;
  padding-bottom: 20px;
}
header.sticky nav .brand-logo {
  padding-top: 15px;
  padding-bottom: 15px;
}
header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav > li > a,
header.sticky nav.navbar.navbar-default.navbar-top ul.nav > li > a {
  padding: 20px 0 20px;
}
nav .accordion-menu {
  position: initial !important;
}
nav.navbar.bootsnav li.dropdown ul li {
  list-style: none;
  padding: 0;
}
nav.navbar.bootsnav li.dropdown .mega-menu-full {
  width: 100%;
  box-sizing: border-box;
  background: rgba(35, 35, 35, 1);
  padding: 45px 50px;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  margin-top: 0;
}
nav.navbar.bootsnav li.dropdown .mega-menu-full ul {
  margin: 0;
  list-style: none;
}
nav.navbar.bootsnav li.dropdown .menu-back-div > ul {
  margin: 0 auto;
  width: 1070px;
  display: flex;
  flex-wrap: wrap;
  background: rgba(35, 35, 35, 1);
}
nav.navbar.bootsnav li.dropdown .mega-menu-full > ul li.dropdown-header {
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 8px;
  white-space: inherit;
  padding: 0 40px;
  border-bottom: none;
  text-transform: uppercase;
  line-height: 1.42857143;
}
nav.navbar.bootsnav li.dropdown .mega-menu-full > ul li a {
  text-align: left;
  font-size: 12px;
  color: #9d9d9d;
  padding: 3px 40px;
  text-transform: capitalize;
  margin: 0;
  display: block;
  position: relative;
  overflow: hidden;
  left: 0;
}
nav.navbar.bootsnav
  li.dropdown
  .mega-menu-full
  > ul
  li.mega-menu-column:first-child
  .dropdown-header,
nav.navbar.bootsnav
  li.dropdown
  .mega-menu-full
  > ul
  li.mega-menu-column:first-child
  a {
  padding-left: 0;
}
nav.navbar.bootsnav li.dropdown.megamenu-fw .icon-list-menu li > a > i {
  font-size: 14px;
  vertical-align: middle;
  width: 24px;
  display: inline-block;
}
nav.navbar.bootsnav li.dropdown .mega-menu-full > ul > li {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
nav.navbar.bootsnav li.dropdown .mega-menu-full > ul > li:last-child {
  border: 0;
}
nav.navbar.bootsnav li.dropdown .mega-menu-full > ul > li:last-child img {
  padding-left: 40px;
  background-size: cover;
  background-position: bottom right;
}
nav.navbar.bootsnav li.dropdown .mega-menu-full > ul > li > ul {
  margin-top: 18px;
}
nav.navbar.bootsnav li.dropdown .mega-menu-full > ul > li > ul:first-child {
  margin-top: 0;
}
nav.navbar.bootsnav li.dropdown .megamenu-fw .icon-list-menu li > a > i {
  font-size: 14px;
  vertical-align: middle;
  width: 24px;
}
nav.navbar.navbar-default
  ul
  li.dropdown
  .dropdown-menu
  .mega-menu-column
  li
  > a.menu-banner-image,
nav.navbar.navbar-default
  ul
  li.dropdown
  .dropdown-menu
  .mega-menu-column
  li
  > a:hover.menu-banner-image {
  left: 0;
  padding: 0;
  margin-bottom: 20px;
}
nav.navbar.navbar-default
  ul
  li.dropdown
  .dropdown-menu
  .mega-menu-column
  li:last-child
  > a.menu-banner-image {
  margin-bottom: 0;
}
.nav-center,
.nav-left,
.nav-right {
  display: table-cell;
  vertical-align: middle;
  width: 33.33%;
}
header nav .justify-content-center .navbar-nav > li:last-child a {
  margin-right: 20px;
}
.social-icon a {
  margin: 0 15px;
}
.social-icon a:first-child {
  margin-left: 0;
}
.social-icon a:last-child {
  margin-right: 0;
}
header nav.nav-center-logo .row {
  min-height: 0;
  height: auto;
}
header nav.nav-center-logo .row {
  display: block;
}
header nav.nav-center-logo .row > div:first-child {
  flex: none;
}
.nav-center-logo .navbar-nav > li {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.nav-center-logo .navbar-nav > li > a {
  display: flex;
}
.nav-center-logo .navbar-left {
  margin-left: -15px;
}
.nav-center-logo .navbar-left li:first-child a {
  margin-left: 0;
}
nav.bootsnav.brand-center ul.nav > li.dropdown > ul.dropdown-menu,
nav.nav-center-logo.navbar.bootsnav li.dropdown ul.dropdown-menu {
  margin-top: 0;
}
.center-logo {
  left: 50%;
  position: absolute;
  margin-top: -14px;
  top: 50%;
  text-align: center;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 20%;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
  text-align: left;
}
header nav.navbar-fixed .nav-header-container {
  width: 100%;
  float: left;
}
header .menu-logo-center .navbar-nav > li.social-links {
  padding: 26px 0;
}
header.sticky .menu-logo-center .navbar-nav > li.social-links {
  padding: 20px 0;
}
.navbar.navbar-brand-top > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}
.navbar-brand-top .navbar-brand {
  height: auto;
}
nav.navbar-brand-top.navbar.navbar-default ul.nav > li > a {
  padding: 20px 0;
}
.navbar-brand-top .navbar-collapse.collapse {
  flex-grow: inherit;
}
.center-nav {
  float: none;
  text-align: center;
}
.center-nav > li {
  float: none;
  display: inline-block;
}
nav.navbar.bootsnav.menu-center ul.nav.navbar-center {
  display: table;
  float: none;
  margin: 0 auto;
  table-layout: fixed;
}
.simple-dropdown.dropdown {
  position: relative;
}
.simple-dropdown .dropdown-menu {
  position: absolute;
  left: 0;
  background: rgba(35, 35, 35, 1);
  min-width: 220px;
  padding: 13px 0 15px;
  box-shadow: none;
}
nav.navbar.bootsnav .simple-dropdown .dropdown-menu > li {
  padding-left: 28px;
  padding-right: 28px;
}
.simple-dropdown .dropdown-menu > li > a {
  font-size: 12px;
  color: #9d9d9d;
}
.simple-dropdown .dropdown-menu > li a {
  padding: 9px 0 7px;
  overflow: hidden;
  position: relative;
  left: 0;
  font-weight: 500;
  display: block;
  line-height: 1.42857143;
}
.simple-dropdown .dropdown-menu > li a:hover {
  background-color: #000;
  color: #fff;
}
.simple-dropdown .dropdown-menu > li > a.dropdown-toggle .fas,
nav.navbar.bootsnav.sidebar-nav
  .nav.navbar-left-sidebar
  li.dropdown
  > a
  > .fas {
  position: absolute;
  right: 0;
  font-size: 12px;
  margin-top: 0;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
nav.navbar.bootsnav.sidebar-nav .nav.navbar-left-sidebar li a .fas {
  font-size: 16px;
}
nav.navbar.bootsnav .simple-dropdown .dropdown-menu > li.dropdown > ul,
nav.navbar.bootsnav
  .simple-dropdown
  .dropdown-menu
  > li.dropdown
  > ul
  > li.dropdown
  > ul {
  background: rgba(35, 35, 35, 1);
  display: none;
  left: 220px;
  margin: -13px 0 0 1px;
  min-width: 220px;
  white-space: nowrap;
  position: absolute;
  top: 0;
  padding: 13px 0;
  font-weight: 500;
  text-transform: capitalize;
}
.simple-dropdown .dropdown-menu > li.dropdown > ul li a {
  color: #9d9d9d;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
nav.navbar.bootsnav.navbar-default
  li.dropdown.simple-dropdown
  > ul.dropdown-menu
  > li.active
  > a {
  color: #fff;
}
header.header-appear nav.header-light-transparent,
header.sticky nav.navbar-fixed-top.header-light-transparent,
header.sticky nav.navbar-scroll-fixed-top.header-light-transparent {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
header.header-appear nav.header-light .separator-line-verticle-small,
header.header-appear
  nav.header-light-transparent
  .separator-line-verticle-small {
  background: rgba(0, 0, 0, 0.4);
}
header.header-appear nav.header-light .header-searchbar a,
header.header-appear nav.header-light .header-social-icon a,
header.header-appear nav.header-light-transparent .header-searchbar a,
header.header-appear nav.header-light-transparent .header-social-icon a,
header.header-appear
  nav.header-light-transparent.white-link
  .header-searchbar
  a,
header.header-appear
  nav.header-light-transparent.white-link
  .header-social-icon
  a,
header.header-appear
  nav.header-light-transparent.white-link
  .heder-menu-button
  a,
header.header-appear nav.header-light.white-link .header-searchbar a,
header.header-appear nav.header-light.white-link .header-social-icon a {
  color: #232323;
}
header.header-appear nav.bootsnav.header-light .navbar-nav > li > a,
header.header-appear
  nav.bootsnav.header-light-transparent
  .navbar-nav
  > li
  > a {
  color: #232323;
}
header.header-appear nav.header-light .header-searchbar,
header.header-appear nav.header-light-transparent .header-searchbar,
header.header-appear
  nav.header-light-transparent.white-link
  .header-social-icon,
header.header-appear.header-light-transparent .header-social-icon,
header.sticky nav.header-light .header-searchbar,
header.sticky nav.header-light .header-social-icon,
header.sticky nav.header-light-transparent .header-searchbar,
header.sticky nav.header-light-transparent .header-social-icon {
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
header.header-appear
  nav.nav-fixed-top.header-light-transparent.white-link
  .header-searchbar
  a,
header.header-appear
  nav.nav-fixed-top.header-light-transparent.white-link
  .header-social-icon
  a,
header.header-appear
  nav.nav-fixed-top.header-light-transparent.white-link
  .navbar-nav
  > li
  > a,
header.header-appear
  nav.nav-scroll-fixed-top.header-light-transparent.white-link
  .header-searchbar
  a,
header.header-appear
  nav.nav-scroll-fixed-top.header-light-transparent.white-link
  .header-social-icon
  a,
header.header-appear
  nav.nav-scroll-fixed-top.header-light-transparent.white-link
  .navbar-nav
  > li
  > a {
  color: #232323;
}
header.sticky nav.header-light .heder-menu-button .mobile-toggle span,
header.sticky
  nav.header-light-transparent
  .heder-menu-button
  .mobile-toggle
  span {
  background: #232323;
}
header.header-appear nav.header-dark-transparent,
header.sticky nav.navbar-fixed-top.header-dark-transparent,
header.sticky nav.navbar-scroll-fixed-top.header-dark-transparent {
  background: rgba(23, 23, 23, 0.85);
}
header.header-appear nav.header-dark .separator-line-verticle-small,
header.header-appear
  nav.header-dark-transparent
  .separator-line-verticle-small {
  background: #fff;
}
header.header-appear nav.header-dark .navbar-nav > li > a,
header.header-appear nav.header-dark-transparent .navbar-nav > li > a,
header.sticky nav.header-dark .navbar-nav > li > a,
header.sticky nav.header-dark-transparent .navbar-nav > li > a {
  color: #fff;
}
header.header-appear nav.header-dark .header-social-icon a,
header.header-appear nav.header-dark-transparent .header-social-icon a,
header.sticky nav.header-dark .header-social-icon a,
header.sticky nav.header-dark-transparent .header-social-icon a {
  color: #fff;
}
header.header-appear nav.header-dark .right-menu-button,
header.header-appear nav.header-dark .search-button,
header.header-appear nav.header-dark-transparent .right-menu-button,
header.header-appear nav.header-dark-transparent .search-button,
header.sticky nav.header-dark .right-menu-button,
header.sticky nav.header-dark .search-button,
header.sticky nav.header-dark-transparent .right-menu-button,
header.sticky nav.header-dark-transparent .search-button {
  color: #fff;
}
header.sticky nav.header-dark .header-searchbar,
header.sticky nav.header-dark .header-social-icon,
header.sticky nav.header-dark-transparent .header-searchbar,
header.sticky nav.header-dark-transparent .header-social-icon {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
header.sticky .header-dark .mobile-toggle span,
header.sticky nav.header-dark-transparent .mobile-toggle span {
  background: #fff;
}
header.sticky .header-dark .mobile-toggle:hover span,
header.sticky nav.header-dark-transparent .mobile-toggle:hover span {
  background: red;
}
header.header-appear nav.header-light,
header.sticky nav.navbar-fixed-top.header-light,
header.sticky nav.navbar-scroll-fixed-top.header-light {
  background-color: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
header.header-appear nav.header-dark,
header.sticky nav.navbar-fixed-top.header-dark,
header.sticky nav.navbar-scroll-fixed-top.header-dark {
  background-color: #000;
}
.navbar-default .navbar-toggler .icon-bar,
header.sticky .navbar-default.header-light .navbar-toggler .icon-bar,
header.sticky
  .navbar-default.header-light-transparent
  .navbar-toggler
  .icon-bar {
  background: #232323;
}
.navbar-default.white-link .navbar-toggler .icon-bar,
header.sticky .navbar-default.header-dark .navbar-toggler .icon-bar,
header.sticky
  .navbar-default.header-dark-transparent
  .navbar-toggler
  .icon-bar {
  background: #fff;
}
nav.navbar.bootsnav .btn-hamburger {
  padding: 0;
}
nav.navbar.bootsnav .btn-hamburger .navbar-toggler {
  margin: 0;
  top: -2px;
  padding: 10px 0 10px 10px;
}
.hamburger-menu-wrepper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -10005;
  padding: 55px 80px;
  display: table;
  opacity: 0;
  visibility: collapse;
}
.menu-middle {
  height: 100%;
  width: 65%;
  margin: 0 auto;
  opacity: 0;
}
.hamburger-menu-links {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 52px;
  line-height: 55px;
  opacity: 0;
}
.hamburger-menu-links li {
  float: left;
  margin-bottom: 36px;
  width: 50%;
}
.hamburger-menu-links li a {
  color: #fff;
  position: relative;
}
.hamburger-menu-links li.show > a {
  color: #ff2149;
}
.follow-box a:hover,
.hamburger-menu-links li a:hover {
  color: #ff2149;
}
.animation-box {
  position: absolute;
  top: 5%;
  height: 100%;
  width: 100%;
  left: 0;
  transform: perspective(600px) rotateX(-20deg);
  -weblit-transform: perspective(600px) rotateX(-20deg);
  -moz-transform: perspective(600px) rotateX(-20deg);
  -ms-transform: perspective(600px) rotateX(-20deg);
  -o-transform: perspective(600px) rotateX(-20deg);
}
.hamburger-menu.show-menu .hamburger-menu-wrepper {
  z-index: 10004;
  opacity: 1;
  visibility: visible;
}
.hamburger-menu.show-menu .animation-box {
  top: 0;
  transform: perspective(600px) rotateX(0);
  -webkit-transform: perspective(600px) rotateX(0);
  -moz-transform: perspective(600px) rotateX(0);
  -o-transform: perspective(600px) rotateX(0);
  -ms-transform: perspective(600px) rotateX(0);
  opacity: 1;
}
.hamburger-menu.show-menu .hamburger-menu-links,
.hamburger-menu.show-menu .menu-middle {
  opacity: 1;
}
.hamburger-menu .btn-hamburger .close-menu,
.hamburger-menu.show-menu .btn-hamburger .mobile-toggle {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
}
.hamburger-menu .btn-hamburger .mobile-toggle,
.hamburger-menu.show-menu .btn-hamburger .close-menu {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
.hamburger-menu .hamburger-menu-wrepper .btn-hamburger {
  border-color: #fff;
  height: 18px;
  position: absolute;
  width: 18px;
  z-index: 99;
  padding: 0;
  margin: -27px 0 0 -15px;
  opacity: 0;
}
.hamburger-menu.show-menu .hamburger-menu-wrepper .btn-hamburger {
  opacity: 1;
  right: 40px;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  padding: 15px;
}
.hamburger-menu .close-button-menu {
  float: none;
  height: auto;
  margin: 0;
  padding: 0;
  position: inherit;
  right: -26px;
  top: 44px;
  width: auto;
}
.hamburger-menu .close-button-menu:after,
.hamburger-menu .close-button-menu:before {
  background: #fff;
  width: 22px;
  right: 26px;
  top: -34px;
}
.hamburger-menu-links li.dropdown > a:after {
  content: "\f107";
  display: inline-block;
  position: absolute;
  right: -60px;
  top: 15px;
  font-family: Font Awesome\5 Free;
  font-weight: 900;
  font-size: 42px;
}
.header-with-topbar .navbar-fixed-top,
.header-with-topbar .navbar-top {
  top: 34px;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
.header-with-topbar.sticky .navbar-top {
  top: -160px;
}
.header-with-topbar.sticky.header-appear .navbar-top {
  top: 0;
}
header nav.nav-full-width {
  width: 100%;
}
.close-button-menu {
  float: right;
  padding: 10px;
  background-color: transparent;
  color: #232323;
  border: 0;
  position: absolute;
  height: 40px;
  width: 40px;
  outline: 0;
  top: 20px;
  right: 20px;
}
.full-width-pull-menu .dropdown-toggle {
  position: relative;
}
.full-width-pull-menu span.dropdown-toggle {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  top: 43px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.full-width-pull-menu .dropdown .dropdown-toggle:before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 15px;
  height: 11px;
  width: 1px;
  background: #232323;
}
.full-width-pull-menu .dropdown.show .dropdown-toggle:before {
  height: 0;
}
.full-width-pull-menu .dropdown .dropdown-toggle:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 20px;
  height: 1px;
  width: 11px;
  background: #232323;
  border: none;
}
.full-width-pull-menu .dropdown ul {
  background-color: inherit;
}
.full-width-pull-menu .link-style-1 .link-style-1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.full-width-pull-menu .link-style-1 ul li {
  margin: 20px 0;
  display: table;
}
.full-width-pull-menu .link-style-1 ul li a {
  background: inherit;
  color: #232323;
  font-size: 22px;
  line-height: 26px;
  position: relative;
  padding-left: 35px;
}
.full-width-pull-menu .link-style-1 ul li.show > a,
.full-width-pull-menu .link-style-1 ul li:hover > a {
  color: var(--base-color);
}
.full-width-pull-menu .link-style-1 ul li.show > a:after,
.full-width-pull-menu .link-style-1 ul li:hover > a:after {
  background: var(--base-color);
}
.full-width-pull-menu .link-style-1 ul li a:after {
  background: #dbdbdb;
  content: "";
  display: inline-block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 14px;
  width: 18px;
}
.full-width-pull-menu .link-style-1 .dropdown.show ul {
  display: block;
}
.full-width-pull-menu .link-style-1 .dropdown ul {
  position: inherit;
  left: 0;
  right: 0;
  padding: 10px 30px 0;
  background-color: inherit;
  border: 0;
  float: none;
  box-shadow: none;
  margin: 0;
}
.full-width-pull-menu .link-style-1 ul li li a {
  font-size: 18px;
  line-height: 22px;
  padding-left: 30px;
}
.dropdown ul li a:focus,
.full-width-pull-menu .link-style-1 .dropdown ul li a:hover {
  background-color: inherit;
}
.full-width-pull-menu .link-style-1 .dropdown ul li {
  margin: 5px;
}
.full-width-pull-menu .link-style-1 .dropdown ul li:last-child {
  margin-bottom: 0;
}
.full-width-pull-menu .link-style-2 .link-style-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.full-width-pull-menu .link-style-2 ul li {
  display: table;
  width: 100%;
}
.full-width-pull-menu .link-style-2 ul li a {
  background: inherit;
  color: #232323;
  font-size: 48px;
  line-height: 85px;
  position: relative;
}
.full-width-pull-menu .link-style-2 ul li.show > a,
.full-width-pull-menu .link-style-2 ul li:hover > a {
  color: var(--base-color);
}
.full-width-pull-menu .link-style-2 ul li.show > a:after {
  background: var(--base-color);
}
.full-width-pull-menu .link-style-2 .dropdown ul {
  display: block !important;
  height: 0;
  overflow: hidden;
}
.full-width-pull-menu .link-style-2 .dropdown ul {
  position: inherit;
  left: 0;
  right: 0;
  padding: 0;
  background-color: inherit;
  border: 0;
  float: none;
  box-shadow: none;
  margin: 0;
}
.full-width-pull-menu .link-style-2 .dropdown.show ul {
  display: block;
  height: 100%;
}
.full-width-pull-menu .link-style-2 .dropdown ul li a {
  font-size: 14px;
  line-height: 18px;
  color: #757575;
  padding: 0;
  margin: 0;
  display: block;
  font-weight: 400;
}
.full-width-pull-menu .link-style-2 .dropdown ul li {
  border-bottom: 1px solid #e3e3e3;
  padding: 7px 0;
}
.full-width-pull-menu .link-style-2 .dropdown ul li:last-child {
  border-bottom: 1px solid transparent;
}
.dropdown ul li a:focus,
.full-width-pull-menu .link-style-2 .dropdown ul li a:hover {
  background-color: inherit;
}
.full-width-pull-menu .link-style-2 .dropdown ul li ul.sub-menu {
  padding-left: 15px;
  padding-top: 2px;
}
.full-width-pull-menu .link-style-2 .dropdown ul li ul.sub-menu li {
  border-bottom: 0;
  padding: 5px 0 0 0;
}
.full-width-pull-menu .link-style-2 .dropdown ul li:last-child {
  margin-bottom: 0;
}
.full-width-pull-menu .link-style-2 .icon-social-medium a:first-child {
  margin-left: 0;
}
.full-width-pull-menu .link-style-2 .icon-social-medium a:last-child {
  margin-right: 0;
}
.close-button-menu:after,
.close-button-menu:before {
  content: "";
  display: block;
  background: #000;
  height: 2px;
  width: 18px;
  position: absolute;
}
.close-button-menu:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.close-button-menu:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.menu-wrap,
.show-menu .menu-wrap {
  left: auto;
}
.show-menu .menu-wrap {
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  opacity: 1;
  visibility: visible;
  z-index: 10001;
}
.menu-wrap {
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  width: 100%;
  z-index: -10001;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
header nav.nav-box-width {
  padding: 0 50px;
}
.big-menu-right {
  position: fixed;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  padding: 0 5%;
  opacity: 0;
  transform: translateX(30%) scaleX(0.6);
  -webkit-transform: translateX(30%) scaleX(0.6);
  -moz-transform: translateX(30%) scaleX(0.6);
  -o-transform: translateX(30%) scaleX(0.6);
  -ms-transform: translateX(30%) scaleX(0.6);
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  z-index: -1;
}
.big-menu-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.big-menu-links li {
  margin-bottom: 15px;
  display: block;
  width: 100%;
  float: left;
}
.big-menu-links li a {
  font-size: 50px;
  line-height: 1.5;
  color: #676767;
  float: left;
}
.big-menu-links li a:after {
  width: 0;
  background: var(--base-color);
  height: 3px;
  content: "";
  display: block;
  transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
}
.big-menu-links li a:hover {
  color: #ddd;
}
.big-menu-links li a:hover:after {
  width: 100px;
  transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
}
.big-menu-right.show {
  transform: translateX(0) scaleX(1);
  -moz-transform: translateX(0) scaleX(1);
  -webkit-transform: translateX(0) scaleX(1);
  -o-transform: translateX(0) scaleX(1);
  -ms-transform: translateX(0) scaleX(1);
  opacity: 1;
  z-index: 9999;
}
.big-menu-close {
  background: #fff;
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  color: #232323;
}
nav.navbar.navbar-default ul.nav > li > a {
  padding: 26px 0;
  background: 0 0;
  border-color: transparent;
  font-weight: 600;
  display: block;
}
nav.navbar.navbar-default ul.nav > li.dropdown > a.dropdown-toggle::after,
nav.navbar.sidebar-nav ul.nav > li.dropdown > a.dropdown-toggle::after {
  content: "";
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-top: 0;
}
nav.navbar.navbar-default ul li.dropdown ul.dropdown-menu > li:last-child {
  border-bottom: 0;
  border-bottom: 0;
}
nav.navbar.navbar-default ul li.dropdown .dropdown-menu li > a:hover {
  color: #fff;
  background: 0 0;
  left: 5px;
}
nav.navbar.navbar-default ul li.dropdown .dropdown-menu li.active > a {
  color: #fff;
}
nav.navbar.navbar-default
  ul.menu-links
  li.dropdown
  ul.dropdown-menu
  li.active
  > a,
nav.navbar.navbar-default
  ul.menu-links
  li.dropdown
  ul.dropdown-menu
  li
  > a:hover {
  color: #232323;
}
.dropdown ul.second-level {
  left: 270px;
  top: 0;
  height: 100%;
}
.dropdown ul.third-level {
  left: 530px;
  top: 0;
  height: 100%;
}
nav.navbar ul.nav .dropdown-menu.second-level .dropdown-menu {
  margin-top: 0;
}
.navbar-default ul li li.dropdown ul {
  display: none;
}
.navbar-default ul li li.dropdown.on > ul {
  display: block;
  position: absolute;
  left: 100%;
  margin-top: 0;
  padding: 0;
  top: 0;
}
.navbar-default ul li li.dropdown.on > ul > li.dropdown.on > ul {
  display: block;
  position: absolute;
  left: 100%;
  margin-top: 0;
  padding: 0;
  top: 0;
}
.navbar-default ul li li.dropdown ul.dropdown-menu {
  position: absolute;
  left: 100%;
  margin-top: 0;
  padding: 0;
  top: 0;
  box-shadow: none;
}
.navbar-default ul li li.dropdown ul.dropdown-menu li {
  padding: 0;
}
.dropdown-menu .dropdown a {
  position: relative;
}
header .menu-wrap .widget {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.nav.navbar-left-sidebar {
  display: block;
  transition: all 0s ease-in-out 0s;
  -webkit-transition: all 0s ease-in-out 0s;
  -moz-transition: all 0s ease-in-out 0s;
  -ms-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
  overflow-y: auto;
}
.left-nav-on .sidebar-part2 .sidebar-middle .sidebar-middle-menu .nav {
  overflow-x: hidden;
  display: block;
}
.nav.navbar-left-sidebar li {
  display: inline-block;
  width: 100%;
  padding: 0 45px;
}
.nav.navbar-left-sidebar li a,
nav.navbar.bootsnav.navbar-left-sidebar ul.nav > li > a {
  font-size: 11px;
  text-transform: uppercase;
  color: #939393;
  background: 0 0 !important;
  font-weight: 600;
  border-bottom: 1px solid #e5e5e5 !important;
  padding: 15px 0;
  margin: 0;
}
nav.navbar.sidebar-nav
  .navbar-left-sidebar
  li.dropdown
  .third-level
  a
  > [class*=" ti-"],
nav.navbar.sidebar-nav
  .navbar-left-sidebar
  li.dropdown
  .third-level
  a
  > [class^="ti-"] {
  margin-right: 5px;
}
nav.navbar.sidebar-nav
  .navbar-left-sidebar
  li.dropdown
  .third-level
  li:first-child
  a
  > i {
  margin-right: 5px;
}
.nav.navbar-left-sidebar li:last-child a {
  border-bottom: none;
}
.nav.navbar-left-sidebar li a:hover {
  color: #fff;
}
.nav.navbar-left-sidebar li a .nav-caret {
  height: 35px;
  text-align: right;
  width: 35px;
}
.nav.navbar-left-sidebar .dropdown .second-level {
  left: 290px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.nav.navbar-left-sidebar > li > a {
  line-height: 20px;
}
.nav.navbar-left-sidebar > li .second-level li a {
  line-height: 1.42857143;
}
.navbar-expand-lg .navbar-left-sidebar .dropdown-menu {
  position: fixed;
}
.nav.navbar-left-sidebar .dropdown.on .second-level {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.nav.navbar-left-sidebar .second-level .dropdown .third-level {
  left: 570px;
  opacity: 0 !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.nav.navbar-left-sidebar .second-level .dropdown.on .third-level {
  opacity: 1 !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  opacity: 1 !important;
}
.nav.navbar-left-sidebar .dropdown-menu .dropdown > a:after {
  display: none;
}
.cbp-spmenu {
  background: #fff;
  position: fixed;
  z-index: 1;
}
.cbp-spmenu-vertical {
  width: 455px;
  height: 100%;
  top: 0;
  z-index: 10005;
}
.cbp-spmenu-right {
  right: -455px;
}
.cbp-spmenu-left {
  left: -100%;
}
.cbp-spmenu-left.cbp-spmenu-open {
  left: 0;
}
.cbp-spmenu-right.cbp-spmenu-open {
  right: 0;
  overflow-x: auto;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cbp-spmenu-right::-webkit-scrollbar,
.navbar-left-sidebar::-webkit-scrollbar {
  width: 5px;
}
.cbp-spmenu-right::-webkit-scrollbar-track,
.navbar-left-sidebar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.cbp-spmenu-right::-webkit-scrollbar-thumb,
.navbar-left-sidebar::-webkit-scrollbar-thumb {
  background-color: #a9a9a9;
  outline: 1px solid #708090;
}
nav.navbar.sidebar-nav .container {
  display: table-cell;
  height: 75px;
  position: relative;
  vertical-align: top;
}
nav.navbar.bootsnav.sidebar-nav .navbar-left-sidebar > li > a {
  color: #626262;
  border-color: #ededed;
  padding: 15px 0;
  display: block;
  position: relative;
}
nav.navbar.bootsnav.sidebar-nav ul.nav.navbar-left-sidebar li.active > a,
nav.navbar.sidebar-nav .navbar-left-sidebar li a:hover {
  color: #000;
}
.sidebar-nav .logo-holder {
  text-align: center;
  min-height: 107px;
}
.sidebar-nav .footer-holder {
  text-align: center;
}
nav.navbar .toggle-button {
  background: #000;
  border: medium none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}
.sidebar-nav .dropdown-menu {
  box-shadow: none;
  height: 100%;
  left: 270px;
  padding: 0;
  position: fixed;
  top: 0;
  width: 240px;
  padding: 80px 0;
}
nav.navbar.sidebar-nav li.dropdown ul.dropdown-menu {
  border: none;
  margin-top: 0;
  border-radius: 0;
}
nav.navbar.bootsnav.sidebar-nav li.dropdown ul.dropdown-menu {
  padding-top: 160px;
}
.sidebar-nav .dropdown-menu li > a {
  margin: 0 45px;
}
nav.navbar.sidebar-nav {
  border: none;
  display: inline-table;
  width: 290px;
  border-radius: 0;
  position: fixed;
  top: 0;
  z-index: 10005;
  height: 100%;
  padding: 50px 0 25px;
  left: 0;
}
.sidebar-wrapper {
  padding-left: 290px;
}
.sidebar-nav-style-1 {
  z-index: -1;
}
.sidebar-nav-style-1 .dropdown .second-level {
  top: 0;
  left: 290px;
  width: 280px;
}
.sidebar-nav-style-1 .dropdown .second-level {
  background: #fbfbfb;
}
.sidebar-nav-style-1 .dropdown .third-level {
  top: 0;
  left: 570px;
  width: 280px;
  background: #f3f3f3;
}
.sidebar-nav-style-1 [class*="col-"],
.sidebar-nav-style-1 [class^=" col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.left-nav-sidebar {
  padding-left: 90px;
  transition: all 0.3s ease 0s;
}
.left-nav {
  position: fixed;
  top: 0;
  width: auto;
  left: 0;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
  transition: all 0.3s ease 0s;
}
.sidebar-part1 {
  position: absolute;
  top: 0;
  width: 90px;
}
.sidebar-part1 .logo img {
  width: 100%;
}
.sidebar-part2 {
  padding: 0 0 0 115px;
  border-right: 1px solid #dfdfdf;
  width: 410px;
  height: 100%;
  position: fixed;
  background-color: #fff;
  z-index: -1;
  left: -370px;
}
.sidebar-part3 {
  position: absolute;
  bottom: 0;
}
.left-nav-on .sidebar-part2 {
  left: 0;
}
.sidebar-part2:before {
  width: 100%;
  height: 1px;
  background-color: #dfdfdf;
  content: "";
  position: absolute;
  bottom: 75px;
  left: 0;
  display: inline-block;
}
.sidebar-part2 .sidebar-middle {
  padding: 180px 0;
}
.sidebar-part2 .sidebar-middle-menu {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.bottom-menu-icon {
  width: 90px;
  padding: 22px 30px;
  text-align: center;
}
header .sidebar-part2 nav.navbar.bootsnav ul > li > a {
  font-size: 36px;
  display: block;
  padding: 0;
  color: #0f0f0f;
  text-transform: none;
  margin: 0;
  line-height: 40px;
  font-weight: 600;
  position: relative;
}
header .sidebar-part2 nav.navbar.bootsnav ul > li > a > .fas {
  font-size: 25px;
  top: 10px;
  position: absolute;
  right: 18px;
}
header
  .sidebar-part2
  nav.navbar.bootsnav
  ul
  > li
  > .second-level
  > li
  > a
  > .fas {
  font-size: 14px;
  line-height: 30px;
}
.sidebar-part2 ul > li {
  margin: 0;
  float: none;
  padding: 15px 0;
  width: 291px;
  word-break: break-all;
  position: initial;
}
.sidebar-part2 ul li a:hover {
  background-color: inherit;
}
.sidebar-part2 nav.navbar.bootsnav {
  border-bottom: 0;
  position: inherit;
}
.sidebar-part2 .right-bg {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 90px;
}
.sidebar-part2 .right-bg:before {
  background-color: #dfdfdf;
  bottom: 75px;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.sidebar-part2 .right-bg img {
  position: absolute;
  top: 50%;
  left: 37px;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}
header .sidebar-part2 nav.navbar.bootsnav ul li ul li a {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
  color: #939393;
  font-weight: 500;
}
.sidebar-nav-style-1 .navbar-left-sidebar li.dropdown > a,
header .sidebar-part2 nav.navbar.bootsnav ul li.dropdown > a {
  padding-right: 40px;
}
header
  .sidebar-part2
  nav.navbar.bootsnav
  li.dropdown
  ul.dropdown-menu
  > li
  a:hover {
  border-bottom: 1px solid var(--base-color);
  background: inherit;
}
header
  .sidebar-part2
  nav.navbar.bootsnav
  li.dropdown
  ul.dropdown-menu
  > li:last-child
  > a:hover {
  border-bottom: 0;
}
header .sidebar-part2 nav.navbar.bootsnav ul li ul li a > i {
  vertical-align: middle;
  margin-right: 5px;
}
header .sidebar-part2 nav.navbar.bootsnav ul li ul li a:hover {
  color: var(--base-color);
}
header .sidebar-part2 nav.navbar.bootsnav ul li ul li {
  margin: 0;
  padding: 0 30px;
  width: 100%;
  word-break: normal;
}
header .sidebar-part2 nav.navbar.bootsnav ul li ul li.dropdown {
  border-left: 0;
}
.sidebar-part2 .dropdown ul.second-level,
.sidebar-part2 .dropdown ul.third-level {
  border-left: 1px solid #eee !important;
}
.sidebar-part2 .dropdown ul.second-level {
  left: 405px;
  opacity: 0 !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.sidebar-part2 .dropdown.on ul.second-level {
  opacity: 1 !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.sidebar-part2 .dropdown ul.second-level .dropdown ul.third-level {
  left: 650px;
  opacity: 0 !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.sidebar-part2 .dropdown ul.second-level .dropdown.on ul.third-level {
  opacity: 1 !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.sidebar-part2 nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
  margin-top: 0;
  border-radius: 0;
  box-shadow: none;
  height: 100%;
  position: fixed;
  top: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  width: 250px;
  padding: 180px 0;
  background: #fff;
}
.bottom-menu-icon a {
  font-size: 24px;
  width: 23px;
  height: 18px;
  display: inline-block;
  position: relative;
}
header
  .sidebar-part2
  nav.navbar.bootsnav
  ul.second-level
  li.active
  ul
  li.active
  > a,
header .sidebar-part2 nav.navbar.bootsnav ul.second-level li.active > a {
  color: var(--base-color);
}
.sidebar-part2 .navbar-collapse.collapse {
  overflow-y: auto !important;
}
.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 23px;
  background: #232323;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.nav-icon.active span,
.nav-icon:hover span {
  background-color: red;
}
.nav-icon span:nth-child(1) {
  top: 0;
}
.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) {
  top: 8px;
}
.nav-icon span:nth-child(4) {
  top: 16px;
}
.nav-icon.active span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.nav-icon.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-icon.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-icon.active span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}
nav.navbar.brand-center ul.nav > li > a {
  padding: 26px;
  margin: 0;
}
header.sticky nav.navbar.brand-center ul.nav > li > a {
  padding: 20px;
  margin: 0 20px;
}
.sidebar-middle ::-webkit-scrollbar,
.sidebar-nav-style-1 ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
  height: 4px;
}
.sidebar-middle ::-webkit-scrollbar-thumb,
.sidebar-nav-style-1 ::-webkit-scrollbar-thumb {
  background-color: #9e9f9f;
}
.navbar-collapse,
.sub-menu {
  -webkit-overflow-scrolling: auto;
  -moz--webkit-overflow-scrolling: auto;
  -ms--webkit-overflow-scrolling: auto;
  -o--webkit-overflow-scrolling: auto;
}
.left-menu-inner {
  overflow-y: auto;
  overflow-x: hidden;
}
.nav.navbar-left-sidebar > li > ul li a {
  display: block;
  font-weight: 500;
}
.menu-wrap .widget {
  display: inline-block;
  width: 100%;
}
.menu-new a:after {
  background: var(--base-color) none repeat scroll 0 0;
  color: #fff;
  font-size: 9px;
  margin-left: 8px;
  padding: 1px 5px 0 5px;
  line-height: 14px;
  position: absolute;
  content: "New";
  margin-top: 5px;
  text-transform: uppercase;
}
.nav.navbar-left-sidebar .menu-new a:after {
  margin-top: 0;
}
.sidebar-part2 .menu-new a:after {
  margin-top: 3px;
}
.page-title-extra-small h1 {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
.page-title-small h1 {
  font-size: 20px;
  line-height: 26px;
}
.page-title-medium h1 {
  font-size: 32px;
  line-height: 37px;
}
.page-title-large h1 {
  font-size: 46px;
  line-height: 49px;
}
.page-title-extra-large h1 {
  font-size: 55px;
  line-height: 50px;
}
.breadcrumb {
  background: 0 0;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb ul li {
  display: inline-block;
  line-height: normal;
}
.breadcrumb ul > li:after {
  content: "\f111";
  font-family: Font Awesome\5 Free;
  font-weight: 900;
  padding: 0 11px 0 14px;
  display: inline-block;
  vertical-align: middle;
  font-size: 5px;
  opacity: 0.6;
}
.breadcrumb ul > li:last-child:after {
  border-right: 0;
  content: "";
  padding: 0;
}
.hover-option4 .swiper-container *,
.swiper-container.swiper-blog * {
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.swiper-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.swiper-pagination-bullet-active {
  background: #232323;
}
.swiper-pagination {
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 35px;
}
.swiper-pagination-bullet {
  height: 9px;
  width: 9px;
  outline: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-slider-second {
  text-align: center;
}
.swiper-pagination-bottom .swiper-wrapper {
  margin-bottom: 60px;
}
.swiper-pagination-bottom
  .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-bottom .swiper-pagination-custom,
.swiper-pagination-bottom .swiper-pagination-fraction,
.swiper-pagination-bottom.swiper-container-horizontal
  > .swiper-pagination-bullets,
.swiper-pagination-bottom.swiper-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.swiper-bottom-scrollbar-full.swiper-container {
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out 0.7s;
  -webkit-transition: all 0.3s ease-in-out 0.7s;
  -moz-transition: all 0.3s ease-in-out 0.7s;
  -ms-transition: all 0.3s ease-in-out 0.7s;
  -o-transition: all 0.3s ease-in-out 0.7s;
  width: 100%;
}
.swiper-bottom-scrollbar-full .swiper-scrollbar {
  left: 0;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-radius: 0;
  height: 2px;
}
.swiper-bottom-scrollbar-full .swiper-scrollbar-drag {
  border-radius: 0;
  background: var(--base-color);
}
.swiper-bottom-scrollbar-full .swiper-scrollbar {
  background: rgba(255, 255, 255, 0.2);
}
.swiper-bottom-scrollbar-full .swiper-slide img {
  max-height: 450px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  opacity: 0.8;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
}
.swiper-bottom-scrollbar-full .swiper-slide:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: contrast(130%);
  -webkit-filter: contrast(130%);
  -moz-filter: contrast(130%);
  -ms-filter: contrast(130%);
  -o-filter: contrast(130%);
  max-height: 500px;
}
.swiper-bottom-scrollbar-full .swiper-slide .hover-title-box {
  visibility: hidden;
}
.swiper-bottom-scrollbar-full .swiper-slide:hover {
  z-index: 1;
}
.swiper-bottom-scrollbar-full .swiper-slide:hover .hover-title-box {
  right: -160px;
  opacity: 1;
  visibility: visible;
}
.swiper-bottom-scrollbar-full .bottom-text {
  position: absolute;
  bottom: 50px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.swiper-bottom-scrollbar-full .swiper-slide:hover .bottom-text {
  opacity: 0.7;
  letter-spacing: 5px;
  left: 4px;
}
.swiper-vertical-pagination {
  width: 100%;
  height: 100%;
  position: absolute;
}
.swiper-vertical-pagination .swiper-slide {
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-vertical-pagination > .swiper-pagination-bullets {
  right: 60px;
}
.swiper-vertical-pagination .swiper-pagination {
  width: auto;
}
.swiper-vertical-pagination .swiper-slide .swiper-bottom-content {
  opacity: 0;
  transform: translate3d(0, 150px, 0);
  -webkit-transform: translate3d(0, 150px, 0);
  -moz-transform: translate3d(0, 150px, 0);
  -ms-transform: translate3d(0, 150px, 0);
  -o-transform: translate3d(0, 150px, 0);
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
.swiper-vertical-pagination .swiper-slide-active .swiper-bottom-content {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transition: all 0.3s ease-in-out 0.3s;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
}
.swiper-vertical-pagination .box-arrow {
  position: absolute;
  right: -45px;
  width: 90px;
  height: 90px;
}
.swiper-auto-slide .swiper-slide {
  width: 60%;
}
.swiper-auto-slide.swiper-container {
  height: calc(100% - 200px);
  top: 100px;
  margin: 0 auto;
  overflow: visible;
  position: absolute;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s ease-in-out 0.7s;
  -webkit-transition: all 0.3s ease-in-out 0.7s;
  -moz-transition: all 0.3s ease-in-out 0.7s;
  -ms-transition: all 0.3s ease-in-out 0.7s;
  -o-transition: all 0.3s ease-in-out 0.7s;
  width: 100%;
}
.swiper-auto-slide .swiper-scrollbar {
  left: 20%;
  opacity: 1;
  position: absolute;
  width: 60%;
  bottom: -50px;
  border-radius: 0;
  height: 1px;
}
.swiper-auto-slide .swiper-scrollbar-drag {
  border-radius: 0;
  background: 0 0;
}
.swiper-auto-slide .swiper-scrollbar-drag:before {
  cursor: move;
  position: absolute;
  content: "";
  background: var(--base-color);
  width: 13px;
  height: 13px;
  border-radius: 100%;
  top: -6px;
  left: calc(50% - 13px);
}
.swiper-auto-slide .swiper-slide {
  filter: contrast(130%);
  -webkit-filter: contrast(130%);
  -moz-filter: contrast(130%);
  -ms-filter: contrast(130%);
  -o-filter: contrast(130%);
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
.swiper-auto-slide .swiper-slide.swiper-slide-active {
  filter: contrast(0);
  -webkit-filter: contrast(0);
  -moz-filter: contrast(0);
  -ms-filter: contrast(0);
  -o-filter: contrast(0);
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.swiper-auto-slide .swiper-slide .absolute-middle-center h2 {
  opacity: 0;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -o-transform: translateY(-60px);
}
.swiper-auto-slide
  .swiper-slide.swiper-slide-active
  .absolute-middle-center
  h2 {
  opacity: 1;
  transition: all 0.3s ease-in-out 0.7s;
  -webkit-transition: all 0.3s ease-in-out 0.7s;
  -moz-transition: all 0.3s ease-in-out 0.7s;
  -ms-transition: all 0.3s ease-in-out 0.7s;
  -o-transition: all 0.3s ease-in-out 0.7s;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.swiper-auto-slide .swiper-slide span {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.swiper-auto-slide .swiper-slide.swiper-slide-active span {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.swiper-next.swiper-button-disabled,
.swiper-prev.swiper-button-disabled {
  opacity: 0.6;
}
.swiper-button-next,
.swiper-button-prev {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 3px;
  margin: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  outline: 0;
}
.swiper-button-next.large,
.swiper-button-prev.large {
  height: 62px;
  width: 62px;
  line-height: 62px;
  font-size: 18px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.swiper-button-next {
  right: 20px;
}
.swiper-button-prev {
  left: 20px;
}
.slider-navigation.swiper-button-next,
.slider-navigation.swiper-button-prev {
  background-color: rgba(23, 23, 23, 0.5);
  color: #fff;
}
.slider-navigation.swiper-button-next:hover,
.slider-navigation.swiper-button-prev:hover {
  background-color: #fff;
  color: #232323;
}
.swiper-button-next.dark,
.swiper-button-prev.dark {
  background-color: rgba(23, 23, 23, 0.5);
  color: #fff;
}
.swiper-button-next.light,
.swiper-button-prev.light {
  background-color: #fff;
  color: #232323;
}
.swiper-button-next.arrow-dark,
.swiper-button-prev.arrow-dark {
  background-color: transparent;
  color: rgba(23, 23, 23, 1);
}
.swiper-button-next.arrow-dark:hover,
.swiper-button-prev.arrow-dark:hover {
  background-color: transparent;
  color: rgba(23, 23, 23, 0.5);
}
.swiper-button-next.arrow-light,
.swiper-button-prev.arrow-light {
  background-color: transparent;
  color: rgba(255, 255, 255, 1);
}
.swiper-button-next.arrow-light:hover,
.swiper-button-prev.arrow-light:hover {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
}
.swiper-button-next.arrow-gray,
.swiper-button-prev.arrow-gray {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
}
.swiper-button-next.arrow-gray:hover,
.swiper-button-prev.arrow-gray:hover {
  background-color: transparent;
  color: rgba(255, 255, 255, 1);
}
.slider-navigation.swiper-button-next {
  right: 40px;
}
.slider-navigation.swiper-button-prev {
  left: 40px;
}
.arrow-big.swiper-button-next.swiper-button-black-highlight i,
.arrow-big.swiper-button-prev.swiper-button-black-highlight i {
  font-size: 18px;
}
.arrow-big.swiper-button-next.swiper-button-black-highlight {
  margin-right: 0;
}
.arrow-big.swiper-button-prev.swiper-button-black-highlight {
  margin-left: 0;
}
.arrow-big.swiper-button-next,
.arrow-big.swiper-button-prev {
  width: 50px;
  height: 50px;
  font-size: 30px;
}
.square-arrow {
  border-radius: 0 !important;
}
.swiper-blog .swiper-slide .slide-content {
  opacity: 0;
  padding-left: 15px;
  padding-right: 15px;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
}
.swiper-blog .swiper-slide.swiper-slide-active .slide-content {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.swiper-next-style2,
.swiper-prev-style2 {
  position: absolute;
  bottom: -60px;
  cursor: pointer;
  text-transform: uppercase;
  outline: 0;
}
.swiper-next-style2 {
  right: 15%;
}
.swiper-prev-style2 {
  left: 15%;
}
.swiper-portfolio-next,
.swiper-portfolio-prev {
  position: absolute;
  top: 50%;
  z-index: 1;
  background: #fff;
  color: #232323;
  padding: 15px;
  font-size: 18px;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.swiper-portfolio-next.swiper-button-disabled,
.swiper-portfolio-prev.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.swiper-portfolio-prev {
  left: 0;
}
.swiper-portfolio-next {
  right: 0;
}
.swiper-portfolio-next,
.swiper-portfolio-prev {
  width: auto;
  height: auto;
  border-radius: 0;
}
.navigation-area {
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 40px;
  height: 82px;
}
.swiper-button-next.swiper-next-style4,
.swiper-button-prev.swiper-prev-style4 {
  background-image: none;
  background: var(--base-color);
  color: #fff;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  display: block;
  float: left;
  position: relative;
  left: auto;
  right: auto;
  top: 0;
  margin: 0 auto;
  border-radius: 0;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.swiper-button-next.swiper-next-style4 {
  margin-bottom: 1px;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-square-bottom.swiper-pagination-bullets {
  bottom: -50px;
}
.swiper-pagination-square .swiper-pagination-bullet {
  height: 4px;
  width: 30px;
  border-radius: 0;
}
.white-move .swiper-slide {
  cursor: url(../images/icon-move-light.html), move;
}
.black-move .swiper-slide {
  cursor: url(../images/icon-move-black.html), move;
}
.white-move.swiper-vertical-pagination .swiper-slide {
  cursor: url(../images/icon-move-light-vertical.html), move;
}
.black-move.swiper-vertical-pagination .swiper-slide {
  cursor: url(../images/icon-move-black-vertical.html), move;
}
.swiper-number {
  left: auto !important;
  right: 0 !important;
  width: 35px !important;
  text-align: right !important;
  top: 38% !important;
  bottom: inherit !important;
}
.swiper-number .swiper-pagination-bullet {
  background: 0 0;
  color: #939393;
  display: block;
  font-size: 20px;
  height: 45px;
  line-height: 20px;
  opacity: 0.7;
  padding: 14px 0 0;
  text-align: center;
  width: 23px;
  border-radius: 0;
  margin: 0 0 5px 0;
}
.swiper-number .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.swiper-number .swiper-pagination-bullet-active {
  color: #000;
  background: 0 0;
}
.tp-bullet {
  border-radius: 100%;
  background: 0 0;
  border: 1px solid #fff;
}
.tp-bullet.selected,
.tp-bullet:hover {
  background: #fff;
}
.hermes .tp-bullet {
  box-shadow: 0 0 0 0 #fff;
  height: 10px;
  width: 10px;
  border: 2px solid #fff;
}
.hermes .tp-bullet::after {
  box-shadow: 0 0 0 0 #fff inset;
}
.slider-half-screen {
  height: 765px;
}
.slider-medium-screen {
  height: 898px;
}
.cursor-default {
  cursor: default;
}
.down-section {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
  right: 0;
}
.scroll-down-section {
  position: absolute;
  width: 100%;
  bottom: -50px;
  left: 0;
  right: 0;
  z-index: 1;
}
.scroll-down-section div {
  height: 100px;
}
.blog-content,
.blog-wrapper,
.blog-wrapper .grid-item,
.blog-wrapper .grid-sizer {
  transition-timing-function: none;
  -moz-transition-timing-function: none;
  -webkit-transition-timing-function: none;
  -o-transition-timing-function: none;
  -ms-transition-timing-function: none;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.grid-loading,
.grid-loading-white {
  overflow: hidden;
  position: relative;
  opacity: 1 !important;
  transition: all 0s ease-in-out !important;
  -moz-transition: all 0s ease-in-out !important;
  -webkit-transition: all 0s ease-in-out !important;
  -ms-transition: all 0s ease-in-out !important;
  -o-transition: all 0s ease-in-out !important;
  z-index: 99;
}
.grid-loading-white::after,
.grid-loading::after {
  background: 0 0;
  content: "" !important;
  position: absolute;
  top: 100px !important;
  left: calc(50% - 25px) !important;
  width: 50px !important;
  height: 50px !important;
  opacity: 1 !important;
  right: inherit !important;
  z-index: 9;
  text-align: center;
  border: 3px solid rgba(23, 23, 23, 0.2);
  border-top-color: rgba(23, 23, 23, 0.7);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
}
.grid-loading:before {
  content: "";
  position: absolute;
  right: 2px;
  top: 1px;
  width: calc(100% - 4px);
  height: calc(100% - 2px);
  border-radius: inherit;
  z-index: 1;
}
.grid-loading .grid-item,
.grid-loading-white .grid-item {
  visibility: hidden;
}
.grid-loading li.grid-item,
.grid-loading-white li.grid-item {
  overflow: hidden;
}
.grid-loading-white::after {
  background: 0 0;
  content: "" !important;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: rgba(255, 255, 255, 0.7);
}
.blog-post-images img,
.portfolio-image img {
  width: 100%;
}
.grid {
  list-style: none;
  padding: 0;
  margin: 0;
}
.grid-sizer {
  padding: 0 !important;
  margin: 0 !important;
}
.grid.gutter-very-small li {
  padding: 3px 3px;
}
.grid.gutter-small li {
  padding: 5px 5px;
}
.grid.gutter-medium li {
  padding: 7px 7px;
}
.grid.gutter-large li {
  padding: 10px 10px;
}
.grid.gutter-extra-large li {
  padding: 15px;
}
.grid.gutter-double-extra-large li {
  padding: 20px;
}
.grid.gutter-triple-extra-large li {
  padding: 30px;
}
.grid.grid-6col li {
  width: 16.67%;
  list-style: none;
}
.grid.grid-6col li.grid-item-double {
  width: 33.33%;
}
.grid.grid-5col li {
  width: 20%;
  list-style: none;
}
.grid.grid-5col li.grid-item-double {
  width: 40%;
}
.grid.grid-4col li {
  width: 25%;
  list-style: none;
}
.grid.grid-4col li.grid-item-double {
  width: 50%;
}
.grid.grid-3col li {
  width: 33.33%;
  float: left;
  list-style: none;
}
.grid.grid-3col li.grid-item-double {
  width: 66.67%;
}
.grid.grid-2col li {
  width: 50%;
  list-style: none;
}
.grid.grid-2col li.grid-item-double {
  width: 100%;
}
.grid.grid-1col li {
  width: 100%;
  list-style: none;
}
.grid-filter li {
  display: inline-block;
  float: none;
  padding: 0 20px;
  border: 0;
  position: relative;
}
.grid-filter li:first-child {
  padding-left: 0;
}
.grid-filter li:last-child {
  padding-right: 0;
}
.grid-filter li a {
  border: 0;
  border-bottom: 1px solid;
  border-color: transparent;
  color: #828282;
  padding-bottom: 2px;
}
.grid-filter > li.active > a,
.grid-filter > li.active > a:focus,
.grid-filter > li.active > a:hover,
.grid-filter > li > a:hover {
  border: 0;
  color: inherit;
  border-bottom: 1px solid;
  color: #232323;
}
.portfolio-wrapper .grid-item figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.portfolio-wrapper .grid-item {
  opacity: 1;
  overflow: hidden;
}
.portfolio-wrapper .grid-item figure img {
  cursor: pointer;
  display: block;
  opacity: 1;
  width: 100%;
  transition: all 0.3s ease 0s;
}
.portfolio-wrapper .grid-item figcaption {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  width: 100%;
  height: 100%;
  padding: 45px;
  z-index: 1;
  text-align: center;
}
.portfolio-wrapper .grid-item figure:hover .portfolio-img {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.portfolio-wrapper .grid-item figure .portfolio-img {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.portfolio-wrapper .grid-item figure:hover img {
  opacity: 0.15;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.portfolio-wrapper .grid-item figure:hover figcaption {
  opacity: 1;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.justified-gallery > a > .jg-caption,
.justified-gallery > div > .jg-caption,
.justified-gallery > figure > .jg-caption {
  padding: 7px 15px;
  opacity: 0;
  display: initial !important;
  bottom: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
}
.caption.caption-visible {
  opacity: 1;
  bottom: 0 !important;
}
.grid-item .portfolio-hover-box {
  display: table-cell;
  height: 100%;
}
.hover-option1 .grid-item figcaption {
  height: 100%;
}
.hover-option1 .grid-item .portfolio-hover-main {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  display: table;
  height: 100%;
  top: 0;
  width: 100%;
}
.hover-option2 .grid-item figcaption {
  height: 100%;
}
.hover-option2 .grid-item .portfolio-hover-main {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  display: table;
  height: 100%;
  top: 0;
  width: 100%;
}
.hover-option2 .grid-item .portfolio-hover-content {
  bottom: -15px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.hover-option2 .grid-item:hover .portfolio-hover-content {
  bottom: 0;
}
.hover-option2 .separator-line-horrizontal-medium-light2 {
  opacity: 0.5;
}
.hover-option2 .grid-item figure:hover img {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
  opacity: 0.1;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.container .hover-option2 .grid-item figcaption {
  padding: 30px;
}
.hover-option3 .grid-item .slide-hover-box {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hover-option3 .grid-item .opacity-medium {
  opacity: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.hover-option3 .grid-item .slide-hover-box:hover .opacity-medium {
  opacity: 0.5;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.hover-option3 .grid-item figure {
  bottom: 130px;
  z-index: 5;
  width: 100%;
  overflow: visible;
}
.hover-option3 .grid-item figure h6 {
  position: relative;
  bottom: -70px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.hover-option3 .grid-item .slide-hover-box:hover h6 {
  bottom: 0;
}
.hover-option3 .grid-item figure p {
  bottom: -40px;
  opacity: 0;
  position: relative;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.hover-option3 .grid-item .slide-hover-box:hover p {
  opacity: 0.6;
  bottom: 0;
}
.hover-option3 .grid-item figure figcaption {
  left: 0;
  right: 0;
  opacity: 1;
  padding: 0 60px;
  height: auto;
  text-align: left;
}
.hover-option3 .grid-item .separator-line-horrizontal-medium-light2 {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  width: 20%;
}
.hover-option3
  .grid-item
  .slide-hover-box:hover
  .separator-line-horrizontal-medium-light2 {
  width: 60%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.hover-option4 .grid-item figcaption {
  height: 100%;
}
.hover-option4 .grid-item .portfolio-hover-main {
  transform: none;
  display: table;
  height: 100%;
  top: 0;
  width: 100%;
}
.hover-option4 .grid-item figure:hover img {
  opacity: 0.08;
  transform: scale(1, 1);
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  filter: blur(4px);
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  -o-filter: blur(4px);
}
.hover-option4 .grid-item .portfolio-hover-content {
  bottom: -15px;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}
.hover-option4 .grid-item:hover .portfolio-hover-content {
  bottom: 0;
}
.hover-option4 .swiper-slide.grid-item figcaption {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
}
.hover-option4 .swiper-slide.grid-item:hover figcaption {
  opacity: 1;
}
.container .hover-option4 .grid-item figcaption {
  padding: 30px;
}
.hover-option5 .grid-item figcaption {
  height: 100%;
  padding: 20px;
}
.hover-option5 .grid-item .portfolio-hover-main {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  display: table;
  height: 100%;
  top: 0;
  width: 100%;
}
.hover-option5 .grid-item .portfolio-hover-box {
  padding: 20px;
}
.hover-option5 .grid-item:hover .portfolio-hover-box {
  background: rgba(0, 0, 0, 0.8);
}
.hover-option5 .grid-item .separator-line-horrizontal-medium-light2 {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  top: 5px;
  width: 100px;
}
.hover-option5 .grid-item:hover .separator-line-horrizontal-medium-light2 {
  transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
}
.hover-option5 .grid-item figure:hover img {
  opacity: 0.8;
}
.container .hover-option5 .grid-item .portfolio-hover-box {
  padding: 10px;
}
.hover-option6 .grid-item figcaption {
  height: 100%;
  position: relative;
  opacity: 1;
  padding: 35px 10px;
  background: #fff;
}
.hover-option6 .grid-item .portfolio-hover-main {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  display: table;
  height: 100%;
  top: 0;
  width: 100%;
}
.hover-option6 .grid-item .portfolio-icon {
  transition: all 0.3s ease 0s;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  opacity: 0;
}
.hover-option6 .grid-item figure:hover .portfolio-icon {
  opacity: 1;
  top: 50%;
}
.hover-option6 .grid-item .portfolio-icon a {
  border-radius: 50%;
  border: 2px solid transparent;
  background: #fff;
  margin: 0 7px;
  height: 46px;
  width: 46px;
  display: inline-block;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.hover-option6 .grid-item .portfolio-icon i.fa-link {
  font-size: 20px;
  position: relative;
  top: 11px;
}
.hover-option6 .grid-item .portfolio-icon i.fa-search {
  font-size: 16px;
  position: relative;
  top: 10px;
}
.hover-option6 .grid-item .portfolio-icon a:hover,
.hover-option6 .grid-item .portfolio-icon a:hover i {
  background: 0 0;
  color: #fff;
}
.hover-option6 .grid-item .portfolio-icon a:hover {
  background: 0 0;
  border: 2px solid #fff;
  color: #fff;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}
.hover-option6 .grid-item figure:hover img {
  cursor: default;
  opacity: 0.15;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.hover-option6 .grid-item figure:hover figcaption {
  cursor: default;
}
.hover-option6 .grid-item figure:hover .portfolio-img {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.container .hover-option6 .grid-item figcaption {
  padding: 25px 10px;
}
.hover-option7 .grid-item figcaption {
  height: auto;
  position: absolute;
  opacity: 0;
  padding: 32px;
  bottom: -101px;
}
.hover-option7 .grid-item figure:hover figcaption {
  bottom: 0;
}
.hover-option7 .grid-item .portfolio-hover-main {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  display: table;
  height: 100%;
  top: 0;
  width: 100%;
}
.hover-option7 .grid-item figure img {
  top: 0;
  position: relative;
}
.hover-option7 .grid-item figure:hover img {
  cursor: pointer;
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  top: -101px;
}
.hover-option7 .grid-item figure:hover figcaption {
  cursor: pointer;
}
.hover-option7 .grid-item figure:hover .portfolio-img {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  background: 0 0;
}
.container .hover-option7 .grid-item figcaption {
  padding: 20px;
}
.container .hover-option7 .grid-item figure:hover img {
  top: -81px;
}
.hover-option8 .grid-item figure figcaption {
  opacity: 0;
  padding: 0;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}
.hover-option8 .grid-item figure:hover figcaption {
  opacity: 1;
  cursor: pointer;
}
.hover-option8 .grid-item .portfolio-hover-main {
  display: table;
  height: 100%;
  top: 0;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  width: 100%;
}
.hover-option8 .grid-item .portfolio-icon {
  position: absolute;
  right: 55px;
  top: 51px;
  transition: all 0.1s ease 0s;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
}
.hover-option8 .grid-item figure:hover figcaption {
  padding: 25px;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.hover-option8 .grid-item figure:hover figcaption .portfolio-hover-main {
  background: #fff;
}
.hover-option8 .grid-item figure:hover img {
  opacity: 1;
  filter: blur(4px);
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  -o-filter: blur(4px);
}
.container .hover-option8 .grid-item figure:hover figcaption {
  padding: 20px;
}
.container .hover-option8 .grid-item .portfolio-icon {
  top: 30px;
  right: 35px;
}
.hover-option10 .grid-item * {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.hover-option10 .grid-item figure .portfolio-img img {
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
}
.hover-option10 .grid-item figure:hover .portfolio-img img {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  opacity: 0.15;
}
.hover-option10 .grid-item figure figcaption {
  padding: 0;
}
.hover-option10 .grid-item figure .portfolio-hover-main {
  display: table;
  width: 100%;
  height: 100%;
  padding: 50px;
}
.hover-option10 .grid-item figure .portfolio-icon {
  margin-bottom: 30px;
  position: relative;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.hover-option10 .grid-item figure .portfolio-hover-content {
  position: relative;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
}
.hover-option10 .grid-item figure:hover .portfolio-hover-content,
.hover-option10 .grid-item figure:hover .portfolio-icon {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.hover-option10 .grid-item .portfolio-icon a {
  margin: 0 7px;
  height: 50px;
  width: 50px;
  display: inline-block;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 1);
  box-sizing: border-box;
  vertical-align: top;
  text-align: center;
  color: #fff;
}
.hover-option10 .grid-item .portfolio-icon a:hover {
  color: #232323;
  background: #fff;
  border-radius: 5px;
}
.hover-option10 .grid-item .portfolio-icon a:hover i {
  color: #232323;
}
.hover-option10 .grid-item .portfolio-icon i.fa-link {
  font-size: 22px;
  position: relative;
  top: 14px;
}
.hover-option10 .grid-item .portfolio-icon i.fa-search {
  font-size: 20px;
  position: relative;
  top: 13px;
}
.hover-option10 .grid-item .portfolio-icon i.ti-zoom-in {
  font-size: 20px;
  position: relative;
  top: 13px;
}
.container .hover-option10 .grid-item .portfolio-icon i.fa-link {
  font-size: 16px;
  position: relative;
  top: 10px;
}
.container .hover-option10 .grid-item .portfolio-icon i.fa-search {
  font-size: 14px;
  position: relative;
  top: 8px;
}
.container .hover-option10 .grid-item .portfolio-icon a {
  width: 45px;
  height: 45px;
}
.container .hover-option10 .grid-item figure .portfolio-hover-main {
  padding: 30px;
}
.hover-option11 .grid-item figcaption {
  height: 100%;
}
.hover-option11 .grid-item .portfolio-hover-main {
  transform: none;
  display: table;
  height: 100%;
  top: 0;
  width: 100%;
}
.hover-option11 .grid-item figure:hover img {
  opacity: 0.05;
  transform: scale(1, 1);
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  filter: blur(4px);
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  -o-filter: blur(4px);
}
.hover-option11 .grid-item .portfolio-hover-content {
  bottom: -15px;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}
.hover-option11 .grid-item:hover .portfolio-hover-content {
  bottom: 0;
}
.hover-option11 .swiper-slide.grid-item figcaption {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
}
.hover-option11 .swiper-slide.grid-item:hover figcaption {
  opacity: 1;
}
.hover-option11 .grid-item .portfolio-item-title {
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
}
.hover-option11 .grid-item > a:hover .portfolio-item-title {
  color: #fff;
}
.hover-option11 .grid-item .portfolio-img {
  margin-bottom: 33px;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
}
.hover-option11 .grid-item .portfolio-img img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 1);
}
.hover-option11 .grid-item:hover .portfolio-img img {
  opacity: 0.6;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
}
.hover-option11 .grid-item > a {
  display: block;
  position: relative;
}
.hover-option11 .grid-item > a:hover .portfolio-img {
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
}
.portfolio-filter-tab-1 li {
  margin: 0 25px;
  display: inline-block;
  float: none;
}
.portfolio-filter-tab-1 li a {
  background: 0 0;
  border: none;
  padding: 0 0 2px 0;
  display: inline;
  color: #6f6f6f;
  margin: 0;
  border-bottom: 1px solid transparent;
}
.portfolio-filter-tab-1 li a:focus,
.portfolio-filter-tab-1 li a:hover {
  background: 0 0;
  border-bottom: 1px solid #232323;
  color: #232323;
}
.portfolio-filter-tab-1 li.active a {
  background: 0 0 !important;
  border-bottom: 1px solid #232323;
  color: #232323;
}
.portfolio-filter-tab-2 li.nav-item {
  display: inline-block;
  float: none;
}
.portfolio-filter-tab-2 li.nav-item a.nav-link {
  border: none;
  border-radius: 50px !important;
  padding: 7px 24px;
  margin-right: 4px;
  border-color: transparent !important;
}
.portfolio-filter-tab-2 li.nav-item a.nav-link:hover,
.portfolio-filter-tab-2 li.nav-item > a.nav-link:focus {
  background: rgba(144, 144, 144, 0.22);
  color: #fff;
  border-color: transparent !important;
}
.portfolio-filter-tab-2.nav-tabs li.nav-item.active a.nav-link,
.portfolio-filter-tab-2.nav-tabs li.nav-item.active a.nav-link:focus,
.portfolio-filter-tab-2.nav-tabs li.nav-item.active a.nav-link:hover {
  border: none;
  background: rgba(144, 144, 144, 0.22);
  color: #fff;
  border: none;
}
.blog-nav-link {
  padding: 30px 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  position: relative;
}
.blog-nav-link-next .blog-nav-icon,
.blog-nav-link-prev .blog-nav-icon {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
}
.blog-nav-link-next {
  padding-right: 50px;
}
.blog-nav-link-next .blog-nav-icon {
  right: 0;
}
.blog-nav-link-prev {
  padding-left: 50px;
}
.blog-nav-link-prev .blog-nav-icon {
  left: 0;
}
.special-char-small {
  font-size: 40px;
  line-height: 60px;
}
.special-char-medium {
  font-size: 80px;
  line-height: 120px;
}
.special-char-large {
  font-size: 140px;
  line-height: 120px;
}
.special-char-extra-large {
  font-size: 200px;
  line-height: 150px;
}
.search-box .add-on .input-group-append > .btn,
.search-box .add-on .input-group-btn > .btn {
  left: 0;
  border-color: #ededed;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  margin-right: 0;
  margin-left: -1px;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  padding: 5px 9px;
  height: 31px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 0;
}
.search-box .add-on .form-control:focus,
.search-box .add-on .input-group-btn > .btn:focus,
.search-box .add-on .input-group-btn > .btn:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-color: #ededed;
  background: #f7f7f7;
}
.search-box .add-on i {
  color: #939393;
  font-size: 11px;
  top: -5px;
  left: -2px;
}
.sidebar-nav-style-1 .search-box .add-on i {
  top: -4px;
}
.search-box input[type="search"],
.search-box input[type="text"] {
  border-color: #ededed;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  font-size: 12px;
  font-weight: 400;
  color: #232323;
  height: 31px;
}
.search-box .add-on input[type="text"] {
  padding: 5px 8px;
}
.search-box input[type="text"]::-webkit-input-placeholder {
  color: #939393;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.015em;
}
.search-box input[type="text"]::-moz-placeholder {
  color: #939393;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.015em;
}
.search-box input[type="text"]::-ms-input-placeholder {
  color: #939393;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.015em;
}
.search-box input[type="text"]::-o-placeholder {
  color: #939393;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.015em;
}
.search-box2 .add-on .input-group-append > .btn {
  border-left-width: 0;
  left: 0;
  border-color: #4f4f4f;
  background-color: #4f4f4f;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  margin-right: 0;
  margin-left: -1px;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  padding: 5px 8px 5px 10px;
  height: 45px;
  width: 45px;
}
.search-box2 .add-on .input-group-append {
  width: 45px;
}
.search-box2 .add-on .input-group-append > .btn:focus,
.search-box2 .add-on .input-group-append > .btn:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-color: #4f4f4f;
  background-color: #4f4f4f;
}
.search-box2 .add-on i {
  color: #fff;
  font-size: 17px;
}
.search-box2 input[type="email"],
.search-box2 input[type="search"] {
  border-color: #474747;
  background-color: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  color: #636363;
  height: 45px;
}
.search-box2 .add-on input[type="email"] {
  padding: 10px 14px;
}
.search-box2 input[type="email"]::-webkit-input-placeholder {
  color: #636363;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.015em;
  background-color: transparent;
}
.search-box2 input[type="email"]::-moz-placeholder {
  color: #636363;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.015em;
  background-color: transparent;
}
.search-box2 input[type="email"]::-ms-input-placeholder {
  color: #636363;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.015em;
  background-color: transparent;
}
.search-box2 input[type="email"]::-o-placeholder {
  color: #636363;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.015em;
  background-color: transparent;
}
.search-cart-header {
  padding-top: 14px;
  float: right;
  letter-spacing: 1px;
}
.header-search-form {
  color: #232323;
}
.search-form .search-input {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  font-size: 30px;
  font-weight: 100;
  padding: 20px 38px 20px 2px;
  text-transform: capitalize;
  background: 0 0;
  line-height: 40px;
  color: #fff;
}
.search-form .search-input:focus {
  outline: 0;
}
.search-form .search-input.required-error {
  border: none !important;
  border-bottom: 2px solid red !important;
}
.search-input ::-moz-placeholder,
.search-input [placeholder] {
  color: red;
}
.search-form .search-button {
  font-size: 21px;
  color: #fff;
  top: 31px;
  right: 0;
  outline: 0;
}
#search-header {
  height: 100%;
  width: 45%;
  margin: 0 auto;
}
.close-search {
  color: #373737;
  position: absolute;
  right: 0;
  top: 23px;
  z-index: 998;
  cursor: pointer;
}
.close-search:hover {
  color: #9a9a9a;
}
.search-button {
  cursor: pointer;
  z-index: 0;
  margin-right: 0;
  border: none;
  background: 0 0;
}
aside .search-button {
  border: 2px solid transparent;
}
.list-style-none li {
  list-style: none;
}
.list-style-1 li {
  padding: 5px 0;
}
.list-style-2 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-style-2 li {
  position: relative;
  padding: 0 0 0 12px;
  margin: 0 0 9px 0;
}
.list-style-2 li:before {
  content: "";
  width: 5px;
  height: 1px;
  background-color: var(--base-color);
  position: absolute;
  top: 12px;
  left: 0;
}
.list-style-3 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-style-3 li {
  position: relative;
  padding: 0 0 0 22px;
  margin: 0 0 15px 0;
}
.list-style-3 li:before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: var(--base-color);
  position: absolute;
  top: 11px;
  left: 0;
}
.list-style-4 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-style-4 li {
  position: relative;
  padding: 0 0 10px 22px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-style-4 li:before {
  content: "\f00c";
  position: absolute;
  top: 1px;
  left: 0;
  font-family: Font Awesome\5 Free;
  font-weight: 900;
}
.list-style-4 li:last-child {
  border-bottom: 0;
}
.list-style-4.list-style-color li {
  border-color: rgba(255, 255, 255, 0.15);
}
.list-style-4.list-style-color li:before {
  color: var(--base-color);
}
.list-style-5 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-style-5 li {
  position: relative;
  padding: 0 0 10px 22px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-style-5 li:before {
  content: "\f192";
  position: absolute;
  top: 1px;
  left: 0;
  font-family: Font Awesome\5 Free;
  font-weight: 400;
  color: silver;
}
.list-style-5 li:last-child {
  border-bottom: 0;
}
.list-style-5.list-style-color li {
  border-color: rgba(255, 255, 255, 0.15);
}
.list-style-5.list-style-color li:before {
  color: var(--base-color);
}
.list-style-6 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-style-6 li {
  position: relative;
  padding: 0 15px 8px 0;
  margin: 0 0 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-style-6 li span {
  position: absolute;
  top: 3px;
  right: 0;
}
.list-style-6 li:last-child {
  border-bottom: none;
}
.list-style-6 li:before {
  content: "";
}
.list-style-7 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-style-7 li {
  padding: 0 0 13px 0;
  margin: 0 0 10px 0;
}
.list-style-7 li:last-child {
  margin: 0;
  padding: 0;
}
.list-style-8 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-style-8 li {
  position: relative;
  padding: 15px 0;
  margin: 0 0 4px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-style-8 li span {
  margin-bottom: 2px;
}
.list-style-8 li p {
  margin-bottom: 0;
}
.list-style-8 li:last-child {
  border-bottom: none;
}
.list-style-8 li:before {
  content: "";
}
.list-style-9 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-style-9 li {
  position: relative;
  padding: 15px 0;
  margin: 0 0 4px 0;
  border-bottom: 1px solid #373737;
}
.list-style-9 li span {
  margin-bottom: 2px;
}
.list-style-9 li p {
  margin-bottom: 0;
}
.list-style-9 li:last-child {
  border-bottom: none;
}
.list-style-9 li:before {
  content: "";
}
.list-style-10 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-style-10 li {
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-style-10 li i {
  float: left;
  margin-top: 5px;
}
.list-style-10 li span {
  padding-left: 15px;
  display: table;
}
.list-style-10 li:last-child {
  border-bottom: none;
}
.list-style-11 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-style-11 li {
  position: relative;
  padding: 0 0 8px 0;
  margin: 0 0 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-style-11 li span {
  position: absolute;
  top: 3px;
  right: 0;
}
.list-style-11 li:last-child {
  border-bottom: none;
}
.list-style-11 li:before {
  content: "";
}
.list-style-12 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-style-12 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}
.list-style-12 li:before {
  content: "\f00c";
  position: absolute;
  top: 1px;
  left: 0;
  font-family: Font Awesome\5 Free;
  font-weight: 900;
}
.list-style-12.list-style-color li:before {
  color: var(--base-color);
}
.image-hover-style-1 {
  background: #222;
}
.image-hover-style-1:hover img {
  opacity: 0.5;
  transform: scale(1.2, 1.2) rotate(-5deg);
  transition: all 0.3s ease 0s;
}
.image-hover-style-3:hover .cover-background {
  filter: contrast(130%);
  -webkit-filter: contrast(130%);
  -moz-filter: contrast(130%);
  -ms-filter: contrast(130%);
  -o-filter: contrast(130%);
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
}
.banner-style1 figure {
  position: relative;
  overflow: hidden;
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
}
.banner-style1 figure figcaption {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  height: 100%;
  width: 100%;
}
.banner-style1 figure:hover .banner-image,
.banner-style1 figure:hover .banner-image img {
  opacity: 0.3;
  filter: contrast(130%);
  -webkit-filter: contrast(130%);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
}
.banner-style1 figure figcaption p {
  opacity: 0;
  margin-bottom: 0;
  height: 0;
}
.banner-style1 figure:hover figcaption p {
  height: 100px;
  opacity: 1;
}
figure {
  margin: 0;
}
.banner-style2 figure {
  position: relative;
  overflow: hidden;
}
.banner-style2 figure:hover .banner-image img {
  opacity: 0.4;
}
.banner-style2 figcaption {
  position: absolute;
  right: -50px;
  top: 40px;
  height: 100%;
  height: calc(100% - 80px);
  width: 50%;
  opacity: 0;
  visibility: hidden;
}
.banner-style2 figure:hover figcaption {
  right: 40px;
  opacity: 1;
  visibility: visible;
}
.banner-style3 figure {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
}
.banner-style3 figure figcaption {
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  height: 100%;
  width: 100%;
  opacity: 0;
}
.banner-style3 figure:hover figcaption {
  opacity: 1;
  top: 50%;
}
.banner-style1 figure:hover .banner-image,
.banner-style3 figure:hover .banner-image img {
  opacity: 0.3;
}
.highlight .pricing-box {
  box-shadow: 0 0 40px rgba(200, 200, 200, 0.3);
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}
.feature-box {
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.feature-box .content {
  padding: 35px 15px;
}
.feature-box .content:after,
.feature-box .content:before,
.feature-box:after,
.feature-box:before {
  display: inline-block;
  position: absolute;
  content: "";
  background-color: var(--base-color);
  z-index: 1;
}
.feature-box .content:before,
.feature-box:before {
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.feature-box .content:after,
.feature-box:after {
  left: 0;
  bottom: 0;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.feature-box:hover:after,
.feature-box:hover:before {
  transform: scaleY(1);
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.feature-box:before {
  transform-origin: right top 0;
  -webkit-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  -o-transform-origin: right top 0;
}
.feature-box:after {
  transform-origin: left bottom 0;
  -webkit-transform-origin: left bottom 0;
  -moz-transform-origin: left bottom 0;
  -ms-transform-origin: left bottom 0;
  -o-transform-origin: left bottom 0;
}
.feature-box .content:before {
  transform-origin: right top 0;
  -webkit-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  -o-transform-origin: right top 0;
}
.feature-box .content:after {
  transform-origin: top left 0;
  -webkit-transform-origin: top left 0;
  -moz-transform-origin: top left 0;
  -ms-transform-origin: top left 0;
  -o-transform-origin: top left 0;
}
.feature-box:after,
.feature-box:before {
  height: 100%;
  width: 3px;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.feature-box:hover .content:after,
.feature-box:hover .content:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.feature-box .content:after,
.feature-box .content:before {
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.feature-box-1 {
  display: table;
}
.feature-box-1 .char-value {
  display: table-cell;
  vertical-align: middle;
}
.grid-item.feature-box-4 {
  overflow: hidden;
  position: relative;
}
.grid-item.feature-box-4 figure img {
  width: 100%;
  cursor: auto;
}
.grid-item.feature-box-4 figure figcaption {
  position: absolute;
  left: 0;
  top: auto;
  z-index: 9;
  bottom: 0;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transition: transform 0.35s ease-out;
  -webkit-transition: transform 0.35s ease-out;
  -moz-transition: transform 0.35s ease-out;
  -ms-transition: transform 0.35s ease-out;
  -o-transition: transform 0.35s ease-out;
  padding: 0 0 15px 60px;
  width: auto;
  height: auto;
  text-align: left;
  opacity: 1;
  cursor: default;
}
.feature-box-4 figure:focus img,
.grid-item.feature-box-4 figure:hover img {
  opacity: 1;
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}
.grid-item.feature-box-4 figure:hover figcaption {
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
}
.grid-item.feature-box-4 figure figcaption .btn {
  opacity: 0;
}
.grid-item.feature-box-4 figure:hover .btn {
  opacity: 1;
  display: inline-block;
}
.grid-item.feature-box-4 figure:hover img {
  transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transform: scale(1.09, 1.09);
  -webkit-transform: scale(1.09, 1.09);
  -moz-transform: scale(1.09, 1.09);
  -ms-transform: scale(1.09, 1.09);
  -o-transform: scale(1.09, 1.09);
}
.feature-box-5 {
  padding-left: 75px;
}
.feature-box-5 i {
  position: absolute;
  top: 0;
  left: 0;
}
.feature-box-6 {
  padding-left: 65px;
}
.feature-box-6 i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.feature-box.feature-box-7:after,
.feature-box.feature-box-7:before {
  content: "";
  display: table;
}
.feature-box.feature-box-7:hover,
.feature-box.feature-box-7:hover:after,
.feature-box.feature-box-7:hover:before {
  border: none;
}
.feature-box.feature-box-7 .content::after,
.feature-box.feature-box-7 .content::before,
.feature-box.feature-box-7::after,
.feature-box.feature-box-7::before {
  background: 0 0;
}
.feature-box.feature-box-7:after {
  clear: both;
}
.feature-box.feature-box-7 .box {
  cursor: default;
  height: 100%;
  width: 100%;
  display: table;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  -moz-transition: all 0.4s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  -mstransition: all 0.4s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  -o-transition: all 0.4s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  transition: all 0.4s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  border: 1px solid #ededed;
  border-right: none;
  overflow: hidden;
}
.feature-box.feature-box-7 div:first-child .box {
  border-left: none;
}
.feature-box.feature-box-7 .box figure {
  -webkit-transition: all 0.4s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  -moz-transition: all 0.4s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  transition: all 0.4s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  -ms-transition: all 0.4s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  -o-transition: all 0.4s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  transition: all 0.4s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  padding: 8% 0;
}
.feature-box.feature-box-7 .box .content {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding: 0;
  position: relative;
  top: 30px;
}
.feature-box.feature-box-7 .box .content .details {
  opacity: 0;
}
.feature-box.feature-box-7 .box:hover .content .details {
  opacity: 1;
}
.feature-box.feature-box-7 .box:hover .content {
  top: 0;
  border-bottom-color: var(--base-color);
}
.feature-box.feature-box-7 .box:hover i {
  color: var(--base-color);
}
.container .feature-box.feature-box-7 .box .content {
  top: 43px;
}
.container .feature-box.feature-box-7 .box:hover .content {
  top: 0;
}
.feature-box-8 .feature-box-overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  position: absolute;
  z-index: -2;
}
.feature-box-8:hover .feature-box-overlay {
  height: 100%;
  background: #2f2f2f;
}
.feature-box-8:hover div,
.feature-box-8:hover p {
  color: #fff;
}
.feature-box-8:hover .icon-round-small {
  background: #fff;
  color: var(--base-color) !important;
}
.parallax-feature-box-bottom {
  position: absolute;
  bottom: -150%;
}
.parallax-feature-box {
  overflow: visible;
}
.feature-box-9 i {
  position: relative;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  top: 0;
}
.feature-box-9:hover i {
  top: -8px;
  color: #fff;
}
.feature-box-9:hover p {
  color: var(--base-color);
}
.feature-box-9 .text-bottom-line {
  margin-bottom: 15px;
}
.feature-box-9:hover .text-bottom-line {
  border-top: 45px solid !important;
  margin-bottom: 0;
}
.feature-box-10 .number {
  display: flex;
  font-size: 30px;
  height: 90px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  width: 90px;
  position: relative;
  align-items: center;
  justify-content: center;
}
.feature-box-10:hover .number {
  background: var(--base-color);
  color: #fff;
}
.feature-box-10 .number-center:after {
  width: 250%;
  position: absolute;
  content: "";
  height: 1px;
  background: #e2e2e2;
  top: 45px;
  z-index: -1;
  left: 130px;
}
.feature-box-10 .number-center:before {
  width: 250%;
  position: absolute;
  content: "";
  height: 1px;
  background: #e2e2e2;
  top: 45px;
  z-index: -1;
  right: 130px;
}
.feature-box-11 .progress-line:after {
  content: "";
  display: block;
  width: 12%;
  height: 1px;
  background: #d8d8d8;
  position: absolute;
  right: -6%;
  top: 65px;
  text-align: center;
}
.feature-box-11 .process-bg {
  border-radius: 100%;
  height: 130px;
  width: 130px;
  line-height: 130px;
}
.feature-box-12 .feature-icon-box {
  width: 90px;
  height: 90px;
  border-radius: 6px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #d6d5d5;
  display: table-cell;
  transform: rotateX(0);
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transition: ease-in-out 0.6s;
  -webkit-transition: ease-in-out 0.6s;
  -moz-transition: ease-in-out 0.6s;
  -ms-transition: ease-in-out 0.6s;
  -o-transition: ease-in-out 0.6s;
}
.feature-box-12 .feature-content-box {
  display: table-cell;
  vertical-align: middle;
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transition: ease-in-out 0.6s;
  -webkit-transition: ease-in-out 0.6s;
  -moz-transition: ease-in-out 0.6s;
  -ms-transition: ease-in-out 0.6s;
  -o-transition: ease-in-out 0.6s;
  opacity: 1;
}
.feature-box-12 .feature-content-box,
.feature-box-12 .hover-content-box {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
}
.feature-box-12 .hover-content-box {
  background-color: #232323;
  width: 80%;
  transition: ease-in-out 0.6s;
  -webkit-transition: ease-in-out 0.6s;
  -moz-transition: ease-in-out 0.6s;
  -ms-transition: ease-in-out 0.6s;
  -o-transition: ease-in-out 0.6s;
  transform: translateY(-50%) rotateX(180deg);
  -webkit-transform: translateY(-50%) rotateX(180deg);
  -moz-transform: translateY(-50%) rotateX(180deg);
  -ms-transform: translateY(-50%) rotateX(180deg);
  -o-transform: translateY(-50%) rotateX(180deg);
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
}
.feature-box-12:hover .hover-content-box {
  transform: translateY(-50%) rotateX(0);
  -webkit-transform: translateY(-50%) rotateX(0);
  -moz-transform: translateY(-50%) rotateX(0);
  -ms-transform: translateY(-50%) rotateX(0);
  -o-transform: translateY(-50%) rotateX(0);
  opacity: 1;
}
.feature-box-12:hover .feature-content-box,
.feature-box-12:hover .feature-icon-box {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  opacity: 0;
}
.feature-box-13 {
  overflow: hidden;
  z-index: 1;
}
.feature-box-13:before {
  background: var(--base-color);
  left: 0;
  height: 100%;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  display: block;
  content: "";
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  opacity: 0;
}
.feature-box-13:hover:before {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  opacity: 1;
}
.feature-box-13:hover i {
  color: #232323;
}
.feature-box-13:hover p {
  color: #fff;
}
.feature-box-14 > div {
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  border-top: 0;
}
.feature-box-14 > div:last-child {
  border-right: 0;
}
.feature-box-15 .feature-box-content {
  position: relative;
  overflow: hidden;
}
.feature-box-15 .feature-box-image {
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
}
.feature-box-15 .feature-box-image,
.feature-box-15 .hover-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: rotateY(0);
  transition: ease-in-out 0.4s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0);
  -webkit-transition: ease-in-out 0.4s;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0);
  -moz-transition: ease-in-out 0.4s;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0);
  -ms-transition: ease-in-out 0.4s;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0);
  -o-transition: ease-in-out 0.4s;
}
.feature-box-15 .hover-content {
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  width: 100%;
  opacity: 0;
}
.feature-box-15 .feature-box-content:hover .feature-box-image {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  opacity: 0;
}
.feature-box-15 .feature-box-content:hover .hover-content {
  transform: rotateX(0);
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  opacity: 1;
}
.feature-box-16 .feature-box-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: ease-in-out 0.4s;
  height: 60px;
}
.feature-box-16 .feature-box-content p {
  opacity: 0;
  transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -ms-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
}
.feature-box-16 {
  position: relative;
  overflow: hidden;
}
.feature-box-16:hover .feature-box-content {
  height: 100%;
}
.feature-box-16:hover .feature-box-content p {
  opacity: 1;
}
.feature-box.feature-box-17:after,
.feature-box.feature-box-17:before {
  content: "";
  display: table;
}
.feature-box.feature-box-17:hover,
.feature-box.feature-box-17:hover:after,
.feature-box.feature-box-17:hover:before {
  border: none;
}
.feature-box.feature-box-17 .content::after,
.feature-box.feature-box-17 .content::before,
.feature-box.feature-box-17::after,
.feature-box.feature-box-17::before {
  background: 0 0;
}
.feature-box.feature-box-17:after {
  clear: both;
}
.feature-box.feature-box-17 .box {
  cursor: default;
  height: 100%;
  width: 100%;
  display: table;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  -moz-transition: all 0.4s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  -ms-transition: all 0.4s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  transition: all 0.4s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  overflow: hidden;
}
.feature-box.feature-box-17 div:first-child .box {
  border-left: none;
}
.feature-box.feature-box-17 .box figure {
  -webkit-transition: all 0.4s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  -ms-transition: all 0.4s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  -moz-transition: all 0.4s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  -o-transition: all 0.4s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  transition: all 0.4s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  padding: 10% 0;
}
.feature-box.feature-box-17 .box .content {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding: 0;
  position: relative;
  top: 30px;
}
.feature-box.feature-box-17 .box .content .details {
  opacity: 0;
}
.feature-box.feature-box-17 .box:hover .content .details {
  opacity: 1;
}
.feature-box.feature-box-17 .box:hover .content {
  top: 0;
  border-bottom-color: var(--base-color);
}
.feature-box.feature-box-17 .box:hover {
  background-color: var(--base-color);
}
.feature-box.feature-box-17 .box:hover .text-white-2-hover,
.feature-box.feature-box-17 .box:hover i {
  color: #fff;
}
.feature-box-18 .feature-box-overlay {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.feature-box-18:hover .feature-box-overlay {
  opacity: 1;
}
.feature-box-18:hover div,
.feature-box-18:hover i,
.feature-box-18:hover p {
  color: #fff;
}
.feature-box-18:hover p {
  opacity: 0.6;
}
.info-banner-box-2 {
  position: relative;
  overflow: hidden;
  height: 200px;
}
.info-banner-box-2 .hover-box {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -ms-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
}
.info-banner-box-2 .content-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -ms-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
}
.info-banner-box-2:hover .hover-box {
  left: 0;
}
.info-banner-box-2:hover .content-box {
  left: -100%;
}
.counter-feature-box-1 {
  height: 199px;
}
.counter-feature-box-1:hover {
  background: var(--base-color);
  border-color: var(--base-color);
}
.counter-box-3 .counter-box {
  display: inline-block;
  width: 140px;
  padding: 0;
  vertical-align: top;
  text-align: center;
  position: relative;
}
.counter-box-3 .counter-box:after {
  position: absolute;
  right: 0;
  width: 1px;
  height: 36px;
  background-color: #eb214b;
  content: "";
  top: 8px;
}
.counter-box-3 .counter-box:last-child:after {
  width: 0;
}
.counter-box-3 .counter-box .number {
  display: block;
  font-weight: 400;
  font-size: 32px;
  line-height: 30px;
}
.counter-box-3 .counter-box span {
  font-weight: 400;
  font-size: 12px;
  line-height: 28px;
  text-transform: uppercase;
}
.counter-box-4 .counter:after {
  content: "+";
  position: absolute;
  right: -5%;
  top: 35%;
  color: #b6b6b6;
  font-weight: 300;
}
.counter-box-4:last-child .counter:after {
  display: none;
}
.counter-box-5 .counter-box {
  display: inline-block;
  width: 13%;
  padding: 0;
  vertical-align: top;
  text-align: center;
  position: relative;
}
.counter-box-5 .counter-box .number {
  display: block;
  font-weight: 400;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: -3px;
}
.counter-box-5 .counter-box span {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  opacity: 0.5;
  line-height: 28px;
  text-transform: uppercase;
}
.progress {
  overflow: visible;
  height: 5px;
  position: relative;
  border-radius: 10px;
  width: 100%;
}
.progress .progress-title {
  position: absolute;
  top: -22px;
}
.progress .progress-bar {
  position: relative;
  overflow: visible;
  border-radius: 10px;
}
.progress .progress-bar span {
  position: absolute;
  top: -30px;
  right: 0;
  opacity: 0;
}
.progress .progress-bar.appear span {
  opacity: 1;
}
.progress-bar-percent {
  position: absolute;
  top: -12px;
  right: -39px;
}
.progress-step-style-01.progress {
  width: 85%;
}
.progress-step-style-02.progress .progress-title {
  position: absolute;
  top: 15px;
}
.progress-step-style-02 .progress-bar-percent {
  position: absolute;
  top: 13px;
  right: 0;
}
.progress-step-style-03.progress {
  height: 3px;
  width: 88%;
}
.progress-step-style-03 .progress-bar {
  height: 3px;
}
.progress-step-style-03 .progress-bar-percent {
  top: -9px;
}
.progress-step-style-03.progress .progress-title {
  top: -24px;
}
.chart-percent .pie-chart-style-01 {
  text-align: center;
  position: relative;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pie-chart-style-01 .percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.chart-percent .pie-chart-style-02 {
  text-align: center;
  position: relative;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pie-chart-style-02 .percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.chart-percent .pie-chart-style-03 {
  text-align: center;
  position: relative;
  width: auto;
  display: inline-block;
}
.pie-chart-style-03 .percent {
  display: inline-block;
  line-height: 68px;
  z-index: 2;
  background: #fff;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  color: #232323;
  right: -25px;
  top: 10px;
  position: absolute;
}
.panel {
  border: 1px solid transparent;
}
.panel .panel-heading {
  display: block;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.team-style-1 figure .team-image {
  position: relative;
  overflow: hidden;
}
.team-style-1 .team-overlay {
  display: block;
  position: absolute;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.team-style-1 .team-overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
}
.team-style-1 figure:hover .team-overlay {
  height: 100%;
}
.team-style-1 figure figcaption {
  width: 100%;
  position: relative;
  margin-top: 17px;
}
.team-style-1 figure .overlay-content {
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  top: -15px;
}
.team-style-1 figure:hover .overlay-content {
  opacity: 1;
  z-index: 1111;
  top: 0;
}
.team-style-1 figure figcaption .team-member-position {
  position: relative;
  top: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.team-style-2 figure {
  position: relative;
}
.team-style-2 figure .team-image {
  position: relative;
}
.team-style-2 .team-overlay {
  display: block;
  position: absolute;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.team-style-2 figure:hover .team-overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.team-style-2 figure .team-member-position {
  position: absolute;
  top: 100%;
  width: 100%;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.team-style-2 figure:hover .team-member-position {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin: 0;
}
.team-style-2 figure:hover .team-member-position .text-extra-dark-gray,
.team-style-2 figure:hover .team-member-position .text-medium-gray {
  color: #fff;
}
.team-style-2 figure figcaption {
  min-height: 20px;
}
.team-style-2 figure figcaption .overlay-content {
  opacity: 0;
  top: 0;
  position: relative;
}
.team-style-2 figure:hover figcaption .overlay-content {
  opacity: 1;
  top: 30px;
}
.panel-title {
  font-size: 16px;
}
.panel-title > i {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.accordion-style1 .panel {
  background: 0 0;
  box-shadow: none;
  margin-top: 0 !important;
}
.accordion-style1.panel-group .panel-heading {
  border: 0;
  border-bottom: 1px solid #e4e4e4;
}
.accordion-style1 .panel-heading {
  padding: 16px 0;
}
.accordion-style1 .panel-title {
  font-size: 13px;
  padding-right: 30px;
  position: relative;
}
.accordion-style1.panel-group .panel-heading + .panel-collapse > .list-group,
.accordion-style1.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
  padding: 25px 0;
}
.accordion-style2 .panel {
  background: 0 0;
  border: none;
  margin-bottom: 15px;
  box-shadow: none;
}
.accordion-style2 .panel-title {
  background: 0 0;
  border: none;
}
.accordion-style2 .panel .panel-heading {
  background: #fff;
  border-radius: 0;
  padding: 18px 28px 19px;
  position: relative;
}
.accordion-style2 .panel-body {
  padding: 35px 28px 25px;
  border-top: 1px solid #ddd;
}
.accordion-style2 .panel-heading i {
  font-size: 25px;
  margin: 0;
  right: 28px;
}
.accordion-style2 .panel-title {
  padding: 0;
}
.accordion-style2 .tab-tag {
  font-size: 20px;
  padding: 0;
  margin-right: 7px;
  display: inline-block;
  vertical-align: top;
}
.accordion-style2 a,
.accordion-style2 a:hover,
.accordion-style2 a:hover i {
  color: #282828;
}
.accordion-style2 .panel-default:last-child {
  border-bottom: 1px solid transparent;
  margin-bottom: 0;
}
.accordion-style2 {
  margin-bottom: 0;
}
.accordion-style3 .panel {
  background-color: transparent;
  border: none;
  margin-bottom: 15px;
  box-shadow: none;
  border-radius: 0;
}
.accordion-style3 .panel-title {
  background: 0 0;
  border: none;
  font-size: 16px;
}
.accordion-style3 .panel .panel-heading {
  background: #000;
  color: #fff;
  border-radius: 0;
  padding: 18px 28px 19px;
  position: relative;
}
.accordion-style3 .panel-body {
  padding: 35px 28px 25px;
  border-top: none;
}
.accordion-style3 .panel-title > i {
  font-size: 25px;
  margin: 0;
  right: 28px;
}
.accordion-style3 .tab-tag {
  font-size: 20px;
  padding: 0;
  margin-right: 7px;
  display: inline-block;
  vertical-align: top;
}
.accordion-style2 a:hover,
.accordion-style3 a,
.accordion-style3 a:hover i {
  color: #fff;
}
.accordion-style3 .panel-default:last-child {
  border-bottom: 1px solid transparent;
  margin-bottom: 0;
}
.accordion-style3 {
  margin-bottom: 0;
}
.toggles .panel {
  background: 0 0;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #ddd;
}
.toggles .panel-title {
  font-size: 13px;
  padding-right: 30px;
  position: relative;
}
.toggles .panel-title > span.float-end {
  position: absolute;
  right: 0;
  top: 0;
}
.toggles .panel-heading {
  padding: 18px;
  background-color: transparent;
}
.toggles .panel-heading i {
  font-size: 12px;
  color: #626262;
}
.toggles .panel + .panel {
  margin-top: -1px;
}
.toggles .panel-body {
  padding: 25px;
}
.nav-tabs > li > a.active,
.nav-tabs > li > a.active:focus,
.nav-tabs > li > a.active:hover {
  border: 0;
  border-bottom: 1px solid;
}
.nav-tabs a.nav-link {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.tab-style1 .nav-tabs {
  border: none;
  width: 100%;
}
.tab-style1 .nav-tabs li {
  display: inline-block;
  float: none;
  width: 25%;
}
.tab-style1 .nav-tabs li a {
  margin: 0;
}
.tab-style1 .nav-tabs li:hover {
  background: 0 0;
}
.tab-style1 .nav-tabs > li > a,
.tab-style1 .nav-tabs > li > a:focus,
.tab-style1 .nav-tabs > li > a:hover {
  border: none;
  background-color: transparent;
}
.tab-style1 .nav-tabs li .active i,
.tab-style1 .nav-tabs li:hover i {
  color: var(--base-color);
}
.tab-style1 .nav-tabs li .active span,
.tab-style1 .nav-tabs li:hover span {
  color: #232323;
}
.tab-style2 .tab-content {
  padding: 55px 0 0;
  border-top: 1px solid #e5e5e5;
}
.tab-style2 .nav-tabs {
  border: 0;
}
.tab-style2 .nav-tabs li {
  border: 1px solid #e5e5e5;
  border-bottom: none;
  border-radius: 0;
  margin-bottom: 0;
  display: inline-block;
  float: none;
  margin-right: 5px;
}
.tab-style2 .nav-tabs li a {
  background-color: #f7f7f7;
  border: none;
  color: #575757;
  line-height: 44px;
  margin: 0 !important;
  padding: 0 25px;
  border-radius: 0;
}
.tab-style2 .nav-tabs-light li:first-child {
  border-left: 1px solid #e5e5e5;
  margin-left: 15px;
}
.tab-style2 .nav-tabs > li > a.active {
  border-color: transparent;
  border: none;
  border-radius: 0;
  background: #fff;
  top: 1px;
  position: relative;
}
.tab-style3 .nav-tabs {
  border-bottom: 1px solid transparent;
}
.tab-style3 .nav-tabs li {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.tab-style3 .nav-tabs li {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 23px;
  padding: 3px 0;
}
.tab-style3 .nav-tabs li a.nav-link.active {
  color: #232323;
}
.tab-style3 .nav-tabs > li > a.nav-link,
.tab-style3 .nav-tabs > li > a.nav-link.active:hover,
.tab-style3 .nav-tabs > li > a.nav-link:focus,
.tab-style3 .nav-tabs > li > a.nav-link:hover {
  background-color: transparent;
  border: none;
  padding: 0;
}
.tab-style3 .nav-tabs li a.nav-link.active,
.tab-style3 .nav-tabs > li > a.nav-link.active:hover {
  border-bottom: 1px solid #232323;
}
.tab-style3 .nav-link:hover {
  color: var(--base-color);
}
.tab-style4 .tab-content {
  padding: 0 0 0 55px;
  border-left: 1px solid #e5e5e5;
}
.tab-style4 .nav-tabs {
  border: 0;
}
.tab-style4 .nav-tabs li {
  border: 1px solid #e5e5e5;
  border-right: none;
  border-radius: 0;
  margin-bottom: 0;
  display: block;
  float: left;
  width: 100%;
  left: 1px;
}
.tab-style4 .nav-tabs li a {
  background-color: #f7f7f7;
  border: none;
  color: #575757;
  line-height: 44px;
  margin: 0 !important;
  padding: 0 25px;
  border-radius: 0;
  top: 1px;
  position: relative;
}
.tab-style4 .nav-tabs li:last-child a {
  top: 0;
}
.tab-style4 .nav-tabs-light li:first-child {
  border-left: 1px solid #e5e5e5;
  margin-left: 15px;
}
.tab-style4 .nav-tabs > li > a.active {
  border-color: transparent;
  border: none;
  border-radius: 0;
  background: #fff;
  left: 1px;
}
.tab-style5 .nav-tabs {
  border: none;
}
.tab-style5 .nav-tabs li {
  width: 100%;
  font-size: 26px;
  line-height: 60px;
  margin-bottom: 0;
}
.tab-style5 .nav-tabs li a {
  border: none !important;
  border-bottom: 2px solid transparent !important;
  color: #6f6f6f;
  opacity: 0.6;
  display: inline-block;
  background-color: transparent !important;
  padding: 0;
  border-radius: 0;
  color: #6f6f6f;
}
.tab-style5 .nav-tabs li a:hover {
  background-color: transparent;
  opacity: 1;
  color: var(--base-color);
}
.tab-style5 .nav-tabs .nav-link.active {
  color: var(--base-color) !important;
  opacity: 1;
  border-bottom: 2px solid var(--base-color) !important;
  padding-left: 45px;
}
.tab-style5 .nav-tabs li.active a,
.tab-style5 .nav-tabs li.active a:focus,
.tab-style5 .nav-tabs li.active a:hover {
  border: none;
  cursor: pointer;
  background-color: transparent;
}
.tab-style5 .tab-box {
  position: absolute;
  left: 23%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 500px;
}
.testimonial-style2 .profile-box {
  margin-top: -50px;
}
.testimonial-style3 .arrow-bottom:after {
  border-top-color: #d6d5d5;
  left: 15%;
  border-width: 10px;
  margin-left: -10px;
}
.testimonial-style3 .image-box img {
  width: 100%;
}
.testimonial-box .image-box {
  display: table-cell;
  vertical-align: middle;
}
.testimonial-box .name-box {
  display: table-cell;
  vertical-align: middle;
}
.blog-grid .grid-item a {
  position: relative;
  z-index: 11;
}
.blog-image a > img {
  width: 100%;
}
.blog-post.blog-post-style1 .blog-post-images {
  background: #232323;
}
.blog-post.blog-post-style1 .blog-post-images img {
  width: 100%;
}
.blog-post.blog-post-style1:hover .blog-post-images img {
  opacity: 0.5;
  transform: scale(1.2, 1.2);
  transition: all 0.3s ease 0s;
}
.blog-post.blog-post-style2 .author img {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
}
.blog-post.blog-post-style2 .author span {
  max-width: calc(100% - 40px);
  vertical-align: middle;
  display: inline-block;
}
.blog-post-style3 .grid-item .blog-post * {
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
.blog-post-style3 .grid-item .blog-post .author img {
  width: 25px;
}
.blog-post-style3 .grid-item .blog-post .blog-post-images a {
  display: block;
}
.blog-post-style3 .grid-item .blog-post .blog-post-images .blog-hover-icon {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
}
.blog-post-style3
  .grid-item
  .blog-post:hover
  .blog-post-images
  .blog-hover-icon {
  opacity: 1;
}
.blog-post-style3
  .grid-item
  .blog-post
  .blog-post-images
  .blog-hover-icon
  span {
  top: 35%;
  position: relative;
  font-size: 48px;
  color: #fff;
  opacity: 0;
}
.blog-post-style3
  .grid-item
  .blog-post:hover
  .blog-post-images
  .blog-hover-icon
  span {
  top: 40%;
  opacity: 1;
}
.blog-post-style4 .blog-grid .grid-item figure {
  position: relative;
  overflow: hidden;
}
.blog-post-style4 figure {
  position: relative;
}
.blog-post-style4 figure figcaption {
  padding: 45px;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -ms-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
}
.blog-post-style4 .grid-item figure figcaption p {
  margin-bottom: 0;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  display: none;
}
.blog-post-style4 .blog-grid .grid-item .blog-img img {
  cursor: pointer;
  display: block;
  width: 100%;
  opacity: 0.9;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.blog-post-style4 .blog-grid .grid-item:hover .blog-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  opacity: 0.5;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.blog-post-style4 .blog-grid a {
  position: relative;
  z-index: auto;
}
.container .blog-post-style4 figure figcaption {
  padding: 32px;
}
.blog-post-style5 .blog-post .blog-post-images {
  height: 100%;
  position: relative;
}
.blog-post-style5 .blog-post .blog-categories {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 25;
  padding: 10px 20px 8px;
}
.blog-post-style6:hover {
  background-color: #fff;
}
.blog-post-style6:hover .text-white-2 {
  color: #000 !important;
}
.blog-post-style6:hover .author:before {
  background-color: #000 !important;
}
.blog-post-style6 .author:before {
  width: 100px;
  height: 1px;
  background-color: #fff;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
}
.blog-post-style7:hover {
  background-color: #1c1c1c !important;
  color: #fff;
}
.blog-post-style7:hover a {
  color: #fff;
}
.blog-post-style7:hover .author:before {
  background-color: #fff;
  opacity: 0.8;
}
.blog-post-style7 .author:before {
  width: 100px;
  height: 1px;
  background-color: #939393 !important;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
}
.pagination {
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.pagination ul {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 18px;
  line-height: 40px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  background: #fff;
}
.pagination a:hover {
  background-color: #232323;
  color: #fff;
}
.pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #999;
  cursor: default;
}
.pagination .disabled a,
.pagination .disabled a:hover,
.pagination .disabled span {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.about-author-img {
  float: left;
  max-width: 100px;
  margin-right: 35px;
  margin-bottom: 15px;
}
.about-author-text {
  top: -5px;
}
.author-sharing a {
  margin-right: 15px;
  color: #737373;
}
.author-sharing a:hover {
  color: #000;
}
.alignnone {
  margin: 5px 30px 40px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 30px 40px;
}
.alignleft {
  float: left;
  margin: 5px 40px 30px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 40px 30px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #f7f7f7;
  padding: 17px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 50%;
}
.wp-caption figcaption {
  padding: 18px 25px 0 25px;
}
.wp-caption img {
  width: 100%;
}
.wp-caption.alignnone {
  margin: 5px 30px 40px 0;
}
.wp-caption.alignleft {
  margin: 5px 40px 30px 0;
}
.wp-caption.alignright {
  margin: 5px 0 40px 30px;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 1;
}
.blog-comment {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-comment li {
  padding: 50px 0;
  border-bottom: 1px solid #ededed;
  position: relative;
}
.blog-comment li .btn-reply {
  float: right;
  border: 1px solid #ededed;
  padding: 0 8px;
  font-size: 10px;
  font-weight: 600;
  position: relative;
}
.blog-comment > li:first-child {
  padding-top: 0;
}
.blog-comment li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.blog-comment li ul.child-comment {
  margin-left: 40px;
  list-style: none;
}
.blog-comment li ul.child-comment li {
  border: none;
  padding-bottom: 0;
  border-top: 1px solid #ededed;
  margin-top: 50px;
}
.scroll-top-arrow,
.scroll-top-arrow:focus {
  color: #fff;
  background: #878787;
  line-height: 28px;
  display: none;
  height: 30px;
  width: 30px;
  padding: 0;
  position: fixed;
  right: 45px;
  text-align: center;
  text-decoration: none;
  top: 91%;
  z-index: 10006;
  border-radius: 100%;
}
.scroll-top-arrow:hover {
  background: #000;
  opacity: 0.8;
  color: #fff;
  border-color: var(--base-color);
}
.scroll-top-arrow i {
  line-height: 30px;
  position: relative;
}
.bg-dark-footer {
  background-color: #141414;
}
.footer-logo {
  max-height: 28px;
}
footer input::-webkit-input-placeholder {
  color: #6f6f6f;
  text-overflow: ellipsis;
  font-size: 11px;
  font-weight: 400;
  opacity: 1;
}
footer input::-moz-placeholder {
  color: #6f6f6f;
  text-overflow: ellipsis;
  font-size: 11px;
  font-weight: 400;
  opacity: 1;
}
footer input:-ms-input-placeholder {
  color: #6f6f6f;
  text-overflow: ellipsis;
  font-size: 11px;
  font-weight: 400;
  opacity: 1;
}
footer .newsletter input {
  color: #6f6f6f;
  letter-spacing: normal;
}
.latest-post {
  list-style: none;
  padding: 0;
  margin: 0;
}
.latest-post li {
  padding: 15px 0;
}
aside .latest-post li {
  padding: 9px 0 10px;
}
aside .latest-post li:last-child {
  padding-bottom: 0;
}
.latest-post li:first-child {
  padding-top: 0;
}
.latest-post li:last-child {
  border-bottom: none;
}
.latest-post li figure {
  width: 60px;
  float: left;
}
.latest-post li figure,
footer .latest-post li div {
  margin-bottom: 0;
}
aside .latest-post li figure {
  width: 75px;
}
.latest-post li div {
  line-height: normal;
  padding-left: 22px;
  position: relative;
  top: -1px;
}
.latest-post li figure:focus img,
.latest-post li figure:hover img {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
.newsletter input {
  float: left;
  font-size: 12px;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 0 38px 0 12px;
}
.newsletter .btn.btn-arrow-small {
  background: transparent none repeat scroll 0 0;
  margin-right: 0;
  height: 100%;
  padding-top: 0;
  padding-bottom: 5px;
  text-align: center;
  right: 0;
  border-width: 0 0 0 1px;
}
.newsletter .btn.btn-arrow-small i {
  color: #626262;
  font-size: 18px;
  display: block;
  margin-top: 6px;
}
.newsletter {
  width: 100%;
  height: 33px;
}
footer .form-results {
  font-size: 12px;
}
.newsletter .btn.border-color-white {
  border-color: #fff;
}
.newsletter .btn.border-color-black {
  border-color: #000;
}
.newsletter .btn.border-color-extra-dark-gray {
  border-color: #232323;
}
.newsletter .btn.border-color-medium-dark-gray {
  border-color: #363636;
}
.newsletter .btn.border-color-dark-gray {
  border-color: #939393;
}
.newsletter .btn.border-color-extra-medium-gray {
  border-color: #dbdbdb;
}
.newsletter .btn.border-color-medium-gray {
  border-color: #e4e4e4;
}
.newsletter .btn.border-color-extra-light-gray {
  border-color: #ededed;
}
.newsletter .btn.border-color-light-gray {
  border-color: #f5f5f5;
}
.newsletter .btn.border-color-light-pink {
  border-color: #862237;
}
.newsletter .btn.border-color-deep-pink {
  border-color: var(--base-color);
}
.newsletter .btn.border-color-transparent-pink {
  border-color: rgba(255, 33, 79, 0.45);
}
.instafeed-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  text-align: center;
}
.instafeed-grid li {
  padding: 0 10px 10px 0;
  width: 33.333%;
  box-sizing: border-box;
  display: inline-block;
}
.instafeed-grid li img {
  width: 100%;
}
.instafeed-grid li figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.instafeed-grid li figure a .insta-counts {
  position: absolute;
  bottom: -100%;
  left: 0;
  text-align: center;
  background: rgba(35, 35, 35, 0.8);
  color: #fff;
  width: 100%;
  font-size: 12px;
}
.instafeed-grid li figure:hover a .insta-counts {
  bottom: 0;
}
.instafeed-grid li figure a .insta-counts i {
  margin-right: 5px;
  margin-left: 5px;
  vertical-align: middle;
}
.instafeed-grid li figure span {
  vertical-align: middle;
}
aside .instafeed-grid.gutter-very-small,
footer .instafeed-grid.gutter-very-small {
  margin-left: -3px;
  margin-right: -3px;
}
aside .instafeed-grid.gutter-small,
footer .instafeed-grid.gutter-small {
  margin-left: -5px;
  margin-right: -5px;
}
aside .instafeed-grid.gutter-medium,
footer .instafeed-grid.gutter-medium {
  margin-left: -7px;
  margin-right: -7px;
}
aside .instafeed-grid.gutter-large,
footer .instafeed-grid.gutter-large {
  margin-left: -10px;
  margin-right: -10px;
}
aside .instafeed-grid.gutter-extra-large,
footer .instafeed-grid.gutter-extra-large {
  margin-left: -15px;
  margin-right: -15px;
}
.instafeed-grid.instafeed-style-02 li figure a .insta-counts {
  bottom: 0;
  height: 100%;
  height: 100%;
  opacity: 0;
}
.instafeed-grid.instafeed-style-02 figure:hover a .insta-counts {
  opacity: 1;
}
.instafeed-grid.instafeed-style-02 figure a .insta-counts i {
  position: relative;
  display: block;
  font-size: 28px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.box-layout {
  padding: 0 60px;
}
.icon-box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.icon-box:last-child {
  border-bottom: none;
}
.icon-box .icon-box-holder {
  padding-left: 74px;
  height: 112px;
}
.icon-box .icon-box-holder i {
  position: absolute;
  left: 0;
  vertical-align: middle;
  padding-top: 10px;
}
[class*=" ti-"],
[class^="ti-"] {
  display: inline-block;
}
.head-text {
  font-size: 80px;
  line-height: 95px;
}
.image-block {
  box-shadow: 0 0 0 rgba(35, 35, 35, 0.6);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
}
.attr-nav > ul > li > a {
  padding: 3px 15px;
}
.icon-play img {
  width: 60%;
}
.icon-play:hover img {
  width: 68%;
}
.icon-play-style-2 {
  z-index: 1;
  left: 100%;
}
.icon-play-style-2 > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-direction: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.icon-play-style-2 .video-icon {
  width: 110px;
  height: 110px;
  margin-top: 0;
  font-size: 30px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}
.icon-box-holder a:hover {
  color: #fff;
}
.hover-title-box {
  position: absolute;
  right: -100px;
  opacity: 0;
  top: 50%;
  transform: translateY(-53px);
  -webkit-transform: translateY(-53px);
  -moz-transform: translateY(-53px);
  -ms-transform: translateY(-53px);
  -o-transform: translateY(-53px);
  z-index: 99;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.hover-title-box .separator {
  height: 1px;
  content: "";
  position: absolute;
  left: -10px;
  top: 30px;
}
.blog-header-style1 {
  margin: 0 8px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: start;
}
.blog-header-style1 li {
  width: 25%;
  padding: 0 8px;
  margin: 0 -4px 0 0;
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
  vertical-align: top;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.blog-header-style1 li .blog-banner {
  display: block;
  position: relative;
  height: 100%;
}
.blog-header-style1 li figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 50px;
  transform: translateY(60px);
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
}
.blog-header-style1 li.blog-column-active figure figcaption {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.blog-header-style1 li figure figcaption .btn {
  opacity: 0;
  transform: translateY(60px);
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
}
.blog-header-style1 li.blog-column-active figure figcaption .btn {
  opacity: 1;
  transition-delay: 0.6s;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.blog-header-style1 li.blog-column-active figure figcaption .btn:hover {
  transition-delay: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.blog-header-style1 li.blog-column-active {
  width: 50%;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.blog-header-style1 li .blog-title {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-box .blog-box-content,
.blog-box .blog-box-image {
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.blog-box .blog-box-image {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
}
.blog-box .blog-box-content {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  opacity: 0;
}
.blog-box:hover .blog-box-image {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  opacity: 0;
}
.blog-box:hover .blog-box-content {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
}
.box-separator-line {
  height: 1px;
  content: "";
  position: absolute;
  left: -90px;
  top: 130px;
}
.right-image {
  bottom: -200px;
  position: absolute;
  right: -100px;
  width: 60%;
}
.right-image img {
  max-width: none;
}
.content-right-slider .swiper-button-next {
  right: 70px;
}
.content-right-slider .swiper-button-prev {
  left: 70px;
}
.color-code {
  justify-content: space-around;
  align-items: center;
  z-index: 0;
}
.bg-background-fade {
  background-color: #ff5851;
}
.color-1,
.color-2,
.color-3,
.color-4,
.color-5 {
  -webkit-transition: background-color 0.7s linear;
  -moz-transition: background-color 0.7s linear;
  -o-transition: background-color 0.7s linear;
  -ms-transition: background-color 0.7s linear;
  transition: background-color 0.7s linear;
}
.color-1 {
  background-color: #ff5851;
}
.color-2 {
  background-color: #e86618;
}
.color-3 {
  background-color: #ef3158;
}
.color-4 {
  background-color: #6b0990;
}
.color-5 {
  background-color: #4c0990;
}
.color-6 {
  background-color: #1b3194;
}
.after-before-separator:after,
.after-before-separator:before {
  width: 35px;
  margin: 0 15px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  content: "";
  display: inline-block;
  vertical-align: super;
}
.background-slide {
  height: auto;
  min-height: 700px;
}
.rev-slider .tp-bullet {
  width: 35px;
  height: 3px;
  background-color: #fff;
  opacity: 0.5;
  border-radius: 0;
  padding: 0 4px;
}
.rev-slider .tp-bullet.selected,
.tp-bullet:hover {
  opacity: 1;
}
.text-bold-underline:before {
  background-color: var(--base-color);
  height: 3px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 5px;
  content: "";
}
.parallax-title {
  padding: 16px 35px;
  display: inline-block;
}
.highlight-bg-text {
  padding: 5px 16px;
  display: inline-block;
  margin-bottom: 15px;
}
.arrow-bottom {
  position: relative;
}
.arrow-bottom:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(245, 245, 245, 0);
  border-top-color: #f5f5f5;
  border-width: 15px;
  margin-left: -15px;
  z-index: 9;
}
.arrow-top {
  position: relative;
}
.arrow-top:after {
  top: -29px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(245, 245, 245, 0);
  border-bottom-color: #f5f5f5;
  border-width: 15px;
  margin-left: -15px;
  z-index: 9;
}
.clients-list {
  height: 190px;
}
.clients-list:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.clients-list:hover img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.tparrows:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}
.tparrows.tp-leftarrow:before {
  content: "\f060";
}
.tparrows.tp-rightarrow:before {
  content: "\f061";
}
.rev_slider_wrapper {
  height: 980px;
}
@-webkit-keyframes up-down-animation {
  0% {
    opacity: 1;
    top: 0;
  }
  25% {
    opacity: 0.4;
    top: 2px;
  }
  50% {
    opacity: 0.3;
    top: 4px;
  }
  75% {
    opacity: 0.2;
    top: 5px;
  }
  100% {
    opacity: 0;
    top: 9px;
  }
}
@keyframes up-down-animation {
  0% {
    opacity: 1;
    top: 0;
  }
  25% {
    opacity: 0.4;
    top: 4px;
  }
  50% {
    opacity: 0.3;
    top: 8px;
  }
  75% {
    opacity: 0.2;
    top: 12px;
  }
  100% {
    opacity: 0;
    top: 16px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  nav .accordion-menu {
    position: static !important;
  }
  .blog-post-content,
  .swiper-container {
    width: 100%;
  }
  .left-nav .sidebar-part2 .navbar-expand-lg .navbar-nav {
    flex-direction: column;
  }
  .sidebar-nav-style-1.navbar-expand-lg .navbar-collapse {
    display: block !important;
  }
  .signature {
    height: auto;
  }
}
.demo-heading {
  font-size: 40px;
  line-height: 46px;
}
.buy-theme {
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  position: fixed;
  top: 130px;
  right: -70px;
  background: #fff;
  z-index: 1000;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.buy-theme i {
  font-size: 16px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: #6f6f6f;
}
.all-demo i {
  font-size: 15px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: #6f6f6f;
}
.all-demo:hover,
.buy-theme:hover {
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  right: 0;
  background: var(--base-color);
}
.all-demo span,
.buy-theme span {
  padding: 0 9px;
  position: relative;
  top: 0;
  opacity: 0;
}
.all-demo:hover span,
.buy-theme:hover span {
  opacity: 1;
  color: #fff;
}
.all-demo:hover i,
.buy-theme:hover i {
  color: #fff;
}
.all-demo a,
.buy-theme a {
  color: #232323;
  font-size: 10px;
  text-transform: uppercase;
  padding: 2px 10px;
  display: block;
  text-decoration: none;
  font-weight: 500;
}
.all-demo {
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  position: fixed;
  top: 172px;
  right: -105px;
  background: #fff;
  z-index: 1000;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
@media (min-width: 992px) {
  .feature-box-14 > div:nth-child(even) {
    border-bottom: 0;
  }
  .feature-box-14 > div:nth-child(odd) {
    border-bottom: 0;
  }
  .navbar-brand-top .navbar-collapse.collapse.display-inline-block {
    display: inline-block !important;
    vertical-align: middle;
  }
  .navbar-brand-top .nav-header-container {
    text-align: center;
  }
  .navbar-brand-top .nav-header-container .row {
    display: block !important;
    display: block !important;
    display: block !important;
  }
  .navbar-brand-top .brand-top-menu-right {
    vertical-align: middle;
    position: relative;
  }
}
@media (min-width: 576px) {
  .feature-box-14 > div:nth-last-child(2) {
    border-bottom: 0;
  }
}
@media (max-width: 1600px) {
  .grid.xl-grid-6col li {
    width: 16.67%;
  }
  .grid.xl-grid-6col li.grid-item-double {
    width: 33.33%;
  }
  .grid.xl-grid-5col li {
    width: 20%;
  }
  .grid.xl-grid-5col li.grid-item-double {
    width: 40%;
  }
  .grid.xl-grid-4col li {
    width: 25%;
  }
  .grid.xl-grid-4col li.grid-item-double {
    width: 50%;
  }
  .grid.xl-grid-3col li {
    width: 33.33%;
  }
  .grid.xl-grid-3col li.grid-item-double {
    width: 66.67%;
  }
  .grid.xl-grid-2col li {
    width: 50%;
  }
  .grid.xl-grid-2col li.grid-item-double {
    width: 100%;
  }
  .grid.xl-grid-1col li {
    width: 100%;
  }
  .grid.xl-grid-1col li.grid-item-double {
    width: 100%;
  }
  .xl-margin-one-all {
    margin: 1%;
  }
  .xl-margin-one-half-all {
    margin: 1.5%;
  }
  .xl-margin-two-all {
    margin: 2%;
  }
  .xl-margin-two-half-all {
    margin: 2.5%;
  }
  .xl-margin-three-all {
    margin: 3%;
  }
  .xl-margin-three-half-all {
    margin: 3.5%;
  }
  .xl-margin-four-all {
    margin: 4%;
  }
  .xl-margin-four-half-all {
    margin: 4.5%;
  }
  .xl-margin-five-all {
    margin: 5%;
  }
  .xl-margin-five-half-all {
    margin: 5.5%;
  }
  .xl-margin-six-all {
    margin: 6%;
  }
  .xl-margin-six-half-all {
    margin: 6.5%;
  }
  .xl-margin-seven-all {
    margin: 7%;
  }
  .xl-margin-seven-half-all {
    margin: 7.5%;
  }
  .xl-margin-eight-all {
    margin: 8%;
  }
  .xl-margin-eight-half-all {
    margin: 8.5%;
  }
  .xl-margin-nine-all {
    margin: 9%;
  }
  .xl-margin-nine-half-all {
    margin: 9.5%;
  }
  .xl-margin-ten-all {
    margin: 10%;
  }
  .xl-margin-ten-half-all {
    margin: 10.5%;
  }
  .xl-margin-eleven-all {
    margin: 11%;
  }
  .xl-margin-eleven-half-all {
    margin: 11.5%;
  }
  .xl-margin-twelve-all {
    margin: 12%;
  }
  .xl-margin-twelve-half-all {
    margin: 12.5%;
  }
  .xl-margin-thirteen-all {
    margin: 13%;
  }
  .xl-margin-thirteen-half-all {
    margin: 13.5%;
  }
  .xl-margin-fourteen-all {
    margin: 14%;
  }
  .xl-margin-fourteen-half-all {
    margin: 14.5%;
  }
  .xl-margin-fifteen-all {
    margin: 15%;
  }
  .xl-margin-fifteen-half-all {
    margin: 15.5%;
  }
  .xl-margin-sixteen-all {
    margin: 16%;
  }
  .xl-margin-sixteen-half-all {
    margin: 16.5%;
  }
  .xl-margin-seventeen-all {
    margin: 17%;
  }
  .xl-margin-seventeen-half-all {
    margin: 17.5%;
  }
  .xl-margin-eighteen-all {
    margin: 18%;
  }
  .xl-margin-eighteen-half-all {
    margin: 18.5%;
  }
  .xl-margin-nineteen-all {
    margin: 19%;
  }
  .xl-margin-nineteen-half-all {
    margin: 19.5%;
  }
  .xl-margin-twenty-all {
    margin: 20%;
  }
  .xl-margin-twenty-half-all {
    margin: 20.5%;
  }
  .xl-margin-twenty-one-all {
    margin: 21%;
  }
  .xl-margin-twenty-one-half-all {
    margin: 21.5%;
  }
  .xl-margin-twenty-two-all {
    margin: 22%;
  }
  .xl-margin-twenty-two-half-all {
    margin: 22.5%;
  }
  .xl-margin-twenty-three-all {
    margin: 23%;
  }
  .xl-margin-twenty-three-half-all {
    margin: 23.5%;
  }
  .xl-margin-twenty-four-all {
    margin: 24%;
  }
  .xl-margin-twenty-four-half-all {
    margin: 24.5%;
  }
  .xl-margin-twenty-five-all {
    margin: 25%;
  }
  .xl-margin-5px-all {
    margin: 5px;
  }
  .xl-margin-10px-all {
    margin: 10px;
  }
  .xl-margin-15px-all {
    margin: 15px;
  }
  .xl-margin-20px-all {
    margin: 20px;
  }
  .xl-margin-25px-all {
    margin: 25px;
  }
  .xl-margin-30px-all {
    margin: 30px;
  }
  .xl-margin-35px-all {
    margin: 35px;
  }
  .xl-margin-40px-all {
    margin: 40px;
  }
  .xl-margin-45px-all {
    margin: 45px;
  }
  .xl-margin-50px-all {
    margin: 50px;
  }
  .xl-margin-55px-all {
    margin: 55px;
  }
  .xl-margin-60px-all {
    margin: 60px;
  }
  .xl-margin-65px-all {
    margin: 65px;
  }
  .xl-margin-70px-all {
    margin: 70px;
  }
  .xl-margin-75px-all {
    margin: 75px;
  }
  .xl-margin-80px-all {
    margin: 80px;
  }
  .xl-margin-85px-all {
    margin: 85px;
  }
  .xl-margin-90px-all {
    margin: 90px;
  }
  .xl-margin-95px-all {
    margin: 95px;
  }
  .xl-margin-100px-all {
    margin: 100px;
  }
  .xl-no-margin {
    margin: 0 !important;
  }
  .xl-no-margin-lr {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .xl-no-margin-tb {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .xl-no-margin-top {
    margin-top: 0 !important;
  }
  .xl-no-margin-bottom {
    margin-bottom: 0 !important;
  }
  .xl-no-margin-left {
    margin-left: 0 !important;
  }
  .xl-no-margin-right {
    margin-right: 0 !important;
  }
  .xl-margin-lr-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .xl-margin-auto {
    margin: 0 auto !important;
  }
  .xl-margin-one-top {
    margin-top: 1%;
  }
  .xl-margin-one-half-top {
    margin-top: 1.5%;
  }
  .xl-margin-two-top {
    margin-top: 2%;
  }
  .xl-margin-two-half-top {
    margin-top: 2.5%;
  }
  .xl-margin-three-top {
    margin-top: 3%;
  }
  .xl-margin-three-half-top {
    margin-top: 3.5%;
  }
  .xl-margin-four-top {
    margin-top: 4%;
  }
  .xl-margin-four-half-top {
    margin-top: 4.5%;
  }
  .xl-margin-five-top {
    margin-top: 5%;
  }
  .xl-margin-five-half-top {
    margin-top: 5.5%;
  }
  .xl-margin-six-top {
    margin-top: 6%;
  }
  .xl-margin-six-half-top {
    margin-top: 6.5%;
  }
  .xl-margin-seven-top {
    margin-top: 7%;
  }
  .xl-margin-seven-half-top {
    margin-top: 7.5%;
  }
  .xl-margin-eight-top {
    margin-top: 8%;
  }
  .xl-margin-eight-half-top {
    margin-top: 8.5%;
  }
  .xl-margin-nine-top {
    margin-top: 9%;
  }
  .xl-margin-nine-half-top {
    margin-top: 9.5%;
  }
  .xl-margin-ten-top {
    margin-top: 10%;
  }
  .xl-margin-ten-half-top {
    margin-top: 10.5%;
  }
  .xl-margin-eleven-top {
    margin-top: 11%;
  }
  .xl-margin-eleven-half-top {
    margin-top: 11.5%;
  }
  .xl-margin-twelve-top {
    margin-top: 12%;
  }
  .xl-margin-twelve-half-top {
    margin-top: 12.5%;
  }
  .xl-margin-thirteen-top {
    margin-top: 13%;
  }
  .xl-margin-thirteen-half-top {
    margin-top: 13.5%;
  }
  .xl-margin-fourteen-top {
    margin-top: 14%;
  }
  .xl-margin-fourteen-half-top {
    margin-top: 14.5%;
  }
  .xl-margin-fifteen-top {
    margin-top: 15%;
  }
  .xl-margin-fifteen-half-top {
    margin-top: 15.5%;
  }
  .xl-margin-sixteen-top {
    margin-top: 16%;
  }
  .xl-margin-sixteen-half-top {
    margin-top: 16.5%;
  }
  .xl-margin-seventeen-top {
    margin-top: 17%;
  }
  .xl-margin-seventeen-half-top {
    margin-top: 17.5%;
  }
  .xl-margin-eighteen-top {
    margin-top: 18%;
  }
  .xl-margin-eighteen-half-top {
    margin-top: 18.5%;
  }
  .xl-margin-nineteen-top {
    margin-top: 19%;
  }
  .xl-margin-nineteen-half-top {
    margin-top: 19.5%;
  }
  .xl-margin-twenty-top {
    margin-top: 20%;
  }
  .xl-margin-twenty-half-top {
    margin-top: 20.5%;
  }
  .xl-margin-twenty-one-top {
    margin-top: 21%;
  }
  .xl-margin-twenty-one-half-top {
    margin-top: 21.5%;
  }
  .xl-margin-twenty-two-top {
    margin-top: 22%;
  }
  .xl-margin-twenty-two-half-top {
    margin-top: 22.5%;
  }
  .xl-margin-twenty-three-top {
    margin-top: 23%;
  }
  .xl-margin-twenty-three-half-top {
    margin-top: 23.5%;
  }
  .xl-margin-twenty-four-top {
    margin-top: 24%;
  }
  .xl-margin-twenty-four-half-top {
    margin-top: 24.5%;
  }
  .xl-margin-twenty-five-top {
    margin-top: 25%;
  }
  .xl-margin-5px-top {
    margin-top: 5px;
  }
  .xl-margin-10px-top {
    margin-top: 10px;
  }
  .xl-margin-15px-top {
    margin-top: 15px;
  }
  .xl-margin-20px-top {
    margin-top: 20px;
  }
  .xl-margin-25px-top {
    margin-top: 25px;
  }
  .xl-margin-30px-top {
    margin-top: 30px;
  }
  .xl-margin-35px-top {
    margin-top: 35px;
  }
  .xl-margin-40px-top {
    margin-top: 40px;
  }
  .xl-margin-45px-top {
    margin-top: 45px;
  }
  .xl-margin-50px-top {
    margin-top: 50px;
  }
  .xl-margin-55px-top {
    margin-top: 55px;
  }
  .xl-margin-60px-top {
    margin-top: 60px;
  }
  .xl-margin-65px-top {
    margin-top: 65px;
  }
  .xl-margin-70px-top {
    margin-top: 70px;
  }
  .xl-margin-75px-top {
    margin-top: 75px;
  }
  .xl-margin-80px-top {
    margin-top: 80px;
  }
  .xl-margin-85px-top {
    margin-top: 85px;
  }
  .xl-margin-90px-top {
    margin-top: 90px;
  }
  .xl-margin-95px-top {
    margin-top: 95px;
  }
  .xl-margin-100px-top {
    margin-top: 100px;
  }
  .xl-margin-one-bottom {
    margin-bottom: 1%;
  }
  .xl-margin-one-half-bottom {
    margin-bottom: 1.5%;
  }
  .xl-margin-two-bottom {
    margin-bottom: 2%;
  }
  .xl-margin-two-half-bottom {
    margin-bottom: 2.5%;
  }
  .xl-margin-three-bottom {
    margin-bottom: 3%;
  }
  .xl-margin-three-half-bottom {
    margin-bottom: 3.5%;
  }
  .xl-margin-four-bottom {
    margin-bottom: 4%;
  }
  .xl-margin-four-half-bottom {
    margin-bottom: 4.5%;
  }
  .xl-margin-five-bottom {
    margin-bottom: 5%;
  }
  .xl-margin-five-half-bottom {
    margin-bottom: 5.5%;
  }
  .xl-margin-six-bottom {
    margin-bottom: 6%;
  }
  .xl-margin-six-half-bottom {
    margin-bottom: 6.5%;
  }
  .xl-margin-seven-bottom {
    margin-bottom: 7%;
  }
  .xl-margin-seven-half-bottom {
    margin-bottom: 7.5%;
  }
  .xl-margin-eight-bottom {
    margin-bottom: 8%;
  }
  .xl-margin-eight-half-bottom {
    margin-bottom: 8.5%;
  }
  .xl-margin-nine-bottom {
    margin-bottom: 9%;
  }
  .xl-margin-nine-half-bottom {
    margin-bottom: 9.5%;
  }
  .xl-margin-ten-bottom {
    margin-bottom: 10%;
  }
  .xl-margin-ten-half-bottom {
    margin-bottom: 10.5%;
  }
  .xl-margin-eleven-bottom {
    margin-bottom: 11%;
  }
  .xl-margin-eleven-half-bottom {
    margin-bottom: 11.5%;
  }
  .xl-margin-twelve-bottom {
    margin-bottom: 12%;
  }
  .xl-margin-twelve-half-bottom {
    margin-bottom: 12.5%;
  }
  .xl-margin-thirteen-bottom {
    margin-bottom: 13%;
  }
  .xl-margin-thirteen-half-bottom {
    margin-bottom: 13.5%;
  }
  .xl-margin-fourteen-bottom {
    margin-bottom: 14%;
  }
  .xl-margin-fourteen-half-bottom {
    margin-bottom: 14.5%;
  }
  .xl-margin-fifteen-bottom {
    margin-bottom: 15%;
  }
  .xl-margin-fifteen-half-bottom {
    margin-bottom: 15.5%;
  }
  .xl-margin-sixteen-bottom {
    margin-bottom: 16%;
  }
  .xl-margin-sixteen-half-bottom {
    margin-bottom: 16.5%;
  }
  .xl-margin-seventeen-bottom {
    margin-bottom: 17%;
  }
  .xl-margin-seventeen-half-bottom {
    margin-bottom: 17.5%;
  }
  .xl-margin-eighteen-bottom {
    margin-bottom: 18%;
  }
  .xl-margin-eighteen-half-bottom {
    margin-bottom: 18.5%;
  }
  .xl-margin-nineteen-bottom {
    margin-bottom: 19%;
  }
  .xl-margin-nineteen-half-bottom {
    margin-bottom: 19.5%;
  }
  .xl-margin-twenty-bottom {
    margin-bottom: 20%;
  }
  .xl-margin-twenty-half-bottom {
    margin-bottom: 20.5%;
  }
  .xl-margin-twenty-one-bottom {
    margin-bottom: 21%;
  }
  .xl-margin-twenty-one-half-bottom {
    margin-bottom: 21.5%;
  }
  .xl-margin-twenty-two-bottom {
    margin-bottom: 22%;
  }
  .xl-margin-twenty-two-half-bottom {
    margin-bottom: 22.5%;
  }
  .xl-margin-twenty-three-bottom {
    margin-bottom: 23%;
  }
  .xl-margin-twenty-three-half-bottom {
    margin-bottom: 23.5%;
  }
  .xl-margin-twenty-four-bottom {
    margin-bottom: 24%;
  }
  .xl-margin-twenty-four-half-bottom {
    margin-bottom: 24.5%;
  }
  .xl-margin-twenty-five-bottom {
    margin-bottom: 25%;
  }
  .xl-margin-5px-bottom {
    margin-bottom: 5px;
  }
  .xl-margin-10px-bottom {
    margin-bottom: 10px;
  }
  .xl-margin-15px-bottom {
    margin-bottom: 15px;
  }
  .xl-margin-20px-bottom {
    margin-bottom: 20px;
  }
  .xl-margin-25px-bottom {
    margin-bottom: 25px;
  }
  .xl-margin-30px-bottom {
    margin-bottom: 30px;
  }
  .xl-margin-35px-bottom {
    margin-bottom: 35px;
  }
  .xl-margin-40px-bottom {
    margin-bottom: 40px;
  }
  .xl-margin-45px-bottom {
    margin-bottom: 45px;
  }
  .xl-margin-50px-bottom {
    margin-bottom: 50px;
  }
  .xl-margin-55px-bottom {
    margin-bottom: 55px;
  }
  .xl-margin-60px-bottom {
    margin-bottom: 60px;
  }
  .xl-margin-65px-bottom {
    margin-bottom: 65px;
  }
  .xl-margin-70px-bottom {
    margin-bottom: 70px;
  }
  .xl-margin-75px-bottom {
    margin-bottom: 75px;
  }
  .xl-margin-80px-bottom {
    margin-bottom: 80px;
  }
  .xl-margin-85px-bottom {
    margin-bottom: 85px;
  }
  .xl-margin-90px-bottom {
    margin-bottom: 90px;
  }
  .xl-margin-95px-bottom {
    margin-bottom: 95px;
  }
  .xl-margin-100px-bottom {
    margin-bottom: 100px;
  }
  .xl-margin-one-right {
    margin-right: 1%;
  }
  .xl-margin-one-half-right {
    margin-right: 1.5%;
  }
  .xl-margin-two-right {
    margin-right: 2%;
  }
  .xl-margin-two-half-right {
    margin-right: 2.5%;
  }
  .xl-margin-three-right {
    margin-right: 3%;
  }
  .xl-margin-three-half-right {
    margin-right: 3.5%;
  }
  .xl-margin-four-right {
    margin-right: 4%;
  }
  .xl-margin-four-half-right {
    margin-right: 4.5%;
  }
  .xl-margin-five-right {
    margin-right: 5%;
  }
  .xl-margin-five-half-right {
    margin-right: 5.5%;
  }
  .xl-margin-six-right {
    margin-right: 6%;
  }
  .xl-margin-six-half-right {
    margin-right: 6.5%;
  }
  .xl-margin-seven-right {
    margin-right: 7%;
  }
  .xl-margin-seven-half-right {
    margin-right: 7.5%;
  }
  .xl-margin-eight-right {
    margin-right: 8%;
  }
  .xl-margin-eight-half-right {
    margin-right: 8.5%;
  }
  .xl-margin-nine-right {
    margin-right: 9%;
  }
  .xl-margin-nine-half-right {
    margin-right: 9.5%;
  }
  .xl-margin-ten-right {
    margin-right: 10%;
  }
  .xl-margin-ten-half-right {
    margin-right: 10.5%;
  }
  .xl-margin-eleven-right {
    margin-right: 11%;
  }
  .xl-margin-eleven-half-right {
    margin-right: 11.5%;
  }
  .xl-margin-twelve-right {
    margin-right: 12%;
  }
  .xl-margin-twelve-half-right {
    margin-right: 12.5%;
  }
  .xl-margin-thirteen-right {
    margin-right: 13%;
  }
  .xl-margin-thirteen-half-right {
    margin-right: 13.5%;
  }
  .xl-margin-fourteen-right {
    margin-right: 14%;
  }
  .xl-margin-fourteen-half-right {
    margin-right: 14.5%;
  }
  .xl-margin-fifteen-right {
    margin-right: 15%;
  }
  .xl-margin-fifteen-half-right {
    margin-right: 15.5%;
  }
  .xl-margin-sixteen-right {
    margin-right: 16%;
  }
  .xl-margin-sixteen-half-right {
    margin-right: 16.5%;
  }
  .xl-margin-seventeen-right {
    margin-right: 17%;
  }
  .xl-margin-seventeen-half-right {
    margin-right: 17.5%;
  }
  .xl-margin-eighteen-right {
    margin-right: 18%;
  }
  .xl-margin-eighteen-half-right {
    margin-right: 18.5%;
  }
  .xl-margin-nineteen-right {
    margin-right: 19%;
  }
  .xl-margin-nineteen-half-right {
    margin-right: 19.5%;
  }
  .xl-margin-twenty-right {
    margin-right: 20%;
  }
  .xl-margin-twenty-half-right {
    margin-right: 20.5%;
  }
  .xl-margin-twenty-one-right {
    margin-right: 21%;
  }
  .xl-margin-twenty-one-half-right {
    margin-right: 21.5%;
  }
  .xl-margin-twenty-two-right {
    margin-right: 22%;
  }
  .xl-margin-twenty-two-half-right {
    margin-right: 22.5%;
  }
  .xl-margin-twenty-three-right {
    margin-right: 23%;
  }
  .xl-margin-twenty-three-half-right {
    margin-right: 23.5%;
  }
  .xl-margin-twenty-four-right {
    margin-right: 24%;
  }
  .xl-margin-twenty-four-half-right {
    margin-right: 24.5%;
  }
  .xl-margin-twenty-five-right {
    margin-right: 25%;
  }
  .xl-margin-10px-right {
    margin-right: 10px;
  }
  .xl-margin-15px-right {
    margin-right: 15px;
  }
  .xl-margin-20px-right {
    margin-right: 20px;
  }
  .xl-margin-25px-right {
    margin-right: 25px;
  }
  .xl-margin-30px-right {
    margin-right: 30px;
  }
  .xl-margin-35px-right {
    margin-right: 35px;
  }
  .xl-margin-40px-right {
    margin-right: 40px;
  }
  .xl-margin-45px-right {
    margin-right: 45px;
  }
  .xl-margin-50px-right {
    margin-right: 50px;
  }
  .xl-margin-55px-right {
    margin-right: 55px;
  }
  .xl-margin-60px-right {
    margin-right: 60px;
  }
  .xl-margin-65px-right {
    margin-right: 65px;
  }
  .xl-margin-70px-right {
    margin-right: 70px;
  }
  .xl-margin-75px-right {
    margin-right: 75px;
  }
  .xl-margin-80px-right {
    margin-right: 80px;
  }
  .xl-margin-85px-right {
    margin-right: 85px;
  }
  .xl-margin-90px-right {
    margin-right: 90px;
  }
  .xl-margin-95px-right {
    margin-right: 95px;
  }
  .xl-margin-100px-right {
    margin-right: 100px;
  }
  .xl-margin-one-left {
    margin-left: 1%;
  }
  .xl-margin-one-half-left {
    margin-left: 1.5%;
  }
  .xl-margin-two-left {
    margin-left: 2%;
  }
  .xl-margin-two-half-left {
    margin-left: 2.5%;
  }
  .xl-margin-three-left {
    margin-left: 3%;
  }
  .xl-margin-three-half-left {
    margin-left: 3.5%;
  }
  .xl-margin-four-left {
    margin-left: 4%;
  }
  .xl-margin-four-half-left {
    margin-left: 4.5%;
  }
  .xl-margin-five-left {
    margin-left: 5%;
  }
  .xl-margin-five-half-left {
    margin-left: 5.5%;
  }
  .xl-margin-six-left {
    margin-left: 6%;
  }
  .xl-margin-six-half-left {
    margin-left: 6.5%;
  }
  .xl-margin-seven-left {
    margin-left: 7%;
  }
  .xl-margin-seven-half-left {
    margin-left: 7.5%;
  }
  .xl-margin-eight-left {
    margin-left: 8%;
  }
  .xl-margin-eight-half-left {
    margin-left: 8.5%;
  }
  .xl-margin-nine-left {
    margin-left: 9%;
  }
  .xl-margin-nine-half-left {
    margin-left: 9.5%;
  }
  .xl-margin-ten-left {
    margin-left: 10%;
  }
  .xl-margin-ten-half-left {
    margin-left: 10.5%;
  }
  .xl-margin-eleven-left {
    margin-left: 11%;
  }
  .xl-margin-eleven-half-left {
    margin-left: 11.5%;
  }
  .xl-margin-twelve-left {
    margin-left: 12%;
  }
  .xl-margin-twelve-half-left {
    margin-left: 12.5%;
  }
  .xl-margin-thirteen-left {
    margin-left: 13%;
  }
  .xl-margin-thirteen-half-left {
    margin-left: 13.5%;
  }
  .xl-margin-fourteen-left {
    margin-left: 14%;
  }
  .xl-margin-fourteen-half-left {
    margin-left: 14.5%;
  }
  .xl-margin-fifteen-left {
    margin-left: 15%;
  }
  .xl-margin-fifteen-half-left {
    margin-left: 15.5%;
  }
  .xl-margin-sixteen-left {
    margin-left: 16%;
  }
  .xl-margin-sixteen-half-left {
    margin-left: 16.5%;
  }
  .xl-margin-seventeen-left {
    margin-left: 17%;
  }
  .xl-margin-seventeen-half-left {
    margin-left: 17.5%;
  }
  .xl-margin-eighteen-left {
    margin-left: 18%;
  }
  .xl-margin-eighteen-half-left {
    margin-left: 18.5%;
  }
  .xl-margin-nineteen-left {
    margin-left: 19%;
  }
  .xl-margin-nineteen-half-left {
    margin-left: 19.5%;
  }
  .xl-margin-twenty-left {
    margin-left: 20%;
  }
  .xl-margin-twenty-half-left {
    margin-left: 20.5%;
  }
  .xl-margin-twenty-one-left {
    margin-left: 21%;
  }
  .xl-margin-twenty-one-half-left {
    margin-left: 21.5%;
  }
  .xl-margin-twenty-two-left {
    margin-left: 22%;
  }
  .xl-margin-twenty-two-half-left {
    margin-left: 22.5%;
  }
  .xl-margin-twenty-three-left {
    margin-left: 23%;
  }
  .xl-margin-twenty-three-half-left {
    margin-left: 23.5%;
  }
  .xl-margin-twenty-four-left {
    margin-left: 24%;
  }
  .xl-margin-twenty-four-half-left {
    margin-left: 24.5%;
  }
  .xl-margin-twenty-five-left {
    margin-left: 25%;
  }
  .xl-margin-5px-left {
    margin-left: 5px;
  }
  .xl-margin-10px-left {
    margin-left: 10px;
  }
  .xl-margin-15px-left {
    margin-left: 15px;
  }
  .xl-margin-20px-left {
    margin-left: 20px;
  }
  .xl-margin-25px-left {
    margin-left: 25px;
  }
  .xl-margin-30px-left {
    margin-left: 30px;
  }
  .xl-margin-35px-left {
    margin-left: 35px;
  }
  .xl-margin-40px-left {
    margin-left: 40px;
  }
  .xl-margin-45px-left {
    margin-left: 45px;
  }
  .xl-margin-50px-left {
    margin-left: 50px;
  }
  .xl-margin-55px-left {
    margin-left: 55px;
  }
  .xl-margin-60px-left {
    margin-left: 60px;
  }
  .xl-margin-65px-left {
    margin-left: 65px;
  }
  .xl-margin-70px-left {
    margin-left: 70px;
  }
  .xl-margin-75px-left {
    margin-left: 75px;
  }
  .xl-margin-80px-left {
    margin-left: 80px;
  }
  .xl-margin-85px-left {
    margin-left: 85px;
  }
  .xl-margin-90px-left {
    margin-left: 90px;
  }
  .xl-margin-95px-left {
    margin-left: 95px;
  }
  .xl-margin-100px-left {
    margin-left: 100px;
  }
  .xl-margin-one-lr {
    margin-left: 1%;
    margin-right: 1%;
  }
  .xl-margin-one-lr {
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
  .xl-margin-two-lr {
    margin-left: 2%;
    margin-right: 2%;
  }
  .xl-margin-two-lr {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .xl-margin-three-lr {
    margin-left: 3%;
    margin-right: 3%;
  }
  .xl-margin-three-lr {
    margin-left: 3.5%;
    margin-right: 3.5%;
  }
  .xl-margin-four-lr {
    margin-left: 4%;
    margin-right: 4%;
  }
  .xl-margin-four-lr {
    margin-left: 4.5%;
    margin-right: 4.5%;
  }
  .xl-margin-five-lr {
    margin-left: 5%;
    margin-right: 5%;
  }
  .xl-margin-five-lr {
    margin-left: 5.5%;
    margin-right: 5.5%;
  }
  .xl-margin-six-lr {
    margin-left: 6%;
    margin-right: 6%;
  }
  .xl-margin-six-lr {
    margin-left: 6.5%;
    margin-right: 6.5%;
  }
  .xl-margin-seven-lr {
    margin-left: 7%;
    margin-right: 7%;
  }
  .xl-margin-seven-lr {
    margin-left: 7.5%;
    margin-right: 7.5%;
  }
  .xl-margin-eight-lr {
    margin-left: 8%;
    margin-right: 8%;
  }
  .xl-margin-eight-lr {
    margin-left: 8.5%;
    margin-right: 8.5%;
  }
  .xl-margin-nine-lr {
    margin-left: 9%;
    margin-right: 9%;
  }
  .xl-margin-nine-lr {
    margin-left: 9.5%;
    margin-right: 9.5%;
  }
  .xl-margin-ten-lr {
    margin-left: 10%;
    margin-right: 10%;
  }
  .xl-margin-ten-lr {
    margin-left: 10.5%;
    margin-right: 10.5%;
  }
  .xl-margin-eleven-lr {
    margin-left: 11%;
    margin-right: 11%;
  }
  .xl-margin-eleven-lr {
    margin-left: 11.5%;
    margin-right: 11.5%;
  }
  .xl-margin-twelve-lr {
    margin-left: 12%;
    margin-right: 12%;
  }
  .xl-margin-twelve-lr {
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
  .xl-margin-thirteen-lr {
    margin-left: 13%;
    margin-right: 13%;
  }
  .xl-margin-thirteen-half-lr {
    margin-left: 13.5%;
    margin-right: 13.5%;
  }
  .xl-margin-fourteen-lr {
    margin-left: 14%;
    margin-right: 14%;
  }
  .xl-margin-fourteen-half-lr {
    margin-left: 14.5%;
    margin-right: 14.5%;
  }
  .xl-margin-fifteen-lr {
    margin-left: 15%;
    margin-right: 15%;
  }
  .xl-margin-fifteen-half-lr {
    margin-left: 15.5%;
    margin-right: 15.5%;
  }
  .xl-margin-sixteen-lr {
    margin-left: 16%;
    margin-right: 16%;
  }
  .xl-margin-sixteen-half-lr {
    margin-left: 16.5%;
    margin-right: 16.5%;
  }
  .xl-margin-seventeen-lr {
    margin-left: 17%;
    margin-right: 17%;
  }
  .xl-margin-seventeen-half-lr {
    margin-left: 17.5%;
    margin-right: 17.5%;
  }
  .xl-margin-eighteen-lr {
    margin-left: 18%;
    margin-right: 18%;
  }
  .xl-margin-eighteen-half-lr {
    margin-left: 18.5%;
    margin-right: 18.5%;
  }
  .xl-margin-nineteen-lr {
    margin-left: 19%;
    margin-right: 19%;
  }
  .xl-margin-nineteen-half-lr {
    margin-left: 19.5%;
    margin-right: 19.5%;
  }
  .xl-margin-twenty-lr {
    margin-left: 20%;
    margin-right: 20%;
  }
  .xl-margin-twenty-half-lr {
    margin-left: 20.5%;
    margin-right: 20.5%;
  }
  .xl-margin-twenty-one-lr {
    margin-left: 21%;
    margin-right: 21%;
  }
  .xl-margin-twenty-one-half-lr {
    margin-left: 21.5%;
    margin-right: 21.5%;
  }
  .xl-margin-twenty-two-lr {
    margin-left: 22%;
    margin-right: 22%;
  }
  .xl-margin-twenty-two-half-lr {
    margin-left: 22.5%;
    margin-right: 22.5%;
  }
  .xl-margin-twenty-three-lr {
    margin-left: 23%;
    margin-right: 23%;
  }
  .xl-margin-twenty-three-half-lr {
    margin-left: 23.5%;
    margin-right: 23.5%;
  }
  .xl-margin-twenty-four-lr {
    margin-left: 24%;
    margin-right: 24%;
  }
  .xl-margin-twenty-four-half-lr {
    margin-left: 24.5%;
    margin-right: 24.5%;
  }
  .xl-margin-twenty-five-lr {
    margin-left: 25%;
    margin-right: 25%;
  }
  .xl-margin-5px-lr {
    margin-left: 5px;
    margin-right: 5px;
  }
  .xl-margin-10px-lr {
    margin-left: 10px;
    margin-right: 10px;
  }
  .xl-margin-15px-lr {
    margin-left: 15px;
    margin-right: 15px;
  }
  .xl-margin-20px-lr {
    margin-left: 20px;
    margin-right: 20px;
  }
  .xl-margin-25px-lr {
    margin-left: 25px;
    margin-right: 25px;
  }
  .xl-margin-30px-lr {
    margin-left: 30px;
    margin-right: 30px;
  }
  .xl-margin-35px-lr {
    margin-left: 35px;
    margin-right: 35px;
  }
  .xl-margin-40px-lr {
    margin-left: 40px;
    margin-right: 40px;
  }
  .xl-margin-45px-lr {
    margin-left: 45px;
    margin-right: 45px;
  }
  .xl-margin-50px-lr {
    margin-left: 50px;
    margin-right: 50px;
  }
  .xl-margin-55px-lr {
    margin-left: 55px;
    margin-right: 55px;
  }
  .xl-margin-60px-lr {
    margin-left: 60px;
    margin-right: 60px;
  }
  .xl-margin-65px-lr {
    margin-left: 65px;
    margin-right: 65px;
  }
  .xl-margin-70px-lr {
    margin-left: 70px;
    margin-right: 70px;
  }
  .xl-margin-75px-lr {
    margin-left: 75px;
    margin-right: 75px;
  }
  .xl-margin-80px-lr {
    margin-left: 80px;
    margin-right: 80px;
  }
  .xl-margin-85px-lr {
    margin-left: 85px;
    margin-right: 85px;
  }
  .xl-margin-90px-lr {
    margin-left: 90px;
    margin-right: 90px;
  }
  .xl-margin-95px-lr {
    margin-left: 95px;
    margin-right: 95px;
  }
  .xl-margin-100px-lr {
    margin-left: 100px;
    margin-right: 100px;
  }
  .xl-margin-one-tb {
    margin-top: 1%;
    margin-bottom: 1%;
  }
  .xl-margin-one-tb {
    margin-top: 1.5%;
    margin-bottom: 1.5%;
  }
  .xl-margin-two-tb {
    margin-top: 2%;
    margin-bottom: 2%;
  }
  .xl-margin-two-tb {
    margin-top: 2.5%;
    margin-bottom: 2.5%;
  }
  .xl-margin-three-tb {
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .xl-margin-three-tb {
    margin-top: 3.5%;
    margin-bottom: 3.5%;
  }
  .xl-margin-four-tb {
    margin-top: 4%;
    margin-bottom: 4%;
  }
  .xl-margin-four-tb {
    margin-top: 4.5%;
    margin-bottom: 4.5%;
  }
  .xl-margin-five-tb {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .xl-margin-five-tb {
    margin-top: 5.5%;
    margin-bottom: 5.5%;
  }
  .xl-margin-six-tb {
    margin-top: 6%;
    margin-bottom: 6%;
  }
  .xl-margin-six-tb {
    margin-top: 6.5%;
    margin-bottom: 6.5%;
  }
  .xl-margin-seven-tb {
    margin-top: 7%;
    margin-bottom: 7%;
  }
  .xl-margin-seven-tb {
    margin-top: 7.5%;
    margin-bottom: 7.5%;
  }
  .xl-margin-eight-tb {
    margin-top: 8%;
    margin-bottom: 8%;
  }
  .xl-margin-eight-tb {
    margin-top: 8.5%;
    margin-bottom: 8.5%;
  }
  .xl-margin-nine-tb {
    margin-top: 9%;
    margin-bottom: 9%;
  }
  .xl-margin-nine-tb {
    margin-top: 9.5%;
    margin-bottom: 9.5%;
  }
  .xl-margin-ten-tb {
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .xl-margin-ten-tb {
    margin-top: 10.5%;
    margin-bottom: 10.5%;
  }
  .xl-margin-eleven-tb {
    margin-top: 11%;
    margin-bottom: 11%;
  }
  .xl-margin-eleven-tb {
    margin-top: 11.5%;
    margin-bottom: 11.5%;
  }
  .xl-margin-twelve-tb {
    margin-top: 12%;
    margin-bottom: 12%;
  }
  .xl-margin-twelve-tb {
    margin-top: 12.5%;
    margin-bottom: 12.5%;
  }
  .xl-margin-thirteen-tb {
    margin-top: 13%;
    margin-bottom: 13%;
  }
  .xl-margin-thirteen-half-tb {
    margin-top: 13.5%;
    margin-bottom: 13.5%;
  }
  .xl-margin-fourteen-tb {
    margin-top: 14%;
    margin-bottom: 14%;
  }
  .xl-margin-fourteen-half-tb {
    margin-top: 14.5%;
    margin-bottom: 14.5%;
  }
  .xl-margin-fifteen-tb {
    margin-top: 15%;
    margin-bottom: 15%;
  }
  .xl-margin-fifteen-half-tb {
    margin-top: 15.5%;
    margin-bottom: 15.5%;
  }
  .xl-margin-sixteen-tb {
    margin-top: 16%;
    margin-bottom: 16%;
  }
  .xl-margin-sixteen-half-tb {
    margin-top: 16.5%;
    margin-bottom: 16.5%;
  }
  .xl-margin-seventeen-tb {
    margin-top: 17%;
    margin-bottom: 17%;
  }
  .xl-margin-seventeen-half-tb {
    margin-top: 17.5%;
    margin-bottom: 17.5%;
  }
  .xl-margin-eighteen-tb {
    margin-top: 18%;
    margin-bottom: 18%;
  }
  .xl-margin-eighteen-half-tb {
    margin-top: 18.5%;
    margin-bottom: 18.5%;
  }
  .xl-margin-nineteen-tb {
    margin-top: 19%;
    margin-bottom: 19%;
  }
  .xl-margin-nineteen-half-tb {
    margin-top: 19.5%;
    margin-bottom: 19.5%;
  }
  .xl-margin-twenty-tb {
    margin-top: 20%;
    margin-bottom: 20%;
  }
  .xl-margin-twenty-half-tb {
    margin-top: 20.5%;
    margin-bottom: 20.5%;
  }
  .xl-margin-twenty-one-tb {
    margin-top: 21%;
    margin-bottom: 21%;
  }
  .xl-margin-twenty-one-half-tb {
    margin-top: 21.5%;
    margin-bottom: 21.5%;
  }
  .xl-margin-twenty-two-tb {
    margin-top: 22%;
    margin-bottom: 22%;
  }
  .xl-margin-twenty-two-half-tb {
    margin-top: 22.5%;
    margin-bottom: 22.5%;
  }
  .xl-margin-twenty-three-tb {
    margin-top: 23%;
    margin-bottom: 23%;
  }
  .xl-margin-twenty-three-half-tb {
    margin-top: 23.5%;
    margin-bottom: 23.5%;
  }
  .xl-margin-twenty-four-tb {
    margin-top: 24%;
    margin-bottom: 24%;
  }
  .xl-margin-twenty-four-half-tb {
    margin-top: 24.5%;
    margin-bottom: 24.5%;
  }
  .xl-margin-twenty-five-tb {
    margin-top: 25%;
    margin-bottom: 25%;
  }
  .xl-margin-5px-tb {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .xl-margin-10px-tb {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .xl-margin-15px-tb {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .xl-margin-20px-tb {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .xl-margin-25px-tb {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .xl-margin-30px-tb {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .xl-margin-35px-tb {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .xl-margin-40px-tb {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .xl-margin-45px-tb {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .xl-margin-50px-tb {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .xl-margin-55px-tb {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .xl-margin-60px-tb {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .xl-margin-65px-tb {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .xl-margin-70px-tb {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .xl-margin-75px-tb {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .xl-margin-80px-tb {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .xl-margin-85px-tb {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .xl-margin-90px-tb {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .xl-margin-95px-tb {
    margin-top: 95px;
    margin-bottom: 95px;
  }
  .xl-margin-100px-tb {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .xl-no-padding {
    padding: 0 !important;
  }
  .xl-no-padding-lr {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .xl-no-padding-tb {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .xl-no-padding-top {
    padding-top: 0 !important;
  }
  .xl-no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .xl-no-padding-left {
    padding-left: 0 !important;
  }
  .xl-no-padding-right {
    padding-right: 0 !important;
  }
  .xl-padding-one-all {
    padding: 1%;
  }
  .xl-padding-one-half-all {
    padding: 1.5%;
  }
  .xl-padding-two-all {
    padding: 2%;
  }
  .xl-padding-two-half-all {
    padding: 2.5%;
  }
  .xl-padding-three-all {
    padding: 3%;
  }
  .xl-padding-three-half-all {
    padding: 3.5%;
  }
  .xl-padding-four-all {
    padding: 4%;
  }
  .xl-padding-four-half-all {
    padding: 4.5%;
  }
  .xl-padding-five-all {
    padding: 5%;
  }
  .xl-padding-five-half-all {
    padding: 5.5%;
  }
  .xl-padding-six-all {
    padding: 6%;
  }
  .xl-padding-six-half-all {
    padding: 6.5%;
  }
  .xl-padding-seven-all {
    padding: 7%;
  }
  .xl-padding-seven-half-all {
    padding: 7.5%;
  }
  .xl-padding-eight-all {
    padding: 8%;
  }
  .xl-padding-eight-half-all {
    padding: 8.5%;
  }
  .xl-padding-nine-all {
    padding: 9%;
  }
  .xl-padding-nine-half-all {
    padding: 9.5%;
  }
  .xl-padding-ten-all {
    padding: 10%;
  }
  .xl-padding-ten-half-all {
    padding: 10.5%;
  }
  .xl-padding-eleven-all {
    padding: 11%;
  }
  .xl-padding-eleven-half-all {
    padding: 11.5%;
  }
  .xl-padding-twelve-all {
    padding: 12%;
  }
  .xl-padding-twelve-half-all {
    padding: 12.5%;
  }
  .xl-padding-thirteen-all {
    padding: 13%;
  }
  .xl-padding-thirteen-half-all {
    padding: 13.5%;
  }
  .xl-padding-fourteen-all {
    padding: 14%;
  }
  .xl-padding-fourteen-half-all {
    padding: 14.5%;
  }
  .xl-padding-fifteen-all {
    padding: 15%;
  }
  .xl-padding-fifteen-half-all {
    padding: 15.5%;
  }
  .xl-padding-sixteen-all {
    padding: 16%;
  }
  .xl-padding-sixteen-half-all {
    padding: 16.5%;
  }
  .xl-padding-seventeen-all {
    padding: 17%;
  }
  .xl-padding-seventeen-half-all {
    padding: 17.5%;
  }
  .xl-padding-eighteen-all {
    padding: 18%;
  }
  .xl-padding-eighteen-half-all {
    padding: 18.5%;
  }
  .xl-padding-nineteen-all {
    padding: 19%;
  }
  .xl-padding-nineteen-half-all {
    padding: 19.5%;
  }
  .xl-padding-twenty-all {
    padding: 20%;
  }
  .xl-padding-twenty-half-all {
    padding: 20.5%;
  }
  .xl-padding-twenty-one-all {
    padding: 21%;
  }
  .xl-padding-twenty-one-half-all {
    padding: 21.5%;
  }
  .xl-padding-twenty-two-all {
    padding: 22%;
  }
  .xl-padding-twenty-two-half-all {
    padding: 22.5%;
  }
  .xl-padding-twenty-three-all {
    padding: 23%;
  }
  .xl-padding-twenty-three-half-all {
    padding: 23.5%;
  }
  .xl-padding-twenty-four-all {
    padding: 24%;
  }
  .xl-padding-twenty-four-half-all {
    padding: 24.5%;
  }
  .xl-padding-twenty-five-all {
    padding: 25%;
  }
  .xl-padding-5px-all {
    padding: 5px;
  }
  .xl-padding-10px-all {
    padding: 10px;
  }
  .xl-padding-15px-all {
    padding: 15px;
  }
  .xl-padding-20px-all {
    padding: 20px;
  }
  .xl-padding-25px-all {
    padding: 25px;
  }
  .xl-padding-30px-all {
    padding: 30px;
  }
  .xl-padding-35px-all {
    padding: 35px;
  }
  .xl-padding-40px-all {
    padding: 40px;
  }
  .xl-padding-45px-all {
    padding: 45px;
  }
  .xl-padding-50px-all {
    padding: 50px;
  }
  .xl-padding-55px-all {
    padding: 55px;
  }
  .xl-padding-60px-all {
    padding: 60px;
  }
  .xl-padding-65px-all {
    padding: 65px;
  }
  .xl-padding-70px-all {
    padding: 70px;
  }
  .xl-padding-75px-all {
    padding: 75px;
  }
  .xl-padding-80px-all {
    padding: 80px;
  }
  .xl-padding-85px-all {
    padding: 85px;
  }
  .xl-padding-90px-all {
    padding: 90px;
  }
  .xl-padding-95px-all {
    padding: 95px;
  }
  .xl-padding-100px-all {
    padding: 100px;
  }
  .xl-padding-one-top {
    padding-top: 1%;
  }
  .xl-padding-one-half-top {
    padding-top: 1.5%;
  }
  .xl-padding-two-top {
    padding-top: 2%;
  }
  .xl-padding-two-half-top {
    padding-top: 2.5%;
  }
  .xl-padding-three-top {
    padding-top: 3%;
  }
  .xl-padding-three-half-top {
    padding-top: 3.5%;
  }
  .xl-padding-four-top {
    padding-top: 4%;
  }
  .xl-padding-four-half-top {
    padding-top: 4.5%;
  }
  .xl-padding-five-top {
    padding-top: 5%;
  }
  .xl-padding-five-half-top {
    padding-top: 5.5%;
  }
  .xl-padding-six-top {
    padding-top: 6%;
  }
  .xl-padding-six-half-top {
    padding-top: 6.5%;
  }
  .xl-padding-seven-top {
    padding-top: 7%;
  }
  .xl-padding-seven-half-top {
    padding-top: 7.5%;
  }
  .xl-padding-eight-top {
    padding-top: 8%;
  }
  .xl-padding-eight-half-top {
    padding-top: 8.5%;
  }
  .xl-padding-nine-top {
    padding-top: 9%;
  }
  .xl-padding-nine-half-top {
    padding-top: 9.5%;
  }
  .xl-padding-ten-top {
    padding-top: 10%;
  }
  .xl-padding-ten-half-top {
    padding-top: 10.5%;
  }
  .xl-padding-eleven-top {
    padding-top: 11%;
  }
  .xl-padding-eleven-half-top {
    padding-top: 11.5%;
  }
  .xl-padding-twelve-top {
    padding-top: 12%;
  }
  .xl-padding-twelve-half-top {
    padding-top: 12.5%;
  }
  .xl-padding-thirteen-top {
    padding-top: 13%;
  }
  .xl-padding-thirteen-half-top {
    padding-top: 13.5%;
  }
  .xl-padding-fourteen-top {
    padding-top: 14%;
  }
  .xl-padding-fourteen-half-top {
    padding-top: 14.5%;
  }
  .xl-padding-fifteen-top {
    padding-top: 15%;
  }
  .xl-padding-fifteen-half-top {
    padding-top: 15.5%;
  }
  .xl-padding-sixteen-top {
    padding-top: 16%;
  }
  .xl-padding-sixteen-half-top {
    padding-top: 16.5%;
  }
  .xl-padding-seventeen-top {
    padding-top: 17%;
  }
  .xl-padding-seventeen-half-top {
    padding-top: 17.5%;
  }
  .xl-padding-eighteen-top {
    padding-top: 18%;
  }
  .xl-padding-eighteen-half-top {
    padding-top: 18.5%;
  }
  .xl-padding-nineteen-top {
    padding-top: 19%;
  }
  .xl-padding-nineteen-half-top {
    padding-top: 19.5%;
  }
  .xl-padding-twenty-top {
    padding-top: 20%;
  }
  .xl-padding-twenty-half-top {
    padding-top: 20.5%;
  }
  .xl-padding-twenty-one-top {
    padding-top: 21%;
  }
  .xl-padding-twenty-one-half-top {
    padding-top: 21.5%;
  }
  .xl-padding-twenty-two-top {
    padding-top: 22%;
  }
  .xl-padding-twenty-two-half-top {
    padding-top: 22.5%;
  }
  .xl-padding-twenty-three-top {
    padding-top: 23%;
  }
  .xl-padding-twenty-three-half-top {
    padding-top: 23.5%;
  }
  .xl-padding-twenty-four-top {
    padding-top: 24%;
  }
  .xl-padding-twenty-four-half-top {
    padding-top: 24.5%;
  }
  .xl-padding-twenty-five-top {
    padding-top: 25%;
  }
  .xl-padding-5px-top {
    padding-top: 5px;
  }
  .xl-padding-10px-top {
    padding-top: 10px;
  }
  .xl-padding-15px-top {
    padding-top: 15px;
  }
  .xl-padding-20px-top {
    padding-top: 20px;
  }
  .xl-padding-25px-top {
    padding-top: 25px;
  }
  .xl-padding-30px-top {
    padding-top: 30px;
  }
  .xl-padding-35px-top {
    padding-top: 35px;
  }
  .xl-padding-40px-top {
    padding-top: 40px;
  }
  .xl-padding-45px-top {
    padding-top: 45px;
  }
  .xl-padding-50px-top {
    padding-top: 50px;
  }
  .xl-padding-55px-top {
    padding-top: 55px;
  }
  .xl-padding-60px-top {
    padding-top: 60px;
  }
  .xl-padding-65px-top {
    padding-top: 65px;
  }
  .xl-padding-70px-top {
    padding-top: 70px;
  }
  .xl-padding-75px-top {
    padding-top: 75px;
  }
  .xl-padding-80px-top {
    padding-top: 80px;
  }
  .xl-padding-85px-top {
    padding-top: 85px;
  }
  .xl-padding-90px-top {
    padding-top: 90px;
  }
  .xl-padding-95px-top {
    padding-top: 95px;
  }
  .xl-padding-100px-top {
    padding-top: 100px;
  }
  .xl-padding-one-bottom {
    padding-bottom: 1%;
  }
  .xl-padding-one-half-bottom {
    padding-bottom: 1.5%;
  }
  .xl-padding-two-bottom {
    padding-bottom: 2%;
  }
  .xl-padding-two-half-bottom {
    padding-bottom: 2.5%;
  }
  .xl-padding-three-bottom {
    padding-bottom: 3%;
  }
  .xl-padding-three-half-bottom {
    padding-bottom: 3.5%;
  }
  .xl-padding-four-bottom {
    padding-bottom: 4%;
  }
  .xl-padding-four-half-bottom {
    padding-bottom: 4.5%;
  }
  .xl-padding-five-bottom {
    padding-bottom: 5%;
  }
  .xl-padding-five-half-bottom {
    padding-bottom: 5.5%;
  }
  .xl-padding-six-bottom {
    padding-bottom: 6%;
  }
  .xl-padding-six-half-bottom {
    padding-bottom: 6.5%;
  }
  .xl-padding-seven-bottom {
    padding-bottom: 7%;
  }
  .xl-padding-seven-half-bottom {
    padding-bottom: 7.5%;
  }
  .xl-padding-eight-bottom {
    padding-bottom: 8%;
  }
  .xl-padding-eight-half-bottom {
    padding-bottom: 8.5%;
  }
  .xl-padding-nine-bottom {
    padding-bottom: 9%;
  }
  .xl-padding-nine-half-bottom {
    padding-bottom: 9.5%;
  }
  .xl-padding-ten-bottom {
    padding-bottom: 10%;
  }
  .xl-padding-ten-half-bottom {
    padding-bottom: 10.5%;
  }
  .xl-padding-eleven-bottom {
    padding-bottom: 11%;
  }
  .xl-padding-eleven-half-bottom {
    padding-bottom: 11.5%;
  }
  .xl-padding-twelve-bottom {
    padding-bottom: 12%;
  }
  .xl-padding-twelve-half-bottom {
    padding-bottom: 12.5%;
  }
  .xl-padding-thirteen-bottom {
    padding-bottom: 13%;
  }
  .xl-padding-thirteen-half-bottom {
    padding-bottom: 13.5%;
  }
  .xl-padding-fourteen-bottom {
    padding-bottom: 14%;
  }
  .xl-padding-fourteen-half-bottom {
    padding-bottom: 14.5%;
  }
  .xl-padding-fifteen-bottom {
    padding-bottom: 15%;
  }
  .xl-padding-fifteen-half-bottom {
    padding-bottom: 15.5%;
  }
  .xl-padding-sixteen-bottom {
    padding-bottom: 16%;
  }
  .xl-padding-sixteen-half-bottom {
    padding-bottom: 16.5%;
  }
  .xl-padding-seventeen-bottom {
    padding-bottom: 17%;
  }
  .xl-padding-seventeen-half-bottom {
    padding-bottom: 17.5%;
  }
  .xl-padding-eighteen-bottom {
    padding-bottom: 18%;
  }
  .xl-padding-eighteen-half-bottom {
    padding-bottom: 18.5%;
  }
  .xl-padding-nineteen-bottom {
    padding-bottom: 19%;
  }
  .xl-padding-nineteen-half-bottom {
    padding-bottom: 19.5%;
  }
  .xl-padding-twenty-bottom {
    padding-bottom: 20%;
  }
  .xl-padding-twenty-half-bottom {
    padding-bottom: 20.5%;
  }
  .xl-padding-twenty-one-bottom {
    padding-bottom: 21%;
  }
  .xl-padding-twenty-one-half-bottom {
    padding-bottom: 21.5%;
  }
  .xl-padding-twenty-two-bottom {
    padding-bottom: 22%;
  }
  .xl-padding-twenty-two-half-bottom {
    padding-bottom: 22.5%;
  }
  .xl-padding-twenty-three-bottom {
    padding-bottom: 23%;
  }
  .xl-padding-twenty-three-half-bottom {
    padding-bottom: 23.5%;
  }
  .xl-padding-twenty-four-bottom {
    padding-bottom: 24%;
  }
  .xl-padding-twenty-four-half-bottom {
    padding-bottom: 24.5%;
  }
  .xl-padding-twenty-five-bottom {
    padding-bottom: 25%;
  }
  .xl-padding-5px-bottom {
    padding-bottom: 5px;
  }
  .xl-padding-10px-bottom {
    padding-bottom: 10px;
  }
  .xl-padding-15px-bottom {
    padding-bottom: 15px;
  }
  .xl-padding-20px-bottom {
    padding-bottom: 20px;
  }
  .xl-padding-25px-bottom {
    padding-bottom: 25px;
  }
  .xl-padding-30px-bottom {
    padding-bottom: 30px;
  }
  .xl-padding-35px-bottom {
    padding-bottom: 35px;
  }
  .xl-padding-40px-bottom {
    padding-bottom: 40px;
  }
  .xl-padding-45px-bottom {
    padding-bottom: 45px;
  }
  .xl-padding-50px-bottom {
    padding-bottom: 50px;
  }
  .xl-padding-55px-bottom {
    padding-bottom: 55px;
  }
  .xl-padding-60px-bottom {
    padding-bottom: 60px;
  }
  .xl-padding-65px-bottom {
    padding-bottom: 65px;
  }
  .xl-padding-70px-bottom {
    padding-bottom: 70px;
  }
  .xl-padding-75px-bottom {
    padding-bottom: 75px;
  }
  .xl-padding-80px-bottom {
    padding-bottom: 80px;
  }
  .xl-padding-85px-bottom {
    padding-bottom: 85px;
  }
  .xl-padding-90px-bottom {
    padding-bottom: 90px;
  }
  .xl-padding-95px-bottom {
    padding-bottom: 95px;
  }
  .xl-padding-100px-bottom {
    padding-bottom: 100px;
  }
  .xl-padding-one-right {
    padding-right: 1%;
  }
  .xl-padding-one-half-right {
    padding-right: 1.5%;
  }
  .xl-padding-two-right {
    padding-right: 2%;
  }
  .xl-padding-two-half-right {
    padding-right: 2.5%;
  }
  .xl-padding-three-right {
    padding-right: 3%;
  }
  .xl-padding-three-half-right {
    padding-right: 3.5%;
  }
  .xl-padding-four-right {
    padding-right: 4%;
  }
  .xl-padding-four-half-right {
    padding-right: 4.5%;
  }
  .xl-padding-five-right {
    padding-right: 5%;
  }
  .xl-padding-five-half-right {
    padding-right: 5.5%;
  }
  .xl-padding-six-right {
    padding-right: 6%;
  }
  .xl-padding-six-half-right {
    padding-right: 6.5%;
  }
  .xl-padding-seven-right {
    padding-right: 7%;
  }
  .xl-padding-seven-half-right {
    padding-right: 7.5%;
  }
  .xl-padding-eight-right {
    padding-right: 8%;
  }
  .xl-padding-eight-half-right {
    padding-right: 8.5%;
  }
  .xl-padding-nine-right {
    padding-right: 9%;
  }
  .xl-padding-nine-half-right {
    padding-right: 9.5%;
  }
  .xl-padding-ten-right {
    padding-right: 10%;
  }
  .xl-padding-ten-half-right {
    padding-right: 10.5%;
  }
  .xl-padding-eleven-right {
    padding-right: 11%;
  }
  .xl-padding-eleven-half-right {
    padding-right: 11.5%;
  }
  .xl-padding-twelve-right {
    padding-right: 12%;
  }
  .xl-padding-twelve-half-right {
    padding-right: 12.5%;
  }
  .xl-padding-thirteen-right {
    padding-right: 13%;
  }
  .xl-padding-thirteen-half-right {
    padding-right: 13.5%;
  }
  .xl-padding-fourteen-right {
    padding-right: 14%;
  }
  .xl-padding-fourteen-half-right {
    padding-right: 14.5%;
  }
  .xl-padding-fifteen-right {
    padding-right: 15%;
  }
  .xl-padding-fifteen-half-right {
    padding-right: 15.5%;
  }
  .xl-padding-sixteen-right {
    padding-right: 16%;
  }
  .xl-padding-sixteen-half-right {
    padding-right: 16.5%;
  }
  .xl-padding-seventeen-right {
    padding-right: 17%;
  }
  .xl-padding-seventeen-half-right {
    padding-right: 17.5%;
  }
  .xl-padding-eighteen-right {
    padding-right: 18%;
  }
  .xl-padding-eighteen-half-right {
    padding-right: 18.5%;
  }
  .xl-padding-nineteen-right {
    padding-right: 19%;
  }
  .xl-padding-nineteen-half-right {
    padding-right: 19.5%;
  }
  .xl-padding-twenty-right {
    padding-right: 20%;
  }
  .xl-padding-twenty-half-right {
    padding-right: 20.5%;
  }
  .xl-padding-twenty-one-right {
    padding-right: 21%;
  }
  .xl-padding-twenty-one-half-right {
    padding-right: 21.5%;
  }
  .xl-padding-twenty-two-right {
    padding-right: 22%;
  }
  .xl-padding-twenty-two-half-right {
    padding-right: 22.5%;
  }
  .xl-padding-twenty-three-right {
    padding-right: 23%;
  }
  .xl-padding-twenty-three-half-right {
    padding-right: 23.5%;
  }
  .xl-padding-twenty-four-right {
    padding-right: 24%;
  }
  .xl-padding-twenty-four-half-right {
    padding-right: 24.5%;
  }
  .xl-padding-twenty-five-right {
    padding-right: 25%;
  }
  .xl-padding-5px-right {
    padding-right: 5px;
  }
  .xl-padding-10px-right {
    padding-right: 10px;
  }
  .xl-padding-15px-right {
    padding-right: 15px;
  }
  .xl-padding-20px-right {
    padding-right: 20px;
  }
  .xl-padding-25px-right {
    padding-right: 25px;
  }
  .xl-padding-30px-right {
    padding-right: 30px;
  }
  .xl-padding-35px-right {
    padding-right: 35px;
  }
  .xl-padding-40px-right {
    padding-right: 40px;
  }
  .xl-padding-45px-right {
    padding-right: 45px;
  }
  .xl-padding-50px-right {
    padding-right: 50px;
  }
  .xl-padding-55px-right {
    padding-right: 55px;
  }
  .xl-padding-60px-right {
    padding-right: 60px;
  }
  .xl-padding-65px-right {
    padding-right: 65px;
  }
  .xl-padding-70px-right {
    padding-right: 70px;
  }
  .xl-padding-75px-right {
    padding-right: 75px;
  }
  .xl-padding-80px-right {
    padding-right: 80px;
  }
  .xl-padding-85px-right {
    padding-right: 85px;
  }
  .xl-padding-90px-right {
    padding-right: 90px;
  }
  .xl-padding-95px-right {
    padding-right: 95px;
  }
  .xl-padding-100px-right {
    padding-right: 100px;
  }
  .xl-padding-one-left {
    padding-left: 1%;
  }
  .xl-padding-one-half-left {
    padding-left: 1.5%;
  }
  .xl-padding-two-left {
    padding-left: 2%;
  }
  .xl-padding-two-half-left {
    padding-left: 2.5%;
  }
  .xl-padding-three-left {
    padding-left: 3%;
  }
  .xl-padding-three-half-left {
    padding-left: 3.5%;
  }
  .xl-padding-four-left {
    padding-left: 4%;
  }
  .xl-padding-four-half-left {
    padding-left: 4.5%;
  }
  .xl-padding-five-left {
    padding-left: 5%;
  }
  .xl-padding-five-half-left {
    padding-left: 5.5%;
  }
  .xl-padding-six-left {
    padding-left: 6%;
  }
  .xl-padding-six-half-left {
    padding-left: 6.5%;
  }
  .xl-padding-seven-left {
    padding-left: 7%;
  }
  .xl-padding-seven-half-left {
    padding-left: 7.5%;
  }
  .xl-padding-eight-left {
    padding-left: 8%;
  }
  .xl-padding-eight-half-left {
    padding-left: 8.5%;
  }
  .xl-padding-nine-left {
    padding-left: 9%;
  }
  .xl-padding-nine-half-left {
    padding-left: 9.5%;
  }
  .xl-padding-ten-left {
    padding-left: 10%;
  }
  .xl-padding-ten-half-left {
    padding-left: 10.5%;
  }
  .xl-padding-eleven-left {
    padding-left: 11%;
  }
  .xl-padding-eleven-half-left {
    padding-left: 11.5%;
  }
  .xl-padding-twelve-left {
    padding-left: 12%;
  }
  .xl-padding-twelve-half-left {
    padding-left: 12.5%;
  }
  .xl-padding-thirteen-left {
    padding-left: 13%;
  }
  .xl-padding-thirteen-half-left {
    padding-left: 13.5%;
  }
  .xl-padding-fourteen-left {
    padding-left: 14%;
  }
  .xl-padding-fourteen-half-left {
    padding-left: 14.5%;
  }
  .xl-padding-fifteen-left {
    padding-left: 15%;
  }
  .xl-padding-fifteen-half-left {
    padding-left: 15.5%;
  }
  .xl-padding-sixteen-left {
    padding-left: 16%;
  }
  .xl-padding-sixteen-half-left {
    padding-left: 16.5%;
  }
  .xl-padding-seventeen-left {
    padding-left: 17%;
  }
  .xl-padding-seventeen-half-left {
    padding-left: 17.5%;
  }
  .xl-padding-eighteen-left {
    padding-left: 18%;
  }
  .xl-padding-eighteen-half-left {
    padding-left: 18.5%;
  }
  .xl-padding-nineteen-left {
    padding-left: 19%;
  }
  .xl-padding-nineteen-half-left {
    padding-left: 19.5%;
  }
  .xl-padding-twenty-left {
    padding-left: 20%;
  }
  .xl-padding-twenty-half-left {
    padding-left: 20.5%;
  }
  .xl-padding-twenty-one-left {
    padding-left: 21%;
  }
  .xl-padding-twenty-one-half-left {
    padding-left: 21.5%;
  }
  .xl-padding-twenty-two-left {
    padding-left: 22%;
  }
  .xl-padding-twenty-two-half-left {
    padding-left: 22.5%;
  }
  .xl-padding-twenty-three-left {
    padding-left: 23%;
  }
  .xl-padding-twenty-three-half-left {
    padding-left: 23.5%;
  }
  .xl-padding-twenty-four-left {
    padding-left: 24%;
  }
  .xl-padding-twenty-four-half-left {
    padding-left: 24.5%;
  }
  .xl-padding-twenty-five-left {
    padding-left: 25%;
  }
  .xl-padding-5px-left {
    padding-left: 5px;
  }
  .xl-padding-10px-left {
    padding-left: 10px;
  }
  .xl-padding-15px-left {
    padding-left: 15px;
  }
  .xl-padding-20px-left {
    padding-left: 20px;
  }
  .xl-padding-25px-left {
    padding-left: 25px;
  }
  .xl-padding-30px-left {
    padding-left: 30px;
  }
  .xl-padding-35px-left {
    padding-left: 35px;
  }
  .xl-padding-40px-left {
    padding-left: 40px;
  }
  .xl-padding-45px-left {
    padding-left: 45px;
  }
  .xl-padding-50px-left {
    padding-left: 50px;
  }
  .xl-padding-55px-left {
    padding-left: 55px;
  }
  .xl-padding-60px-left {
    padding-left: 60px;
  }
  .xl-padding-65px-left {
    padding-left: 65px;
  }
  .xl-padding-70px-left {
    padding-left: 70px;
  }
  .xl-padding-75px-left {
    padding-left: 75px;
  }
  .xl-padding-80px-left {
    padding-left: 80px;
  }
  .xl-padding-85px-left {
    padding-left: 85px;
  }
  .xl-padding-90px-left {
    padding-left: 90px;
  }
  .xl-padding-95px-left {
    padding-left: 95px;
  }
  .xl-padding-100px-left {
    padding-left: 100px;
  }
  .xl-padding-one-tb {
    padding-top: 1%;
    padding-bottom: 1%;
  }
  .xl-padding-one-half-tb {
    padding-top: 1.5%;
    padding-bottom: 1.5%;
  }
  .xl-padding-two-tb {
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .xl-padding-two-half-tb {
    padding-top: 2.5%;
    padding-bottom: 2.5%;
  }
  .xl-padding-three-tb {
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .xl-padding-three-half-tb {
    padding-top: 3.5%;
    padding-bottom: 3.5%;
  }
  .xl-padding-four-tb {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .xl-padding-four-half-tb {
    padding-top: 4.5%;
    padding-bottom: 4.5%;
  }
  .xl-padding-five-tb {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .xl-padding-five-half-tb {
    padding-top: 5.5%;
    padding-bottom: 5.5%;
  }
  .xl-padding-six-tb {
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .xl-padding-six-half-tb {
    padding-top: 6.5%;
    padding-bottom: 6.5%;
  }
  .xl-padding-seven-tb {
    padding-top: 7%;
    padding-bottom: 7%;
  }
  .xl-padding-seven-half-tb {
    padding-top: 7.5%;
    padding-bottom: 7.5%;
  }
  .xl-padding-eight-tb {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .xl-padding-eight-half-tb {
    padding-top: 8.5%;
    padding-bottom: 8.5%;
  }
  .xl-padding-nine-tb {
    padding-top: 9%;
    padding-bottom: 9%;
  }
  .xl-padding-nine-half-tb {
    padding-top: 9.5%;
    padding-bottom: 9.5%;
  }
  .xl-padding-ten-tb {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .xl-padding-ten-half-tb {
    padding-top: 10.5%;
    padding-bottom: 10.5%;
  }
  .xl-padding-eleven-tb {
    padding-top: 11%;
    padding-bottom: 11%;
  }
  .xl-padding-eleven-half-tb {
    padding-top: 11.5%;
    padding-bottom: 11.5%;
  }
  .xl-padding-twelve-tb {
    padding-top: 12%;
    padding-bottom: 12%;
  }
  .xl-padding-twelve-half-tb {
    padding-top: 12.5%;
    padding-bottom: 12.5%;
  }
  .xl-padding-thirteen-tb {
    padding-top: 13%;
    padding-bottom: 13%;
  }
  .xl-padding-thirteen-half-tb {
    padding-top: 13.5%;
    padding-bottom: 13.5%;
  }
  .xl-padding-fourteen-tb {
    padding-top: 14%;
    padding-bottom: 14%;
  }
  .xl-padding-fourteen-half-tb {
    padding-top: 14.5%;
    padding-bottom: 14.5%;
  }
  .xl-padding-fifteen-tb {
    padding-top: 15%;
    padding-bottom: 15%;
  }
  .xl-padding-fifteen-half-tb {
    padding-top: 15.5%;
    padding-bottom: 15.5%;
  }
  .xl-padding-sixteen-tb {
    padding-top: 16%;
    padding-bottom: 16%;
  }
  .xl-padding-sixteen-half-tb {
    padding-top: 16.5%;
    padding-bottom: 16.5%;
  }
  .xl-padding-seventeen-tb {
    padding-top: 17%;
    padding-bottom: 17%;
  }
  .xl-padding-seventeen-half-tb {
    padding-top: 17.5%;
    padding-bottom: 17.5%;
  }
  .xl-padding-eighteen-tb {
    padding-top: 18%;
    padding-bottom: 18%;
  }
  .xl-padding-eighteen-half-tb {
    padding-top: 18.5%;
    padding-bottom: 18.5%;
  }
  .xl-padding-nineteen-tb {
    padding-top: 19%;
    padding-bottom: 19%;
  }
  .xl-padding-nineteen-half-tb {
    padding-top: 19.5%;
    padding-bottom: 19.5%;
  }
  .xl-padding-twenty-tb {
    padding-top: 20%;
    padding-bottom: 20%;
  }
  .xl-padding-twenty-half-tb {
    padding-top: 20.5%;
    padding-bottom: 20.5%;
  }
  .xl-padding-twenty-one-tb {
    padding-top: 21%;
    padding-bottom: 21%;
  }
  .xl-padding-twenty-one-half-tb {
    padding-top: 21.5%;
    padding-bottom: 21.5%;
  }
  .xl-padding-twenty-two-tb {
    padding-top: 22%;
    padding-bottom: 22%;
  }
  .xl-padding-twenty-two-half-tb {
    padding-top: 22.5%;
    padding-bottom: 22.5%;
  }
  .xl-padding-twenty-three-tb {
    padding-top: 23%;
    padding-bottom: 23%;
  }
  .xl-padding-twenty-three-half-tb {
    padding-top: 23.5%;
    padding-bottom: 23.5%;
  }
  .xl-padding-twenty-four-tb {
    padding-top: 24%;
    padding-bottom: 24%;
  }
  .xl-padding-twenty-four-half-tb {
    padding-top: 24.5%;
    padding-bottom: 24.5%;
  }
  .xl-padding-twenty-tb {
    padding-top: 25%;
    padding-bottom: 25%;
  }
  .xl-padding-5px-tb {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .xl-padding-10px-tb {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .xl-padding-15px-tb {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .xl-padding-20px-tb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .xl-padding-25px-tb {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .xl-padding-30px-tb {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .xl-padding-35px-tb {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .xl-padding-40px-tb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .xl-padding-45px-tb {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .xl-padding-50px-tb {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .xl-padding-55px-tb {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .xl-padding-60px-tb {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .xl-padding-65px-tb {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .xl-padding-70px-tb {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .xl-padding-75px-tb {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .xl-padding-80px-tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .xl-padding-85px-tb {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .xl-padding-90px-tb {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .xl-padding-95px-tb {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .xl-padding-100px-tb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .xl-padding-one-lr {
    padding-left: 1%;
    padding-right: 1%;
  }
  .xl-padding-one-half-lr {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
  .xl-padding-two-lr {
    padding-left: 2%;
    padding-right: 2%;
  }
  .xl-padding-two-half-lr {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .xl-padding-three-lr {
    padding-left: 3%;
    padding-right: 3%;
  }
  .xl-padding-three-half-lr {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
  .xl-padding-four-lr {
    padding-left: 4%;
    padding-right: 4%;
  }
  .xl-padding-four-half-lr {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
  .xl-padding-five-lr {
    padding-left: 5%;
    padding-right: 5%;
  }
  .xl-padding-five-half-lr {
    padding-left: 5.5%;
    padding-right: 5.5%;
  }
  .xl-padding-six-lr {
    padding-left: 6%;
    padding-right: 6%;
  }
  .xl-padding-six-half-lr {
    padding-left: 6.5%;
    padding-right: 6.5%;
  }
  .xl-padding-seven-lr {
    padding-left: 7%;
    padding-right: 7%;
  }
  .xl-padding-seven-half-lr {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
  .xl-padding-eight-lr {
    padding-left: 8%;
    padding-right: 8%;
  }
  .xl-padding-eight-half-lr {
    padding-left: 8.5%;
    padding-right: 8.5%;
  }
  .xl-padding-nine-lr {
    padding-left: 9%;
    padding-right: 9%;
  }
  .xl-padding-nine-half-lr {
    padding-left: 9.5%;
    padding-right: 9.5%;
  }
  .xl-padding-ten-lr {
    padding-left: 10%;
    padding-right: 10%;
  }
  .xl-padding-ten-half-lr {
    padding-left: 10.5%;
    padding-right: 10.5%;
  }
  .xl-padding-eleven-lr {
    padding-left: 11%;
    padding-right: 11%;
  }
  .xl-padding-eleven-half-lr {
    padding-left: 11.5%;
    padding-right: 11.5%;
  }
  .xl-padding-twelve-lr {
    padding-left: 12%;
    padding-right: 12%;
  }
  .xl-padding-twelve-half-lr {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
  .xl-padding-thirteen-lr {
    padding-left: 13%;
    padding-right: 13%;
  }
  .xl-padding-thirteen-half-lr {
    padding-left: 13.5%;
    padding-right: 13.5%;
  }
  .xl-padding-fourteen-lr {
    padding-left: 14%;
    padding-right: 14%;
  }
  .xl-padding-fourteen-half-lr {
    padding-left: 14.5%;
    padding-right: 14.5%;
  }
  .xl-padding-fifteen-lr {
    padding-left: 15%;
    padding-right: 15%;
  }
  .xl-padding-fifteen-half-lr {
    padding-left: 15.5%;
    padding-right: 15.5%;
  }
  .xl-padding-sixteen-lr {
    padding-left: 16%;
    padding-right: 16%;
  }
  .xl-padding-sixteen-half-lr {
    padding-left: 16.5%;
    padding-right: 16.5%;
  }
  .xl-padding-seventeen-lr {
    padding-left: 17%;
    padding-right: 17%;
  }
  .xl-padding-seventeen-half-lr {
    padding-left: 17.5%;
    padding-right: 17.5%;
  }
  .xl-padding-eighteen-lr {
    padding-left: 18%;
    padding-right: 18%;
  }
  .xl-padding-eighteen-half-lr {
    padding-left: 18.5%;
    padding-right: 18.5%;
  }
  .xl-padding-nineteen-lr {
    padding-left: 19%;
    padding-right: 19%;
  }
  .xl-padding-nineteen-half-lr {
    padding-left: 19.5%;
    padding-right: 19.5%;
  }
  .xl-padding-twenty-lr {
    padding-left: 20%;
    padding-right: 20%;
  }
  .xl-padding-twenty-half-lr {
    padding-left: 20.5%;
    padding-right: 20.5%;
  }
  .xl-padding-twenty-one-lr {
    padding-left: 21%;
    padding-right: 21%;
  }
  .xl-padding-twenty-one-half-lr {
    padding-left: 21.5%;
    padding-right: 21.5%;
  }
  .xl-padding-twenty-two-lr {
    padding-left: 22%;
    padding-right: 22%;
  }
  .xl-padding-twenty-two-half-lr {
    padding-left: 22.5%;
    padding-right: 22.5%;
  }
  .xl-padding-twenty-three-lr {
    padding-left: 23%;
    padding-right: 23%;
  }
  .xl-padding-twenty-three-half-lr {
    padding-left: 23.5%;
    padding-right: 23.5%;
  }
  .xl-padding-twenty-four-lr {
    padding-left: 24%;
    padding-right: 24%;
  }
  .xl-padding-twenty-four-half-lr {
    padding-left: 24.5%;
    padding-right: 24.5%;
  }
  .xl-padding-twenty-five-lr {
    padding-left: 25%;
    padding-right: 25%;
  }
  .xl-padding-5px-lr {
    padding-right: 5px;
    padding-left: 5px;
  }
  .xl-padding-10px-lr {
    padding-right: 10px;
    padding-left: 10px;
  }
  .xl-padding-15px-lr {
    padding-right: 15px;
    padding-left: 15px;
  }
  .xl-padding-20px-lr {
    padding-right: 20px;
    padding-left: 20px;
  }
  .xl-padding-25px-lr {
    padding-right: 25px;
    padding-left: 25px;
  }
  .xl-padding-30px-lr {
    padding-right: 30px;
    padding-left: 30px;
  }
  .xl-padding-35px-lr {
    padding-right: 35px;
    padding-left: 35px;
  }
  .xl-padding-40px-lr {
    padding-right: 40px;
    padding-left: 40px;
  }
  .xl-padding-45px-lr {
    padding-right: 45px;
    padding-left: 45px;
  }
  .xl-padding-50px-lr {
    padding-right: 50px;
    padding-left: 50px;
  }
  .xl-padding-55px-lr {
    padding-right: 55px;
    padding-left: 55px;
  }
  .xl-padding-60px-lr {
    padding-right: 60px;
    padding-left: 60px;
  }
  .xl-padding-65px-lr {
    padding-right: 65px;
    padding-left: 65px;
  }
  .xl-padding-70px-lr {
    padding-right: 70px;
    padding-left: 70px;
  }
  .xl-padding-75px-lr {
    padding-right: 75px;
    padding-left: 75px;
  }
  .xl-padding-80px-lr {
    padding-right: 80px;
    padding-left: 80px;
  }
  .xl-padding-85px-lr {
    padding-right: 85px;
    padding-left: 85px;
  }
  .xl-padding-90px-lr {
    padding-right: 90px;
    padding-left: 90px;
  }
  .xl-padding-95px-lr {
    padding-right: 95px;
    padding-left: 95px;
  }
  .xl-padding-100px-lr {
    padding-right: 100px;
    padding-left: 100px;
  }
  .xl-w-10 {
    width: 10% !important;
  }
  .xl-w-15 {
    width: 15% !important;
  }
  .xl-w-20 {
    width: 20% !important;
  }
  .xl-w-25 {
    width: 25% !important;
  }
  .xl-w-30 {
    width: 30% !important;
  }
  .xl-w-35 {
    width: 35% !important;
  }
  .xl-w-40 {
    width: 40% !important;
  }
  .xl-w-45 {
    width: 45% !important;
  }
  .xl-w-50 {
    width: 50% !important;
  }
  .xl-w-55 {
    width: 55% !important;
  }
  .xl-w-60 {
    width: 60% !important;
  }
  .xl-w-65 {
    width: 65% !important;
  }
  .xl-w-70 {
    width: 70% !important;
  }
  .xl-w-75 {
    width: 75% !important;
  }
  .xl-w-80 {
    width: 80% !important;
  }
  .xl-w-85 {
    width: 85% !important;
  }
  .xl-w-90 {
    width: 90% !important;
  }
  .xl-w-95 {
    width: 95% !important;
  }
  .xl-w-100 {
    width: 100% !important;
  }
  .xl-w-auto {
    width: auto !important;
  }
  .xl-w-50px {
    width: 50px !important;
  }
  .xl-w-70px {
    width: 70px !important;
  }
  .xl-w-75px {
    width: 75px !important;
  }
  .xl-w-80px {
    width: 80px !important;
  }
  .xl-w-85px {
    width: 85px !important;
  }
  .xl-w-90px {
    width: 90px !important;
  }
  .xl-w-95px {
    width: 95px !important;
  }
  .xl-w-100px {
    width: 100px !important;
  }
  .xl-w-120px {
    width: 120px !important;
  }
  .xl-w-130px {
    width: 130px !important;
  }
  .xl-w-150px {
    width: 150px !important;
  }
  .xl-w-180px {
    width: 180px !important;
  }
  .xl-w-200px {
    width: 200px !important;
  }
  .xl-w-250px {
    width: 250px !important;
  }
  .xl-w-300px {
    width: 300px !important;
  }
  .xl-w-350px {
    width: 350px !important;
  }
  .xl-w-400px {
    width: 400px !important;
  }
  .xl-w-450px {
    width: 450px !important;
  }
  .xl-w-500px {
    width: 500px !important;
  }
  .xl-w-550px {
    width: 550px !important;
  }
  .xl-w-600px {
    width: 600px !important;
  }
  .xl-w-650px {
    width: 650px !important;
  }
  .xl-w-700px {
    width: 700px !important;
  }
  .xl-w-750px {
    width: 750px !important;
  }
  .xl-w-800px {
    width: 800px !important;
  }
  .xl-w-850px {
    width: 850px !important;
  }
  .xl-w-900px {
    width: 900px !important;
  }
  .xl-w-950px {
    width: 950px !important;
  }
  .xl-w-1000px {
    width: 1000px !important;
  }
  .xl-h-50 {
    height: 50%;
  }
  .xl-h-100 {
    height: 100%;
  }
  .xl-h-auto {
    height: auto !important;
  }
  .xl-h-10px {
    height: 10px !important;
  }
  .xl-h-20px {
    height: 20px !important;
  }
  .xl-h-30px {
    height: 30px !important;
  }
  .xl-h-40px {
    height: 40px !important;
  }
  .xl-h-50px {
    height: 50px !important;
  }
  .xl-h-60px {
    height: 60px !important;
  }
  .xl-h-70px {
    height: 70px !important;
  }
  .xl-h-80px {
    height: 80px !important;
  }
  .xl-h-90px {
    height: 90px !important;
  }
  .xl-h-100px {
    height: 100px !important;
  }
  .xl-h-150px {
    height: 150px !important;
  }
  .xl-h-200px {
    height: 200px !important;
  }
  .xl-h-250px {
    height: 250px !important;
  }
  .xl-h-300px {
    height: 300px !important;
  }
  .xl-h-350px {
    height: 350px !important;
  }
  .xl-h-400px {
    height: 400px !important;
  }
  .xl-h-450px {
    height: 450px !important;
  }
  .xl-h-500px {
    height: 500px !important;
  }
  .xl-h-550px {
    height: 550px !important;
  }
  .xl-h-600px {
    height: 600px !important;
  }
  .xl-h-650px {
    height: 650px !important;
  }
  .xl-h-700px {
    height: 700px !important;
  }
  .xl-line-height-10 {
    line-height: 10px;
  }
  .xl-line-height-18 {
    line-height: 18px;
  }
  .xl-line-height-20 {
    line-height: 20px;
  }
  .xl-line-height-24 {
    line-height: 24px;
  }
  .xl-line-height-22 {
    line-height: 22px;
  }
  .xl-line-height-26 {
    line-height: 26px;
  }
  .xl-line-height-28 {
    line-height: 28px;
  }
  .xl-line-height-30 {
    line-height: 30px;
  }
  .xl-line-height-35 {
    line-height: 35px;
  }
  .xl-line-height-40 {
    line-height: 40px;
  }
  .xl-line-height-45 {
    line-height: 45px;
  }
  .xl-line-height-50 {
    line-height: 50px;
  }
  .xl-line-height-55 {
    line-height: 55px;
  }
  .xl-line-height-60 {
    line-height: 60px;
  }
  .xl-line-height-65 {
    line-height: 65px;
  }
  .xl-line-height-70 {
    line-height: 70px;
  }
  .xl-line-height-75 {
    line-height: 75px;
  }
  .xl-line-height-80 {
    line-height: 80px;
  }
  .xl-line-height-85 {
    line-height: 85px;
  }
  .xl-line-height-90 {
    line-height: 90px;
  }
  .xl-line-height-95 {
    line-height: 95px;
  }
  .xl-line-height-100 {
    line-height: 100px;
  }
  .xl-top-auto {
    top: auto;
  }
  .xl-top-0 {
    top: 0 !important;
  }
  .xl-top-1 {
    top: 1px;
  }
  .xl-top-2 {
    top: 2px;
  }
  .xl-top-3 {
    top: 3px;
  }
  .xl-top-4 {
    top: 4px;
  }
  .xl-top-5 {
    top: 5px;
  }
  .xl-top-6 {
    top: 6px;
  }
  .xl-top-7 {
    top: 7px;
  }
  .xl-top-8 {
    top: 8px;
  }
  .xl-top-9 {
    top: 9px;
  }
  .xl-top-10 {
    top: 10px;
  }
  .xl-top-minus1 {
    top: -1px;
  }
  .xl-top-minus2 {
    top: -2px;
  }
  .xl-top-minus3 {
    top: -3px;
  }
  .xl-top-minus4 {
    top: -4px;
  }
  .xl-top-minus5 {
    top: -5px;
  }
  .xl-top-minus6 {
    top: -6px;
  }
  .xl-top-minus7 {
    top: -7px;
  }
  .xl-top-minus8 {
    top: -8px;
  }
  .xl-top-minus9 {
    top: -9px;
  }
  .xl-top-minus10 {
    top: -10px;
  }
  .xl-top-minus15 {
    top: -15px;
  }
  .xl-top-minus20 {
    top: -20px;
  }
  .xl-top-minus25 {
    top: -25px;
  }
  .xl-top-minus30 {
    top: -30px;
  }
  .xl-top-minus35 {
    top: -35px;
  }
  .xl-top-minus40 {
    top: -40px;
  }
  .xl-bottom-auto {
    bottom: auto;
  }
  .xl-bottom-0 {
    bottom: 0;
  }
  .xl-bottom-1 {
    bottom: 1px;
  }
  .xl-bottom-2 {
    bottom: 2px;
  }
  .xl-bottom-3 {
    bottom: 3px;
  }
  .xl-bottom-4 {
    bottom: 4px;
  }
  .xl-bottom-5 {
    bottom: 5px;
  }
  .xl-bottom-6 {
    bottom: 6px;
  }
  .xl-bottom-7 {
    bottom: 7px;
  }
  .xl-bottom-8 {
    bottom: 8px;
  }
  .xl-bottom-9 {
    bottom: 9px;
  }
  .xl-bottom-10 {
    bottom: 10px;
  }
  .xl-bottom-15 {
    bottom: 15px;
  }
  .xl-bottom-20 {
    bottom: 20px;
  }
  .xl-bottom-25 {
    bottom: 25px;
  }
  .xl-bottom-30 {
    bottom: 30px;
  }
  .xl-bottom-35 {
    bottom: 35px;
  }
  .xl-bottom-40 {
    bottom: 40px;
  }
  .xl-bottom-45 {
    bottom: 45px;
  }
  .xl-bottom-50 {
    bottom: 50px;
  }
  .xl-bottom-minus30 {
    bottom: -30px;
  }
  .xl-bottom-minus50 {
    bottom: -50px;
  }
  .xl-bottom-minus55 {
    bottom: -55px;
  }
  .xl-bottom-minus60 {
    bottom: -60px;
  }
  .xl-left-auto {
    left: auto;
  }
  .xl-left-0 {
    left: 0;
  }
  .xl-left-1 {
    left: 1px;
  }
  .xl-left-2 {
    left: 2px;
  }
  .xl-left-3 {
    left: 3px;
  }
  .xl-left-4 {
    left: 4px;
  }
  .xl-left-5 {
    left: 5px;
  }
  .xl-left-6 {
    left: 6px;
  }
  .xl-left-7 {
    left: 7px;
  }
  .xl-left-8 {
    left: 8px;
  }
  .xl-left-9 {
    left: 9px;
  }
  .xl-left-10 {
    bottom: 10px;
  }
  .xl-left-15 {
    bottom: 15px;
  }
  .xl-left-20 {
    bottom: 20px;
  }
  .xl-left-25 {
    bottom: 25px;
  }
  .xl-left-30 {
    bottom: 30px;
  }
  .xl-left-35 {
    bottom: 35px;
  }
  .xl-left-40 {
    bottom: 40px;
  }
  .xl-right-auto {
    right: auto;
  }
  .xl-right-0 {
    right: 0;
  }
  .xl-right-1 {
    right: 1px;
  }
  .xl-right-2 {
    right: 2px;
  }
  .xl-right-3 {
    right: 3px;
  }
  .xl-right-4 {
    right: 4px;
  }
  .xl-right-5 {
    right: 5px;
  }
  .xl-right-6 {
    right: 6px;
  }
  .xl-right-7 {
    right: 7px;
  }
  .xl-right-8 {
    right: 8px;
  }
  .xl-right-9 {
    right: 9px;
  }
  .xl-right-10 {
    right: 10px;
  }
  .xl-right-15 {
    right: 15px;
  }
  .xl-right-20 {
    right: 20px;
  }
  .xl-right-25 {
    right: 25px;
  }
  .xl-right-30 {
    right: 30px;
  }
  .xl-right-35 {
    right: 35px;
  }
  .xl-right-40 {
    right: 40px;
  }
  .xl-no-border-top {
    border-top: 0 !important;
  }
  .xl-no-border-bottom {
    border-bottom: 0 !important;
  }
  .xl-no-border-right {
    border-right: 0 !important;
  }
  .xl-no-border-left {
    border-left: 0 !important;
  }
}
@media (max-width: 1500px) {
  .sidebar-wrapper .container {
    width: 1000px;
  }
  .blog-post.blog-post-style2 .author span {
    padding-left: 10px;
  }
  .right-image {
    width: 70%;
  }
}
@media (max-width: 1400px) {
  .head-text {
    font-size: 60px;
    line-height: 70px;
  }
  .banner-style2 figcaption {
    width: 70%;
  }
  .banner-style1 figure figcaption img {
    width: 100px;
  }
  .feature-box.feature-box-17 .box .content {
    top: 40px;
  }
  .tab-style5 .tab-box {
    left: 27%;
  }
  .tab-style5 .nav-tabs li {
    font-size: 24px;
    line-height: 52px;
  }
}
@media (max-width: 1300px) {
  .sidebar-wrapper .container {
    width: 830px;
  }
  .grid-item.feature-box-4 figure figcaption {
    width: 90%;
    padding: 0 0 15px 30px;
  }
  .menu-center .header-searchbar a i,
  .menu-center .header-social-icon a i {
    margin: 0 8px;
  }
  .menu-center .header-social-icon {
    padding-left: 10px;
  }
  .menu-center .header-searchbar {
    padding-left: 0;
    padding-right: 5px;
  }
  .menu-center .header-social-icon {
    margin-left: 0;
  }
  .left-nav-sidebar .container {
    width: 1070px;
  }
  .box-layout.box-layout-md {
    padding: 0;
  }
}
@media (min-width: 1199px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px;
  }
}
@media (max-width: 1199px) {
  .panel-group * {
    transition-timing-function: none;
    -moz-transition-timing-function: none;
    -webkit-transition-timing-function: none;
    -o-transition-timing-function: none;
    transition-duration: 0s;
    -ms-transition-timing-function: none;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
  }
  section {
    padding: 90px 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 22px;
    padding: 0;
    letter-spacing: 0;
    font-weight: 400;
  }
  h1 {
    font-size: 65px;
    line-height: 65px;
  }
  h2 {
    font-size: 50px;
    line-height: 55px;
  }
  h3 {
    font-size: 42px;
    line-height: 48px;
  }
  h4 {
    font-size: 35px;
    line-height: 41px;
  }
  h5 {
    font-size: 27px;
    line-height: 32px;
  }
  h6 {
    font-size: 22px;
    line-height: 27px;
  }
  .lg-background-image-left {
    background-position: left;
  }
  .lg-background-image-right {
    background-position: right;
  }
  .lg-background-image-center {
    background-position: center;
  }
  .lg-margin-one-all {
    margin: 1%;
  }
  .lg-margin-one-half-all {
    margin: 1.5%;
  }
  .lg-margin-two-all {
    margin: 2%;
  }
  .lg-margin-two-half-all {
    margin: 2.5%;
  }
  .lg-margin-three-all {
    margin: 3%;
  }
  .lg-margin-three-half-all {
    margin: 3.5%;
  }
  .lg-margin-four-all {
    margin: 4%;
  }
  .lg-margin-four-half-all {
    margin: 4.5%;
  }
  .lg-margin-five-all {
    margin: 5%;
  }
  .lg-margin-five-half-all {
    margin: 5.5%;
  }
  .lg-margin-six-all {
    margin: 6%;
  }
  .lg-margin-six-half-all {
    margin: 6.5%;
  }
  .lg-margin-seven-all {
    margin: 7%;
  }
  .lg-margin-seven-half-all {
    margin: 7.5%;
  }
  .lg-margin-eight-all {
    margin: 8%;
  }
  .lg-margin-eight-half-all {
    margin: 8.5%;
  }
  .lg-margin-nine-all {
    margin: 9%;
  }
  .lg-margin-nine-half-all {
    margin: 9.5%;
  }
  .lg-margin-ten-all {
    margin: 10%;
  }
  .lg-margin-ten-half-all {
    margin: 10.5%;
  }
  .lg-margin-eleven-all {
    margin: 11%;
  }
  .lg-margin-eleven-half-all {
    margin: 11.5%;
  }
  .lg-margin-twelve-all {
    margin: 12%;
  }
  .lg-margin-twelve-half-all {
    margin: 12.5%;
  }
  .lg-margin-thirteen-all {
    margin: 13%;
  }
  .lg-margin-thirteen-half-all {
    margin: 13.5%;
  }
  .lg-margin-fourteen-all {
    margin: 14%;
  }
  .lg-margin-fourteen-half-all {
    margin: 14.5%;
  }
  .lg-margin-fifteen-all {
    margin: 15%;
  }
  .lg-margin-fifteen-half-all {
    margin: 15.5%;
  }
  .lg-margin-sixteen-all {
    margin: 16%;
  }
  .lg-margin-sixteen-half-all {
    margin: 16.5%;
  }
  .lg-margin-seventeen-all {
    margin: 17%;
  }
  .lg-margin-seventeen-half-all {
    margin: 17.5%;
  }
  .lg-margin-eighteen-all {
    margin: 18%;
  }
  .lg-margin-eighteen-half-all {
    margin: 18.5%;
  }
  .lg-margin-nineteen-all {
    margin: 19%;
  }
  .lg-margin-nineteen-half-all {
    margin: 19.5%;
  }
  .lg-margin-twenty-all {
    margin: 20%;
  }
  .lg-margin-twenty-half-all {
    margin: 20.5%;
  }
  .lg-margin-twenty-one-all {
    margin: 21%;
  }
  .lg-margin-twenty-one-half-all {
    margin: 21.5%;
  }
  .lg-margin-twenty-two-all {
    margin: 22%;
  }
  .lg-margin-twenty-two-half-all {
    margin: 22.5%;
  }
  .lg-margin-twenty-three-all {
    margin: 23%;
  }
  .lg-margin-twenty-three-half-all {
    margin: 23.5%;
  }
  .lg-margin-twenty-four-all {
    margin: 24%;
  }
  .lg-margin-twenty-four-half-all {
    margin: 24.5%;
  }
  .lg-margin-twenty-five-all {
    margin: 25%;
  }
  .lg-margin-5px-all {
    margin: 5px;
  }
  .lg-margin-10px-all {
    margin: 10px;
  }
  .lg-margin-15px-all {
    margin: 15px;
  }
  .lg-margin-20px-all {
    margin: 20px;
  }
  .lg-margin-25px-all {
    margin: 25px;
  }
  .lg-margin-30px-all {
    margin: 30px;
  }
  .lg-margin-35px-all {
    margin: 35px;
  }
  .lg-margin-40px-all {
    margin: 40px;
  }
  .lg-margin-45px-all {
    margin: 45px;
  }
  .lg-margin-50px-all {
    margin: 50px;
  }
  .lg-margin-55px-all {
    margin: 55px;
  }
  .lg-margin-60px-all {
    margin: 60px;
  }
  .lg-margin-65px-all {
    margin: 65px;
  }
  .lg-margin-70px-all {
    margin: 70px;
  }
  .lg-margin-75px-all {
    margin: 75px;
  }
  .lg-margin-80px-all {
    margin: 80px;
  }
  .lg-margin-85px-all {
    margin: 85px;
  }
  .lg-margin-90px-all {
    margin: 90px;
  }
  .lg-margin-95px-all {
    margin: 95px;
  }
  .lg-margin-100px-all {
    margin: 100px;
  }
  .lg-no-margin {
    margin: 0 !important;
  }
  .lg-no-margin-lr {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .lg-no-margin-tb {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .lg-no-margin-top {
    margin-top: 0 !important;
  }
  .lg-no-margin-bottom {
    margin-bottom: 0 !important;
  }
  .lg-no-margin-left {
    margin-left: 0 !important;
  }
  .lg-no-margin-right {
    margin-right: 0 !important;
  }
  .lg-margin-lr-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .lg-margin-auto {
    margin: 0 auto !important;
  }
  .lg-margin-one-top {
    margin-top: 1%;
  }
  .lg-margin-one-half-top {
    margin-top: 1.5%;
  }
  .lg-margin-two-top {
    margin-top: 2%;
  }
  .lg-margin-two-half-top {
    margin-top: 2.5%;
  }
  .lg-margin-three-top {
    margin-top: 3%;
  }
  .lg-margin-three-half-top {
    margin-top: 3.5%;
  }
  .lg-margin-four-top {
    margin-top: 4%;
  }
  .lg-margin-four-half-top {
    margin-top: 4.5%;
  }
  .lg-margin-five-top {
    margin-top: 5%;
  }
  .lg-margin-five-half-top {
    margin-top: 5.5%;
  }
  .lg-margin-six-top {
    margin-top: 6%;
  }
  .lg-margin-six-half-top {
    margin-top: 6.5%;
  }
  .lg-margin-seven-top {
    margin-top: 7%;
  }
  .lg-margin-seven-half-top {
    margin-top: 7.5%;
  }
  .lg-margin-eight-top {
    margin-top: 8%;
  }
  .lg-margin-eight-half-top {
    margin-top: 8.5%;
  }
  .lg-margin-nine-top {
    margin-top: 9%;
  }
  .lg-margin-nine-half-top {
    margin-top: 9.5%;
  }
  .lg-margin-ten-top {
    margin-top: 10%;
  }
  .lg-margin-ten-half-top {
    margin-top: 10.5%;
  }
  .lg-margin-eleven-top {
    margin-top: 11%;
  }
  .lg-margin-eleven-half-top {
    margin-top: 11.5%;
  }
  .lg-margin-twelve-top {
    margin-top: 12%;
  }
  .lg-margin-twelve-half-top {
    margin-top: 12.5%;
  }
  .lg-margin-thirteen-top {
    margin-top: 13%;
  }
  .lg-margin-thirteen-half-top {
    margin-top: 13.5%;
  }
  .lg-margin-fourteen-top {
    margin-top: 14%;
  }
  .lg-margin-fourteen-half-top {
    margin-top: 14.5%;
  }
  .lg-margin-fifteen-top {
    margin-top: 15%;
  }
  .lg-margin-fifteen-half-top {
    margin-top: 15.5%;
  }
  .lg-margin-sixteen-top {
    margin-top: 16%;
  }
  .lg-margin-sixteen-half-top {
    margin-top: 16.5%;
  }
  .lg-margin-seventeen-top {
    margin-top: 17%;
  }
  .lg-margin-seventeen-half-top {
    margin-top: 17.5%;
  }
  .lg-margin-eighteen-top {
    margin-top: 18%;
  }
  .lg-margin-eighteen-half-top {
    margin-top: 18.5%;
  }
  .lg-margin-nineteen-top {
    margin-top: 19%;
  }
  .lg-margin-nineteen-half-top {
    margin-top: 19.5%;
  }
  .lg-margin-twenty-top {
    margin-top: 20%;
  }
  .lg-margin-twenty-half-top {
    margin-top: 20.5%;
  }
  .lg-margin-twenty-one-top {
    margin-top: 21%;
  }
  .lg-margin-twenty-one-half-top {
    margin-top: 21.5%;
  }
  .lg-margin-twenty-two-top {
    margin-top: 22%;
  }
  .lg-margin-twenty-two-half-top {
    margin-top: 22.5%;
  }
  .lg-margin-twenty-top {
    margin-top: 23%;
  }
  .lg-margin-twenty-half-top {
    margin-top: 23.5%;
  }
  .lg-margin-twenty-four-top {
    margin-top: 24%;
  }
  .lg-margin-twenty-four-half-top {
    margin-top: 24.5%;
  }
  .lg-margin-twenty-five-top {
    margin-top: 25%;
  }
  .lg-margin-5px-top {
    margin-top: 5px;
  }
  .lg-margin-10px-top {
    margin-top: 10px;
  }
  .lg-margin-15px-top {
    margin-top: 15px;
  }
  .lg-margin-20px-top {
    margin-top: 20px;
  }
  .lg-margin-25px-top {
    margin-top: 25px;
  }
  .lg-margin-30px-top {
    margin-top: 30px;
  }
  .lg-margin-35px-top {
    margin-top: 35px;
  }
  .lg-margin-40px-top {
    margin-top: 40px;
  }
  .lg-margin-45px-top {
    margin-top: 45px;
  }
  .lg-margin-50px-top {
    margin-top: 50px;
  }
  .lg-margin-55px-top {
    margin-top: 55px;
  }
  .lg-margin-60px-top {
    margin-top: 60px;
  }
  .lg-margin-65px-top {
    margin-top: 65px;
  }
  .lg-margin-70px-top {
    margin-top: 70px;
  }
  .lg-margin-75px-top {
    margin-top: 75px;
  }
  .lg-margin-80px-top {
    margin-top: 80px;
  }
  .lg-margin-85px-top {
    margin-top: 85px;
  }
  .lg-margin-90px-top {
    margin-top: 90px;
  }
  .lg-margin-95px-top {
    margin-top: 95px;
  }
  .lg-margin-100px-top {
    margin-top: 100px;
  }
  .lg-margin-one-bottom {
    margin-bottom: 1%;
  }
  .lg-margin-one-half-bottom {
    margin-bottom: 1.5%;
  }
  .lg-margin-two-bottom {
    margin-bottom: 2%;
  }
  .lg-margin-two-half-bottom {
    margin-bottom: 2.5%;
  }
  .lg-margin-three-bottom {
    margin-bottom: 3%;
  }
  .lg-margin-three-half-bottom {
    margin-bottom: 3.5%;
  }
  .lg-margin-four-bottom {
    margin-bottom: 4%;
  }
  .lg-margin-four-half-bottom {
    margin-bottom: 4.5%;
  }
  .lg-margin-five-bottom {
    margin-bottom: 5%;
  }
  .lg-margin-five-half-bottom {
    margin-bottom: 5.5%;
  }
  .lg-margin-six-bottom {
    margin-bottom: 6%;
  }
  .lg-margin-six-half-bottom {
    margin-bottom: 6.5%;
  }
  .lg-margin-seven-bottom {
    margin-bottom: 7%;
  }
  .lg-margin-seven-half-bottom {
    margin-bottom: 7.5%;
  }
  .lg-margin-eight-bottom {
    margin-bottom: 8%;
  }
  .lg-margin-eight-half-bottom {
    margin-bottom: 8.5%;
  }
  .lg-margin-nine-bottom {
    margin-bottom: 9%;
  }
  .lg-margin-nine-half-bottom {
    margin-bottom: 9.5%;
  }
  .lg-margin-ten-bottom {
    margin-bottom: 10%;
  }
  .lg-margin-ten-half-bottom {
    margin-bottom: 10.5%;
  }
  .lg-margin-eleven-bottom {
    margin-bottom: 11%;
  }
  .lg-margin-eleven-half-bottom {
    margin-bottom: 11.5%;
  }
  .lg-margin-twelve-bottom {
    margin-bottom: 12%;
  }
  .lg-margin-twelve-half-bottom {
    margin-bottom: 12.5%;
  }
  .lg-margin-thirteen-bottom {
    margin-bottom: 13%;
  }
  .lg-margin-thirteen-half-bottom {
    margin-bottom: 13.5%;
  }
  .lg-margin-fourteen-bottom {
    margin-bottom: 14%;
  }
  .lg-margin-fourteen-half-bottom {
    margin-bottom: 14.5%;
  }
  .lg-margin-fifteen-bottom {
    margin-bottom: 15%;
  }
  .lg-margin-fifteen-half-bottom {
    margin-bottom: 15.5%;
  }
  .lg-margin-sixteen-bottom {
    margin-bottom: 16%;
  }
  .lg-margin-sixteen-half-bottom {
    margin-bottom: 16.5%;
  }
  .lg-margin-seventeen-bottom {
    margin-bottom: 17%;
  }
  .lg-margin-seventeen-half-bottom {
    margin-bottom: 17.5%;
  }
  .lg-margin-eighteen-bottom {
    margin-bottom: 18%;
  }
  .lg-margin-eighteen-half-bottom {
    margin-bottom: 18.5%;
  }
  .lg-margin-nineteen-bottom {
    margin-bottom: 19%;
  }
  .lg-margin-nineteen-half-bottom {
    margin-bottom: 19.5%;
  }
  .lg-margin-twenty-bottom {
    margin-bottom: 20%;
  }
  .lg-margin-twenty-half-bottom {
    margin-bottom: 20.5%;
  }
  .lg-margin-twenty-one-bottom {
    margin-bottom: 21%;
  }
  .lg-margin-twenty-one-half-bottom {
    margin-bottom: 21.5%;
  }
  .lg-margin-twenty-two-bottom {
    margin-bottom: 22%;
  }
  .lg-margin-twenty-two-half-bottom {
    margin-bottom: 22.5%;
  }
  .lg-margin-twenty-three-bottom {
    margin-bottom: 23%;
  }
  .lg-margin-twenty-three-half-bottom {
    margin-bottom: 23.5%;
  }
  .lg-margin-twenty-five-bottom {
    margin-bottom: 24%;
  }
  .lg-margin-twenty-five-half-bottom {
    margin-bottom: 24.5%;
  }
  .lg-margin-twenty-five-bottom {
    margin-bottom: 25%;
  }
  .lg-margin-5px-bottom {
    margin-bottom: 5px;
  }
  .lg-margin-10px-bottom {
    margin-bottom: 10px;
  }
  .lg-margin-15px-bottom {
    margin-bottom: 15px;
  }
  .lg-margin-20px-bottom {
    margin-bottom: 20px;
  }
  .lg-margin-25px-bottom {
    margin-bottom: 25px;
  }
  .lg-margin-30px-bottom {
    margin-bottom: 30px;
  }
  .lg-margin-35px-bottom {
    margin-bottom: 35px;
  }
  .lg-margin-40px-bottom {
    margin-bottom: 40px;
  }
  .lg-margin-45px-bottom {
    margin-bottom: 45px;
  }
  .lg-margin-50px-bottom {
    margin-bottom: 50px;
  }
  .lg-margin-55px-bottom {
    margin-bottom: 55px;
  }
  .lg-margin-60px-bottom {
    margin-bottom: 60px;
  }
  .lg-margin-65px-bottom {
    margin-bottom: 65px;
  }
  .lg-margin-70px-bottom {
    margin-bottom: 70px;
  }
  .lg-margin-75px-bottom {
    margin-bottom: 75px;
  }
  .lg-margin-80px-bottom {
    margin-bottom: 80px;
  }
  .lg-margin-85px-bottom {
    margin-bottom: 85px;
  }
  .lg-margin-90px-bottom {
    margin-bottom: 90px;
  }
  .lg-margin-95px-bottom {
    margin-bottom: 95px;
  }
  .lg-margin-100px-bottom {
    margin-bottom: 100px;
  }
  .lg-margin-one-right {
    margin-right: 1%;
  }
  .lg-margin-one-half-right {
    margin-right: 1.5%;
  }
  .lg-margin-two-right {
    margin-right: 2%;
  }
  .lg-margin-two-half-right {
    margin-right: 2.5%;
  }
  .lg-margin-three-right {
    margin-right: 3%;
  }
  .lg-margin-three-half-right {
    margin-right: 3.5%;
  }
  .lg-margin-four-right {
    margin-right: 4%;
  }
  .lg-margin-four-half-right {
    margin-right: 4.5%;
  }
  .lg-margin-five-right {
    margin-right: 5%;
  }
  .lg-margin-five-half-right {
    margin-right: 5.5%;
  }
  .lg-margin-six-right {
    margin-right: 6%;
  }
  .lg-margin-six-half-right {
    margin-right: 6.5%;
  }
  .lg-margin-seven-right {
    margin-right: 7%;
  }
  .lg-margin-seven-half-right {
    margin-right: 7.5%;
  }
  .lg-margin-eight-right {
    margin-right: 8%;
  }
  .lg-margin-eight-half-right {
    margin-right: 8.5%;
  }
  .lg-margin-nine-right {
    margin-right: 9%;
  }
  .lg-margin-nine-half-right {
    margin-right: 9.5%;
  }
  .lg-margin-ten-right {
    margin-right: 10%;
  }
  .lg-margin-ten-half-right {
    margin-right: 10.5%;
  }
  .lg-margin-eleven-right {
    margin-right: 11%;
  }
  .lg-margin-eleven-half-right {
    margin-right: 11.5%;
  }
  .lg-margin-twelve-right {
    margin-right: 12%;
  }
  .lg-margin-twelve-half-right {
    margin-right: 12.5%;
  }
  .lg-margin-thirteen-right {
    margin-right: 13%;
  }
  .lg-margin-thirteen-half-right {
    margin-right: 13.5%;
  }
  .lg-margin-fourteen-right {
    margin-right: 14%;
  }
  .lg-margin-fourteen-half-right {
    margin-right: 14.5%;
  }
  .lg-margin-fifteen-right {
    margin-right: 15%;
  }
  .lg-margin-fifteen-half-right {
    margin-right: 15.5%;
  }
  .lg-margin-sixteen-right {
    margin-right: 16%;
  }
  .lg-margin-sixteen-half-right {
    margin-right: 16.5%;
  }
  .lg-margin-seventeen-right {
    margin-right: 17%;
  }
  .lg-margin-seventeen-half-right {
    margin-right: 17.5%;
  }
  .lg-margin-eighteen-right {
    margin-right: 18%;
  }
  .lg-margin-eighteen-half-right {
    margin-right: 18.5%;
  }
  .lg-margin-nineteen-right {
    margin-right: 19%;
  }
  .lg-margin-nineteen-half-right {
    margin-right: 19.5%;
  }
  .lg-margin-twenty-right {
    margin-right: 20%;
  }
  .lg-margin-twenty-half-right {
    margin-right: 20.5%;
  }
  .lg-margin-twenty-one-right {
    margin-right: 21%;
  }
  .lg-margin-twenty-one-half-right {
    margin-right: 21.5%;
  }
  .lg-margin-twenty-two-right {
    margin-right: 22%;
  }
  .lg-margin-twenty-two-half-right {
    margin-right: 22.5%;
  }
  .lg-margin-twenty-three-right {
    margin-right: 23%;
  }
  .lg-margin-twenty-three-half-right {
    margin-right: 23.5%;
  }
  .lg-margin-twenty-four-right {
    margin-right: 24%;
  }
  .lg-margin-twenty-four-half-right {
    margin-right: 24.5%;
  }
  .lg-margin-twenty-five-right {
    margin-right: 25%;
  }
  .lg-margin-10px-right {
    margin-right: 10px;
  }
  .lg-margin-15px-right {
    margin-right: 15px;
  }
  .lg-margin-20px-right {
    margin-right: 20px;
  }
  .lg-margin-25px-right {
    margin-right: 25px;
  }
  .lg-margin-30px-right {
    margin-right: 30px;
  }
  .lg-margin-35px-right {
    margin-right: 35px;
  }
  .lg-margin-40px-right {
    margin-right: 40px;
  }
  .lg-margin-45px-right {
    margin-right: 45px;
  }
  .lg-margin-50px-right {
    margin-right: 50px;
  }
  .lg-margin-55px-right {
    margin-right: 55px;
  }
  .lg-margin-60px-right {
    margin-right: 60px;
  }
  .lg-margin-65px-right {
    margin-right: 65px;
  }
  .lg-margin-70px-right {
    margin-right: 70px;
  }
  .lg-margin-75px-right {
    margin-right: 75px;
  }
  .lg-margin-80px-right {
    margin-right: 80px;
  }
  .lg-margin-85px-right {
    margin-right: 85px;
  }
  .lg-margin-90px-right {
    margin-right: 90px;
  }
  .lg-margin-95px-right {
    margin-right: 95px;
  }
  .lg-margin-100px-right {
    margin-right: 100px;
  }
  .lg-margin-one-left {
    margin-left: 1%;
  }
  .lg-margin-one-half-left {
    margin-left: 1.5%;
  }
  .lg-margin-two-left {
    margin-left: 2%;
  }
  .lg-margin-two-half-left {
    margin-left: 2.5%;
  }
  .lg-margin-three-left {
    margin-left: 3%;
  }
  .lg-margin-three-half-left {
    margin-left: 3.5%;
  }
  .lg-margin-four-left {
    margin-left: 4%;
  }
  .lg-margin-four-half-left {
    margin-left: 4.5%;
  }
  .lg-margin-five-left {
    margin-left: 5%;
  }
  .lg-margin-five-half-left {
    margin-left: 5.5%;
  }
  .lg-margin-six-left {
    margin-left: 6%;
  }
  .lg-margin-six-half-left {
    margin-left: 6.5%;
  }
  .lg-margin-seven-left {
    margin-left: 7%;
  }
  .lg-margin-seven-half-left {
    margin-left: 7.5%;
  }
  .lg-margin-eight-left {
    margin-left: 8%;
  }
  .lg-margin-eight-half-left {
    margin-left: 8.5%;
  }
  .lg-margin-nine-left {
    margin-left: 9%;
  }
  .lg-margin-nine-half-left {
    margin-left: 9.5%;
  }
  .lg-margin-ten-left {
    margin-left: 10%;
  }
  .lg-margin-ten-half-left {
    margin-left: 10.5%;
  }
  .lg-margin-eleven-left {
    margin-left: 11%;
  }
  .lg-margin-eleven-half-left {
    margin-left: 11.5%;
  }
  .lg-margin-twelve-left {
    margin-left: 12%;
  }
  .lg-margin-twelve-half-left {
    margin-left: 12.5%;
  }
  .lg-margin-thirteen-left {
    margin-left: 13%;
  }
  .lg-margin-thirteen-half-left {
    margin-left: 13.5%;
  }
  .lg-margin-fourteen-left {
    margin-left: 14%;
  }
  .lg-margin-fourteen-half-left {
    margin-left: 14.5%;
  }
  .lg-margin-fifteen-left {
    margin-left: 15%;
  }
  .lg-margin-fifteen-half-left {
    margin-left: 15.5%;
  }
  .lg-margin-sixteen-left {
    margin-left: 16%;
  }
  .lg-margin-sixteen-half-left {
    margin-left: 16.5%;
  }
  .lg-margin-seventeen-left {
    margin-left: 17%;
  }
  .lg-margin-seventeen-half-left {
    margin-left: 17.5%;
  }
  .lg-margin-eighteen-left {
    margin-left: 18%;
  }
  .lg-margin-eighteen-half-left {
    margin-left: 18.5%;
  }
  .lg-margin-nineteen-left {
    margin-left: 19%;
  }
  .lg-margin-nineteen-half-left {
    margin-left: 19.5%;
  }
  .lg-margin-twenty-left {
    margin-left: 20%;
  }
  .lg-margin-twenty-half-left {
    margin-left: 20.5%;
  }
  .lg-margin-twenty-one-left {
    margin-left: 21%;
  }
  .lg-margin-twenty-one-half-left {
    margin-left: 21.5%;
  }
  .lg-margin-twenty-two-left {
    margin-left: 22%;
  }
  .lg-margin-twenty-two-half-left {
    margin-left: 22.5%;
  }
  .lg-margin-twenty-three-left {
    margin-left: 23%;
  }
  .lg-margin-twenty-three-half-left {
    margin-left: 23.5%;
  }
  .lg-margin-twenty-four-left {
    margin-left: 24%;
  }
  .lg-margin-twenty-four-half-left {
    margin-left: 24.5%;
  }
  .lg-margin-twenty-five-left {
    margin-left: 25%;
  }
  .lg-margin-5px-left {
    margin-left: 5px;
  }
  .lg-margin-10px-left {
    margin-left: 10px;
  }
  .lg-margin-15px-left {
    margin-left: 15px;
  }
  .lg-margin-20px-left {
    margin-left: 20px;
  }
  .lg-margin-25px-left {
    margin-left: 25px;
  }
  .lg-margin-30px-left {
    margin-left: 30px;
  }
  .lg-margin-35px-left {
    margin-left: 35px;
  }
  .lg-margin-40px-left {
    margin-left: 40px;
  }
  .lg-margin-45px-left {
    margin-left: 45px;
  }
  .lg-margin-50px-left {
    margin-left: 50px;
  }
  .lg-margin-55px-left {
    margin-left: 55px;
  }
  .lg-margin-60px-left {
    margin-left: 60px;
  }
  .lg-margin-65px-left {
    margin-left: 65px;
  }
  .lg-margin-70px-left {
    margin-left: 70px;
  }
  .lg-margin-75px-left {
    margin-left: 75px;
  }
  .lg-margin-80px-left {
    margin-left: 80px;
  }
  .lg-margin-85px-left {
    margin-left: 85px;
  }
  .lg-margin-90px-left {
    margin-left: 90px;
  }
  .lg-margin-95px-left {
    margin-left: 95px;
  }
  .lg-margin-100px-left {
    margin-left: 100px;
  }
  .lg-margin-one-lr {
    margin-left: 1%;
    margin-right: 1%;
  }
  .lg-margin-one-half-lr {
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
  .lg-margin-two-lr {
    margin-left: 2%;
    margin-right: 2%;
  }
  .lg-margin-two-half-lr {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .lg-margin-three-lr {
    margin-left: 3%;
    margin-right: 3%;
  }
  .lg-margin-three-half-lr {
    margin-left: 3.5%;
    margin-right: 3.5%;
  }
  .lg-margin-four-lr {
    margin-left: 4%;
    margin-right: 4%;
  }
  .lg-margin-four-half-lr {
    margin-left: 4.5%;
    margin-right: 4.5%;
  }
  .lg-margin-five-lr {
    margin-left: 5%;
    margin-right: 5%;
  }
  .lg-margin-five-half-lr {
    margin-left: 5.5%;
    margin-right: 5.5%;
  }
  .lg-margin-six-lr {
    margin-left: 6%;
    margin-right: 6%;
  }
  .lg-margin-six-half-lr {
    margin-left: 6.5%;
    margin-right: 6.5%;
  }
  .lg-margin-seven-lr {
    margin-left: 7%;
    margin-right: 7%;
  }
  .lg-margin-seven-half-lr {
    margin-left: 7.5%;
    margin-right: 7.5%;
  }
  .lg-margin-eight-lr {
    margin-left: 8%;
    margin-right: 8%;
  }
  .lg-margin-eight-half-lr {
    margin-left: 8.5%;
    margin-right: 8.5%;
  }
  .lg-margin-nine-lr {
    margin-left: 9%;
    margin-right: 9%;
  }
  .lg-margin-nine-half-lr {
    margin-left: 9.5%;
    margin-right: 9.5%;
  }
  .lg-margin-ten-lr {
    margin-left: 10%;
    margin-right: 10%;
  }
  .lg-margin-ten-half-lr {
    margin-left: 10.5%;
    margin-right: 10.5%;
  }
  .lg-margin-eleven-lr {
    margin-left: 11%;
    margin-right: 11%;
  }
  .lg-margin-eleven-half-lr {
    margin-left: 11.5%;
    margin-right: 11.5%;
  }
  .lg-margin-twelve-lr {
    margin-left: 12%;
    margin-right: 12%;
  }
  .lg-margin-twelve-half-lr {
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
  .lg-margin-thirteen-lr {
    margin-left: 13%;
    margin-right: 13%;
  }
  .lg-margin-thirteen-half-lr {
    margin-left: 13.5%;
    margin-right: 13.5%;
  }
  .lg-margin-fourteen-lr {
    margin-left: 14%;
    margin-right: 14%;
  }
  .lg-margin-fourteen-half-lr {
    margin-left: 14.5%;
    margin-right: 14.5%;
  }
  .lg-margin-fifteen-lr {
    margin-left: 15%;
    margin-right: 15%;
  }
  .lg-margin-fifteen-half-lr {
    margin-left: 15.5%;
    margin-right: 15.5%;
  }
  .lg-margin-sixteen-lr {
    margin-left: 16%;
    margin-right: 16%;
  }
  .lg-margin-sixteen-half-lr {
    margin-left: 16.5%;
    margin-right: 16.5%;
  }
  .lg-margin-seventeen-lr {
    margin-left: 17%;
    margin-right: 17%;
  }
  .lg-margin-seventeen-half-lr {
    margin-left: 17.5%;
    margin-right: 17.5%;
  }
  .lg-margin-eighteen-lr {
    margin-left: 18%;
    margin-right: 18%;
  }
  .lg-margin-eighteen-half-lr {
    margin-left: 18.5%;
    margin-right: 18.5%;
  }
  .lg-margin-nineteen-lr {
    margin-left: 19%;
    margin-right: 19%;
  }
  .lg-margin-nineteen-half-lr {
    margin-left: 19.5%;
    margin-right: 19.5%;
  }
  .lg-margin-twenty-lr {
    margin-left: 20%;
    margin-right: 20%;
  }
  .lg-margin-twenty-half-lr {
    margin-left: 20.5%;
    margin-right: 20.5%;
  }
  .lg-margin-twenty-one-lr {
    margin-left: 21%;
    margin-right: 21%;
  }
  .lg-margin-twenty-one-half-lr {
    margin-left: 21.5%;
    margin-right: 21.5%;
  }
  .lg-margin-twenty-two-lr {
    margin-left: 22%;
    margin-right: 22%;
  }
  .lg-margin-twenty-two-half-lr {
    margin-left: 22.5%;
    margin-right: 22.5%;
  }
  .lg-margin-twenty-three-lr {
    margin-left: 23%;
    margin-right: 23%;
  }
  .lg-margin-twenty-three-half-lr {
    margin-left: 23.5%;
    margin-right: 23.5%;
  }
  .lg-margin-twenty-four-lr {
    margin-left: 24%;
    margin-right: 24%;
  }
  .lg-margin-twenty-four-half-lr {
    margin-left: 24.5%;
    margin-right: 24.5%;
  }
  .lg-margin-twenty-five-lr {
    margin-left: 25%;
    margin-right: 25%;
  }
  .lg-margin-5px-lr {
    margin-left: 5px;
    margin-right: 5px;
  }
  .lg-margin-10px-lr {
    margin-left: 10px;
    margin-right: 10px;
  }
  .lg-margin-15px-lr {
    margin-left: 15px;
    margin-right: 15px;
  }
  .lg-margin-20px-lr {
    margin-left: 20px;
    margin-right: 20px;
  }
  .lg-margin-25px-lr {
    margin-left: 25px;
    margin-right: 25px;
  }
  .lg-margin-30px-lr {
    margin-left: 30px;
    margin-right: 30px;
  }
  .lg-margin-35px-lr {
    margin-left: 35px;
    margin-right: 35px;
  }
  .lg-margin-40px-lr {
    margin-left: 40px;
    margin-right: 40px;
  }
  .lg-margin-45px-lr {
    margin-left: 45px;
    margin-right: 45px;
  }
  .lg-margin-50px-lr {
    margin-left: 50px;
    margin-right: 50px;
  }
  .lg-margin-55px-lr {
    margin-left: 55px;
    margin-right: 55px;
  }
  .lg-margin-60px-lr {
    margin-left: 60px;
    margin-right: 60px;
  }
  .lg-margin-65px-lr {
    margin-left: 65px;
    margin-right: 60px;
  }
  .lg-margin-70px-lr {
    margin-left: 70px;
    margin-right: 65px;
  }
  .lg-margin-75px-lr {
    margin-left: 75px;
    margin-right: 70px;
  }
  .lg-margin-80px-lr {
    margin-left: 80px;
    margin-right: 75px;
  }
  .lg-margin-85px-lr {
    margin-left: 85px;
    margin-right: 80px;
  }
  .lg-margin-90px-lr {
    margin-left: 90px;
    margin-right: 85px;
  }
  .lg-margin-95px-lr {
    margin-left: 95px;
    margin-right: 90px;
  }
  .lg-margin-100px-lr {
    margin-left: 100px;
    margin-right: 100px;
  }
  .lg-margin-one-tb {
    margin-top: 1%;
    margin-bottom: 1%;
  }
  .lg-margin-one-half-tb {
    margin-top: 1.5%;
    margin-bottom: 1.5%;
  }
  .lg-margin-two-tb {
    margin-top: 2%;
    margin-bottom: 2%;
  }
  .lg-margin-two-half-tb {
    margin-top: 2.5%;
    margin-bottom: 2.5%;
  }
  .lg-margin-three-tb {
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .lg-margin-three-half-tb {
    margin-top: 3.5%;
    margin-bottom: 3.5%;
  }
  .lg-margin-four-tb {
    margin-top: 4%;
    margin-bottom: 4%;
  }
  .lg-margin-four-half-tb {
    margin-top: 4.5%;
    margin-bottom: 4.5%;
  }
  .lg-margin-five-tb {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .lg-margin-five-half-tb {
    margin-top: 5.5%;
    margin-bottom: 5.5%;
  }
  .lg-margin-six-tb {
    margin-top: 6%;
    margin-bottom: 6%;
  }
  .lg-margin-six-half-tb {
    margin-top: 6.5%;
    margin-bottom: 6.5%;
  }
  .lg-margin-seven-tb {
    margin-top: 7%;
    margin-bottom: 7%;
  }
  .lg-margin-seven-half-tb {
    margin-top: 7.5%;
    margin-bottom: 7.5%;
  }
  .lg-margin-eight-tb {
    margin-top: 8%;
    margin-bottom: 8%;
  }
  .lg-margin-eight-half-tb {
    margin-top: 8.5%;
    margin-bottom: 8.5%;
  }
  .lg-margin-nine-tb {
    margin-top: 9%;
    margin-bottom: 9%;
  }
  .lg-margin-nine-half-tb {
    margin-top: 9.5%;
    margin-bottom: 9.5%;
  }
  .lg-margin-ten-tb {
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .lg-margin-ten-half-tb {
    margin-top: 10.5%;
    margin-bottom: 10.5%;
  }
  .lg-margin-eleven-tb {
    margin-top: 11%;
    margin-bottom: 11%;
  }
  .lg-margin-eleven-half-tb {
    margin-top: 11.5%;
    margin-bottom: 11.5%;
  }
  .lg-margin-twelve-tb {
    margin-top: 12%;
    margin-bottom: 12%;
  }
  .lg-margin-twelve-half-tb {
    margin-top: 12.5%;
    margin-bottom: 12.5%;
  }
  .lg-margin-thirteen-tb {
    margin-top: 13%;
    margin-bottom: 13%;
  }
  .lg-margin-thirteen-half-tb {
    margin-top: 13.5%;
    margin-bottom: 13.5%;
  }
  .lg-margin-fourteen-tb {
    margin-top: 14%;
    margin-bottom: 14%;
  }
  .lg-margin-fourteen-half-tb {
    margin-top: 14.5%;
    margin-bottom: 14.5%;
  }
  .lg-margin-fifteen-tb {
    margin-top: 15%;
    margin-bottom: 15%;
  }
  .lg-margin-fifteen-half-tb {
    margin-top: 15.5%;
    margin-bottom: 15.5%;
  }
  .lg-margin-sixteen-tb {
    margin-top: 16%;
    margin-bottom: 16%;
  }
  .lg-margin-sixteen-half-tb {
    margin-top: 16.5%;
    margin-bottom: 16.5%;
  }
  .lg-margin-seventeen-tb {
    margin-top: 17%;
    margin-bottom: 17%;
  }
  .lg-margin-seventeen-half-tb {
    margin-top: 17.5%;
    margin-bottom: 17.5%;
  }
  .lg-margin-eighteen-tb {
    margin-top: 18%;
    margin-bottom: 18%;
  }
  .lg-margin-eighteen-half-tb {
    margin-top: 18.5%;
    margin-bottom: 18.5%;
  }
  .lg-margin-nineteen-tb {
    margin-top: 19%;
    margin-bottom: 19%;
  }
  .lg-margin-nineteen-half-tb {
    margin-top: 19.5%;
    margin-bottom: 19.5%;
  }
  .lg-margin-twenty-tb {
    margin-top: 20%;
    margin-bottom: 20%;
  }
  .lg-margin-twenty-half-tb {
    margin-top: 20.5%;
    margin-bottom: 20.5%;
  }
  .lg-margin-twenty-one-tb {
    margin-top: 21%;
    margin-bottom: 21%;
  }
  .lg-margin-twenty-one-half-tb {
    margin-top: 21.5%;
    margin-bottom: 21.5%;
  }
  .lg-margin-twenty-two-tb {
    margin-top: 22%;
    margin-bottom: 22%;
  }
  .lg-margin-twenty-two-half-tb {
    margin-top: 22.5%;
    margin-bottom: 22.5%;
  }
  .lg-margin-twenty-three-tb {
    margin-top: 23%;
    margin-bottom: 23%;
  }
  .lg-margin-twenty-three-half-tb {
    margin-top: 23.5%;
    margin-bottom: 23.5%;
  }
  .lg-margin-twenty-four-tb {
    margin-top: 24%;
    margin-bottom: 24%;
  }
  .lg-margin-twenty-four-half-tb {
    margin-top: 24.5%;
    margin-bottom: 24.5%;
  }
  .lg-margin-twenty-five-tb {
    margin-top: 25%;
    margin-bottom: 25%;
  }
  .lg-margin-5px-tb {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .lg-margin-10px-tb {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .lg-margin-15px-tb {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .lg-margin-20px-tb {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .lg-margin-25px-tb {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .lg-margin-30px-tb {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .lg-margin-35px-tb {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .lg-margin-40px-tb {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .lg-margin-45px-tb {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .lg-margin-50px-tb {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .lg-margin-55px-tb {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .lg-margin-60px-tb {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .lg-margin-65px-tb {
    margin-top: 65px;
    margin-bottom: 60px;
  }
  .lg-margin-70px-tb {
    margin-top: 70px;
    margin-bottom: 65px;
  }
  .lg-margin-75px-tb {
    margin-top: 75px;
    margin-bottom: 70px;
  }
  .lg-margin-80px-tb {
    margin-top: 80px;
    margin-bottom: 75px;
  }
  .lg-margin-85px-tb {
    margin-top: 85px;
    margin-bottom: 80px;
  }
  .lg-margin-90px-tb {
    margin-top: 90px;
    margin-bottom: 85px;
  }
  .lg-margin-95px-tb {
    margin-top: 95px;
    margin-bottom: 90px;
  }
  .lg-margin-100px-tb {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .lg-header-padding-top {
    padding-top: 82px;
  }
  .lg-header-margin-top {
    margin-top: 80px;
  }
  .lg-no-padding {
    padding: 0 !important;
  }
  .lg-no-padding-lr {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .lg-no-padding-tb {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .lg-no-padding-top {
    padding-top: 0 !important;
  }
  .lg-no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .lg-no-padding-left {
    padding-left: 0 !important;
  }
  .lg-no-padding-right {
    padding-right: 0 !important;
  }
  .lg-padding-one-all {
    padding: 1%;
  }
  .lg-padding-one-half-all {
    padding: 1.5%;
  }
  .lg-padding-two-all {
    padding: 2%;
  }
  .lg-padding-two-half-all {
    padding: 2.5%;
  }
  .lg-padding-three-all {
    padding: 3%;
  }
  .lg-padding-three-half-all {
    padding: 3.5%;
  }
  .lg-padding-four-all {
    padding: 4%;
  }
  .lg-padding-four-half-all {
    padding: 4.5%;
  }
  .lg-padding-five-all {
    padding: 5%;
  }
  .lg-padding-five-half-all {
    padding: 5.5%;
  }
  .lg-padding-six-all {
    padding: 6%;
  }
  .lg-padding-six-half-all {
    padding: 6.5%;
  }
  .lg-padding-seven-all {
    padding: 7%;
  }
  .lg-padding-seven-half-all {
    padding: 7.5%;
  }
  .lg-padding-eight-all {
    padding: 8%;
  }
  .lg-padding-eight-half-all {
    padding: 8.5%;
  }
  .lg-padding-nine-all {
    padding: 9%;
  }
  .lg-padding-nine-half-all {
    padding: 9.5%;
  }
  .lg-padding-ten-all {
    padding: 10%;
  }
  .lg-padding-ten-half-all {
    padding: 10.5%;
  }
  .lg-padding-eleven-all {
    padding: 11%;
  }
  .lg-padding-eleven-half-all {
    padding: 11.5%;
  }
  .lg-padding-twelve-all {
    padding: 12%;
  }
  .lg-padding-twelve-half-all {
    padding: 12.5%;
  }
  .lg-padding-thirteen-all {
    padding: 13%;
  }
  .lg-padding-thirteen-half-all {
    padding: 13.5%;
  }
  .lg-padding-fourteen-all {
    padding: 14%;
  }
  .lg-padding-fourteen-half-all {
    padding: 14.5%;
  }
  .lg-padding-fifteen-all {
    padding: 15%;
  }
  .lg-padding-fifteen-half-all {
    padding: 15.5%;
  }
  .lg-padding-sixteen-all {
    padding: 16%;
  }
  .lg-padding-sixteen-half-all {
    padding: 16.5%;
  }
  .lg-padding-seventeen-all {
    padding: 17%;
  }
  .lg-padding-seventeen-half-all {
    padding: 17.5%;
  }
  .lg-padding-eighteen-all {
    padding: 18%;
  }
  .lg-padding-eighteen-half-all {
    padding: 18.5%;
  }
  .lg-padding-nineteen-all {
    padding: 19%;
  }
  .lg-padding-nineteen-half-all {
    padding: 19.5%;
  }
  .lg-padding-twenty-all {
    padding: 20%;
  }
  .lg-padding-twenty-half-all {
    padding: 20.5%;
  }
  .lg-padding-twenty-one-all {
    padding: 21%;
  }
  .lg-padding-twenty-one-half-all {
    padding: 21.5%;
  }
  .lg-padding-twenty-two-all {
    padding: 22%;
  }
  .lg-padding-twenty-two-half-all {
    padding: 22.5%;
  }
  .lg-padding-twenty-three-all {
    padding: 23%;
  }
  .lg-padding-twenty-three-half-all {
    padding: 23.5%;
  }
  .lg-padding-twenty-four-all {
    padding: 24%;
  }
  .lg-padding-twenty-four-half-all {
    padding: 24.5%;
  }
  .lg-padding-twenty-five-all {
    padding: 25%;
  }
  .lg-padding-5px-all {
    padding: 5px;
  }
  .lg-padding-10px-all {
    padding: 10px;
  }
  .lg-padding-15px-all {
    padding: 15px;
  }
  .lg-padding-20px-all {
    padding: 20px;
  }
  .lg-padding-25px-all {
    padding: 25px;
  }
  .lg-padding-30px-all {
    padding: 30px;
  }
  .lg-padding-35px-all {
    padding: 35px;
  }
  .lg-padding-40px-all {
    padding: 40px;
  }
  .lg-padding-45px-all {
    padding: 45px;
  }
  .lg-padding-50px-all {
    padding: 50px;
  }
  .lg-padding-55px-all {
    padding: 55px;
  }
  .lg-padding-60px-all {
    padding: 60px;
  }
  .lg-padding-65px-all {
    padding: 65px;
  }
  .lg-padding-70px-all {
    padding: 70px;
  }
  .lg-padding-75px-all {
    padding: 75px;
  }
  .lg-padding-80px-all {
    padding: 80px;
  }
  .lg-padding-85px-all {
    padding: 85px;
  }
  .lg-padding-90px-all {
    padding: 90px;
  }
  .lg-padding-95px-all {
    padding: 95px;
  }
  .lg-padding-100px-all {
    padding: 100px;
  }
  .lg-padding-one-top {
    padding-top: 1%;
  }
  .lg-padding-one-half-top {
    padding-top: 1.5%;
  }
  .lg-padding-two-top {
    padding-top: 2%;
  }
  .lg-padding-two-half-top {
    padding-top: 2.5%;
  }
  .lg-padding-three-top {
    padding-top: 3%;
  }
  .lg-padding-three-half-top {
    padding-top: 3.5%;
  }
  .lg-padding-four-top {
    padding-top: 4%;
  }
  .lg-padding-four-half-top {
    padding-top: 4.5%;
  }
  .lg-padding-five-top {
    padding-top: 5%;
  }
  .lg-padding-five-half-top {
    padding-top: 5.5%;
  }
  .lg-padding-six-top {
    padding-top: 6%;
  }
  .lg-padding-six-half-top {
    padding-top: 6.5%;
  }
  .lg-padding-seven-top {
    padding-top: 7%;
  }
  .lg-padding-seven-half-top {
    padding-top: 7.5%;
  }
  .lg-padding-eight-top {
    padding-top: 8%;
  }
  .lg-padding-eight-half-top {
    padding-top: 8.5%;
  }
  .lg-padding-nine-top {
    padding-top: 9%;
  }
  .lg-padding-nine-half-top {
    padding-top: 9.5%;
  }
  .lg-padding-ten-top {
    padding-top: 10%;
  }
  .lg-padding-ten-half-top {
    padding-top: 10.5%;
  }
  .lg-padding-eleven-top {
    padding-top: 11%;
  }
  .lg-padding-eleven-half-top {
    padding-top: 11.5%;
  }
  .lg-padding-twelve-top {
    padding-top: 12%;
  }
  .lg-padding-twelve-half-top {
    padding-top: 12.5%;
  }
  .lg-padding-thirteen-top {
    padding-top: 13%;
  }
  .lg-padding-thirteen-half-top {
    padding-top: 13.5%;
  }
  .lg-padding-fourteen-top {
    padding-top: 14%;
  }
  .lg-padding-fourteen-half-top {
    padding-top: 14.5%;
  }
  .lg-padding-fifteen-top {
    padding-top: 15%;
  }
  .lg-padding-fifteen-half-top {
    padding-top: 15.5%;
  }
  .lg-padding-sixteen-top {
    padding-top: 16%;
  }
  .lg-padding-sixteen-half-top {
    padding-top: 16.5%;
  }
  .lg-padding-seventeen-top {
    padding-top: 17%;
  }
  .lg-padding-seventeen-half-top {
    padding-top: 17.5%;
  }
  .lg-padding-eighteen-top {
    padding-top: 18%;
  }
  .lg-padding-eighteen-half-top {
    padding-top: 18.5%;
  }
  .lg-padding-nineteen-top {
    padding-top: 19%;
  }
  .lg-padding-nineteen-half-top {
    padding-top: 19.5%;
  }
  .lg-padding-twenty-top {
    padding-top: 20%;
  }
  .lg-padding-twenty-half-top {
    padding-top: 20.5%;
  }
  .lg-padding-twenty-one-top {
    padding-top: 21%;
  }
  .lg-padding-twenty-one-half-top {
    padding-top: 21.5%;
  }
  .lg-padding-twenty-two-top {
    padding-top: 22%;
  }
  .lg-padding-twenty-two-half-top {
    padding-top: 22.5%;
  }
  .lg-padding-twenty-three-top {
    padding-top: 23%;
  }
  .lg-padding-twenty-three-half-top {
    padding-top: 23.5%;
  }
  .lg-padding-twenty-four-top {
    padding-top: 24%;
  }
  .lg-padding-twenty-four-half-top {
    padding-top: 24.5%;
  }
  .lg-padding-twenty-five-top {
    padding-top: 25%;
  }
  .lg-padding-5px-top {
    padding-top: 5px;
  }
  .lg-padding-10px-top {
    padding-top: 10px;
  }
  .lg-padding-15px-top {
    padding-top: 15px;
  }
  .lg-padding-20px-top {
    padding-top: 20px;
  }
  .lg-padding-25px-top {
    padding-top: 25px;
  }
  .lg-padding-30px-top {
    padding-top: 30px;
  }
  .lg-padding-35px-top {
    padding-top: 35px;
  }
  .lg-padding-40px-top {
    padding-top: 40px;
  }
  .lg-padding-45px-top {
    padding-top: 45px;
  }
  .lg-padding-50px-top {
    padding-top: 50px;
  }
  .lg-padding-55px-top {
    padding-top: 55px;
  }
  .lg-padding-60px-top {
    padding-top: 60px;
  }
  .lg-padding-65px-top {
    padding-top: 65px;
  }
  .lg-padding-70px-top {
    padding-top: 70px;
  }
  .lg-padding-75px-top {
    padding-top: 75px;
  }
  .lg-padding-80px-top {
    padding-top: 80px;
  }
  .lg-padding-85px-top {
    padding-top: 85px;
  }
  .lg-padding-90px-top {
    padding-top: 90px;
  }
  .lg-padding-95px-top {
    padding-top: 95px;
  }
  .lg-padding-100px-top {
    padding-top: 100px;
  }
  .lg-padding-one-bottom {
    padding-bottom: 1%;
  }
  .lg-padding-one-half-bottom {
    padding-bottom: 1.5%;
  }
  .lg-padding-two-bottom {
    padding-bottom: 2%;
  }
  .lg-padding-two-half-bottom {
    padding-bottom: 2.5%;
  }
  .lg-padding-three-bottom {
    padding-bottom: 3%;
  }
  .lg-padding-three-half-bottom {
    padding-bottom: 3.5%;
  }
  .lg-padding-four-bottom {
    padding-bottom: 4%;
  }
  .lg-padding-four-half-bottom {
    padding-bottom: 4.5%;
  }
  .lg-padding-five-bottom {
    padding-bottom: 5%;
  }
  .lg-padding-five-half-bottom {
    padding-bottom: 5.5%;
  }
  .lg-padding-six-bottom {
    padding-bottom: 6%;
  }
  .lg-padding-six-half-bottom {
    padding-bottom: 6.5%;
  }
  .lg-padding-seven-bottom {
    padding-bottom: 7%;
  }
  .lg-padding-seven-half-bottom {
    padding-bottom: 7.5%;
  }
  .lg-padding-eight-bottom {
    padding-bottom: 8%;
  }
  .lg-padding-eight-half-bottom {
    padding-bottom: 8.5%;
  }
  .lg-padding-nine-bottom {
    padding-bottom: 9%;
  }
  .lg-padding-nine-half-bottom {
    padding-bottom: 9.5%;
  }
  .lg-padding-ten-bottom {
    padding-bottom: 10%;
  }
  .lg-padding-ten-half-bottom {
    padding-bottom: 10.5%;
  }
  .lg-padding-eleven-bottom {
    padding-bottom: 11%;
  }
  .lg-padding-eleven-half-bottom {
    padding-bottom: 11.5%;
  }
  .lg-padding-twelve-bottom {
    padding-bottom: 12%;
  }
  .lg-padding-twelve-half-bottom {
    padding-bottom: 12.5%;
  }
  .lg-padding-thirteen-bottom {
    padding-bottom: 13%;
  }
  .lg-padding-thirteen-half-bottom {
    padding-bottom: 13.5%;
  }
  .lg-padding-fourteen-bottom {
    padding-bottom: 14%;
  }
  .lg-padding-fourteen-half-bottom {
    padding-bottom: 14.5%;
  }
  .lg-padding-fifteen-bottom {
    padding-bottom: 15%;
  }
  .lg-padding-fifteen-half-bottom {
    padding-bottom: 15.5%;
  }
  .lg-padding-sixteen-bottom {
    padding-bottom: 16%;
  }
  .lg-padding-sixteen-half-bottom {
    padding-bottom: 16.5%;
  }
  .lg-padding-seventeen-bottom {
    padding-bottom: 17%;
  }
  .lg-padding-seventeen-half-bottom {
    padding-bottom: 17.5%;
  }
  .lg-padding-eighteen-bottom {
    padding-bottom: 18%;
  }
  .lg-padding-eighteen-half-bottom {
    padding-bottom: 18.5%;
  }
  .lg-padding-nineteen-bottom {
    padding-bottom: 19%;
  }
  .lg-padding-nineteen-half-bottom {
    padding-bottom: 19.5%;
  }
  .lg-padding-twenty-bottom {
    padding-bottom: 20%;
  }
  .lg-padding-twenty-half-bottom {
    padding-bottom: 20.5%;
  }
  .lg-padding-twenty-one-bottom {
    padding-bottom: 21%;
  }
  .lg-padding-twenty-one-half-bottom {
    padding-bottom: 21.5%;
  }
  .lg-padding-twenty-two-bottom {
    padding-bottom: 22%;
  }
  .lg-padding-twenty-two-half-bottom {
    padding-bottom: 22.5%;
  }
  .lg-padding-twenty-three-bottom {
    padding-bottom: 23%;
  }
  .lg-padding-twenty-three-half-bottom {
    padding-bottom: 23.5%;
  }
  .lg-padding-twenty-four-bottom {
    padding-bottom: 24%;
  }
  .lg-padding-twenty-four-half-bottom {
    padding-bottom: 24.5%;
  }
  .lg-padding-twenty-five-bottom {
    padding-bottom: 25%;
  }
  .lg-padding-5px-bottom {
    padding-bottom: 5px;
  }
  .lg-padding-10px-bottom {
    padding-bottom: 10px;
  }
  .lg-padding-15px-bottom {
    padding-bottom: 15px;
  }
  .lg-padding-20px-bottom {
    padding-bottom: 20px;
  }
  .lg-padding-25px-bottom {
    padding-bottom: 25px;
  }
  .lg-padding-30px-bottom {
    padding-bottom: 30px;
  }
  .lg-padding-35px-bottom {
    padding-bottom: 35px;
  }
  .lg-padding-40px-bottom {
    padding-bottom: 40px;
  }
  .lg-padding-45px-bottom {
    padding-bottom: 45px;
  }
  .lg-padding-50px-bottom {
    padding-bottom: 50px;
  }
  .lg-padding-55px-bottom {
    padding-bottom: 55px;
  }
  .lg-padding-60px-bottom {
    padding-bottom: 60px;
  }
  .lg-padding-65px-bottom {
    padding-bottom: 65px;
  }
  .lg-padding-70px-bottom {
    padding-bottom: 70px;
  }
  .lg-padding-75px-bottom {
    padding-bottom: 75px;
  }
  .lg-padding-80px-bottom {
    padding-bottom: 80px;
  }
  .lg-padding-85px-bottom {
    padding-bottom: 85px;
  }
  .lg-padding-90px-bottom {
    padding-bottom: 90px;
  }
  .lg-padding-95px-bottom {
    padding-bottom: 95px;
  }
  .lg-padding-100px-bottom {
    padding-bottom: 100px;
  }
  .lg-padding-one-right {
    padding-right: 1%;
  }
  .lg-padding-one-half-right {
    padding-right: 1.5%;
  }
  .lg-padding-two-right {
    padding-right: 2%;
  }
  .lg-padding-two-half-right {
    padding-right: 2.5%;
  }
  .lg-padding-three-right {
    padding-right: 3%;
  }
  .lg-padding-three-half-right {
    padding-right: 3.5%;
  }
  .lg-padding-four-right {
    padding-right: 4%;
  }
  .lg-padding-four-half-right {
    padding-right: 4.5%;
  }
  .lg-padding-five-right {
    padding-right: 5%;
  }
  .lg-padding-five-half-right {
    padding-right: 5.5%;
  }
  .lg-padding-six-right {
    padding-right: 6%;
  }
  .lg-padding-six-half-right {
    padding-right: 6.5%;
  }
  .lg-padding-seven-right {
    padding-right: 7%;
  }
  .lg-padding-seven-half-right {
    padding-right: 7.5%;
  }
  .lg-padding-eight-right {
    padding-right: 8%;
  }
  .lg-padding-eight-half-right {
    padding-right: 8.5%;
  }
  .lg-padding-nine-right {
    padding-right: 9%;
  }
  .lg-padding-nine-half-right {
    padding-right: 9.5%;
  }
  .lg-padding-ten-right {
    padding-right: 10%;
  }
  .lg-padding-ten-half-right {
    padding-right: 10.5%;
  }
  .lg-padding-eleven-right {
    padding-right: 11%;
  }
  .lg-padding-eleven-half-right {
    padding-right: 11.5%;
  }
  .lg-padding-twelve-right {
    padding-right: 12%;
  }
  .lg-padding-twelve-half-right {
    padding-right: 12.5%;
  }
  .lg-padding-thirteen-right {
    padding-right: 13%;
  }
  .lg-padding-thirteen-half-right {
    padding-right: 13.5%;
  }
  .lg-padding-fourteen-right {
    padding-right: 14%;
  }
  .lg-padding-fourteen-half-right {
    padding-right: 14.5%;
  }
  .lg-padding-fifteen-right {
    padding-right: 15%;
  }
  .lg-padding-fifteen-half-right {
    padding-right: 15.5%;
  }
  .lg-padding-sixteen-right {
    padding-right: 16%;
  }
  .lg-padding-sixteen-half-right {
    padding-right: 16.5%;
  }
  .lg-padding-seventeen-right {
    padding-right: 17%;
  }
  .lg-padding-seventeen-half-right {
    padding-right: 17.5%;
  }
  .lg-padding-eighteen-right {
    padding-right: 18%;
  }
  .lg-padding-eighteen-half-right {
    padding-right: 18.5%;
  }
  .lg-padding-nineteen-right {
    padding-right: 19%;
  }
  .lg-padding-nineteen-half-right {
    padding-right: 19.5%;
  }
  .lg-padding-twenty-right {
    padding-right: 20%;
  }
  .lg-padding-twenty-half-right {
    padding-right: 20.5%;
  }
  .lg-padding-twenty-one-right {
    padding-right: 21%;
  }
  .lg-padding-twenty-one-half-right {
    padding-right: 21.5%;
  }
  .lg-padding-twenty-two-right {
    padding-right: 22%;
  }
  .lg-padding-twenty-two-half-right {
    padding-right: 22.5%;
  }
  .lg-padding-twenty-three-right {
    padding-right: 23%;
  }
  .lg-padding-twenty-three-half-right {
    padding-right: 23.5%;
  }
  .lg-padding-twenty-four-right {
    padding-right: 24%;
  }
  .lg-padding-twenty-four-half-right {
    padding-right: 24.5%;
  }
  .lg-padding-twenty-five-right {
    padding-right: 25%;
  }
  .lg-padding-5px-right {
    padding-right: 5px;
  }
  .lg-padding-10px-right {
    padding-right: 10px;
  }
  .lg-padding-15px-right {
    padding-right: 15px;
  }
  .lg-padding-20px-right {
    padding-right: 20px;
  }
  .lg-padding-25px-right {
    padding-right: 25px;
  }
  .lg-padding-30px-right {
    padding-right: 30px;
  }
  .lg-padding-35px-right {
    padding-right: 35px;
  }
  .lg-padding-40px-right {
    padding-right: 40px;
  }
  .lg-padding-45px-right {
    padding-right: 45px;
  }
  .lg-padding-50px-right {
    padding-right: 50px;
  }
  .lg-padding-55px-right {
    padding-right: 55px;
  }
  .lg-padding-60px-right {
    padding-right: 60px;
  }
  .lg-padding-65px-right {
    padding-right: 65px;
  }
  .lg-padding-70px-right {
    padding-right: 70px;
  }
  .lg-padding-75px-right {
    padding-right: 75px;
  }
  .lg-padding-80px-right {
    padding-right: 80px;
  }
  .lg-padding-85px-right {
    padding-right: 85px;
  }
  .lg-padding-90px-right {
    padding-right: 90px;
  }
  .lg-padding-95px-right {
    padding-right: 95px;
  }
  .lg-padding-100px-right {
    padding-right: 100px;
  }
  .lg-padding-one-left {
    padding-left: 1%;
  }
  .lg-padding-one-half-left {
    padding-left: 1.5%;
  }
  .lg-padding-two-left {
    padding-left: 2%;
  }
  .lg-padding-two-half-left {
    padding-left: 2.5%;
  }
  .lg-padding-three-left {
    padding-left: 3%;
  }
  .lg-padding-three-half-left {
    padding-left: 3.5%;
  }
  .lg-padding-four-left {
    padding-left: 4%;
  }
  .lg-padding-four-half-left {
    padding-left: 4.5%;
  }
  .lg-padding-five-left {
    padding-left: 5%;
  }
  .lg-padding-five-half-left {
    padding-left: 5.5%;
  }
  .lg-padding-six-left {
    padding-left: 6%;
  }
  .lg-padding-six-half-left {
    padding-left: 6.5%;
  }
  .lg-padding-seven-left {
    padding-left: 7%;
  }
  .lg-padding-seven-half-left {
    padding-left: 7.5%;
  }
  .lg-padding-eight-left {
    padding-left: 8%;
  }
  .lg-padding-eight-half-left {
    padding-left: 8.5%;
  }
  .lg-padding-nine-left {
    padding-left: 9%;
  }
  .lg-padding-nine-half-left {
    padding-left: 9.5%;
  }
  .lg-padding-ten-left {
    padding-left: 10%;
  }
  .lg-padding-ten-half-left {
    padding-left: 10.5%;
  }
  .lg-padding-eleven-left {
    padding-left: 11%;
  }
  .lg-padding-eleven-half-left {
    padding-left: 11.5%;
  }
  .lg-padding-twelve-left {
    padding-left: 12%;
  }
  .lg-padding-twelve-half-left {
    padding-left: 12.5%;
  }
  .lg-padding-thirteen-left {
    padding-left: 13%;
  }
  .lg-padding-thirteen-half-left {
    padding-left: 13.5%;
  }
  .lg-padding-fourteen-left {
    padding-left: 14%;
  }
  .lg-padding-fourteen-half-left {
    padding-left: 14.5%;
  }
  .lg-padding-fifteen-left {
    padding-left: 15%;
  }
  .lg-padding-fifteen-half-left {
    padding-left: 15.5%;
  }
  .lg-padding-sixteen-left {
    padding-left: 16%;
  }
  .lg-padding-sixteen-half-left {
    padding-left: 16.5%;
  }
  .lg-padding-seventeen-left {
    padding-left: 17%;
  }
  .lg-padding-seventeen-half-left {
    padding-left: 17.5%;
  }
  .lg-padding-eighteen-left {
    padding-left: 18%;
  }
  .lg-padding-eighteen-half-left {
    padding-left: 18.5%;
  }
  .lg-padding-nineteen-left {
    padding-left: 19%;
  }
  .lg-padding-nineteen-half-left {
    padding-left: 19.5%;
  }
  .lg-padding-twenty-left {
    padding-left: 20%;
  }
  .lg-padding-twenty-half-left {
    padding-left: 20.5%;
  }
  .lg-padding-twenty-one-left {
    padding-left: 21%;
  }
  .lg-padding-twenty-one-half-left {
    padding-left: 21.5%;
  }
  .lg-padding-twenty-two-left {
    padding-left: 22%;
  }
  .lg-padding-twenty-two-half-left {
    padding-left: 22.5%;
  }
  .lg-padding-twenty-three-left {
    padding-left: 23%;
  }
  .lg-padding-twenty-three-half-left {
    padding-left: 23.5%;
  }
  .lg-padding-twenty-four-left {
    padding-left: 24%;
  }
  .lg-padding-twenty-four-half-left {
    padding-left: 24.5%;
  }
  .lg-padding-twenty-five-left {
    padding-left: 25%;
  }
  .lg-padding-5px-left {
    padding-left: 5px;
  }
  .lg-padding-10px-left {
    padding-left: 10px;
  }
  .lg-padding-15px-left {
    padding-left: 15px;
  }
  .lg-padding-20px-left {
    padding-left: 20px;
  }
  .lg-padding-25px-left {
    padding-left: 25px;
  }
  .lg-padding-30px-left {
    padding-left: 30px;
  }
  .lg-padding-35px-left {
    padding-left: 35px;
  }
  .lg-padding-40px-left {
    padding-left: 40px;
  }
  .lg-padding-45px-left {
    padding-left: 45px;
  }
  .lg-padding-50px-left {
    padding-left: 50px;
  }
  .lg-padding-55px-left {
    padding-left: 55px;
  }
  .lg-padding-60px-left {
    padding-left: 60px;
  }
  .lg-padding-65px-left {
    padding-left: 65px;
  }
  .lg-padding-70px-left {
    padding-left: 70px;
  }
  .lg-padding-75px-left {
    padding-left: 75px;
  }
  .lg-padding-80px-left {
    padding-left: 80px;
  }
  .lg-padding-85px-left {
    padding-left: 85px;
  }
  .lg-padding-90px-left {
    padding-left: 90px;
  }
  .lg-padding-95px-left {
    padding-left: 95px;
  }
  .lg-padding-100px-left {
    padding-left: 100px;
  }
  .lg-padding-one-tb {
    padding-top: 1%;
    padding-bottom: 1%;
  }
  .lg-padding-one-half-tb {
    padding-top: 1.5%;
    padding-bottom: 1.5%;
  }
  .lg-padding-two-tb {
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .lg-padding-two-half-tb {
    padding-top: 2.5%;
    padding-bottom: 2.5%;
  }
  .lg-padding-three-tb {
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .lg-padding-three-half-tb {
    padding-top: 3.5%;
    padding-bottom: 3.5%;
  }
  .lg-padding-four-tb {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .lg-padding-four-half-tb {
    padding-top: 4.5%;
    padding-bottom: 4.5%;
  }
  .lg-padding-five-tb {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .lg-padding-five-half-tb {
    padding-top: 5.5%;
    padding-bottom: 5.5%;
  }
  .lg-padding-six-tb {
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .lg-padding-six-half-tb {
    padding-top: 6.5%;
    padding-bottom: 6.5%;
  }
  .lg-padding-seven-tb {
    padding-top: 7%;
    padding-bottom: 7%;
  }
  .lg-padding-seven-half-tb {
    padding-top: 7.5%;
    padding-bottom: 7.5%;
  }
  .lg-padding-eight-tb {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .lg-padding-eight-half-tb {
    padding-top: 8.5%;
    padding-bottom: 8.5%;
  }
  .lg-padding-nine-tb {
    padding-top: 9%;
    padding-bottom: 9%;
  }
  .lg-padding-nine-half-tb {
    padding-top: 9.5%;
    padding-bottom: 9.5%;
  }
  .lg-padding-ten-tb {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .lg-padding-ten-half-tb {
    padding-top: 10.5%;
    padding-bottom: 10.5%;
  }
  .lg-padding-eleven-tb {
    padding-top: 11%;
    padding-bottom: 11%;
  }
  .lg-padding-eleven-half-tb {
    padding-top: 11.5%;
    padding-bottom: 11.5%;
  }
  .lg-padding-twelve-tb {
    padding-top: 12%;
    padding-bottom: 12%;
  }
  .lg-padding-twelve-half-tb {
    padding-top: 12.5%;
    padding-bottom: 12.5%;
  }
  .lg-padding-thirteen-tb {
    padding-top: 13%;
    padding-bottom: 13%;
  }
  .lg-padding-thirteen-half-tb {
    padding-top: 13.5%;
    padding-bottom: 13.5%;
  }
  .lg-padding-fourteen-tb {
    padding-top: 14%;
    padding-bottom: 14%;
  }
  .lg-padding-fourteen-half-tb {
    padding-top: 14.5%;
    padding-bottom: 14.5%;
  }
  .lg-padding-fifteen-tb {
    padding-top: 15%;
    padding-bottom: 15%;
  }
  .lg-padding-fifteen-half-tb {
    padding-top: 15.5%;
    padding-bottom: 15.5%;
  }
  .lg-padding-sixteen-tb {
    padding-top: 16%;
    padding-bottom: 16%;
  }
  .lg-padding-sixteen-half-tb {
    padding-top: 16.5%;
    padding-bottom: 16.5%;
  }
  .lg-padding-seventeen-tb {
    padding-top: 17%;
    padding-bottom: 17%;
  }
  .lg-padding-seventeen-half-tb {
    padding-top: 17.5%;
    padding-bottom: 17.5%;
  }
  .lg-padding-eighteen-tb {
    padding-top: 18%;
    padding-bottom: 18%;
  }
  .lg-padding-eighteen-half-tb {
    padding-top: 18.5%;
    padding-bottom: 18.5%;
  }
  .lg-padding-nineteen-tb {
    padding-top: 19%;
    padding-bottom: 19%;
  }
  .lg-padding-nineteen-half-tb {
    padding-top: 19.5%;
    padding-bottom: 19.5%;
  }
  .lg-padding-twenty-tb {
    padding-top: 20%;
    padding-bottom: 20%;
  }
  .lg-padding-twenty-half-tb {
    padding-top: 20.5%;
    padding-bottom: 20.5%;
  }
  .lg-padding-twenty-one-tb {
    padding-top: 21%;
    padding-bottom: 21%;
  }
  .lg-padding-twenty-one-half-tb {
    padding-top: 21.5%;
    padding-bottom: 21.5%;
  }
  .lg-padding-twenty-two-tb {
    padding-top: 22%;
    padding-bottom: 22%;
  }
  .lg-padding-twenty-two-half-tb {
    padding-top: 22.5%;
    padding-bottom: 22.5%;
  }
  .lg-padding-twenty-three-tb {
    padding-top: 23%;
    padding-bottom: 23%;
  }
  .lg-padding-twenty-three-half-tb {
    padding-top: 23.5%;
    padding-bottom: 23.5%;
  }
  .lg-padding-twenty-four-tb {
    padding-top: 24%;
    padding-bottom: 24%;
  }
  .lg-padding-twenty-four-half-tb {
    padding-top: 24.5%;
    padding-bottom: 24.5%;
  }
  .lg-padding-twenty-five-tb {
    padding-top: 25%;
    padding-bottom: 25%;
  }
  .lg-padding-5px-tb {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .lg-padding-10px-tb {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lg-padding-15px-tb {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .lg-padding-20px-tb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lg-padding-25px-tb {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .lg-padding-30px-tb {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lg-padding-35px-tb {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .lg-padding-40px-tb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lg-padding-45px-tb {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .lg-padding-50px-tb {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .lg-padding-55px-tb {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .lg-padding-60px-tb {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lg-padding-65px-tb {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .lg-padding-70px-tb {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .lg-padding-75px-tb {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .lg-padding-80px-tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .lg-padding-85px-tb {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .lg-padding-90px-tb {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .lg-padding-95px-tb {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .lg-padding-100px-tb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .lg-padding-one-lr {
    padding-left: 1%;
    padding-right: 1%;
  }
  .lg-padding-one-half-lr {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
  .lg-padding-two-lr {
    padding-left: 2%;
    padding-right: 2%;
  }
  .lg-padding-two-half-lr {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .lg-padding-three-lr {
    padding-left: 3%;
    padding-right: 3%;
  }
  .lg-padding-three-half-lr {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
  .lg-padding-four-lr {
    padding-left: 4%;
    padding-right: 4%;
  }
  .lg-padding-four-half-lr {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
  .lg-padding-five-lr {
    padding-left: 5%;
    padding-right: 5%;
  }
  .lg-padding-five-half-lr {
    padding-left: 5.5%;
    padding-right: 5.5%;
  }
  .lg-padding-six-lr {
    padding-left: 6%;
    padding-right: 6%;
  }
  .lg-padding-six-half-lr {
    padding-left: 6.5%;
    padding-right: 6.5%;
  }
  .lg-padding-seven-lr {
    padding-left: 7%;
    padding-right: 7%;
  }
  .lg-padding-seven-half-lr {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
  .lg-padding-eight-lr {
    padding-left: 8%;
    padding-right: 8%;
  }
  .lg-padding-eight-half-lr {
    padding-left: 8.5%;
    padding-right: 8.5%;
  }
  .lg-padding-nine-lr {
    padding-left: 9%;
    padding-right: 9%;
  }
  .lg-padding-nine-half-lr {
    padding-left: 9.5%;
    padding-right: 9.5%;
  }
  .lg-padding-ten-lr {
    padding-left: 10%;
    padding-right: 10%;
  }
  .lg-padding-ten-half-lr {
    padding-left: 10.5%;
    padding-right: 10.5%;
  }
  .lg-padding-eleven-lr {
    padding-left: 11%;
    padding-right: 11%;
  }
  .lg-padding-eleven-half-lr {
    padding-left: 11.5%;
    padding-right: 11.5%;
  }
  .lg-padding-twelve-lr {
    padding-left: 12%;
    padding-right: 12%;
  }
  .lg-padding-twelve-half-lr {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
  .lg-padding-thirteen-lr {
    padding-left: 13%;
    padding-right: 13%;
  }
  .lg-padding-thirteen-half-lr {
    padding-left: 13.5%;
    padding-right: 13.5%;
  }
  .lg-padding-fourteen-lr {
    padding-left: 14%;
    padding-right: 14%;
  }
  .lg-padding-fourteen-half-lr {
    padding-left: 14.5%;
    padding-right: 14.5%;
  }
  .lg-padding-fifteen-lr {
    padding-left: 15%;
    padding-right: 15%;
  }
  .lg-padding-fifteen-half-lr {
    padding-left: 15.5%;
    padding-right: 15.5%;
  }
  .lg-padding-sixteen-lr {
    padding-left: 16%;
    padding-right: 16%;
  }
  .lg-padding-sixteen-half-lr {
    padding-left: 16.5%;
    padding-right: 16.5%;
  }
  .lg-padding-seventeen-lr {
    padding-left: 17%;
    padding-right: 17%;
  }
  .lg-padding-seventeen-half-lr {
    padding-left: 17.5%;
    padding-right: 17.5%;
  }
  .lg-padding-eighteen-lr {
    padding-left: 18%;
    padding-right: 18%;
  }
  .lg-padding-eighteen-half-lr {
    padding-left: 18.5%;
    padding-right: 18.5%;
  }
  .lg-padding-nineteen-lr {
    padding-left: 19%;
    padding-right: 19%;
  }
  .lg-padding-nineteen-half-lr {
    padding-left: 19.5%;
    padding-right: 19.5%;
  }
  .lg-padding-twenty-lr {
    padding-left: 20%;
    padding-right: 20%;
  }
  .lg-padding-twenty-half-lr {
    padding-left: 20.5%;
    padding-right: 20.5%;
  }
  .lg-padding-twenty-one-lr {
    padding-left: 21%;
    padding-right: 21%;
  }
  .lg-padding-twenty-one-half-lr {
    padding-left: 21.5%;
    padding-right: 21.5%;
  }
  .lg-padding-twenty-two-lr {
    padding-left: 22%;
    padding-right: 22%;
  }
  .lg-padding-twenty-two-half-lr {
    padding-left: 22.5%;
    padding-right: 22.5%;
  }
  .lg-padding-twenty-three-lr {
    padding-left: 23%;
    padding-right: 23%;
  }
  .lg-padding-twenty-three-half-lr {
    padding-left: 23.5%;
    padding-right: 23.5%;
  }
  .lg-padding-twenty-four-lr {
    padding-left: 24%;
    padding-right: 24%;
  }
  .lg-padding-twenty-four-half-lr {
    padding-left: 24.5%;
    padding-right: 24.5%;
  }
  .lg-padding-twenty-five-lr {
    padding-left: 25%;
    padding-right: 25%;
  }
  .lg-padding-5px-lr {
    padding-left: 5px;
    padding-right: 5px;
  }
  .lg-padding-10px-lr {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lg-padding-15px-lr {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lg-padding-20px-lr {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lg-padding-25px-lr {
    padding-left: 25px;
    padding-right: 25px;
  }
  .lg-padding-30px-lr {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lg-padding-35px-lr {
    padding-left: 35px;
    padding-right: 35px;
  }
  .lg-padding-40px-lr {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lg-padding-45px-lr {
    padding-left: 45px;
    padding-right: 45px;
  }
  .lg-padding-50px-lr {
    padding-left: 50px;
    padding-right: 50px;
  }
  .lg-padding-55px-lr {
    padding-left: 55px;
    padding-right: 55px;
  }
  .lg-padding-60px-lr {
    padding-left: 60px;
    padding-right: 60px;
  }
  .lg-padding-65px-lr {
    padding-left: 65px;
    padding-right: 65px;
  }
  .lg-padding-70px-lr {
    padding-left: 70px;
    padding-right: 70px;
  }
  .lg-padding-75px-lr {
    padding-left: 75px;
    padding-right: 75px;
  }
  .lg-padding-80px-lr {
    padding-left: 80px;
    padding-right: 80px;
  }
  .lg-padding-85px-lr {
    padding-left: 85px;
    padding-right: 85px;
  }
  .lg-padding-90px-lr {
    padding-left: 90px;
    padding-right: 90px;
  }
  .lg-padding-95px-lr {
    padding-left: 95px;
    padding-right: 95px;
  }
  .lg-padding-100px-lr {
    padding-left: 100px;
    padding-right: 100px;
  }
  .one-fourth-screen {
    height: 700px;
  }
  .lg-small-screen {
    height: 300px;
  }
  .slider-half-screen {
    height: 650px;
  }
  .lg-top-auto {
    top: auto;
  }
  .lg-top-0 {
    top: 0 !important;
  }
  .lg-top-1 {
    top: 1px;
  }
  .lg-top-2 {
    top: 2px;
  }
  .lg-top-3 {
    top: 3px;
  }
  .lg-top-4 {
    top: 4px;
  }
  .lg-top-5 {
    top: 5px;
  }
  .lg-top-6 {
    top: 6px;
  }
  .lg-top-7 {
    top: 7px;
  }
  .lg-top-8 {
    top: 8px;
  }
  .lg-top-9 {
    top: 9px;
  }
  .lg-top-10 {
    top: 10px;
  }
  .lg-top-minus1 {
    top: -1px;
  }
  .lg-top-minus2 {
    top: -2px;
  }
  .lg-top-minus3 {
    top: -3px;
  }
  .lg-top-minus4 {
    top: -4px;
  }
  .lg-top-minus5 {
    top: -5px;
  }
  .lg-top-minus6 {
    top: -6px;
  }
  .lg-top-minus7 {
    top: -7px;
  }
  .lg-top-minus8 {
    top: -8px;
  }
  .lg-top-minus9 {
    top: -9px;
  }
  .lg-top-minus10 {
    top: -10px;
  }
  .lg-top-minus15 {
    top: -15px;
  }
  .lg-top-minus20 {
    top: -20px;
  }
  .lg-top-minus25 {
    top: -25px;
  }
  .lg-top-minus30 {
    top: -30px;
  }
  .lg-top-minus35 {
    top: -35px;
  }
  .lg-top-minus40 {
    top: -40px;
  }
  .lg-bottom-auto {
    bottom: auto;
  }
  .lg-bottom-0 {
    bottom: 0;
  }
  .lg-bottom-1 {
    bottom: 1px;
  }
  .lg-bottom-2 {
    bottom: 2px;
  }
  .lg-bottom-3 {
    bottom: 3px;
  }
  .lg-bottom-4 {
    bottom: 4px;
  }
  .lg-bottom-5 {
    bottom: 5px;
  }
  .lg-bottom-6 {
    bottom: 6px;
  }
  .lg-bottom-7 {
    bottom: 7px;
  }
  .lg-bottom-8 {
    bottom: 8px;
  }
  .lg-bottom-9 {
    bottom: 9px;
  }
  .lg-bottom-10 {
    bottom: 10px;
  }
  .lg-bottom-15 {
    bottom: 15px;
  }
  .lg-bottom-20 {
    bottom: 20px;
  }
  .lg-bottom-25 {
    bottom: 25px;
  }
  .lg-bottom-30 {
    bottom: 30px;
  }
  .lg-bottom-35 {
    bottom: 35px;
  }
  .lg-bottom-40 {
    bottom: 40px;
  }
  .lg-bottom-45 {
    bottom: 45px;
  }
  .lg-bottom-50 {
    bottom: 50px;
  }
  .lg-bottom-minus30 {
    bottom: -30px;
  }
  .lg-bottom-minus50 {
    bottom: -50px;
  }
  .lg-bottom-minus55 {
    bottom: -55px;
  }
  .lg-bottom-minus60 {
    bottom: -60px;
  }
  .lg-left-auto {
    left: auto;
  }
  .lg-left-0 {
    left: 0;
  }
  .lg-left-1 {
    left: 1px;
  }
  .lg-left-2 {
    left: 2px;
  }
  .lg-left-3 {
    left: 3px;
  }
  .lg-left-4 {
    left: 4px;
  }
  .lg-left-5 {
    left: 5px;
  }
  .lg-left-6 {
    left: 6px;
  }
  .lg-left-7 {
    left: 7px;
  }
  .lg-left-8 {
    left: 8px;
  }
  .lg-left-9 {
    left: 9px;
  }
  .lg-left-10 {
    bottom: 10px;
  }
  .lg-left-15 {
    bottom: 15px;
  }
  .lg-left-20 {
    bottom: 20px;
  }
  .lg-left-25 {
    bottom: 25px;
  }
  .lg-left-30 {
    bottom: 30px;
  }
  .lg-left-35 {
    bottom: 35px;
  }
  .lg-left-40 {
    bottom: 40px;
  }
  .lg-right-auto {
    right: auto;
  }
  .lg-right-0 {
    right: 0;
  }
  .lg-right-1 {
    right: 1px;
  }
  .lg-right-2 {
    right: 2px;
  }
  .lg-right-3 {
    right: 3px;
  }
  .lg-right-4 {
    right: 4px;
  }
  .lg-right-5 {
    right: 5px;
  }
  .lg-right-6 {
    right: 6px;
  }
  .lg-right-7 {
    right: 7px;
  }
  .lg-right-8 {
    right: 8px;
  }
  .lg-right-9 {
    right: 9px;
  }
  .lg-right-10 {
    right: 10px;
  }
  .lg-right-15 {
    right: 15px;
  }
  .lg-right-20 {
    right: 20px;
  }
  .lg-right-25 {
    right: 25px;
  }
  .lg-right-30 {
    right: 30px;
  }
  .lg-right-35 {
    right: 35px;
  }
  .lg-right-40 {
    right: 40px;
  }
  .lg-w-10 {
    width: 10% !important;
  }
  .lg-w-15 {
    width: 15% !important;
  }
  .lg-w-20 {
    width: 20% !important;
  }
  .lg-w-25 {
    width: 25% !important;
  }
  .lg-w-30 {
    width: 30% !important;
  }
  .lg-w-35 {
    width: 35% !important;
  }
  .lg-w-40 {
    width: 40% !important;
  }
  .lg-w-45 {
    width: 45% !important;
  }
  .lg-w-50 {
    width: 50% !important;
  }
  .lg-w-55 {
    width: 55% !important;
  }
  .lg-w-60 {
    width: 60% !important;
  }
  .lg-w-65 {
    width: 65% !important;
  }
  .lg-w-70 {
    width: 70% !important;
  }
  .lg-w-75 {
    width: 75% !important;
  }
  .lg-w-80 {
    width: 80% !important;
  }
  .lg-w-85 {
    width: 85% !important;
  }
  .lg-w-90 {
    width: 90% !important;
  }
  .lg-w-95 {
    width: 95% !important;
  }
  .lg-w-100 {
    width: 100% !important;
  }
  .lg-w-auto {
    width: auto !important;
  }
  .lg-w-50px {
    width: 50px !important;
  }
  .lg-w-70px {
    width: 70px !important;
  }
  .lg-w-75px {
    width: 75px !important;
  }
  .lg-w-80px {
    width: 80px !important;
  }
  .lg-w-85px {
    width: 85px !important;
  }
  .lg-w-90px {
    width: 90px !important;
  }
  .lg-w-95px {
    width: 95px !important;
  }
  .lg-w-100px {
    width: 100px !important;
  }
  .lg-w-120px {
    width: 120px !important;
  }
  .lg-w-130px {
    width: 130px !important;
  }
  .lg-w-150px {
    width: 150px !important;
  }
  .lg-w-180px {
    width: 180px !important;
  }
  .lg-w-200px {
    width: 200px !important;
  }
  .lg-w-250px {
    width: 250px !important;
  }
  .lg-w-300px {
    width: 300px !important;
  }
  .lg-w-350px {
    width: 350px !important;
  }
  .lg-w-400px {
    width: 400px !important;
  }
  .lg-w-450px {
    width: 450px !important;
  }
  .lg-w-500px {
    width: 500px !important;
  }
  .lg-w-550px {
    width: 550px !important;
  }
  .lg-w-600px {
    width: 600px !important;
  }
  .lg-w-650px {
    width: 650px !important;
  }
  .lg-w-700px {
    width: 700px !important;
  }
  .lg-w-750px {
    width: 750px !important;
  }
  .lg-w-800px {
    width: 800px !important;
  }
  .lg-w-850px {
    width: 850px !important;
  }
  .lg-w-900px {
    width: 900px !important;
  }
  .lg-w-950px {
    width: 950px !important;
  }
  .lg-w-1000px {
    width: 1000px !important;
  }
  .lg-h-100 {
    height: 100%;
  }
  .lg-h-auto {
    height: auto;
  }
  .lg-h-10px {
    height: 10px !important;
  }
  .lg-h-20px {
    height: 20px !important;
  }
  .lg-h-30px {
    height: 30px !important;
  }
  .lg-h-40px {
    height: 40px !important;
  }
  .lg-h-50px {
    height: 50px !important;
  }
  .lg-h-60px {
    height: 60px !important;
  }
  .lg-h-70px {
    height: 70px !important;
  }
  .lg-h-80px {
    height: 80px !important;
  }
  .lg-h-90px {
    height: 90px !important;
  }
  .lg-h-100px {
    height: 100px !important;
  }
  .lg-h-150px {
    height: 150px !important;
  }
  .lg-h-200px {
    height: 200px !important;
  }
  .lg-h-250px {
    height: 250px !important;
  }
  .lg-h-300px {
    height: 300px !important;
  }
  .lg-h-350px {
    height: 350px !important;
  }
  .lg-h-400px {
    height: 400px !important;
  }
  .lg-h-450px {
    height: 450px !important;
  }
  .lg-h-500px {
    height: 500px !important;
  }
  .lg-h-550px {
    height: 550px !important;
  }
  .lg-h-600px {
    height: 600px !important;
  }
  .lg-h-650px {
    height: 650px !important;
  }
  .lg-h-700px {
    height: 700px !important;
  }
  .lg-line-height-auto {
    line-height: normal;
  }
  .lg-line-height-10 {
    line-height: 10px;
  }
  .lg-line-height-18 {
    line-height: 18px;
  }
  .lg-line-height-20 {
    line-height: 20px;
  }
  .lg-line-height-24 {
    line-height: 24px;
  }
  .lg-line-height-22 {
    line-height: 22px;
  }
  .lg-line-height-26 {
    line-height: 26px;
  }
  .lg-line-height-28 {
    line-height: 28px;
  }
  .lg-line-height-30 {
    line-height: 30px;
  }
  .lg-line-height-35 {
    line-height: 35px;
  }
  .lg-line-height-40 {
    line-height: 40px;
  }
  .lg-line-height-45 {
    line-height: 45px;
  }
  .lg-line-height-50 {
    line-height: 50px;
  }
  .lg-line-height-55 {
    line-height: 55px;
  }
  .lg-line-height-60 {
    line-height: 60px;
  }
  .lg-line-height-65 {
    line-height: 65px;
  }
  .lg-line-height-70 {
    line-height: 70px;
  }
  .lg-line-height-75 {
    line-height: 75px;
  }
  .lg-line-height-80 {
    line-height: 80px;
  }
  .lg-line-height-85 {
    line-height: 85px;
  }
  .lg-line-height-90 {
    line-height: 90px;
  }
  .lg-line-height-95 {
    line-height: 95px;
  }
  .lg-line-height-100 {
    line-height: 100px;
  }
  .lg-no-border-top {
    border-top: 0 !important;
  }
  .lg-no-border-bottom {
    border-bottom: 0 !important;
  }
  .lg-no-border-right {
    border-right: 0 !important;
  }
  .lg-no-border-left {
    border-left: 0 !important;
  }
  .box-layout {
    padding: 0 0;
  }
  .lg-no-background-img {
    background-image: none !important;
  }
  header nav .navbar-nav > li > a {
    margin: 0 15px;
  }
  header nav.nav-box-width {
    padding: 0 35px;
  }
  nav.navbar.sidebar-nav ul.nav > li > a {
    padding: 10px 5px;
  }
  .nav.navbar-right-sidebar .dropdown.on .second-level {
    left: 230px;
  }
  .sidebar-wrapper {
    padding-left: 230px;
  }
  nav.navbar.sidebar-nav {
    width: 230px;
    padding-left: 0;
    padding-right: 0;
  }
  .nav.navbar-left-sidebar li {
    padding: 0 20px;
  }
  .sidebar-nav .dropdown-menu li > a {
    margin: 0 15px;
  }
  .sidebar-nav-style-1 .nav.navbar-left-sidebar .dropdown.on .second-level {
    left: 230px;
    width: 230px;
  }
  .sidebar-nav-style-1
    .nav.navbar-left-sidebar
    .second-level
    .dropdown.on
    .third-level {
    left: 460px;
    width: 230px;
  }
  .feature-box-4 figure figcaption {
    padding: 20px;
  }
  .feature-box-4 figure figcaption .btn {
    opacity: 1;
  }
  .feature-box-4 figure:hover figcaption {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  .feature-box-10 .number-center::before {
    width: 180%;
  }
  .feature-box-10 .number-center::after {
    width: 180%;
  }
  .feature-box-12 .hover-content-box {
    width: 100%;
  }
  .social-style-2 ul li {
    margin: 0 10px 5px 0;
  }
  .hamburger-menu-links {
    font-size: 40px;
    line-height: 45px;
  }
  .menu-middle {
    width: 85%;
  }
  .side-left-menu-close.active {
    display: block;
  }
  .left-nav-sidebar .container {
    width: 850px;
  }
  .swiper-button-next.swiper-next-style3,
  .swiper-button-prev.swiper-prev-style3 {
    left: 57.8%;
  }
  .tab-style4 .nav-tabs li a {
    padding: 0 15px;
  }
  .tab-style5 .tab-box {
    left: 28%;
  }
  .tab-style5 .nav-tabs li {
    font-size: 22px;
    line-height: 48px;
  }
  .tab-style5 .nav-tabs .nav-link.active {
    padding-left: 30px;
  }
  .box-separator-line {
    left: -60px;
    top: 86px;
  }
  .right-image {
    bottom: -250px;
    width: 70%;
    right: -130px;
  }
  .content-right-slider .swiper-button-next {
    right: 20px;
  }
  .content-right-slider .swiper-button-prev {
    left: 20px;
  }
  .title-large {
    font-size: 85px;
    line-height: 85px;
  }
  .text-extra-large {
    font-size: 18px;
    line-height: 24px;
  }
  .percent {
    line-height: 125px;
  }
  nav.navbar.bootsnav li.dropdown .mega-menu-full {
    padding: 25px;
  }
  nav.navbar.bootsnav li.dropdown .mega-menu-full > ul > li {
    border-right: none;
  }
  nav.navbar.bootsnav li.dropdown ul li ul li:last-child {
    border-bottom: none;
  }
  nav.navbar.bootsnav li.dropdown .menu-back-div > ul {
    width: 100%;
  }
  nav.navbar.bootsnav li.dropdown .mega-menu-full > ul li a,
  nav.navbar.bootsnav li.dropdown .mega-menu-full > ul li.dropdown-header {
    padding: 2px 0;
  }
  nav.navbar.bootsnav li.dropdown .mega-menu-full > ul > li:last-child img {
    padding-left: 20px;
  }
  .menu-center .header-searchbar a i,
  .menu-center .header-social-icon a i {
    margin: 0 6px;
  }
  .menu-center .header-social-icon a:last-child i {
    margin-right: 0;
  }
  .menu-center .header-social-icon {
    padding-left: 8px;
  }
  .menu-new a:after {
    margin-left: 5px;
  }
  #search-header {
    width: 60%;
  }
  .counter-box-3 .counter-box {
    display: inline-block;
    width: 100px;
  }
  .counter-box-5 .counter-box {
    width: 18%;
  }
  .banner-style1 figure:hover figcaption p {
    height: 80px;
  }
  .banner-style1 figure figcaption img {
    width: 130px;
  }
  .swiper-pagination-bottom.swiper-container-horizontal .swiper-wrapper {
    margin-bottom: 50px;
  }
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0;
  }
  .swiper-slider-third .swiper-pagination-bullets {
    bottom: 25px;
  }
  .hover-option3 .swiper-pagination,
  .swiper-full-screen .swiper-pagination {
    bottom: 30px;
  }
  .hover-option3 .grid-item a:hover p {
    bottom: 0;
    opacity: 1;
  }
  .hover-option3 .grid-item figure p {
    bottom: 0;
    opacity: 1;
    margin-bottom: 30px;
  }
  .hover-option3 .grid-item figure h6 {
    bottom: 0;
  }
  .hover-option3 .grid-item figure figcaption {
    padding: 0 30px;
  }
  .swiper-next-style2 {
    right: 5%;
  }
  .swiper-prev-style2 {
    left: 5%;
  }
  .swiper-auto-slide .swiper-scrollbar {
    left: 15%;
    width: 70%;
  }
  .swiper-auto-slide
    .swiper-slide.swiper-slide-active
    .absolute-middle-center
    h2 {
    transition: all 0.4s ease-in-out 0.4s;
    -webkit-transition: all 0.4s ease-in-out 0.4s;
    -moz-transition: all 0.4s ease-in-out 0.4s;
    -ms-transition: all 0.4s ease-in-out 0.4s;
    -o-transition: all 0.4s ease-in-out 0.4s;
  }
  .swiper-bottom-scrollbar-full .swiper-slide img {
    max-height: 450px;
    opacity: 1;
    filter: contrast(130%);
    -webkit-filter: contrast(130%);
    -moz-filter: contrast(130%);
    -ms-filter: contrast(130%);
    -o-filter: contrast(130%);
  }
  .swiper-bottom-scrollbar-full .swiper-slide:hover img {
    max-height: 450px;
  }
  .swiper-bottom-scrollbar-full .bottom-text {
    opacity: 1;
    letter-spacing: 3px;
  }
  .swiper-bottom-scrollbar-full .swiper-slide:hover .bottom-text {
    opacity: 1;
    letter-spacing: 3px;
    left: 0;
  }
  .swiper-bottom-scrollbar-full .swiper-slide:hover .hover-title-box {
    right: 0;
    opacity: 1;
  }
  .hover-title-box {
    opacity: 1;
    right: 0;
    text-align: center;
    top: inherit;
    bottom: 50%;
    transform: translateY(160px);
    -moz-transform: translateY(160px);
    -webkit-transform: translateY(160px);
    -o-transform: translateY(160px);
    -ms-transform: translateY(160px);
    z-index: 99;
    width: 100%;
  }
  .swiper-bottom-scrollbar-full .swiper-slide .hover-title-box {
    visibility: visible;
  }
  .blog-header-style1 li figure figcaption {
    padding: 30px;
  }
  .demo-heading {
    font-size: 35px;
    line-height: 41px;
  }
  .grid.lg-grid-6col li {
    width: 16.67%;
  }
  .grid.lg-grid-6col li.grid-item-double {
    width: 33.33%;
  }
  .grid.lg-grid-5col li {
    width: 20%;
  }
  .grid.lg-grid-5col li.grid-item-double {
    width: 40%;
  }
  .grid.lg-grid-4col li {
    width: 25%;
  }
  .grid.lg-grid-4col li.grid-item-double {
    width: 50%;
  }
  .grid.lg-grid-3col li {
    width: 33.33%;
  }
  .grid.lg-grid-3col li.grid-item-double {
    width: 66.67%;
  }
  .grid.lg-grid-2col li {
    width: 50%;
  }
  .grid.lg-grid-2col li.grid-item-double {
    width: 100%;
  }
  .grid.lg-grid-1col li {
    width: 100%;
  }
  .grid.lg-grid-1col li.grid-item-double {
    width: 100%;
  }
  .right-sidebar {
    padding-right: 45px;
  }
  .left-sidebar {
    padding-left: 45px;
  }
}
@media (max-width: 1150px) {
  .sidebar-wrapper .container {
    width: 750px;
  }
}
@media (max-width: 1050px) {
  .sidebar-wrapper .container {
    width: 100%;
    max-width: 100%;
  }
  .parallax {
    background-attachment: inherit !important;
  }
  .feature-box.feature-box-17 .box .content {
    top: 50px;
  }
  .sidebar-nav .logo-holder {
    min-height: 60px;
  }
  nav.navbar.bootsnav.sidebar-nav li.dropdown ul.dropdown-menu {
    padding-top: 112px;
  }
  .nav.navbar-left-sidebar li a {
    padding: 17px 0;
  }
  .sidebar-part2 .sidebar-middle {
    padding: 90px 0 90px;
  }
  .sidebar-part2 .sidebar-middle {
    padding: 110px 0;
  }
}
@media (max-width: 1024px) and (min-width: 992px) {
  .sidebar-part2 .sidebar-middle,
  .sidebar-part2 nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    padding: 90px 0 220px;
  }
  header .sidebar-part2 nav.navbar.bootsnav ul > li > a {
    font-size: 30px;
    line-height: 37px;
  }
  .sidebar-part2 ul > li {
    padding: 7px 20px 7px 0;
  }
}
@media (max-width: 991px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 18px;
    padding: 0;
    letter-spacing: 0;
    font-weight: 400;
  }
  h1 {
    font-size: 57px;
    line-height: 58px;
  }
  h2 {
    font-size: 43px;
    line-height: 48px;
  }
  h3 {
    font-size: 36px;
    line-height: 41px;
  }
  h4 {
    font-size: 30px;
    line-height: 35px;
  }
  h5 {
    font-size: 24px;
    line-height: 30px;
  }
  h6 {
    font-size: 22px;
    line-height: 26px;
  }
  p {
    margin: 0 0 20px;
  }
  .title-large {
    font-size: 70px;
    line-height: 65px;
  }
  .title-extra-large {
    font-size: 100px;
    line-height: 95px;
  }
  .percent {
    line-height: 125px;
  }
  section {
    padding: 75px 0;
  }
  section.big-section {
    padding: 120px 0;
  }
  section.extra-big-section {
    padding: 150px 0;
  }
  section.half-section {
    padding: 40px 0;
  }
  header * {
    transition-timing-function: none;
    -moz-transition-timing-function: none;
    -webkit-transition-timing-function: none;
    -o-transition-timing-function: none;
    -ms-transition-timing-function: none;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
  }
  header nav .container {
    padding-left: 0;
    padding-right: 0;
  }
  .dropdown-menu {
    box-shadow: none;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }
  .navbar-collapse {
    left: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu.mega-menu,
  nav.navbar.bootsnav ul.nav > li.dropdown > ul.dropdown-menu {
    padding: 10px 40px 0 !important;
    margin: 0;
    float: left;
    top: 0 !important;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 0;
    padding: 0;
    background-color: rgba(23, 23, 23, 0.95);
    padding-right: 1px;
  }
  nav.navbar.bootsnav li.dropdown .mega-menu-full > ul > li {
    border-bottom: none;
    margin-bottom: 10px;
  }
  nav.navbar.bootsnav li.dropdown.open .mega-menu-full {
    padding-top: 10px;
  }
  nav.navbar.bootsnav li.dropdown .mega-menu-full > ul > li:last-child {
    margin-bottom: 0;
  }
  nav.navbar.bootsnav .navbar-nav li,
  nav.navbar.bootsnav li.dropdown ul.mega-menu-full li.dropdown-header {
    display: block;
    clear: both;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    border-top: 0;
  }
  .navbar-nav li > a,
  header .navbar-nav li > a,
  header
    nav.navbar-fixed-top.header-light-transparent.white-link
    .navbar-nav
    > li
    > a,
  header nav.navbar-fixed-top.header-light.white-link .navbar-nav > li > a,
  header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav > li > a,
  header.sticky nav.navbar.navbar-default.navbar-top ul.nav > li > a,
  nav.navbar-brand-top.navbar.navbar-default ul.nav > li > a,
  nav.navbar.bootsnav li.dropdown ul.mega-menu-full li.dropdown-header,
  nav.navbar.bootsnav li.dropdown ul.mega-menu-full li > a,
  nav.navbar.navbar-default ul.nav > li > a {
    margin: 0;
    padding: 12px 40px 11px;
    color: #939393;
    display: block;
    line-height: normal;
  }
  .navbar-nav li > a,
  header .navbar-nav li > a,
  header
    nav.navbar-fixed-top.header-light-transparent.white-link
    .navbar-nav
    > li
    > a,
  header.header-appear nav.bootsnav.header-light .navbar-nav > li > a,
  header.header-appear
    nav.bootsnav.header-light-transparent
    .navbar-nav
    > li
    > a,
  header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav > li > a,
  nav.navbar.navbar-default ul.nav > li > a {
    color: #fff;
  }
  nav.navbar.bootsnav li.dropdown ul.mega-menu-full li.dropdown-header,
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu.mega-menu li a,
  nav.navbar.bootsnav ul.nav > li.dropdown > ul.dropdown-menu li a {
    padding-left: 0;
    padding-right: 0;
  }
  .simple-dropdown.open > ul > li {
    border: 0 !important;
  }
  nav.navbar.bootsnav li.dropdown ul.mega-menu-full li.dropdown-header {
    color: #fff;
  }
  nav.navbar.bootsnav li.dropdown .mega-menu-full > ul li a,
  nav.navbar.bootsnav li.dropdown .mega-menu-full > ul li.dropdown-header {
    padding: 0;
    margin: 0;
  }
  nav.navbar.bootsnav li.dropdown .mega-menu-full > ul > li > ul {
    margin-top: 0;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    color: #939393;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  nav.navbar.bootsnav
    ul.nav
    li.dropdown.simple-dropdown
    ul.dropdown-menu
    > li.active
    > a {
    background-color: transparent;
    color: #fff;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li:hover > a {
    color: #fff;
  }
  nav.navbar.bootsnav li.dropdown ul.mega-menu-full li ul {
    margin-top: 0;
  }
  .navbar-nav > li.simple-dropdown ul.dropdown-menu {
    top: 0;
    min-width: 0;
  }
  nav.navbar.bootsnav ul.nav li.dropdown.simple-dropdown > .dropdown-menu {
    background-color: #232323;
  }
  nav.navbar.bootsnav .navbar-toggler {
    top: 3px;
  }
  .navbar-nav > li.dropdown > .fas {
    display: block;
    position: absolute;
    right: 25px;
    top: 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding: 12px 15px 12px;
  }
  nav.navbar.bootsnav .navbar-nav > li.dropdown.on > ul,
  nav.navbar.bootsnav .navbar-nav > li.dropdown.open > ul {
    display: block !important;
    opacity: 1 !important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border: 0;
    padding: 10px 0;
  }
  nav.navbar.bootsnav
    ul.nav
    li.dropdown.simple-dropdown
    ul.dropdown-menu
    > li
    > a {
    padding: 7px 0;
    left: 0;
  }
  .dropdown.simple-dropdown.open .dropdown-menu .dropdown .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
  }
  nav.navbar.bootsnav
    ul.nav
    li.dropdown.simple-dropdown.open
    ul.dropdown-menu
    li
    > a.dropdown-toggle {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: #fff;
  }
  nav.navbar.bootsnav
    ul.nav
    .simple-dropdown
    ul.dropdown-menu
    li.dropdown
    ul.dropdown-menu {
    padding-left: 0 !important;
  }
  nav.navbar.bootsnav .simple-dropdown .dropdown-menu > li.dropdown > ul,
  nav.navbar.bootsnav
    .simple-dropdown
    .dropdown-menu
    > li.dropdown
    > ul
    > li.dropdown
    > ul {
    left: 0;
  }
  .simple-dropdown .dropdown-menu > li > a.dropdown-toggle .fas {
    display: none;
  }
  nav .accordion-menu {
    padding: 26px 0 26px 0;
  }
  .sticky nav .accordion-menu {
    padding: 26px 0 26px 0;
  }
  nav.navbar.bootsnav.menu-center ul.nav.navbar-center {
    width: 100%;
  }
  .center-logo {
    left: 0;
    position: relative;
    max-width: 100%;
    margin: 0;
    top: 0;
    transform: none;
    padding: 26px 15px 26px 0;
  }
  .navbar-nav li {
    position: relative;
  }
  nav.navbar.bootsnav li.dropdown ul.mega-menu-full > li {
    padding: 0;
    border: 0;
  }
  nav.navbar.bootsnav .simple-dropdown .dropdown-menu > li {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .simple-dropdown .dropdown-menu > li.dropdown {
    margin-bottom: 10px;
  }
  nav.navbar.bootsnav
    .simple-dropdown
    .dropdown-menu
    > li.dropdown
    > ul:before {
    display: none;
  }
  nav.navbar.bootsnav
    ul.navbar-nav.navbar-left
    > li:last-child
    > ul.dropdown-menu {
    border: 0;
  }
  header nav.navbar .navbar-nav > li > a:hover,
  header.header-appear nav.bootsnav.header-light .navbar-nav > li > a:hover,
  header.header-appear
    nav.bootsnav.header-light-transparent
    .navbar-nav
    > li
    > a:hover,
  header.header-appear nav.header-light .header-social-icon a:hover,
  header.header-appear nav.header-light-transparent .header-social-icon a:hover,
  header.header-appear
    nav.header-light-transparent.white-link
    .header-searchbar
    a:hover,
  header.header-appear
    nav.header-light-transparent.white-link
    .header-social-icon
    a:hover,
  header.header-appear
    nav.header-light-transparent.white-link
    .heder-menu-button
    a:hover,
  header.header-appear nav.header-light.white-link .header-social-icon a:hover,
  header.sticky nav.navbar.bootsnav.white-link ul.nav > li.active > a,
  header.sticky nav.navbar.white-link .navbar-nav > li.active > a,
  nav.navbar.bootsnav ul.nav > li > a:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  header nav.navbar.bootsnav ul.nav.white-link > li > a:hover,
  header nav.navbar.white-link .header-searchbar a:hover,
  header nav.navbar.white-link .header-social-icon a:hover,
  header nav.navbar.white-link .navbar-nav > li > a:hover,
  header.header-appear nav.header-dark .navbar-nav > li > a:hover,
  header.header-appear nav.header-dark .search-button:hover,
  header.header-appear nav.header-dark-transparent .navbar-nav > li > a:hover,
  header.header-appear nav.header-dark-transparent .search-button:hover,
  header.sticky nav.header-dark .navbar-nav > li > a:hover,
  header.sticky nav.header-dark .search-button:hover,
  header.sticky nav.header-dark-transparent .navbar-nav > li > a:hover,
  header.sticky nav.header-dark-transparent .search-button:hover,
  nav.navbar.bootsnav.white-link .header-searchbar a:hover,
  nav.navbar.bootsnav.white-link .header-social-icon a:hover,
  nav.navbar.bootsnav.white-link ul.nav > li > a:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  header.sticky
    nav.navbar-fixed-top.header-light-transparent.white-link
    .header-searchbar
    a:hover,
  header.sticky
    nav.navbar-fixed-top.header-light-transparent.white-link
    .header-social-icon
    a:hover,
  header.sticky
    nav.navbar-fixed-top.header-light-transparent.white-link
    .navbar-nav
    > li
    > a:hover,
  header.sticky
    nav.navbar-fixed-top.header-light.white-link
    .header-menu-button
    a:hover,
  header.sticky
    nav.navbar-fixed-top.header-light.white-link
    .header-searchbar
    a:hover,
  header.sticky
    nav.navbar-fixed-top.header-light.white-link
    .header-social-icon
    a:hover,
  header.sticky
    nav.navbar-fixed-top.header-light.white-link
    .navbar-nav
    > li
    > a:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  header.sticky nav.navbar.bootsnav.white-link ul.nav > li > a.active,
  header.sticky nav.navbar.bootsnav.white-link ul.nav > li > a:hover,
  header.sticky nav.navbar.white-link .navbar-nav > li > a.active,
  header.sticky nav.navbar.white-link .navbar-nav > li > a:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  header.sticky nav.header-dark .header-social-icon a:hover,
  header.sticky
    nav.navbar.bootsnav.header-dark.white-link
    ul.nav
    > li
    > a:hover,
  header.sticky nav.navbar.header-dark.white-link .navbar-nav > li > a:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  nav.navbar.bootsnav li.dropdown .mega-menu-full > ul li.dropdown-header {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  nav.navbar.bootsnav li.dropdown .mega-menu-full > ul > li:last-child img {
    display: none;
  }
  nav.navbar.navbar-default ul li.dropdown .dropdown-menu li > a:hover {
    left: 0;
  }
  .dropdown.open > div {
    display: block !important;
    opacity: 1 !important;
  }
  header.sticky nav.navbar.navbar-default.navbar-top ul.nav > li > a {
    color: #fff;
  }
  header.sticky nav.navbar.navbar-default.navbar-top ul.nav > li.active > a,
  header.sticky nav.navbar.navbar-default.navbar-top ul.nav > li > a:hover {
    color: #939393;
  }
  header nav.menu-logo-center .accordion-menu,
  nav.menu-logo-center .accordion-menu {
    padding: 26px 0 26px 15px;
  }
  .sticky nav.menu-logo-center .accordion-menu,
  header.sticky nav.menu-logo-center .accordion-menu {
    padding: 26px 0 26px 15px;
  }
  nav.navbar.sidebar-nav.bootsnav .navbar-left-sidebar li a:hover,
  nav.navbar.sidebar-nav.bootsnav .navbar-left-sidebar li.active > a {
    color: #000 !important;
  }
  header .sidebar-part2 nav.navbar.bootsnav ul > li.active > a,
  header .sidebar-part2 nav.navbar.bootsnav ul > li > a:hover {
    color: rgba(0, 0, 0, 0.6) !important;
  }
  header
    .sidebar-part2
    nav.navbar.bootsnav
    ul.second-level
    li.active
    ul
    li.active
    > a,
  header .sidebar-part2 nav.navbar.bootsnav ul.second-level li.active > a {
    color: var(--base-color) !important;
  }
  header .sidebar-part2 nav.navbar.bootsnav ul > li > a > .fas {
    top: -4px;
  }
  nav.navbar .container-fluid {
    position: initial;
  }
  .header-with-topbar .navbar-top {
    top: 34px;
  }
  #search-header {
    width: 75%;
  }
  header nav.nav-box-width,
  header nav.nav-box-width.navbar-default {
    padding: 0 25px;
  }
  .navbar > .container-lg,
  .navbar > .container-md,
  .navbar > .container-sm,
  .navbar > .container-xl,
  .navbar > .container-xxl,
  .top-header-area > .container-lg,
  .top-header-area > .container-md,
  .top-header-area > .container-sm,
  .top-header-area > .container-xl,
  .top-header-area > .container-xxl {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sidebar-wrapper {
    padding-left: 0;
  }
  nav.navbar.sidebar-nav {
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-property: display;
    -webkit-transition-property: display;
    -moz-transition-property: display;
    -ms-transition-property: display;
    -o-transition-property: display;
    left: -280px;
    width: 280px;
    z-index: 10005;
    padding: 60px 15px 15px;
    display: inline-block;
  }
  nav.navbar.sidebar-nav.sidebar-nav-style-1 .sidenav-header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1;
  }
  nav.navbar.sidebar-nav.sidemenu-open {
    left: 0;
  }
  nav.navbar.sidebar-nav .navbar-toggler .icon-bar {
    background: #232323;
  }
  .sidebar-part2 nav.navbar.bootsnav .navbar-collapse.collapse,
  nav.navbar.bootsnav.sidebar-nav .navbar-collapse.collapse {
    display: block !important;
    max-height: 100%;
    position: relative;
    top: 0;
  }
  nav.navbar.bootsnav.sidebar-nav .mobile-scroll {
    display: block;
    max-height: 80%;
    overflow-y: auto;
    position: absolute;
  }
  .sidebar-nav .footer-holder,
  .sidebar-nav .logo-holder {
    padding: 0;
    text-align: left;
    display: inline-block;
  }
  .sidebar-nav .logo-holder {
    min-height: 0;
    padding: 15px 0;
  }
  .sidebar-nav.sidemenu-open .footer-holder {
    width: 100%;
    padding: 0;
    margin-right: 0;
  }
  .sidebar-nav .footer-holder {
    margin-right: 15px;
  }
  .sidebar-nav .footer-holder .navbar-form {
    margin: 0 auto;
  }
  nav.navbar.bootsnav.sidebar-nav .navbar-toggler {
    margin-bottom: 0;
    position: absolute;
    top: auto;
    vertical-align: middle;
    height: 100%;
    right: 15px;
  }
  nav.navbar.bootsnav.sidebar-nav
    .nav.navbar-left-sidebar
    .dropdown
    li:first-child {
    margin-top: 0;
  }
  nav.navbar.bootsnav.sidebar-nav ul.nav li.dropdown ul.dropdown-menu li {
    opacity: 1;
    visibility: visible;
  }
  nav.navbar.bootsnav.sidebar-nav ul.nav li.dropdown ul.dropdown-menu > li > a {
    color: #232323;
    margin: 0;
  }
  nav.navbar.bootsnav.sidebar-nav
    ul.nav
    li.dropdown
    ul.dropdown-menu
    > li.active
    > ul
    > li.active
    > a {
    color: #ff214f;
  }
  nav.navbar.bootsnav.sidebar-nav
    ul.nav
    li.dropdown
    ul.dropdown-menu
    > li
    > a
    .fas {
    display: none;
  }
  nav.navbar.bootsnav.sidebar-nav
    ul.nav
    li.dropdown.open
    ul.dropdown-menu
    > li
    > a {
    border-bottom: 1px solid #ededed !important;
  }
  nav.navbar.bootsnav.sidebar-nav
    ul.nav
    li.dropdown.open
    ul.dropdown-menu
    > li
    > ul.third-level
    > li
    > a {
    border-bottom: 0 !important;
    font-size: 11px;
    padding: 6px 0 0 0;
  }
  nav.navbar.bootsnav.sidebar-nav
    ul.nav
    li.dropdown.open
    ul.dropdown-menu
    > li
    > ul.third-level
    > li:first-child
    > a {
    padding-top: 10px;
  }
  nav.navbar.bootsnav.sidebar-nav
    ul.nav
    li.dropdown.open
    ul.dropdown-menu
    > li:last-child
    > ul.third-level
    > li:last-child
    > a {
    margin-bottom: 15px;
  }
  nav.navbar.bootsnav.sidebar-nav ul.nav li.dropdown.open ul.dropdown-menu li {
    margin-bottom: 5px;
  }
  .sidebar-nav-style-1 .nav.navbar-left-sidebar li {
    padding: 0;
  }
  .sidemenu-open .mobile-toggle span:first-child {
    transform: rotate(45deg) translate(7px);
    -webkit-transform: rotate(45deg) translate(7px);
    -moz-transform: rotate(45deg) translate(7px);
    -o-transform: rotate(45deg) translate(7px);
    -ms-transform: rotate(45deg) translate(7px);
  }
  .sidemenu-open .mobile-toggle span:nth-child(2) {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
  }
  .sidemenu-open .mobile-toggle span:last-child {
    transform: rotate(-45deg) translate(7px);
    -webkit-transform: rotate(-45deg) translate(7px);
    -moz-transform: rotate(-45deg) translate(7px);
    -o-transform: rotate(-45deg) translate(7px);
    -ms-transform: rotate(-45deg) translate(7px);
  }
  .sidebar-part2 nav.navbar.bootsnav li.dropdown.open > a > i {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
  nav.navbar.bootsnav.sidebar-nav
    .nav.navbar-left-sidebar
    li.dropdown.open
    > a
    > i {
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
  }
  .sidebar-part2 nav.navbar.bootsnav ul.nav > li.dropdown > ul.dropdown-menu {
    padding: 10px 15px 0 !important;
  }
  nav.navbar.bootsnav li.dropdown .menu-back-div > ul {
    width: 100%;
  }
  nav.navbar.bootsnav li.dropdown .mega-menu-full {
    padding: 0 40px;
    width: 100%;
    left: 0;
    position: relative;
    top: 0;
  }
  nav.navbar.bootsnav li.dropdown .mega-menu-full > ul li a {
    padding: 8px 0;
    margin: 0;
  }
  .dropdown-menu,
  header nav.navbar .navbar-nav > li.active > a,
  header.header-appear nav.bootsnav.header-light .navbar-nav > li.active > a,
  nav.navbar.bootsnav ul.nav > li.active > a {
    color: rgba(255, 255, 255, 0.6) !important;
  }
  header nav.navbar .navbar-nav > li.dropdown.on > a,
  header.header-appear
    nav.bootsnav.header-light
    .navbar-nav
    > li.dropdown.on
    > a,
  header.header-appear
    nav.bootsnav.header-light-transparent
    .navbar-nav
    > li.dropdown.on
    > a,
  nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
    color: #fff;
  }
  .left-nav-sidebar {
    padding-left: 0;
  }
  .left-nav-sidebar .fullscreenbanner {
    padding-left: 0 !important;
  }
  .sidebar-part2 .sidebar-middle {
    padding: 30px 0;
    display: block;
  }
  .sidebar-part2 .sidebar-middle-menu {
    display: block;
    overflow-y: auto;
    max-height: calc(100% - 10px);
  }
  .sidebar-part1 {
    width: 50px;
  }
  .sidebar-part2 nav.navbar.bootsnav .navbar-nav {
    background: 0 0;
    padding: 0;
  }
  .sidebar-part2 ul > li {
    width: 100%;
    padding: 5px 30px 5px 0;
  }
  header .sidebar-part2 nav.navbar.bootsnav ul > li > a > .fas {
    right: -20px;
    top: 0;
    font-size: 22px;
  }
  .bottom-menu-icon a,
  .nav-icon span {
    width: 20px;
  }
  .bottom-menu-icon a {
    margin-top: 2px;
  }
  .bottom-menu-icon {
    width: 50px;
    padding: 13px 10px 11px;
  }
  .sidebar-part2:before {
    bottom: 55px;
    display: none;
  }
  .sidebar-part2 {
    background-color: #fff;
    border-right: 0 solid #dfdfdf;
    height: calc(100% - 50px);
    left: -300px;
    padding: 0 20px;
    overflow: auto;
    position: fixed;
    top: 50px;
    text-align: center;
    width: 300px;
    z-index: -1;
    transition: ease-in-out 0.5s;
  }
  .sidebar-part2 .right-bg {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    left: 0;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .sidebar-part2 nav.navbar.bootsnav li.dropdown ul.dropdown-menu:before {
    display: none;
  }
  .sidebar-part2 nav.navbar.bootsnav li.dropdown.open ul.dropdown-menu {
    display: block !important;
    opacity: 1 !important;
  }
  .sidebar-part2 nav.navbar.bootsnav li.dropdown ul.dropdown-menu,
  .sidebar-part2 nav.navbar.bootsnav li.dropdown ul.dropdown-menu .third-level {
    top: 0;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    left: 0;
    background-color: transparent !important;
    padding-left: 10px !important;
  }
  header .sidebar-part2 nav.navbar.bootsnav ul li ul li {
    padding: 0;
  }
  .sidebar-part2 .dropdown ul.second-level,
  .sidebar-part2 .dropdown ul.third-level {
    border-left: none !important;
  }
  .sidebar-part2
    nav.navbar.bootsnav
    ul.nav
    li.dropdown
    ul.dropdown-menu
    > li
    > a {
    color: #232323;
    padding: 0;
    margin-bottom: 2px;
  }
  .sidebar-part2
    nav.navbar.bootsnav
    ul.nav
    li.dropdown
    ul.dropdown-menu
    > li
    > a
    > .fas {
    display: none;
  }
  header .sidebar-part2 nav.navbar.bootsnav ul > li > a {
    font-size: 20px;
    line-height: 24px;
    border: 0;
  }
  .sidebar-part2
    nav.navbar.bootsnav
    li.dropdown.open
    ul.dropdown-menu
    .third-level {
    display: inherit;
  }
  .left-nav-sidebar .container {
    width: 700px;
  }
  .sidebar-part2 nav.navbar {
    text-align: left;
  }
  header
    .sidebar-part2
    nav.navbar.bootsnav
    ul
    li.dropdown
    .dropdown-menu.second-level
    > li
    > a {
    font-weight: 500;
    margin-top: 8px;
    margin-bottom: 0;
  }
  header
    .sidebar-part2
    nav.navbar.bootsnav
    ul
    li.dropdown
    .dropdown-menu.second-level
    > li:last-child {
    margin-bottom: 8px;
  }
  header
    .sidebar-part2
    nav.navbar.bootsnav
    ul
    li.dropdown
    .dropdown-menu.second-level
    > li
    > .dropdown-menu.third-level
    > li:first-child
    > a {
    margin-top: 8px;
  }
  .sidebar-part2 nav.navbar.bootsnav .navbar-nav,
  nav.navbar.bootsnav.sidebar-nav .navbar-nav {
    background-color: transparent;
    padding: 0;
  }
  nav.navbar.bootsnav.sidebar-nav .navbar-nav {
    padding: 0;
    margin-right: 50px;
  }
  nav.navbar.bootsnav.sidebar-nav.sidemenu-open .navbar-nav {
    margin-right: 0;
  }
  .sidebar-part2
    nav.navbar.bootsnav
    .nav.navbar-left-sidebar
    .dropdown
    .second-level,
  nav.navbar.bootsnav.sidebar-nav
    .nav.navbar-left-sidebar
    .dropdown
    .second-level {
    display: none !important;
  }
  .sidebar-part2 nav.navbar.bootsnav .navbar-left-sidebar > li > a,
  nav.navbar.bootsnav.sidebar-nav .navbar-left-sidebar > li > a {
    margin: 0;
    padding: 15px 15px 15px 0;
  }
  .sidebar-part2 nav.navbar.bootsnav .nav.navbar-left-sidebar li a,
  nav.navbar.bootsnav.sidebar-nav .nav.navbar-left-sidebar li a {
    border-bottom: 0 !important;
  }
  .sidebar-part2
    nav.navbar.bootsnav
    .nav.navbar-left-sidebar
    .dropdown.open
    .second-level,
  .sidebar-part2
    nav.navbar.bootsnav
    .nav.navbar-left-sidebar
    .dropdown.open
    .second-level
    .dropdown
    .third-level,
  nav.navbar.bootsnav.sidebar-nav
    .nav.navbar-left-sidebar
    .dropdown.open
    .second-level,
  nav.navbar.bootsnav.sidebar-nav
    .nav.navbar-left-sidebar
    .dropdown.open
    .second-level
    .dropdown
    .third-level {
    display: block !important;
    left: 0;
    width: 100%;
    height: auto;
    visibility: visible;
    opacity: 1 !important;
    background: 0 0;
    padding: 0 0 0 8px !important;
  }
  header
    .sidebar-part2
    nav.navbar.bootsnav
    li.dropdown
    ul.dropdown-menu
    > li
    a:hover {
    border: 0;
    color: #ff214f;
  }
  .sidebar-part1 {
    position: inherit;
    width: 50px;
    float: left;
  }
  .sidebar-part3 {
    position: absolute;
    right: 0;
    bottom: inherit;
    top: 0;
  }
  .left-nav {
    height: 50px;
    width: 100%;
  }
  .menu-new a:after {
    margin-top: 0;
  }
  .nav.navbar-left-sidebar .menu-new a:after {
    margin-top: 3px;
  }
  .close-button-menu {
    top: 15px;
    right: 15px;
  }
  .navbar.navbar-brand-top.bootsnav .navbar-toggler {
    top: 5px;
  }
  .navbar-brand-top .brand-top-menu-right {
    margin-left: 10px;
  }
  .navbar-brand-top .navbar-brand {
    text-align: left;
  }
  .navbar-brand-top .navbar-nav {
    text-align: left;
  }
  .brand-center .accordion-menu {
    float: right;
  }
  .brand-center .center-logo {
    max-width: 100%;
  }
  .md-background-image-left {
    background-position: left;
  }
  .md-background-image-right {
    background-position: right;
  }
  .md-background-image-center {
    background-position: center;
  }
  .md-margin-one-all {
    margin: 1%;
  }
  .md-margin-one-half-all {
    margin: 1.5%;
  }
  .md-margin-two-all {
    margin: 2%;
  }
  .md-margin-two-half-all {
    margin: 2.5%;
  }
  .md-margin-three-all {
    margin: 3%;
  }
  .md-margin-three-half-all {
    margin: 3.5%;
  }
  .md-margin-four-all {
    margin: 4%;
  }
  .md-margin-four-half-all {
    margin: 4.5%;
  }
  .md-margin-five-all {
    margin: 5%;
  }
  .md-margin-five-half-all {
    margin: 5.5%;
  }
  .md-margin-six-all {
    margin: 6%;
  }
  .md-margin-six-half-all {
    margin: 6.5%;
  }
  .md-margin-seven-all {
    margin: 7%;
  }
  .md-margin-seven-half-all {
    margin: 7.5%;
  }
  .md-margin-eight-all {
    margin: 8%;
  }
  .md-margin-eight-half-all {
    margin: 8.5%;
  }
  .md-margin-nine-all {
    margin: 9%;
  }
  .md-margin-nine-half-all {
    margin: 9.5%;
  }
  .md-margin-ten-all {
    margin: 10%;
  }
  .md-margin-ten-half-all {
    margin: 10.5%;
  }
  .md-margin-eleven-all {
    margin: 11%;
  }
  .md-margin-eleven-half-all {
    margin: 11.5%;
  }
  .md-margin-twelve-all {
    margin: 12%;
  }
  .md-margin-twelve-half-all {
    margin: 12.5%;
  }
  .md-margin-thirteen-all {
    margin: 13%;
  }
  .md-margin-thirteen-half-all {
    margin: 13.5%;
  }
  .md-margin-fourteen-all {
    margin: 14%;
  }
  .md-margin-fourteen-half-all {
    margin: 14.5%;
  }
  .md-margin-fifteen-all {
    margin: 15%;
  }
  .md-margin-fifteen-half-all {
    margin: 15.5%;
  }
  .md-margin-sixteen-all {
    margin: 16%;
  }
  .md-margin-sixteen-half-all {
    margin: 16.5%;
  }
  .md-margin-seventeen-all {
    margin: 17%;
  }
  .md-margin-seventeen-half-all {
    margin: 17.5%;
  }
  .md-margin-eighteen-all {
    margin: 18%;
  }
  .md-margin-eighteen-half-all {
    margin: 18.5%;
  }
  .md-margin-nineteen-all {
    margin: 19%;
  }
  .md-margin-nineteen-half-all {
    margin: 19.5%;
  }
  .md-margin-twenty-all {
    margin: 20%;
  }
  .md-margin-twenty-half-all {
    margin: 20.5%;
  }
  .md-margin-twenty-one-all {
    margin: 21%;
  }
  .md-margin-twenty-one-half-all {
    margin: 21.5%;
  }
  .md-margin-twenty-two-all {
    margin: 22%;
  }
  .md-margin-twenty-two-half-all {
    margin: 22.5%;
  }
  .md-margin-twenty-three-all {
    margin: 23%;
  }
  .md-margin-twenty-three-half-all {
    margin: 23.5%;
  }
  .md-margin-twenty-four-all {
    margin: 24%;
  }
  .md-margin-twenty-four-half-all {
    margin: 24.5%;
  }
  .md-margin-twenty-five-all {
    margin: 25%;
  }
  .md-margin-5px-all {
    margin: 5px;
  }
  .md-margin-10px-all {
    margin: 10px;
  }
  .md-margin-15px-all {
    margin: 15px;
  }
  .md-margin-20px-all {
    margin: 20px;
  }
  .md-margin-25px-all {
    margin: 25px;
  }
  .md-margin-30px-all {
    margin: 30px;
  }
  .md-margin-35px-all {
    margin: 35px;
  }
  .md-margin-40px-all {
    margin: 40px;
  }
  .md-margin-45px-all {
    margin: 45px;
  }
  .md-margin-50px-all {
    margin: 50px;
  }
  .md-margin-55px-all {
    margin: 55px;
  }
  .md-margin-60px-all {
    margin: 60px;
  }
  .md-margin-65px-all {
    margin: 65px;
  }
  .md-margin-70px-all {
    margin: 70px;
  }
  .md-margin-75px-all {
    margin: 75px;
  }
  .md-margin-80px-all {
    margin: 80px;
  }
  .md-margin-85px-all {
    margin: 85px;
  }
  .md-margin-90px-all {
    margin: 90px;
  }
  .md-margin-95px-all {
    margin: 95px;
  }
  .md-margin-100px-all {
    margin: 100px;
  }
  .md-no-margin {
    margin: 0 !important;
  }
  .md-no-margin-lr {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .md-no-margin-tb {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .md-no-margin-top {
    margin-top: 0 !important;
  }
  .md-no-margin-bottom {
    margin-bottom: 0 !important;
  }
  .md-no-margin-left {
    margin-left: 0 !important;
  }
  .md-no-margin-right {
    margin-right: 0 !important;
  }
  .md-margin-lr-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .md-margin-auto {
    margin: 0 auto !important;
  }
  .md-margin-one-top {
    margin-top: 1%;
  }
  .md-margin-one-half-top {
    margin-top: 1.5%;
  }
  .md-margin-two-top {
    margin-top: 2%;
  }
  .md-margin-two-half-top {
    margin-top: 2.5%;
  }
  .md-margin-three-top {
    margin-top: 3%;
  }
  .md-margin-three-half-top {
    margin-top: 3.5%;
  }
  .md-margin-four-top {
    margin-top: 4%;
  }
  .md-margin-four-half-top {
    margin-top: 4.5%;
  }
  .md-margin-five-top {
    margin-top: 5%;
  }
  .md-margin-five-half-top {
    margin-top: 5.5%;
  }
  .md-margin-six-top {
    margin-top: 6%;
  }
  .md-margin-six-half-top {
    margin-top: 6.5%;
  }
  .md-margin-seven-top {
    margin-top: 7%;
  }
  .md-margin-seven-half-top {
    margin-top: 7.5%;
  }
  .md-margin-eight-top {
    margin-top: 8%;
  }
  .md-margin-eight-half-top {
    margin-top: 8.5%;
  }
  .md-margin-nine-top {
    margin-top: 9%;
  }
  .md-margin-nine-half-top {
    margin-top: 9.5%;
  }
  .md-margin-ten-top {
    margin-top: 10%;
  }
  .md-margin-ten-half-top {
    margin-top: 10.5%;
  }
  .md-margin-eleven-top {
    margin-top: 11%;
  }
  .md-margin-eleven-half-top {
    margin-top: 11.5%;
  }
  .md-margin-twelve-top {
    margin-top: 12%;
  }
  .md-margin-twelve-half-top {
    margin-top: 12.5%;
  }
  .md-margin-thirteen-top {
    margin-top: 13%;
  }
  .md-margin-thirteen-half-top {
    margin-top: 13.5%;
  }
  .md-margin-fourteen-top {
    margin-top: 14%;
  }
  .md-margin-fourteen-half-top {
    margin-top: 14.5%;
  }
  .md-margin-fifteen-top {
    margin-top: 15%;
  }
  .md-margin-fifteen-half-top {
    margin-top: 15.5%;
  }
  .md-margin-sixteen-top {
    margin-top: 16%;
  }
  .md-margin-sixteen-half-top {
    margin-top: 16.5%;
  }
  .md-margin-seventeen-top {
    margin-top: 17%;
  }
  .md-margin-seventeen-half-top {
    margin-top: 17.5%;
  }
  .md-margin-eighteen-top {
    margin-top: 18%;
  }
  .md-margin-eighteen-half-top {
    margin-top: 18.5%;
  }
  .md-margin-nineteen-top {
    margin-top: 19%;
  }
  .md-margin-nineteen-half-top {
    margin-top: 19.5%;
  }
  .md-margin-twenty-top {
    margin-top: 20%;
  }
  .md-margin-twenty-half-top {
    margin-top: 20.5%;
  }
  .md-margin-twenty-one-top {
    margin-top: 21%;
  }
  .md-margin-twenty-one-half-top {
    margin-top: 21.5%;
  }
  .md-margin-twenty-two-top {
    margin-top: 22%;
  }
  .md-margin-twenty-two-half-top {
    margin-top: 22.5%;
  }
  .md-margin-twenty-three-top {
    margin-top: 23%;
  }
  .md-margin-twenty-three-half-top {
    margin-top: 23.5%;
  }
  .md-margin-twenty-four-top {
    margin-top: 24%;
  }
  .md-margin-twenty-four-half-top {
    margin-top: 24.5%;
  }
  .md-margin-twenty-five-top {
    margin-top: 25%;
  }
  .md-margin-5px-top {
    margin-top: 5px;
  }
  .md-margin-10px-top {
    margin-top: 10px;
  }
  .md-margin-15px-top {
    margin-top: 15px;
  }
  .md-margin-20px-top {
    margin-top: 20px;
  }
  .md-margin-25px-top {
    margin-top: 25px;
  }
  .md-margin-30px-top {
    margin-top: 30px;
  }
  .md-margin-35px-top {
    margin-top: 35px;
  }
  .md-margin-40px-top {
    margin-top: 40px;
  }
  .md-margin-45px-top {
    margin-top: 45px;
  }
  .md-margin-50px-top {
    margin-top: 50px;
  }
  .md-margin-55px-top {
    margin-top: 55px;
  }
  .md-margin-60px-top {
    margin-top: 60px;
  }
  .md-margin-65px-top {
    margin-top: 65px;
  }
  .md-margin-70px-top {
    margin-top: 70px;
  }
  .md-margin-75px-top {
    margin-top: 75px;
  }
  .md-margin-80px-top {
    margin-top: 80px;
  }
  .md-margin-85px-top {
    margin-top: 85px;
  }
  .md-margin-90px-top {
    margin-top: 90px;
  }
  .md-margin-95px-top {
    margin-top: 95px;
  }
  .md-margin-100px-top {
    margin-top: 100px;
  }
  .md-margin-one-bottom {
    margin-bottom: 1%;
  }
  .md-margin-one-half-bottom {
    margin-bottom: 1.5%;
  }
  .md-margin-two-bottom {
    margin-bottom: 2%;
  }
  .md-margin-two-half-bottom {
    margin-bottom: 2.5%;
  }
  .md-margin-three-bottom {
    margin-bottom: 3%;
  }
  .md-margin-three-half-bottom {
    margin-bottom: 3.5%;
  }
  .md-margin-four-bottom {
    margin-bottom: 4%;
  }
  .md-margin-four-half-bottom {
    margin-bottom: 4.5%;
  }
  .md-margin-five-bottom {
    margin-bottom: 5%;
  }
  .md-margin-five-half-bottom {
    margin-bottom: 5.5%;
  }
  .md-margin-six-bottom {
    margin-bottom: 6%;
  }
  .md-margin-six-half-bottom {
    margin-bottom: 6.5%;
  }
  .md-margin-seven-bottom {
    margin-bottom: 7%;
  }
  .md-margin-seven-half-bottom {
    margin-bottom: 7.5%;
  }
  .md-margin-eight-bottom {
    margin-bottom: 8%;
  }
  .md-margin-eight-half-bottom {
    margin-bottom: 8.5%;
  }
  .md-margin-nine-bottom {
    margin-bottom: 9%;
  }
  .md-margin-nine-half-bottom {
    margin-bottom: 9.5%;
  }
  .md-margin-ten-bottom {
    margin-bottom: 10%;
  }
  .md-margin-ten-half-bottom {
    margin-bottom: 10.5%;
  }
  .md-margin-eleven-bottom {
    margin-bottom: 11%;
  }
  .md-margin-eleven-half-bottom {
    margin-bottom: 11.5%;
  }
  .md-margin-twelve-bottom {
    margin-bottom: 12%;
  }
  .md-margin-twelve-half-bottom {
    margin-bottom: 12.5%;
  }
  .md-margin-thirteen-bottom {
    margin-bottom: 13%;
  }
  .md-margin-thirteen-half-bottom {
    margin-bottom: 13.5%;
  }
  .md-margin-fourteen-bottom {
    margin-bottom: 14%;
  }
  .md-margin-fourteen-half-bottom {
    margin-bottom: 14.5%;
  }
  .md-margin-fifteen-bottom {
    margin-bottom: 15%;
  }
  .md-margin-fifteen-half-bottom {
    margin-bottom: 15.5%;
  }
  .md-margin-sixteen-bottom {
    margin-bottom: 16%;
  }
  .md-margin-sixteen-half-bottom {
    margin-bottom: 16.5%;
  }
  .md-margin-seventeen-bottom {
    margin-bottom: 17%;
  }
  .md-margin-seventeen-half-bottom {
    margin-bottom: 17.5%;
  }
  .md-margin-eighteen-bottom {
    margin-bottom: 18%;
  }
  .md-margin-eighteen-half-bottom {
    margin-bottom: 18.5%;
  }
  .md-margin-nineteen-bottom {
    margin-bottom: 19%;
  }
  .md-margin-nineteen-half-bottom {
    margin-bottom: 19.5%;
  }
  .md-margin-twenty-bottom {
    margin-bottom: 20%;
  }
  .md-margin-twenty-half-bottom {
    margin-bottom: 20.5%;
  }
  .md-margin-twenty-one-bottom {
    margin-bottom: 21%;
  }
  .md-margin-twenty-one-half-bottom {
    margin-bottom: 21.5%;
  }
  .md-margin-twenty-two-bottom {
    margin-bottom: 22%;
  }
  .md-margin-twenty-two-half-bottom {
    margin-bottom: 22.5%;
  }
  .md-margin-twenty-three-bottom {
    margin-bottom: 23%;
  }
  .md-margin-twenty-three-half-bottom {
    margin-bottom: 23.5%;
  }
  .md-margin-twenty-four-bottom {
    margin-bottom: 24%;
  }
  .md-margin-twenty-four-half-bottom {
    margin-bottom: 24.5%;
  }
  .md-margin-twenty-five-bottom {
    margin-bottom: 25%;
  }
  .md-margin-5px-bottom {
    margin-bottom: 5px;
  }
  .md-margin-10px-bottom {
    margin-bottom: 10px;
  }
  .md-margin-15px-bottom {
    margin-bottom: 15px;
  }
  .md-margin-20px-bottom {
    margin-bottom: 20px;
  }
  .md-margin-25px-bottom {
    margin-bottom: 25px;
  }
  .md-margin-30px-bottom {
    margin-bottom: 30px;
  }
  .md-margin-35px-bottom {
    margin-bottom: 35px;
  }
  .md-margin-40px-bottom {
    margin-bottom: 40px;
  }
  .md-margin-45px-bottom {
    margin-bottom: 45px;
  }
  .md-margin-50px-bottom {
    margin-bottom: 50px;
  }
  .md-margin-55px-bottom {
    margin-bottom: 55px;
  }
  .md-margin-60px-bottom {
    margin-bottom: 60px;
  }
  .md-margin-65px-bottom {
    margin-bottom: 65px;
  }
  .md-margin-70px-bottom {
    margin-bottom: 70px;
  }
  .md-margin-75px-bottom {
    margin-bottom: 75px;
  }
  .md-margin-80px-bottom {
    margin-bottom: 80px;
  }
  .md-margin-85px-bottom {
    margin-bottom: 85px;
  }
  .md-margin-90px-bottom {
    margin-bottom: 90px;
  }
  .md-margin-95px-bottom {
    margin-bottom: 95px;
  }
  .md-margin-100px-bottom {
    margin-bottom: 100px;
  }
  .md-margin-one-right {
    margin-right: 1%;
  }
  .md-margin-one-half-right {
    margin-right: 1.5%;
  }
  .md-margin-two-right {
    margin-right: 2%;
  }
  .md-margin-two-half-right {
    margin-right: 2.5%;
  }
  .md-margin-three-right {
    margin-right: 3%;
  }
  .md-margin-three-half-right {
    margin-right: 3.5%;
  }
  .md-margin-four-right {
    margin-right: 4%;
  }
  .md-margin-four-half-right {
    margin-right: 4.5%;
  }
  .md-margin-five-right {
    margin-right: 5%;
  }
  .md-margin-five-half-right {
    margin-right: 5.5%;
  }
  .md-margin-six-right {
    margin-right: 6%;
  }
  .md-margin-six-half-right {
    margin-right: 6.5%;
  }
  .md-margin-seven-right {
    margin-right: 7%;
  }
  .md-margin-seven-half-right {
    margin-right: 7.5%;
  }
  .md-margin-eight-right {
    margin-right: 8%;
  }
  .md-margin-eight-half-right {
    margin-right: 8.5%;
  }
  .md-margin-nine-right {
    margin-right: 9%;
  }
  .md-margin-nine-half-right {
    margin-right: 9.5%;
  }
  .md-margin-ten-right {
    margin-right: 10%;
  }
  .md-margin-ten-half-right {
    margin-right: 10.5%;
  }
  .md-margin-eleven-right {
    margin-right: 11%;
  }
  .md-margin-eleven-half-right {
    margin-right: 11.5%;
  }
  .md-margin-twelve-right {
    margin-right: 12%;
  }
  .md-margin-twelve-half-right {
    margin-right: 12.5%;
  }
  .md-margin-thirteen-right {
    margin-right: 13%;
  }
  .md-margin-thirteen-half-right {
    margin-right: 13.5%;
  }
  .md-margin-fourteen-right {
    margin-right: 14%;
  }
  .md-margin-fourteen-half-right {
    margin-right: 14.5%;
  }
  .md-margin-fifteen-right {
    margin-right: 15%;
  }
  .md-margin-fifteen-half-right {
    margin-right: 15.5%;
  }
  .md-margin-sixteen-right {
    margin-right: 16%;
  }
  .md-margin-sixteen-half-right {
    margin-right: 16.5%;
  }
  .md-margin-seventeen-right {
    margin-right: 17%;
  }
  .md-margin-seventeen-half-right {
    margin-right: 17.5%;
  }
  .md-margin-eighteen-right {
    margin-right: 18%;
  }
  .md-margin-eighteen-half-right {
    margin-right: 18.5%;
  }
  .md-margin-nineteen-right {
    margin-right: 19%;
  }
  .md-margin-nineteen-half-right {
    margin-right: 19.5%;
  }
  .md-margin-twenty-right {
    margin-right: 20%;
  }
  .md-margin-twenty-half-right {
    margin-right: 20.5%;
  }
  .md-margin-twenty-one-right {
    margin-right: 21%;
  }
  .md-margin-twenty-one-half-right {
    margin-right: 21.5%;
  }
  .md-margin-twenty-two-right {
    margin-right: 22%;
  }
  .md-margin-twenty-two-half-right {
    margin-right: 22.5%;
  }
  .md-margin-twenty-three-right {
    margin-right: 23%;
  }
  .md-margin-twenty-three-half-right {
    margin-right: 23.5%;
  }
  .md-margin-twenty-four-right {
    margin-right: 24%;
  }
  .md-margin-twenty-four-half-right {
    margin-right: 24.5%;
  }
  .md-margin-twenty-five-right {
    margin-right: 25%;
  }
  .md-margin-10px-right {
    margin-right: 10px;
  }
  .md-margin-15px-right {
    margin-right: 15px;
  }
  .md-margin-20px-right {
    margin-right: 20px;
  }
  .md-margin-25px-right {
    margin-right: 25px;
  }
  .md-margin-30px-right {
    margin-right: 30px;
  }
  .md-margin-35px-right {
    margin-right: 35px;
  }
  .md-margin-40px-right {
    margin-right: 40px;
  }
  .md-margin-45px-right {
    margin-right: 45px;
  }
  .md-margin-50px-right {
    margin-right: 50px;
  }
  .md-margin-55px-right {
    margin-right: 55px;
  }
  .md-margin-60px-right {
    margin-right: 60px;
  }
  .md-margin-65px-right {
    margin-right: 65px;
  }
  .md-margin-70px-right {
    margin-right: 70px;
  }
  .md-margin-75px-right {
    margin-right: 75px;
  }
  .md-margin-80px-right {
    margin-right: 80px;
  }
  .md-margin-85px-right {
    margin-right: 85px;
  }
  .md-margin-90px-right {
    margin-right: 90px;
  }
  .md-margin-95px-right {
    margin-right: 95px;
  }
  .md-margin-100px-right {
    margin-right: 100px;
  }
  .md-margin-one-left {
    margin-left: 1%;
  }
  .md-margin-one-half-left {
    margin-left: 1.5%;
  }
  .md-margin-two-left {
    margin-left: 2%;
  }
  .md-margin-two-half-left {
    margin-left: 2.5%;
  }
  .md-margin-three-left {
    margin-left: 3%;
  }
  .md-margin-three-half-left {
    margin-left: 3.5%;
  }
  .md-margin-four-left {
    margin-left: 4%;
  }
  .md-margin-four-half-left {
    margin-left: 4.5%;
  }
  .md-margin-five-left {
    margin-left: 5%;
  }
  .md-margin-five-half-left {
    margin-left: 5.5%;
  }
  .md-margin-six-left {
    margin-left: 6%;
  }
  .md-margin-six-half-left {
    margin-left: 6.5%;
  }
  .md-margin-seven-left {
    margin-left: 7%;
  }
  .md-margin-seven-half-left {
    margin-left: 7.5%;
  }
  .md-margin-eight-left {
    margin-left: 8%;
  }
  .md-margin-eight-half-left {
    margin-left: 8.5%;
  }
  .md-margin-nine-left {
    margin-left: 9%;
  }
  .md-margin-nine-half-left {
    margin-left: 9.5%;
  }
  .md-margin-ten-left {
    margin-left: 10%;
  }
  .md-margin-ten-half-left {
    margin-left: 10.5%;
  }
  .md-margin-eleven-left {
    margin-left: 11%;
  }
  .md-margin-eleven-half-left {
    margin-left: 11.5%;
  }
  .md-margin-twelve-left {
    margin-left: 12%;
  }
  .md-margin-twelve-half-left {
    margin-left: 12.5%;
  }
  .md-margin-thirteen-left {
    margin-left: 13%;
  }
  .md-margin-thirteen-half-left {
    margin-left: 13.5%;
  }
  .md-margin-fourteen-left {
    margin-left: 14%;
  }
  .md-margin-fourteen-half-left {
    margin-left: 14.5%;
  }
  .md-margin-fifteen-left {
    margin-left: 15%;
  }
  .md-margin-fifteen-half-left {
    margin-left: 15.5%;
  }
  .md-margin-sixteen-left {
    margin-left: 16%;
  }
  .md-margin-sixteen-half-left {
    margin-left: 16.5%;
  }
  .md-margin-seventeen-left {
    margin-left: 17%;
  }
  .md-margin-seventeen-half-left {
    margin-left: 17.5%;
  }
  .md-margin-eighteen-left {
    margin-left: 18%;
  }
  .md-margin-eighteen-half-left {
    margin-left: 18.5%;
  }
  .md-margin-nineteen-left {
    margin-left: 19%;
  }
  .md-margin-nineteen-half-left {
    margin-left: 19.5%;
  }
  .md-margin-twenty-left {
    margin-left: 20%;
  }
  .md-margin-twenty-half-left {
    margin-left: 20.5%;
  }
  .md-margin-twenty-one-left {
    margin-left: 21%;
  }
  .md-margin-twenty-one-half-left {
    margin-left: 21.5%;
  }
  .md-margin-twenty-two-left {
    margin-left: 22%;
  }
  .md-margin-twenty-two-half-left {
    margin-left: 22.5%;
  }
  .md-margin-twenty-three-left {
    margin-left: 23%;
  }
  .md-margin-twenty-three-half-left {
    margin-left: 23.5%;
  }
  .md-margin-twenty-four-left {
    margin-left: 24%;
  }
  .md-margin-twenty-four-half-left {
    margin-left: 24.5%;
  }
  .md-margin-twenty-five-left {
    margin-left: 25%;
  }
  .md-margin-5px-left {
    margin-left: 5px;
  }
  .md-margin-10px-left {
    margin-left: 10px;
  }
  .md-margin-15px-left {
    margin-left: 15px;
  }
  .md-margin-20px-left {
    margin-left: 20px;
  }
  .md-margin-25px-left {
    margin-left: 25px;
  }
  .md-margin-30px-left {
    margin-left: 30px;
  }
  .md-margin-35px-left {
    margin-left: 35px;
  }
  .md-margin-40px-left {
    margin-left: 40px;
  }
  .md-margin-45px-left {
    margin-left: 45px;
  }
  .md-margin-50px-left {
    margin-left: 50px;
  }
  .md-margin-55px-left {
    margin-left: 55px;
  }
  .md-margin-60px-left {
    margin-left: 60px;
  }
  .md-margin-65px-left {
    margin-left: 65px;
  }
  .md-margin-70px-left {
    margin-left: 70px;
  }
  .md-margin-75px-left {
    margin-left: 75px;
  }
  .md-margin-80px-left {
    margin-left: 80px;
  }
  .md-margin-85px-left {
    margin-left: 85px;
  }
  .md-margin-90px-left {
    margin-left: 90px;
  }
  .md-margin-95px-left {
    margin-left: 95px;
  }
  .md-margin-100px-left {
    margin-left: 100px;
  }
  .md-margin-one-lr {
    margin-left: 1%;
    margin-right: 1%;
  }
  .md-margin-one-lr {
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
  .md-margin-two-lr {
    margin-left: 2%;
    margin-right: 2%;
  }
  .md-margin-two-lr {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .md-margin-three-lr {
    margin-left: 3%;
    margin-right: 3%;
  }
  .md-margin-three-lr {
    margin-left: 3.5%;
    margin-right: 3.5%;
  }
  .md-margin-four-lr {
    margin-left: 4%;
    margin-right: 4%;
  }
  .md-margin-four-lr {
    margin-left: 4.5%;
    margin-right: 4.5%;
  }
  .md-margin-five-lr {
    margin-left: 5%;
    margin-right: 5%;
  }
  .md-margin-five-lr {
    margin-left: 5.5%;
    margin-right: 5.5%;
  }
  .md-margin-six-lr {
    margin-left: 6%;
    margin-right: 6%;
  }
  .md-margin-six-lr {
    margin-left: 6.5%;
    margin-right: 6.5%;
  }
  .md-margin-seven-lr {
    margin-left: 7%;
    margin-right: 7%;
  }
  .md-margin-seven-lr {
    margin-left: 7.5%;
    margin-right: 7.5%;
  }
  .md-margin-eight-lr {
    margin-left: 8%;
    margin-right: 8%;
  }
  .md-margin-eight-lr {
    margin-left: 8.5%;
    margin-right: 8.5%;
  }
  .md-margin-nine-lr {
    margin-left: 9%;
    margin-right: 9%;
  }
  .md-margin-nine-lr {
    margin-left: 9.5%;
    margin-right: 9.5%;
  }
  .md-margin-ten-lr {
    margin-left: 10%;
    margin-right: 10%;
  }
  .md-margin-ten-lr {
    margin-left: 10.5%;
    margin-right: 10.5%;
  }
  .md-margin-eleven-lr {
    margin-left: 11%;
    margin-right: 11%;
  }
  .md-margin-eleven-lr {
    margin-left: 11.5%;
    margin-right: 11.5%;
  }
  .md-margin-twelve-lr {
    margin-left: 12%;
    margin-right: 12%;
  }
  .md-margin-twelve-lr {
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
  .md-margin-thirteen-lr {
    margin-left: 13%;
    margin-right: 13%;
  }
  .md-margin-thirteen-half-lr {
    margin-left: 13.5%;
    margin-right: 13.5%;
  }
  .md-margin-fourteen-lr {
    margin-left: 14%;
    margin-right: 14%;
  }
  .md-margin-fourteen-half-lr {
    margin-left: 14.5%;
    margin-right: 14.5%;
  }
  .md-margin-fifteen-lr {
    margin-left: 15%;
    margin-right: 15%;
  }
  .md-margin-fifteen-half-lr {
    margin-left: 15.5%;
    margin-right: 15.5%;
  }
  .md-margin-sixteen-lr {
    margin-left: 16%;
    margin-right: 16%;
  }
  .md-margin-sixteen-half-lr {
    margin-left: 16.5%;
    margin-right: 16.5%;
  }
  .md-margin-seventeen-lr {
    margin-left: 17%;
    margin-right: 17%;
  }
  .md-margin-seventeen-half-lr {
    margin-left: 17.5%;
    margin-right: 17.5%;
  }
  .md-margin-eighteen-lr {
    margin-left: 18%;
    margin-right: 18%;
  }
  .md-margin-eighteen-half-lr {
    margin-left: 18.5%;
    margin-right: 18.5%;
  }
  .md-margin-nineteen-lr {
    margin-left: 19%;
    margin-right: 19%;
  }
  .md-margin-nineteen-half-lr {
    margin-left: 19.5%;
    margin-right: 19.5%;
  }
  .md-margin-twenty-lr {
    margin-left: 20%;
    margin-right: 20%;
  }
  .md-margin-twenty-half-lr {
    margin-left: 20.5%;
    margin-right: 20.5%;
  }
  .md-margin-twenty-one-lr {
    margin-left: 21%;
    margin-right: 21%;
  }
  .md-margin-twenty-one-half-lr {
    margin-left: 21.5%;
    margin-right: 21.5%;
  }
  .md-margin-twenty-two-lr {
    margin-left: 22%;
    margin-right: 22%;
  }
  .md-margin-twenty-two-half-lr {
    margin-left: 22.5%;
    margin-right: 22.5%;
  }
  .md-margin-twenty-three-lr {
    margin-left: 23%;
    margin-right: 23%;
  }
  .md-margin-twenty-three-half-lr {
    margin-left: 23.5%;
    margin-right: 23.5%;
  }
  .md-margin-twenty-four-lr {
    margin-left: 24%;
    margin-right: 24%;
  }
  .md-margin-twenty-four-half-lr {
    margin-left: 24.5%;
    margin-right: 24.5%;
  }
  .md-margin-twenty-five-lr {
    margin-left: 25%;
    margin-right: 25%;
  }
  .md-margin-5px-lr {
    margin-left: 5px;
    margin-right: 5px;
  }
  .md-margin-10px-lr {
    margin-left: 10px;
    margin-right: 10px;
  }
  .md-margin-15px-lr {
    margin-left: 15px;
    margin-right: 15px;
  }
  .md-margin-20px-lr {
    margin-left: 20px;
    margin-right: 20px;
  }
  .md-margin-25px-lr {
    margin-left: 25px;
    margin-right: 25px;
  }
  .md-margin-30px-lr {
    margin-left: 30px;
    margin-right: 30px;
  }
  .md-margin-35px-lr {
    margin-left: 35px;
    margin-right: 35px;
  }
  .md-margin-40px-lr {
    margin-left: 40px;
    margin-right: 40px;
  }
  .md-margin-45px-lr {
    margin-left: 45px;
    margin-right: 45px;
  }
  .md-margin-50px-lr {
    margin-left: 50px;
    margin-right: 50px;
  }
  .md-margin-55px-lr {
    margin-left: 55px;
    margin-right: 55px;
  }
  .md-margin-60px-lr {
    margin-left: 60px;
    margin-right: 60px;
  }
  .md-margin-65px-lr {
    margin-left: 65px;
    margin-right: 65px;
  }
  .md-margin-70px-lr {
    margin-left: 70px;
    margin-right: 70px;
  }
  .md-margin-75px-lr {
    margin-left: 75px;
    margin-right: 75px;
  }
  .md-margin-80px-lr {
    margin-left: 80px;
    margin-right: 80px;
  }
  .md-margin-85px-lr {
    margin-left: 85px;
    margin-right: 85px;
  }
  .md-margin-90px-lr {
    margin-left: 90px;
    margin-right: 90px;
  }
  .md-margin-95px-lr {
    margin-left: 95px;
    margin-right: 95px;
  }
  .md-margin-100px-lr {
    margin-left: 100px;
    margin-right: 100px;
  }
  .md-margin-one-tb {
    margin-top: 1%;
    margin-bottom: 1%;
  }
  .md-margin-one-tb {
    margin-top: 1.5%;
    margin-bottom: 1.5%;
  }
  .md-margin-two-tb {
    margin-top: 2%;
    margin-bottom: 2%;
  }
  .md-margin-two-tb {
    margin-top: 2.5%;
    margin-bottom: 2.5%;
  }
  .md-margin-three-tb {
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .md-margin-three-tb {
    margin-top: 3.5%;
    margin-bottom: 3.5%;
  }
  .md-margin-four-tb {
    margin-top: 4%;
    margin-bottom: 4%;
  }
  .md-margin-four-tb {
    margin-top: 4.5%;
    margin-bottom: 4.5%;
  }
  .md-margin-five-tb {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .md-margin-five-tb {
    margin-top: 5.5%;
    margin-bottom: 5.5%;
  }
  .md-margin-six-tb {
    margin-top: 6%;
    margin-bottom: 6%;
  }
  .md-margin-six-tb {
    margin-top: 6.5%;
    margin-bottom: 6.5%;
  }
  .md-margin-seven-tb {
    margin-top: 7%;
    margin-bottom: 7%;
  }
  .md-margin-seven-tb {
    margin-top: 7.5%;
    margin-bottom: 7.5%;
  }
  .md-margin-eight-tb {
    margin-top: 8%;
    margin-bottom: 8%;
  }
  .md-margin-eight-tb {
    margin-top: 8.5%;
    margin-bottom: 8.5%;
  }
  .md-margin-nine-tb {
    margin-top: 9%;
    margin-bottom: 9%;
  }
  .md-margin-nine-tb {
    margin-top: 9.5%;
    margin-bottom: 9.5%;
  }
  .md-margin-ten-tb {
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .md-margin-ten-tb {
    margin-top: 10.5%;
    margin-bottom: 10.5%;
  }
  .md-margin-eleven-tb {
    margin-top: 11%;
    margin-bottom: 11%;
  }
  .md-margin-eleven-tb {
    margin-top: 11.5%;
    margin-bottom: 11.5%;
  }
  .md-margin-twelve-tb {
    margin-top: 12%;
    margin-bottom: 12%;
  }
  .md-margin-twelve-tb {
    margin-top: 12.5%;
    margin-bottom: 12.5%;
  }
  .md-margin-thirteen-tb {
    margin-top: 13%;
    margin-bottom: 13%;
  }
  .md-margin-thirteen-half-tb {
    margin-top: 13.5%;
    margin-bottom: 13.5%;
  }
  .md-margin-fourteen-tb {
    margin-top: 14%;
    margin-bottom: 14%;
  }
  .md-margin-fourteen-half-tb {
    margin-top: 14.5%;
    margin-bottom: 14.5%;
  }
  .md-margin-fifteen-tb {
    margin-top: 15%;
    margin-bottom: 15%;
  }
  .md-margin-fifteen-half-tb {
    margin-top: 15.5%;
    margin-bottom: 15.5%;
  }
  .md-margin-sixteen-tb {
    margin-top: 16%;
    margin-bottom: 16%;
  }
  .md-margin-sixteen-half-tb {
    margin-top: 16.5%;
    margin-bottom: 16.5%;
  }
  .md-margin-seventeen-tb {
    margin-top: 17%;
    margin-bottom: 17%;
  }
  .md-margin-seventeen-half-tb {
    margin-top: 17.5%;
    margin-bottom: 17.5%;
  }
  .md-margin-eighteen-tb {
    margin-top: 18%;
    margin-bottom: 18%;
  }
  .md-margin-eighteen-half-tb {
    margin-top: 18.5%;
    margin-bottom: 18.5%;
  }
  .md-margin-nineteen-tb {
    margin-top: 19%;
    margin-bottom: 19%;
  }
  .md-margin-nineteen-half-tb {
    margin-top: 19.5%;
    margin-bottom: 19.5%;
  }
  .md-margin-twenty-tb {
    margin-top: 20%;
    margin-bottom: 20%;
  }
  .md-margin-twenty-half-tb {
    margin-top: 20.5%;
    margin-bottom: 20.5%;
  }
  .md-margin-twenty-one-tb {
    margin-top: 21%;
    margin-bottom: 21%;
  }
  .md-margin-twenty-one-half-tb {
    margin-top: 21.5%;
    margin-bottom: 21.5%;
  }
  .md-margin-twenty-two-tb {
    margin-top: 22%;
    margin-bottom: 22%;
  }
  .md-margin-twenty-two-half-tb {
    margin-top: 22.5%;
    margin-bottom: 22.5%;
  }
  .md-margin-twenty-three-tb {
    margin-top: 23%;
    margin-bottom: 23%;
  }
  .md-margin-twenty-three-half-tb {
    margin-top: 23.5%;
    margin-bottom: 23.5%;
  }
  .md-margin-twenty-four-tb {
    margin-top: 24%;
    margin-bottom: 24%;
  }
  .md-margin-twenty-four-half-tb {
    margin-top: 24.5%;
    margin-bottom: 24.5%;
  }
  .md-margin-twenty-five-tb {
    margin-top: 25%;
    margin-bottom: 25%;
  }
  .md-margin-5px-tb {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .md-margin-10px-tb {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .md-margin-15px-tb {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .md-margin-20px-tb {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .md-margin-25px-tb {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .md-margin-30px-tb {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .md-margin-35px-tb {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .md-margin-40px-tb {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .md-margin-45px-tb {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .md-margin-50px-tb {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .md-margin-55px-tb {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .md-margin-60px-tb {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .md-margin-65px-tb {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .md-margin-70px-tb {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .md-margin-75px-tb {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .md-margin-80px-tb {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .md-margin-85px-tb {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .md-margin-90px-tb {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .md-margin-95px-tb {
    margin-top: 95px;
    margin-bottom: 95px;
  }
  .md-margin-100px-tb {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .md-header-padding-top {
    padding-top: 82px;
  }
  .md-header-margin-top {
    margin-top: 80px;
  }
  .md-no-padding {
    padding: 0 !important;
  }
  .md-no-padding-lr {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .md-no-padding-tb {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .md-no-padding-top {
    padding-top: 0 !important;
  }
  .md-no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .md-no-padding-left {
    padding-left: 0 !important;
  }
  .md-no-padding-right {
    padding-right: 0 !important;
  }
  .md-padding-one-all {
    padding: 1%;
  }
  .md-padding-one-half-all {
    padding: 1.5%;
  }
  .md-padding-two-all {
    padding: 2%;
  }
  .md-padding-two-half-all {
    padding: 2.5%;
  }
  .md-padding-three-all {
    padding: 3%;
  }
  .md-padding-three-half-all {
    padding: 3.5%;
  }
  .md-padding-four-all {
    padding: 4%;
  }
  .md-padding-four-half-all {
    padding: 4.5%;
  }
  .md-padding-five-all {
    padding: 5%;
  }
  .md-padding-five-half-all {
    padding: 5.5%;
  }
  .md-padding-six-all {
    padding: 6%;
  }
  .md-padding-six-half-all {
    padding: 6.5%;
  }
  .md-padding-seven-all {
    padding: 7%;
  }
  .md-padding-seven-half-all {
    padding: 7.5%;
  }
  .md-padding-eight-all {
    padding: 8%;
  }
  .md-padding-eight-half-all {
    padding: 8.5%;
  }
  .md-padding-nine-all {
    padding: 9%;
  }
  .md-padding-nine-half-all {
    padding: 9.5%;
  }
  .md-padding-ten-all {
    padding: 10%;
  }
  .md-padding-ten-half-all {
    padding: 10.5%;
  }
  .md-padding-eleven-all {
    padding: 11%;
  }
  .md-padding-eleven-half-all {
    padding: 11.5%;
  }
  .md-padding-twelve-all {
    padding: 12%;
  }
  .md-padding-twelve-half-all {
    padding: 12.5%;
  }
  .md-padding-thirteen-all {
    padding: 13%;
  }
  .md-padding-thirteen-half-all {
    padding: 13.5%;
  }
  .md-padding-fourteen-all {
    padding: 14%;
  }
  .md-padding-fourteen-half-all {
    padding: 14.5%;
  }
  .md-padding-fifteen-all {
    padding: 15%;
  }
  .md-padding-fifteen-half-all {
    padding: 15.5%;
  }
  .md-padding-sixteen-all {
    padding: 16%;
  }
  .md-padding-sixteen-half-all {
    padding: 16.5%;
  }
  .md-padding-seventeen-all {
    padding: 17%;
  }
  .md-padding-seventeen-half-all {
    padding: 17.5%;
  }
  .md-padding-eighteen-all {
    padding: 18%;
  }
  .md-padding-eighteen-half-all {
    padding: 18.5%;
  }
  .md-padding-nineteen-all {
    padding: 19%;
  }
  .md-padding-nineteen-half-all {
    padding: 19.5%;
  }
  .md-padding-twenty-all {
    padding: 20%;
  }
  .md-padding-twenty-half-all {
    padding: 20.5%;
  }
  .md-padding-twenty-one-all {
    padding: 21%;
  }
  .md-padding-twenty-one-half-all {
    padding: 21.5%;
  }
  .md-padding-twenty-two-all {
    padding: 22%;
  }
  .md-padding-twenty-two-half-all {
    padding: 22.5%;
  }
  .md-padding-twenty-three-all {
    padding: 23%;
  }
  .md-padding-twenty-three-half-all {
    padding: 23.5%;
  }
  .md-padding-twenty-four-all {
    padding: 24%;
  }
  .md-padding-twenty-four-half-all {
    padding: 24.5%;
  }
  .md-padding-twenty-five-all {
    padding: 25%;
  }
  .md-padding-5px-all {
    padding: 5px;
  }
  .md-padding-10px-all {
    padding: 10px;
  }
  .md-padding-15px-all {
    padding: 15px;
  }
  .md-padding-20px-all {
    padding: 20px;
  }
  .md-padding-25px-all {
    padding: 25px;
  }
  .md-padding-30px-all {
    padding: 30px;
  }
  .md-padding-35px-all {
    padding: 35px;
  }
  .md-padding-40px-all {
    padding: 40px;
  }
  .md-padding-45px-all {
    padding: 45px;
  }
  .md-padding-50px-all {
    padding: 50px;
  }
  .md-padding-55px-all {
    padding: 55px;
  }
  .md-padding-60px-all {
    padding: 60px;
  }
  .md-padding-65px-all {
    padding: 65px;
  }
  .md-padding-70px-all {
    padding: 70px;
  }
  .md-padding-75px-all {
    padding: 75px;
  }
  .md-padding-80px-all {
    padding: 80px;
  }
  .md-padding-85px-all {
    padding: 85px;
  }
  .md-padding-90px-all {
    padding: 90px;
  }
  .md-padding-95px-all {
    padding: 95px;
  }
  .md-padding-100px-all {
    padding: 100px;
  }
  .md-padding-one-top {
    padding-top: 1%;
  }
  .md-padding-one-half-top {
    padding-top: 1.5%;
  }
  .md-padding-two-top {
    padding-top: 2%;
  }
  .md-padding-two-half-top {
    padding-top: 2.5%;
  }
  .md-padding-three-top {
    padding-top: 3%;
  }
  .md-padding-three-half-top {
    padding-top: 3.5%;
  }
  .md-padding-four-top {
    padding-top: 4%;
  }
  .md-padding-four-half-top {
    padding-top: 4.5%;
  }
  .md-padding-five-top {
    padding-top: 5%;
  }
  .md-padding-five-half-top {
    padding-top: 5.5%;
  }
  .md-padding-six-top {
    padding-top: 6%;
  }
  .md-padding-six-half-top {
    padding-top: 6.5%;
  }
  .md-padding-seven-top {
    padding-top: 7%;
  }
  .md-padding-seven-half-top {
    padding-top: 7.5%;
  }
  .md-padding-eight-top {
    padding-top: 8%;
  }
  .md-padding-eight-half-top {
    padding-top: 8.5%;
  }
  .md-padding-nine-top {
    padding-top: 9%;
  }
  .md-padding-nine-half-top {
    padding-top: 9.5%;
  }
  .md-padding-ten-top {
    padding-top: 10%;
  }
  .md-padding-ten-half-top {
    padding-top: 10.5%;
  }
  .md-padding-eleven-top {
    padding-top: 11%;
  }
  .md-padding-eleven-half-top {
    padding-top: 11.5%;
  }
  .md-padding-twelve-top {
    padding-top: 12%;
  }
  .md-padding-twelve-half-top {
    padding-top: 12.5%;
  }
  .md-padding-thirteen-top {
    padding-top: 13%;
  }
  .md-padding-thirteen-half-top {
    padding-top: 13.5%;
  }
  .md-padding-fourteen-top {
    padding-top: 14%;
  }
  .md-padding-fourteen-half-top {
    padding-top: 14.5%;
  }
  .md-padding-fifteen-top {
    padding-top: 15%;
  }
  .md-padding-fifteen-half-top {
    padding-top: 15.5%;
  }
  .md-padding-sixteen-top {
    padding-top: 16%;
  }
  .md-padding-sixteen-half-top {
    padding-top: 16.5%;
  }
  .md-padding-seventeen-top {
    padding-top: 17%;
  }
  .md-padding-seventeen-half-top {
    padding-top: 17.5%;
  }
  .md-padding-eighteen-top {
    padding-top: 18%;
  }
  .md-padding-eighteen-half-top {
    padding-top: 18.5%;
  }
  .md-padding-nineteen-top {
    padding-top: 19%;
  }
  .md-padding-nineteen-half-top {
    padding-top: 19.5%;
  }
  .md-padding-twenty-top {
    padding-top: 20%;
  }
  .md-padding-twenty-half-top {
    padding-top: 20.5%;
  }
  .md-padding-twenty-one-top {
    padding-top: 21%;
  }
  .md-padding-twenty-one-half-top {
    padding-top: 21.5%;
  }
  .md-padding-twenty-two-top {
    padding-top: 22%;
  }
  .md-padding-twenty-two-half-top {
    padding-top: 22.5%;
  }
  .md-padding-twenty-three-top {
    padding-top: 23%;
  }
  .md-padding-twenty-three-half-top {
    padding-top: 23.5%;
  }
  .md-padding-twenty-four-top {
    padding-top: 24%;
  }
  .md-padding-twenty-four-half-top {
    padding-top: 24.5%;
  }
  .md-padding-twenty-five-top {
    padding-top: 25%;
  }
  .md-padding-5px-top {
    padding-top: 5px;
  }
  .md-padding-10px-top {
    padding-top: 10px;
  }
  .md-padding-15px-top {
    padding-top: 15px;
  }
  .md-padding-20px-top {
    padding-top: 20px;
  }
  .md-padding-25px-top {
    padding-top: 25px;
  }
  .md-padding-30px-top {
    padding-top: 30px;
  }
  .md-padding-35px-top {
    padding-top: 35px;
  }
  .md-padding-40px-top {
    padding-top: 40px;
  }
  .md-padding-45px-top {
    padding-top: 45px;
  }
  .md-padding-50px-top {
    padding-top: 50px;
  }
  .md-padding-55px-top {
    padding-top: 55px;
  }
  .md-padding-60px-top {
    padding-top: 60px;
  }
  .md-padding-65px-top {
    padding-top: 65px;
  }
  .md-padding-70px-top {
    padding-top: 70px;
  }
  .md-padding-75px-top {
    padding-top: 75px;
  }
  .md-padding-80px-top {
    padding-top: 80px;
  }
  .md-padding-85px-top {
    padding-top: 85px;
  }
  .md-padding-90px-top {
    padding-top: 90px;
  }
  .md-padding-95px-top {
    padding-top: 95px;
  }
  .md-padding-100px-top {
    padding-top: 100px;
  }
  .md-padding-one-bottom {
    padding-bottom: 1%;
  }
  .md-padding-one-half-bottom {
    padding-bottom: 1.5%;
  }
  .md-padding-two-bottom {
    padding-bottom: 2%;
  }
  .md-padding-two-half-bottom {
    padding-bottom: 2.5%;
  }
  .md-padding-three-bottom {
    padding-bottom: 3%;
  }
  .md-padding-three-half-bottom {
    padding-bottom: 3.5%;
  }
  .md-padding-four-bottom {
    padding-bottom: 4%;
  }
  .md-padding-four-half-bottom {
    padding-bottom: 4.5%;
  }
  .md-padding-five-bottom {
    padding-bottom: 5%;
  }
  .md-padding-five-half-bottom {
    padding-bottom: 5.5%;
  }
  .md-padding-six-bottom {
    padding-bottom: 6%;
  }
  .md-padding-six-half-bottom {
    padding-bottom: 6.5%;
  }
  .md-padding-seven-bottom {
    padding-bottom: 7%;
  }
  .md-padding-seven-half-bottom {
    padding-bottom: 7.5%;
  }
  .md-padding-eight-bottom {
    padding-bottom: 8%;
  }
  .md-padding-eight-half-bottom {
    padding-bottom: 8.5%;
  }
  .md-padding-nine-bottom {
    padding-bottom: 9%;
  }
  .md-padding-nine-half-bottom {
    padding-bottom: 9.5%;
  }
  .md-padding-ten-bottom {
    padding-bottom: 10%;
  }
  .md-padding-ten-half-bottom {
    padding-bottom: 10.5%;
  }
  .md-padding-eleven-bottom {
    padding-bottom: 11%;
  }
  .md-padding-eleven-half-bottom {
    padding-bottom: 11.5%;
  }
  .md-padding-twelve-bottom {
    padding-bottom: 12%;
  }
  .md-padding-twelve-half-bottom {
    padding-bottom: 12.5%;
  }
  .md-padding-thirteen-bottom {
    padding-bottom: 13%;
  }
  .md-padding-thirteen-half-bottom {
    padding-bottom: 13.5%;
  }
  .md-padding-fourteen-bottom {
    padding-bottom: 14%;
  }
  .md-padding-fourteen-half-bottom {
    padding-bottom: 14.5%;
  }
  .md-padding-fifteen-bottom {
    padding-bottom: 15%;
  }
  .md-padding-fifteen-half-bottom {
    padding-bottom: 15.5%;
  }
  .md-padding-sixteen-bottom {
    padding-bottom: 16%;
  }
  .md-padding-sixteen-half-bottom {
    padding-bottom: 16.5%;
  }
  .md-padding-seventeen-bottom {
    padding-bottom: 17%;
  }
  .md-padding-seventeen-half-bottom {
    padding-bottom: 17.5%;
  }
  .md-padding-eighteen-bottom {
    padding-bottom: 18%;
  }
  .md-padding-eighteen-half-bottom {
    padding-bottom: 18.5%;
  }
  .md-padding-nineteen-bottom {
    padding-bottom: 19%;
  }
  .md-padding-nineteen-half-bottom {
    padding-bottom: 19.5%;
  }
  .md-padding-twenty-bottom {
    padding-bottom: 20%;
  }
  .md-padding-twenty-half-bottom {
    padding-bottom: 20.5%;
  }
  .md-padding-twenty-one-bottom {
    padding-bottom: 21%;
  }
  .md-padding-twenty-one-half-bottom {
    padding-bottom: 21.5%;
  }
  .md-padding-twenty-two-bottom {
    padding-bottom: 22%;
  }
  .md-padding-twenty-two-half-bottom {
    padding-bottom: 22.5%;
  }
  .md-padding-twenty-three-bottom {
    padding-bottom: 23%;
  }
  .md-padding-twenty-three-half-bottom {
    padding-bottom: 23.5%;
  }
  .md-padding-twenty-four-bottom {
    padding-bottom: 24%;
  }
  .md-padding-twenty-four-half-bottom {
    padding-bottom: 24.5%;
  }
  .md-padding-twenty-five-bottom {
    padding-bottom: 25%;
  }
  .md-padding-5px-bottom {
    padding-bottom: 5px;
  }
  .md-padding-10px-bottom {
    padding-bottom: 10px;
  }
  .md-padding-15px-bottom {
    padding-bottom: 15px;
  }
  .md-padding-20px-bottom {
    padding-bottom: 20px;
  }
  .md-padding-25px-bottom {
    padding-bottom: 25px;
  }
  .md-padding-30px-bottom {
    padding-bottom: 30px;
  }
  .md-padding-35px-bottom {
    padding-bottom: 35px;
  }
  .md-padding-40px-bottom {
    padding-bottom: 40px;
  }
  .md-padding-45px-bottom {
    padding-bottom: 45px;
  }
  .md-padding-50px-bottom {
    padding-bottom: 50px;
  }
  .md-padding-55px-bottom {
    padding-bottom: 55px;
  }
  .md-padding-60px-bottom {
    padding-bottom: 60px;
  }
  .md-padding-65px-bottom {
    padding-bottom: 65px;
  }
  .md-padding-70px-bottom {
    padding-bottom: 70px;
  }
  .md-padding-75px-bottom {
    padding-bottom: 75px;
  }
  .md-padding-80px-bottom {
    padding-bottom: 80px;
  }
  .md-padding-85px-bottom {
    padding-bottom: 85px;
  }
  .md-padding-90px-bottom {
    padding-bottom: 90px;
  }
  .md-padding-95px-bottom {
    padding-bottom: 95px;
  }
  .md-padding-100px-bottom {
    padding-bottom: 100px;
  }
  .md-padding-one-right {
    padding-right: 1%;
  }
  .md-padding-one-half-right {
    padding-right: 1.5%;
  }
  .md-padding-two-right {
    padding-right: 2%;
  }
  .md-padding-two-half-right {
    padding-right: 2.5%;
  }
  .md-padding-three-right {
    padding-right: 3%;
  }
  .md-padding-three-half-right {
    padding-right: 3.5%;
  }
  .md-padding-four-right {
    padding-right: 4%;
  }
  .md-padding-four-half-right {
    padding-right: 4.5%;
  }
  .md-padding-five-right {
    padding-right: 5%;
  }
  .md-padding-five-half-right {
    padding-right: 5.5%;
  }
  .md-padding-six-right {
    padding-right: 6%;
  }
  .md-padding-six-half-right {
    padding-right: 6.5%;
  }
  .md-padding-seven-right {
    padding-right: 7%;
  }
  .md-padding-seven-half-right {
    padding-right: 7.5%;
  }
  .md-padding-eight-right {
    padding-right: 8%;
  }
  .md-padding-eight-half-right {
    padding-right: 8.5%;
  }
  .md-padding-nine-right {
    padding-right: 9%;
  }
  .md-padding-nine-half-right {
    padding-right: 9.5%;
  }
  .md-padding-ten-right {
    padding-right: 10%;
  }
  .md-padding-ten-half-right {
    padding-right: 10.5%;
  }
  .md-padding-eleven-right {
    padding-right: 11%;
  }
  .md-padding-eleven-half-right {
    padding-right: 11.5%;
  }
  .md-padding-twelve-right {
    padding-right: 12%;
  }
  .md-padding-twelve-half-right {
    padding-right: 12.5%;
  }
  .md-padding-thirteen-right {
    padding-right: 13%;
  }
  .md-padding-thirteen-half-right {
    padding-right: 13.5%;
  }
  .md-padding-fourteen-right {
    padding-right: 14%;
  }
  .md-padding-fourteen-half-right {
    padding-right: 14.5%;
  }
  .md-padding-fifteen-right {
    padding-right: 15%;
  }
  .md-padding-fifteen-half-right {
    padding-right: 15.5%;
  }
  .md-padding-sixteen-right {
    padding-right: 16%;
  }
  .md-padding-sixteen-half-right {
    padding-right: 16.5%;
  }
  .md-padding-seventeen-right {
    padding-right: 17%;
  }
  .md-padding-seventeen-half-right {
    padding-right: 17.5%;
  }
  .md-padding-eighteen-right {
    padding-right: 18%;
  }
  .md-padding-eighteen-half-right {
    padding-right: 18.5%;
  }
  .md-padding-nineteen-right {
    padding-right: 19%;
  }
  .md-padding-nineteen-half-right {
    padding-right: 19.5%;
  }
  .md-padding-twenty-right {
    padding-right: 20%;
  }
  .md-padding-twenty-half-right {
    padding-right: 20.5%;
  }
  .md-padding-twenty-one-right {
    padding-right: 21%;
  }
  .md-padding-twenty-one-half-right {
    padding-right: 21.5%;
  }
  .md-padding-twenty-two-right {
    padding-right: 22%;
  }
  .md-padding-twenty-two-half-right {
    padding-right: 22.5%;
  }
  .md-padding-twenty-three-right {
    padding-right: 23%;
  }
  .md-padding-twenty-three-half-right {
    padding-right: 23.5%;
  }
  .md-padding-twenty-four-right {
    padding-right: 24%;
  }
  .md-padding-twenty-four-half-right {
    padding-right: 24.5%;
  }
  .md-padding-twenty-five-right {
    padding-right: 25%;
  }
  .md-padding-5px-right {
    padding-right: 5px;
  }
  .md-padding-10px-right {
    padding-right: 10px;
  }
  .md-padding-15px-right {
    padding-right: 15px;
  }
  .md-padding-20px-right {
    padding-right: 20px;
  }
  .md-padding-25px-right {
    padding-right: 25px;
  }
  .md-padding-30px-right {
    padding-right: 30px;
  }
  .md-padding-35px-right {
    padding-right: 35px;
  }
  .md-padding-40px-right {
    padding-right: 40px;
  }
  .md-padding-45px-right {
    padding-right: 45px;
  }
  .md-padding-50px-right {
    padding-right: 50px;
  }
  .md-padding-55px-right {
    padding-right: 55px;
  }
  .md-padding-60px-right {
    padding-right: 60px;
  }
  .md-padding-65px-right {
    padding-right: 65px;
  }
  .md-padding-70px-right {
    padding-right: 70px;
  }
  .md-padding-75px-right {
    padding-right: 75px;
  }
  .md-padding-80px-right {
    padding-right: 80px;
  }
  .md-padding-85px-right {
    padding-right: 85px;
  }
  .md-padding-90px-right {
    padding-right: 90px;
  }
  .md-padding-95px-right {
    padding-right: 95px;
  }
  .md-padding-100px-right {
    padding-right: 100px;
  }
  .md-padding-one-left {
    padding-left: 1%;
  }
  .md-padding-one-half-left {
    padding-left: 1.5%;
  }
  .md-padding-two-left {
    padding-left: 2%;
  }
  .md-padding-two-half-left {
    padding-left: 2.5%;
  }
  .md-padding-three-left {
    padding-left: 3%;
  }
  .md-padding-three-half-left {
    padding-left: 3.5%;
  }
  .md-padding-four-left {
    padding-left: 4%;
  }
  .md-padding-four-half-left {
    padding-left: 4.5%;
  }
  .md-padding-five-left {
    padding-left: 5%;
  }
  .md-padding-five-half-left {
    padding-left: 5.5%;
  }
  .md-padding-six-left {
    padding-left: 6%;
  }
  .md-padding-six-half-left {
    padding-left: 6.5%;
  }
  .md-padding-seven-left {
    padding-left: 7%;
  }
  .md-padding-seven-half-left {
    padding-left: 7.5%;
  }
  .md-padding-eight-left {
    padding-left: 8%;
  }
  .md-padding-eight-half-left {
    padding-left: 8.5%;
  }
  .md-padding-nine-left {
    padding-left: 9%;
  }
  .md-padding-nine-half-left {
    padding-left: 9.5%;
  }
  .md-padding-ten-left {
    padding-left: 10%;
  }
  .md-padding-ten-half-left {
    padding-left: 10.5%;
  }
  .md-padding-eleven-left {
    padding-left: 11%;
  }
  .md-padding-eleven-half-left {
    padding-left: 11.5%;
  }
  .md-padding-twelve-left {
    padding-left: 12%;
  }
  .md-padding-twelve-half-left {
    padding-left: 12.5%;
  }
  .md-padding-thirteen-left {
    padding-left: 13%;
  }
  .md-padding-thirteen-half-left {
    padding-left: 13.5%;
  }
  .md-padding-fourteen-left {
    padding-left: 14%;
  }
  .md-padding-fourteen-half-left {
    padding-left: 14.5%;
  }
  .md-padding-fifteen-left {
    padding-left: 15%;
  }
  .md-padding-fifteen-half-left {
    padding-left: 15.5%;
  }
  .md-padding-sixteen-left {
    padding-left: 16%;
  }
  .md-padding-sixteen-half-left {
    padding-left: 16.5%;
  }
  .md-padding-seventeen-left {
    padding-left: 17%;
  }
  .md-padding-seventeen-half-left {
    padding-left: 17.5%;
  }
  .md-padding-eighteen-left {
    padding-left: 18%;
  }
  .md-padding-eighteen-half-left {
    padding-left: 18.5%;
  }
  .md-padding-nineteen-left {
    padding-left: 19%;
  }
  .md-padding-nineteen-half-left {
    padding-left: 19.5%;
  }
  .md-padding-twenty-left {
    padding-left: 20%;
  }
  .md-padding-twenty-half-left {
    padding-left: 20.5%;
  }
  .md-padding-twenty-one-left {
    padding-left: 21%;
  }
  .md-padding-twenty-one-half-left {
    padding-left: 21.5%;
  }
  .md-padding-twenty-two-left {
    padding-left: 22%;
  }
  .md-padding-twenty-two-half-left {
    padding-left: 22.5%;
  }
  .md-padding-twenty-three-left {
    padding-left: 23%;
  }
  .md-padding-twenty-three-half-left {
    padding-left: 23.5%;
  }
  .md-padding-twenty-four-left {
    padding-left: 24%;
  }
  .md-padding-twenty-four-half-left {
    padding-left: 24.5%;
  }
  .md-padding-twenty-five-left {
    padding-left: 25%;
  }
  .md-padding-5px-left {
    padding-left: 5px;
  }
  .md-padding-10px-left {
    padding-left: 10px;
  }
  .md-padding-15px-left {
    padding-left: 15px;
  }
  .md-padding-20px-left {
    padding-left: 20px;
  }
  .md-padding-25px-left {
    padding-left: 25px;
  }
  .md-padding-30px-left {
    padding-left: 30px;
  }
  .md-padding-35px-left {
    padding-left: 35px;
  }
  .md-padding-40px-left {
    padding-left: 40px;
  }
  .md-padding-45px-left {
    padding-left: 45px;
  }
  .md-padding-50px-left {
    padding-left: 50px;
  }
  .md-padding-55px-left {
    padding-left: 55px;
  }
  .md-padding-60px-left {
    padding-left: 60px;
  }
  .md-padding-65px-left {
    padding-left: 65px;
  }
  .md-padding-70px-left {
    padding-left: 70px;
  }
  .md-padding-75px-left {
    padding-left: 75px;
  }
  .md-padding-80px-left {
    padding-left: 80px;
  }
  .md-padding-85px-left {
    padding-left: 85px;
  }
  .md-padding-90px-left {
    padding-left: 90px;
  }
  .md-padding-95px-left {
    padding-left: 95px;
  }
  .md-padding-100px-left {
    padding-left: 100px;
  }
  .md-padding-one-tb {
    padding-top: 1%;
    padding-bottom: 1%;
  }
  .md-padding-one-half-tb {
    padding-top: 1.5%;
    padding-bottom: 1.5%;
  }
  .md-padding-two-tb {
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .md-padding-two-half-tb {
    padding-top: 2.5%;
    padding-bottom: 2.5%;
  }
  .md-padding-three-tb {
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .md-padding-three-half-tb {
    padding-top: 3.5%;
    padding-bottom: 3.5%;
  }
  .md-padding-four-tb {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .md-padding-four-half-tb {
    padding-top: 4.5%;
    padding-bottom: 4.5%;
  }
  .md-padding-five-tb {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .md-padding-five-half-tb {
    padding-top: 5.5%;
    padding-bottom: 5.5%;
  }
  .md-padding-six-tb {
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .md-padding-six-half-tb {
    padding-top: 6.5%;
    padding-bottom: 6.5%;
  }
  .md-padding-seven-tb {
    padding-top: 7%;
    padding-bottom: 7%;
  }
  .md-padding-seven-half-tb {
    padding-top: 7.5%;
    padding-bottom: 7.5%;
  }
  .md-padding-eight-tb {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .md-padding-eight-half-tb {
    padding-top: 8.5%;
    padding-bottom: 8.5%;
  }
  .md-padding-nine-tb {
    padding-top: 9%;
    padding-bottom: 9%;
  }
  .md-padding-nine-half-tb {
    padding-top: 9.5%;
    padding-bottom: 9.5%;
  }
  .md-padding-ten-tb {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .md-padding-ten-half-tb {
    padding-top: 10.5%;
    padding-bottom: 10.5%;
  }
  .md-padding-eleven-tb {
    padding-top: 11%;
    padding-bottom: 11%;
  }
  .md-padding-eleven-half-tb {
    padding-top: 11.5%;
    padding-bottom: 11.5%;
  }
  .md-padding-twelve-tb {
    padding-top: 12%;
    padding-bottom: 12%;
  }
  .md-padding-twelve-half-tb {
    padding-top: 12.5%;
    padding-bottom: 12.5%;
  }
  .md-padding-thirteen-tb {
    padding-top: 13%;
    padding-bottom: 13%;
  }
  .md-padding-thirteen-half-tb {
    padding-top: 13.5%;
    padding-bottom: 13.5%;
  }
  .md-padding-fourteen-tb {
    padding-top: 14%;
    padding-bottom: 14%;
  }
  .md-padding-fourteen-half-tb {
    padding-top: 14.5%;
    padding-bottom: 14.5%;
  }
  .md-padding-fifteen-tb {
    padding-top: 15%;
    padding-bottom: 15%;
  }
  .md-padding-fifteen-half-tb {
    padding-top: 15.5%;
    padding-bottom: 15.5%;
  }
  .md-padding-sixteen-tb {
    padding-top: 16%;
    padding-bottom: 16%;
  }
  .md-padding-sixteen-half-tb {
    padding-top: 16.5%;
    padding-bottom: 16.5%;
  }
  .md-padding-seventeen-tb {
    padding-top: 17%;
    padding-bottom: 17%;
  }
  .md-padding-seventeen-half-tb {
    padding-top: 17.5%;
    padding-bottom: 17.5%;
  }
  .md-padding-eighteen-tb {
    padding-top: 18%;
    padding-bottom: 18%;
  }
  .md-padding-eighteen-half-tb {
    padding-top: 18.5%;
    padding-bottom: 18.5%;
  }
  .md-padding-nineteen-tb {
    padding-top: 19%;
    padding-bottom: 19%;
  }
  .md-padding-nineteen-half-tb {
    padding-top: 19.5%;
    padding-bottom: 19.5%;
  }
  .md-padding-twenty-tb {
    padding-top: 20%;
    padding-bottom: 20%;
  }
  .md-padding-twenty-half-tb {
    padding-top: 20.5%;
    padding-bottom: 20.5%;
  }
  .md-padding-twenty-one-tb {
    padding-top: 21%;
    padding-bottom: 21%;
  }
  .md-padding-twenty-one-half-tb {
    padding-top: 21.5%;
    padding-bottom: 21.5%;
  }
  .md-padding-twenty-two-tb {
    padding-top: 22%;
    padding-bottom: 22%;
  }
  .md-padding-twenty-two-half-tb {
    padding-top: 22.5%;
    padding-bottom: 22.5%;
  }
  .md-padding-twenty-three-tb {
    padding-top: 23%;
    padding-bottom: 23%;
  }
  .md-padding-twenty-three-half-tb {
    padding-top: 23.5%;
    padding-bottom: 23.5%;
  }
  .md-padding-twenty-four-tb {
    padding-top: 24%;
    padding-bottom: 24%;
  }
  .md-padding-twenty-four-half-tb {
    padding-top: 24.5%;
    padding-bottom: 24.5%;
  }
  .md-padding-twenty-tb {
    padding-top: 25%;
    padding-bottom: 25%;
  }
  .md-padding-5px-tb {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .md-padding-10px-tb {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .md-padding-15px-tb {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .md-padding-20px-tb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .md-padding-25px-tb {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .md-padding-30px-tb {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .md-padding-35px-tb {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .md-padding-40px-tb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .md-padding-45px-tb {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .md-padding-50px-tb {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .md-padding-55px-tb {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .md-padding-60px-tb {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .md-padding-65px-tb {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .md-padding-70px-tb {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .md-padding-75px-tb {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .md-padding-80px-tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .md-padding-85px-tb {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .md-padding-90px-tb {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .md-padding-95px-tb {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .md-padding-100px-tb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .md-padding-one-lr {
    padding-left: 1%;
    padding-right: 1%;
  }
  .md-padding-one-half-lr {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
  .md-padding-two-lr {
    padding-left: 2%;
    padding-right: 2%;
  }
  .md-padding-two-half-lr {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .md-padding-three-lr {
    padding-left: 3%;
    padding-right: 3%;
  }
  .md-padding-three-half-lr {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
  .md-padding-four-lr {
    padding-left: 4%;
    padding-right: 4%;
  }
  .md-padding-four-half-lr {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
  .md-padding-five-lr {
    padding-left: 5%;
    padding-right: 5%;
  }
  .md-padding-five-half-lr {
    padding-left: 5.5%;
    padding-right: 5.5%;
  }
  .md-padding-six-lr {
    padding-left: 6%;
    padding-right: 6%;
  }
  .md-padding-six-half-lr {
    padding-left: 6.5%;
    padding-right: 6.5%;
  }
  .md-padding-seven-lr {
    padding-left: 7%;
    padding-right: 7%;
  }
  .md-padding-seven-half-lr {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
  .md-padding-eight-lr {
    padding-left: 8%;
    padding-right: 8%;
  }
  .md-padding-eight-half-lr {
    padding-left: 8.5%;
    padding-right: 8.5%;
  }
  .md-padding-nine-lr {
    padding-left: 9%;
    padding-right: 9%;
  }
  .md-padding-nine-half-lr {
    padding-left: 9.5%;
    padding-right: 9.5%;
  }
  .md-padding-ten-lr {
    padding-left: 10%;
    padding-right: 10%;
  }
  .md-padding-ten-half-lr {
    padding-left: 10.5%;
    padding-right: 10.5%;
  }
  .md-padding-eleven-lr {
    padding-left: 11%;
    padding-right: 11%;
  }
  .md-padding-eleven-half-lr {
    padding-left: 11.5%;
    padding-right: 11.5%;
  }
  .md-padding-twelve-lr {
    padding-left: 12%;
    padding-right: 12%;
  }
  .md-padding-twelve-half-lr {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
  .md-padding-thirteen-lr {
    padding-left: 13%;
    padding-right: 13%;
  }
  .md-padding-thirteen-half-lr {
    padding-left: 13.5%;
    padding-right: 13.5%;
  }
  .md-padding-fourteen-lr {
    padding-left: 14%;
    padding-right: 14%;
  }
  .md-padding-fourteen-half-lr {
    padding-left: 14.5%;
    padding-right: 14.5%;
  }
  .md-padding-fifteen-lr {
    padding-left: 15%;
    padding-right: 15%;
  }
  .md-padding-fifteen-half-lr {
    padding-left: 15.5%;
    padding-right: 15.5%;
  }
  .md-padding-sixteen-lr {
    padding-left: 16%;
    padding-right: 16%;
  }
  .md-padding-sixteen-half-lr {
    padding-left: 16.5%;
    padding-right: 16.5%;
  }
  .md-padding-seventeen-lr {
    padding-left: 17%;
    padding-right: 17%;
  }
  .md-padding-seventeen-half-lr {
    padding-left: 17.5%;
    padding-right: 17.5%;
  }
  .md-padding-eighteen-lr {
    padding-left: 18%;
    padding-right: 18%;
  }
  .md-padding-eighteen-half-lr {
    padding-left: 18.5%;
    padding-right: 18.5%;
  }
  .md-padding-nineteen-lr {
    padding-left: 19%;
    padding-right: 19%;
  }
  .md-padding-nineteen-half-lr {
    padding-left: 19.5%;
    padding-right: 19.5%;
  }
  .md-padding-twenty-lr {
    padding-left: 20%;
    padding-right: 20%;
  }
  .md-padding-twenty-half-lr {
    padding-left: 20.5%;
    padding-right: 20.5%;
  }
  .md-padding-twenty-one-lr {
    padding-left: 21%;
    padding-right: 21%;
  }
  .md-padding-twenty-one-half-lr {
    padding-left: 21.5%;
    padding-right: 21.5%;
  }
  .md-padding-twenty-two-lr {
    padding-left: 22%;
    padding-right: 22%;
  }
  .md-padding-twenty-two-half-lr {
    padding-left: 22.5%;
    padding-right: 22.5%;
  }
  .md-padding-twenty-three-lr {
    padding-left: 23%;
    padding-right: 23%;
  }
  .md-padding-twenty-three-half-lr {
    padding-left: 23.5%;
    padding-right: 23.5%;
  }
  .md-padding-twenty-four-lr {
    padding-left: 24%;
    padding-right: 24%;
  }
  .md-padding-twenty-four-half-lr {
    padding-left: 24.5%;
    padding-right: 24.5%;
  }
  .md-padding-twenty-five-lr {
    padding-left: 25%;
    padding-right: 25%;
  }
  .md-padding-5px-lr {
    padding-right: 5px;
    padding-left: 5px;
  }
  .md-padding-10px-lr {
    padding-right: 10px;
    padding-left: 10px;
  }
  .md-padding-15px-lr {
    padding-right: 15px;
    padding-left: 15px;
  }
  .md-padding-20px-lr {
    padding-right: 20px;
    padding-left: 20px;
  }
  .md-padding-25px-lr {
    padding-right: 25px;
    padding-left: 25px;
  }
  .md-padding-30px-lr {
    padding-right: 30px;
    padding-left: 30px;
  }
  .md-padding-35px-lr {
    padding-right: 35px;
    padding-left: 35px;
  }
  .md-padding-40px-lr {
    padding-right: 40px;
    padding-left: 40px;
  }
  .md-padding-45px-lr {
    padding-right: 45px;
    padding-left: 45px;
  }
  .md-padding-50px-lr {
    padding-right: 50px;
    padding-left: 50px;
  }
  .md-padding-55px-lr {
    padding-right: 55px;
    padding-left: 55px;
  }
  .md-padding-60px-lr {
    padding-right: 60px;
    padding-left: 60px;
  }
  .md-padding-65px-lr {
    padding-right: 65px;
    padding-left: 65px;
  }
  .md-padding-70px-lr {
    padding-right: 70px;
    padding-left: 70px;
  }
  .md-padding-75px-lr {
    padding-right: 75px;
    padding-left: 75px;
  }
  .md-padding-80px-lr {
    padding-right: 80px;
    padding-left: 80px;
  }
  .md-padding-85px-lr {
    padding-right: 85px;
    padding-left: 85px;
  }
  .md-padding-90px-lr {
    padding-right: 90px;
    padding-left: 90px;
  }
  .md-padding-95px-lr {
    padding-right: 95px;
    padding-left: 95px;
  }
  .md-padding-100px-lr {
    padding-right: 100px;
    padding-left: 100px;
  }
  .md-top-auto {
    top: auto;
  }
  .md-top-0 {
    top: 0 !important;
  }
  .md-top-inherit {
    top: inherit !important;
  }
  .md-top-1 {
    top: 1px;
  }
  .md-top-2 {
    top: 2px;
  }
  .md-top-3 {
    top: 3px;
  }
  .md-top-4 {
    top: 4px;
  }
  .md-top-5 {
    top: 5px;
  }
  .md-top-6 {
    top: 6px;
  }
  .md-top-7 {
    top: 7px;
  }
  .md-top-8 {
    top: 8px;
  }
  .md-top-9 {
    top: 9px;
  }
  .md-top-10 {
    top: 10px;
  }
  .md-top-12 {
    top: 12px;
  }
  .md-top-15 {
    top: 15px;
  }
  .md-top-17 {
    top: 17px;
  }
  .md-top-20 {
    top: 20px;
  }
  .md-top-25 {
    top: 25px;
  }
  .md-top-30 {
    top: 30px;
  }
  .md-top-35 {
    top: 35px;
  }
  .md-top-40 {
    top: 40px;
  }
  .md-top-45 {
    top: 45px;
  }
  .md-top-50 {
    top: 50px;
  }
  .md-top-minus1 {
    top: -1px;
  }
  .md-top-minus2 {
    top: -2px;
  }
  .md-top-minus3 {
    top: -3px;
  }
  .md-top-minus4 {
    top: -4px;
  }
  .md-top-minus5 {
    top: -5px;
  }
  .md-top-minus6 {
    top: -6px;
  }
  .md-top-minus7 {
    top: -7px;
  }
  .md-top-minus8 {
    top: -8px;
  }
  .md-top-minus9 {
    top: -9px;
  }
  .md-top-minus10 {
    top: -10px;
  }
  .md-top-minus15 {
    top: -15px;
  }
  .md-top-minus20 {
    top: -20px;
  }
  .md-top-minus25 {
    top: -25px;
  }
  .md-top-minus30 {
    top: -30px;
  }
  .md-top-minus35 {
    top: -35px;
  }
  .md-top-minus40 {
    top: -40px;
  }
  .md-top-minus45 {
    top: -45px;
  }
  .md-top-minus50 {
    top: -50px;
  }
  .md-bottom-auto {
    bottom: auto;
  }
  .md-bottom-0 {
    bottom: 0;
  }
  .md-bottom-1 {
    bottom: 1px;
  }
  .md-bottom-2 {
    bottom: 2px;
  }
  .md-bottom-3 {
    bottom: 3px;
  }
  .md-bottom-4 {
    bottom: 4px;
  }
  .md-bottom-5 {
    bottom: 5px;
  }
  .md-bottom-6 {
    bottom: 6px;
  }
  .md-bottom-7 {
    bottom: 7px;
  }
  .md-bottom-8 {
    bottom: 8px;
  }
  .md-bottom-9 {
    bottom: 9px;
  }
  .md-bottom-10 {
    bottom: 10px;
  }
  .md-bottom-20 {
    bottom: 20px;
  }
  .md-bottom-25 {
    bottom: 25px;
  }
  .md-bottom-30 {
    bottom: 30px;
  }
  .md-bottom-35 {
    bottom: 35px;
  }
  .md-bottom-40 {
    bottom: 40px;
  }
  .md-bottom-45 {
    bottom: 45px;
  }
  .md-bottom-50 {
    bottom: 50px;
  }
  .md-bottom-minus30 {
    bottom: -30px;
  }
  .md-bottom-minus50 {
    bottom: -50px;
  }
  .md-bottom-minus55 {
    bottom: -55px;
  }
  .md-bottom-minus60 {
    bottom: -60px;
  }
  .md-left-auto {
    left: auto;
  }
  .md-left-0 {
    left: 0;
  }
  .md-left-1 {
    left: 1px;
  }
  .md-left-2 {
    left: 2px;
  }
  .md-left-3 {
    left: 3px;
  }
  .md-left-4 {
    left: 4px;
  }
  .md-left-5 {
    left: 5px;
  }
  .md-left-6 {
    left: 6px;
  }
  .md-left-7 {
    left: 7px;
  }
  .md-left-8 {
    left: 8px;
  }
  .md-left-9 {
    left: 9px;
  }
  .md-left-10 {
    left: 10px;
  }
  .md-right-auto {
    right: auto;
  }
  .md-right-0 {
    right: 0;
  }
  .md-right-1 {
    right: 1px;
  }
  .md-right-2 {
    right: 2px;
  }
  .md-right-3 {
    right: 3px;
  }
  .md-right-4 {
    right: 4px;
  }
  .md-right-5 {
    right: 5px;
  }
  .md-right-6 {
    right: 6px;
  }
  .md-right-7 {
    right: 7px;
  }
  .md-right-8 {
    right: 8px;
  }
  .md-right-9 {
    right: 9px;
  }
  .md-right-10 {
    right: 10px;
  }
  .md-w-10 {
    width: 10% !important;
  }
  .md-w-15 {
    width: 15% !important;
  }
  .md-w-20 {
    width: 20% !important;
  }
  .md-w-25 {
    width: 25% !important;
  }
  .md-w-30 {
    width: 30% !important;
  }
  .md-w-35 {
    width: 35% !important;
  }
  .md-w-40 {
    width: 40% !important;
  }
  .md-w-45 {
    width: 45% !important;
  }
  .md-w-50 {
    width: 50% !important;
  }
  .md-w-55 {
    width: 55% !important;
  }
  .md-w-60 {
    width: 60% !important;
  }
  .md-w-65 {
    width: 65% !important;
  }
  .md-w-70 {
    width: 70% !important;
  }
  .md-w-75 {
    width: 75% !important;
  }
  .md-w-80 {
    width: 80% !important;
  }
  .md-w-85 {
    width: 85% !important;
  }
  .md-w-90 {
    width: 90% !important;
  }
  .md-w-95 {
    width: 95% !important;
  }
  .md-w-100 {
    width: 100% !important;
  }
  .md-w-auto {
    width: auto !important;
  }
  .md-w-50px {
    width: 50px !important;
  }
  .md-w-70px {
    width: 70px !important;
  }
  .md-w-75px {
    width: 75px !important;
  }
  .md-w-80px {
    width: 80px !important;
  }
  .md-w-85px {
    width: 85px !important;
  }
  .md-w-90px {
    width: 90px !important;
  }
  .md-w-95px {
    width: 95px !important;
  }
  .md-w-100px {
    width: 100px !important;
  }
  .md-w-120px {
    width: 120px !important;
  }
  .md-w-130px {
    width: 130px !important;
  }
  .md-w-150px {
    width: 150px !important;
  }
  .md-w-180px {
    width: 180px !important;
  }
  .md-w-200px {
    width: 200px !important;
  }
  .md-w-250px {
    width: 250px !important;
  }
  .md-w-300px {
    width: 300px !important;
  }
  .md-w-350px {
    width: 350px !important;
  }
  .md-w-400px {
    width: 400px !important;
  }
  .md-w-450px {
    width: 450px !important;
  }
  .md-w-500px {
    width: 500px !important;
  }
  .md-w-550px {
    width: 550px !important;
  }
  .md-w-600px {
    width: 600px !important;
  }
  .md-w-650px {
    width: 650px !important;
  }
  .md-w-700px {
    width: 700px !important;
  }
  .md-w-750px {
    width: 750px !important;
  }
  .md-w-800px {
    width: 800px !important;
  }
  .md-w-850px {
    width: 850px !important;
  }
  .md-w-900px {
    width: 900px !important;
  }
  .md-w-950px {
    width: 950px !important;
  }
  .md-w-1000px {
    width: 1000px !important;
  }
  .md-h-50 {
    height: 50%;
  }
  .md-h-100 {
    height: 100%;
  }
  .md-h-auto {
    height: auto !important;
  }
  .md-h-10px {
    height: 10px !important;
  }
  .md-h-20px {
    height: 20px !important;
  }
  .md-h-30px {
    height: 30px !important;
  }
  .md-h-40px {
    height: 40px !important;
  }
  .md-h-50px {
    height: 50px !important;
  }
  .md-h-60px {
    height: 60px !important;
  }
  .md-h-70px {
    height: 70px !important;
  }
  .md-h-80px {
    height: 80px !important;
  }
  .md-h-90px {
    height: 90px !important;
  }
  .md-h-100px {
    height: 100px !important;
  }
  .md-h-150px {
    height: 150px !important;
  }
  .md-h-200px {
    height: 200px !important;
  }
  .md-h-250px {
    height: 250px !important;
  }
  .md-h-300px {
    height: 300px !important;
  }
  .md-h-350px {
    height: 350px !important;
  }
  .md-h-400px {
    height: 400px !important;
  }
  .md-h-450px {
    height: 450px !important;
  }
  .md-h-500px {
    height: 500px !important;
  }
  .md-h-550px {
    height: 550px !important;
  }
  .md-h-600px {
    height: 600px !important;
  }
  .md-h-650px {
    height: 650px !important;
  }
  .md-h-700px {
    height: 700px !important;
  }
  .md-line-height-10 {
    line-height: 10px;
  }
  .md-line-height-18 {
    line-height: 18px;
  }
  .md-line-height-20 {
    line-height: 20px;
  }
  .md-line-height-24 {
    line-height: 24px;
  }
  .md-line-height-22 {
    line-height: 22px;
  }
  .md-line-height-26 {
    line-height: 26px;
  }
  .md-line-height-28 {
    line-height: 28px;
  }
  .md-line-height-30 {
    line-height: 30px;
  }
  .md-line-height-35 {
    line-height: 35px;
  }
  .md-line-height-40 {
    line-height: 40px;
  }
  .md-line-height-45 {
    line-height: 45px;
  }
  .md-line-height-50 {
    line-height: 50px;
  }
  .md-line-height-55 {
    line-height: 55px;
  }
  .md-line-height-60 {
    line-height: 60px;
  }
  .md-line-height-65 {
    line-height: 65px;
  }
  .md-line-height-70 {
    line-height: 70px;
  }
  .md-line-height-75 {
    line-height: 75px;
  }
  .md-line-height-80 {
    line-height: 80px;
  }
  .md-line-height-85 {
    line-height: 85px;
  }
  .md-line-height-90 {
    line-height: 90px;
  }
  .md-line-height-95 {
    line-height: 95px;
  }
  .md-line-height-100 {
    line-height: 100px;
  }
  .md-no-border-top {
    border-top: 0 !important;
  }
  .md-no-border-bottom {
    border-bottom: 0 !important;
  }
  .md-no-border-right {
    border-right: 0 !important;
  }
  .md-no-border-left {
    border-left: 0 !important;
  }
  .md-no-border {
    border: 0 !important;
  }
  .parallax {
    background-position: center;
  }
  .portfolio-filter-tab-1 li {
    margin: 10px 20px;
  }
  .portfolio-filter-tab-2 li.nav-item a.nav-link {
    padding: 7px 18px;
  }
  .feature-box-4 figure figcaption {
    width: 100%;
    display: table-cell;
    margin: 0;
    padding: 15px;
    top: 0;
    height: 100%;
  }
  .grid-item.feature-box-4 figure figcaption .btn {
    opacity: 1;
  }
  .feature-box-4 figure:hover figcaption {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .md-swap-block {
    display: flex;
    flex-flow: column;
  }
  .md-swap-block > div:first-child {
    order: 2;
  }
  .md-swap-block .arrow-bottom::after {
    top: -29px;
    border: solid transparent;
    border-bottom-color: #f5f5f5;
    border-width: 15px;
    margin-left: -15px;
  }
  .md-no-background-img {
    background-image: none !important;
  }
  .blog-post-style3 .grid-item .blog-post .blog-post-images .blog-hover-icon i {
    font-size: 36px;
  }
  .swiper-button-next.swiper-next-style3,
  .swiper-button-prev.swiper-prev-style3 {
    left: 64.5%;
  }
  .parallax-feature-box-bottom {
    position: relative;
  }
  .right-image {
    position: relative;
    width: 100%;
    bottom: 0;
    padding: 0 15px 0;
    right: 0;
    clear: both;
  }
  .box-separator-line {
    left: -45px;
    top: 66px;
  }
  .content-right-slider .swiper-button-next,
  .content-right-slider .swiper-button-prev,
  .swiper-button-next.slider-long-arrow-white,
  .swiper-button-prev.slider-long-arrow-white,
  .swiper-container-rtl .swiper-button-next.slider-long-arrow-white,
  .swiper-container-rtl .swiper-button-prev.slider-long-arrow-white {
    background-size: 25px auto;
    width: 30px;
    height: 30px;
  }
  .full-width-pull-menu .link-style-2 ul li a {
    font-size: 36px;
    line-height: 70px;
  }
  .full-width-pull-menu .dropdown .dropdown-toggle {
    top: 35px;
  }
  .feature-box-10 .number-center::before {
    width: 100%;
  }
  .feature-box-10 .number-center::after {
    width: 100%;
  }
  .grid-item.feature-box-4 figure:hover figcaption {
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
  }
  .grid-item.feature-box-4 figure figcaption {
    width: 80%;
    padding: 0 0 30px 30px;
  }
  .hamburger-menu-wrepper {
    padding: 35px 36px;
  }
  .hamburger-menu-links {
    font-size: 32px;
    line-height: 32px;
  }
  .menu-middle {
    width: 95%;
  }
  .swiper-auto-slide {
    padding: 0 15px;
  }
  .swiper-auto-slide .swiper-slide {
    width: 100%;
  }
  .feature-box-11:nth-child(2) .progress-line:after {
    visibility: hidden;
  }
  .feature-box-14 > div:nth-child(even) {
    border-right: 0;
  }
  .feature-box-14 > div {
    border-bottom-width: 1px;
  }
  .feature-box-14 > div:last-child {
    border-bottom-width: 0;
  }
  .icon-box .icon-box-holder {
    height: 90px;
  }
  .icon-box .icon-box-holder i {
    padding-top: 5px;
  }
  .swiper-vertical-pagination > .swiper-pagination-bullets {
    right: 30px;
  }
  .right-image img {
    max-width: 100%;
  }
  .banner-style1 figure:hover figcaption p {
    height: 100px;
  }
  .counter-box-5 .counter-box .number {
    font-size: 50px;
    line-height: 50px;
  }
  .counter-box-5 .counter-box {
    width: 15%;
  }
  .left-sidebar,
  .right-sidebar {
    padding: 0 15px 15px;
  }
  .scroll-top-arrow {
    display: none !important;
    opacity: 0 !important;
  }
  .md-text-middle-line::before {
    display: none;
  }
  .hover-option3 .grid-item figure figcaption {
    padding: 0 30px;
  }
  .mfp-close,
  .mfp-close:active {
    top: 0;
    right: 0;
  }
  button.mfp-arrow {
    background-color: #000;
    height: 80px;
    width: 80px;
    opacity: 1;
  }
  .mfp-arrow:before {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 80px;
    border: 0;
  }
  .left-nav-sidebar .mfp-arrow-left,
  .mfp-arrow-left {
    left: 6px;
  }
  .mfp-arrow-right {
    right: 6px;
  }
  .banner-style2 figcaption {
    width: 65%;
  }
  .list-style-6 li {
    padding: 0 0 8px 0;
  }
  .search-form .search-input {
    font-size: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .search-form .search-button {
    font-size: 15px;
  }
  .left-nav-sidebar .mfp-container,
  .mfp-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .swiper-next-style2 {
    right: 15px;
  }
  .swiper-prev-style2 {
    left: 15px;
  }
  .swiper-auto-slide .swiper-scrollbar {
    left: 12%;
    width: 76%;
  }
  .md-opacity1 {
    opacity: 0.1;
  }
  .md-opacity2 {
    opacity: 0.2;
  }
  .md-opacity3 {
    opacity: 0.3;
  }
  .md-opacity4 {
    opacity: 0.4;
  }
  .md-opacity5 {
    opacity: 0.5;
  }
  .md-opacity6 {
    opacity: 0.6;
  }
  .md-opacity7 {
    opacity: 0.7;
  }
  .md-opacity8 {
    opacity: 0.8;
  }
  .md-opacity9 {
    opacity: 0.9;
  }
  .md-opacity10 {
    opacity: 1;
  }
  .blog-comment li {
    padding: 30px 0;
  }
  .blog-post-style4 figure figcaption {
    padding: 30px;
  }
  .blog-header-style1 {
    display: block;
  }
  .blog-header-style1 li {
    width: 100%;
    margin-bottom: 15px;
  }
  .blog-header-style1 li.blog-column-active {
    width: 100%;
  }
  .feature-box.feature-box-17 .box .content {
    top: 30px;
  }
  .elements-social .extra-large-icon li,
  .elements-social .extra-small-icon li,
  .elements-social .large-icon li,
  .elements-social .medium-icon li,
  .elements-social .small-icon li {
    margin-bottom: 10px;
  }
  .highlight .pricing-box {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .demo-heading {
    font-size: 30px;
    line-height: 35px;
  }
  .nav.navbar-left-sidebar > li > a {
    line-height: normal;
  }
  .nav.navbar-left-sidebar > li .second-level li a {
    line-height: 20px;
  }
  aside .latest-post li {
    padding: 0 0 5px;
  }
  div .counter-box-4:nth-child(2n) .counter:after {
    display: none;
  }
  .tab-style5 .nav-tabs li {
    font-size: 19px;
    line-height: 40px;
  }
  .tab-style5 .nav-tabs .nav-link.active {
    padding-left: 25px;
  }
  .tab-style5 .tab-box {
    left: 30px;
    transform: translate(0, -50%);
  }
  .icon-play-style-2 {
    left: 50%;
  }
  .grid.md-grid-6col li {
    width: 16.67%;
  }
  .grid.md-grid-6col li.grid-item-double {
    width: 33.33%;
  }
  .grid.md-grid-5col li {
    width: 20%;
  }
  .grid.md-grid-5col li.grid-item-double {
    width: 40%;
  }
  .grid.md-grid-4col li {
    width: 25%;
  }
  .grid.md-grid-4col li.grid-item-double {
    width: 50%;
  }
  .grid.md-grid-3col li {
    width: 33.33%;
  }
  .grid.md-grid-3col li.grid-item-double {
    width: 66.67%;
  }
  .grid.md-grid-2col li {
    width: 50%;
  }
  .grid.md-grid-2col li.grid-item-double {
    width: 100%;
  }
  .grid.md-grid-1col li {
    width: 100%;
  }
  .grid.md-grid-1col li.grid-item-double {
    width: 100%;
  }
  footer .small-icon li {
    margin: 0 6px;
  }
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
  .md-landscape-h-300px {
    height: 300px !important;
  }
  .md-landscape-h-350px {
    height: 350px !important;
  }
  .md-landscape-h-400px {
    height: 400px !important;
  }
  .md-landscape-h-450px {
    height: 450px !important;
  }
  .md-landscape-h-500px {
    height: 500px !important;
  }
  .md-landscape-h-520px {
    height: 520px !important;
  }
  .md-landscape-h-550px {
    height: 550px !important;
  }
  .md-landscape-h-580px {
    height: 580px !important;
  }
  .md-landscape-h-600px {
    height: 600px !important;
  }
  .md-landscape-h-650px {
    height: 650px !important;
  }
  .md-landscape-h-700px {
    height: 700px !important;
  }
}
@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 17px;
    padding: 0;
    letter-spacing: 0;
    font-weight: 400;
  }
  h1 {
    font-size: 37px;
    line-height: 42px;
  }
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
  h3 {
    font-size: 28px;
    line-height: 34px;
  }
  h4 {
    font-size: 24px;
    line-height: 30px;
  }
  h5 {
    font-size: 20px;
    line-height: 28px;
  }
  h6 {
    font-size: 18px;
    line-height: 23px;
  }
  .sm-opacity1 {
    opacity: 0.1;
  }
  .sm-opacity2 {
    opacity: 0.2;
  }
  .sm-opacity3 {
    opacity: 0.3;
  }
  .sm-opacity4 {
    opacity: 0.4;
  }
  .sm-opacity5 {
    opacity: 0.5;
  }
  .sm-opacity6 {
    opacity: 0.6;
  }
  .sm-opacity7 {
    opacity: 0.7;
  }
  .sm-opacity8 {
    opacity: 0.8;
  }
  .sm-opacity9 {
    opacity: 0.9;
  }
  .sm-opacity10 {
    opacity: 1;
  }
  .sm-background-image-left {
    background-position: left !important;
  }
  .sm-background-image-right {
    background-position: right !important;
  }
  .sm-background-image-center {
    background-position: center !important;
  }
  .sm-margin-one-all {
    margin: 1%;
  }
  .sm-margin-one-half-all {
    margin: 1.5%;
  }
  .sm-margin-two-all {
    margin: 2%;
  }
  .sm-margin-two-half-all {
    margin: 2.5%;
  }
  .sm-margin-three-all {
    margin: 3%;
  }
  .sm-margin-three-half-all {
    margin: 3.5%;
  }
  .sm-margin-four-all {
    margin: 4%;
  }
  .sm-margin-four-half-all {
    margin: 4.5%;
  }
  .sm-margin-five-all {
    margin: 5%;
  }
  .sm-margin-five-half-all {
    margin: 5.5%;
  }
  .sm-margin-six-all {
    margin: 6%;
  }
  .sm-margin-six-half-all {
    margin: 6.5%;
  }
  .sm-margin-seven-all {
    margin: 7%;
  }
  .sm-margin-seven-half-all {
    margin: 7.5%;
  }
  .sm-margin-eight-all {
    margin: 8%;
  }
  .sm-margin-eight-half-all {
    margin: 8.5%;
  }
  .sm-margin-nine-all {
    margin: 9%;
  }
  .sm-margin-nine-half-all {
    margin: 9.5%;
  }
  .sm-margin-ten-all {
    margin: 10%;
  }
  .sm-margin-ten-half-all {
    margin: 10.5%;
  }
  .sm-margin-eleven-all {
    margin: 11%;
  }
  .sm-margin-eleven-half-all {
    margin: 11.5%;
  }
  .sm-margin-twelve-all {
    margin: 12%;
  }
  .sm-margin-twelve-half-all {
    margin: 12.5%;
  }
  .sm-margin-thirteen-all {
    margin: 13%;
  }
  .sm-margin-thirteen-half-all {
    margin: 13.5%;
  }
  .sm-margin-fourteen-all {
    margin: 14%;
  }
  .sm-margin-fourteen-half-all {
    margin: 14.5%;
  }
  .sm-margin-fifteen-all {
    margin: 15%;
  }
  .sm-margin-fifteen-half-all {
    margin: 15.5%;
  }
  .sm-margin-sixteen-all {
    margin: 16%;
  }
  .sm-margin-sixteen-half-all {
    margin: 16.5%;
  }
  .sm-margin-seventeen-all {
    margin: 17%;
  }
  .sm-margin-seventeen-half-all {
    margin: 17.5%;
  }
  .sm-margin-eighteen-all {
    margin: 18%;
  }
  .sm-margin-eighteen-half-all {
    margin: 18.5%;
  }
  .sm-margin-nineteen-all {
    margin: 19%;
  }
  .sm-margin-nineteen-half-all {
    margin: 19.5%;
  }
  .sm-margin-twenty-all {
    margin: 20%;
  }
  .sm-margin-twenty-half-all {
    margin: 20.5%;
  }
  .sm-margin-twenty-one-all {
    margin: 21%;
  }
  .sm-margin-twenty-one-half-all {
    margin: 21.5%;
  }
  .sm-margin-twenty-two-all {
    margin: 22%;
  }
  .sm-margin-twenty-two-half-all {
    margin: 22.5%;
  }
  .sm-margin-twenty-three-all {
    margin: 23%;
  }
  .sm-margin-twenty-three-half-all {
    margin: 23.5%;
  }
  .sm-margin-twenty-four-all {
    margin: 24%;
  }
  .sm-margin-twenty-four-half-all {
    margin: 24.5%;
  }
  .sm-margin-twenty-five-all {
    margin: 25%;
  }
  .sm-no-margin {
    margin: 0 !important;
  }
  .sm-no-margin-lr {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sm-no-margin-tb {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .sm-no-margin-top {
    margin-top: 0 !important;
  }
  .sm-no-margin-bottom {
    margin-bottom: 0 !important;
  }
  .sm-no-margin-left {
    margin-left: 0 !important;
  }
  .sm-no-margin-right {
    margin-right: 0 !important;
  }
  .sm-margin-lr-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .sm-margin-auto {
    margin: 0 auto !important;
  }
  .sm-margin-one-top {
    margin-top: 1%;
  }
  .sm-margin-one-half-top {
    margin-top: 1.5%;
  }
  .sm-margin-two-top {
    margin-top: 2%;
  }
  .sm-margin-two-half-top {
    margin-top: 2.5%;
  }
  .sm-margin-three-top {
    margin-top: 3%;
  }
  .sm-margin-three-half-top {
    margin-top: 3.5%;
  }
  .sm-margin-four-top {
    margin-top: 4%;
  }
  .sm-margin-four-half-top {
    margin-top: 4.5%;
  }
  .sm-margin-five-top {
    margin-top: 5%;
  }
  .sm-margin-five-half-top {
    margin-top: 5.5%;
  }
  .sm-margin-six-top {
    margin-top: 6%;
  }
  .sm-margin-six-half-top {
    margin-top: 6.5%;
  }
  .sm-margin-seven-top {
    margin-top: 7%;
  }
  .sm-margin-seven-half-top {
    margin-top: 7.5%;
  }
  .sm-margin-eight-top {
    margin-top: 8%;
  }
  .sm-margin-eight-half-top {
    margin-top: 8.5%;
  }
  .sm-margin-nine-top {
    margin-top: 9%;
  }
  .sm-margin-nine-half-top {
    margin-top: 9.5%;
  }
  .sm-margin-ten-top {
    margin-top: 10%;
  }
  .sm-margin-ten-half-top {
    margin-top: 10.5%;
  }
  .sm-margin-eleven-top {
    margin-top: 11%;
  }
  .sm-margin-eleven-half-top {
    margin-top: 11.5%;
  }
  .sm-margin-twelve-top {
    margin-top: 12%;
  }
  .sm-margin-twelve-half-top {
    margin-top: 12.5%;
  }
  .sm-margin-thirteen-top {
    margin-top: 13%;
  }
  .sm-margin-thirteen-half-top {
    margin-top: 13.5%;
  }
  .sm-margin-fourteen-top {
    margin-top: 14%;
  }
  .sm-margin-fourteen-half-top {
    margin-top: 14.5%;
  }
  .sm-margin-fifteen-top {
    margin-top: 15%;
  }
  .sm-margin-fifteen-half-top {
    margin-top: 15.5%;
  }
  .sm-margin-sixteen-top {
    margin-top: 16%;
  }
  .sm-margin-sixteen-half-top {
    margin-top: 16.5%;
  }
  .sm-margin-seventeen-top {
    margin-top: 17%;
  }
  .sm-margin-seventeen-half-top {
    margin-top: 17.5%;
  }
  .sm-margin-eighteen-top {
    margin-top: 18%;
  }
  .sm-margin-eighteen-half-top {
    margin-top: 18.5%;
  }
  .sm-margin-nineteen-top {
    margin-top: 19%;
  }
  .sm-margin-nineteen-half-top {
    margin-top: 19.5%;
  }
  .sm-margin-twenty-top {
    margin-top: 20%;
  }
  .sm-margin-twenty-half-top {
    margin-top: 20.5%;
  }
  .sm-margin-twenty-one-top {
    margin-top: 21%;
  }
  .sm-margin-twenty-one-half-top {
    margin-top: 21.5%;
  }
  .sm-margin-twenty-two-top {
    margin-top: 22%;
  }
  .sm-margin-twenty-two-half-top {
    margin-top: 22.5%;
  }
  .sm-margin-twenty-three-top {
    margin-top: 23%;
  }
  .sm-margin-twenty-three-half-top {
    margin-top: 23.5%;
  }
  .sm-margin-twenty-four-top {
    margin-top: 24%;
  }
  .sm-margin-twenty-four-half-top {
    margin-top: 24.5%;
  }
  .sm-margin-twenty-five-top {
    margin-top: 25%;
  }
  .sm-margin-5px-top {
    margin-top: 5px;
  }
  .sm-margin-10px-top {
    margin-top: 10px;
  }
  .sm-margin-15px-top {
    margin-top: 15px;
  }
  .sm-margin-20px-top {
    margin-top: 20px;
  }
  .sm-margin-25px-top {
    margin-top: 25px;
  }
  .sm-margin-30px-top {
    margin-top: 30px;
  }
  .sm-margin-35px-top {
    margin-top: 35px;
  }
  .sm-margin-40px-top {
    margin-top: 40px;
  }
  .sm-margin-45px-top {
    margin-top: 45px;
  }
  .sm-margin-50px-top {
    margin-top: 50px;
  }
  .sm-margin-55px-top {
    margin-top: 55px;
  }
  .sm-margin-60px-top {
    margin-top: 60px;
  }
  .sm-margin-65px-top {
    margin-top: 65px;
  }
  .sm-margin-70px-top {
    margin-top: 70px;
  }
  .sm-margin-75px-top {
    margin-top: 75px;
  }
  .sm-margin-80px-top {
    margin-top: 80px;
  }
  .sm-margin-85px-top {
    margin-top: 85px;
  }
  .sm-margin-90px-top {
    margin-top: 90px;
  }
  .sm-margin-95px-top {
    margin-top: 95px;
  }
  .sm-margin-100px-top {
    margin-top: 100px;
  }
  .sm-margin-one-bottom {
    margin-bottom: 1%;
  }
  .sm-margin-one-half-bottom {
    margin-bottom: 1.5%;
  }
  .sm-margin-two-bottom {
    margin-bottom: 2%;
  }
  .sm-margin-two-half-bottom {
    margin-bottom: 2.5%;
  }
  .sm-margin-three-bottom {
    margin-bottom: 3%;
  }
  .sm-margin-three-half-bottom {
    margin-bottom: 3.5%;
  }
  .sm-margin-four-bottom {
    margin-bottom: 4%;
  }
  .sm-margin-four-half-bottom {
    margin-bottom: 4.5%;
  }
  .sm-margin-five-bottom {
    margin-bottom: 5%;
  }
  .sm-margin-five-half-bottom {
    margin-bottom: 5.5%;
  }
  .sm-margin-six-bottom {
    margin-bottom: 6%;
  }
  .sm-margin-six-half-bottom {
    margin-bottom: 6.5%;
  }
  .sm-margin-seven-bottom {
    margin-bottom: 7%;
  }
  .sm-margin-seven-half-bottom {
    margin-bottom: 7.5%;
  }
  .sm-margin-eight-bottom {
    margin-bottom: 8%;
  }
  .sm-margin-eight-half-bottom {
    margin-bottom: 8.5%;
  }
  .sm-margin-nine-bottom {
    margin-bottom: 9%;
  }
  .sm-margin-nine-half-bottom {
    margin-bottom: 9.5%;
  }
  .sm-margin-ten-bottom {
    margin-bottom: 10%;
  }
  .sm-margin-ten-half-bottom {
    margin-bottom: 10.5%;
  }
  .sm-margin-eleven-bottom {
    margin-bottom: 11%;
  }
  .sm-margin-eleven-half-bottom {
    margin-bottom: 11.5%;
  }
  .sm-margin-twelve-bottom {
    margin-bottom: 12%;
  }
  .sm-margin-twelve-half-bottom {
    margin-bottom: 12.5%;
  }
  .sm-margin-thirteen-bottom {
    margin-bottom: 13%;
  }
  .sm-margin-thirteen-half-bottom {
    margin-bottom: 13.5%;
  }
  .sm-margin-fourteen-bottom {
    margin-bottom: 14%;
  }
  .sm-margin-fourteen-half-bottom {
    margin-bottom: 14.5%;
  }
  .sm-margin-fifteen-bottom {
    margin-bottom: 15%;
  }
  .sm-margin-fifteen-half-bottom {
    margin-bottom: 15.5%;
  }
  .sm-margin-sixteen-bottom {
    margin-bottom: 16%;
  }
  .sm-margin-sixteen-half-bottom {
    margin-bottom: 16.5%;
  }
  .sm-margin-seventeen-bottom {
    margin-bottom: 17%;
  }
  .sm-margin-seventeen-half-bottom {
    margin-bottom: 17.5%;
  }
  .sm-margin-eighteen-bottom {
    margin-bottom: 18%;
  }
  .sm-margin-eighteen-half-bottom {
    margin-bottom: 18.5%;
  }
  .sm-margin-nineteen-bottom {
    margin-bottom: 19%;
  }
  .sm-margin-nineteen-half-bottom {
    margin-bottom: 19.5%;
  }
  .sm-margin-twenty-bottom {
    margin-bottom: 20%;
  }
  .sm-margin-twenty-half-bottom {
    margin-bottom: 20.5%;
  }
  .sm-margin-twenty-one-bottom {
    margin-bottom: 21%;
  }
  .sm-margin-twenty-one-half-bottom {
    margin-bottom: 21.5%;
  }
  .sm-margin-twenty-two-bottom {
    margin-bottom: 22%;
  }
  .sm-margin-twenty-two-half-bottom {
    margin-bottom: 22.5%;
  }
  .sm-margin-twenty-three-bottom {
    margin-bottom: 23%;
  }
  .sm-margin-twenty-three-half-bottom {
    margin-bottom: 23.5%;
  }
  .sm-margin-twenty-four-bottom {
    margin-bottom: 24%;
  }
  .sm-margin-twenty-four-half-bottom {
    margin-bottom: 24.5%;
  }
  .sm-margin-twenty-five-bottom {
    margin-bottom: 25%;
  }
  .sm-margin-5px-bottom {
    margin-bottom: 5px;
  }
  .sm-margin-10px-bottom {
    margin-bottom: 10px;
  }
  .sm-margin-15px-bottom {
    margin-bottom: 15px;
  }
  .sm-margin-20px-bottom {
    margin-bottom: 20px;
  }
  .sm-margin-25px-bottom {
    margin-bottom: 25px;
  }
  .sm-margin-30px-bottom {
    margin-bottom: 30px;
  }
  .sm-margin-35px-bottom {
    margin-bottom: 35px;
  }
  .sm-margin-40px-bottom {
    margin-bottom: 40px;
  }
  .sm-margin-45px-bottom {
    margin-bottom: 45px;
  }
  .sm-margin-50px-bottom {
    margin-bottom: 50px;
  }
  .sm-margin-55px-bottom {
    margin-bottom: 55px;
  }
  .sm-margin-60px-bottom {
    margin-bottom: 60px;
  }
  .sm-margin-65px-bottom {
    margin-bottom: 65px;
  }
  .sm-margin-70px-bottom {
    margin-bottom: 70px;
  }
  .sm-margin-75px-bottom {
    margin-bottom: 75px;
  }
  .sm-margin-80px-bottom {
    margin-bottom: 80px;
  }
  .sm-margin-85px-bottom {
    margin-bottom: 85px;
  }
  .sm-margin-90px-bottom {
    margin-bottom: 90px;
  }
  .sm-margin-95px-bottom {
    margin-bottom: 95px;
  }
  .sm-margin-100px-bottom {
    margin-bottom: 100px;
  }
  .sm-margin-one-right {
    margin-right: 1%;
  }
  .sm-margin-one-half-right {
    margin-right: 1.5%;
  }
  .sm-margin-two-right {
    margin-right: 2%;
  }
  .sm-margin-two-half-right {
    margin-right: 2.5%;
  }
  .sm-margin-three-right {
    margin-right: 3%;
  }
  .sm-margin-three-half-right {
    margin-right: 3.5%;
  }
  .sm-margin-four-right {
    margin-right: 4%;
  }
  .sm-margin-four-half-right {
    margin-right: 4.5%;
  }
  .sm-margin-five-right {
    margin-right: 5%;
  }
  .sm-margin-five-half-right {
    margin-right: 5.5%;
  }
  .sm-margin-six-right {
    margin-right: 6%;
  }
  .sm-margin-six-half-right {
    margin-right: 6.5%;
  }
  .sm-margin-seven-right {
    margin-right: 7%;
  }
  .sm-margin-seven-half-right {
    margin-right: 7.5%;
  }
  .sm-margin-eight-right {
    margin-right: 8%;
  }
  .sm-margin-eight-half-right {
    margin-right: 8.5%;
  }
  .sm-margin-nine-right {
    margin-right: 9%;
  }
  .sm-margin-nine-half-right {
    margin-right: 9.5%;
  }
  .sm-margin-ten-right {
    margin-right: 10%;
  }
  .sm-margin-ten-half-right {
    margin-right: 10.5%;
  }
  .sm-margin-eleven-right {
    margin-right: 11%;
  }
  .sm-margin-eleven-half-right {
    margin-right: 11.5%;
  }
  .sm-margin-twelve-right {
    margin-right: 12%;
  }
  .sm-margin-twelve-half-right {
    margin-right: 12.5%;
  }
  .sm-margin-thirteen-right {
    margin-right: 13%;
  }
  .sm-margin-thirteen-half-right {
    margin-right: 13.5%;
  }
  .sm-margin-fourteen-right {
    margin-right: 14%;
  }
  .sm-margin-fourteen-half-right {
    margin-right: 14.5%;
  }
  .sm-margin-fifteen-right {
    margin-right: 15%;
  }
  .sm-margin-fifteen-half-right {
    margin-right: 15.5%;
  }
  .sm-margin-sixteen-right {
    margin-right: 16%;
  }
  .sm-margin-sixteen-half-right {
    margin-right: 16.5%;
  }
  .sm-margin-seventeen-right {
    margin-right: 17%;
  }
  .sm-margin-seventeen-half-right {
    margin-right: 17.5%;
  }
  .sm-margin-eighteen-right {
    margin-right: 18%;
  }
  .sm-margin-eighteen-half-right {
    margin-right: 18.5%;
  }
  .sm-margin-nineteen-right {
    margin-right: 19%;
  }
  .sm-margin-nineteen-half-right {
    margin-right: 19.5%;
  }
  .sm-margin-twenty-right {
    margin-right: 20%;
  }
  .sm-margin-twenty-half-right {
    margin-right: 20.5%;
  }
  .sm-margin-twenty-one-right {
    margin-right: 21%;
  }
  .sm-margin-twenty-one-half-right {
    margin-right: 21.5%;
  }
  .sm-margin-twenty-two-right {
    margin-right: 22%;
  }
  .sm-margin-twenty-two-half-right {
    margin-right: 22.5%;
  }
  .sm-margin-twenty-three-right {
    margin-right: 23%;
  }
  .sm-margin-twenty-three-half-right {
    margin-right: 23.5%;
  }
  .sm-margin-twenty-four-right {
    margin-right: 24%;
  }
  .sm-margin-twenty-four-half-right {
    margin-right: 24.5%;
  }
  .sm-margin-twenty-five-right {
    margin-right: 25%;
  }
  .sm-margin-10px-right {
    margin-right: 10px;
  }
  .sm-margin-15px-right {
    margin-right: 15px;
  }
  .sm-margin-20px-right {
    margin-right: 20px;
  }
  .sm-margin-25px-right {
    margin-right: 25px;
  }
  .sm-margin-30px-right {
    margin-right: 30px;
  }
  .sm-margin-35px-right {
    margin-right: 35px;
  }
  .sm-margin-40px-right {
    margin-right: 40px;
  }
  .sm-margin-45px-right {
    margin-right: 45px;
  }
  .sm-margin-50px-right {
    margin-right: 50px;
  }
  .sm-margin-55px-right {
    margin-right: 55px;
  }
  .sm-margin-60px-right {
    margin-right: 60px;
  }
  .sm-margin-65px-right {
    margin-right: 65px;
  }
  .sm-margin-70px-right {
    margin-right: 70px;
  }
  .sm-margin-75px-right {
    margin-right: 75px;
  }
  .sm-margin-80px-right {
    margin-right: 80px;
  }
  .sm-margin-85px-right {
    margin-right: 85px;
  }
  .sm-margin-90px-right {
    margin-right: 90px;
  }
  .sm-margin-95px-right {
    margin-right: 95px;
  }
  .sm-margin-100px-right {
    margin-right: 100px;
  }
  .sm-margin-one-left {
    margin-left: 1%;
  }
  .sm-margin-one-half-left {
    margin-left: 1.5%;
  }
  .sm-margin-two-left {
    margin-left: 2%;
  }
  .sm-margin-two-half-left {
    margin-left: 2.5%;
  }
  .sm-margin-three-left {
    margin-left: 3%;
  }
  .sm-margin-three-half-left {
    margin-left: 3.5%;
  }
  .sm-margin-four-left {
    margin-left: 4%;
  }
  .sm-margin-four-half-left {
    margin-left: 4.5%;
  }
  .sm-margin-five-left {
    margin-left: 5%;
  }
  .sm-margin-five-half-left {
    margin-left: 5.5%;
  }
  .sm-margin-six-left {
    margin-left: 6%;
  }
  .sm-margin-six-half-left {
    margin-left: 6.5%;
  }
  .sm-margin-seven-left {
    margin-left: 7%;
  }
  .sm-margin-seven-half-left {
    margin-left: 7.5%;
  }
  .sm-margin-eight-left {
    margin-left: 8%;
  }
  .sm-margin-eight-half-left {
    margin-left: 8.5%;
  }
  .sm-margin-nine-left {
    margin-left: 9%;
  }
  .sm-margin-nine-half-left {
    margin-left: 9.5%;
  }
  .sm-margin-ten-left {
    margin-left: 10%;
  }
  .sm-margin-ten-half-left {
    margin-left: 10.5%;
  }
  .sm-margin-eleven-left {
    margin-left: 11%;
  }
  .sm-margin-eleven-half-left {
    margin-left: 11.5%;
  }
  .sm-margin-twelve-left {
    margin-left: 12%;
  }
  .sm-margin-twelve-half-left {
    margin-left: 12.5%;
  }
  .sm-margin-thirteen-left {
    margin-left: 13%;
  }
  .sm-margin-thirteen-half-left {
    margin-left: 13.5%;
  }
  .sm-margin-fourteen-left {
    margin-left: 14%;
  }
  .sm-margin-fourteen-half-left {
    margin-left: 14.5%;
  }
  .sm-margin-fifteen-left {
    margin-left: 15%;
  }
  .sm-margin-fifteen-half-left {
    margin-left: 15.5%;
  }
  .sm-margin-sixteen-left {
    margin-left: 16%;
  }
  .sm-margin-sixteen-half-left {
    margin-left: 16.5%;
  }
  .sm-margin-seventeen-left {
    margin-left: 17%;
  }
  .sm-margin-seventeen-half-left {
    margin-left: 17.5%;
  }
  .sm-margin-eighteen-left {
    margin-left: 18%;
  }
  .sm-margin-eighteen-half-left {
    margin-left: 18.5%;
  }
  .sm-margin-nineteen-left {
    margin-left: 19%;
  }
  .sm-margin-nineteen-half-left {
    margin-left: 19.5%;
  }
  .sm-margin-twenty-left {
    margin-left: 20%;
  }
  .sm-margin-twenty-half-left {
    margin-left: 20.5%;
  }
  .sm-margin-twenty-one-left {
    margin-left: 21%;
  }
  .sm-margin-twenty-one-half-left {
    margin-left: 21.5%;
  }
  .sm-margin-twenty-two-left {
    margin-left: 22%;
  }
  .sm-margin-twenty-two-half-left {
    margin-left: 22.5%;
  }
  .sm-margin-twenty-three-left {
    margin-left: 23%;
  }
  .sm-margin-twenty-three-half-left {
    margin-left: 23.5%;
  }
  .sm-margin-twenty-four-left {
    margin-left: 24%;
  }
  .sm-margin-twenty-four-half-left {
    margin-left: 24.5%;
  }
  .sm-margin-twenty-five-left {
    margin-left: 25%;
  }
  .sm-margin-5px-left {
    margin-left: 5px;
  }
  .sm-margin-10px-left {
    margin-left: 10px;
  }
  .sm-margin-15px-left {
    margin-left: 15px;
  }
  .sm-margin-20px-left {
    margin-left: 20px;
  }
  .sm-margin-25px-left {
    margin-left: 25px;
  }
  .sm-margin-30px-left {
    margin-left: 30px;
  }
  .sm-margin-35px-left {
    margin-left: 35px;
  }
  .sm-margin-40px-left {
    margin-left: 40px;
  }
  .sm-margin-45px-left {
    margin-left: 45px;
  }
  .sm-margin-50px-left {
    margin-left: 50px;
  }
  .sm-margin-55px-left {
    margin-left: 55px;
  }
  .sm-margin-60px-left {
    margin-left: 60px;
  }
  .sm-margin-65px-left {
    margin-left: 65px;
  }
  .sm-margin-70px-left {
    margin-left: 70px;
  }
  .sm-margin-75px-left {
    margin-left: 75px;
  }
  .sm-margin-80px-left {
    margin-left: 80px;
  }
  .sm-margin-85px-left {
    margin-left: 85px;
  }
  .sm-margin-90px-left {
    margin-left: 90px;
  }
  .sm-margin-95px-left {
    margin-left: 95px;
  }
  .sm-margin-100px-left {
    margin-left: 100px;
  }
  .sm-margin-one-lr {
    margin-left: 1%;
    margin-right: 1%;
  }
  .sm-margin-one-lr {
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
  .sm-margin-two-lr {
    margin-left: 2%;
    margin-right: 2%;
  }
  .sm-margin-two-lr {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .sm-margin-three-lr {
    margin-left: 3%;
    margin-right: 3%;
  }
  .sm-margin-three-lr {
    margin-left: 3.5%;
    margin-right: 3.5%;
  }
  .sm-margin-four-lr {
    margin-left: 4%;
    margin-right: 4%;
  }
  .sm-margin-four-lr {
    margin-left: 4.5%;
    margin-right: 4.5%;
  }
  .sm-margin-five-lr {
    margin-left: 5%;
    margin-right: 5%;
  }
  .sm-margin-five-lr {
    margin-left: 5.5%;
    margin-right: 5.5%;
  }
  .sm-margin-six-lr {
    margin-left: 6%;
    margin-right: 6%;
  }
  .sm-margin-six-lr {
    margin-left: 6.5%;
    margin-right: 6.5%;
  }
  .sm-margin-seven-lr {
    margin-left: 7%;
    margin-right: 7%;
  }
  .sm-margin-seven-lr {
    margin-left: 7.5%;
    margin-right: 7.5%;
  }
  .sm-margin-eight-lr {
    margin-left: 8%;
    margin-right: 8%;
  }
  .sm-margin-eight-lr {
    margin-left: 8.5%;
    margin-right: 8.5%;
  }
  .sm-margin-nine-lr {
    margin-left: 9%;
    margin-right: 9%;
  }
  .sm-margin-nine-lr {
    margin-left: 9.5%;
    margin-right: 9.5%;
  }
  .sm-margin-ten-lr {
    margin-left: 10%;
    margin-right: 10%;
  }
  .sm-margin-ten-lr {
    margin-left: 10.5%;
    margin-right: 10.5%;
  }
  .sm-margin-eleven-lr {
    margin-left: 11%;
    margin-right: 11%;
  }
  .sm-margin-eleven-lr {
    margin-left: 11.5%;
    margin-right: 11.5%;
  }
  .sm-margin-twelve-lr {
    margin-left: 12%;
    margin-right: 12%;
  }
  .sm-margin-twelve-lr {
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
  .sm-margin-thirteen-lr {
    margin-left: 13%;
    margin-right: 13%;
  }
  .sm-margin-thirteen-half-lr {
    margin-left: 13.5%;
    margin-right: 13.5%;
  }
  .sm-margin-fourteen-lr {
    margin-left: 14%;
    margin-right: 14%;
  }
  .sm-margin-fourteen-half-lr {
    margin-left: 14.5%;
    margin-right: 14.5%;
  }
  .sm-margin-fifteen-lr {
    margin-left: 15%;
    margin-right: 15%;
  }
  .sm-margin-fifteen-half-lr {
    margin-left: 15.5%;
    margin-right: 15.5%;
  }
  .sm-margin-sixteen-lr {
    margin-left: 16%;
    margin-right: 16%;
  }
  .sm-margin-sixteen-half-lr {
    margin-left: 16.5%;
    margin-right: 16.5%;
  }
  .sm-margin-seventeen-lr {
    margin-left: 17%;
    margin-right: 17%;
  }
  .sm-margin-seventeen-half-lr {
    margin-left: 17.5%;
    margin-right: 17.5%;
  }
  .sm-margin-eighteen-lr {
    margin-left: 18%;
    margin-right: 18%;
  }
  .sm-margin-eighteen-half-lr {
    margin-left: 18.5%;
    margin-right: 18.5%;
  }
  .sm-margin-nineteen-lr {
    margin-left: 19%;
    margin-right: 19%;
  }
  .sm-margin-nineteen-half-lr {
    margin-left: 19.5%;
    margin-right: 19.5%;
  }
  .sm-margin-twenty-lr {
    margin-left: 20%;
    margin-right: 20%;
  }
  .sm-margin-twenty-half-lr {
    margin-left: 20.5%;
    margin-right: 20.5%;
  }
  .sm-margin-twenty-one-lr {
    margin-left: 21%;
    margin-right: 21%;
  }
  .sm-margin-twenty-one-half-lr {
    margin-left: 21.5%;
    margin-right: 21.5%;
  }
  .sm-margin-twenty-two-lr {
    margin-left: 22%;
    margin-right: 22%;
  }
  .sm-margin-twenty-two-half-lr {
    margin-left: 22.5%;
    margin-right: 22.5%;
  }
  .sm-margin-twenty-three-lr {
    margin-left: 23%;
    margin-right: 23%;
  }
  .sm-margin-twenty-three-half-lr {
    margin-left: 23.5%;
    margin-right: 23.5%;
  }
  .sm-margin-twenty-four-lr {
    margin-left: 24%;
    margin-right: 24%;
  }
  .sm-margin-twenty-four-half-lr {
    margin-left: 24.5%;
    margin-right: 24.5%;
  }
  .sm-margin-twenty-five-lr {
    margin-left: 25%;
    margin-right: 25%;
  }
  .sm-margin-5px-lr {
    margin-left: 5px;
    margin-right: 5px;
  }
  .sm-margin-10px-lr {
    margin-left: 10px;
    margin-right: 10px;
  }
  .sm-margin-15px-lr {
    margin-left: 15px;
    margin-right: 15px;
  }
  .sm-margin-20px-lr {
    margin-left: 20px;
    margin-right: 20px;
  }
  .sm-margin-25px-lr {
    margin-left: 25px;
    margin-right: 25px;
  }
  .sm-margin-30px-lr {
    margin-left: 30px;
    margin-right: 30px;
  }
  .sm-margin-35px-lr {
    margin-left: 35px;
    margin-right: 35px;
  }
  .sm-margin-40px-lr {
    margin-left: 40px;
    margin-right: 40px;
  }
  .sm-margin-45px-lr {
    margin-left: 45px;
    margin-right: 45px;
  }
  .sm-margin-50px-lr {
    margin-left: 50px;
    margin-right: 50px;
  }
  .sm-margin-55px-lr {
    margin-left: 55px;
    margin-right: 55px;
  }
  .sm-margin-60px-lr {
    margin-left: 60px;
    margin-right: 60px;
  }
  .sm-margin-65px-lr {
    margin-left: 65px;
    margin-right: 65px;
  }
  .sm-margin-70px-lr {
    margin-left: 70px;
    margin-right: 70px;
  }
  .sm-margin-75px-lr {
    margin-left: 75px;
    margin-right: 75px;
  }
  .sm-margin-80px-lr {
    margin-left: 80px;
    margin-right: 80px;
  }
  .sm-margin-85px-lr {
    margin-left: 85px;
    margin-right: 85px;
  }
  .sm-margin-90px-lr {
    margin-left: 90px;
    margin-right: 90px;
  }
  .sm-margin-95px-lr {
    margin-left: 95px;
    margin-right: 95px;
  }
  .sm-margin-100px-lr {
    margin-left: 100px;
    margin-right: 100px;
  }
  .sm-margin-one-tb {
    margin-top: 1%;
    margin-bottom: 1%;
  }
  .sm-margin-one-tb {
    margin-top: 1.5%;
    margin-bottom: 1.5%;
  }
  .sm-margin-two-tb {
    margin-top: 2%;
    margin-bottom: 2%;
  }
  .sm-margin-two-tb {
    margin-top: 2.5%;
    margin-bottom: 2.5%;
  }
  .sm-margin-three-tb {
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .sm-margin-three-tb {
    margin-top: 3.5%;
    margin-bottom: 3.5%;
  }
  .sm-margin-four-tb {
    margin-top: 4%;
    margin-bottom: 4%;
  }
  .sm-margin-four-tb {
    margin-top: 4.5%;
    margin-bottom: 4.5%;
  }
  .sm-margin-five-tb {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .sm-margin-five-tb {
    margin-top: 5.5%;
    margin-bottom: 5.5%;
  }
  .sm-margin-six-tb {
    margin-top: 6%;
    margin-bottom: 6%;
  }
  .sm-margin-six-tb {
    margin-top: 6.5%;
    margin-bottom: 6.5%;
  }
  .sm-margin-seven-tb {
    margin-top: 7%;
    margin-bottom: 7%;
  }
  .sm-margin-seven-tb {
    margin-top: 7.5%;
    margin-bottom: 7.5%;
  }
  .sm-margin-eight-tb {
    margin-top: 8%;
    margin-bottom: 8%;
  }
  .sm-margin-eight-tb {
    margin-top: 8.5%;
    margin-bottom: 8.5%;
  }
  .sm-margin-nine-tb {
    margin-top: 9%;
    margin-bottom: 9%;
  }
  .sm-margin-nine-tb {
    margin-top: 9.5%;
    margin-bottom: 9.5%;
  }
  .sm-margin-ten-tb {
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .sm-margin-ten-tb {
    margin-top: 10.5%;
    margin-bottom: 10.5%;
  }
  .sm-margin-eleven-tb {
    margin-top: 11%;
    margin-bottom: 11%;
  }
  .sm-margin-eleven-tb {
    margin-top: 11.5%;
    margin-bottom: 11.5%;
  }
  .sm-margin-twelve-tb {
    margin-top: 12%;
    margin-bottom: 12%;
  }
  .sm-margin-twelve-tb {
    margin-top: 12.5%;
    margin-bottom: 12.5%;
  }
  .sm-margin-thirteen-tb {
    margin-top: 13%;
    margin-bottom: 13%;
  }
  .sm-margin-thirteen-half-tb {
    margin-top: 13.5%;
    margin-bottom: 13.5%;
  }
  .sm-margin-fourteen-tb {
    margin-top: 14%;
    margin-bottom: 14%;
  }
  .sm-margin-fourteen-half-tb {
    margin-top: 14.5%;
    margin-bottom: 14.5%;
  }
  .sm-margin-fifteen-tb {
    margin-top: 15%;
    margin-bottom: 15%;
  }
  .sm-margin-fifteen-half-tb {
    margin-top: 15.5%;
    margin-bottom: 15.5%;
  }
  .sm-margin-sixteen-tb {
    margin-top: 16%;
    margin-bottom: 16%;
  }
  .sm-margin-sixteen-half-tb {
    margin-top: 16.5%;
    margin-bottom: 16.5%;
  }
  .sm-margin-seventeen-tb {
    margin-top: 17%;
    margin-bottom: 17%;
  }
  .sm-margin-seventeen-half-tb {
    margin-top: 17.5%;
    margin-bottom: 17.5%;
  }
  .sm-margin-eighteen-tb {
    margin-top: 18%;
    margin-bottom: 18%;
  }
  .sm-margin-eighteen-half-tb {
    margin-top: 18.5%;
    margin-bottom: 18.5%;
  }
  .sm-margin-nineteen-tb {
    margin-top: 19%;
    margin-bottom: 19%;
  }
  .sm-margin-nineteen-half-tb {
    margin-top: 19.5%;
    margin-bottom: 19.5%;
  }
  .sm-margin-twenty-tb {
    margin-top: 20%;
    margin-bottom: 20%;
  }
  .sm-margin-twenty-half-tb {
    margin-top: 20.5%;
    margin-bottom: 20.5%;
  }
  .sm-margin-twenty-one-tb {
    margin-top: 21%;
    margin-bottom: 21%;
  }
  .sm-margin-twenty-one-half-tb {
    margin-top: 21.5%;
    margin-bottom: 21.5%;
  }
  .sm-margin-twenty-two-tb {
    margin-top: 22%;
    margin-bottom: 22%;
  }
  .sm-margin-twenty-two-half-tb {
    margin-top: 22.5%;
    margin-bottom: 22.5%;
  }
  .sm-margin-twenty-three-tb {
    margin-top: 23%;
    margin-bottom: 23%;
  }
  .sm-margin-twenty-three-half-tb {
    margin-top: 23.5%;
    margin-bottom: 23.5%;
  }
  .sm-margin-twenty-four-tb {
    margin-top: 24%;
    margin-bottom: 24%;
  }
  .sm-margin-twenty-four-half-tb {
    margin-top: 24.5%;
    margin-bottom: 24.5%;
  }
  .sm-margin-twenty-five-tb {
    margin-top: 25%;
    margin-bottom: 25%;
  }
  .sm-margin-5px-tb {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .sm-margin-10px-tb {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sm-margin-15px-tb {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .sm-margin-20px-tb {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sm-margin-25px-tb {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .sm-margin-30px-tb {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .sm-margin-35px-tb {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .sm-margin-40px-tb {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .sm-margin-45px-tb {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .sm-margin-50px-tb {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .sm-margin-55px-tb {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .sm-margin-60px-tb {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .sm-margin-65px-tb {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .sm-margin-70px-tb {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .sm-margin-75px-tb {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .sm-margin-80px-tb {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .sm-margin-85px-tb {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .sm-margin-90px-tb {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .sm-margin-95px-tb {
    margin-top: 95px;
    margin-bottom: 95px;
  }
  .sm-margin-100px-tb {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .sm-header-padding-top {
    padding-top: 82px;
  }
  .sm-header-margin-top {
    margin-top: 80px;
  }
  .sm-no-padding {
    padding: 0 !important;
  }
  .sm-no-padding-lr {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sm-no-padding-tb {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .sm-no-padding-top {
    padding-top: 0 !important;
  }
  .sm-no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .sm-no-padding-left {
    padding-left: 0 !important;
  }
  .sm-no-padding-right {
    padding-right: 0 !important;
  }
  .sm-padding-one-all {
    padding: 1%;
  }
  .sm-padding-one-half-all {
    padding: 1.5%;
  }
  .sm-padding-two-all {
    padding: 2%;
  }
  .sm-padding-two-half-all {
    padding: 2.5%;
  }
  .sm-padding-three-all {
    padding: 3%;
  }
  .sm-padding-three-half-all {
    padding: 3.5%;
  }
  .sm-padding-four-all {
    padding: 4%;
  }
  .sm-padding-four-half-all {
    padding: 4.5%;
  }
  .sm-padding-five-all {
    padding: 5%;
  }
  .sm-padding-five-half-all {
    padding: 5.5%;
  }
  .sm-padding-six-all {
    padding: 6%;
  }
  .sm-padding-six-half-all {
    padding: 6.5%;
  }
  .sm-padding-seven-all {
    padding: 7%;
  }
  .sm-padding-seven-half-all {
    padding: 7.5%;
  }
  .sm-padding-eight-all {
    padding: 8%;
  }
  .sm-padding-eight-half-all {
    padding: 8.5%;
  }
  .sm-padding-nine-all {
    padding: 9%;
  }
  .sm-padding-nine-half-all {
    padding: 9.5%;
  }
  .sm-padding-ten-all {
    padding: 10%;
  }
  .sm-padding-ten-half-all {
    padding: 10.5%;
  }
  .sm-padding-eleven-all {
    padding: 11%;
  }
  .sm-padding-eleven-half-all {
    padding: 11.5%;
  }
  .sm-padding-twelve-all {
    padding: 12%;
  }
  .sm-padding-twelve-half-all {
    padding: 12.5%;
  }
  .sm-padding-thirteen-all {
    padding: 13%;
  }
  .sm-padding-thirteen-half-all {
    padding: 13.5%;
  }
  .sm-padding-fourteen-all {
    padding: 14%;
  }
  .sm-padding-fourteen-half-all {
    padding: 14.5%;
  }
  .sm-padding-fifteen-all {
    padding: 15%;
  }
  .sm-padding-fifteen-half-all {
    padding: 15.5%;
  }
  .sm-padding-sixteen-all {
    padding: 16%;
  }
  .sm-padding-sixteen-half-all {
    padding: 16.5%;
  }
  .sm-padding-seventeen-all {
    padding: 17%;
  }
  .sm-padding-seventeen-half-all {
    padding: 17.5%;
  }
  .sm-padding-eighteen-all {
    padding: 18%;
  }
  .sm-padding-eighteen-half-all {
    padding: 18.5%;
  }
  .sm-padding-nineteen-all {
    padding: 19%;
  }
  .sm-padding-nineteen-half-all {
    padding: 19.5%;
  }
  .sm-padding-twenty-all {
    padding: 20%;
  }
  .sm-padding-twenty-half-all {
    padding: 20.5%;
  }
  .sm-padding-twenty-one-all {
    padding: 21%;
  }
  .sm-padding-twenty-one-half-all {
    padding: 21.5%;
  }
  .sm-padding-twenty-two-all {
    padding: 22%;
  }
  .sm-padding-twenty-two-half-all {
    padding: 22.5%;
  }
  .sm-padding-twenty-three-all {
    padding: 23%;
  }
  .sm-padding-twenty-three-half-all {
    padding: 23.5%;
  }
  .sm-padding-twenty-four-all {
    padding: 24%;
  }
  .sm-padding-twenty-four-half-all {
    padding: 24.5%;
  }
  .sm-padding-twenty-five-all {
    padding: 25%;
  }
  .sm-padding-5px-all {
    padding: 5px;
  }
  .sm-padding-10px-all {
    padding: 10px;
  }
  .sm-padding-15px-all {
    padding: 15px;
  }
  .sm-padding-20px-all {
    padding: 20px;
  }
  .sm-padding-25px-all {
    padding: 25px;
  }
  .sm-padding-30px-all {
    padding: 30px;
  }
  .sm-padding-35px-all {
    padding: 35px;
  }
  .sm-padding-40px-all {
    padding: 40px;
  }
  .sm-padding-45px-all {
    padding: 45px;
  }
  .sm-padding-50px-all {
    padding: 50px;
  }
  .sm-padding-55px-all {
    padding: 55px;
  }
  .sm-padding-60px-all {
    padding: 60px;
  }
  .sm-padding-65px-all {
    padding: 65px;
  }
  .sm-padding-70px-all {
    padding: 70px;
  }
  .sm-padding-75px-all {
    padding: 75px;
  }
  .sm-padding-80px-all {
    padding: 80px;
  }
  .sm-padding-85px-all {
    padding: 85px;
  }
  .sm-padding-90px-all {
    padding: 90px;
  }
  .sm-padding-95px-all {
    padding: 95px;
  }
  .sm-padding-100px-all {
    padding: 100px;
  }
  .sm-padding-one-top {
    padding-top: 1%;
  }
  .sm-padding-one-half-top {
    padding-top: 1.5%;
  }
  .sm-padding-two-top {
    padding-top: 2%;
  }
  .sm-padding-two-half-top {
    padding-top: 2.5%;
  }
  .sm-padding-three-top {
    padding-top: 3%;
  }
  .sm-padding-three-half-top {
    padding-top: 3.5%;
  }
  .sm-padding-four-top {
    padding-top: 4%;
  }
  .sm-padding-four-half-top {
    padding-top: 4.5%;
  }
  .sm-padding-five-top {
    padding-top: 5%;
  }
  .sm-padding-five-half-top {
    padding-top: 5.5%;
  }
  .sm-padding-six-top {
    padding-top: 6%;
  }
  .sm-padding-six-half-top {
    padding-top: 6.5%;
  }
  .sm-padding-seven-top {
    padding-top: 7%;
  }
  .sm-padding-seven-half-top {
    padding-top: 7.5%;
  }
  .sm-padding-eight-top {
    padding-top: 8%;
  }
  .sm-padding-eight-half-top {
    padding-top: 8.5%;
  }
  .sm-padding-nine-top {
    padding-top: 9%;
  }
  .sm-padding-nine-half-top {
    padding-top: 9.5%;
  }
  .sm-padding-ten-top {
    padding-top: 10%;
  }
  .sm-padding-ten-half-top {
    padding-top: 10.5%;
  }
  .sm-padding-eleven-top {
    padding-top: 11%;
  }
  .sm-padding-eleven-half-top {
    padding-top: 11.5%;
  }
  .sm-padding-twelve-top {
    padding-top: 12%;
  }
  .sm-padding-twelve-half-top {
    padding-top: 12.5%;
  }
  .sm-padding-thirteen-top {
    padding-top: 13%;
  }
  .sm-padding-thirteen-half-top {
    padding-top: 13.5%;
  }
  .sm-padding-fourteen-top {
    padding-top: 14%;
  }
  .sm-padding-fourteen-half-top {
    padding-top: 14.5%;
  }
  .sm-padding-fifteen-top {
    padding-top: 15%;
  }
  .sm-padding-fifteen-half-top {
    padding-top: 15.5%;
  }
  .sm-padding-sixteen-top {
    padding-top: 16%;
  }
  .sm-padding-sixteen-half-top {
    padding-top: 16.5%;
  }
  .sm-padding-seventeen-top {
    padding-top: 17%;
  }
  .sm-padding-seventeen-half-top {
    padding-top: 17.5%;
  }
  .sm-padding-eighteen-top {
    padding-top: 18%;
  }
  .sm-padding-eighteen-half-top {
    padding-top: 18.5%;
  }
  .sm-padding-nineteen-top {
    padding-top: 19%;
  }
  .sm-padding-nineteen-half-top {
    padding-top: 19.5%;
  }
  .sm-padding-twenty-top {
    padding-top: 20%;
  }
  .sm-padding-twenty-half-top {
    padding-top: 20.5%;
  }
  .sm-padding-twenty-one-top {
    padding-top: 21%;
  }
  .sm-padding-twenty-one-half-top {
    padding-top: 21.5%;
  }
  .sm-padding-twenty-two-top {
    padding-top: 22%;
  }
  .sm-padding-twenty-two-half-top {
    padding-top: 22.5%;
  }
  .sm-padding-twenty-three-top {
    padding-top: 23%;
  }
  .sm-padding-twenty-three-half-top {
    padding-top: 23.5%;
  }
  .sm-padding-twenty-four-top {
    padding-top: 24%;
  }
  .sm-padding-twenty-four-half-top {
    padding-top: 24.5%;
  }
  .sm-padding-twenty-five-top {
    padding-top: 25%;
  }
  .sm-padding-5px-top {
    padding-top: 5px;
  }
  .sm-padding-10px-top {
    padding-top: 10px;
  }
  .sm-padding-15px-top {
    padding-top: 15px;
  }
  .sm-padding-20px-top {
    padding-top: 20px;
  }
  .sm-padding-25px-top {
    padding-top: 25px;
  }
  .sm-padding-30px-top {
    padding-top: 30px;
  }
  .sm-padding-35px-top {
    padding-top: 35px;
  }
  .sm-padding-40px-top {
    padding-top: 40px;
  }
  .sm-padding-45px-top {
    padding-top: 45px;
  }
  .sm-padding-50px-top {
    padding-top: 50px;
  }
  .sm-padding-55px-top {
    padding-top: 55px;
  }
  .sm-padding-60px-top {
    padding-top: 60px;
  }
  .sm-padding-65px-top {
    padding-top: 65px;
  }
  .sm-padding-70px-top {
    padding-top: 70px;
  }
  .sm-padding-75px-top {
    padding-top: 75px;
  }
  .sm-padding-80px-top {
    padding-top: 80px;
  }
  .sm-padding-85px-top {
    padding-top: 85px;
  }
  .sm-padding-90px-top {
    padding-top: 90px;
  }
  .sm-padding-95px-top {
    padding-top: 95px;
  }
  .sm-padding-100px-top {
    padding-top: 100px;
  }
  .sm-padding-one-bottom {
    padding-bottom: 1%;
  }
  .sm-padding-one-half-bottom {
    padding-bottom: 1.5%;
  }
  .sm-padding-two-bottom {
    padding-bottom: 2%;
  }
  .sm-padding-two-half-bottom {
    padding-bottom: 2.5%;
  }
  .sm-padding-three-bottom {
    padding-bottom: 3%;
  }
  .sm-padding-three-half-bottom {
    padding-bottom: 3.5%;
  }
  .sm-padding-four-bottom {
    padding-bottom: 4%;
  }
  .sm-padding-four-half-bottom {
    padding-bottom: 4.5%;
  }
  .sm-padding-five-bottom {
    padding-bottom: 5%;
  }
  .sm-padding-five-half-bottom {
    padding-bottom: 5.5%;
  }
  .sm-padding-six-bottom {
    padding-bottom: 6%;
  }
  .sm-padding-six-half-bottom {
    padding-bottom: 6.5%;
  }
  .sm-padding-seven-bottom {
    padding-bottom: 7%;
  }
  .sm-padding-seven-half-bottom {
    padding-bottom: 7.5%;
  }
  .sm-padding-eight-bottom {
    padding-bottom: 8%;
  }
  .sm-padding-eight-half-bottom {
    padding-bottom: 8.5%;
  }
  .sm-padding-nine-bottom {
    padding-bottom: 9%;
  }
  .sm-padding-nine-half-bottom {
    padding-bottom: 9.5%;
  }
  .sm-padding-ten-bottom {
    padding-bottom: 10%;
  }
  .sm-padding-ten-half-bottom {
    padding-bottom: 10.5%;
  }
  .sm-padding-eleven-bottom {
    padding-bottom: 11%;
  }
  .sm-padding-eleven-half-bottom {
    padding-bottom: 11.5%;
  }
  .sm-padding-twelve-bottom {
    padding-bottom: 12%;
  }
  .sm-padding-twelve-half-bottom {
    padding-bottom: 12.5%;
  }
  .sm-padding-thirteen-bottom {
    padding-bottom: 13%;
  }
  .sm-padding-thirteen-half-bottom {
    padding-bottom: 13.5%;
  }
  .sm-padding-fourteen-bottom {
    padding-bottom: 14%;
  }
  .sm-padding-fourteen-half-bottom {
    padding-bottom: 14.5%;
  }
  .sm-padding-fifteen-bottom {
    padding-bottom: 15%;
  }
  .sm-padding-fifteen-half-bottom {
    padding-bottom: 15.5%;
  }
  .sm-padding-sixteen-bottom {
    padding-bottom: 16%;
  }
  .sm-padding-sixteen-half-bottom {
    padding-bottom: 16.5%;
  }
  .sm-padding-seventeen-bottom {
    padding-bottom: 17%;
  }
  .sm-padding-seventeen-half-bottom {
    padding-bottom: 17.5%;
  }
  .sm-padding-eighteen-bottom {
    padding-bottom: 18%;
  }
  .sm-padding-eighteen-half-bottom {
    padding-bottom: 18.5%;
  }
  .sm-padding-nineteen-bottom {
    padding-bottom: 19%;
  }
  .sm-padding-nineteen-half-bottom {
    padding-bottom: 19.5%;
  }
  .sm-padding-twenty-bottom {
    padding-bottom: 20%;
  }
  .sm-padding-twenty-half-bottom {
    padding-bottom: 20.5%;
  }
  .sm-padding-twenty-one-bottom {
    padding-bottom: 21%;
  }
  .sm-padding-twenty-one-half-bottom {
    padding-bottom: 21.5%;
  }
  .sm-padding-twenty-two-bottom {
    padding-bottom: 22%;
  }
  .sm-padding-twenty-two-half-bottom {
    padding-bottom: 22.5%;
  }
  .sm-padding-twenty-three-bottom {
    padding-bottom: 23%;
  }
  .sm-padding-twenty-three-half-bottom {
    padding-bottom: 23.5%;
  }
  .sm-padding-twenty-four-bottom {
    padding-bottom: 24%;
  }
  .sm-padding-twenty-four-half-bottom {
    padding-bottom: 24.5%;
  }
  .sm-padding-twenty-five-bottom {
    padding-bottom: 25%;
  }
  .sm-padding-5px-bottom {
    padding-bottom: 5px;
  }
  .sm-padding-10px-bottom {
    padding-bottom: 10px;
  }
  .sm-padding-15px-bottom {
    padding-bottom: 15px;
  }
  .sm-padding-20px-bottom {
    padding-bottom: 20px;
  }
  .sm-padding-25px-bottom {
    padding-bottom: 25px;
  }
  .sm-padding-30px-bottom {
    padding-bottom: 30px;
  }
  .sm-padding-35px-bottom {
    padding-bottom: 35px;
  }
  .sm-padding-40px-bottom {
    padding-bottom: 40px;
  }
  .sm-padding-45px-bottom {
    padding-bottom: 45px;
  }
  .sm-padding-50px-bottom {
    padding-bottom: 50px;
  }
  .sm-padding-55px-bottom {
    padding-bottom: 55px;
  }
  .sm-padding-60px-bottom {
    padding-bottom: 60px;
  }
  .sm-padding-65px-bottom {
    padding-bottom: 65px;
  }
  .sm-padding-70px-bottom {
    padding-bottom: 70px;
  }
  .sm-padding-75px-bottom {
    padding-bottom: 75px;
  }
  .sm-padding-80px-bottom {
    padding-bottom: 80px;
  }
  .sm-padding-85px-bottom {
    padding-bottom: 85px;
  }
  .sm-padding-90px-bottom {
    padding-bottom: 90px;
  }
  .sm-padding-95px-bottom {
    padding-bottom: 95px;
  }
  .sm-padding-100px-bottom {
    padding-bottom: 100px;
  }
  .sm-padding-one-right {
    padding-right: 1%;
  }
  .sm-padding-one-half-right {
    padding-right: 1.5%;
  }
  .sm-padding-two-right {
    padding-right: 2%;
  }
  .sm-padding-two-half-right {
    padding-right: 2.5%;
  }
  .sm-padding-three-right {
    padding-right: 3%;
  }
  .sm-padding-three-half-right {
    padding-right: 3.5%;
  }
  .sm-padding-four-right {
    padding-right: 4%;
  }
  .sm-padding-four-half-right {
    padding-right: 4.5%;
  }
  .sm-padding-five-right {
    padding-right: 5%;
  }
  .sm-padding-five-half-right {
    padding-right: 5.5%;
  }
  .sm-padding-six-right {
    padding-right: 6%;
  }
  .sm-padding-six-half-right {
    padding-right: 6.5%;
  }
  .sm-padding-seven-right {
    padding-right: 7%;
  }
  .sm-padding-seven-half-right {
    padding-right: 7.5%;
  }
  .sm-padding-eight-right {
    padding-right: 8%;
  }
  .sm-padding-eight-half-right {
    padding-right: 8.5%;
  }
  .sm-padding-nine-right {
    padding-right: 9%;
  }
  .sm-padding-nine-half-right {
    padding-right: 9.5%;
  }
  .sm-padding-ten-right {
    padding-right: 10%;
  }
  .sm-padding-ten-half-right {
    padding-right: 10.5%;
  }
  .sm-padding-eleven-right {
    padding-right: 11%;
  }
  .sm-padding-eleven-half-right {
    padding-right: 11.5%;
  }
  .sm-padding-twelve-right {
    padding-right: 12%;
  }
  .sm-padding-twelve-half-right {
    padding-right: 12.5%;
  }
  .sm-padding-thirteen-right {
    padding-right: 13%;
  }
  .sm-padding-thirteen-half-right {
    padding-right: 13.5%;
  }
  .sm-padding-fourteen-right {
    padding-right: 14%;
  }
  .sm-padding-fourteen-half-right {
    padding-right: 14.5%;
  }
  .sm-padding-fifteen-right {
    padding-right: 15%;
  }
  .sm-padding-fifteen-half-right {
    padding-right: 15.5%;
  }
  .sm-padding-sixteen-right {
    padding-right: 16%;
  }
  .sm-padding-sixteen-half-right {
    padding-right: 16.5%;
  }
  .sm-padding-seventeen-right {
    padding-right: 17%;
  }
  .sm-padding-seventeen-half-right {
    padding-right: 17.5%;
  }
  .sm-padding-eighteen-right {
    padding-right: 18%;
  }
  .sm-padding-eighteen-half-right {
    padding-right: 18.5%;
  }
  .sm-padding-nineteen-right {
    padding-right: 19%;
  }
  .sm-padding-nineteen-half-right {
    padding-right: 19.5%;
  }
  .sm-padding-twenty-right {
    padding-right: 20%;
  }
  .sm-padding-twenty-hlaf-right {
    padding-right: 20.5%;
  }
  .sm-padding-twenty-one-right {
    padding-right: 21%;
  }
  .sm-padding-twenty-one-hlaf-right {
    padding-right: 21.5%;
  }
  .sm-padding-twenty-two-right {
    padding-right: 22%;
  }
  .sm-padding-twenty-two-hlaf-right {
    padding-right: 22.5%;
  }
  .sm-padding-twenty-three-right {
    padding-right: 23%;
  }
  .sm-padding-twenty-three-hlaf-right {
    padding-right: 23.5%;
  }
  .sm-padding-twenty-four-right {
    padding-right: 24%;
  }
  .sm-padding-twenty-four-hlaf-right {
    padding-right: 24.5%;
  }
  .sm-padding-twenty-five-right {
    padding-right: 25%;
  }
  .sm-padding-5px-right {
    padding-right: 5px;
  }
  .sm-padding-10px-right {
    padding-right: 10px;
  }
  .sm-padding-15px-right {
    padding-right: 15px;
  }
  .sm-padding-20px-right {
    padding-right: 20px;
  }
  .sm-padding-25px-right {
    padding-right: 25px;
  }
  .sm-padding-30px-right {
    padding-right: 30px;
  }
  .sm-padding-35px-right {
    padding-right: 35px;
  }
  .sm-padding-40px-right {
    padding-right: 40px;
  }
  .sm-padding-45px-right {
    padding-right: 45px;
  }
  .sm-padding-50px-right {
    padding-right: 50px;
  }
  .sm-padding-55px-right {
    padding-right: 55px;
  }
  .sm-padding-60px-right {
    padding-right: 60px;
  }
  .sm-padding-65px-right {
    padding-right: 65px;
  }
  .sm-padding-70px-right {
    padding-right: 70px;
  }
  .sm-padding-75px-right {
    padding-right: 75px;
  }
  .sm-padding-80px-right {
    padding-right: 80px;
  }
  .sm-padding-85px-right {
    padding-right: 85px;
  }
  .sm-padding-90px-right {
    padding-right: 90px;
  }
  .sm-padding-95px-right {
    padding-right: 95px;
  }
  .sm-padding-100px-right {
    padding-right: 100px;
  }
  .sm-padding-one-left {
    padding-left: 1%;
  }
  .sm-padding-one-half-left {
    padding-left: 1.5%;
  }
  .sm-padding-two-left {
    padding-left: 2%;
  }
  .sm-padding-two-half-left {
    padding-left: 2.5%;
  }
  .sm-padding-three-left {
    padding-left: 3%;
  }
  .sm-padding-three-half-left {
    padding-left: 3.5%;
  }
  .sm-padding-four-left {
    padding-left: 4%;
  }
  .sm-padding-four-half-left {
    padding-left: 4.5%;
  }
  .sm-padding-five-left {
    padding-left: 5%;
  }
  .sm-padding-five-half-left {
    padding-left: 5.5%;
  }
  .sm-padding-six-left {
    padding-left: 6%;
  }
  .sm-padding-six-half-left {
    padding-left: 6.5%;
  }
  .sm-padding-seven-left {
    padding-left: 7%;
  }
  .sm-padding-seven-half-left {
    padding-left: 7.5%;
  }
  .sm-padding-eight-left {
    padding-left: 8%;
  }
  .sm-padding-eight-half-left {
    padding-left: 8.5%;
  }
  .sm-padding-nine-left {
    padding-left: 9%;
  }
  .sm-padding-nine-half-left {
    padding-left: 9.5%;
  }
  .sm-padding-ten-left {
    padding-left: 10%;
  }
  .sm-padding-ten-half-left {
    padding-left: 10.5%;
  }
  .sm-padding-eleven-left {
    padding-left: 11%;
  }
  .sm-padding-eleven-half-left {
    padding-left: 11.5%;
  }
  .sm-padding-twelve-left {
    padding-left: 12%;
  }
  .sm-padding-twelve-half-left {
    padding-left: 12.5%;
  }
  .sm-padding-thirteen-left {
    padding-left: 13%;
  }
  .sm-padding-thirteen-half-left {
    padding-left: 13.5%;
  }
  .sm-padding-fourteen-left {
    padding-left: 14%;
  }
  .sm-padding-fourteen-half-left {
    padding-left: 14.5%;
  }
  .sm-padding-fifteen-left {
    padding-left: 15%;
  }
  .sm-padding-fifteen-half-left {
    padding-left: 15.5%;
  }
  .sm-padding-sixteen-left {
    padding-left: 16%;
  }
  .sm-padding-sixteen-half-left {
    padding-left: 16.5%;
  }
  .sm-padding-seventeen-left {
    padding-left: 17%;
  }
  .sm-padding-seventeen-half-left {
    padding-left: 17.5%;
  }
  .sm-padding-eighteen-left {
    padding-left: 18%;
  }
  .sm-padding-eighteen-half-left {
    padding-left: 18.5%;
  }
  .sm-padding-nineteen-left {
    padding-left: 19%;
  }
  .sm-padding-nineteen-half-left {
    padding-left: 19.5%;
  }
  .sm-padding-twenty-left {
    padding-left: 20%;
  }
  .sm-padding-twenty-half-left {
    padding-left: 20.5%;
  }
  .sm-padding-twenty-one-left {
    padding-left: 21%;
  }
  .sm-padding-twenty-one-half-left {
    padding-left: 21.5%;
  }
  .sm-padding-twenty-two-left {
    padding-left: 22%;
  }
  .sm-padding-twenty-two-half-left {
    padding-left: 22.5%;
  }
  .sm-padding-twenty-three-left {
    padding-left: 23%;
  }
  .sm-padding-twenty-three-half-left {
    padding-left: 23.5%;
  }
  .sm-padding-twenty-four-left {
    padding-left: 24%;
  }
  .sm-padding-twenty-four-half-left {
    padding-left: 24.5%;
  }
  .sm-padding-twenty-five-left {
    padding-left: 25%;
  }
  .sm-padding-5px-left {
    padding-left: 5px;
  }
  .sm-padding-10px-left {
    padding-left: 10px;
  }
  .sm-padding-15px-left {
    padding-left: 15px;
  }
  .sm-padding-20px-left {
    padding-left: 20px;
  }
  .sm-padding-25px-left {
    padding-left: 25px;
  }
  .sm-padding-30px-left {
    padding-left: 30px;
  }
  .sm-padding-35px-left {
    padding-left: 35px;
  }
  .sm-padding-40px-left {
    padding-left: 40px;
  }
  .sm-padding-45px-left {
    padding-left: 45px;
  }
  .sm-padding-50px-left {
    padding-left: 50px;
  }
  .sm-padding-55px-left {
    padding-left: 55px;
  }
  .sm-padding-60px-left {
    padding-left: 60px;
  }
  .sm-padding-65px-left {
    padding-left: 65px;
  }
  .sm-padding-70px-left {
    padding-left: 70px;
  }
  .sm-padding-75px-left {
    padding-left: 75px;
  }
  .sm-padding-80px-left {
    padding-left: 80px;
  }
  .sm-padding-85px-left {
    padding-left: 85px;
  }
  .sm-padding-90px-left {
    padding-left: 90px;
  }
  .sm-padding-95px-left {
    padding-left: 95px;
  }
  .sm-padding-100px-left {
    padding-left: 100px;
  }
  .sm-padding-one-tb {
    padding-top: 1%;
    padding-bottom: 1%;
  }
  .sm-padding-one-half-tb {
    padding-top: 1.5%;
    padding-bottom: 1.5%;
  }
  .sm-padding-two-tb {
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .sm-padding-two-half-tb {
    padding-top: 2.5%;
    padding-bottom: 2.5%;
  }
  .sm-padding-three-tb {
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .sm-padding-three-half-tb {
    padding-top: 3.5%;
    padding-bottom: 3.5%;
  }
  .sm-padding-four-tb {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .sm-padding-four-half-tb {
    padding-top: 4.5%;
    padding-bottom: 4.5%;
  }
  .sm-padding-five-tb {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .sm-padding-five-half-tb {
    padding-top: 5.5%;
    padding-bottom: 5.5%;
  }
  .sm-padding-six-tb {
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .sm-padding-six-half-tb {
    padding-top: 6.5%;
    padding-bottom: 6.5%;
  }
  .sm-padding-seven-tb {
    padding-top: 7%;
    padding-bottom: 7%;
  }
  .sm-padding-seven-half-tb {
    padding-top: 7.5%;
    padding-bottom: 7.5%;
  }
  .sm-padding-eight-tb {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .sm-padding-eight-half-tb {
    padding-top: 8.5%;
    padding-bottom: 8.5%;
  }
  .sm-padding-nine-tb {
    padding-top: 9%;
    padding-bottom: 9%;
  }
  .sm-padding-nine-half-tb {
    padding-top: 9.5%;
    padding-bottom: 9.5%;
  }
  .sm-padding-ten-tb {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .sm-padding-ten-half-tb {
    padding-top: 10.5%;
    padding-bottom: 10.5%;
  }
  .sm-padding-eleven-tb {
    padding-top: 11%;
    padding-bottom: 11%;
  }
  .sm-padding-eleven-half-tb {
    padding-top: 11.5%;
    padding-bottom: 11.5%;
  }
  .sm-padding-twelve-tb {
    padding-top: 12%;
    padding-bottom: 12%;
  }
  .sm-padding-twelve-half-tb {
    padding-top: 12.5%;
    padding-bottom: 12.5%;
  }
  .sm-padding-thirteen-tb {
    padding-top: 13%;
    padding-bottom: 13%;
  }
  .sm-padding-thirteen-half-tb {
    padding-top: 13.5%;
    padding-bottom: 13.5%;
  }
  .sm-padding-fourteen-tb {
    padding-top: 14%;
    padding-bottom: 14%;
  }
  .sm-padding-fourteen-half-tb {
    padding-top: 14.5%;
    padding-bottom: 14.5%;
  }
  .sm-padding-fifteen-tb {
    padding-top: 15%;
    padding-bottom: 15%;
  }
  .sm-padding-fifteen-half-tb {
    padding-top: 15.5%;
    padding-bottom: 15.5%;
  }
  .sm-padding-sixteen-tb {
    padding-top: 16%;
    padding-bottom: 16%;
  }
  .sm-padding-sixteen-half-tb {
    padding-top: 16.5%;
    padding-bottom: 16.5%;
  }
  .sm-padding-seventeen-tb {
    padding-top: 17%;
    padding-bottom: 17%;
  }
  .sm-padding-seventeen-half-tb {
    padding-top: 17.5%;
    padding-bottom: 17.5%;
  }
  .sm-padding-eighteen-tb {
    padding-top: 18%;
    padding-bottom: 18%;
  }
  .sm-padding-eighteen-half-tb {
    padding-top: 18.5%;
    padding-bottom: 18.5%;
  }
  .sm-padding-nineteen-tb {
    padding-top: 19%;
    padding-bottom: 19%;
  }
  .sm-padding-nineteen-half-tb {
    padding-top: 19.5%;
    padding-bottom: 19.5%;
  }
  .sm-padding-twenty-tb {
    padding-top: 20%;
    padding-bottom: 20%;
  }
  .sm-padding-twenty-one-half-tb {
    padding-top: 20.5%;
    padding-bottom: 20.5%;
  }
  .sm-padding-twenty-one-tb {
    padding-top: 21%;
    padding-bottom: 21%;
  }
  .sm-padding-twenty-half-tb {
    padding-top: 21.5%;
    padding-bottom: 21.5%;
  }
  .sm-padding-twenty-two-tb {
    padding-top: 22%;
    padding-bottom: 22%;
  }
  .sm-padding-twenty-two-half-tb {
    padding-top: 22.5%;
    padding-bottom: 22.5%;
  }
  .sm-padding-twenty-three-tb {
    padding-top: 23%;
    padding-bottom: 23%;
  }
  .sm-padding-twenty-three-half-tb {
    padding-top: 23.5%;
    padding-bottom: 23.5%;
  }
  .sm-padding-twenty-four-tb {
    padding-top: 24%;
    padding-bottom: 24%;
  }
  .sm-padding-twenty-four-half-tb {
    padding-top: 24.5%;
    padding-bottom: 24.5%;
  }
  .sm-padding-twenty-five-tb {
    padding-top: 25%;
    padding-bottom: 25%;
  }
  .sm-padding-5px-tb {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .sm-padding-10px-tb {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sm-padding-15px-tb {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .sm-padding-20px-tb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sm-padding-25px-tb {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .sm-padding-30px-tb {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sm-padding-35px-tb {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .sm-padding-40px-tb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sm-padding-45px-tb {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .sm-padding-50px-tb {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sm-padding-55px-tb {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .sm-padding-60px-tb {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sm-padding-65px-tb {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .sm-padding-70px-tb {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .sm-padding-75px-tb {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .sm-padding-80px-tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sm-padding-85px-tb {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .sm-padding-90px-tb {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .sm-padding-95px-tb {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .sm-padding-100px-tb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .sm-padding-one-lr {
    padding-left: 1%;
    padding-right: 1%;
  }
  .sm-padding-one-half-lr {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
  .sm-padding-two-lr {
    padding-left: 2%;
    padding-right: 2%;
  }
  .sm-padding-two-half-lr {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .sm-padding-three-lr {
    padding-left: 3%;
    padding-right: 3%;
  }
  .sm-padding-three-half-lr {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
  .sm-padding-four-lr {
    padding-left: 4%;
    padding-right: 4%;
  }
  .sm-padding-four-half-lr {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
  .sm-padding-five-lr {
    padding-left: 5%;
    padding-right: 5%;
  }
  .sm-padding-five-half-lr {
    padding-left: 5.5%;
    padding-right: 5.5%;
  }
  .sm-padding-six-lr {
    padding-left: 6%;
    padding-right: 6%;
  }
  .sm-padding-six-half-lr {
    padding-left: 6.5%;
    padding-right: 6.5%;
  }
  .sm-padding-seven-lr {
    padding-left: 7%;
    padding-right: 7%;
  }
  .sm-padding-seven-half-lr {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
  .sm-padding-eight-lr {
    padding-left: 8%;
    padding-right: 8%;
  }
  .sm-padding-eight-half-lr {
    padding-left: 8.5%;
    padding-right: 8.5%;
  }
  .sm-padding-nine-lr {
    padding-left: 9%;
    padding-right: 9%;
  }
  .sm-padding-nine-half-lr {
    padding-left: 9.5%;
    padding-right: 9.5%;
  }
  .sm-padding-ten-lr {
    padding-left: 10%;
    padding-right: 10%;
  }
  .sm-padding-ten-half-lr {
    padding-left: 10.5%;
    padding-right: 10.5%;
  }
  .sm-padding-eleven-lr {
    padding-left: 11%;
    padding-right: 11%;
  }
  .sm-padding-eleven-half-lr {
    padding-left: 11.5%;
    padding-right: 11.5%;
  }
  .sm-padding-twelve-lr {
    padding-left: 12%;
    padding-right: 12%;
  }
  .sm-padding-twelve-half-lr {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
  .sm-padding-thirteen-lr {
    padding-left: 13%;
    padding-right: 13%;
  }
  .sm-padding-thirteen-half-lr {
    padding-left: 13.5%;
    padding-right: 13.5%;
  }
  .sm-padding-fourteen-lr {
    padding-left: 14%;
    padding-right: 14%;
  }
  .sm-padding-fourteen-half-lr {
    padding-left: 14.5%;
    padding-right: 14.5%;
  }
  .sm-padding-fifteen-lr {
    padding-left: 15%;
    padding-right: 15%;
  }
  .sm-padding-fifteen-half-lr {
    padding-left: 15.5%;
    padding-right: 15.5%;
  }
  .sm-padding-sixteen-lr {
    padding-left: 16%;
    padding-right: 16%;
  }
  .sm-padding-sixteen-half-lr {
    padding-left: 16.5%;
    padding-right: 16.5%;
  }
  .sm-padding-seventeen-lr {
    padding-left: 17%;
    padding-right: 17%;
  }
  .sm-padding-seventeen-half-lr {
    padding-left: 17.5%;
    padding-right: 17.5%;
  }
  .sm-padding-eighteen-lr {
    padding-left: 18%;
    padding-right: 18%;
  }
  .sm-padding-eighteen-half-lr {
    padding-left: 18.5%;
    padding-right: 18.5%;
  }
  .sm-padding-nineteen-lr {
    padding-left: 19%;
    padding-right: 19%;
  }
  .sm-padding-nineteen-half-lr {
    padding-left: 19.5%;
    padding-right: 19.5%;
  }
  .sm-padding-twenty-lr {
    padding-left: 20%;
    padding-right: 20%;
  }
  .sm-padding-twenty-half-lr {
    padding-left: 20.5%;
    padding-right: 20.5%;
  }
  .sm-padding-twenty-one-lr {
    padding-left: 21%;
    padding-right: 21%;
  }
  .sm-padding-twenty-one-half-lr {
    padding-left: 21.5%;
    padding-right: 21.5%;
  }
  .sm-padding-twenty-two-lr {
    padding-left: 22%;
    padding-right: 22%;
  }
  .sm-padding-twenty-two-half-lr {
    padding-left: 22.5%;
    padding-right: 22.5%;
  }
  .sm-padding-twenty-three-lr {
    padding-left: 23%;
    padding-right: 23%;
  }
  .sm-padding-twenty-three-half-lr {
    padding-left: 23.5%;
    padding-right: 23.5%;
  }
  .sm-padding-twenty-four-lr {
    padding-left: 24%;
    padding-right: 24%;
  }
  .sm-padding-twenty-four-half-lr {
    padding-left: 24.5%;
    padding-right: 24.5%;
  }
  .sm-padding-twenty-lr {
    padding-left: 25%;
    padding-right: 25%;
  }
  .sm-padding-5px-lr {
    padding-left: 5px;
    padding-right: 5px;
  }
  .sm-padding-10px-lr {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sm-padding-15px-lr {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sm-padding-20px-lr {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sm-padding-25px-lr {
    padding-left: 25px;
    padding-right: 25px;
  }
  .sm-padding-30px-lr {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sm-padding-35px-lr {
    padding-left: 35px;
    padding-right: 35px;
  }
  .sm-padding-40px-lr {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sm-padding-45px-lr {
    padding-left: 45px;
    padding-right: 45px;
  }
  .sm-padding-50px-lr {
    padding-left: 50px;
    padding-right: 50px;
  }
  .sm-padding-55px-lr {
    padding-left: 55px;
    padding-right: 55px;
  }
  .sm-padding-60px-lr {
    padding-left: 60px;
    padding-right: 60px;
  }
  .sm-padding-65px-lr {
    padding-left: 65px;
    padding-right: 65px;
  }
  .sm-padding-70px-lr {
    padding-left: 70px;
    padding-right: 70px;
  }
  .sm-padding-75px-lr {
    padding-left: 75px;
    padding-right: 75px;
  }
  .sm-padding-80px-lr {
    padding-left: 80px;
    padding-right: 80px;
  }
  .sm-padding-85px-lr {
    padding-left: 85px;
    padding-right: 85px;
  }
  .sm-padding-90px-lr {
    padding-left: 90px;
    padding-right: 90px;
  }
  .sm-padding-95px-lr {
    padding-left: 95px;
    padding-right: 95px;
  }
  .sm-padding-100px-lr {
    padding-left: 100px;
    padding-right: 100px;
  }
  .one-fifth-screen {
    height: 600px;
  }
  .one-fourth-screen {
    height: 500px;
  }
  .one-third-screen {
    height: 350px;
  }
  .one-second-screen {
    height: 300px;
  }
  .extra-small-screen {
    height: 250px;
  }
  .sm-top-auto {
    top: auto;
  }
  .sm-top-inherit {
    top: inherit !important;
  }
  .sm-top-0 {
    top: 0 !important;
  }
  .sm-top-1 {
    top: 1px;
  }
  .sm-top-2 {
    top: 2px;
  }
  .sm-top-3 {
    top: 3px;
  }
  .sm-top-4 {
    top: 4px;
  }
  .sm-top-5 {
    top: 5px;
  }
  .sm-top-6 {
    top: 6px;
  }
  .sm-top-7 {
    top: 7px;
  }
  .sm-top-8 {
    top: 8px;
  }
  .sm-top-9 {
    top: 9px;
  }
  .sm-top-10 {
    top: 10px;
  }
  .sm-top-12 {
    top: 12px;
  }
  .sm-top-15 {
    top: 15px;
  }
  .sm-top-17 {
    top: 17px;
  }
  .sm-top-20 {
    top: 20px;
  }
  .sm-top-25 {
    top: 25px;
  }
  .sm-top-30 {
    top: 30px;
  }
  .sm-top-35 {
    top: 35px;
  }
  .sm-top-40 {
    top: 40px;
  }
  .sm-top-45 {
    top: 45px;
  }
  .sm-top-50 {
    top: 50px;
  }
  .sm-top-minus1 {
    top: -1px;
  }
  .sm-top-minus2 {
    top: -2px;
  }
  .sm-top-minus3 {
    top: -3px;
  }
  .sm-top-minus4 {
    top: -4px;
  }
  .sm-top-minus5 {
    top: -5px;
  }
  .sm-top-minus6 {
    top: -6px;
  }
  .sm-top-minus7 {
    top: -7px;
  }
  .sm-top-minus8 {
    top: -8px;
  }
  .sm-top-minus9 {
    top: -9px;
  }
  .sm-top-minus10 {
    top: -10px;
  }
  .sm-top-minus15 {
    top: -15px;
  }
  .sm-top-minus20 {
    top: -20px;
  }
  .sm-top-minus25 {
    top: -25px;
  }
  .sm-top-minus30 {
    top: -30px;
  }
  .sm-top-minus35 {
    top: -35px;
  }
  .sm-top-minus40 {
    top: -40px;
  }
  .sm-top-minus45 {
    top: -45px;
  }
  .sm-top-minus50 {
    top: -50px;
  }
  .sm-bottom-auto {
    bottom: auto;
  }
  .sm-bottom-0 {
    bottom: 0;
  }
  .sm-bottom-1 {
    bottom: 1px;
  }
  .sm-bottom-2 {
    bottom: 2px;
  }
  .sm-bottom-3 {
    bottom: 3px;
  }
  .sm-bottom-4 {
    bottom: 4px;
  }
  .sm-bottom-5 {
    bottom: 5px;
  }
  .sm-bottom-6 {
    bottom: 6px;
  }
  .sm-bottom-7 {
    bottom: 7px;
  }
  .sm-bottom-8 {
    bottom: 8px;
  }
  .sm-bottom-9 {
    bottom: 9px;
  }
  .sm-bottom-10 {
    bottom: 10px;
  }
  .sm-bottom-20 {
    bottom: 20px;
  }
  .sm-bottom-25 {
    bottom: 25px;
  }
  .sm-bottom-30 {
    bottom: 30px;
  }
  .sm-bottom-35 {
    bottom: 35px;
  }
  .sm-bottom-40 {
    bottom: 40px;
  }
  .sm-bottom-45 {
    bottom: 45px;
  }
  .sm-bottom-50 {
    bottom: 50px;
  }
  .sm-bottom-minus30 {
    bottom: -30px;
  }
  .sm-bottom-minus50 {
    bottom: -50px;
  }
  .sm-bottom-minus55 {
    bottom: -55px;
  }
  .sm-bottom-minus60 {
    bottom: -60px;
  }
  .sm-left-auto {
    left: auto;
  }
  .sm-left-0 {
    left: 0;
  }
  .sm-left-1 {
    left: 1px;
  }
  .sm-left-2 {
    left: 2px;
  }
  .sm-left-3 {
    left: 3px;
  }
  .sm-left-4 {
    left: 4px;
  }
  .sm-left-5 {
    left: 5px;
  }
  .sm-left-6 {
    left: 6px;
  }
  .sm-left-7 {
    left: 7px;
  }
  .sm-left-8 {
    left: 8px;
  }
  .sm-left-9 {
    left: 9px;
  }
  .sm-left-10 {
    left: 10px;
  }
  .sm-right-auto {
    right: auto;
  }
  .sm-right-0 {
    right: 0;
  }
  .sm-right-1 {
    right: 1px;
  }
  .sm-right-2 {
    right: 2px;
  }
  .sm-right-3 {
    right: 3px;
  }
  .sm-right-4 {
    right: 4px;
  }
  .sm-right-5 {
    right: 5px;
  }
  .sm-right-6 {
    right: 6px;
  }
  .sm-right-7 {
    right: 7px;
  }
  .sm-right-8 {
    right: 8px;
  }
  .sm-right-9 {
    right: 9px;
  }
  .sm-right-10 {
    right: 10px;
  }
  .sm-w-10 {
    width: 10% !important;
  }
  .sm-w-15 {
    width: 15% !important;
  }
  .sm-w-20 {
    width: 20% !important;
  }
  .sm-w-25 {
    width: 25% !important;
  }
  .sm-w-30 {
    width: 30% !important;
  }
  .sm-w-35 {
    width: 35% !important;
  }
  .sm-w-40 {
    width: 40% !important;
  }
  .sm-w-45 {
    width: 45% !important;
  }
  .sm-w-50 {
    width: 50% !important;
  }
  .sm-w-55 {
    width: 55% !important;
  }
  .sm-w-60 {
    width: 60% !important;
  }
  .sm-w-65 {
    width: 65% !important;
  }
  .sm-w-70 {
    width: 70% !important;
  }
  .sm-w-75 {
    width: 75% !important;
  }
  .sm-w-80 {
    width: 80% !important;
  }
  .sm-w-85 {
    width: 85% !important;
  }
  .sm-w-90 {
    width: 90% !important;
  }
  .sm-w-95 {
    width: 95% !important;
  }
  .sm-w-100 {
    width: 100% !important;
  }
  .sm-w-auto {
    width: auto !important;
  }
  .sm-w-50px {
    width: 50px !important;
  }
  .sm-w-70px {
    width: 70px !important;
  }
  .sm-w-75px {
    width: 75px !important;
  }
  .sm-w-80px {
    width: 80px !important;
  }
  .sm-w-85px {
    width: 85px !important;
  }
  .sm-w-90px {
    width: 90px !important;
  }
  .sm-w-95px {
    width: 95px !important;
  }
  .sm-w-100px {
    width: 100px !important;
  }
  .sm-w-120px {
    width: 120px !important;
  }
  .sm-w-130px {
    width: 130px !important;
  }
  .sm-w-150px {
    width: 150px !important;
  }
  .sm-w-180px {
    width: 180px !important;
  }
  .sm-w-200px {
    width: 200px !important;
  }
  .sm-w-250px {
    width: 250px !important;
  }
  .sm-w-300px {
    width: 300px !important;
  }
  .sm-w-350px {
    width: 350px !important;
  }
  .sm-w-400px {
    width: 400px !important;
  }
  .sm-w-450px {
    width: 450px !important;
  }
  .sm-w-500px {
    width: 500px !important;
  }
  .sm-w-550px {
    width: 550px !important;
  }
  .sm-w-600px {
    width: 600px !important;
  }
  .sm-w-650px {
    width: 650px !important;
  }
  .sm-w-700px {
    width: 700px !important;
  }
  .sm-w-750px {
    width: 750px !important;
  }
  .sm-w-800px {
    width: 800px !important;
  }
  .sm-w-850px {
    width: 850px !important;
  }
  .sm-w-900px {
    width: 900px !important;
  }
  .sm-w-950px {
    width: 950px !important;
  }
  .sm-w-1000px {
    width: 1000px !important;
  }
  .sm-h-50 {
    height: 50% !important;
  }
  .sm-h-100 {
    height: 100% !important;
  }
  .sm-h-auto {
    height: auto !important;
  }
  .sm-h-10px {
    height: 10px !important;
  }
  .sm-h-20px {
    height: 20px !important;
  }
  .sm-h-30px {
    height: 30px !important;
  }
  .sm-h-40px {
    height: 40px !important;
  }
  .sm-h-50px {
    height: 50px !important;
  }
  .sm-h-60px {
    height: 60px !important;
  }
  .sm-h-70px {
    height: 70px !important;
  }
  .sm-h-80px {
    height: 80px !important;
  }
  .sm-h-90px {
    height: 90px !important;
  }
  .sm-h-100px {
    height: 100px !important;
  }
  .sm-h-150px {
    height: 150px !important;
  }
  .sm-h-200px {
    height: 200px !important;
  }
  .sm-h-250px {
    height: 250px !important;
  }
  .sm-h-300px {
    height: 300px !important;
  }
  .sm-h-350px {
    height: 350px !important;
  }
  .sm-h-400px {
    height: 400px !important;
  }
  .sm-h-450px {
    height: 450px !important;
  }
  .sm-h-500px {
    height: 500px !important;
  }
  .sm-h-550px {
    height: 550px !important;
  }
  .sm-h-600px {
    height: 600px !important;
  }
  .sm-h-650px {
    height: 650px !important;
  }
  .sm-h-700px {
    height: 700px !important;
  }
  .sm-line-height-10 {
    line-height: 10px;
  }
  .sm-line-height-18 {
    line-height: 18px;
  }
  .sm-line-height-20 {
    line-height: 20px;
  }
  .sm-line-height-24 {
    line-height: 24px;
  }
  .sm-line-height-22 {
    line-height: 22px;
  }
  .sm-line-height-26 {
    line-height: 26px;
  }
  .sm-line-height-28 {
    line-height: 28px;
  }
  .sm-line-height-30 {
    line-height: 30px;
  }
  .sm-line-height-35 {
    line-height: 35px;
  }
  .sm-line-height-40 {
    line-height: 40px;
  }
  .sm-line-height-45 {
    line-height: 45px;
  }
  .sm-line-height-50 {
    line-height: 50px;
  }
  .sm-line-height-55 {
    line-height: 55px;
  }
  .sm-line-height-60 {
    line-height: 60px;
  }
  .sm-line-height-65 {
    line-height: 65px;
  }
  .sm-line-height-70 {
    line-height: 70px;
  }
  .sm-line-height-75 {
    line-height: 75px;
  }
  .sm-line-height-80 {
    line-height: 80px;
  }
  .sm-line-height-85 {
    line-height: 85px;
  }
  .sm-line-height-90 {
    line-height: 90px;
  }
  .sm-line-height-95 {
    line-height: 95px;
  }
  .sm-line-height-100 {
    line-height: 100px;
  }
  .page-title-large h1 {
    font-size: 35px;
    line-height: 35px;
  }
  .page-title-medium h1 {
    font-size: 25px;
    line-height: 30px;
  }
  .title-large {
    font-size: 38px;
    line-height: 44px;
  }
  .title-extra-large {
    font-size: 35px;
    line-height: 40px;
  }
  .sm-letter-spacing-0 {
    letter-spacing: 0;
  }
  .sm-no-border-top {
    border-top: 0 !important;
  }
  .sm-no-border-bottom {
    border-bottom: 0 !important;
  }
  .sm-no-border-right {
    border-right: 0 !important;
  }
  .sm-no-border-left {
    border-left: 0 !important;
  }
  .sm-no-border {
    border: 0 !important;
  }
  section {
    padding: 50px 0;
  }
  section.big-section {
    padding: 80px 0;
  }
  section.extra-big-section {
    padding: 100px 0;
  }
  section.half-section {
    padding: 25px 0;
  }
  .sm-col-2-nth .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
  .sm-col-3-nth .col-sm-4:nth-child(3n + 1) {
    clear: left;
  }
  .sm-col-4-nth .col-sm-3:nth-child(4n + 1) {
    clear: left;
  }
  .mobile-height,
  .swiper-full-screen {
    height: auto !important;
  }
  .mobile-height .full-screen,
  .swiper-full-screen .full-screen {
    height: 480px !important;
    min-height: 480px !important;
  }
  .overlap-section {
    margin-top: 0;
  }
  .blog-image blockquote {
    padding: 20px;
  }
  .slider-half-screen {
    height: 420px;
  }
  .slider-navigation-style-01.swiper-button-next,
  .slider-navigation.swiper-button-next {
    right: 5px;
  }
  .slider-navigation-style-01.swiper-button-prev,
  .slider-navigation.swiper-button-prev {
    left: 5px;
  }
  .arrow-big.swiper-button-next,
  .arrow-big.swiper-button-prev {
    font-size: 24px;
    width: 40px;
    height: 40px;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 20px;
  }
  .hover-option8 .grid-item .portfolio-icon {
    right: 39px;
    top: 34px;
  }
  .swiper-bottom-scrollbar-full .swiper-slide img {
    max-height: 100%;
  }
  .swiper-bottom-scrollbar-full .swiper-slide:hover img {
    max-height: 100%;
  }
  .grid-item.feature-box-4 figure figcaption {
    width: 90%;
  }
  .swiper-full-screen .swiper-pagination {
    bottom: 20px;
  }
  .counter-box-3 .counter-box {
    width: 25%;
  }
  .counter-box-3 .counter-box .number {
    font-size: 16px;
    line-height: 16px;
  }
  .counter-box-3 .counter-box span {
    font-size: 12px;
    line-height: 24px;
  }
  .counter-box-3 .counter-box:after {
    top: -1px;
  }
  .icon-box .icon-box-holder i {
    padding-top: 10px;
  }
  .feature-box-4 .grid-item figcaption {
    padding: 0 20px;
  }
  .feature-box-4 figure figcaption {
    padding: 10% 5%;
    text-align: center;
  }
  .feature-box-5 {
    padding-left: 0;
    text-align: center;
  }
  .feature-box-5 i {
    display: block;
    width: 100%;
    position: inherit;
    margin-bottom: 15px;
  }
  .feature-box-9:nth-child(3) {
    clear: left;
  }
  .feature-box-10 .number-center::after,
  .feature-box-10 .number-center::before {
    height: 0;
  }
  .feature-box-12 .hover-content-box {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .feature-box.feature-box-17 .box .content {
    top: 25px;
  }
  .hover-option3 .grid-item figure {
    bottom: 80px;
  }
  .hover-option3 .grid-item figure figcaption {
    padding: 0 30px;
  }
  .header-searchbar {
    padding-left: 5px;
  }
  .header-searchbar a i {
    margin-right: 0;
    font-size: 12px;
  }
  .header-right {
    margin-left: 0;
  }
  .header-with-topbar.fixed-topbar nav.navbar.bootsnav.navbar-fixed-top,
  .sticky.header-with-topbar.fixed-topbar nav.navbar.bootsnav.navbar-fixed-top,
  .sticky.header-with-topbar.header-appear.fixed-topbar
    nav.navbar.bootsnav.navbar-top {
    top: 30px;
  }
  .navbar-nav li > a,
  header .navbar-nav li > a,
  header
    nav.navbar-fixed-top.header-light-transparent.white-link
    .navbar-nav
    > li
    > a,
  header nav.navbar-fixed-top.header-light.white-link .navbar-nav > li > a,
  header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav > li > a,
  header.sticky nav.navbar.navbar-default.navbar-top ul.nav > li > a,
  nav.navbar-brand-top.navbar.navbar-default ul.nav > li > a,
  nav.navbar.bootsnav li.dropdown ul.mega-menu-full li.dropdown-header,
  nav.navbar.bootsnav li.dropdown ul.mega-menu-full li > a,
  nav.navbar.navbar-default ul.nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-nav > li.dropdown > .fas {
    right: 0;
  }
  nav.navbar.bootsnav li.dropdown .mega-menu-full {
    padding: 0 15px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu.mega-menu,
  nav.navbar.bootsnav ul.nav > li.dropdown > ul.dropdown-menu {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  header nav.navbar-default {
    padding-left: 0;
    padding-right: 0;
  }
  header nav.nav-box-width,
  header nav.nav-box-width.navbar-default {
    padding: 0 0;
  }
  .navbar > .container-lg,
  .navbar > .container-md,
  .navbar > .container-sm,
  .navbar > .container-xl,
  .navbar > .container-xxl,
  .top-header-area > .container-lg,
  .top-header-area > .container-md,
  .top-header-area > .container-sm,
  .top-header-area > .container-xl,
  .top-header-area > .container-xxl {
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .head-text {
    font-size: 30px;
    line-height: 36px;
  }
  .special-char-extra-large {
    font-size: 130px;
    line-height: 110px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 20px;
  }
  .swiper-pagination-square-bottom.swiper-pagination-bullets {
    bottom: -35px;
  }
  .swiper-number-pagination .swiper-pagination-bullets {
    bottom: auto;
    top: 25% !important;
  }
  .swiper-vertical-pagination > .swiper-pagination-bullets {
    right: 20px;
  }
  .swiper-container-autoheight .swiper-slide {
    height: auto;
  }
  .swiper-container-autoheight .swiper-slide:last-child {
    margin-bottom: 0;
  }
  .swiper-bottom-scrollbar-full .swiper-slide img {
    opacity: 1;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: contrast(130%);
    -webkit-filter: contrast(130%);
    -moz-filter: contrast(130%);
    -ms-filter: contrast(130%);
    -o-filter: contrast(130%);
    width: 100%;
    max-height: 100%;
  }
  .hover-title-box .separator {
    position: relative;
    left: 0;
    top: 70px;
  }
  .swiper-bottom-scrollbar-full .bottom-text {
    opacity: 1;
  }
  .swiper-auto-slide.swiper-container {
    height: calc(100% - 93px);
    top: 78px;
  }
  .swiper-bottom-scrollbar-full .bottom-text {
    bottom: 25px;
  }
  .hover-title-box {
    opacity: 1;
    text-align: center;
    top: inherit;
    transform: translate(-50%, -30px);
    -moz-transform: translate(-50%, -30px);
    -webkit-transform: translate(-50%, -30px);
    -o-transform: translate(-50%, -30px);
    -ms-transform: translate(-50%, -30px);
    bottom: 0;
    left: 50%;
    right: 0;
    display: block;
  }
  .swiper-button-next.swiper-next-style3,
  .swiper-button-prev.swiper-prev-style3 {
    position: relative;
    bottom: 24px;
    display: inline-block;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    left: 50%;
    margin: 0;
  }
  .swiper-button-prev.swiper-prev-style3 {
    left: 50%;
    margin: 0 0 0 -85px;
  }
  .bottom-menu-icon,
  .sidebar-part1 {
    width: 50px;
  }
  .bottom-menu-icon {
    padding: 8px 15px;
  }
  .testimonial-style2 .profile-box {
    margin-top: -25px;
  }
  .sidebar-part2 {
    width: 280px;
    left: -280px;
  }
  .sidebar-part2 .right-bg {
    right: 15px;
  }
  .full-width-pull-menu .link-style-2 ul li a {
    font-size: 26px;
    line-height: 60px;
  }
  .full-width-pull-menu .link-style-2 ul li a {
    line-height: 42px;
    font-size: 22px;
  }
  .full-width-pull-menu .link-style-2 .icon-social-medium a:first-child .fab {
    margin-left: 0;
  }
  .full-width-pull-menu .link-style-2 .dropdown ul li a {
    line-height: 16px;
    font-size: 12px;
    padding: 3px 0;
  }
  .link-style-2 .dropdown-backdrop {
    display: none;
  }
  .close-button-menu {
    top: 0;
    right: 0;
  }
  .full-width-pull-menu .dropdown span.dropdown-toggle {
    width: 30px;
    height: 30px;
    top: 21px;
    right: 0;
  }
  .full-width-pull-menu .dropdown .dropdown-toggle:before {
    right: 15px;
    top: 10px;
  }
  .full-width-pull-menu .dropdown .dropdown-toggle:after {
    right: 10px;
    top: 15px;
  }
  .btn-dual .btn {
    margin: 10px auto !important;
    display: table;
    min-width: 160px;
  }
  .search-form {
    width: 100%;
  }
  .animation-box {
    padding: 90px 0 30px;
  }
  .animation-box .menu-middle {
    overflow-y: auto;
    display: inherit;
  }
  .hamburger-menu-links {
    margin-bottom: 15px;
  }
  .hamburger-menu-links li {
    width: 100%;
    margin-bottom: 15px;
  }
  .hamburger-menu-links {
    font-size: 30px;
  }
  .hamburger-menu .hamburger-menu-wrepper .btn-hamburger {
    right: 15px;
  }
  .hamburger-menu-wrepper {
    padding: 20px 15px;
  }
  .menu-middle {
    width: 100%;
  }
  .hamburger-menu-links {
    font-size: 20px;
    line-height: 24px;
  }
  .hamburger-menu.show-menu .hamburger-menu-wrepper .btn-hamburger {
    right: 15px;
    top: 22px;
    margin: 0;
  }
  .social-style-2 ul li {
    margin: 2px 5px;
  }
  .latest-post li div {
    float: left;
    width: 70%;
  }
  .latest-post li {
    width: 100%;
  }
  .footer-widget-area .list-unstyled {
    margin-bottom: 0;
  }
  .instagram-follow-api li {
    padding: 0 5px 10px;
  }
  .list-style-7 li {
    padding-bottom: 8px;
    margin-bottom: 5px;
  }
  .left-nav-sidebar .container {
    width: 100%;
  }
  .sidebar-part2 .sidebar-middle {
    padding: 15px 0 100px;
  }
  .sidebar-part2 .widget ul {
    bottom: -12px;
  }
  .content-right-slider .swiper-button-next,
  .swiper-button-next.slider-long-arrow-white,
  .swiper-container-rtl .swiper-button-prev.slider-long-arrow-white {
    right: 10px;
  }
  .content-right-slider .swiper-button-prev,
  .swiper-button-prev.slider-long-arrow-white,
  .swiper-container-rtl .swiper-button-next.slider-long-arrow-white {
    left: 10px;
  }
  .content-right-slider .swiper-button-next,
  .content-right-slider .swiper-button-prev,
  .swiper-button-next.slider-long-arrow-white,
  .swiper-button-prev.slider-long-arrow-white,
  .swiper-container-rtl .swiper-button-next.slider-long-arrow-white,
  .swiper-container-rtl .swiper-button-prev.slider-long-arrow-white {
    background-size: 20px auto;
    width: 25px;
    height: 25px;
  }
  .swiper-bottom-scrollbar-full.swiper-container {
    height: 100%;
    top: 0;
    padding-top: 50px;
    overflow: hidden;
    float: left;
    display: block;
    position: relative;
  }
  .swiper-bottom-scrollbar-full .swiper-wrapper {
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    transform: inherit !important;
    transition-duration: inherit !important;
  }
  .swiper-bottom-scrollbar-full .swiper-wrapper .swiper-slide {
    margin: 0 !important;
  }
  body.xs-overflow-hidden {
    overflow: auto !important;
  }
  .swiper-vertical-pagination .box-arrow {
    height: 50px;
    position: absolute;
    right: -35px;
    bottom: 0;
    width: 50px;
  }
  .down-section {
    bottom: 40px;
  }
  .after-before-separator::after,
  .after-before-separator::before {
    margin: 0 10px;
    width: 25px;
  }
  .social-style-3 ul li {
    margin: 0 8px;
  }
  .nav-tabs {
    text-align: center;
  }
  .portfolio-filter-tab-1 li {
    margin: 5px 0;
    width: 100%;
  }
  .portfolio-filter-tab-2 li.nav-item {
    width: 100%;
    margin-bottom: 5px;
  }
  .tab-style1 .nav-tabs li {
    width: 100%;
    margin-bottom: 30px;
  }
  .tab-style1 .nav-tabs li a {
    padding: 0;
  }
  .tab-style2 .nav-tabs > li > a.active {
    top: 0;
  }
  .tab-style2 .tab-content {
    padding: 30px 0 0;
  }
  .tab-style2 .nav-tabs li {
    display: block;
    margin-right: 0;
    width: 100%;
  }
  .tab-style3 .tab-content {
    padding: 30px 0 0;
  }
  .tab-style3 .nav-tabs li {
    display: block;
    text-align: left;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .tab-style3 .nav-tabs li a {
    padding: 8px 0 !important;
  }
  .tab-style4 .nav-tabs li {
    float: none;
  }
  .tab-style5 .tab-box {
    position: inherit;
    transform: inherit;
    left: 0;
    top: 0;
    width: 100%;
    margin-bottom: 25px;
  }
  .tab-style5 .nav-tabs li {
    font-size: 17px;
  }
  .tab-style5 .nav-tabs .nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    width: 100%;
  }
  .tab-style5 .nav-tabs .nav-link.active {
    padding-left: 0;
    width: 100%;
    border-bottom-width: 1px !important;
  }
  .team-style-2 figure:hover figcaption .overlay-content {
    top: 20px;
  }
  .team-image img {
    width: 100%;
  }
  .banner-style2 figure:hover figcaption {
    right: 10%;
  }
  .banner-style2 figcaption {
    width: 80%;
  }
  .text-decoration-line-through-black::before,
  .text-decoration-line-through-deep-pink:before {
    display: none;
  }
  .counter-box-5 .counter-box .number {
    font-size: 30px;
    line-height: 30px;
  }
  .counter-box-5 .counter-box {
    width: 20%;
  }
  .counter-box-5 .counter-box span {
    letter-spacing: 1px;
    font-size: 11px;
  }
  .navigation-area {
    right: 0;
  }
  .swiper-button-next.swiper-next-style4,
  .swiper-button-prev.swiper-prev-style4 {
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    top: 5px;
    right: -4px;
  }
  .swiper-button-next.swiper-next-style4 {
    top: 14px;
  }
  .blog-nav-link {
    padding: 10px 0;
    font-size: 12px;
  }
  .blog-nav-link-next {
    padding-right: 30px;
  }
  .blog-nav-link-prev {
    padding-left: 30px;
  }
  .blog-listing-comment {
    width: 100%;
    text-align: center;
  }
  .blog-listing-comment li {
    display: inline-block;
    float: none;
  }
  .blog-text .name {
    width: 100%;
    text-align: center;
  }
  .text-outside-line:after {
    display: none;
  }
  .text-outside-line:before {
    display: none;
  }
  .input-border-bottom {
    margin-bottom: 10px;
  }
  .sidebar-part3 {
    top: 6px;
  }
  .blog-text .name:nth-child(2) {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar.navbar-brand-top.bootsnav .navbar-toggler {
    top: 4px;
  }
  .navbar-brand-top .brand-top-menu-right {
    margin-top: 1px;
    margin-left: 0;
  }
  .parallax-category-text {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    opacity: 1;
    padding: 5px 18px;
  }
  .hover-option6 .grid-item .portfolio-icon i.fa-search {
    top: 12px;
  }
  header .container,
  header .container-fluid,
  header .container-lg,
  header .container-md,
  header .container-sm,
  header .container-xl,
  header .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
  .mfp-close,
  .mfp-close:active {
    top: 0;
    right: 0;
  }
  button.mfp-arrow {
    background-color: #000;
    height: 50px;
    width: 50px;
    opacity: 1;
  }
  .mfp-arrow:before {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 50px;
    border: 0;
  }
  .mfp-arrow,
  .mfp-arrow:active,
  .mfp-arrow:focus {
    margin-top: -25px;
  }
  .mfp-arrow-left {
    left: 6px;
  }
  .mfp-arrow-right {
    right: 6px;
  }
  #search-header {
    width: 90%;
    margin: 0 auto;
  }
  .search-form .search-input {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 34px;
  }
  .search-form .search-button {
    font-size: 12px;
    top: 20px;
  }
  .social-style-5 ul li {
    margin: 5px;
  }
  .social-style-1 ul li {
    margin: 0 5px;
  }
  .child-comment {
    padding-left: 20px;
  }
  .blog-comment li ul.child-comment {
    margin-left: 0;
  }
  .blog-comment li ul.child-comment li {
    margin-top: 30px;
  }
  img.alignleft,
  img.alignright {
    margin: 0 auto 15px;
    float: none;
    width: 100%;
  }
  blockquote {
    margin: 30px 0;
    padding: 15px 25px;
  }
  blockquote p {
    font-size: 16px;
    line-height: 28px;
  }
  .wp-caption {
    max-width: 100%;
  }
  .wp-caption.alignleft,
  .wp-caption.alignright {
    float: none;
    margin: 5px 0 30px;
  }
  .icon-medium {
    font-size: 30px;
  }
  .icon-extra-medium {
    font-size: 30px;
  }
  .icon-large {
    font-size: 40px;
  }
  .extra-large-icon li,
  .extra-small-icon li,
  .large-icon li,
  .medium-icon li,
  .small-icon li {
    margin-bottom: 10px;
  }
  .uranus.tparrows:before {
    font-size: 20px;
  }
  .demo-heading {
    font-size: 24px;
    line-height: 30px;
  }
  .tab-style4 .tab-content {
    padding-left: 15px;
    border-left: 0;
  }
  .tab-style4 .nav-tabs {
    display: block !important;
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .tab-style4 .nav-tabs li {
    border-right: 1px solid #e5e5e5;
  }
  aside .latest-post li {
    padding: 10px 0;
  }
  .large-icon.mobile-small li {
    margin: 0 6px 8px;
  }
  .large-icon.mobile-small a {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 48px;
  }
  .text-outside-line-left {
    padding-left: 90px;
  }
  .text-outside-line-left:before {
    left: 0;
    width: 80px;
  }
  .scroll-down-section {
    bottom: -35px;
  }
  .scroll-down-section div {
    height: 70px;
  }
  .swiper-button-prev.slider-small-arrow-black,
  .swiper-button-prev.slider-small-arrow-white {
    left: 0;
  }
  .swiper-button-next.slider-small-arrow-black,
  .swiper-button-next.slider-small-arrow-white {
    right: 0;
  }
  .icon-play-style-2 .video-icon {
    width: 90px;
    height: 90px;
    margin-top: 0;
  }
  .grid.sm-grid-6col li {
    width: 16.67%;
  }
  .grid.sm-grid-6col li.grid-item-double {
    width: 33.33%;
  }
  .grid.sm-grid-5col li {
    width: 20%;
  }
  .grid.sm-grid-5col li.grid-item-double {
    width: 40%;
  }
  .grid.sm-grid-4col li {
    width: 25%;
  }
  .grid.sm-grid-4col li.grid-item-double {
    width: 50%;
  }
  .grid.sm-grid-3col li {
    width: 33.33%;
  }
  .grid.sm-grid-3col li.grid-item-double {
    width: 66.67%;
  }
  .grid.sm-grid-2col li {
    width: 50%;
  }
  .grid.sm-grid-2col li.grid-item-double {
    width: 100%;
  }
  .grid.sm-grid-1col li {
    width: 100%;
  }
  .grid.sm-grid-1col li.grid-item-double {
    width: 100%;
  }
  .sm-overflow-auto {
    overflow: auto !important;
  }
  header nav.nav-box-width {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .special-char-medium {
    font-size: 60px;
  }
  .accordion-style2 .panel-body {
    padding: 20px 10px;
  }
  .accordion-style2 .panel .panel-heading {
    padding: 15px 10px 16px 10px;
  }
  .accordion-style2 .tab-tag {
    margin-right: 3px;
  }
  .accordion-style2 .panel-heading i {
    right: 10px;
  }
  .accordion-style3 .panel-body {
    padding: 20px 10px;
  }
  .accordion-style3 .panel .panel-heading {
    padding: 15px 10px 16px 10px;
  }
  .accordion-style3 .tab-tag {
    margin-right: 3px;
  }
  .accordion-style3 .panel-title > i {
    right: 10px;
  }
  .hover-option7 .grid-item figcaption {
    padding: 20px;
  }
  .hover-option7 .grid-item figure:hover img {
    top: -83px;
  }
  .breadcrumb ul > li:after {
    padding: 0 3px 0 5px;
  }
}
@media (max-width: 575px) {
  .grid.xs-grid-6col li {
    width: 16.67%;
  }
  .grid.xs-grid-6col li.grid-item-double {
    width: 33.33%;
  }
  .grid.xs-grid-5col li {
    width: 20%;
  }
  .grid.xs-grid-5col li.grid-item-double {
    width: 40%;
  }
  .grid.xs-grid-4col li {
    width: 25%;
  }
  .grid.xs-grid-4col li.grid-item-double {
    width: 50%;
  }
  .grid.xs-grid-3col li {
    width: 33.33%;
  }
  .grid.xs-grid-3col li.grid-item-double {
    width: 66.67%;
  }
  .grid.xs-grid-2col li {
    width: 50%;
  }
  .grid.xs-grid-2col li.grid-item-double {
    width: 100%;
  }
  .grid.xs-grid-1col li {
    width: 100%;
  }
  .grid.xs-grid-1col li.grid-item-double {
    width: 100%;
  }
  .grid.gutter-very-small {
    margin: 0 -3px;
  }
  .grid.gutter-very-small li {
    padding: 3px 3px;
  }
  .grid.gutter-small {
    margin: 0 -5px;
  }
  .grid.gutter-small li {
    padding: 7px 5px;
  }
  .grid.gutter-medium {
    margin: 0 -7px;
  }
  .grid.gutter-medium li {
    padding: 7px 7px;
  }
  .grid.gutter-large {
    margin: 0 -10px;
  }
  .grid.gutter-large li {
    padding: 7px 10px;
  }
  .grid.gutter-extra-large {
    margin: 0 -15px;
  }
  .grid.gutter-extra-large li {
    padding: 15px;
  }
  .grid.gutter-double-extra-large {
    margin: 0 -15px;
  }
  .grid.gutter-double-extra-large li {
    padding: 15px 15px;
  }
  .grid.gutter-triple-extra-large {
    margin: 0 -15px;
  }
  .grid.gutter-triple-extra-large li {
    padding: 15px 15px;
  }
  aside .instafeed-grid.gutter-small li,
  footer .instafeed-grid.gutter-small li {
    padding: 5px 5px;
  }
  .xs-margin-one-all {
    margin: 1%;
  }
  .xs-margin-one-half-all {
    margin: 1.5%;
  }
  .xs-margin-two-all {
    margin: 2%;
  }
  .xs-margin-two-half-all {
    margin: 2.5%;
  }
  .xs-margin-three-all {
    margin: 3%;
  }
  .xs-margin-three-half-all {
    margin: 3.5%;
  }
  .xs-margin-four-all {
    margin: 4%;
  }
  .xs-margin-four-half-all {
    margin: 4.5%;
  }
  .xs-margin-five-all {
    margin: 5%;
  }
  .xs-margin-five-half-all {
    margin: 5.5%;
  }
  .xs-margin-six-all {
    margin: 6%;
  }
  .xs-margin-six-half-all {
    margin: 6.5%;
  }
  .xs-margin-seven-all {
    margin: 7%;
  }
  .xs-margin-seven-half-all {
    margin: 7.5%;
  }
  .xs-margin-eight-all {
    margin: 8%;
  }
  .xs-margin-eight-half-all {
    margin: 8.5%;
  }
  .xs-margin-nine-all {
    margin: 9%;
  }
  .xs-margin-nine-half-all {
    margin: 9.5%;
  }
  .xs-margin-ten-all {
    margin: 10%;
  }
  .xs-margin-ten-half-all {
    margin: 10.5%;
  }
  .xs-margin-eleven-all {
    margin: 11%;
  }
  .xs-margin-eleven-half-all {
    margin: 11.5%;
  }
  .xs-margin-twelve-all {
    margin: 12%;
  }
  .xs-margin-twelve-half-all {
    margin: 12.5%;
  }
  .xs-margin-thirteen-all {
    margin: 13%;
  }
  .xs-margin-thirteen-half-all {
    margin: 13.5%;
  }
  .xs-margin-fourteen-all {
    margin: 14%;
  }
  .xs-margin-fourteen-half-all {
    margin: 14.5%;
  }
  .xs-margin-fifteen-all {
    margin: 15%;
  }
  .xs-margin-fifteen-half-all {
    margin: 15.5%;
  }
  .xs-margin-sixteen-all {
    margin: 16%;
  }
  .xs-margin-sixteen-half-all {
    margin: 16.5%;
  }
  .xs-margin-seventeen-all {
    margin: 17%;
  }
  .xs-margin-seventeen-half-all {
    margin: 17.5%;
  }
  .xs-margin-eighteen-all {
    margin: 18%;
  }
  .xs-margin-eighteen-half-all {
    margin: 18.5%;
  }
  .xs-margin-nineteen-all {
    margin: 19%;
  }
  .xs-margin-nineteen-half-all {
    margin: 19.5%;
  }
  .xs-margin-twenty-all {
    margin: 20%;
  }
  .xs-margin-twenty-half-all {
    margin: 20.5%;
  }
  .xs-margin-twenty-one-all {
    margin: 21%;
  }
  .xs-margin-twenty-one-half-all {
    margin: 21.5%;
  }
  .xs-margin-twenty-two-all {
    margin: 22%;
  }
  .xs-margin-twenty-two-half-all {
    margin: 22.5%;
  }
  .xs-margin-twenty-three-all {
    margin: 23%;
  }
  .xs-margin-twenty-three-half-all {
    margin: 23.5%;
  }
  .xs-margin-twenty-four-all {
    margin: 24%;
  }
  .xs-margin-twenty-four-half-all {
    margin: 24.5%;
  }
  .xs-margin-twenty-five-all {
    margin: 25%;
  }
  .xs-no-margin {
    margin: 0 !important;
  }
  .xs-no-margin-lr {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .xs-no-margin-tb {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .xs-no-margin-top {
    margin-top: 0 !important;
  }
  .xs-no-margin-bottom {
    margin-bottom: 0 !important;
  }
  .xs-no-margin-left {
    margin-left: 0 !important;
  }
  .xs-no-margin-right {
    margin-right: 0 !important;
  }
  .xs-margin-lr-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .xs-margin-auto {
    margin: 0 auto !important;
  }
  .xs-margin-auto-lr {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .xs-margin-one-top {
    margin-top: 1%;
  }
  .xs-margin-one-half-top {
    margin-top: 1.5%;
  }
  .xs-margin-two-top {
    margin-top: 2%;
  }
  .xs-margin-two-half-top {
    margin-top: 2.5%;
  }
  .xs-margin-three-top {
    margin-top: 3%;
  }
  .xs-margin-three-half-top {
    margin-top: 3.5%;
  }
  .xs-margin-four-top {
    margin-top: 4%;
  }
  .xs-margin-four-half-top {
    margin-top: 4.5%;
  }
  .xs-margin-five-top {
    margin-top: 5%;
  }
  .xs-margin-five-half-top {
    margin-top: 5.5%;
  }
  .xs-margin-six-top {
    margin-top: 6%;
  }
  .xs-margin-six-half-top {
    margin-top: 6.5%;
  }
  .xs-margin-seven-top {
    margin-top: 7%;
  }
  .xs-margin-seven-half-top {
    margin-top: 7.5%;
  }
  .xs-margin-eight-top {
    margin-top: 8%;
  }
  .xs-margin-eight-half-top {
    margin-top: 8.5%;
  }
  .xs-margin-nine-top {
    margin-top: 9%;
  }
  .xs-margin-nine-half-top {
    margin-top: 9.5%;
  }
  .xs-margin-ten-top {
    margin-top: 10%;
  }
  .xs-margin-ten-half-top {
    margin-top: 10.5%;
  }
  .xs-margin-eleven-top {
    margin-top: 11%;
  }
  .xs-margin-eleven-half-top {
    margin-top: 11.5%;
  }
  .xs-margin-twelve-top {
    margin-top: 12%;
  }
  .xs-margin-twelve-half-top {
    margin-top: 12.5%;
  }
  .xs-margin-thirteen-top {
    margin-top: 13%;
  }
  .xs-margin-thirteen-half-top {
    margin-top: 13.5%;
  }
  .xs-margin-fourteen-top {
    margin-top: 14%;
  }
  .xs-margin-fourteen-half-top {
    margin-top: 14.5%;
  }
  .xs-margin-fifteen-top {
    margin-top: 15%;
  }
  .xs-margin-fifteen-half-top {
    margin-top: 15.5%;
  }
  .xs-margin-sixteen-top {
    margin-top: 16%;
  }
  .xs-margin-sixteen-half-top {
    margin-top: 16.5%;
  }
  .xs-margin-seventeen-top {
    margin-top: 17%;
  }
  .xs-margin-seventeen-half-top {
    margin-top: 17.5%;
  }
  .xs-margin-eighteen-top {
    margin-top: 18%;
  }
  .xs-margin-eighteen-half-top {
    margin-top: 18.5%;
  }
  .xs-margin-nineteen-top {
    margin-top: 19%;
  }
  .xs-margin-nineteen-half-top {
    margin-top: 19.5%;
  }
  .xs-margin-twenty-top {
    margin-top: 20%;
  }
  .xs-margin-twenty-half-top {
    margin-top: 20.5%;
  }
  .xs-margin-twenty-one-top {
    margin-top: 21%;
  }
  .xs-margin-twenty-one-half-top {
    margin-top: 21.5%;
  }
  .xs-margin-twenty-two-top {
    margin-top: 22%;
  }
  .xs-margin-twenty-two-half-top {
    margin-top: 22.5%;
  }
  .xs-margin-twenty-three-top {
    margin-top: 23%;
  }
  .xs-margin-twenty-three-half-top {
    margin-top: 23.5%;
  }
  .xs-margin-twenty-four-top {
    margin-top: 24%;
  }
  .xs-margin-twenty-four-half-top {
    margin-top: 24.5%;
  }
  .xs-margin-twenty-five-top {
    margin-top: 25%;
  }
  .xs-margin-5px-top {
    margin-top: 5px;
  }
  .xs-margin-10px-top {
    margin-top: 10px;
  }
  .xs-margin-15px-top {
    margin-top: 15px;
  }
  .xs-margin-20px-top {
    margin-top: 20px;
  }
  .xs-margin-25px-top {
    margin-top: 25px;
  }
  .xs-margin-30px-top {
    margin-top: 30px;
  }
  .xs-margin-35px-top {
    margin-top: 35px;
  }
  .xs-margin-40px-top {
    margin-top: 40px;
  }
  .xs-margin-45px-top {
    margin-top: 45px;
  }
  .xs-margin-50px-top {
    margin-top: 50px;
  }
  .xs-margin-55px-top {
    margin-top: 55px;
  }
  .xs-margin-60px-top {
    margin-top: 60px;
  }
  .xs-margin-65px-top {
    margin-top: 65px;
  }
  .xs-margin-70px-top {
    margin-top: 70px;
  }
  .xs-margin-75px-top {
    margin-top: 75px;
  }
  .xs-margin-80px-top {
    margin-top: 80px;
  }
  .xs-margin-85px-top {
    margin-top: 85px;
  }
  .xs-margin-90px-top {
    margin-top: 90px;
  }
  .xs-margin-95px-top {
    margin-top: 95px;
  }
  .xs-margin-100px-top {
    margin-top: 100px;
  }
  .xs-margin-one-bottom {
    margin-bottom: 1%;
  }
  .xs-margin-one-half-bottom {
    margin-bottom: 1.5%;
  }
  .xs-margin-two-bottom {
    margin-bottom: 2%;
  }
  .xs-margin-two-half-bottom {
    margin-bottom: 2.5%;
  }
  .xs-margin-three-bottom {
    margin-bottom: 3%;
  }
  .xs-margin-three-half-bottom {
    margin-bottom: 3.5%;
  }
  .xs-margin-four-bottom {
    margin-bottom: 4%;
  }
  .xs-margin-four-half-bottom {
    margin-bottom: 4.5%;
  }
  .xs-margin-five-bottom {
    margin-bottom: 5%;
  }
  .xs-margin-five-half-bottom {
    margin-bottom: 5.5%;
  }
  .xs-margin-six-bottom {
    margin-bottom: 6%;
  }
  .xs-margin-six-half-bottom {
    margin-bottom: 6.5%;
  }
  .xs-margin-seven-bottom {
    margin-bottom: 7%;
  }
  .xs-margin-seven-half-bottom {
    margin-bottom: 7.5%;
  }
  .xs-margin-eight-bottom {
    margin-bottom: 8%;
  }
  .xs-margin-eight-half-bottom {
    margin-bottom: 8.5%;
  }
  .xs-margin-nine-bottom {
    margin-bottom: 9%;
  }
  .xs-margin-nine-half-bottom {
    margin-bottom: 9.5%;
  }
  .xs-margin-ten-bottom {
    margin-bottom: 10%;
  }
  .xs-margin-ten-half-bottom {
    margin-bottom: 10.5%;
  }
  .xs-margin-eleven-bottom {
    margin-bottom: 11%;
  }
  .xs-margin-eleven-half-bottom {
    margin-bottom: 11.5%;
  }
  .xs-margin-twelve-bottom {
    margin-bottom: 12%;
  }
  .xs-margin-twelve-half-bottom {
    margin-bottom: 12.5%;
  }
  .xs-margin-thirteen-bottom {
    margin-bottom: 13%;
  }
  .xs-margin-thirteen-half-bottom {
    margin-bottom: 13.5%;
  }
  .xs-margin-fourteen-bottom {
    margin-bottom: 14%;
  }
  .xs-margin-fourteen-half-bottom {
    margin-bottom: 14.5%;
  }
  .xs-margin-fifteen-bottom {
    margin-bottom: 15%;
  }
  .xs-margin-fifteen-half-bottom {
    margin-bottom: 15.5%;
  }
  .xs-margin-sixteen-bottom {
    margin-bottom: 16%;
  }
  .xs-margin-sixteen-half-bottom {
    margin-bottom: 16.5%;
  }
  .xs-margin-seventeen-bottom {
    margin-bottom: 17%;
  }
  .xs-margin-seventeen-half-bottom {
    margin-bottom: 17.5%;
  }
  .xs-margin-eighteen-bottom {
    margin-bottom: 18%;
  }
  .xs-margin-eighteen-half-bottom {
    margin-bottom: 18.5%;
  }
  .xs-margin-nineteen-bottom {
    margin-bottom: 19%;
  }
  .xs-margin-nineteen-half-bottom {
    margin-bottom: 19.5%;
  }
  .xs-margin-twenty-bottom {
    margin-bottom: 20%;
  }
  .xs-margin-twenty-half-bottom {
    margin-bottom: 20.5%;
  }
  .xs-margin-twenty-one-bottom {
    margin-bottom: 21%;
  }
  .xs-margin-twenty-one-half-bottom {
    margin-bottom: 21.5%;
  }
  .xs-margin-twenty-two-bottom {
    margin-bottom: 22%;
  }
  .xs-margin-twenty-two-half-bottom {
    margin-bottom: 22.5%;
  }
  .xs-margin-twenty-three-bottom {
    margin-bottom: 23%;
  }
  .xs-margin-twenty-three-half-bottom {
    margin-bottom: 23.5%;
  }
  .xs-margin-twenty-four-bottom {
    margin-bottom: 24%;
  }
  .xs-margin-twenty-four-half-bottom {
    margin-bottom: 24.5%;
  }
  .xs-margin-twenty-five-bottom {
    margin-bottom: 25%;
  }
  .xs-margin-5px-bottom {
    margin-bottom: 5px;
  }
  .xs-margin-10px-bottom {
    margin-bottom: 10px;
  }
  .xs-margin-15px-bottom {
    margin-bottom: 15px;
  }
  .xs-margin-20px-bottom {
    margin-bottom: 20px;
  }
  .xs-margin-25px-bottom {
    margin-bottom: 25px;
  }
  .xs-margin-30px-bottom {
    margin-bottom: 30px;
  }
  .xs-margin-35px-bottom {
    margin-bottom: 35px;
  }
  .xs-margin-40px-bottom {
    margin-bottom: 40px;
  }
  .xs-margin-45px-bottom {
    margin-bottom: 45px;
  }
  .xs-margin-50px-bottom {
    margin-bottom: 50px;
  }
  .xs-margin-55px-bottom {
    margin-bottom: 55px;
  }
  .xs-margin-60px-bottom {
    margin-bottom: 60px;
  }
  .xs-margin-65px-bottom {
    margin-bottom: 65px;
  }
  .xs-margin-70px-bottom {
    margin-bottom: 70px;
  }
  .xs-margin-75px-bottom {
    margin-bottom: 75px;
  }
  .xs-margin-80px-bottom {
    margin-bottom: 80px;
  }
  .xs-margin-85px-bottom {
    margin-bottom: 85px;
  }
  .xs-margin-90px-bottom {
    margin-bottom: 90px;
  }
  .xs-margin-95px-bottom {
    margin-bottom: 95px;
  }
  .xs-margin-100px-bottom {
    margin-bottom: 100px;
  }
  .xs-margin-one-right {
    margin-right: 1%;
  }
  .xs-margin-one-half-right {
    margin-right: 1.5%;
  }
  .xs-margin-two-right {
    margin-right: 2%;
  }
  .xs-margin-two-half-right {
    margin-right: 2.5%;
  }
  .xs-margin-three-right {
    margin-right: 3%;
  }
  .xs-margin-three-half-right {
    margin-right: 3.5%;
  }
  .xs-margin-four-right {
    margin-right: 4%;
  }
  .xs-margin-four-half-right {
    margin-right: 4.5%;
  }
  .xs-margin-five-right {
    margin-right: 5%;
  }
  .xs-margin-five-half-right {
    margin-right: 5.5%;
  }
  .xs-margin-six-right {
    margin-right: 6%;
  }
  .xs-margin-six-half-right {
    margin-right: 6.5%;
  }
  .xs-margin-seven-right {
    margin-right: 7%;
  }
  .xs-margin-seven-half-right {
    margin-right: 7.5%;
  }
  .xs-margin-eight-right {
    margin-right: 8%;
  }
  .xs-margin-eight-half-right {
    margin-right: 8.5%;
  }
  .xs-margin-nine-right {
    margin-right: 9%;
  }
  .xs-margin-nine-half-right {
    margin-right: 9.5%;
  }
  .xs-margin-ten-right {
    margin-right: 10%;
  }
  .xs-margin-ten-half-right {
    margin-right: 10.5%;
  }
  .xs-margin-eleven-right {
    margin-right: 11%;
  }
  .xs-margin-eleven-half-right {
    margin-right: 11.5%;
  }
  .xs-margin-twelve-right {
    margin-right: 12%;
  }
  .xs-margin-twelve-half-right {
    margin-right: 12.5%;
  }
  .xs-margin-thirteen-right {
    margin-right: 13%;
  }
  .xs-margin-thirteen-half-right {
    margin-right: 13.5%;
  }
  .xs-margin-fourteen-right {
    margin-right: 14%;
  }
  .xs-margin-fourteen-half-right {
    margin-right: 14.5%;
  }
  .xs-margin-fifteen-right {
    margin-right: 15%;
  }
  .xs-margin-fifteen-half-right {
    margin-right: 15.5%;
  }
  .xs-margin-sixteen-right {
    margin-right: 16%;
  }
  .xs-margin-sixteen-half-right {
    margin-right: 16.5%;
  }
  .xs-margin-seventeen-right {
    margin-right: 17%;
  }
  .xs-margin-seventeen-half-right {
    margin-right: 17.5%;
  }
  .xs-margin-eighteen-right {
    margin-right: 18%;
  }
  .xs-margin-eighteen-half-right {
    margin-right: 18.5%;
  }
  .xs-margin-nineteen-right {
    margin-right: 19%;
  }
  .xs-margin-nineteen-half-right {
    margin-right: 19.5%;
  }
  .xs-margin-twenty-right {
    margin-right: 20%;
  }
  .xs-margin-twenty-half-right {
    margin-right: 20.5%;
  }
  .xs-margin-twenty-one-right {
    margin-right: 21%;
  }
  .xs-margin-twenty-one-half-right {
    margin-right: 21.5%;
  }
  .xs-margin-twenty-two-right {
    margin-right: 22%;
  }
  .xs-margin-twenty-two-half-right {
    margin-right: 22.5%;
  }
  .xs-margin-twenty-three-right {
    margin-right: 23%;
  }
  .xs-margin-twenty-three-half-right {
    margin-right: 23.5%;
  }
  .xs-margin-twenty-four-right {
    margin-right: 24%;
  }
  .xs-margin-twenty-four-half-right {
    margin-right: 24.5%;
  }
  .xs-margin-twenty-five-right {
    margin-right: 25%;
  }
  .xs-margin-10px-right {
    margin-right: 10px;
  }
  .xs-margin-15px-right {
    margin-right: 15px;
  }
  .xs-margin-20px-right {
    margin-right: 20px;
  }
  .xs-margin-25px-right {
    margin-right: 25px;
  }
  .xs-margin-30px-right {
    margin-right: 30px;
  }
  .xs-margin-35px-right {
    margin-right: 35px;
  }
  .xs-margin-40px-right {
    margin-right: 40px;
  }
  .xs-margin-45px-right {
    margin-right: 45px;
  }
  .xs-margin-50px-right {
    margin-right: 50px;
  }
  .xs-margin-55px-right {
    margin-right: 55px;
  }
  .xs-margin-60px-right {
    margin-right: 60px;
  }
  .xs-margin-65px-right {
    margin-right: 65px;
  }
  .xs-margin-70px-right {
    margin-right: 70px;
  }
  .xs-margin-75px-right {
    margin-right: 75px;
  }
  .xs-margin-80px-right {
    margin-right: 80px;
  }
  .xs-margin-85px-right {
    margin-right: 85px;
  }
  .xs-margin-90px-right {
    margin-right: 90px;
  }
  .xs-margin-95px-right {
    margin-right: 95px;
  }
  .xs-margin-100px-right {
    margin-right: 100px;
  }
  .xs-margin-one-left {
    margin-left: 1%;
  }
  .xs-margin-one-half-left {
    margin-left: 1.5%;
  }
  .xs-margin-two-left {
    margin-left: 2%;
  }
  .xs-margin-two-half-left {
    margin-left: 2.5%;
  }
  .xs-margin-three-left {
    margin-left: 3%;
  }
  .xs-margin-three-half-left {
    margin-left: 3.5%;
  }
  .xs-margin-four-left {
    margin-left: 4%;
  }
  .xs-margin-four-half-left {
    margin-left: 4.5%;
  }
  .xs-margin-five-left {
    margin-left: 5%;
  }
  .xs-margin-five-half-left {
    margin-left: 5.5%;
  }
  .xs-margin-six-left {
    margin-left: 6%;
  }
  .xs-margin-six-half-left {
    margin-left: 6.5%;
  }
  .xs-margin-seven-left {
    margin-left: 7%;
  }
  .xs-margin-seven-half-left {
    margin-left: 7.5%;
  }
  .xs-margin-eight-left {
    margin-left: 8%;
  }
  .xs-margin-eight-half-left {
    margin-left: 8.5%;
  }
  .xs-margin-nine-left {
    margin-left: 9%;
  }
  .xs-margin-nine-half-left {
    margin-left: 9.5%;
  }
  .xs-margin-ten-left {
    margin-left: 10%;
  }
  .xs-margin-ten-half-left {
    margin-left: 10.5%;
  }
  .xs-margin-eleven-left {
    margin-left: 11%;
  }
  .xs-margin-eleven-half-left {
    margin-left: 11.5%;
  }
  .xs-margin-twelve-left {
    margin-left: 12%;
  }
  .xs-margin-twelve-half-left {
    margin-left: 12.5%;
  }
  .xs-margin-thirteen-left {
    margin-left: 13%;
  }
  .xs-margin-thirteen-half-left {
    margin-left: 13.5%;
  }
  .xs-margin-fourteen-left {
    margin-left: 14%;
  }
  .xs-margin-fourteen-half-left {
    margin-left: 14.5%;
  }
  .xs-margin-fifteen-left {
    margin-left: 15%;
  }
  .xs-margin-fifteen-half-left {
    margin-left: 15.5%;
  }
  .xs-margin-sixteen-left {
    margin-left: 16%;
  }
  .xs-margin-sixteen-half-left {
    margin-left: 16.5%;
  }
  .xs-margin-seventeen-left {
    margin-left: 17%;
  }
  .xs-margin-seventeen-half-left {
    margin-left: 17.5%;
  }
  .xs-margin-eighteen-left {
    margin-left: 18%;
  }
  .xs-margin-eighteen-half-left {
    margin-left: 18.5%;
  }
  .xs-margin-nineteen-left {
    margin-left: 19%;
  }
  .xs-margin-nineteen-half-left {
    margin-left: 19.5%;
  }
  .xs-margin-twenty-left {
    margin-left: 20%;
  }
  .xs-margin-twenty-half-left {
    margin-left: 20.5%;
  }
  .xs-margin-twenty-one-left {
    margin-left: 21%;
  }
  .xs-margin-twenty-one-half-left {
    margin-left: 21.5%;
  }
  .xs-margin-twenty-two-left {
    margin-left: 22%;
  }
  .xs-margin-twenty-two-half-left {
    margin-left: 22.5%;
  }
  .xs-margin-twenty-three-left {
    margin-left: 23%;
  }
  .xs-margin-twenty-three-half-left {
    margin-left: 23.5%;
  }
  .xs-margin-twenty-four-left {
    margin-left: 24%;
  }
  .xs-margin-twenty-four-half-left {
    margin-left: 24.5%;
  }
  .xs-margin-twenty-five-left {
    margin-left: 25%;
  }
  .xs-margin-5px-left {
    margin-left: 5px;
  }
  .xs-margin-10px-left {
    margin-left: 10px;
  }
  .xs-margin-15px-left {
    margin-left: 15px;
  }
  .xs-margin-20px-left {
    margin-left: 20px;
  }
  .xs-margin-25px-left {
    margin-left: 25px;
  }
  .xs-margin-30px-left {
    margin-left: 30px;
  }
  .xs-margin-35px-left {
    margin-left: 35px;
  }
  .xs-margin-40px-left {
    margin-left: 40px;
  }
  .xs-margin-45px-left {
    margin-left: 45px;
  }
  .xs-margin-50px-left {
    margin-left: 50px;
  }
  .xs-margin-55px-left {
    margin-left: 55px;
  }
  .xs-margin-60px-left {
    margin-left: 60px;
  }
  .xs-margin-65px-left {
    margin-left: 65px;
  }
  .xs-margin-70px-left {
    margin-left: 70px;
  }
  .xs-margin-75px-left {
    margin-left: 75px;
  }
  .xs-margin-80px-left {
    margin-left: 80px;
  }
  .xs-margin-85px-left {
    margin-left: 85px;
  }
  .xs-margin-90px-left {
    margin-left: 90px;
  }
  .xs-margin-95px-left {
    margin-left: 95px;
  }
  .xs-margin-100px-left {
    margin-left: 100px;
  }
  .xs-margin-one-lr {
    margin-left: 1%;
    margin-right: 1%;
  }
  .xs-margin-one-lr {
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
  .xs-margin-two-lr {
    margin-left: 2%;
    margin-right: 2%;
  }
  .xs-margin-two-lr {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .xs-margin-three-lr {
    margin-left: 3%;
    margin-right: 3%;
  }
  .xs-margin-three-lr {
    margin-left: 3.5%;
    margin-right: 3.5%;
  }
  .xs-margin-four-lr {
    margin-left: 4%;
    margin-right: 4%;
  }
  .xs-margin-four-lr {
    margin-left: 4.5%;
    margin-right: 4.5%;
  }
  .xs-margin-five-lr {
    margin-left: 5%;
    margin-right: 5%;
  }
  .xs-margin-five-lr {
    margin-left: 5.5%;
    margin-right: 5.5%;
  }
  .xs-margin-six-lr {
    margin-left: 6%;
    margin-right: 6%;
  }
  .xs-margin-six-lr {
    margin-left: 6.5%;
    margin-right: 6.5%;
  }
  .xs-margin-seven-lr {
    margin-left: 7%;
    margin-right: 7%;
  }
  .xs-margin-seven-lr {
    margin-left: 7.5%;
    margin-right: 7.5%;
  }
  .xs-margin-eight-lr {
    margin-left: 8%;
    margin-right: 8%;
  }
  .xs-margin-eight-lr {
    margin-left: 8.5%;
    margin-right: 8.5%;
  }
  .xs-margin-nine-lr {
    margin-left: 9%;
    margin-right: 9%;
  }
  .xs-margin-nine-lr {
    margin-left: 9.5%;
    margin-right: 9.5%;
  }
  .xs-margin-ten-lr {
    margin-left: 10%;
    margin-right: 10%;
  }
  .xs-margin-ten-lr {
    margin-left: 10.5%;
    margin-right: 10.5%;
  }
  .xs-margin-eleven-lr {
    margin-left: 11%;
    margin-right: 11%;
  }
  .xs-margin-eleven-lr {
    margin-left: 11.5%;
    margin-right: 11.5%;
  }
  .xs-margin-twelve-lr {
    margin-left: 12%;
    margin-right: 12%;
  }
  .xs-margin-twelve-lr {
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
  .xs-margin-thirteen-lr {
    margin-left: 13%;
    margin-right: 13%;
  }
  .xs-margin-thirteen-half-lr {
    margin-left: 13.5%;
    margin-right: 13.5%;
  }
  .xs-margin-fourteen-lr {
    margin-left: 14%;
    margin-right: 14%;
  }
  .xs-margin-fourteen-half-lr {
    margin-left: 14.5%;
    margin-right: 14.5%;
  }
  .xs-margin-fifteen-lr {
    margin-left: 15%;
    margin-right: 15%;
  }
  .xs-margin-fifteen-half-lr {
    margin-left: 15.5%;
    margin-right: 15.5%;
  }
  .xs-margin-sixteen-lr {
    margin-left: 16%;
    margin-right: 16%;
  }
  .xs-margin-sixteen-half-lr {
    margin-left: 16.5%;
    margin-right: 16.5%;
  }
  .xs-margin-seventeen-lr {
    margin-left: 17%;
    margin-right: 17%;
  }
  .xs-margin-seventeen-half-lr {
    margin-left: 17.5%;
    margin-right: 17.5%;
  }
  .xs-margin-eighteen-lr {
    margin-left: 18%;
    margin-right: 18%;
  }
  .xs-margin-eighteen-half-lr {
    margin-left: 18.5%;
    margin-right: 18.5%;
  }
  .xs-margin-nineteen-lr {
    margin-left: 19%;
    margin-right: 19%;
  }
  .xs-margin-nineteen-half-lr {
    margin-left: 19.5%;
    margin-right: 19.5%;
  }
  .xs-margin-twenty-lr {
    margin-left: 20%;
    margin-right: 20%;
  }
  .xs-margin-twenty-half-lr {
    margin-left: 20.5%;
    margin-right: 20.5%;
  }
  .xs-margin-twenty-one-lr {
    margin-left: 21%;
    margin-right: 21%;
  }
  .xs-margin-twenty-one-half-lr {
    margin-left: 21.5%;
    margin-right: 21.5%;
  }
  .xs-margin-twenty-two-lr {
    margin-left: 22%;
    margin-right: 22%;
  }
  .xs-margin-twenty-two-half-lr {
    margin-left: 22.5%;
    margin-right: 22.5%;
  }
  .xs-margin-twenty-three-lr {
    margin-left: 23%;
    margin-right: 23%;
  }
  .xs-margin-twenty-three-half-lr {
    margin-left: 23.5%;
    margin-right: 23.5%;
  }
  .xs-margin-twenty-four-lr {
    margin-left: 24%;
    margin-right: 24%;
  }
  .xs-margin-twenty-four-half-lr {
    margin-left: 24.5%;
    margin-right: 24.5%;
  }
  .xs-margin-twenty-five-lr {
    margin-left: 25%;
    margin-right: 25%;
  }
  .xs-margin-5px-lr {
    margin-left: 5px;
    margin-right: 5px;
  }
  .xs-margin-10px-lr {
    margin-left: 10px;
    margin-right: 10px;
  }
  .xs-margin-15px-lr {
    margin-left: 15px;
    margin-right: 15px;
  }
  .xs-margin-20px-lr {
    margin-left: 20px;
    margin-right: 20px;
  }
  .xs-margin-25px-lr {
    margin-left: 25px;
    margin-right: 25px;
  }
  .xs-margin-30px-lr {
    margin-left: 30px;
    margin-right: 30px;
  }
  .xs-margin-35px-lr {
    margin-left: 35px;
    margin-right: 35px;
  }
  .xs-margin-40px-lr {
    margin-left: 40px;
    margin-right: 40px;
  }
  .xs-margin-45px-lr {
    margin-left: 45px;
    margin-right: 45px;
  }
  .xs-margin-50px-lr {
    margin-left: 50px;
    margin-right: 50px;
  }
  .xs-margin-55px-lr {
    margin-left: 55px;
    margin-right: 55px;
  }
  .xs-margin-60px-lr {
    margin-left: 60px;
    margin-right: 60px;
  }
  .xs-margin-65px-lr {
    margin-left: 65px;
    margin-right: 65px;
  }
  .xs-margin-70px-lr {
    margin-left: 70px;
    margin-right: 70px;
  }
  .xs-margin-75px-lr {
    margin-left: 75px;
    margin-right: 75px;
  }
  .xs-margin-80px-lr {
    margin-left: 80px;
    margin-right: 80px;
  }
  .xs-margin-85px-lr {
    margin-left: 85px;
    margin-right: 85px;
  }
  .xs-margin-90px-lr {
    margin-left: 90px;
    margin-right: 90px;
  }
  .xs-margin-95px-lr {
    margin-left: 95px;
    margin-right: 95px;
  }
  .xs-margin-100px-lr {
    margin-left: 100px;
    margin-right: 100px;
  }
  .xs-margin-one-tb {
    margin-top: 1%;
    margin-bottom: 1%;
  }
  .xs-margin-one-tb {
    margin-top: 1.5%;
    margin-bottom: 1.5%;
  }
  .xs-margin-two-tb {
    margin-top: 2%;
    margin-bottom: 2%;
  }
  .xs-margin-two-tb {
    margin-top: 2.5%;
    margin-bottom: 2.5%;
  }
  .xs-margin-three-tb {
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .xs-margin-three-tb {
    margin-top: 3.5%;
    margin-bottom: 3.5%;
  }
  .xs-margin-four-tb {
    margin-top: 4%;
    margin-bottom: 4%;
  }
  .xs-margin-four-tb {
    margin-top: 4.5%;
    margin-bottom: 4.5%;
  }
  .xs-margin-five-tb {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .xs-margin-five-tb {
    margin-top: 5.5%;
    margin-bottom: 5.5%;
  }
  .xs-margin-six-tb {
    margin-top: 6%;
    margin-bottom: 6%;
  }
  .xs-margin-six-tb {
    margin-top: 6.5%;
    margin-bottom: 6.5%;
  }
  .xs-margin-seven-tb {
    margin-top: 7%;
    margin-bottom: 7%;
  }
  .xs-margin-seven-tb {
    margin-top: 7.5%;
    margin-bottom: 7.5%;
  }
  .xs-margin-eight-tb {
    margin-top: 8%;
    margin-bottom: 8%;
  }
  .xs-margin-eight-tb {
    margin-top: 8.5%;
    margin-bottom: 8.5%;
  }
  .xs-margin-nine-tb {
    margin-top: 9%;
    margin-bottom: 9%;
  }
  .xs-margin-nine-tb {
    margin-top: 9.5%;
    margin-bottom: 9.5%;
  }
  .xs-margin-ten-tb {
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .xs-margin-ten-tb {
    margin-top: 10.5%;
    margin-bottom: 10.5%;
  }
  .xs-margin-eleven-tb {
    margin-top: 11%;
    margin-bottom: 11%;
  }
  .xs-margin-eleven-tb {
    margin-top: 11.5%;
    margin-bottom: 11.5%;
  }
  .xs-margin-twelve-tb {
    margin-top: 12%;
    margin-bottom: 12%;
  }
  .xs-margin-twelve-tb {
    margin-top: 12.5%;
    margin-bottom: 12.5%;
  }
  .xs-margin-thirteen-tb {
    margin-top: 13%;
    margin-bottom: 13%;
  }
  .xs-margin-thirteen-half-tb {
    margin-top: 13.5%;
    margin-bottom: 13.5%;
  }
  .xs-margin-fourteen-tb {
    margin-top: 14%;
    margin-bottom: 14%;
  }
  .xs-margin-fourteen-half-tb {
    margin-top: 14.5%;
    margin-bottom: 14.5%;
  }
  .xs-margin-fifteen-tb {
    margin-top: 15%;
    margin-bottom: 15%;
  }
  .xs-margin-fifteen-half-tb {
    margin-top: 15.5%;
    margin-bottom: 15.5%;
  }
  .xs-margin-sixteen-tb {
    margin-top: 16%;
    margin-bottom: 16%;
  }
  .xs-margin-sixteen-half-tb {
    margin-top: 16.5%;
    margin-bottom: 16.5%;
  }
  .xs-margin-seventeen-tb {
    margin-top: 17%;
    margin-bottom: 17%;
  }
  .xs-margin-seventeen-half-tb {
    margin-top: 17.5%;
    margin-bottom: 17.5%;
  }
  .xs-margin-eighteen-tb {
    margin-top: 18%;
    margin-bottom: 18%;
  }
  .xs-margin-eighteen-half-tb {
    margin-top: 18.5%;
    margin-bottom: 18.5%;
  }
  .xs-margin-nineteen-tb {
    margin-top: 19%;
    margin-bottom: 19%;
  }
  .xs-margin-nineteen-half-tb {
    margin-top: 19.5%;
    margin-bottom: 19.5%;
  }
  .xs-margin-twenty-tb {
    margin-top: 20%;
    margin-bottom: 20%;
  }
  .xs-margin-twenty-half-tb {
    margin-top: 20.5%;
    margin-bottom: 20.5%;
  }
  .xs-margin-twenty-one-tb {
    margin-top: 21%;
    margin-bottom: 21%;
  }
  .xs-margin-twenty-one-half-tb {
    margin-top: 21.5%;
    margin-bottom: 21.5%;
  }
  .xs-margin-twenty-two-tb {
    margin-top: 22%;
    margin-bottom: 22%;
  }
  .xs-margin-twenty-two-half-tb {
    margin-top: 22.5%;
    margin-bottom: 22.5%;
  }
  .xs-margin-twenty-three-tb {
    margin-top: 23%;
    margin-bottom: 23%;
  }
  .xs-margin-twenty-three-half-tb {
    margin-top: 23.5%;
    margin-bottom: 23.5%;
  }
  .xs-margin-twenty-four-tb {
    margin-top: 24%;
    margin-bottom: 24%;
  }
  .xs-margin-twenty-four-half-tb {
    margin-top: 24.5%;
    margin-bottom: 24.5%;
  }
  .xs-margin-twenty-five-tb {
    margin-top: 25%;
    margin-bottom: 25%;
  }
  .xs-margin-5px-tb {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .xs-margin-10px-tb {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .xs-margin-15px-tb {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .xs-margin-20px-tb {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .xs-margin-25px-tb {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .xs-margin-30px-tb {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .xs-margin-35px-tb {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .xs-margin-40px-tb {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .xs-margin-45px-tb {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .xs-margin-50px-tb {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .xs-margin-55px-tb {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .xs-margin-60px-tb {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .xs-margin-65px-tb {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .xs-margin-70px-tb {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .xs-margin-75px-tb {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .xs-margin-80px-tb {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .xs-margin-85px-tb {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .xs-margin-90px-tb {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .xs-margin-95px-tb {
    margin-top: 95px;
    margin-bottom: 95px;
  }
  .xs-margin-100px-tb {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .xs-no-padding {
    padding: 0 !important;
  }
  .xs-no-padding-lr {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .xs-no-padding-tb {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .xs-no-padding-top {
    padding-top: 0 !important;
  }
  .xs-no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .xs-no-padding-left {
    padding-left: 0 !important;
  }
  .xs-no-padding-right {
    padding-right: 0 !important;
  }
  .xs-padding-one-all {
    padding: 1%;
  }
  .xs-padding-one-half-all {
    padding: 1.5%;
  }
  .xs-padding-two-all {
    padding: 2%;
  }
  .xs-padding-two-half-all {
    padding: 2.5%;
  }
  .xs-padding-three-all {
    padding: 3%;
  }
  .xs-padding-three-half-all {
    padding: 3.5%;
  }
  .xs-padding-four-all {
    padding: 4%;
  }
  .xs-padding-four-half-all {
    padding: 4.5%;
  }
  .xs-padding-five-all {
    padding: 5%;
  }
  .xs-padding-five-half-all {
    padding: 5.5%;
  }
  .xs-padding-six-all {
    padding: 6%;
  }
  .xs-padding-six-half-all {
    padding: 6.5%;
  }
  .xs-padding-seven-all {
    padding: 7%;
  }
  .xs-padding-seven-half-all {
    padding: 7.5%;
  }
  .xs-padding-eight-all {
    padding: 8%;
  }
  .xs-padding-eight-half-all {
    padding: 8.5%;
  }
  .xs-padding-nine-all {
    padding: 9%;
  }
  .xs-padding-nine-half-all {
    padding: 9.5%;
  }
  .xs-padding-ten-all {
    padding: 10%;
  }
  .xs-padding-ten-half-all {
    padding: 10.5%;
  }
  .xs-padding-eleven-all {
    padding: 11%;
  }
  .xs-padding-eleven-half-all {
    padding: 11.5%;
  }
  .xs-padding-twelve-all {
    padding: 12%;
  }
  .xs-padding-twelve-half-all {
    padding: 12.5%;
  }
  .xs-padding-thirteen-all {
    padding: 13%;
  }
  .xs-padding-thirteen-half-all {
    padding: 13.5%;
  }
  .xs-padding-fourteen-all {
    padding: 14%;
  }
  .xs-padding-fourteen-half-all {
    padding: 14.5%;
  }
  .xs-padding-fifteen-all {
    padding: 15%;
  }
  .xs-padding-fifteen-half-all {
    padding: 15.5%;
  }
  .xs-padding-sixteen-all {
    padding: 16%;
  }
  .xs-padding-sixteen-half-all {
    padding: 16.5%;
  }
  .xs-padding-seventeen-all {
    padding: 17%;
  }
  .xs-padding-seventeen-half-all {
    padding: 17.5%;
  }
  .xs-padding-eighteen-all {
    padding: 18%;
  }
  .xs-padding-eighteen-half-all {
    padding: 18.5%;
  }
  .xs-padding-nineteen-all {
    padding: 19%;
  }
  .xs-padding-nineteen-half-all {
    padding: 19.5%;
  }
  .xs-padding-twenty-all {
    padding: 20%;
  }
  .xs-padding-twenty-half-all {
    padding: 20.5%;
  }
  .xs-padding-twenty-one-all {
    padding: 21%;
  }
  .xs-padding-twenty-one-half-all {
    padding: 21.5%;
  }
  .xs-padding-twenty-two-all {
    padding: 22%;
  }
  .xs-padding-twenty-two-half-all {
    padding: 22.5%;
  }
  .xs-padding-twenty-three-all {
    padding: 23%;
  }
  .xs-padding-twenty-three-half-all {
    padding: 23.5%;
  }
  .xs-padding-twenty-four-all {
    padding: 24%;
  }
  .xs-padding-twenty-four-half-all {
    padding: 24.5%;
  }
  .xs-padding-twenty-five-all {
    padding: 25%;
  }
  .xs-padding-5px-all {
    padding: 5px;
  }
  .xs-padding-10px-all {
    padding: 10px;
  }
  .xs-padding-15px-all {
    padding: 15px;
  }
  .xs-padding-20px-all {
    padding: 20px;
  }
  .xs-padding-25px-all {
    padding: 25px;
  }
  .xs-padding-30px-all {
    padding: 30px;
  }
  .xs-padding-35px-all {
    padding: 35px;
  }
  .xs-padding-40px-all {
    padding: 40px;
  }
  .xs-padding-45px-all {
    padding: 45px;
  }
  .xs-padding-50px-all {
    padding: 50px;
  }
  .xs-padding-55px-all {
    padding: 55px;
  }
  .xs-padding-60px-all {
    padding: 60px;
  }
  .xs-padding-65px-all {
    padding: 65px;
  }
  .xs-padding-70px-all {
    padding: 70px;
  }
  .xs-padding-75px-all {
    padding: 75px;
  }
  .xs-padding-80px-all {
    padding: 80px;
  }
  .xs-padding-85px-all {
    padding: 85px;
  }
  .xs-padding-90px-all {
    padding: 90px;
  }
  .xs-padding-95px-all {
    padding: 95px;
  }
  .xs-padding-100px-all {
    padding: 100px;
  }
  .xs-padding-one-top {
    padding-top: 1%;
  }
  .xs-padding-one-half-top {
    padding-top: 1.5%;
  }
  .xs-padding-two-top {
    padding-top: 2%;
  }
  .xs-padding-two-half-top {
    padding-top: 2.5%;
  }
  .xs-padding-three-top {
    padding-top: 3%;
  }
  .xs-padding-three-half-top {
    padding-top: 3.5%;
  }
  .xs-padding-four-top {
    padding-top: 4%;
  }
  .xs-padding-four-half-top {
    padding-top: 4.5%;
  }
  .xs-padding-five-top {
    padding-top: 5%;
  }
  .xs-padding-five-half-top {
    padding-top: 5.5%;
  }
  .xs-padding-six-top {
    padding-top: 6%;
  }
  .xs-padding-six-half-top {
    padding-top: 6.5%;
  }
  .xs-padding-seven-top {
    padding-top: 7%;
  }
  .xs-padding-seven-half-top {
    padding-top: 7.5%;
  }
  .xs-padding-eight-top {
    padding-top: 8%;
  }
  .xs-padding-eight-half-top {
    padding-top: 8.5%;
  }
  .xs-padding-nine-top {
    padding-top: 9%;
  }
  .xs-padding-nine-half-top {
    padding-top: 9.5%;
  }
  .xs-padding-ten-top {
    padding-top: 10%;
  }
  .xs-padding-ten-half-top {
    padding-top: 10.5%;
  }
  .xs-padding-eleven-top {
    padding-top: 11%;
  }
  .xs-padding-eleven-half-top {
    padding-top: 11.5%;
  }
  .xs-padding-twelve-top {
    padding-top: 12%;
  }
  .xs-padding-twelve-half-top {
    padding-top: 12.5%;
  }
  .xs-padding-thirteen-top {
    padding-top: 13%;
  }
  .xs-padding-thirteen-half-top {
    padding-top: 13.5%;
  }
  .xs-padding-fourteen-top {
    padding-top: 14%;
  }
  .xs-padding-fourteen-half-top {
    padding-top: 14.5%;
  }
  .xs-padding-fifteen-top {
    padding-top: 15%;
  }
  .xs-padding-fifteen-half-top {
    padding-top: 15.5%;
  }
  .xs-padding-sixteen-top {
    padding-top: 16%;
  }
  .xs-padding-sixteen-half-top {
    padding-top: 16.5%;
  }
  .xs-padding-seventeen-top {
    padding-top: 17%;
  }
  .xs-padding-seventeen-half-top {
    padding-top: 17.5%;
  }
  .xs-padding-eighteen-top {
    padding-top: 18%;
  }
  .xs-padding-eighteen-half-top {
    padding-top: 18.5%;
  }
  .xs-padding-nineteen-top {
    padding-top: 19%;
  }
  .xs-padding-nineteen-half-top {
    padding-top: 19.5%;
  }
  .xs-padding-twenty-top {
    padding-top: 20%;
  }
  .xs-padding-twenty-half-top {
    padding-top: 20.5%;
  }
  .xs-padding-twenty-one-top {
    padding-top: 21%;
  }
  .xs-padding-twenty-one-half-top {
    padding-top: 21.5%;
  }
  .xs-padding-twenty-two-top {
    padding-top: 22%;
  }
  .xs-padding-twenty-two-half-top {
    padding-top: 22.5%;
  }
  .xs-padding-twenty-three-top {
    padding-top: 23%;
  }
  .xs-padding-twenty-three-half-top {
    padding-top: 23.5%;
  }
  .xs-padding-twenty-four-top {
    padding-top: 24%;
  }
  .xs-padding-twenty-four-half-top {
    padding-top: 24.5%;
  }
  .xs-padding-twenty-five-top {
    padding-top: 25%;
  }
  .xs-padding-5px-top {
    padding-top: 5px;
  }
  .xs-padding-10px-top {
    padding-top: 10px;
  }
  .xs-padding-15px-top {
    padding-top: 15px;
  }
  .xs-padding-20px-top {
    padding-top: 20px;
  }
  .xs-padding-25px-top {
    padding-top: 25px;
  }
  .xs-padding-30px-top {
    padding-top: 30px;
  }
  .xs-padding-35px-top {
    padding-top: 35px;
  }
  .xs-padding-40px-top {
    padding-top: 40px;
  }
  .xs-padding-45px-top {
    padding-top: 45px;
  }
  .xs-padding-50px-top {
    padding-top: 50px;
  }
  .xs-padding-55px-top {
    padding-top: 55px;
  }
  .xs-padding-60px-top {
    padding-top: 60px;
  }
  .xs-padding-65px-top {
    padding-top: 65px;
  }
  .xs-padding-70px-top {
    padding-top: 70px;
  }
  .xs-padding-75px-top {
    padding-top: 75px;
  }
  .xs-padding-80px-top {
    padding-top: 80px;
  }
  .xs-padding-85px-top {
    padding-top: 85px;
  }
  .xs-padding-90px-top {
    padding-top: 90px;
  }
  .xs-padding-95px-top {
    padding-top: 95px;
  }
  .xs-padding-100px-top {
    padding-top: 100px;
  }
  .xs-padding-one-bottom {
    padding-bottom: 1%;
  }
  .xs-padding-one-half-bottom {
    padding-bottom: 1.5%;
  }
  .xs-padding-two-bottom {
    padding-bottom: 2%;
  }
  .xs-padding-two-half-bottom {
    padding-bottom: 2.5%;
  }
  .xs-padding-three-bottom {
    padding-bottom: 3%;
  }
  .xs-padding-three-half-bottom {
    padding-bottom: 3.5%;
  }
  .xs-padding-four-bottom {
    padding-bottom: 4%;
  }
  .xs-padding-four-half-bottom {
    padding-bottom: 4.5%;
  }
  .xs-padding-five-bottom {
    padding-bottom: 5%;
  }
  .xs-padding-five-half-bottom {
    padding-bottom: 5.5%;
  }
  .xs-padding-six-bottom {
    padding-bottom: 6%;
  }
  .xs-padding-six-half-bottom {
    padding-bottom: 6.5%;
  }
  .xs-padding-seven-bottom {
    padding-bottom: 7%;
  }
  .xs-padding-seven-half-bottom {
    padding-bottom: 7.5%;
  }
  .xs-padding-eight-bottom {
    padding-bottom: 8%;
  }
  .xs-padding-eight-half-bottom {
    padding-bottom: 8.5%;
  }
  .xs-padding-nine-bottom {
    padding-bottom: 9%;
  }
  .xs-padding-nine-half-bottom {
    padding-bottom: 9.5%;
  }
  .xs-padding-ten-bottom {
    padding-bottom: 10%;
  }
  .xs-padding-ten-half-bottom {
    padding-bottom: 10.5%;
  }
  .xs-padding-eleven-bottom {
    padding-bottom: 11%;
  }
  .xs-padding-eleven-half-bottom {
    padding-bottom: 11.5%;
  }
  .xs-padding-twelve-bottom {
    padding-bottom: 12%;
  }
  .xs-padding-twelve-half-bottom {
    padding-bottom: 12.5%;
  }
  .xs-padding-thirteen-bottom {
    padding-bottom: 13%;
  }
  .xs-padding-thirteen-half-bottom {
    padding-bottom: 13.5%;
  }
  .xs-padding-fourteen-bottom {
    padding-bottom: 14%;
  }
  .xs-padding-fourteen-half-bottom {
    padding-bottom: 14.5%;
  }
  .xs-padding-fifteen-bottom {
    padding-bottom: 15%;
  }
  .xs-padding-fifteen-half-bottom {
    padding-bottom: 15.5%;
  }
  .xs-padding-sixteen-bottom {
    padding-bottom: 16%;
  }
  .xs-padding-sixteen-half-bottom {
    padding-bottom: 16.5%;
  }
  .xs-padding-seventeen-bottom {
    padding-bottom: 17%;
  }
  .xs-padding-seventeen-half-bottom {
    padding-bottom: 17.5%;
  }
  .xs-padding-eighteen-bottom {
    padding-bottom: 18%;
  }
  .xs-padding-eighteen-half-bottom {
    padding-bottom: 18.5%;
  }
  .xs-padding-nineteen-bottom {
    padding-bottom: 19%;
  }
  .xs-padding-nineteen-half-bottom {
    padding-bottom: 19.5%;
  }
  .xs-padding-twenty-bottom {
    padding-bottom: 20%;
  }
  .xs-padding-twenty-half-bottom {
    padding-bottom: 20.5%;
  }
  .xs-padding-twenty-one-bottom {
    padding-bottom: 21%;
  }
  .xs-padding-twenty-one-half-bottom {
    padding-bottom: 21.5%;
  }
  .xs-padding-twenty-two-bottom {
    padding-bottom: 22%;
  }
  .xs-padding-twenty-two-half-bottom {
    padding-bottom: 22.5%;
  }
  .xs-padding-twenty-three-bottom {
    padding-bottom: 23%;
  }
  .xs-padding-twenty-three-half-bottom {
    padding-bottom: 23.5%;
  }
  .xs-padding-twenty-four-bottom {
    padding-bottom: 24%;
  }
  .xs-padding-twenty-four-half-bottom {
    padding-bottom: 24.5%;
  }
  .xs-padding-twenty-five-bottom {
    padding-bottom: 25%;
  }
  .xs-padding-5px-bottom {
    padding-bottom: 5px;
  }
  .xs-padding-10px-bottom {
    padding-bottom: 10px;
  }
  .xs-padding-15px-bottom {
    padding-bottom: 15px;
  }
  .xs-padding-20px-bottom {
    padding-bottom: 20px;
  }
  .xs-padding-25px-bottom {
    padding-bottom: 25px;
  }
  .xs-padding-30px-bottom {
    padding-bottom: 30px;
  }
  .xs-padding-35px-bottom {
    padding-bottom: 35px;
  }
  .xs-padding-40px-bottom {
    padding-bottom: 40px;
  }
  .xs-padding-45px-bottom {
    padding-bottom: 45px;
  }
  .xs-padding-50px-bottom {
    padding-bottom: 50px;
  }
  .xs-padding-55px-bottom {
    padding-bottom: 55px;
  }
  .xs-padding-60px-bottom {
    padding-bottom: 60px;
  }
  .xs-padding-65px-bottom {
    padding-bottom: 65px;
  }
  .xs-padding-70px-bottom {
    padding-bottom: 70px;
  }
  .xs-padding-75px-bottom {
    padding-bottom: 75px;
  }
  .xs-padding-80px-bottom {
    padding-bottom: 80px;
  }
  .xs-padding-85px-bottom {
    padding-bottom: 85px;
  }
  .xs-padding-90px-bottom {
    padding-bottom: 90px;
  }
  .xs-padding-95px-bottom {
    padding-bottom: 95px;
  }
  .xs-padding-100px-bottom {
    padding-bottom: 100px;
  }
  .xs-padding-one-right {
    padding-right: 1%;
  }
  .xs-padding-one-half-right {
    padding-right: 1.5%;
  }
  .xs-padding-two-right {
    padding-right: 2%;
  }
  .xs-padding-two-half-right {
    padding-right: 2.5%;
  }
  .xs-padding-three-right {
    padding-right: 3%;
  }
  .xs-padding-three-half-right {
    padding-right: 3.5%;
  }
  .xs-padding-four-right {
    padding-right: 4%;
  }
  .xs-padding-four-half-right {
    padding-right: 4.5%;
  }
  .xs-padding-five-right {
    padding-right: 5%;
  }
  .xs-padding-five-half-right {
    padding-right: 5.5%;
  }
  .xs-padding-six-right {
    padding-right: 6%;
  }
  .xs-padding-six-half-right {
    padding-right: 6.5%;
  }
  .xs-padding-seven-right {
    padding-right: 7%;
  }
  .xs-padding-seven-half-right {
    padding-right: 7.5%;
  }
  .xs-padding-eight-right {
    padding-right: 8%;
  }
  .xs-padding-eight-half-right {
    padding-right: 8.5%;
  }
  .xs-padding-nine-right {
    padding-right: 9%;
  }
  .xs-padding-nine-half-right {
    padding-right: 9.5%;
  }
  .xs-padding-ten-right {
    padding-right: 10%;
  }
  .xs-padding-ten-half-right {
    padding-right: 10.5%;
  }
  .xs-padding-eleven-right {
    padding-right: 11%;
  }
  .xs-padding-eleven-half-right {
    padding-right: 11.5%;
  }
  .xs-padding-twelve-right {
    padding-right: 12%;
  }
  .xs-padding-twelve-half-right {
    padding-right: 12.5%;
  }
  .xs-padding-thirteen-right {
    padding-right: 13%;
  }
  .xs-padding-thirteen-half-right {
    padding-right: 13.5%;
  }
  .xs-padding-fourteen-right {
    padding-right: 14%;
  }
  .xs-padding-fourteen-half-right {
    padding-right: 14.5%;
  }
  .xs-padding-fifteen-right {
    padding-right: 15%;
  }
  .xs-padding-fifteen-half-right {
    padding-right: 15.5%;
  }
  .xs-padding-sixteen-right {
    padding-right: 16%;
  }
  .xs-padding-sixteen-half-right {
    padding-right: 16.5%;
  }
  .xs-padding-seventeen-right {
    padding-right: 17%;
  }
  .xs-padding-seventeen-half-right {
    padding-right: 17.5%;
  }
  .xs-padding-eighteen-right {
    padding-right: 18%;
  }
  .xs-padding-eighteen-half-right {
    padding-right: 18.5%;
  }
  .xs-padding-nineteen-right {
    padding-right: 19%;
  }
  .xs-padding-nineteen-half-right {
    padding-right: 19.5%;
  }
  .xs-padding-twenty-right {
    padding-right: 20%;
  }
  .xs-padding-twenty-hlaf-right {
    padding-right: 20.5%;
  }
  .xs-padding-twenty-one-right {
    padding-right: 21%;
  }
  .xs-padding-twenty-one-hlaf-right {
    padding-right: 21.5%;
  }
  .xs-padding-twenty-two-right {
    padding-right: 22%;
  }
  .xs-padding-twenty-two-hlaf-right {
    padding-right: 22.5%;
  }
  .xs-padding-twenty-three-right {
    padding-right: 23%;
  }
  .xs-padding-twenty-three-hlaf-right {
    padding-right: 23.5%;
  }
  .xs-padding-twenty-four-right {
    padding-right: 24%;
  }
  .xs-padding-twenty-four-hlaf-right {
    padding-right: 24.5%;
  }
  .xs-padding-twenty-five-right {
    padding-right: 25%;
  }
  .xs-padding-5px-right {
    padding-right: 5px;
  }
  .xs-padding-10px-right {
    padding-right: 10px;
  }
  .xs-padding-15px-right {
    padding-right: 15px;
  }
  .xs-padding-20px-right {
    padding-right: 20px;
  }
  .xs-padding-25px-right {
    padding-right: 25px;
  }
  .xs-padding-30px-right {
    padding-right: 30px;
  }
  .xs-padding-35px-right {
    padding-right: 35px;
  }
  .xs-padding-40px-right {
    padding-right: 40px;
  }
  .xs-padding-45px-right {
    padding-right: 45px;
  }
  .xs-padding-50px-right {
    padding-right: 50px;
  }
  .xs-padding-55px-right {
    padding-right: 55px;
  }
  .xs-padding-60px-right {
    padding-right: 60px;
  }
  .xs-padding-65px-right {
    padding-right: 65px;
  }
  .xs-padding-70px-right {
    padding-right: 70px;
  }
  .xs-padding-75px-right {
    padding-right: 75px;
  }
  .xs-padding-80px-right {
    padding-right: 80px;
  }
  .xs-padding-85px-right {
    padding-right: 85px;
  }
  .xs-padding-90px-right {
    padding-right: 90px;
  }
  .xs-padding-95px-right {
    padding-right: 95px;
  }
  .xs-padding-100px-right {
    padding-right: 100px;
  }
  .xs-padding-one-left {
    padding-left: 1%;
  }
  .xs-padding-one-half-left {
    padding-left: 1.5%;
  }
  .xs-padding-two-left {
    padding-left: 2%;
  }
  .xs-padding-two-half-left {
    padding-left: 2.5%;
  }
  .xs-padding-three-left {
    padding-left: 3%;
  }
  .xs-padding-three-half-left {
    padding-left: 3.5%;
  }
  .xs-padding-four-left {
    padding-left: 4%;
  }
  .xs-padding-four-half-left {
    padding-left: 4.5%;
  }
  .xs-padding-five-left {
    padding-left: 5%;
  }
  .xs-padding-five-half-left {
    padding-left: 5.5%;
  }
  .xs-padding-six-left {
    padding-left: 6%;
  }
  .xs-padding-six-half-left {
    padding-left: 6.5%;
  }
  .xs-padding-seven-left {
    padding-left: 7%;
  }
  .xs-padding-seven-half-left {
    padding-left: 7.5%;
  }
  .xs-padding-eight-left {
    padding-left: 8%;
  }
  .xs-padding-eight-half-left {
    padding-left: 8.5%;
  }
  .xs-padding-nine-left {
    padding-left: 9%;
  }
  .xs-padding-nine-half-left {
    padding-left: 9.5%;
  }
  .xs-padding-ten-left {
    padding-left: 10%;
  }
  .xs-padding-ten-half-left {
    padding-left: 10.5%;
  }
  .xs-padding-eleven-left {
    padding-left: 11%;
  }
  .xs-padding-eleven-half-left {
    padding-left: 11.5%;
  }
  .xs-padding-twelve-left {
    padding-left: 12%;
  }
  .xs-padding-twelve-half-left {
    padding-left: 12.5%;
  }
  .xs-padding-thirteen-left {
    padding-left: 13%;
  }
  .xs-padding-thirteen-half-left {
    padding-left: 13.5%;
  }
  .xs-padding-fourteen-left {
    padding-left: 14%;
  }
  .xs-padding-fourteen-half-left {
    padding-left: 14.5%;
  }
  .xs-padding-fifteen-left {
    padding-left: 15%;
  }
  .xs-padding-fifteen-half-left {
    padding-left: 15.5%;
  }
  .xs-padding-sixteen-left {
    padding-left: 16%;
  }
  .xs-padding-sixteen-half-left {
    padding-left: 16.5%;
  }
  .xs-padding-seventeen-left {
    padding-left: 17%;
  }
  .xs-padding-seventeen-half-left {
    padding-left: 17.5%;
  }
  .xs-padding-eighteen-left {
    padding-left: 18%;
  }
  .xs-padding-eighteen-half-left {
    padding-left: 18.5%;
  }
  .xs-padding-nineteen-left {
    padding-left: 19%;
  }
  .xs-padding-nineteen-half-left {
    padding-left: 19.5%;
  }
  .xs-padding-twenty-left {
    padding-left: 20%;
  }
  .xs-padding-twenty-half-left {
    padding-left: 20.5%;
  }
  .xs-padding-twenty-one-left {
    padding-left: 21%;
  }
  .xs-padding-twenty-one-half-left {
    padding-left: 21.5%;
  }
  .xs-padding-twenty-two-left {
    padding-left: 22%;
  }
  .xs-padding-twenty-two-half-left {
    padding-left: 22.5%;
  }
  .xs-padding-twenty-three-left {
    padding-left: 23%;
  }
  .xs-padding-twenty-three-half-left {
    padding-left: 23.5%;
  }
  .xs-padding-twenty-four-left {
    padding-left: 24%;
  }
  .xs-padding-twenty-four-half-left {
    padding-left: 24.5%;
  }
  .xs-padding-twenty-five-left {
    padding-left: 25%;
  }
  .xs-padding-5px-left {
    padding-left: 5px;
  }
  .xs-padding-10px-left {
    padding-left: 10px;
  }
  .xs-padding-15px-left {
    padding-left: 15px;
  }
  .xs-padding-20px-left {
    padding-left: 20px;
  }
  .xs-padding-25px-left {
    padding-left: 25px;
  }
  .xs-padding-30px-left {
    padding-left: 30px;
  }
  .xs-padding-35px-left {
    padding-left: 35px;
  }
  .xs-padding-40px-left {
    padding-left: 40px;
  }
  .xs-padding-45px-left {
    padding-left: 45px;
  }
  .xs-padding-50px-left {
    padding-left: 50px;
  }
  .xs-padding-55px-left {
    padding-left: 55px;
  }
  .xs-padding-60px-left {
    padding-left: 60px;
  }
  .xs-padding-65px-left {
    padding-left: 65px;
  }
  .xs-padding-70px-left {
    padding-left: 70px;
  }
  .xs-padding-75px-left {
    padding-left: 75px;
  }
  .xs-padding-80px-left {
    padding-left: 80px;
  }
  .xs-padding-85px-left {
    padding-left: 85px;
  }
  .xs-padding-90px-left {
    padding-left: 90px;
  }
  .xs-padding-95px-left {
    padding-left: 95px;
  }
  .xs-padding-100px-left {
    padding-left: 100px;
  }
  .xs-padding-one-tb {
    padding-top: 1%;
    padding-bottom: 1%;
  }
  .xs-padding-one-half-tb {
    padding-top: 1.5%;
    padding-bottom: 1.5%;
  }
  .xs-padding-two-tb {
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .xs-padding-two-half-tb {
    padding-top: 2.5%;
    padding-bottom: 2.5%;
  }
  .xs-padding-three-tb {
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .xs-padding-three-half-tb {
    padding-top: 3.5%;
    padding-bottom: 3.5%;
  }
  .xs-padding-four-tb {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .xs-padding-four-half-tb {
    padding-top: 4.5%;
    padding-bottom: 4.5%;
  }
  .xs-padding-five-tb {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .xs-padding-five-half-tb {
    padding-top: 5.5%;
    padding-bottom: 5.5%;
  }
  .xs-padding-six-tb {
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .xs-padding-six-half-tb {
    padding-top: 6.5%;
    padding-bottom: 6.5%;
  }
  .xs-padding-seven-tb {
    padding-top: 7%;
    padding-bottom: 7%;
  }
  .xs-padding-seven-half-tb {
    padding-top: 7.5%;
    padding-bottom: 7.5%;
  }
  .xs-padding-eight-tb {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .xs-padding-eight-half-tb {
    padding-top: 8.5%;
    padding-bottom: 8.5%;
  }
  .xs-padding-nine-tb {
    padding-top: 9%;
    padding-bottom: 9%;
  }
  .xs-padding-nine-half-tb {
    padding-top: 9.5%;
    padding-bottom: 9.5%;
  }
  .xs-padding-ten-tb {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .xs-padding-ten-half-tb {
    padding-top: 10.5%;
    padding-bottom: 10.5%;
  }
  .xs-padding-eleven-tb {
    padding-top: 11%;
    padding-bottom: 11%;
  }
  .xs-padding-eleven-half-tb {
    padding-top: 11.5%;
    padding-bottom: 11.5%;
  }
  .xs-padding-twelve-tb {
    padding-top: 12%;
    padding-bottom: 12%;
  }
  .xs-padding-twelve-half-tb {
    padding-top: 12.5%;
    padding-bottom: 12.5%;
  }
  .xs-padding-thirteen-tb {
    padding-top: 13%;
    padding-bottom: 13%;
  }
  .xs-padding-thirteen-half-tb {
    padding-top: 13.5%;
    padding-bottom: 13.5%;
  }
  .xs-padding-fourteen-tb {
    padding-top: 14%;
    padding-bottom: 14%;
  }
  .xs-padding-fourteen-half-tb {
    padding-top: 14.5%;
    padding-bottom: 14.5%;
  }
  .xs-padding-fifteen-tb {
    padding-top: 15%;
    padding-bottom: 15%;
  }
  .xs-padding-fifteen-half-tb {
    padding-top: 15.5%;
    padding-bottom: 15.5%;
  }
  .xs-padding-sixteen-tb {
    padding-top: 16%;
    padding-bottom: 16%;
  }
  .xs-padding-sixteen-half-tb {
    padding-top: 16.5%;
    padding-bottom: 16.5%;
  }
  .xs-padding-seventeen-tb {
    padding-top: 17%;
    padding-bottom: 17%;
  }
  .xs-padding-seventeen-half-tb {
    padding-top: 17.5%;
    padding-bottom: 17.5%;
  }
  .xs-padding-eighteen-tb {
    padding-top: 18%;
    padding-bottom: 18%;
  }
  .xs-padding-eighteen-half-tb {
    padding-top: 18.5%;
    padding-bottom: 18.5%;
  }
  .xs-padding-nineteen-tb {
    padding-top: 19%;
    padding-bottom: 19%;
  }
  .xs-padding-nineteen-half-tb {
    padding-top: 19.5%;
    padding-bottom: 19.5%;
  }
  .xs-padding-twenty-tb {
    padding-top: 20%;
    padding-bottom: 20%;
  }
  .xs-padding-twenty-one-half-tb {
    padding-top: 20.5%;
    padding-bottom: 20.5%;
  }
  .xs-padding-twenty-one-tb {
    padding-top: 21%;
    padding-bottom: 21%;
  }
  .xs-padding-twenty-half-tb {
    padding-top: 21.5%;
    padding-bottom: 21.5%;
  }
  .xs-padding-twenty-two-tb {
    padding-top: 22%;
    padding-bottom: 22%;
  }
  .xs-padding-twenty-two-half-tb {
    padding-top: 22.5%;
    padding-bottom: 22.5%;
  }
  .xs-padding-twenty-three-tb {
    padding-top: 23%;
    padding-bottom: 23%;
  }
  .xs-padding-twenty-three-half-tb {
    padding-top: 23.5%;
    padding-bottom: 23.5%;
  }
  .xs-padding-twenty-four-tb {
    padding-top: 24%;
    padding-bottom: 24%;
  }
  .xs-padding-twenty-four-half-tb {
    padding-top: 24.5%;
    padding-bottom: 24.5%;
  }
  .xs-padding-twenty-five-tb {
    padding-top: 25%;
    padding-bottom: 25%;
  }
  .xs-padding-5px-tb {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .xs-padding-10px-tb {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .xs-padding-15px-tb {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .xs-padding-20px-tb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .xs-padding-25px-tb {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .xs-padding-30px-tb {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .xs-padding-35px-tb {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .xs-padding-40px-tb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .xs-padding-45px-tb {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .xs-padding-50px-tb {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .xs-padding-55px-tb {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .xs-padding-60px-tb {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .xs-padding-65px-tb {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .xs-padding-70px-tb {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .xs-padding-75px-tb {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .xs-padding-80px-tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .xs-padding-85px-tb {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .xs-padding-90px-tb {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .xs-padding-95px-tb {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .xs-padding-100px-tb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .xs-padding-one-lr {
    padding-left: 1%;
    padding-right: 1%;
  }
  .xs-padding-one-half-lr {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
  .xs-padding-two-lr {
    padding-left: 2%;
    padding-right: 2%;
  }
  .xs-padding-two-half-lr {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .xs-padding-three-lr {
    padding-left: 3%;
    padding-right: 3%;
  }
  .xs-padding-three-half-lr {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
  .xs-padding-four-lr {
    padding-left: 4%;
    padding-right: 4%;
  }
  .xs-padding-four-half-lr {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
  .xs-padding-five-lr {
    padding-left: 5%;
    padding-right: 5%;
  }
  .xs-padding-five-half-lr {
    padding-left: 5.5%;
    padding-right: 5.5%;
  }
  .xs-padding-six-lr {
    padding-left: 6%;
    padding-right: 6%;
  }
  .xs-padding-six-half-lr {
    padding-left: 6.5%;
    padding-right: 6.5%;
  }
  .xs-padding-seven-lr {
    padding-left: 7%;
    padding-right: 7%;
  }
  .xs-padding-seven-half-lr {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
  .xs-padding-eight-lr {
    padding-left: 8%;
    padding-right: 8%;
  }
  .xs-padding-eight-half-lr {
    padding-left: 8.5%;
    padding-right: 8.5%;
  }
  .xs-padding-nine-lr {
    padding-left: 9%;
    padding-right: 9%;
  }
  .xs-padding-nine-half-lr {
    padding-left: 9.5%;
    padding-right: 9.5%;
  }
  .xs-padding-ten-lr {
    padding-left: 10%;
    padding-right: 10%;
  }
  .xs-padding-ten-half-lr {
    padding-left: 10.5%;
    padding-right: 10.5%;
  }
  .xs-padding-eleven-lr {
    padding-left: 11%;
    padding-right: 11%;
  }
  .xs-padding-eleven-half-lr {
    padding-left: 11.5%;
    padding-right: 11.5%;
  }
  .xs-padding-twelve-lr {
    padding-left: 12%;
    padding-right: 12%;
  }
  .xs-padding-twelve-half-lr {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
  .xs-padding-thirteen-lr {
    padding-left: 13%;
    padding-right: 13%;
  }
  .xs-padding-thirteen-half-lr {
    padding-left: 13.5%;
    padding-right: 13.5%;
  }
  .xs-padding-fourteen-lr {
    padding-left: 14%;
    padding-right: 14%;
  }
  .xs-padding-fourteen-half-lr {
    padding-left: 14.5%;
    padding-right: 14.5%;
  }
  .xs-padding-fifteen-lr {
    padding-left: 15%;
    padding-right: 15%;
  }
  .xs-padding-fifteen-half-lr {
    padding-left: 15.5%;
    padding-right: 15.5%;
  }
  .xs-padding-sixteen-lr {
    padding-left: 16%;
    padding-right: 16%;
  }
  .xs-padding-sixteen-half-lr {
    padding-left: 16.5%;
    padding-right: 16.5%;
  }
  .xs-padding-seventeen-lr {
    padding-left: 17%;
    padding-right: 17%;
  }
  .xs-padding-seventeen-half-lr {
    padding-left: 17.5%;
    padding-right: 17.5%;
  }
  .xs-padding-eighteen-lr {
    padding-left: 18%;
    padding-right: 18%;
  }
  .xs-padding-eighteen-half-lr {
    padding-left: 18.5%;
    padding-right: 18.5%;
  }
  .xs-padding-nineteen-lr {
    padding-left: 19%;
    padding-right: 19%;
  }
  .xs-padding-nineteen-half-lr {
    padding-left: 19.5%;
    padding-right: 19.5%;
  }
  .xs-padding-twenty-lr {
    padding-left: 20%;
    padding-right: 20%;
  }
  .xs-padding-twenty-half-lr {
    padding-left: 20.5%;
    padding-right: 20.5%;
  }
  .xs-padding-twenty-one-lr {
    padding-left: 21%;
    padding-right: 21%;
  }
  .xs-padding-twenty-one-half-lr {
    padding-left: 21.5%;
    padding-right: 21.5%;
  }
  .xs-padding-twenty-two-lr {
    padding-left: 22%;
    padding-right: 22%;
  }
  .xs-padding-twenty-two-half-lr {
    padding-left: 22.5%;
    padding-right: 22.5%;
  }
  .xs-padding-twenty-three-lr {
    padding-left: 23%;
    padding-right: 23%;
  }
  .xs-padding-twenty-three-half-lr {
    padding-left: 23.5%;
    padding-right: 23.5%;
  }
  .xs-padding-twenty-four-lr {
    padding-left: 24%;
    padding-right: 24%;
  }
  .xs-padding-twenty-four-half-lr {
    padding-left: 24.5%;
    padding-right: 24.5%;
  }
  .xs-padding-twenty-lr {
    padding-left: 25%;
    padding-right: 25%;
  }
  .xs-padding-5px-lr {
    padding-left: 5px;
    padding-right: 5px;
  }
  .xs-padding-10px-lr {
    padding-left: 10px;
    padding-right: 10px;
  }
  .xs-padding-15px-lr {
    padding-left: 15px;
    padding-right: 15px;
  }
  .xs-padding-20px-lr {
    padding-left: 20px;
    padding-right: 20px;
  }
  .xs-padding-25px-lr {
    padding-left: 25px;
    padding-right: 25px;
  }
  .xs-padding-30px-lr {
    padding-left: 30px;
    padding-right: 30px;
  }
  .xs-padding-35px-lr {
    padding-left: 35px;
    padding-right: 35px;
  }
  .xs-padding-40px-lr {
    padding-left: 40px;
    padding-right: 40px;
  }
  .xs-padding-45px-lr {
    padding-left: 45px;
    padding-right: 45px;
  }
  .xs-padding-50px-lr {
    padding-left: 50px;
    padding-right: 50px;
  }
  .xs-padding-55px-lr {
    padding-left: 55px;
    padding-right: 55px;
  }
  .xs-padding-60px-lr {
    padding-left: 60px;
    padding-right: 60px;
  }
  .xs-padding-65px-lr {
    padding-left: 65px;
    padding-right: 65px;
  }
  .xs-padding-70px-lr {
    padding-left: 70px;
    padding-right: 70px;
  }
  .xs-padding-75px-lr {
    padding-left: 75px;
    padding-right: 75px;
  }
  .xs-padding-80px-lr {
    padding-left: 80px;
    padding-right: 80px;
  }
  .xs-padding-85px-lr {
    padding-left: 85px;
    padding-right: 85px;
  }
  .xs-padding-90px-lr {
    padding-left: 90px;
    padding-right: 90px;
  }
  .xs-padding-95px-lr {
    padding-left: 95px;
    padding-right: 95px;
  }
  .xs-padding-100px-lr {
    padding-left: 100px;
    padding-right: 100px;
  }
  .xs-w-10 {
    width: 10% !important;
  }
  .xs-w-15 {
    width: 15% !important;
  }
  .xs-w-20 {
    width: 20% !important;
  }
  .xs-w-25 {
    width: 25% !important;
  }
  .xs-w-30 {
    width: 30% !important;
  }
  .xs-w-35 {
    width: 35% !important;
  }
  .xs-w-40 {
    width: 40% !important;
  }
  .xs-w-45 {
    width: 45% !important;
  }
  .xs-w-50 {
    width: 50% !important;
  }
  .xs-w-55 {
    width: 55% !important;
  }
  .xs-w-60 {
    width: 60% !important;
  }
  .xs-w-65 {
    width: 65% !important;
  }
  .xs-w-70 {
    width: 70% !important;
  }
  .xs-w-75 {
    width: 75% !important;
  }
  .xs-w-80 {
    width: 80% !important;
  }
  .xs-w-85 {
    width: 85% !important;
  }
  .xs-w-90 {
    width: 90% !important;
  }
  .xs-w-95 {
    width: 95% !important;
  }
  .xs-w-100 {
    width: 100% !important;
  }
  .xs-w-auto {
    width: auto !important;
  }
  .xs-w-50px {
    width: 50px !important;
  }
  .xs-w-70px {
    width: 70px !important;
  }
  .xs-w-75px {
    width: 75px !important;
  }
  .xs-w-80px {
    width: 80px !important;
  }
  .xs-w-85px {
    width: 85px !important;
  }
  .xs-w-90px {
    width: 90px !important;
  }
  .xs-w-95px {
    width: 95px !important;
  }
  .xs-w-100px {
    width: 100px !important;
  }
  .xs-w-120px {
    width: 120px !important;
  }
  .xs-w-130px {
    width: 130px !important;
  }
  .xs-w-150px {
    width: 150px !important;
  }
  .xs-w-180px {
    width: 180px !important;
  }
  .xs-w-200px {
    width: 200px !important;
  }
  .xs-w-250px {
    width: 250px !important;
  }
  .xs-w-300px {
    width: 300px !important;
  }
  .xs-w-350px {
    width: 350px !important;
  }
  .xs-w-400px {
    width: 400px !important;
  }
  .xs-w-450px {
    width: 450px !important;
  }
  .xs-w-500px {
    width: 500px !important;
  }
  .xs-w-550px {
    width: 550px !important;
  }
  .xs-w-600px {
    width: 600px !important;
  }
  .xs-w-650px {
    width: 650px !important;
  }
  .xs-w-700px {
    width: 700px !important;
  }
  .xs-w-750px {
    width: 750px !important;
  }
  .xs-w-800px {
    width: 800px !important;
  }
  .xs-w-850px {
    width: 850px !important;
  }
  .xs-w-900px {
    width: 900px !important;
  }
  .xs-w-950px {
    width: 950px !important;
  }
  .xs-w-1000px {
    width: 1000px !important;
  }
  .xs-h-50 {
    height: 50% !important;
  }
  .xs-h-100 {
    height: 100% !important;
  }
  .xs-h-auto {
    height: auto !important;
  }
  .xs-h-10px {
    height: 10px !important;
  }
  .xs-h-20px {
    height: 20px !important;
  }
  .xs-h-30px {
    height: 30px !important;
  }
  .xs-h-40px {
    height: 40px !important;
  }
  .xs-h-50px {
    height: 50px !important;
  }
  .xs-h-60px {
    height: 60px !important;
  }
  .xs-h-70px {
    height: 70px !important;
  }
  .xs-h-80px {
    height: 80px !important;
  }
  .xs-h-90px {
    height: 90px !important;
  }
  .xs-h-100px {
    height: 100px !important;
  }
  .xs-h-150px {
    height: 150px !important;
  }
  .xs-h-200px {
    height: 200px !important;
  }
  .xs-h-250px {
    height: 250px !important;
  }
  .xs-h-300px {
    height: 300px !important;
  }
  .xs-h-350px {
    height: 350px !important;
  }
  .xs-h-400px {
    height: 400px !important;
  }
  .xs-h-450px {
    height: 450px !important;
  }
  .xs-h-500px {
    height: 500px !important;
  }
  .xs-h-550px {
    height: 550px !important;
  }
  .xs-h-600px {
    height: 600px !important;
  }
  .xs-h-650px {
    height: 650px !important;
  }
  .xs-h-700px {
    height: 700px !important;
  }
  .xs-line-height-10 {
    line-height: 10px;
  }
  .xs-line-height-18 {
    line-height: 18px;
  }
  .xs-line-height-20 {
    line-height: 20px;
  }
  .xs-line-height-24 {
    line-height: 24px;
  }
  .xs-line-height-22 {
    line-height: 22px;
  }
  .xs-line-height-26 {
    line-height: 26px;
  }
  .xs-line-height-28 {
    line-height: 28px;
  }
  .xs-line-height-30 {
    line-height: 30px;
  }
  .xs-line-height-35 {
    line-height: 35px;
  }
  .xs-line-height-40 {
    line-height: 40px;
  }
  .xs-line-height-45 {
    line-height: 45px;
  }
  .xs-line-height-50 {
    line-height: 50px;
  }
  .xs-line-height-55 {
    line-height: 55px;
  }
  .xs-line-height-60 {
    line-height: 60px;
  }
  .xs-line-height-65 {
    line-height: 65px;
  }
  .xs-line-height-70 {
    line-height: 70px;
  }
  .xs-line-height-75 {
    line-height: 75px;
  }
  .xs-line-height-80 {
    line-height: 80px;
  }
  .xs-line-height-85 {
    line-height: 85px;
  }
  .xs-line-height-90 {
    line-height: 90px;
  }
  .xs-line-height-95 {
    line-height: 95px;
  }
  .xs-line-height-100 {
    line-height: 100px;
  }
  .xs-no-border-top {
    border-top: 0 !important;
  }
  .xs-no-border-bottom {
    border-bottom: 0 !important;
  }
  .xs-no-border-right {
    border-right: 0 !important;
  }
  .xs-no-border-left {
    border-left: 0 !important;
  }
  .xs-no-border {
    border: 0 !important;
  }
  .xs-top-auto {
    top: auto;
  }
  .xs-top-inherit {
    top: inherit !important;
  }
  .xs-top-0 {
    top: 0 !important;
  }
  .xs-top-1 {
    top: 1px;
  }
  .xs-top-2 {
    top: 2px;
  }
  .xs-top-3 {
    top: 3px;
  }
  .xs-top-4 {
    top: 4px;
  }
  .xs-top-5 {
    top: 5px;
  }
  .xs-top-6 {
    top: 6px;
  }
  .xs-top-7 {
    top: 7px;
  }
  .xs-top-8 {
    top: 8px;
  }
  .xs-top-9 {
    top: 9px;
  }
  .xs-top-10 {
    top: 10px;
  }
  .xs-top-12 {
    top: 12px;
  }
  .xs-top-15 {
    top: 15px;
  }
  .xs-top-17 {
    top: 17px;
  }
  .xs-top-20 {
    top: 20px;
  }
  .xs-top-25 {
    top: 25px;
  }
  .xs-top-30 {
    top: 30px;
  }
  .xs-top-35 {
    top: 35px;
  }
  .xs-top-40 {
    top: 40px;
  }
  .xs-top-45 {
    top: 45px;
  }
  .xs-top-50 {
    top: 50px;
  }
  .xs-top-minus1 {
    top: -1px;
  }
  .xs-top-minus2 {
    top: -2px;
  }
  .xs-top-minus3 {
    top: -3px;
  }
  .xs-top-minus4 {
    top: -4px;
  }
  .xs-top-minus5 {
    top: -5px;
  }
  .xs-top-minus6 {
    top: -6px;
  }
  .xs-top-minus7 {
    top: -7px;
  }
  .xs-top-minus8 {
    top: -8px;
  }
  .xs-top-minus9 {
    top: -9px;
  }
  .xs-top-minus10 {
    top: -10px;
  }
  .xs-top-minus15 {
    top: -15px;
  }
  .xs-top-minus20 {
    top: -20px;
  }
  .xs-top-minus25 {
    top: -25px;
  }
  .xs-top-minus30 {
    top: -30px;
  }
  .xs-top-minus35 {
    top: -35px;
  }
  .xs-top-minus40 {
    top: -40px;
  }
  .xs-top-minus45 {
    top: -45px;
  }
  .xs-top-minus50 {
    top: -50px;
  }
  .xs-bottom-auto {
    bottom: auto;
  }
  .xs-bottom-0 {
    bottom: 0;
  }
  .xs-bottom-1 {
    bottom: 1px;
  }
  .xs-bottom-2 {
    bottom: 2px;
  }
  .xs-bottom-3 {
    bottom: 3px;
  }
  .xs-bottom-4 {
    bottom: 4px;
  }
  .xs-bottom-5 {
    bottom: 5px;
  }
  .xs-bottom-6 {
    bottom: 6px;
  }
  .xs-bottom-7 {
    bottom: 7px;
  }
  .xs-bottom-8 {
    bottom: 8px;
  }
  .xs-bottom-9 {
    bottom: 9px;
  }
  .xs-bottom-10 {
    bottom: 10px;
  }
  .xs-bottom-20 {
    bottom: 20px;
  }
  .xs-bottom-25 {
    bottom: 25px;
  }
  .xs-bottom-30 {
    bottom: 30px;
  }
  .xs-bottom-35 {
    bottom: 35px;
  }
  .xs-bottom-40 {
    bottom: 40px;
  }
  .xs-bottom-45 {
    bottom: 45px;
  }
  .xs-bottom-50 {
    bottom: 50px;
  }
  .xs-bottom-minus30 {
    bottom: -30px;
  }
  .xs-bottom-minus50 {
    bottom: -50px;
  }
  .xs-bottom-minus55 {
    bottom: -55px;
  }
  .xs-bottom-minus60 {
    bottom: -60px;
  }
  .xs-left-auto {
    left: auto;
  }
  .xs-left-0 {
    left: 0;
  }
  .xs-left-1 {
    left: 1px;
  }
  .xs-left-2 {
    left: 2px;
  }
  .xs-left-3 {
    left: 3px;
  }
  .xs-left-4 {
    left: 4px;
  }
  .xs-left-5 {
    left: 5px;
  }
  .xs-left-6 {
    left: 6px;
  }
  .xs-left-7 {
    left: 7px;
  }
  .xs-left-8 {
    left: 8px;
  }
  .xs-left-9 {
    left: 9px;
  }
  .xs-left-10 {
    left: 10px;
  }
  .xs-right-auto {
    right: auto;
  }
  .xs-right-0 {
    right: 0;
  }
  .xs-right-1 {
    right: 1px;
  }
  .xs-right-2 {
    right: 2px;
  }
  .xs-right-3 {
    right: 3px;
  }
  .xs-right-4 {
    right: 4px;
  }
  .xs-right-5 {
    right: 5px;
  }
  .xs-right-6 {
    right: 6px;
  }
  .xs-right-7 {
    right: 7px;
  }
  .xs-right-8 {
    right: 8px;
  }
  .xs-right-9 {
    right: 9px;
  }
  .xs-right-10 {
    right: 10px;
  }
  .counter-box-5 .counter-box {
    width: 25%;
  }
  .counter-box-4 .counter::after {
    display: none;
  }
  .feature-box.feature-box-7 .box {
    border-left: 0;
  }
  .feature-box.feature-box-7 div:first-child .box {
    border-bottom: 0;
  }
  .feature-box-14 > div:nth-child(even) {
    border-right: 0;
  }
  .feature-box-14 > div:nth-child(odd) {
    border-right: 0;
  }
  .feature-box-11 .progress-line:after {
    visibility: hidden;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .parallax {
    background-attachment: inherit;
    background-position: center;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .parallax {
    background-attachment: inherit !important;
    background-position: center !important;
  }
}
@media screen and (max-width: 55.1875em) {
  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px;
  }
  .cbp-spmenu-top {
    top: -110px;
  }
  .cbp-spmenu-bottom {
    bottom: -110px;
  }
}
@media screen and (max-height: 26.375em) {
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 190px;
  }
  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -190px;
  }
  .cbp-spmenu-right {
    right: -190px;
  }
  .cbp-spmenu-push-toright {
    left: 190px;
  }
}
@media screen and (max-height: 320px) {
  nav.navbar.bootsnav.no-full .navbar-collapse {
    max-height: 240px;
  }
}
.form-errors {
  list-style: none;
  padding-left: 0;
}
.form-errors__icon {
  display: inline-block;
  line-height: 0;
  margin-right: 5px;
  width: 15px;
}
.form-errors__item {
  align-items: center;
  color: #ee2f2f;
  display: flex;
  flex-direction: row;
}
@font-face {
  font-family: et-line;
  src: url(../../fonts/et-line.eot);
  src: url(../../fonts/et-lined41d.eot?#iefix) format("embedded-opentype"),
    url(../../fonts/et-line.woff) format("woff"),
    url(../../fonts/et-line.html) format("truetype"),
    url(../../fonts/et-line.svg#et-line) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../../fonts/fa-brands-400.eot);
  src: url(../../fonts/fa-brands-400d41d.eot?#iefix) format("embedded-opentype"),
    url(../../fonts/fa-brands-400.woff2) format("woff2"),
    url(../../fonts/fa-brands-400.woff) format("woff"),
    url(../../fonts/fa-brands-400.html) format("truetype"),
    url(../../fonts/fa-brands-400.svg#fontawesome) format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(../../fonts/fa-solid-900.eot);
  src: url(../../fonts/fa-solid-900d41d.eot?#iefix) format("embedded-opentype"),
    url(../../fonts/fa-solid-900.woff2) format("woff2"),
    url(../../fonts/fa-solid-900.woff) format("woff"),
    url(../../fonts/fa-solid-900.html) format("truetype"),
    url(../../fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}
.fa,
.fas {
  font-weight: 900;
}
a:focus,
a:hover {
  color: #929597 !important;
}
.f-weight {
  font-weight: 600;
}
.text-capitalize {
  text-transform: capitalize;
}
::-webkit-input-placeholder {
  color: #929597 !important;
}
header a.logo img {
  max-height: 75px;
  padding: 10px 0;
}
header nav .navbar-nav > li > a {
  margin: 0 10px;
}
nav.navbar.navbar-default ul.nav > li > a {
  font-weight: 500;
  font-size: 13px;
}
nav .navbar-nav li a:hover {
  color: #fff;
}
nav.navbar.bootsnav ul.nav > li > a {
  color: #fff;
}
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li > a:hover {
  color: #929597 !important;
}
header nav.navbar-default,
nav.navbar.bootsnav {
  background-color: #201d1d;
}
header.header-appear nav.header-dark,
header.sticky nav.navbar-fixed-top.header-dark,
header.sticky nav.navbar-scroll-fixed-top.header-dark {
  background-color: #929597;
}
header.sticky p a.active {
  color: #000;
}
.languages {
  font-size: 12px;
}
.languages p {
  display: inline-block;
  margin: 0;
}
.languages p a {
  color: #929597;
  margin-right: 3px;
  font-size: 12px;
}
.languages p a.active {
  font-weight: 800;
  color: #fff;
}
.languages p a:hover {
  color: #d9d9d9 !important;
}
.languages p:first-child {
  display: inline-block;
  padding-right: 3px;
  margin-right: 3px;
  padding-right: 5px;
  margin-bottom: 0;
  border-right: 1px solid #929597;
}
.header-message {
  width: 90%;
  margin: 0 auto;
  padding: 30px;
}
.header-message h1 {
  font-family: Raleway, sans-serif;
  font-size: 60px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 3px;
}
.header-message h2 {
  font-family: Raleway, sans-serif;
  font-size: 25px;
  color: #fff;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: inherit;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  header a.logo img {
    max-height: 70px;
  }
  .header-message {
    width: 95%;
    margin: 0 auto;
    padding: 20px;
  }
  .header-message h1 {
    font-size: 50px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  nav.navbar.bootsnav .navbar-nav {
    background-color: #201d1d !important;
  }
  nav.navbar.navbar-default ul.nav > li > a {
    color: #fff !important;
  }
}
@media (max-width: 767px) {
  header a.logo img {
    max-height: 40px;
  }
  .logo-mobile {
    text-align: left !important;
  }
  nav.navbar.bootsnav .navbar-nav {
    background-color: #201d1d !important;
  }
  nav.navbar.navbar-default ul.nav > li > a {
    color: #fff !important;
  }
  header a.logo img {
    max-height: 60px;
  }
  .header-message {
    width: 95%;
    padding: 0;
  }
  .header-message h1 {
    font-size: 30px;
    letter-spacing: 1px;
  }
  .header-message p {
    font-size: 20px;
    letter-spacing: 0;
  }
}
.footer-logo {
  max-height: 50px;
}
.bg-cod-gray {
  background: #201d1d;
}
.form-group .form-check {
  position: relative;
}
#contact_privacy {
  width: auto;
  margin-right: 2px;
}
#contact_privacy {
  position: absolute;
  opacity: 0;
}
#contact_privacy + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
#contact_privacy + label:before {
  content: "";
  margin-right: 3px;
  display: inline-block;
  vertical-align: text-top;
  width: 19px;
  height: 19px;
  background: #fff;
  border: 1px solid #929597;
}
#contact_privacy:hover + label:before {
  border: 1px solid #929597;
}
#contact_privacy:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  border: 1px solid #929597;
}
#contact_privacy:checked + label:before {
  background: #929597;
}
#contact_privacy:checked + label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 10px;
  background: #fff;
  width: 3px;
  height: 3px;
  box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff,
    4px -6px 0 #fff, 4px -8px 0 #fff;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  #contact_privacy:checked + label:after {
    left: 19px;
  }
}
@media (max-width: 767px) {
  #footer-mobile {
    text-align: center;
  }
}
#our-vision {
  background: #f9f9f9;
}
.icon-edit:hover {
  color: #3c7447;
}
.bg-deep-green {
  background-color: #929597;
}
.btn.btn-gray {
  background-color: #201d1d;
  color: #fff;
}
.btn.btn-gray:hover {
  background-color: #929597;
  color: #fff !important;
}
.text-slider {
  font-size: 29px;
  font-weight: 800;
  text-shadow: 2px 2px #201d1d;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .text-slider {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .text-slider {
    font-size: 25px;
  }
}
.border-radius-20 {
  border-radius: 20px;
}
.form-check-label {
  font-weight: 500;
}
.form-check > ul > li {
  color: #ee2323 !important;
}
.alt-font,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Raleway, sans-serif;
  color: #929597;
  text-transform: uppercase;
}
.alt-font {
  color: #201d1d;
}
h1 {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 2px;
}
h2 {
  font-size: 40px;
  letter-spacing: 1px;
}
h3 {
  font-size: 40px;
  letter-spacing: 1px;
}
h5 {
  font-size: 33px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    letter-spacing: 1px;
  }
  h2 {
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 1;
  }
  h3 {
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 1;
  }
  h5 {
    font-size: 25px;
  }
}
a,
a:active,
a:focus {
  color: #929597;
}
a:active,
a:hover {
  color: #929597;
}
::-webkit-input-placeholder {
  color: #929597;
}
::-moz-placeholder {
  color: #929597;
}
:-ms-input-placeholder {
  color: #929597;
}
.swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
@media (min-width: 1200px) {
  .swiper-button-next,
  .swiper-button-prev {
    height: 40px;
    transform: translateY(-50%);
  }
}
body {
  color: #201d1d;
  font-family: Raleway, sans-serif;
  font-size: 16px;
}
.text-cod-gray {
  color: #201d1d;
}
.text-oslo-gray {
  color: #929597;
}
.text-white {
  color: #fff;
}
.alt-font {
  font-weight: 600;
}
@font-face {
  font-family: themify;
  src: url(../../fonts/themify9f24.html?-fvbane);
  src: url(../../fonts/themifyd41d.html?#iefix-fvbane)
      format("embedded-opentype"),
    url(../../fonts/themify9f24.woff?-fvbane) format("woff"),
    url(../../fonts/themify9f24-2.html?-fvbane) format("truetype"),
    url(../../fonts/themify9f24.svg?-fvbane#themify) format("svg");
  font-weight: 400;
  font-style: normal;
}
