body {
  font-family: Dosis;
}
.display-1 {
  font-family: 'Dosis', sans-serif;
  font-size: 3.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Dosis', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Dosis', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Dosis', 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: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ffbc00 !important;
}
.bg-success {
  background-color: #36d88a !important;
}
.bg-info {
  background-color: #ff4100 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #36d88a !important;
  border-color: #36d88a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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,
.btn-primary-outline.active {
  background: none;
  border-color: #997100;
  color: #997100 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #ffbc00;
  border-color: #ffbc00;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #215f88;
  color: #215f88 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #3e97d1;
  border-color: #3e97d1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #992700;
  color: #992700 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #ff4100;
  border-color: #ff4100;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #1b8d56;
  color: #1b8d56 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #36d88a;
  border-color: #36d88a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #36d88a !important;
  border-color: #36d88a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffbc00 !important;
}
.text-secondary {
  color: #3e97d1 !important;
}
.text-success {
  color: #36d88a !important;
}
.text-info {
  color: #ff4100 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #997100 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #215f88 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b8d56 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #992700 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !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: #ff4100;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.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: #ffbc00;
  border-color: #ffbc00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #ffbc00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff2cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1f9ed;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffd9cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #444444;
}
#scrollToTop a i:before {
  background: #ffffff;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
  opacity: .5;
  transition: .3s;
}
.mbr-arrow a {
  color: #ffffff;
}
.mbr-arrow:hover {
  opacity: .7;
}
.form-control {
  font-family: 'Dosis', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ffbc00;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffbc00;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffbc00;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffbc00;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffbc00;
  border-bottom-color: #ffbc00;
}
.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: #ffbc00 !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: #3e97d1 !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%;
}
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='%23ffbc00' %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-uqK06jMvX2 {
  background-image: url("../../../assets/images/dj-na-wesele-urodziny-impreze-przyjecie-boleslawiec-wroclaw-walbrzych-legnica-zlotoryja-zgorzelec-luban-gryfow-opole-leszno-tani-wodzirej-75.webp");
}
.cid-uqK06jMvX2 .mbr-text,
.cid-uqK06jMvX2 .typed-text,
.cid-uqK06jMvX2 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-uqK06jMvX2 .btn {
  margin-left: 4px !important;
}
.cid-uqK06jMvX2 .animated-element {
  color: #00ffb3;
}
.cid-uqK06jMvX2 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #00ffb3;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uqK06jMvX2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqK06jMvX2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqK06jMvX2 .mbr-section-title {
  color: #e6e2e2;
  text-align: left;
}
.cid-uqK06jMvX2 .typed-text {
  color: #65a6d1;
}
.cid-uqK06jMvX2 .mbr-section-text,
.cid-uqK06jMvX2 .mbr-section-btn {
  color: #e6e2e2;
}
.cid-uqK04kbIrP .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-uqK04kbIrP .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-uqK04kbIrP .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uqK04kbIrP .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uqK04kbIrP .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqK04kbIrP .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-uqK04kbIrP .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uqK04kbIrP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uqK04kbIrP .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-uqK04kbIrP .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-uqK04kbIrP .navbar.collapsed.opened .navbar-collapse.show,
.cid-uqK04kbIrP .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-uqK04kbIrP .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-uqK04kbIrP .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uqK04kbIrP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqK04kbIrP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqK04kbIrP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uqK04kbIrP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqK04kbIrP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uqK04kbIrP .navbar {
    flex-wrap: nowrap;
  }
  .cid-uqK04kbIrP .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uqK04kbIrP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqK04kbIrP .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-uqK04kbIrP .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-uqK04kbIrP .navbar.opened .navbar-collapse.show,
  .cid-uqK04kbIrP .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-uqK04kbIrP .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-uqK04kbIrP .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqK04kbIrP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqK04kbIrP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqK04kbIrP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uqK04kbIrP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uqK04kbIrP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqK04kbIrP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uqK04kbIrP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-uqK04kbIrP .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uqK04kbIrP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uqK04kbIrP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqK04kbIrP .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-uqK04kbIrP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqK04kbIrP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqK04kbIrP .dropdown-item.active,
