@import url(https://fonts.googleapis.com/css?family=DM+Sans:400,400i,500,500i,700,700i&display=swap);





body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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: #27e11d !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #27e11d !important;
  border-color: #27e11d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1b9d14 !important;
  border-color: #1b9d14 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1b9d14 !important;
  border-color: #1b9d14 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !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: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !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: #178711;
  color: #178711;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #27e11d;
  border-color: #27e11d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #27e11d !important;
  border-color: #27e11d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !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: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !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: #27e11d !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !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: #178711 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !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: #879a9f;
}
.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: #27e11d;
  border-color: #27e11d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #27e11d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d3f9d1;
}
.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: #ced6d8;
}
.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: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #27e11d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #27e11d;
  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: #27e11d;
  border-bottom-color: #27e11d;
}
.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: #27e11d !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: #ff3366 !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='%2327e11d' %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;
}
.cid-rymy5qoXtE .navbar {
  background: #0c053d;
  transition: none;
  min-height: 77px;
  padding: 2.5rem 0;
  flex-direction: column;
}
.cid-rymy5qoXtE .navbar-dropdown.bg-color.transparent.opened {
  background: #0c053d;
}
.cid-rymy5qoXtE a {
  font-style: normal;
}
.cid-rymy5qoXtE .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rymy5qoXtE .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rymy5qoXtE .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rymy5qoXtE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rymy5qoXtE .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rymy5qoXtE .nav-item:focus,
.cid-rymy5qoXtE .nav-link:focus {
  outline: none;
}
.cid-rymy5qoXtE .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rymy5qoXtE .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rymy5qoXtE .menu-logo {
  margin-right: auto;
}
.cid-rymy5qoXtE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rymy5qoXtE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rymy5qoXtE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rymy5qoXtE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rymy5qoXtE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rymy5qoXtE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rymy5qoXtE .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rymy5qoXtE .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rymy5qoXtE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rymy5qoXtE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rymy5qoXtE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rymy5qoXtE .dropdown .dropdown-menu {
  background: #0c053d;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rymy5qoXtE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rymy5qoXtE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rymy5qoXtE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rymy5qoXtE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rymy5qoXtE .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rymy5qoXtE .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rymy5qoXtE .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rymy5qoXtE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rymy5qoXtE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rymy5qoXtE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rymy5qoXtE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rymy5qoXtE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rymy5qoXtE button.navbar-toggler:focus {
  outline: none;
}
.cid-rymy5qoXtE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rymy5qoXtE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rymy5qoXtE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rymy5qoXtE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rymy5qoXtE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rymy5qoXtE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rymy5qoXtE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rymy5qoXtE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rymy5qoXtE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rymy5qoXtE .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rymy5qoXtE .collapsed .btn {
  display: -webkit-flex;
}
.cid-rymy5qoXtE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rymy5qoXtE .collapsed .navbar-collapse.collapsing,
.cid-rymy5qoXtE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rymy5qoXtE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rymy5qoXtE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rymy5qoXtE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rymy5qoXtE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rymy5qoXtE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rymy5qoXtE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rymy5qoXtE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rymy5qoXtE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rymy5qoXtE .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-rymy5qoXtE .collapsed button.navbar-toggler {
  display: block;
}
.cid-rymy5qoXtE .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rymy5qoXtE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rymy5qoXtE .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rymy5qoXtE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rymy5qoXtE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rymy5qoXtE .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rymy5qoXtE.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rymy5qoXtE img {
    height: 3.8rem !important;
  }
  .cid-rymy5qoXtE .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rymy5qoXtE .menu-wrap {
    flex-direction: column;
  }
  .cid-rymy5qoXtE .btn {
    display: -webkit-flex;
  }
  .cid-rymy5qoXtE button.navbar-toggler {
    display: block;
  }
  .cid-rymy5qoXtE .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rymy5qoXtE .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rymy5qoXtE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rymy5qoXtE .navbar-collapse.collapsing,
  .cid-rymy5qoXtE .navbar-collapse.show {
    display: block !important;
  }
  .cid-rymy5qoXtE .navbar-collapse.collapsing .navbar-nav,
  .cid-rymy5qoXtE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rymy5qoXtE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rymy5qoXtE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rymy5qoXtE .navbar-collapse.collapsing .navbar-buttons,
  .cid-rymy5qoXtE .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rymy5qoXtE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rymy5qoXtE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rymy5qoXtE .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rymy5qoXtE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rymy5qoXtE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rymy5qoXtE .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rymy5qoXtE .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rymy5qoXtE .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rymy5qoXtE .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rymy5qoXtE .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rymy5qoXtE .nav-link:hover,
