@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 992px) {
  .display-4:not(.nav-link) {
    font-size: 0.66rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 1.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #c1c1c1 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #537cdf !important;
  border-color: #537cdf !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2452c2 !important;
  border-color: #2452c2 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2452c2 !important;
  border-color: #2452c2 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #2049ac;
  color: #2049ac;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #537cdf;
  border-color: #537cdf;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #537cdf !important;
  border-color: #537cdf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #c1c1c1 !important;
}
.text-secondary {
  color: #537cdf !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f4f4f4 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #a9bdef !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c1c1c1;
  border-color: #c1c1c1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c1c1c1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #c1c1c1;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c1c1c1;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c1c1c1;
  border-bottom-color: #c1c1c1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #c1c1c1 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #537cdf !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23c1c1c1' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-thBI2BLxPF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-thBI2BLxPF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-thBI2BLxPF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thBI2BLxPF .nav-link {
  position: relative;
}
.cid-thBI2BLxPF .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-thBI2BLxPF .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-thBI2BLxPF .container {
  display: flex;
  margin: auto;
}
.cid-thBI2BLxPF .navbar.navbar-short .nav-link,
.cid-thBI2BLxPF .navbar.navbar-short .navbar-caption,
.cid-thBI2BLxPF .navbar.navbar-short .mbr-iconfont,
.cid-thBI2BLxPF .navbar.navbar-short .btn {
  color: #c1c1c1 !important;
  border-color: #c1c1c1;
}
.cid-thBI2BLxPF .navbar.navbar-short .hamburger span {
  background: #c1c1c1 !important;
}
.cid-thBI2BLxPF .navbar-caption {
  padding-right: 3rem;
}
.cid-thBI2BLxPF .dropdown-menu,
.cid-thBI2BLxPF .navbar.opened {
  background: #040404 !important;
}
.cid-thBI2BLxPF .nav-item:focus,
.cid-thBI2BLxPF .nav-link:focus {
  outline: none;
}
.cid-thBI2BLxPF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-thBI2BLxPF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thBI2BLxPF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-thBI2BLxPF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-thBI2BLxPF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thBI2BLxPF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thBI2BLxPF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #040404;
  background: none;
}
.cid-thBI2BLxPF .navbar.opened {
  transition: all .3s;
}
.cid-thBI2BLxPF .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-thBI2BLxPF .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-thBI2BLxPF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thBI2BLxPF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-thBI2BLxPF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thBI2BLxPF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thBI2BLxPF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-thBI2BLxPF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thBI2BLxPF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-thBI2BLxPF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-thBI2BLxPF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thBI2BLxPF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thBI2BLxPF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thBI2BLxPF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thBI2BLxPF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-thBI2BLxPF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-thBI2BLxPF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thBI2BLxPF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thBI2BLxPF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thBI2BLxPF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-thBI2BLxPF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-thBI2BLxPF .navbar.navbar-short {
  background: #040404 !important;
  min-height: 60px;
}
.cid-thBI2BLxPF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-thBI2BLxPF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thBI2BLxPF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thBI2BLxPF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thBI2BLxPF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thBI2BLxPF .dropdown-item.active,
.cid-thBI2BLxPF .dropdown-item:active {
  background-color: transparent;
}
.cid-thBI2BLxPF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thBI2BLxPF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thBI2BLxPF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thBI2BLxPF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040404;
}
.cid-thBI2BLxPF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thBI2BLxPF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thBI2BLxPF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-thBI2BLxPF .navbar-buttons {
  text-align: center;
}
.cid-thBI2BLxPF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-thBI2BLxPF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-thBI2BLxPF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thBI2BLxPF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thBI2BLxPF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thBI2BLxPF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thBI2BLxPF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thBI2BLxPF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thBI2BLxPF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thBI2BLxPF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thBI2BLxPF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-thBI2BLxPF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thBI2BLxPF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-thBI2BLxPF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-thBI2BLxPF .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thBI2BLxPF .navbar {
    height: 77px;
  }
  .cid-thBI2BLxPF .navbar.opened {
    height: auto;
  }
  .cid-thBI2BLxPF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thBI2BLxPF .novaturne {
  padding-top: 8px;
  font-weight: 100;
  margim-left: -15px;
}
.cid-thBI04tDsM {
  padding-top: 225px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/chicobuarque-leoaversa-115-2000x1526.jpg");
}
.cid-thBI04tDsM .card-box {
  z-index: 10;
  position: absolute;
  padding: 1rem;
}
.cid-thBI04tDsM .container-fluid {
  padding: 0;
}
.cid-thBI04tDsM h5 {
  margin: 0;
}
.cid-thBI04tDsM h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-thBI04tDsM h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-thBI04tDsM .card {
  margin: auto;
  height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-thBI04tDsM .card:hover {
  z-index: 99;
}
.cid-thBI04tDsM .card-wrapper {
  background-position: center;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-thBI04tDsM .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-thBI04tDsM .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-thBI04tDsM .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-thBI04tDsM .card-wrapper a {
  height: 100%;
}
.cid-thBI04tDsM .card-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: all;
}
.cid-thBI04tDsM h4 {
  font-weight: 300;
  margin-bottom: 0;
}
.cid-thBI04tDsM .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-thBI04tDsM .card-box {
    text-align: center;
  }
}
.cid-thBI04tDsM .mbr-text {
  color: #cccccc;
}
.cid-thBI04tDsM .card-date {
  color: #cccccc;
}
.cid-thBI04tDsM .fonte-fina {
  font-weight: 300;
}
@media (max-width: 768px) {
  .cid-thBI04tDsM .some-quad {
    height: 0px;
    width: 0px;
    visibility: hidden;
  }
}
.cid-thBI04tDsM .txt-foto-cenario {
  font-size: 90%;
}
.cid-thCOeOVXaB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/foto-no-cenrio-acervo-ltima-hora-arquivo-do-estado-2000x1384.jpg");
}
.cid-thCOeOVXaB .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 0.5;
  font-weight: 100;
}
.cid-thCOeOVXaB .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-thCOeOVXaB .card-title {
  margin-bottom: 1rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: 100;
}
.cid-thCOeOVXaB .card-title,
.cid-thCOeOVXaB .card-img {
  color: #cccccc;
}
.cid-thCOeOVXaB .mbr-text,
.cid-thCOeOVXaB .mbr-section-btn {
  color: #efefef;
}
.cid-thBLKEUSGn {
  padding-top: 30px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background-site-1920x1080.jpg");
}
.cid-thBLKEUSGn .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-thBLKEUSGn .text-block {
  position: relative;
  z-index: 0;
}
.cid-thBLKEUSGn .box {
  width: 25%;
  height: 40%;
  background: #c1c1c1;
  position: absolute;
  top: 4%;
}
.cid-thBLKEUSGn .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-thBLKEUSGn .box {
  right: 20%;
}
.cid-thBLKEUSGn .text-box {
  right: 0;
}
.cid-thBLKEUSGn .mbr-section-title,
.cid-thBLKEUSGn .mbr-section-text {
  margin-right: 31%;
}
@media (max-width: 991px) {
  .cid-thBLKEUSGn .text-box {
    display: none;
  }
  .cid-thBLKEUSGn .mbr-section-title,
  .cid-thBLKEUSGn .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-thBLKEUSGn .box {
    display: none;
  }
  .cid-thBLKEUSGn .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-thBLKEUSGn .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thBLKEUSGn .text-box {
    writing-mode: bt-rl;
  }
}
.cid-thBLKEUSGn .mbr-section-text {
  color: #808080;
}
.cid-thBLKEUSGn .mbr-section-title {
  color: #465052;
}
.cid-thBLKEUSGn .fonte-fina {
  font-weight: 300;
}
.cid-thBLKEUSGn .cor-vertical-text {
  color: #808080;
}
.cid-thC1irdXJu {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/background-site-1920x1080.jpg");
}
.cid-thC1irdXJu h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thC1irdXJu .panel-text {
  letter-spacing: 0.03em;
  color: #ffffff;
}
.cid-thC1irdXJu .mbr-section-title {
  letter-spacing: 0.1em;
  color: #c1c1c1;
}
.cid-thC1irdXJu .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 100;
  color: #efefef;
}
.cid-thC1irdXJu .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-thC1irdXJu .panel-group {
  width: 100%;
}
.cid-thC1irdXJu .card {
  border-bottom: 1px solid #454545 !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-thC1irdXJu .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-thC1irdXJu .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #040404;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 100;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-thC1irdXJu .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-thC1irdXJu .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-thC1irdXJu .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-thC1irdXJu .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-thC1irdXJu .card .panel-body {
  background: #454545;
}
.cid-thC1irdXJu .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thC1irdXJu .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-thC1irdXJu .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-thC1irdXJu .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-thC1irdXJu .fonte-fina {
  font-weight: 100;
}
.cid-thC1irdXJu .bt-comprar {
  color: #000;
  background-color: #999;
  padding-top: 5px;
  padding-right: 25px;
  padding-bottom: 5px;
  padding-left: 25px;
  border: 1px solid #ccc;
  border-radius: 15px;
  text-decoration: none;
}
.cid-thC1irdXJu .encerrado {
  color: red;
}
.cid-thC1irdXJu .encerrado-titulo {
  color: #555;
}
.cid-thC1irdXJu .header-text,
.cid-thC1irdXJu .sign {
  color: #808080;
}
.cid-thC1irdXJu .txt-white {
  color: #fff;
}
.cid-thC1irdXJu .tamanho-mini {
  font-size: 70%;
}
.cid-thCZEle2xn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background-site-1920x1080.jpg");
}
.cid-thCZEle2xn .wrapper {
  position: relative;
  height: 700px;
  display: flex;
}
.cid-thCZEle2xn a {
  text-decoration: underline;
}
.cid-thCZEle2xn .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s;
  background: #000000;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
}
.cid-thCZEle2xn .content {
  z-index: 99;
  position: relative;
  margin-bottom: 2rem;
  margin-top: auto;
  max-width: 700px;
}
.cid-thCZEle2xn img {
  width: 600px;
  position: absolute;
  border-radius: 100%;
  height: 600px;
  object-fit: cover;
}
.cid-thCZEle2xn .img2 {
  top: 2rem;
  left: 0;
  width: 500px;
  height: 500px;
  z-index: 3;
}
.cid-thCZEle2xn .img1 {
  top: 50%;
  right: 50%;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.cid-thCZEle2xn .img3 {
  bottom: 2rem;
  right: 0;
  width: 500px;
  height: 500px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-thCZEle2xn .img1,
  .cid-thCZEle2xn .img2,
  .cid-thCZEle2xn .img3 {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-thCZEle2xn .txt-pequeno {
    padding-top: 130px;
  }
  .cid-thCZEle2xn .txt-pequeno2 {
    font-size: 65%;
  }
}
@media (max-width: 767px) {
  .cid-thCZEle2xn .img1,
  .cid-thCZEle2xn .img2,
  .cid-thCZEle2xn .img3 {
    width: 200px;
    height: 200px;
  }
  .cid-thCZEle2xn .wrapper {
    height: 400px;
  }
  .cid-thCZEle2xn .overlay {
    opacity: 0.5;
  }
}
.cid-thCZEle2xn .fonte-fina {
  font-weight: 100;
}
.cid-thCZEle2xn .fonte-fina2 {
  font-weight: 300;
}
.cid-tloJW4A5JV {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #040404;
}
.cid-tloJW4A5JV h3 {
  position: relative;
}
.cid-tloJW4A5JV h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tloJW4A5JV .mbr-text,
.cid-tloJW4A5JV .mbr-section-btn {
  color: #efefef;
}
.cid-tloJW4A5JV H1 {
  color: #efefef;
}
.cid-tloJW4A5JV H3 {
  color: #c1c1c1;
}
.cid-tloJW4A5JV .fontefina {
  font-weight: 100;
}
.cid-tloJW4A5JV .marginbot {
  margin-bottom: -25px;
  padding-bottom: 0px;
}
.cid-tloIW8FkCO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040404;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tloIW8FkCO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tloIW8FkCO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tloIW8FkCO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tloIW8FkCO .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tloIW8FkCO .container {
  padding: 0;
}
.cid-tloIW8FkCO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tloIW8FkCO .icon-focus {
  display: none;
}
.cid-tloIW8FkCO .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #ffffff !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-tloIW8FkCO .btn[class*=-outline]:hover,
.cid-tloIW8FkCO .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-tloIW8FkCO li:hover .btn-primary-outline,
.cid-tloIW8FkCO li:active .btn-primary-outline,
.cid-tloIW8FkCO li.active .btn-primary-outline {
  color: #c1c1c1 !important;
}
.cid-tloIW8FkCO li:hover .btn-secondary-outline,
.cid-tloIW8FkCO li:active .btn-secondary-outline,
.cid-tloIW8FkCO li.active .btn-secondary-outline {
  color: #537cdf !important;
}
.cid-tloIW8FkCO li:hover .btn-info-outline,
.cid-tloIW8FkCO li:active .btn-info-outline,
.cid-tloIW8FkCO li.active .btn-info-outline {
  color: #82786e !important;
}
.cid-tloIW8FkCO li:hover .btn-warning-outline,
.cid-tloIW8FkCO li:active .btn-warning-outline,
.cid-tloIW8FkCO li.active .btn-warning-outline {
  color: #808080 !important;
}
.cid-tloIW8FkCO li:hover .btn-white-outline,
.cid-tloIW8FkCO li:active .btn-white-outline,
.cid-tloIW8FkCO li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-tloIW8FkCO li:hover .btn-black-outline,
.cid-tloIW8FkCO li:active .btn-black-outline,
.cid-tloIW8FkCO li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-tloIW8FkCO li:hover .btn-success-outline,
.cid-tloIW8FkCO li:active .btn-success-outline,
.cid-tloIW8FkCO li.active .btn-success-outline {
  color: #f7ed4a !important;
}
.cid-tloIW8FkCO li:hover .btn-danger-outline,
.cid-tloIW8FkCO li:active .btn-danger-outline,
.cid-tloIW8FkCO li.active .btn-danger-outline {
  color: #b1a374 !important;
}
.cid-tloIW8FkCO li {
  position: relative;
}
.cid-tloIW8FkCO .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #ffffff !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-tloIW8FkCO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tloIW8FkCO .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tloIW8FkCO .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-tloIW8FkCO .btn {
  font-family: DM Sans !important;
}
.cid-tloIW8FkCO .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tloIW8FkCO .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-tloIW8FkCO .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-tloIW8FkCO .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-tloIW8FkCO .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-tjZjwYVV1j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-thCL0vCVaT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040404;
}
.cid-thCL0vCVaT p {
  text-align: center;
}
.cid-thCL0vCVaT .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-thCL0vCVaT .social-list a:focus {
  text-decoration: none;
}
.cid-thCL0vCVaT .text-copyright {
  width: 100%;
  color: #c1c1c1;
}
.cid-thCL0vCVaT .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-thCL0vCVaT .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #c1c1c1;
}
.cid-thCL0vCVaT .logo-footer {
  line-height: normal;
}
.cid-thCL0vCVaT .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thCL0vCVaT .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thCL0vCVaT .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-thCL0vCVaT img {
  display: inline;
}
.cid-thCL0vCVaT .fonte-fina {
  font-weight: 100;
  font-size: 90%;
}
.cid-thCL0vCVaT .loguinho-ps {
  padding: 0px;
  float: left;
  overflow: visible;
  position: static;
  text-align: left;
  margin-bottom: 0px;
  margin-left: 15px;
  z-index: 999;
}
.cid-thCL0vCVaT .div-da-loguinho {
  padding-top: -35px;
  width: 100%;
  height: auto;
  float: left;
  overflow: visible;
}