.cid-uqK04kbIrP .dropdown-item:active {
  background-color: transparent;
}
.cid-uqK04kbIrP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqK04kbIrP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqK04kbIrP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqK04kbIrP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uqK04kbIrP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqK04kbIrP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqK04kbIrP ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uqK04kbIrP .navbar-buttons {
  text-align: center;
}
.cid-uqK04kbIrP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqK04kbIrP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8f00;
}
.cid-uqK04kbIrP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqK04kbIrP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqK04kbIrP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqK04kbIrP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqK04kbIrP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqK04kbIrP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqK04kbIrP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqK04kbIrP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqK04kbIrP .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uqK04kbIrP a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-uqK04kbIrP a.nav-link:focus {
  outline: none;
}
.cid-uqK04kbIrP .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uqK04kbIrP .nav-link:hover,
.cid-uqK04kbIrP .dropdown-item:hover {
  color: #ff8f00 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqK04kbIrP .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-uqK04kbIrP .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vliVjnuQOR {
  background: #ffffff;
}
.cid-vliVjnuQOR .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-vliVjnuQOR .video-block {
    width: 100% !important;
  }
}
.cid-uqORdMZ1O5 {
  background-image: url("../../../assets/images/dj-na-wesele-urodziny-impreze-przyjecie-boleslawiec-wroclaw-walbrzych-legnica-zlotoryja-zgorzelec-luban-gryfow-opole-leszno-tani-wodzirej-84.webp");
}
.cid-uqORdMZ1O5 .mbr-text,
.cid-uqORdMZ1O5 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-uqORdMZ1O5 .mbr-section-title {
  margin-left: -0.2rem;
  color: #ff8f00;
}
.cid-uqORdMZ1O5 .mbr-section-title span {
  color: #ffbc00;
}
.cid-uqORdMZ1O5 .btn {
  margin: .4rem 4px !important;
}
@media (max-width: 767px) {
  .cid-uqORdMZ1O5 .mbr-section-title {
    margin-left: -0.8rem;
  }
}
.cid-uqORdMZ1O5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqORdMZ1O5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqORdMZ1O5 .mbr-section-subtitle,
.cid-uqORdMZ1O5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uqP4ezqxfQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dj-na-wesele-urodziny-impreze-przyjecie-boleslawiec-wroclaw-walbrzych-legnica-zlotoryja-zgorzelec-luban-gryfow-opole-leszno-tani-wodzirej-58.webp");
}
.cid-uqP4ezqxfQ .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uqP4ezqxfQ .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uqP4ezqxfQ .photo-split {
  padding: 0;
}
.cid-uqP4ezqxfQ .photo-split img {
  width: 100%;
}
.cid-uqP4ezqxfQ .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uqP4ezqxfQ .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uqP4ezqxfQ .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-uqP4ezqxfQ .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-uqP4ezqxfQ .wrap-block {
  padding: 3rem 3rem;
}
.cid-uqP4ezqxfQ .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uqP4ezqxfQ .wrap-block ul li {
  display: inline-block;
}
.cid-uqP4ezqxfQ .wrap-block ul li span {
  text-align: center;
}
.cid-uqP4ezqxfQ .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-uqP4ezqxfQ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uqP4ezqxfQ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uqP4ezqxfQ .mbr-list,
.cid-uqP4ezqxfQ .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-uqP4ezqxfQ .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uqP4ezqxfQ .mbr-section-title,
  .cid-uqP4ezqxfQ .mbr-section-subtitle,
  .cid-uqP4ezqxfQ .mbr-text {
    text-align: center !important;
  }
  .cid-uqP4ezqxfQ .social-list {
    text-align: center !important;
  }
}
.cid-uqP4ezqxfQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqP4ezqxfQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqP4ezqxfQ .mbr-section-title {
  color: #ff8f00;
}
.cid-uqP4ezqxfQ .mbr-section-subtitle {
  color: #00ffb3;
}
.cid-urZ8skmcUT {
  background: #ffffff;
}
.cid-urZ8skmcUT .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-urZ8skmcUT .video-block {
    width: 100% !important;
  }
}
.cid-urZc7HioV6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-urZc7HioV6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-urZc7HioV6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urZc7HioV6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-urZc7HioV6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-urZc7HioV6 .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-urZc7HioV6 .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-urZc7HioV6 .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-urZc7HioV6 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-urZc7HioV6 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-urZc7HioV6 .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-urZc7HioV6 .mbr-gallery-filter ul {
  display: block;
}
.cid-urZc7HioV6 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-urZc7HioV6 .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-urZc7HioV6 .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-urZc7HioV6 .mbr-gallery-filter li.active::after,
.cid-urZc7HioV6 .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-urZc7HioV6 .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-urZc7HioV6 .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-urZc7HioV6 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-urZc7HioV6 .icon-focus:before {
  content: '\e95e';
}
.cid-urZc7HioV6 .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-urZc7HioV6 .mbr-section-title {
  margin: 0;
}
.cid-urZc7HioV6 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-urZc7HioV6 .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-uqK06BlR3v {
  overflow-x: hidden !important;
}
.cid-uqK06BlR3v .mbr-section-title {
  color: #ffffff;
}
.cid-uqK06BlR3v .mbr-section-title span {
  color: #ffbc00;
}
.cid-uqK06BlR3v .mbr-text {
  color: #00ffb3;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uqK06BlR3v .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 13s !important;
  animation-duration: 13s;
  background-image: url("../../../assets/images/dj-na-wesele-urodziny-impreze-przyjecie-boleslawiec-wroclaw-walbrzych-legnica-zlotoryja-zgorzelec-luban-gryfow-opole-leszno-tani-wodzirej-51.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-uqK06BlR3v .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uqK06BlR3v .mbr-overlay {
  z-index: 1;
}
.cid-uqK06BlR3v .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-urYJzPfiCZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #132b20;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-urYJzPfiCZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-urYJzPfiCZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urYJzPfiCZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-urYJzPfiCZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-urYJzPfiCZ .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-urYJzPfiCZ .mbr-gallery-item > div:hover::before {
  opacity: 0.2 !important;
}
.cid-urYJzPfiCZ .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-urYJzPfiCZ .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-urYJzPfiCZ .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-urYJzPfiCZ .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-urYJzPfiCZ .mbr-gallery-filter ul {
  display: block;
}
.cid-urYJzPfiCZ .mbr-gallery-filter ul li {
  position: relative;
}
.cid-urYJzPfiCZ .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-urYJzPfiCZ .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-urYJzPfiCZ .mbr-gallery-filter li.active::after,
.cid-urYJzPfiCZ .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-urYJzPfiCZ .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-urYJzPfiCZ .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-urYJzPfiCZ .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-urYJzPfiCZ .icon-focus:before {
  content: '\e95e';
}
.cid-urYJzPfiCZ .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-urYJzPfiCZ .mbr-section-title {
  margin: 0;
}
.cid-urYJzPfiCZ .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-urYJzPfiCZ .underline .line {
  width: 3rem;
  height: 2px;
  background: #00ffb3;
  display: inline-block;
}
.cid-urYJzPfiCZ .mbr-section-title,
.cid-urYJzPfiCZ .underline {
  color: #ff8f00;
}
.cid-urYJzPfiCZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqKdLmfB6Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uqKdLmfB6Y .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uqKdLmfB6Y .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqKdLmfB6Y .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uqKdLmfB6Y .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uqKdLmfB6Y .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-uqKdLmfB6Y .mbr-gallery-item > div:hover::before {
  opacity: 0.4 !important;
}
.cid-uqKdLmfB6Y .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #ffffff !important;
}
.cid-uqKdLmfB6Y .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uqKdLmfB6Y .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #ffffff !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uqKdLmfB6Y .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uqKdLmfB6Y .mbr-gallery-filter ul {
  display: block;
}
.cid-uqKdLmfB6Y .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uqKdLmfB6Y .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uqKdLmfB6Y .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uqKdLmfB6Y .mbr-gallery-filter li.active::after,
.cid-uqKdLmfB6Y .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uqKdLmfB6Y .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-uqKdLmfB6Y .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-uqKdLmfB6Y .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uqKdLmfB6Y .icon-focus:before {
  content: '\e95e';
}
.cid-uqKdLmfB6Y .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uqKdLmfB6Y .mbr-section-title {
  margin: 0;
}
.cid-uqKdLmfB6Y .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uqKdLmfB6Y .underline .line {
  width: 3rem;
  height: 2px;
  background: #000000;
  display: inline-block;
}
.cid-uqKdLmfB6Y .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqKdLmfB6Y .mbr-section-title,
.cid-uqKdLmfB6Y .underline {
  color: #ff8f00;
}
.cid-vodqdZvltC {
  background: #ffffff;
}
.cid-vodqdZvltC .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-vodqdZvltC .video-block {
    width: 100% !important;
  }
}
.cid-uqKFIHfZ03 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uqKFIHfZ03 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uqKFIHfZ03 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqKFIHfZ03 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uqKFIHfZ03 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uqKFIHfZ03 .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-uqKFIHfZ03 .mbr-gallery-item > div:hover::before {
  opacity: 0.2 !important;
}
.cid-uqKFIHfZ03 .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uqKFIHfZ03 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uqKFIHfZ03 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uqKFIHfZ03 .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uqKFIHfZ03 .mbr-gallery-filter ul {
  display: block;
}
.cid-uqKFIHfZ03 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uqKFIHfZ03 .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uqKFIHfZ03 .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uqKFIHfZ03 .mbr-gallery-filter li.active::after,
.cid-uqKFIHfZ03 .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uqKFIHfZ03 .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-uqKFIHfZ03 .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-uqKFIHfZ03 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uqKFIHfZ03 .icon-focus:before {
  content: '\e95e';
}
.cid-uqKFIHfZ03 .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uqKFIHfZ03 .mbr-section-title {
  margin: 0;
}
.cid-uqKFIHfZ03 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uqKFIHfZ03 .underline .line {
  width: 3rem;
  height: 2px;
  background: #00ffb3;
  display: inline-block;
}
.cid-uqKFIHfZ03 .mbr-section-title,
.cid-uqKFIHfZ03 .underline {
  color: #ff8f00;
}
.cid-uqKFIHfZ03 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4gQaQhLWS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #228555;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-v4gQaQhLWS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-v4gQaQhLWS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4gQaQhLWS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v4gQaQhLWS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-v4gQaQhLWS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e97d1;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-v4gQaQhLWS .mbr-gallery-item > div:hover::before {
  opacity: 0.3 !important;
}
.cid-v4gQaQhLWS .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-v4gQaQhLWS .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-v4gQaQhLWS .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-v4gQaQhLWS .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-v4gQaQhLWS .mbr-gallery-filter ul {
  display: block;
}
.cid-v4gQaQhLWS .mbr-gallery-filter ul li {
  position: relative;
}
.cid-v4gQaQhLWS .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-v4gQaQhLWS .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-v4gQaQhLWS .mbr-gallery-filter li.active::after,
.cid-v4gQaQhLWS .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-v4gQaQhLWS .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-v4gQaQhLWS .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-v4gQaQhLWS .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-v4gQaQhLWS .icon-focus:before {
  content: '\e95e';
}
.cid-v4gQaQhLWS .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-v4gQaQhLWS .mbr-section-title {
  margin: 0;
}
.cid-v4gQaQhLWS .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-v4gQaQhLWS .underline .line {
  width: 3rem;
  height: 2px;
  background: #00ffb3;
  display: inline-block;
}
.cid-v4gQaQhLWS .mbr-section-title,
.cid-v4gQaQhLWS .underline {
  color: #ff8f00;
}
.cid-v4gQaQhLWS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqKNnP3BMj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uqKNnP3BMj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uqKNnP3BMj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqKNnP3BMj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uqKNnP3BMj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uqKNnP3BMj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uqKNnP3BMj .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-uqKNnP3BMj .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uqKNnP3BMj .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uqKNnP3BMj .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uqKNnP3BMj .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uqKNnP3BMj .mbr-gallery-filter ul {
  display: block;
}
.cid-uqKNnP3BMj .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uqKNnP3BMj .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uqKNnP3BMj .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uqKNnP3BMj .mbr-gallery-filter li.active::after,
.cid-uqKNnP3BMj .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uqKNnP3BMj .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-uqKNnP3BMj .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-uqKNnP3BMj .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uqKNnP3BMj .icon-focus:before {
  content: '\e95e';
}
.cid-uqKNnP3BMj .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uqKNnP3BMj .mbr-section-title {
  margin: 0;
}
.cid-uqKNnP3BMj .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uqKNnP3BMj .underline .line {
  width: 3rem;
  height: 2px;
  background: #00ffb3;
  display: inline-block;
}
.cid-uqKNnP3BMj .mbr-section-title,
.cid-uqKNnP3BMj .underline {
  color: #ff8f00;
}
.cid-uqKNnP3BMj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqOyBtndHq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uqOyBtndHq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uqOyBtndHq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqOyBtndHq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uqOyBtndHq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uqOyBtndHq .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-uqOyBtndHq .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-uqOyBtndHq .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #00ffb3 !important;
}
.cid-uqOyBtndHq .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uqOyBtndHq .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #00ffb3 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uqOyBtndHq .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uqOyBtndHq .mbr-gallery-filter ul {
  display: block;
}
.cid-uqOyBtndHq .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uqOyBtndHq .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uqOyBtndHq .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uqOyBtndHq .mbr-gallery-filter li.active::after,
.cid-uqOyBtndHq .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uqOyBtndHq .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-uqOyBtndHq .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-uqOyBtndHq .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uqOyBtndHq .icon-focus:before {
  content: '\e95e';
}
.cid-uqOyBtndHq .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uqOyBtndHq .mbr-section-title {
  margin: 0;
}
.cid-uqOyBtndHq .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uqOyBtndHq .underline .line {
  width: 3rem;
  height: 2px;
  background: #00ffb3;
  display: inline-block;
}
.cid-uqOyBtndHq .mbr-section-title,
.cid-uqOyBtndHq .underline {
  color: #ff8f00;
}
.cid-uqOyBtndHq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqPaTsXWlT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uqPaTsXWlT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uqPaTsXWlT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqPaTsXWlT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uqPaTsXWlT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uqPaTsXWlT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00ffb3;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uqPaTsXWlT .mbr-gallery-item > div:hover::before {
  opacity: 0.4 !important;
}
.cid-uqPaTsXWlT .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uqPaTsXWlT .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uqPaTsXWlT .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uqPaTsXWlT .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uqPaTsXWlT .mbr-gallery-filter ul {
  display: block;
}
.cid-uqPaTsXWlT .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uqPaTsXWlT .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uqPaTsXWlT .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uqPaTsXWlT .mbr-gallery-filter li.active::after,
.cid-uqPaTsXWlT .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uqPaTsXWlT .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-uqPaTsXWlT .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-uqPaTsXWlT .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uqPaTsXWlT .icon-focus:before {
  content: '\e95e';
}
.cid-uqPaTsXWlT .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uqPaTsXWlT .mbr-section-title {
  margin: 0;
}
.cid-uqPaTsXWlT .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uqPaTsXWlT .underline .line {
  width: 3rem;
  height: 2px;
  background: #00ffb3;
  display: inline-block;
}
.cid-uqPaTsXWlT .mbr-section-title,
.cid-uqPaTsXWlT .underline {
  color: #ff8f00;
}
.cid-uqPaTsXWlT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urBceZ4csn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-urBceZ4csn .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-urBceZ4csn .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urBceZ4csn .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-urBceZ4csn .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-urBceZ4csn .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-urBceZ4csn .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-urBceZ4csn .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #333333 !important;
}
.cid-urBceZ4csn .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-urBceZ4csn .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #333333 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-urBceZ4csn .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-urBceZ4csn .mbr-gallery-filter ul {
  display: block;
}
.cid-urBceZ4csn .mbr-gallery-filter ul li {
  position: relative;
}
.cid-urBceZ4csn .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-urBceZ4csn .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-urBceZ4csn .mbr-gallery-filter li.active::after,
.cid-urBceZ4csn .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-urBceZ4csn .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-urBceZ4csn .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-urBceZ4csn .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-urBceZ4csn .icon-focus:before {
  content: '\e95e';
}
.cid-urBceZ4csn .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-urBceZ4csn .mbr-section-title {
  margin: 0;
}
.cid-urBceZ4csn .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-urBceZ4csn .underline .line {
  width: 3rem;
  height: 2px;
  background: #00ffb3;
  display: inline-block;
}
.cid-urBceZ4csn .mbr-section-title,
.cid-urBceZ4csn .underline {
  color: #ff8f00;
}
.cid-urBceZ4csn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqPhOjDwWn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uqPhOjDwWn .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uqPhOjDwWn .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqPhOjDwWn .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uqPhOjDwWn .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uqPhOjDwWn .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-uqPhOjDwWn .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-uqPhOjDwWn .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uqPhOjDwWn .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uqPhOjDwWn .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uqPhOjDwWn .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uqPhOjDwWn .mbr-gallery-filter ul {
  display: block;
}
.cid-uqPhOjDwWn .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uqPhOjDwWn .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uqPhOjDwWn .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uqPhOjDwWn .mbr-gallery-filter li.active::after,
.cid-uqPhOjDwWn .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uqPhOjDwWn .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-uqPhOjDwWn .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-uqPhOjDwWn .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uqPhOjDwWn .icon-focus:before {
  content: '\e95e';
}
.cid-uqPhOjDwWn .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uqPhOjDwWn .mbr-section-title {
  margin: 0;
}
.cid-uqPhOjDwWn .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uqPhOjDwWn .underline .line {
  width: 3rem;
  height: 2px;
  background: #00ffb3;
  display: inline-block;
}
.cid-uqPhOjDwWn .mbr-section-title,
.cid-uqPhOjDwWn .underline {
  color: #ff8f00;
}
.cid-uqPhOjDwWn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urBaZsBLf5 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-urBaZsBLf5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-urBaZsBLf5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urBaZsBLf5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-urBaZsBLf5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-urBaZsBLf5 .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-urBaZsBLf5 .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-urBaZsBLf5 .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-urBaZsBLf5 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-urBaZsBLf5 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-urBaZsBLf5 .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-urBaZsBLf5 .mbr-gallery-filter ul {
  display: block;
}
.cid-urBaZsBLf5 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-urBaZsBLf5 .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-urBaZsBLf5 .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-urBaZsBLf5 .mbr-gallery-filter li.active::after,
.cid-urBaZsBLf5 .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-urBaZsBLf5 .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-urBaZsBLf5 .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-urBaZsBLf5 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-urBaZsBLf5 .icon-focus:before {
  content: '\e95e';
}
.cid-urBaZsBLf5 .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-urBaZsBLf5 .mbr-section-title {
  margin: 0;
}
.cid-urBaZsBLf5 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-urBaZsBLf5 .underline .line {
  width: 3rem;
  height: 2px;
  background: #00ffb3;
  display: inline-block;
}
.cid-urBaZsBLf5 .mbr-section-title,
.cid-urBaZsBLf5 .underline {
  color: #ff8f00;
}
.cid-urBaZsBLf5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-usCjWnr552 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-usCjWnr552 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-usCjWnr552 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usCjWnr552 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-usCjWnr552 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-usCjWnr552 .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-usCjWnr552 .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-usCjWnr552 .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-usCjWnr552 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-usCjWnr552 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-usCjWnr552 .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-usCjWnr552 .mbr-gallery-filter ul {
  display: block;
}
.cid-usCjWnr552 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-usCjWnr552 .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-usCjWnr552 .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-usCjWnr552 .mbr-gallery-filter li.active::after,
.cid-usCjWnr552 .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-usCjWnr552 .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-usCjWnr552 .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-usCjWnr552 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-usCjWnr552 .icon-focus:before {
  content: '\e95e';
}
.cid-usCjWnr552 .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-usCjWnr552 .mbr-section-title {
  margin: 0;
}
.cid-usCjWnr552 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-usCjWnr552 .underline .line {
  width: 3rem;
  height: 2px;
  background: #00ffb3;
  display: inline-block;
}
.cid-usCjWnr552 .mbr-section-title,
.cid-usCjWnr552 .underline {
  color: #ff8f00;
}
.cid-usCjWnr552 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uqKwoQt96V {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a65c00;
}
.cid-uqKwoQt96V .mbr-title {
  color: #00ffb3;
  text-align: center;
}
.cid-uqKwoQt96V .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vodrLjOUUB {
  background: #ffffff;
}
.cid-vodrLjOUUB .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-vodrLjOUUB .video-block {
    width: 100% !important;
  }
}
.cid-uqKBgt1Lcn {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/dj-na-wesele-urodziny-impreze-przyjecie-boleslawiec-wroclaw-walbrzych-legnica-zlotoryja-zgorzelec-luban-gryfow-opole-leszno-tani-wodzirej-94.webp");
}
.cid-uqKBgt1Lcn a:link {
  text-decoration: none;
}
.cid-uqKBgt1Lcn .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #a65c00 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uqKBgt1Lcn .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uqKBgt1Lcn .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uqKBgt1Lcn .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uqKBgt1Lcn .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uqKBgt1Lcn .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uqKBgt1Lcn .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-uqKBgt1Lcn .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-uqKBgt1Lcn .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uqKBgt1Lcn .plan-title,
.cid-uqKBgt1Lcn .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uqKBgt1Lcn .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-uqKBgt1Lcn .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uqKBgt1Lcn .mbr-section-title span {
  color: #ffbc00;
}
.cid-uqKBgt1Lcn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqKBgt1Lcn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqKBgt1Lcn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uqKBgt1Lcn .mbr-text {
  color: #ffffff;
}
.cid-uqKSd4BWty {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #444444;
}
.cid-uqKSd4BWty .images-container.container-fluid {
  padding: 0;
}
.cid-uqKSd4BWty .media-container-row {
  margin: 0 auto;
  -webkit-align-items: center;
  align-items: center;
  width: 100% !important;
}
.cid-uqKSd4BWty .media-container-row .img-item {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uqKSd4BWty .media-container-row .img-item img {
  width: 100%;
}
.cid-uqKSd4BWty .media-container-row .img-item .img-caption {
  background: #a65c00;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.cid-uqKSd4BWty .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uqKSd4BWty .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
.cid-uqKSd4BWty .media-container-row .img-item.item1 .img-caption {
  right: 2rem;
}
@media (max-width: 992px) {
  .cid-uqKSd4BWty .img-item {
    width: 100% !important;
  }
  .cid-uqKSd4BWty .img-item.item1 {
    width: 100%;
    -webkit-flex-basis: initial !important;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
  .cid-uqKSd4BWty .img-item .img-caption {
    position: relative !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqKSd4BWty .media-container-row .img-item {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
.cid-uqKSd4BWty P {
  text-align: left;
}
.cid-urYrXTZbjN {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #333333;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-urYrXTZbjN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-urYrXTZbjN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urYrXTZbjN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-urYrXTZbjN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-urYrXTZbjN .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-urYrXTZbjN .mbr-gallery-item > div:hover::before {
  opacity: 0.4 !important;
}
.cid-urYrXTZbjN .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-urYrXTZbjN .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-urYrXTZbjN .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-urYrXTZbjN .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-urYrXTZbjN .mbr-gallery-filter ul {
  display: block;
}
.cid-urYrXTZbjN .mbr-gallery-filter ul li {
  position: relative;
}
.cid-urYrXTZbjN .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-urYrXTZbjN .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-urYrXTZbjN .mbr-gallery-filter li.active::after,
.cid-urYrXTZbjN .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-urYrXTZbjN .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-urYrXTZbjN .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-urYrXTZbjN .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-urYrXTZbjN .icon-focus:before {
  content: '\e95e';
}
.cid-urYrXTZbjN .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-urYrXTZbjN .mbr-section-title {
  margin: 0;
}
.cid-urYrXTZbjN .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-urYrXTZbjN .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-vodtlw6CH3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #bf9a30;
}
.cid-vodtlw6CH3 blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
}
.cid-vodtlw6CH3 .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-vodtlw6CH3 .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-vodtlw6CH3 DIV {
  color: #e6e2e2;
  text-align: left;
}
.cid-vodtfvFqh3 {
  background: #ffffff;
}
.cid-vodtfvFqh3 .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-vodtfvFqh3 .video-block {
    width: 100% !important;
  }
}
.cid-uC40lJMmtW {
  padding-top: 45px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dj-na-wesele-urodziny-impreze-przyjecie-boleslawiec-wroclaw-walbrzych-legnica-zlotoryja-zgorzelec-luban-gryfow-opole-leszno-tani-wodzirej-78.webp");
}
.cid-uC40lJMmtW .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-uC40lJMmtW h4,
.cid-uC40lJMmtW p {
  padding-bottom: 1rem;
}
.cid-uC40lJMmtW .col-auto,
.cid-uC40lJMmtW .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uC40lJMmtW .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-uC40lJMmtW .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uC40lJMmtW .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uC40lJMmtW .google-map [data-state-details] {
  color: #6b6763;
  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-uC40lJMmtW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uC40lJMmtW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uC40lJMmtW .form-control,
.cid-uC40lJMmtW .field-input {
  padding: 0.5rem;
  background-color: #132b20;
  border-color: #f2f2f2 !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-uC40lJMmtW .form-control::-webkit-input-placeholder,
.cid-uC40lJMmtW .field-input::-webkit-input-placeholder,
.cid-uC40lJMmtW .form-control::-webkit-input-placeholder,
.cid-uC40lJMmtW .field-input::-webkit-input-placeholder {
  color: #228555;
}
.cid-uC40lJMmtW .form-control:-moz-placeholder,
.cid-uC40lJMmtW .field-input:-moz-placeholder,
.cid-uC40lJMmtW .form-control:-moz-placeholder,
.cid-uC40lJMmtW .field-input:-moz-placeholder {
  color: #228555;
}
.cid-uC40lJMmtW .form-control:hover,
.cid-uC40lJMmtW .field-input:hover,
.cid-uC40lJMmtW .form-control:focus,
.cid-uC40lJMmtW .field-input:focus {
  background-color: #00b15c;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uC40lJMmtW .form-control:hover::-webkit-input-placeholder,
.cid-uC40lJMmtW .field-input:hover::-webkit-input-placeholder,
.cid-uC40lJMmtW .form-control:focus::-webkit-input-placeholder,
.cid-uC40lJMmtW .field-input:focus::-webkit-input-placeholder,
.cid-uC40lJMmtW .form-control:hover::-webkit-input-placeholder,
.cid-uC40lJMmtW .field-input:hover::-webkit-input-placeholder,
.cid-uC40lJMmtW .form-control:focus::-webkit-input-placeholder,
.cid-uC40lJMmtW .field-input:focus::-webkit-input-placeholder {
  color: #333333;
}
.cid-uC40lJMmtW .form-control:hover:-moz-placeholder,
.cid-uC40lJMmtW .field-input:hover:-moz-placeholder,
.cid-uC40lJMmtW .form-control:focus:-moz-placeholder,
.cid-uC40lJMmtW .field-input:focus:-moz-placeholder,
.cid-uC40lJMmtW .form-control:hover:-moz-placeholder,
.cid-uC40lJMmtW .field-input:hover:-moz-placeholder,
.cid-uC40lJMmtW .form-control:focus:-moz-placeholder,
.cid-uC40lJMmtW .field-input:focus:-moz-placeholder {
  color: #333333;
}
.cid-uC40lJMmtW .jq-number__spin:hover,
.cid-uC40lJMmtW .jq-number__spin:focus {
  background-color: #00b15c;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uC40lJMmtW .jq-number__spin {
  background-color: #132b20;
  border-color: #f2f2f2;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uC40lJMmtW .jq-selectbox li,
.cid-uC40lJMmtW .jq-selectbox li {
  background-color: #132b20;
  color: #ffffff;
}
.cid-uC40lJMmtW .jq-selectbox li:hover,
.cid-uC40lJMmtW .jq-selectbox li.selected {
  background-color: #00b15c;
  color: #000000;
}
.cid-uC40lJMmtW .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uC40lJMmtW .jq-number__spin.minus:hover:after,
.cid-uC40lJMmtW .jq-number__spin.plus:hover:after {
  border-top-color: #132b20;
  border-bottom-color: #132b20;
}
.cid-uC40lJMmtW .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uC40lJMmtW .jq-number__spin.minus:after,
.cid-uC40lJMmtW .jq-number__spin.plus:after {
  border-top-color: #00b15c;
  border-bottom-color: #00b15c;
}
.cid-uC40lJMmtW input::-webkit-clear-button {
  display: none;
}
.cid-uC40lJMmtW input::-webkit-inner-spin-button {
  display: none;
}
.cid-uC40lJMmtW input::-webkit-outer-spin-button {
  display: none;
}
.cid-uC40lJMmtW input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uC40lJMmtW H4 {
  color: #36d88a;
}
.cid-uC40lJMmtW LABEL {
  color: #efefef;
}
.cid-va74nI5M4R {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-va74nI5M4R {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-va74nI5M4R .nav-link {
  font-weight: 900;
}
.cid-va74nI5M4R .nav-item:not(:first-child)::before {
  background: #3e97d1;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-va74nI5M4R .navbar-nav {
  display: block;
}
.cid-va74nI5M4R .navbar-nav li {
  display: inline-block;
}
.cid-va74nI5M4R li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-va74nI5M4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-va74nI5M4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va74nI5M4R .navbar-nav,
.cid-va74nI5M4R .mbr-section-title {
  color: #ff8f00;
}
.cid-va73HSVWIm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-va73HSVWIm .google-map {
  width: 100%;
  height: 25rem;
}
.cid-va73HSVWIm .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-va73HSVWIm .mbr-fallback-image.disabled {
  display: none;
}
.cid-va73HSVWIm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-5n {
  /* Type valid CSS here */
}
#custom-html-5n .my-image {
  width: 100%;
}
.cid-uC458ZP09B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
  overflow: hidden;
}
.cid-uC458ZP09B .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-usCORVu7UR .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-usCORVu7UR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-usCORVu7UR .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-usCORVu7UR .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-usCORVu7UR .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-usCORVu7UR .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-usCORVu7UR .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-usCORVu7UR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-usCORVu7UR .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-usCORVu7UR .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-usCORVu7UR .navbar.collapsed.opened .navbar-collapse.show,
.cid-usCORVu7UR .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-usCORVu7UR .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-usCORVu7UR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-usCORVu7UR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usCORVu7UR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usCORVu7UR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-usCORVu7UR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usCORVu7UR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-usCORVu7UR .navbar {
    flex-wrap: nowrap;
  }
  .cid-usCORVu7UR .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-usCORVu7UR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usCORVu7UR .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-usCORVu7UR .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-usCORVu7UR .navbar.opened .navbar-collapse.show,
  .cid-usCORVu7UR .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-usCORVu7UR .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-usCORVu7UR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-usCORVu7UR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usCORVu7UR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usCORVu7UR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-usCORVu7UR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-usCORVu7UR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usCORVu7UR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-usCORVu7UR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-usCORVu7UR .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-usCORVu7UR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-usCORVu7UR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-usCORVu7UR .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-usCORVu7UR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usCORVu7UR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usCORVu7UR .dropdown-item.active,
.cid-usCORVu7UR .dropdown-item:active {
  background-color: transparent;
}
.cid-usCORVu7UR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usCORVu7UR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usCORVu7UR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usCORVu7UR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-usCORVu7UR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usCORVu7UR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usCORVu7UR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-usCORVu7UR .navbar-buttons {
  text-align: center;
}
.cid-usCORVu7UR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-usCORVu7UR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8f00;
}
.cid-usCORVu7UR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-usCORVu7UR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-usCORVu7UR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-usCORVu7UR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-usCORVu7UR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-usCORVu7UR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-usCORVu7UR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-usCORVu7UR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-usCORVu7UR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-usCORVu7UR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-usCORVu7UR a.nav-link:focus {
  outline: none;
}
.cid-usCORVu7UR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-usCORVu7UR .nav-link:hover,
.cid-usCORVu7UR .dropdown-item:hover {
  color: #ff8f00 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usCORVu7UR .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-usCORVu7UR .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uBG8M8gsM3 {
  background: #ffffff;
}
.cid-uBG8M8gsM3 .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uBG8M8gsM3 .video-block {
    width: 100% !important;
  }
}
.cid-vodmbS5spG {
  background: #ffffff;
}
.cid-vodmbS5spG .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-vodmbS5spG .video-block {
    width: 100% !important;
  }
}
.cid-vodls7MgJ4 {
  background: #ffffff;
}
.cid-vodls7MgJ4 .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-vodls7MgJ4 .video-block {
    width: 100% !important;
  }
}
.cid-uBGa6hCS6U {
  background: #ffffff;
}
.cid-uBGa6hCS6U .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uBGa6hCS6U .video-block {
    width: 100% !important;
  }
}
.cid-uBG9DuMDro {
  background: #ffffff;
}
.cid-uBG9DuMDro .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uBG9DuMDro .video-block {
    width: 100% !important;
  }
}
.cid-vodmstyEVP {
  background: #ffffff;
}
.cid-vodmstyEVP .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-vodmstyEVP .video-block {
    width: 100% !important;
  }
}
.cid-uBGdsSMvxI {
  background: #ffffff;
}
.cid-uBGdsSMvxI .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uBGdsSMvxI .video-block {
    width: 100% !important;
  }
}
.cid-utl92224b5 {
  background: #ffffff;
}
.cid-utl92224b5 .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-utl92224b5 .video-block {
    width: 100% !important;
  }
}
.cid-uBGaq1v2ZB {
  background: #ffffff;
}
.cid-uBGaq1v2ZB .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uBGaq1v2ZB .video-block {
    width: 100% !important;
  }
}
.cid-utlajIQok5 {
  background: #ffffff;
}
.cid-utlajIQok5 .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-utlajIQok5 .video-block {
    width: 100% !important;
  }
}
.cid-utlbn6mvo5 {
  background: #ffffff;
}
.cid-utlbn6mvo5 .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-utlbn6mvo5 .video-block {
    width: 100% !important;
  }
}
.cid-utl9g94IFU {
  background: #ffffff;
}
.cid-utl9g94IFU .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-utl9g94IFU .video-block {
    width: 100% !important;
  }
}
.cid-uBGb3Sf3Uo {
  background: #ffffff;
}
.cid-uBGb3Sf3Uo .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uBGb3Sf3Uo .video-block {
    width: 100% !important;
  }
}
.cid-utl98UpiOQ {
  background: #ffffff;
}
.cid-utl98UpiOQ .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-utl98UpiOQ .video-block {
    width: 100% !important;
  }
}
.cid-utl9Ay16u7 {
  background: #ffffff;
}
.cid-utl9Ay16u7 .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-utl9Ay16u7 .video-block {
    width: 100% !important;
  }
}
.cid-usCOSF7h9s {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-usCOSF7h9s a:link {
  text-decoration: none;
}
.cid-usCOSF7h9s .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-usCOSF7h9s .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-usCOSF7h9s .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-usCOSF7h9s .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-usCOSF7h9s .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-usCOSF7h9s .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-usCOSF7h9s .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-usCOSF7h9s .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-usCOSF7h9s .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-usCOSF7h9s .plan-title,
.cid-usCOSF7h9s .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-usCOSF7h9s .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-usCOSF7h9s .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-usCOSF7h9s .mbr-section-title span {
  color: #ffbc00;
}
.cid-usCOSF7h9s .mbr-fallback-image.disabled {
  display: none;
}
.cid-usCOSF7h9s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usCOSF7h9s .mbr-text {
  color: #ffffff;
}
.cid-uC458ZP09B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
  overflow: hidden;
}
.cid-uC458ZP09B .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uqK04kbIrP .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-uqK04kbIrP .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uqK04kbIrP .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uqK04kbIrP .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uqK04kbIrP .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqK04kbIrP .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-uqK04kbIrP .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uqK04kbIrP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uqK04kbIrP .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-uqK04kbIrP .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-uqK04kbIrP .navbar.collapsed.opened .navbar-collapse.show,
.cid-uqK04kbIrP .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-uqK04kbIrP .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-uqK04kbIrP .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uqK04kbIrP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqK04kbIrP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqK04kbIrP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uqK04kbIrP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqK04kbIrP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uqK04kbIrP .navbar {
    flex-wrap: nowrap;
  }
  .cid-uqK04kbIrP .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uqK04kbIrP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqK04kbIrP .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-uqK04kbIrP .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-uqK04kbIrP .navbar.opened .navbar-collapse.show,
  .cid-uqK04kbIrP .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-uqK04kbIrP .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-uqK04kbIrP .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqK04kbIrP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqK04kbIrP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqK04kbIrP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uqK04kbIrP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uqK04kbIrP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqK04kbIrP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uqK04kbIrP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-uqK04kbIrP .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uqK04kbIrP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uqK04kbIrP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqK04kbIrP .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-uqK04kbIrP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqK04kbIrP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqK04kbIrP .dropdown-item.active,