.cid-rymy5qoXtE .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-u59v3znV2Y {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/kukuck-ohne-rahmen-1293x520.png");
}
.cid-u59v3znV2Y h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u59v3znV2Y h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u59v3znV2Y h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u5fok1MmA7 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u5fok1MmA7 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-u5fok1MmA7 .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-u5fok1MmA7 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u5fok1MmA7 h4 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-u5fok1MmA7 h4:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u5fok1MmA7 h4:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u5fok1MmA7 .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-u5fok1MmA7 .card-overlay {
  display: none;
  background: #ffffff;
}
@media (min-width: 768px) {
  .cid-u5fok1MmA7 .image-element:hover .card-overlay {
    opacity: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-u5fok1MmA7 .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-u5fok1MmA7 .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-u5fok1MmA7 .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-u5fok1MmA7 .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-u5fok1MmA7 .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-u5fok1MmA7 .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-u5fok1MmA7 .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-u5fok1MmA7 .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem 2rem;
    background: transparent;
  }
  .cid-u5fok1MmA7 .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-u5fok1MmA7 .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-u5fok1MmA7 .card-title,
  .cid-u5fok1MmA7 .underline,
  .cid-u5fok1MmA7 .mbr-text,
  .cid-u5fok1MmA7 .mbr-section-btn,
  .cid-u5fok1MmA7 .mbr-section-subtitle,
  .cid-u5fok1MmA7 .mbr-section-title {
    text-align: center !important;
  }
  .cid-u5fok1MmA7 .wrapper {
    background-color: #ffffff;
  }
}
.cid-u5fok1MmA7 .mbr-section-title {
  text-align: left;
}
.cid-u5fok1MmA7 .mbr-section-title,
.cid-u5fok1MmA7 .underline {
  text-align: center;
}
.cid-u5fok1MmA7 H4 {
  color: #e1201d;
}
.cid-u5qx6ppmBe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
.cid-u5qx6ppmBe .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u5qx6ppmBe .mbr-author-desc {
  display: block;
}
.cid-u5qx6ppmBe .testimonial-photo {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-bottom: 0.5rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-u5qx6ppmBe .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-u5qx6ppmBe .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-u5qx6ppmBe .mbr-testimonial .card-footer {
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-u5qx6ppmBe .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-u5qx6ppmBe .mbr-text {
  color: #767676;
}
.cid-u5e8ajsT1j {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-u5e8ajsT1j h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u5e8ajsT1j h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u5e8ajsT1j h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u5e8ajsT1j .mbr-text,
.cid-u5e8ajsT1j .mbr-section-btn {
  color: #000000;
}
.cid-u5e8ajsT1j H1 {
  color: #5b686b;
}
.cid-u5e63UqpSs {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #879a9f;
}
.cid-u5e63UqpSs .mbr-section-subtitle {
  color: #767676;
}
.cid-u5e63UqpSs .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-u5e63UqpSs .container {
    max-width: 1600px;
  }
}
.cid-u5e63UqpSs .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u5e63UqpSs .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-u5e63UqpSs .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-u5e63UqpSs .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-u5e63UqpSs .team-item:hover .item-social {
  opacity: 1;
}
.cid-u5e63UqpSs .team-item .item-image img {
  width: 100%;
}
.cid-u5e63UqpSs .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u5e63UqpSs .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u5e63UqpSs .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u5e63UqpSs .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-u5e63UqpSs .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u5e63UqpSs .item-text {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u5e63UqpSs .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u5e63UqpSs .item-caption {
    padding: 2rem 1rem;
  }
  .cid-u5e63UqpSs .item-social {
    opacity: 1;
  }
}
.cid-u5e63UqpSs .item-name {
  color: #ffffff;
}
.cid-u5e63UqpSs .item-role {
  color: #465052;
}
.cid-u5qzp8vMmK {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
.cid-u5qzp8vMmK h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u5qzp8vMmK h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u5qzp8vMmK h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u5qzp8vMmK .mbr-text,
.cid-u5qzp8vMmK .mbr-section-btn {
  color: #465052;
}
.cid-u5qzp8vMmK H1 {
  color: #ffffff;
}
.cid-rymy6Tfy21 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rymy6Tfy21 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rymy6Tfy21 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rymy6Tfy21 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rymy6Tfy21 .mbr-text,
.cid-rymy6Tfy21 .mbr-section-btn {
  color: #000000;
}
.cid-rymy6Tfy21 H1 {
  color: #465052;
}
.cid-rymy71ybPF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rymy71ybPF .mbr-shop {
  display: table;
  width: 100%;
}
.cid-rymy71ybPF .mbr-shop .row {
  margin: 0;
}
.cid-rymy71ybPF .container {
  padding: 0rem 0.5rem;
}
.cid-rymy71ybPF .col-md-12 {
  padding: 0;
}
.cid-rymy71ybPF .mbr-shop .btn-sm {
  margin: 0.2rem;
}
.cid-rymy71ybPF .oldprice {
  padding-left: .8rem!important;
  color: #767676;
  text-decoration: line-through;
}
.cid-rymy71ybPF .shopItemsModal_wraper {
  left: 0;
}
.cid-rymy71ybPF .mbr-shop .btn-secondary {
  background: transparent!important;
  color: #767676 !important;
  border: none;
  border-top: 1px solid #767676;
  border-color: #767676 !important;
  padding-top: .8rem;
  border-radius: 0;
  margin: 0rem;
  margin-top: 0.4rem;
}
.cid-rymy71ybPF .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-rymy71ybPF .mbr-shop .galleryItem .sidebar_wraper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cid-rymy71ybPF .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-rymy71ybPF .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-rymy71ybPF .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-rymy71ybPF .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-rymy71ybPF .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-rymy71ybPF .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-rymy71ybPF .mbr-shop .hide-modal {
  display: none;
}
.cid-rymy71ybPF .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-rymy71ybPF .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-rymy71ybPF .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-rymy71ybPF .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-rymy71ybPF .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.cid-rymy71ybPF .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rymy71ybPF .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-rymy71ybPF .mbr-shop .filter-by-pu,
.cid-rymy71ybPF .mbr-shop .filter-by-pd,
.cid-rymy71ybPF .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-rymy71ybPF .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-rymy71ybPF .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-rymy71ybPF .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-rymy71ybPF .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-rymy71ybPF .mbr-shop .galleryItem h4,
.cid-rymy71ybPF .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-rymy71ybPF .mbr-shop .galleryItem h5,
.cid-rymy71ybPF .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-rymy71ybPF .mbr-shop .galleryItem p,
.cid-rymy71ybPF .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-rymy71ybPF .mbr-shop .item-button {
  text-align: center;
}
.cid-rymy71ybPF .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-rymy71ybPF .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-rymy71ybPF .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-rymy71ybPF .mbr-shop .sidebar-block {
  position: relative;
}
.cid-rymy71ybPF .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.05);
  top: -20px;
  right: 3px;
}
.cid-rymy71ybPF .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-rymy71ybPF .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-rymy71ybPF .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-rymy71ybPF .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-rymy71ybPF .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-rymy71ybPF .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rymy71ybPF .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-rymy71ybPF .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-rymy71ybPF .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-rymy71ybPF .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-rymy71ybPF .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-rymy71ybPF .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #29a7c6;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-rymy71ybPF .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-rymy71ybPF .mbr-shop .mbr-gallery-item__hided h4,
.cid-rymy71ybPF .mbr-shop .mbr-gallery-item__hided h5,
.cid-rymy71ybPF .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-rymy71ybPF .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-rymy71ybPF .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-rymy71ybPF .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-rymy71ybPF .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-rymy71ybPF .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-rymy71ybPF .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-rymy71ybPF .mbr-shop .mbr-gallery-filter ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-rymy71ybPF .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-rymy71ybPF .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-rymy71ybPF .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-rymy71ybPF .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-rymy71ybPF .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-rymy71ybPF .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-rymy71ybPF .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-rymy71ybPF .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-rymy71ybPF .mbr-shop .range-controls {
  position: relative;
}
.cid-rymy71ybPF .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-rymy71ybPF .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-rymy71ybPF .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-rymy71ybPF .mbr-shop .toggle:hover,
.cid-rymy71ybPF .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-rymy71ybPF .mbr-shop .min-toggle {
  left: 0;
}
.cid-rymy71ybPF .mbr-shop .max-toggle {
  right: 0;
}
.cid-rymy71ybPF .mbr-shop .hided-by-price {
  display: none;
}
.cid-rymy71ybPF .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-rymy71ybPF .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-rymy71ybPF .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rymy71ybPF .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-rymy71ybPF .mbr-shop .text-modal .price-block span {
  display: inline-block;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-rymy71ybPF .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-rymy71ybPF .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-rymy71ybPF .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-rymy71ybPF .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-rymy71ybPF .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-rymy71ybPF .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rymy71ybPF .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rymy71ybPF .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-rymy71ybPF .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-rymy71ybPF .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-rymy71ybPF .mbr-shop .shop-items .onsale,
.cid-rymy71ybPF .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-rymy71ybPF .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-rymy71ybPF .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-rymy71ybPF .mbr-shop .price-range {
  display: inline-block;
}
.cid-rymy71ybPF .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-rymy71ybPF .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-rymy71ybPF .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-rymy71ybPF .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-rymy71ybPF .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-rymy71ybPF .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-rymy71ybPF .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-rymy71ybPF .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-rymy71ybPF .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-rymy71ybPF .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-rymy71ybPF .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-rymy71ybPF .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-rymy71ybPF .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-rymy71ybPF .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-rymy71ybPF .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rymy71ybPF .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-rymy71ybPF .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-rymy71ybPF .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-rymy71ybPF .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-rymy71ybPF .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-rymy71ybPF .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-rymy71ybPF .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-rymy71ybPF .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-rymy71ybPF .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-rymy71ybPF .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-rymy71ybPF .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-rymy71ybPF .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-rymy71ybPF .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-rymy71ybPF .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-rymy71ybPF .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-rymy71ybPF .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-rymy71ybPF .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-rymy71ybPF .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-rymy71ybPF .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: left;
}
.cid-rymy71ybPF .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  padding-bottom: .5rem;
}
.cid-rymy71ybPF .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: left;
}
.cid-rymy71ybPF .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: left;
}
.cid-rymy71ybPF .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rymy71ybPF .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
@media (min-width: 1200px) {
  .cid-rymy71ybPF .mbr-gallery-item {
    width: 33.3%!important;
  }
}
.cid-rymy71ybPF .item-title {
  color: #000000;
}
.cid-rymy71ybPF .shop-item-price,
.cid-rymy71ybPF .price-block {
  text-align: right;
  color: #767676;
}
.cid-u5j1R0TAay {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #cccccc;
}
.cid-u5j1R0TAay .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u5j1R0TAay .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-u5j1R0TAay .mbr-text,
.cid-u5j1R0TAay .mbr-section-btn {
  color: #465052;
}
@media (max-width: 767px) {
  .cid-u5j1R0TAay img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-u5e5mTTxj4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0c053d;
}
@media (max-width: 767px) {
  .cid-u5e5mTTxj4 .content {
    text-align: center;
  }
  .cid-u5e5mTTxj4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u5e5mTTxj4 .img-logo img {
  height: 6rem;
}
.cid-u5e5mTTxj4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5e5mTTxj4 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-u5e5mTTxj4 .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-u5e5mTTxj4 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-u5e5mTTxj4 .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u5e5mTTxj4 .social-list a:hover {
  opacity: 1;
}
.cid-u5e5mTTxj4 .list {
  list-style-type: none;
  padding: 0;
}
.cid-u5e5mTTxj4 .list li {
  padding-bottom: .5rem;
}
.cid-u5e5mTTxj4 .list li:last-child {
  padding-bottom: 0;
}
.cid-u5e5mTTxj4 .mbr-footer-list,
.cid-u5e5mTTxj4 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-u5e5mTTxj4 .mbr-footer-list,
  .cid-u5e5mTTxj4 .form-text,
  .cid-u5e5mTTxj4 .footer-title,
  .cid-u5e5mTTxj4 .footer-main-title,
  .cid-u5e5mTTxj4 .form-text,
  .cid-u5e5mTTxj4 .list {
    text-align: center !important;
  }
  .cid-u5e5mTTxj4 .mbr-form,
  .cid-u5e5mTTxj4 .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-u5e5mTTxj4 .footer-main-title {
  color: #cccccc;
  text-align: right;
}
.cid-u5eR9ZaksI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u5eR9ZaksI .mbr-text {
    text-align: center;
  }
}
.cid-u5eR9ZaksI .container-fluid {
  padding: 0;
}
.cid-u5eR9ZaksI .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-u5eR9ZaksI img {
  height: 100%;
  object-fit: cover;
}
.cid-u5eR9ZaksI .mbr-figure {
  height: 100%;
}
.cid-u5eR9ZaksI .col-lg-6 {
  padding: 0;
}
.cid-u5eR9ZaksI .row {
  margin: 0;
}
.cid-u5eR9ZaksI H1 {
  color: #5b686b;
}
.cid-u5eR9ZaksI H3 {
  color: #cccccc;
}
.cid-u5eR9ZaksI .mbr-text,
.cid-u5eR9ZaksI .mbr-section-btn {
  color: #0c053d;
}
.cid-u5ekvHNh5I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5ekvHNh5I .google-map {
  height: 25rem;
  position: relative;
}
.cid-u5ekvHNh5I .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u5ekvHNh5I .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u5ekvHNh5I .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u5ekvHNh5I .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u5ekvHNh5I .container-fluid {
  padding: 0;
}
.cid-u5ekvHNh5I .relative {
  position: relative;
  width: 100%;
}
.cid-u5ekvHNh5I .mbr-section-title {
  color: #656565;
}
.cid-u5ekvHNh5I .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-u5ekvHNh5I .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-u5ekvHNh5I .title {
  text-align: center;
  color: #ffffff;
}
.cid-u5ekvHNh5I .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-u5ekvHNh5I .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-u5eSexkQKK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #050025;
}
@media (max-width: 767px) {
  .cid-u5eSexkQKK .mbr-text {
    text-align: center;
  }
}
.cid-u5eSexkQKK .container-fluid {
  padding: 0;
}
.cid-u5eSexkQKK .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-u5eSexkQKK img {
  height: 100%;
  object-fit: cover;
}
.cid-u5eSexkQKK .mbr-figure {
  height: 100%;
}
.cid-u5eSexkQKK .col-lg-6 {
  padding: 0;
}
.cid-u5eSexkQKK .row {
  margin: 0;
}
.cid-rymy8uJF0T {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-rymy8uJF0T .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rymy8uJF0T .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-rymy8uJF0T .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-rymy8uJF0T .media-content {
  padding-left: 2rem;
}
.cid-rymy8uJF0T textarea {
  min-height: 150px;
}
.cid-rymy8uJF0T .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-rymy8uJF0T .form-control,
.cid-rymy8uJF0T .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #000000;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-rymy8uJF0T .form-control input::-webkit-input-placeholder,
.cid-rymy8uJF0T .field-input input::-webkit-input-placeholder,
.cid-rymy8uJF0T .form-control textarea::-webkit-input-placeholder,
.cid-rymy8uJF0T .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-rymy8uJF0T .form-control input:-moz-placeholder,
.cid-rymy8uJF0T .field-input input:-moz-placeholder,
.cid-rymy8uJF0T .form-control textarea:-moz-placeholder,
.cid-rymy8uJF0T .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-rymy8uJF0T .form-control:hover,
.cid-rymy8uJF0T .field-input:hover,
.cid-rymy8uJF0T .form-control:focus,
.cid-rymy8uJF0T .field-input:focus {
  background-color: #efefef;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rymy8uJF0T .form-control:hover input::-webkit-input-placeholder,
.cid-rymy8uJF0T .field-input:hover input::-webkit-input-placeholder,
.cid-rymy8uJF0T .form-control:focus input::-webkit-input-placeholder,
.cid-rymy8uJF0T .field-input:focus input::-webkit-input-placeholder,
.cid-rymy8uJF0T .form-control:hover textarea::-webkit-input-placeholder,
.cid-rymy8uJF0T .field-input:hover textarea::-webkit-input-placeholder,
.cid-rymy8uJF0T .form-control:focus textarea::-webkit-input-placeholder,
.cid-rymy8uJF0T .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rymy8uJF0T .form-control:hover input:-moz-placeholder,
.cid-rymy8uJF0T .field-input:hover input:-moz-placeholder,
.cid-rymy8uJF0T .form-control:focus input:-moz-placeholder,
.cid-rymy8uJF0T .field-input:focus input:-moz-placeholder,
.cid-rymy8uJF0T .form-control:hover textarea:-moz-placeholder,
.cid-rymy8uJF0T .field-input:hover textarea:-moz-placeholder,
.cid-rymy8uJF0T .form-control:focus textarea:-moz-placeholder,
.cid-rymy8uJF0T .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-rymy8uJF0T .jq-number__spin:hover,
.cid-rymy8uJF0T .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rymy8uJF0T .jq-number__spin {
  background-color: #ffffff;
  border-color: #000000;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rymy8uJF0T .jq-selectbox li,
.cid-rymy8uJF0T .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rymy8uJF0T .jq-selectbox li:hover,
.cid-rymy8uJF0T .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-rymy8uJF0T .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rymy8uJF0T .jq-number__spin.minus:hover:after,
.cid-rymy8uJF0T .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rymy8uJF0T .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rymy8uJF0T .jq-number__spin.minus:after,
.cid-rymy8uJF0T .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-rymy8uJF0T input::-webkit-clear-button {
  display: none;
}
.cid-rymy8uJF0T input::-webkit-inner-spin-button {
  display: none;
}
.cid-rymy8uJF0T input::-webkit-outer-spin-button {
  display: none;
}
.cid-rymy8uJF0T input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rymy8uJF0T .mbr-text,
.cid-rymy8uJF0T .mbr-section-btn {
  color: #767676;
}
.cid-rymy8uJF0T .text2,
.cid-rymy8uJF0T .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-rymy8uJF0T .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-u5eGpzLIKG {
  padding-top: 0px;
  padding-bottom: 75px;
  background: #cccccc;
}
.cid-u5eGpzLIKG .mbr-section-subtitle {
  color: #cccccc;
}
.cid-u5eGpzLIKG h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-u5eGpzLIKG h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u5eGpzLIKG h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u5eGpzLIKG .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-u5eGpzLIKG .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-u5eGpzLIKG .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-u5eGpzLIKG .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all .3s;
  border-color: transparent;
}
.cid-u5eGpzLIKG .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-u5eGpzLIKG .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-u5eGpzLIKG .mbr-section-title,
.cid-u5eGpzLIKG .social-list {
  color: #000000;
}
.cid-u5fnOnHql8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u5fnOnHql8 .mbr-text {
    text-align: center;
  }
}
.cid-u5fnOnHql8 .mbr-text,
.cid-u5fnOnHql8 .mbr-section-btn {
  color: #767676;
}
.cid-u5fnOnHql8 H1 {
  text-align: center;
}
.cid-u5fkQ1D3Et {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #879a9f;
}
.cid-u5fkQ1D3Et .mbr-text {
  color: #767676;
}
.cid-u5fkQ1D3Et .card-subtitle {
  margin: 0;
}
.cid-u5fkQ1D3Et .link {
  margin: 0;
}
.cid-u5fkQ1D3Et .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-u5fkQ1D3Et .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-u5fkQ1D3Et .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid lightgray;
}
.cid-u5fkQ1D3Et .item {
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-u5fkQ1D3Et .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-u5fkQ1D3Et .date {
  margin: 0;
}
.cid-u5fkQ1D3Et img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-u5fkQ1D3Et .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-u5fkQ1D3Et .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-u5fkQ1D3Et .card-img:hover:before {
  opacity: 0.4;
}
.cid-u5fkQ1D3Et .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-u5fkQ1D3Et .icon-box {
    flex-direction: column;
  }
  .cid-u5fkQ1D3Et .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-u5fkQ1D3Et .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u5fkQ1D3Et .card {
    margin-bottom: 3rem;
  }
}
.cid-u5fkQ1D3Et .mbr-text,
.cid-u5fkQ1D3Et .link {
  color: #ffffff;
}
.cid-u5fkQ1D3Et .card-title,
.cid-u5fkQ1D3Et .card-img {
  color: #0c053d;
}
.cid-u59riQT9L3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u59riQT9L3 .mbr-text {
    text-align: center;
  }
}
.cid-u59riQT9L3 .mbr-text,
.cid-u59riQT9L3 .mbr-section-btn {
  color: #767676;
}
.cid-rymy8FsiaH .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-rymy8FsiaH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rymy8FsiaH .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rymy8FsiaH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rymy8FsiaH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rymy9wusLz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u59wcqtgKK .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-u59wcqtgKK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u59wcqtgKK .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u59wcqtgKK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u59wcqtgKK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u5kuiV7TZc {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/mausplakat-grosser-1217x651.png");
}
.cid-u5kuiV7TZc h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u5kuiV7TZc h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u5kuiV7TZc .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-u5kuiV7TZc h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-u5kuiV7TZc h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-u5kuiU1mGV .navbar {
  background: #0c053d;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-u5kuiU1mGV .navbar-dropdown.bg-color.transparent.opened {
  background: #0c053d;
}
.cid-u5kuiU1mGV a {
  font-style: normal;
}
.cid-u5kuiU1mGV .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-u5kuiU1mGV .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-u5kuiU1mGV .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-u5kuiU1mGV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-u5kuiU1mGV .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-u5kuiU1mGV .nav-item:focus,
.cid-u5kuiU1mGV .nav-link:focus {
  outline: none;
}
.cid-u5kuiU1mGV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u5kuiU1mGV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u5kuiU1mGV .menu-logo {
  margin-right: auto;
}
.cid-u5kuiU1mGV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u5kuiU1mGV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-u5kuiU1mGV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-u5kuiU1mGV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u5kuiU1mGV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u5kuiU1mGV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u5kuiU1mGV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-u5kuiU1mGV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-u5kuiU1mGV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-u5kuiU1mGV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5kuiU1mGV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u5kuiU1mGV .dropdown .dropdown-menu {
  background: #0c053d;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-u5kuiU1mGV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-u5kuiU1mGV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5kuiU1mGV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u5kuiU1mGV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5kuiU1mGV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-u5kuiU1mGV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-u5kuiU1mGV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-u5kuiU1mGV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u5kuiU1mGV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u5kuiU1mGV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u5kuiU1mGV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u5kuiU1mGV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-u5kuiU1mGV button.navbar-toggler:focus {
  outline: none;
}
.cid-u5kuiU1mGV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u5kuiU1mGV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u5kuiU1mGV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u5kuiU1mGV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u5kuiU1mGV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u5kuiU1mGV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u5kuiU1mGV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u5kuiU1mGV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u5kuiU1mGV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u5kuiU1mGV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u5kuiU1mGV .collapsed .btn {
  display: -webkit-flex;
}
.cid-u5kuiU1mGV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u5kuiU1mGV .collapsed .navbar-collapse.collapsing,
.cid-u5kuiU1mGV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u5kuiU1mGV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u5kuiU1mGV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u5kuiU1mGV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u5kuiU1mGV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u5kuiU1mGV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u5kuiU1mGV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-u5kuiU1mGV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u5kuiU1mGV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u5kuiU1mGV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-u5kuiU1mGV .collapsed button.navbar-toggler {
  display: block;
}
.cid-u5kuiU1mGV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-u5kuiU1mGV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u5kuiU1mGV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-u5kuiU1mGV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u5kuiU1mGV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u5kuiU1mGV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-u5kuiU1mGV.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u5kuiU1mGV img {
    height: 3.8rem !important;
  }
  .cid-u5kuiU1mGV .icon-wrap {
    margin-top: 1rem;
  }
  .cid-u5kuiU1mGV .menu-wrap {
    flex-direction: column;
  }
  .cid-u5kuiU1mGV .btn {
    display: -webkit-flex;
  }
  .cid-u5kuiU1mGV button.navbar-toggler {
    display: block;
  }
  .cid-u5kuiU1mGV .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-u5kuiU1mGV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u5kuiU1mGV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u5kuiU1mGV .navbar-collapse.collapsing,
  .cid-u5kuiU1mGV .navbar-collapse.show {
    display: block !important;
  }
  .cid-u5kuiU1mGV .navbar-collapse.collapsing .navbar-nav,
  .cid-u5kuiU1mGV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u5kuiU1mGV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u5kuiU1mGV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u5kuiU1mGV .navbar-collapse.collapsing .navbar-buttons,
  .cid-u5kuiU1mGV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-u5kuiU1mGV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u5kuiU1mGV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u5kuiU1mGV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-u5kuiU1mGV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u5kuiU1mGV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u5kuiU1mGV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-u5kuiU1mGV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-u5kuiU1mGV .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-u5kuiU1mGV .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-u5kuiU1mGV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-u5kuiU1mGV .nav-link:hover,
.cid-u5kuiU1mGV .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-u5kuiUGXdA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