.cid-uqK04kbIrP .dropdown-item:active {
  background-color: transparent;
}
.cid-uqK04kbIrP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqK04kbIrP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqK04kbIrP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqK04kbIrP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uqK04kbIrP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqK04kbIrP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqK04kbIrP ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uqK04kbIrP .navbar-buttons {
  text-align: center;
}
.cid-uqK04kbIrP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqK04kbIrP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8f00;
}
.cid-uqK04kbIrP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqK04kbIrP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqK04kbIrP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqK04kbIrP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqK04kbIrP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqK04kbIrP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqK04kbIrP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqK04kbIrP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqK04kbIrP .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uqK04kbIrP a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-uqK04kbIrP a.nav-link:focus {
  outline: none;
}
.cid-uqK04kbIrP .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uqK04kbIrP .nav-link:hover,
.cid-uqK04kbIrP .dropdown-item:hover {
  color: #ff8f00 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqK04kbIrP .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-uqK04kbIrP .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ut4SDeLToc {
  background: #ffffff;
}
.cid-ut4SDeLToc .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-ut4SDeLToc .video-block {
    width: 100% !important;
  }
}
.cid-uC458ZP09B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
  overflow: hidden;
}
.cid-uC458ZP09B .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uqK04kbIrP .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-uqK04kbIrP .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uqK04kbIrP .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uqK04kbIrP .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uqK04kbIrP .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqK04kbIrP .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-uqK04kbIrP .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uqK04kbIrP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uqK04kbIrP .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-uqK04kbIrP .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-uqK04kbIrP .navbar.collapsed.opened .navbar-collapse.show,
.cid-uqK04kbIrP .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-uqK04kbIrP .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-uqK04kbIrP .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uqK04kbIrP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqK04kbIrP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqK04kbIrP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uqK04kbIrP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqK04kbIrP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uqK04kbIrP .navbar {
    flex-wrap: nowrap;
  }
  .cid-uqK04kbIrP .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uqK04kbIrP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqK04kbIrP .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-uqK04kbIrP .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-uqK04kbIrP .navbar.opened .navbar-collapse.show,
  .cid-uqK04kbIrP .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-uqK04kbIrP .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-uqK04kbIrP .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqK04kbIrP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqK04kbIrP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqK04kbIrP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uqK04kbIrP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uqK04kbIrP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqK04kbIrP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uqK04kbIrP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-uqK04kbIrP .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uqK04kbIrP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uqK04kbIrP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqK04kbIrP .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-uqK04kbIrP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqK04kbIrP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqK04kbIrP .dropdown-item.active,
.cid-uqK04kbIrP .dropdown-item:active {
  background-color: transparent;
}
.cid-uqK04kbIrP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqK04kbIrP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqK04kbIrP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqK04kbIrP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uqK04kbIrP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqK04kbIrP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqK04kbIrP ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uqK04kbIrP .navbar-buttons {
  text-align: center;
}
.cid-uqK04kbIrP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqK04kbIrP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8f00;
}
.cid-uqK04kbIrP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqK04kbIrP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqK04kbIrP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqK04kbIrP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqK04kbIrP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqK04kbIrP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqK04kbIrP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqK04kbIrP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqK04kbIrP .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uqK04kbIrP a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-uqK04kbIrP a.nav-link:focus {
  outline: none;
}
.cid-uqK04kbIrP .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uqK04kbIrP .nav-link:hover,
.cid-uqK04kbIrP .dropdown-item:hover {
  color: #ff8f00 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqK04kbIrP .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-uqK04kbIrP .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vodoLuUCxu {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #00ffb3;
}
.cid-vodoLuUCxu blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
}
.cid-vodoLuUCxu .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #232323;
  opacity: .1;
}
.cid-vodoLuUCxu .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-ut4XdjSjEB {
  background: #ffffff;
}
.cid-ut4XdjSjEB .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-ut4XdjSjEB .video-block {
    width: 100% !important;
  }
}
.cid-vodo6nkVOQ {
  background: #ffffff;
}
.cid-vodo6nkVOQ .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-vodo6nkVOQ .video-block {
    width: 100% !important;
  }
}
.cid-vodoh9xJYL {
  background: #ffffff;
}
.cid-vodoh9xJYL .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-vodoh9xJYL .video-block {
    width: 100% !important;
  }
}
.cid-utl4GWEpkK {
  background: #ffffff;
}
.cid-utl4GWEpkK .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-utl4GWEpkK .video-block {
    width: 100% !important;
  }
}
.cid-utl5f7xrqB {
  background: #ffffff;
}
.cid-utl5f7xrqB .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-utl5f7xrqB .video-block {
    width: 100% !important;
  }
}
.cid-uC458ZP09B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
  overflow: hidden;
}
.cid-uC458ZP09B .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uqK04kbIrP .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-uqK04kbIrP .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uqK04kbIrP .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uqK04kbIrP .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uqK04kbIrP .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqK04kbIrP .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-uqK04kbIrP .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uqK04kbIrP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uqK04kbIrP .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-uqK04kbIrP .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-uqK04kbIrP .navbar.collapsed.opened .navbar-collapse.show,
.cid-uqK04kbIrP .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-uqK04kbIrP .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-uqK04kbIrP .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uqK04kbIrP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqK04kbIrP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqK04kbIrP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uqK04kbIrP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqK04kbIrP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uqK04kbIrP .navbar {
    flex-wrap: nowrap;
  }
  .cid-uqK04kbIrP .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uqK04kbIrP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqK04kbIrP .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-uqK04kbIrP .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-uqK04kbIrP .navbar.opened .navbar-collapse.show,
  .cid-uqK04kbIrP .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-uqK04kbIrP .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-uqK04kbIrP .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uqK04kbIrP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqK04kbIrP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqK04kbIrP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uqK04kbIrP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uqK04kbIrP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqK04kbIrP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uqK04kbIrP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-uqK04kbIrP .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uqK04kbIrP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uqK04kbIrP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqK04kbIrP .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-uqK04kbIrP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqK04kbIrP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqK04kbIrP .dropdown-item.active,
.cid-uqK04kbIrP .dropdown-item:active {
  background-color: transparent;
}
.cid-uqK04kbIrP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqK04kbIrP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqK04kbIrP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqK04kbIrP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uqK04kbIrP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqK04kbIrP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqK04kbIrP ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uqK04kbIrP .navbar-buttons {
  text-align: center;
}
.cid-uqK04kbIrP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqK04kbIrP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8f00;
}
.cid-uqK04kbIrP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqK04kbIrP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqK04kbIrP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqK04kbIrP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqK04kbIrP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqK04kbIrP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqK04kbIrP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqK04kbIrP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqK04kbIrP .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uqK04kbIrP a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-uqK04kbIrP a.nav-link:focus {
  outline: none;
}
.cid-uqK04kbIrP .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uqK04kbIrP .nav-link:hover,
.cid-uqK04kbIrP .dropdown-item:hover {
  color: #ff8f00 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqK04kbIrP .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-uqK04kbIrP .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-utkVyOiafT {
  background: #ffffff;
}
.cid-utkVyOiafT .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-utkVyOiafT .video-block {
    width: 100% !important;
  }
}
.cid-uC458ZP09B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
  overflow: hidden;
}
.cid-uC458ZP09B .media-container-row .mbr-text {
  color: #fffcee;
}
