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-rzMzee4krn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-rzMzee4krn .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-rzMzee4krn .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-rzMzee4krn .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rzMzee4krn .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-rzMzee4krn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rzMzee4krn .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-rzMzee4krn .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-rzMzee4krn .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-rzMzee4krn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rzMzee4krn .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-rzMzee4krn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rzMzee4krn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rzMzee4krn .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-rzMzee4krn .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-rzMzee4krn .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-rzMzee4krn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rzMzee4krn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-rzMzee4krn .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-rzMzee4krn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rzMzee4krn .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-rzMzee4krn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rzMzee4krn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rzMzee4krn .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-rzMzee4krn .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-rzMzee4krn .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-rzMzee4krn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rzMzee4krn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rzMzee4krn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-rzMzee4krn .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-rzMzee4krn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rzMzee4krn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rzMzee4krn .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-rzMzee4krn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rzMzee4krn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rzMzee4krn .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-rzMzee4krn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rzMzee4krn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rzMzee4krn .dropdown-item.active,
.cid-rzMzee4krn .dropdown-item:active {
  background-color: transparent;
}
.cid-rzMzee4krn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rzMzee4krn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rzMzee4krn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rzMzee4krn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-rzMzee4krn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-rzMzee4krn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzMzee4krn ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-rzMzee4krn .navbar-buttons {
  text-align: center;
}
.cid-rzMzee4krn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzMzee4krn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rzMzee4krn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzMzee4krn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMzee4krn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMzee4krn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzMzee4krn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMzee4krn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzMzee4krn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzMzee4krn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMzee4krn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rzMzee4krn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-rzMzee4krn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rzMzee4krn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-rzMzee4krn .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-rzMzee4krn .nav-link:hover,
.cid-rzMzee4krn .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-siQ4DbNHJU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-siQ4DbNHJU .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-siQ4DbNHJU .mbr-text {
  width: 100%;
  height: auto;
}
.cid-siQ4DbNHJU .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-siQ4DbNHJU .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-siQ4DbNHJU .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-sGq7A8KHtA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-sGq7A8KHtA .card-img {
  background-color: #fff;
}
.cid-sGq7A8KHtA .card-box {
  padding: 2rem;
  background-color: #333333;
}
.cid-sGq7A8KHtA h4 {
  font-weight: 400;
  margin-bottom: 0;
  text-align: left;
}
.cid-sGq7A8KHtA p {
  text-align: left;
}
.cid-sGq7A8KHtA .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-sGq7A8KHtA .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sGq7A8KHtA .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sGq7A8KHtA .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sGq7A8KHtA .card-title {
  color: #ffffff;
}
.cid-sGq7BJ5qyw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-sGq7BJ5qyw .card-img {
  background-color: #fff;
}
.cid-sGq7BJ5qyw .card-box {
  padding: 2rem;
  background-color: #333333;
}
.cid-sGq7BJ5qyw h4 {
  font-weight: 400;
  margin-bottom: 0;
  text-align: left;
}
.cid-sGq7BJ5qyw p {
  text-align: left;
}
.cid-sGq7BJ5qyw .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-sGq7BJ5qyw .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sGq7BJ5qyw .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sGq7BJ5qyw .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sGq7BJ5qyw .card-title {
  color: #ffffff;
}
.cid-rzMwsZohOM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rzMwsZohOM .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-rzMwsZohOM .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rzMwsZohOM .photo-split {
  padding: 0;
}
.cid-rzMwsZohOM .photo-split img {
  width: 100%;
}
.cid-rzMwsZohOM .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rzMwsZohOM .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rzMwsZohOM .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-rzMwsZohOM .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-rzMwsZohOM .wrap-block {
  padding: 3rem 3rem;
}
.cid-rzMwsZohOM .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-rzMwsZohOM .wrap-block ul li {
  display: inline-block;
}
.cid-rzMwsZohOM .wrap-block ul li span {
  text-align: center;
}
.cid-rzMwsZohOM .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-rzMwsZohOM .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rzMwsZohOM .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rzMwsZohOM .mbr-list,
.cid-rzMwsZohOM .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-rzMwsZohOM .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rzMwsZohOM .mbr-section-title,
  .cid-rzMwsZohOM .mbr-section-subtitle,
  .cid-rzMwsZohOM .mbr-text {
    text-align: center !important;
  }
  .cid-rzMwsZohOM .social-list {
    text-align: center !important;
  }
}
.cid-sGq7C9ULnb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sGq7C9ULnb .card-img {
  background-color: #fff;
}
.cid-sGq7C9ULnb .card-box {
  padding: 2rem;
  background-color: #232323;
}
.cid-sGq7C9ULnb h4 {
  font-weight: 400;
  margin-bottom: 0;
  text-align: left;
}
.cid-sGq7C9ULnb p {
  text-align: left;
}
.cid-sGq7C9ULnb .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-sGq7C9ULnb .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sGq7C9ULnb .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sGq7C9ULnb .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sGq7C9ULnb .card-title {
  color: #ffffff;
}
.cid-sGq7CRHoSt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sGq7CRHoSt .card-img {
  background-color: #fff;
}
.cid-sGq7CRHoSt .card-box {
  padding: 2rem;
  background-color: #232323;
}
.cid-sGq7CRHoSt h4 {
  font-weight: 400;
  margin-bottom: 0;
  text-align: left;
}
.cid-sGq7CRHoSt p {
  text-align: left;
}
.cid-sGq7CRHoSt .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-sGq7CRHoSt .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sGq7CRHoSt .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sGq7CRHoSt .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sGq7CRHoSt .card-title {
  color: #ffffff;
}
.cid-sGq7DaombC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sGq7DaombC .card-img {
  background-color: #fff;
}
.cid-sGq7DaombC .card-box {
  padding: 2rem;
  background-color: #232323;
}
.cid-sGq7DaombC h4 {
  font-weight: 400;
  margin-bottom: 0;
  text-align: left;
}
.cid-sGq7DaombC p {
  text-align: left;
}
.cid-sGq7DaombC .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-sGq7DaombC .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sGq7DaombC .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sGq7DaombC .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sGq7DaombC .card-title {
  color: #ffffff;
}
.cid-rzMwtNFlqa {
  background-image: url("../../../assets/images/roger-erdvig-g6y5mm9zby0-unsplash-2000x1334.jpeg");
}
.cid-rzMwtNFlqa .mbr-section {
  padding: 0;
}
.cid-rzMwtNFlqa .first-col,
.cid-rzMwtNFlqa .second-col {
  padding: 0 5%;
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-rzMwtNFlqa .second-col {
  background-color: #000000;
}
.cid-rzMwtNFlqa .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rzMwtNFlqa .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rzMwtNFlqa .social-media {
  padding-left: 0;
}
.cid-rzMwtNFlqa .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rzMwtNFlqa .social-media ul li {
  padding-right: 0.6rem;
  margin-bottom: .5rem;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rzMwtNFlqa .about-content {
    padding: 0 1rem;
  }
  .cid-rzMwtNFlqa .typed-text {
    text-align: center;
  }
  .cid-rzMwtNFlqa .second-col {
    padding: 1rem;
  }
  .cid-rzMwtNFlqa .social-media {
    padding: 0 1rem;
  }
  .cid-rzMwtNFlqa .social-media ul li {
    padding: 0 0.3rem;
  }
}
.cid-rzMwtNFlqa .mbr-section-title {
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
.cid-rzMwtNFlqa .mbr-section-title span {
  color: #ffbc00;
}
.cid-rzMwtNFlqa .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 0.03em;
}
.cid-rzMwtNFlqa .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-rzMwtNFlqa .progressbar-title {
  color: white;
}
.cid-rzMwtNFlqa .progress {
  width: 100%;
  height: 5px;
  border-radius: 0;
}
.cid-rzMwtNFlqa .progress_elements {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rzMwtNFlqa .progress_elements > div {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-rzMwtNFlqa .progress-bar {
  height: 5px;
  background-color: #ffbc00;
}
.cid-rzMwtNFlqa .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rzMwtNFlqa .progressbar-number {
  display: inline-block;
}
.cid-rzMwtNFlqa .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rzMwtNFlqa .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rzMwtNFlqa .progress_value {
  position: relative;
  color: #ffbc00;
}
.cid-rzMwtNFlqa progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rzMwtNFlqa progress::-webkit-progress-value {
  background: #ffbc00;
}
.cid-rzMwtNFlqa progress[value]::-moz-progress-bar {
  background: #ffbc00;
}
.cid-rzMwtNFlqa progress::-ms-fill {
  background: #ffbc00;
}
.cid-rzMwtNFlqa .progress1 .progressbar-number:before {
  content: '100';
}
.cid-rzMwtNFlqa .progress2 .progressbar-number:before {
  content: '63';
}
.cid-rzMwtNFlqa .progress3 .progressbar-number:before {
  content: '41';
}
.cid-rzMwtNFlqa .progress4 .progressbar-number:before {
  content: '28';
}
.cid-rzMwtNFlqa .progress5 .progressbar-number:before {
  content: '10';
}
.cid-rzMwtNFlqa .progress-bar-1 {
  width: 100%;
}
.cid-rzMwtNFlqa .progress-bar-2 {
  width: 63%;
}
.cid-rzMwtNFlqa .progress-bar-3 {
  width: 41%;
}
.cid-rzMwtNFlqa .progress-bar-4 {
  width: 28%;
}
.cid-rzMwtNFlqa .progress-bar-5 {
  width: 10%;
}
.cid-rzMwBKHcwz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rzMwBKHcwz .main-heading-content {
  margin-bottom: 5rem;
}
.cid-rzMwBKHcwz .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rzMwBKHcwz .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-rzMwBKHcwz .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  display: block;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: all 0.5s ease-out 0s;
  width: 100%;
  -webkit-transition: all 0.5s ease-out 0s;
}
.cid-rzMwBKHcwz textarea.form-control {
  min-height: 154px;
}
.cid-rzMwBKHcwz .google-map {
  width: 100%;
  height: 30rem;
}
.cid-rzMwBKHcwz .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-rzMwBKHcwz a:link {
  text-decoration: none;
}
.cid-rzMwBKHcwz .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-rzMwBKHcwz .mbr-section-title,
.cid-rzMwBKHcwz .underline {
  text-align: center;
  color: #232323;
}
.cid-rzMwAwMR92 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-rzMwAwMR92 a:link {
  text-decoration: none;
}
.cid-rzMwAwMR92 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rzMwAwMR92 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rzMwAwMR92 .inner-text {
  line-height: 3em;
}
.cid-rzMwAwMR92 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMwAwMR92 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rzMwAwMR92 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rzMwAwMR92 .content-text,
.cid-rzMwAwMR92 .inner-text {
  color: #c1c1c1;
}
.cid-sGFVyOhczV .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-sGFVyOhczV .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-sGFVyOhczV .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-sGFVyOhczV .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sGFVyOhczV .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sGFVyOhczV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGFVyOhczV .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sGFVyOhczV .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-sGFVyOhczV .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sGFVyOhczV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sGFVyOhczV .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sGFVyOhczV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGFVyOhczV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGFVyOhczV .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-sGFVyOhczV .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sGFVyOhczV .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sGFVyOhczV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGFVyOhczV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sGFVyOhczV .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sGFVyOhczV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGFVyOhczV .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sGFVyOhczV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGFVyOhczV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGFVyOhczV .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-sGFVyOhczV .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sGFVyOhczV .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sGFVyOhczV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sGFVyOhczV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGFVyOhczV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sGFVyOhczV .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sGFVyOhczV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sGFVyOhczV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sGFVyOhczV .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-sGFVyOhczV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sGFVyOhczV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sGFVyOhczV .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-sGFVyOhczV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGFVyOhczV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGFVyOhczV .dropdown-item.active,
.cid-sGFVyOhczV .dropdown-item:active {
  background-color: transparent;
}
.cid-sGFVyOhczV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGFVyOhczV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGFVyOhczV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGFVyOhczV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-sGFVyOhczV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sGFVyOhczV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGFVyOhczV ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sGFVyOhczV .navbar-buttons {
  text-align: center;
}
.cid-sGFVyOhczV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGFVyOhczV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sGFVyOhczV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGFVyOhczV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGFVyOhczV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGFVyOhczV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGFVyOhczV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGFVyOhczV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGFVyOhczV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGFVyOhczV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGFVyOhczV .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sGFVyOhczV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sGFVyOhczV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sGFVyOhczV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sGFVyOhczV .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sGFVyOhczV .nav-link:hover,
.cid-sGFVyOhczV .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sGFVyOI60y {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-sGFVyOI60y .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-sGFVyOI60y .mbr-text {
  width: 100%;
  height: auto;
}
.cid-sGFVyOI60y .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-sGFVyOI60y .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGFVyOI60y .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-sGFVyP61Qd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-sGFVyP61Qd .card-img {
  background-color: #fff;
}
.cid-sGFVyP61Qd .card-box {
  padding: 2rem;
  background-color: #333333;
}
.cid-sGFVyP61Qd h4 {
  font-weight: 400;
  margin-bottom: 0;
  text-align: left;
}
.cid-sGFVyP61Qd p {
  text-align: left;
}
.cid-sGFVyP61Qd .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-sGFVyP61Qd .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sGFVyP61Qd .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sGFVyP61Qd .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sGFVyP61Qd .card-title {
  color: #ffffff;
}
.cid-sGFVyPBB3g {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-sGFVyPBB3g .card-img {
  background-color: #fff;
}
.cid-sGFVyPBB3g .card-box {
  padding: 2rem;
  background-color: #333333;
}
.cid-sGFVyPBB3g h4 {
  font-weight: 400;
  margin-bottom: 0;
  text-align: left;
}
.cid-sGFVyPBB3g p {
  text-align: left;
}
.cid-sGFVyPBB3g .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-sGFVyPBB3g .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sGFVyPBB3g .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sGFVyPBB3g .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sGFVyPBB3g .card-title {
  color: #ffffff;
}
.cid-sGFVyQ4GDK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sGFVyQ4GDK .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-sGFVyQ4GDK .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sGFVyQ4GDK .photo-split {
  padding: 0;
}
.cid-sGFVyQ4GDK .photo-split img {
  width: 100%;
}
.cid-sGFVyQ4GDK .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sGFVyQ4GDK .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGFVyQ4GDK .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-sGFVyQ4GDK .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-sGFVyQ4GDK .wrap-block {
  padding: 3rem 3rem;
}
.cid-sGFVyQ4GDK .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sGFVyQ4GDK .wrap-block ul li {
  display: inline-block;
}
.cid-sGFVyQ4GDK .wrap-block ul li span {
  text-align: center;
}
.cid-sGFVyQ4GDK .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-sGFVyQ4GDK .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sGFVyQ4GDK .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sGFVyQ4GDK .mbr-list,
.cid-sGFVyQ4GDK .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-sGFVyQ4GDK .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sGFVyQ4GDK .mbr-section-title,
  .cid-sGFVyQ4GDK .mbr-section-subtitle,
  .cid-sGFVyQ4GDK .mbr-text {
    text-align: center !important;
  }
  .cid-sGFVyQ4GDK .social-list {
    text-align: center !important;
  }
}
.cid-sGFVyQsPL2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sGFVyQsPL2 .card-img {
  background-color: #fff;
}
.cid-sGFVyQsPL2 .card-box {
  padding: 2rem;
  background-color: #232323;
}
.cid-sGFVyQsPL2 h4 {
  font-weight: 400;
  margin-bottom: 0;
  text-align: left;
}
.cid-sGFVyQsPL2 p {
  text-align: left;
}
.cid-sGFVyQsPL2 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-sGFVyQsPL2 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sGFVyQsPL2 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sGFVyQsPL2 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sGFVyQsPL2 .card-title {
  color: #ffffff;
}
.cid-sGFVyQVplF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sGFVyQVplF .card-img {
  background-color: #fff;
}
.cid-sGFVyQVplF .card-box {
  padding: 2rem;
  background-color: #232323;
}
.cid-sGFVyQVplF h4 {
  font-weight: 400;
  margin-bottom: 0;
  text-align: left;
}
.cid-sGFVyQVplF p {
  text-align: left;
}
.cid-sGFVyQVplF .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-sGFVyQVplF .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sGFVyQVplF .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sGFVyQVplF .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sGFVyQVplF .card-title {
  color: #ffffff;
}
.cid-sGFVyRov1H {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sGFVyRov1H .card-img {
  background-color: #fff;
}
.cid-sGFVyRov1H .card-box {
  padding: 2rem;
  background-color: #232323;
}
.cid-sGFVyRov1H h4 {
  font-weight: 400;
  margin-bottom: 0;
  text-align: left;
}
.cid-sGFVyRov1H p {
  text-align: left;
}
.cid-sGFVyRov1H .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-sGFVyRov1H .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sGFVyRov1H .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sGFVyRov1H .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sGFVyRov1H .card-title {
  color: #ffffff;
}
.cid-sGFVyRQoXT {
  background-image: url("../../../assets/images/roger-erdvig-g6y5mm9zby0-unsplash-2000x1334.jpeg");
}
.cid-sGFVyRQoXT .mbr-section {
  padding: 0;
}
.cid-sGFVyRQoXT .first-col,
.cid-sGFVyRQoXT .second-col {
  padding: 0 5%;
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-sGFVyRQoXT .second-col {
  background-color: #000000;
}
.cid-sGFVyRQoXT .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sGFVyRQoXT .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sGFVyRQoXT .social-media {
  padding-left: 0;
}
.cid-sGFVyRQoXT .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sGFVyRQoXT .social-media ul li {
  padding-right: 0.6rem;
  margin-bottom: .5rem;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sGFVyRQoXT .about-content {
    padding: 0 1rem;
  }
  .cid-sGFVyRQoXT .typed-text {
    text-align: center;
  }
  .cid-sGFVyRQoXT .second-col {
    padding: 1rem;
  }
  .cid-sGFVyRQoXT .social-media {
    padding: 0 1rem;
  }
  .cid-sGFVyRQoXT .social-media ul li {
    padding: 0 0.3rem;
  }
}
.cid-sGFVyRQoXT .mbr-section-title {
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
.cid-sGFVyRQoXT .mbr-section-title span {
  color: #ffbc00;
}
.cid-sGFVyRQoXT .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 0.03em;
}
.cid-sGFVyRQoXT .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-sGFVyRQoXT .progressbar-title {
  color: white;
}
.cid-sGFVyRQoXT .progress {
  width: 100%;
  height: 5px;
  border-radius: 0;
}
.cid-sGFVyRQoXT .progress_elements {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sGFVyRQoXT .progress_elements > div {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-sGFVyRQoXT .progress-bar {
  height: 5px;
  background-color: #ffbc00;
}
.cid-sGFVyRQoXT .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sGFVyRQoXT .progressbar-number {
  display: inline-block;
}
.cid-sGFVyRQoXT .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sGFVyRQoXT .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sGFVyRQoXT .progress_value {
  position: relative;
  color: #ffbc00;
}
.cid-sGFVyRQoXT progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sGFVyRQoXT progress::-webkit-progress-value {
  background: #ffbc00;
}
.cid-sGFVyRQoXT progress[value]::-moz-progress-bar {
  background: #ffbc00;
}
.cid-sGFVyRQoXT progress::-ms-fill {
  background: #ffbc00;
}
.cid-sGFVyRQoXT .progress1 .progressbar-number:before {
  content: '100';
}
.cid-sGFVyRQoXT .progress2 .progressbar-number:before {
  content: '63';
}
.cid-sGFVyRQoXT .progress3 .progressbar-number:before {
  content: '41';
}
.cid-sGFVyRQoXT .progress4 .progressbar-number:before {
  content: '28';
}
.cid-sGFVyRQoXT .progress5 .progressbar-number:before {
  content: '10';
}
.cid-sGFVyRQoXT .progress-bar-1 {
  width: 100%;
}
.cid-sGFVyRQoXT .progress-bar-2 {
  width: 63%;
}
.cid-sGFVyRQoXT .progress-bar-3 {
  width: 41%;
}
.cid-sGFVyRQoXT .progress-bar-4 {
  width: 28%;
}
.cid-sGFVyRQoXT .progress-bar-5 {
  width: 10%;
}
.cid-sGFVyShzOr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sGFVyShzOr .main-heading-content {
  margin-bottom: 5rem;
}
.cid-sGFVyShzOr .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sGFVyShzOr .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-sGFVyShzOr .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  display: block;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: all 0.5s ease-out 0s;
  width: 100%;
  -webkit-transition: all 0.5s ease-out 0s;
}
.cid-sGFVyShzOr textarea.form-control {
  min-height: 154px;
}
.cid-sGFVyShzOr .google-map {
  width: 100%;
  height: 30rem;
}
.cid-sGFVyShzOr .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-sGFVyShzOr a:link {
  text-decoration: none;
}
.cid-sGFVyShzOr .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-sGFVyShzOr .mbr-section-title,
.cid-sGFVyShzOr .underline {
  text-align: center;
  color: #232323;
}
.cid-sGFVySWh7r {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-sGFVySWh7r a:link {
  text-decoration: none;
}
.cid-sGFVySWh7r .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sGFVySWh7r .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sGFVySWh7r .inner-text {
  line-height: 3em;
}
.cid-sGFVySWh7r .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGFVySWh7r .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sGFVySWh7r .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sGFVySWh7r .content-text,
.cid-sGFVySWh7r .inner-text {
  color: #c1c1c1;
}
.cid-scxtvo5umi {
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-scxtvo5umi .mbr-text,
.cid-scxtvo5umi .mbr-section-btn {
  text-align: center;
}
.cid-scxtvo5umi .mbr-section-title {
  text-align: center;
  color: #f7f7f7;
}
.cid-scxtvo5umi .mbr-section-subtitle {
  text-align: center;
  color: #ffe161;
}
.cid-sKbTTGYojD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sKbTTGYojD .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKbTTGYojD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sKbTTGYojD .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-sKbTTGYojD .mbr-section-title {
  text-align: left;
  margin-bottom: 0 !important;
  color: #b8d94f;
}
.cid-sKbTTGYojD .name {
  margin-top: 0.70rem;
  color: #47a15d;
  text-align: left;
}
.cid-sKbTTGYojD .mbr-text {
  margin-bottom: 0 !important;
  color: #000000;
  text-align: left;
  margin-top: 4.25rem !important;
  line-height: 1.4;
}
.cid-sKbTTGYojD .mbr-text,
.cid-sKbTTGYojD .mbr-section-data {
  text-align: left;
}
.cid-sKbTTGYojD .mbr-text,
.cid-sKbTTGYojD .mbr-section-btn {
  text-align: left;
  color: #8d8d8d;
}
.cid-sKbTTGYojD .mbr-section-btn {
  margin-top: 3.5rem !important;
}
.cid-scxIMz390g {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-scxIMz390g .mbr-shop {
  display: table;
  width: 100%;
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-scxIMz390g .mbr-shop .row {
  margin: 0;
}
.cid-scxIMz390g .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-scxIMz390g .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-scxIMz390g .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-scxIMz390g .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-scxIMz390g .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-scxIMz390g .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-scxIMz390g .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-scxIMz390g .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-scxIMz390g .mbr-shop .hide-modal {
  display: none;
}
.cid-scxIMz390g .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-scxIMz390g .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-scxIMz390g .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-scxIMz390g .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-scxIMz390g .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-scxIMz390g .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-scxIMz390g .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-scxIMz390g .mbr-shop .filter-by-pu,
.cid-scxIMz390g .mbr-shop .filter-by-pd,
.cid-scxIMz390g .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-scxIMz390g .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-scxIMz390g .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-scxIMz390g .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-scxIMz390g .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 50%;
}
.cid-scxIMz390g .mbr-shop .galleryItem h4,
.cid-scxIMz390g .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 30px;
  transition: color 0.5s;
}
.cid-scxIMz390g .mbr-shop .galleryItem h5,
.cid-scxIMz390g .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-scxIMz390g .mbr-shop .galleryItem p,
.cid-scxIMz390g .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-scxIMz390g .mbr-shop .item-button {
  text-align: center;
}
.cid-scxIMz390g .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-scxIMz390g .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-scxIMz390g .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-scxIMz390g .mbr-shop .sidebar-block {
  padding: 25px 25px;
  border: 1px solid #e6e5e1 ;
  position: relative;
}
@media (max-width: 1999px) {
  .cid-scxIMz390g .mbr-shop .sidebar-block {
    border: 0;
  }
}
.cid-scxIMz390g .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: transparent;
  top: -20px;
  right: 3px;
}
.cid-scxIMz390g .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
  padding-top: 15px;
  text-align: center;
  line-height: 1;
}
.cid-scxIMz390g .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-scxIMz390g .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-scxIMz390g .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-scxIMz390g .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
}
.cid-scxIMz390g .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-scxIMz390g .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-scxIMz390g .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-scxIMz390g .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-scxIMz390g .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-scxIMz390g .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #66458e;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-scxIMz390g .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-scxIMz390g .mbr-shop .mbr-gallery-item__hided h4,
.cid-scxIMz390g .mbr-shop .mbr-gallery-item__hided h5,
.cid-scxIMz390g .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-scxIMz390g .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-scxIMz390g .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-scxIMz390g .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  font-size: 1.2rem !important;
  color: #3e97d1;
  font-weight: bold;
}
.cid-scxIMz390g .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: #3e97d1;
  color: #fff;
}
.cid-scxIMz390g .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: #3e97d1;
  color: #fff;
}
.cid-scxIMz390g .mbr-shop .range-slider {
  margin-bottom: 25px !important;
  padding: 25px;
  border: 1px solid #e6e5e1;
}
@media (max-width: 1199px) {
  .cid-scxIMz390g .mbr-shop .range-slider {
    border: 0;
  }
}
.cid-scxIMz390g .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-scxIMz390g .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-scxIMz390g .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-scxIMz390g .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-scxIMz390g .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-scxIMz390g .mbr-shop .range-controls {
  position: relative;
}
.cid-scxIMz390g .mbr-shop .range-controls .scale {
  width: 100%;
  height: 4px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-scxIMz390g .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100% 10px;
  height: 4px;
  background-color: #36d88a;
}
.cid-scxIMz390g .mbr-shop .toggle {
  position: absolute;
  top: -8px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #36d88a;
  cursor: pointer;
}
.cid-scxIMz390g .mbr-shop .toggle:hover,
.cid-scxIMz390g .mbr-shop .toggle:active {
  background-color: #3e97d1;
}
.cid-scxIMz390g .mbr-shop .min-toggle {
  left: -1;
}
.cid-scxIMz390g .mbr-shop .max-toggle {
  right: 0;
}
.cid-scxIMz390g .mbr-shop .hided-by-price {
  display: none;
}
.cid-scxIMz390g .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-scxIMz390g .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-scxIMz390g .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-scxIMz390g .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-scxIMz390g .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-scxIMz390g .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-scxIMz390g .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-scxIMz390g .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-scxIMz390g .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-scxIMz390g .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-scxIMz390g .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-scxIMz390g .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-scxIMz390g .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-scxIMz390g .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
}
.cid-scxIMz390g .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-scxIMz390g .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-scxIMz390g .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-scxIMz390g .mbr-shop .price-range {
  display: none;
}
.cid-scxIMz390g .mbr-shop .price-range-reset {
  display: none;
}
.cid-scxIMz390g .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-scxIMz390g .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-scxIMz390g .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-scxIMz390g .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-scxIMz390g .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-scxIMz390g .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-scxIMz390g .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-scxIMz390g .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-scxIMz390g .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-scxIMz390g .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-scxIMz390g .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-scxIMz390g .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 25px;
  }
  .cid-scxIMz390g .mbr-shop .sidebar-categories .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-scxIMz390g .mbr-shop .sidebar-categories .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
.cid-scxIMz390g .mbr-shop .sidebar-categories {
  border: 1px solid #e6e5e1;
}
@media (max-width: 1199px) {
  .cid-scxIMz390g .mbr-shop .sidebar-categories {
    border: 0;
    border-top: 1px solid #e6e5e1;
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-scxIMz390g .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-scxIMz390g .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-scxIMz390g .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-scxIMz390g .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-scxIMz390g .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-scxIMz390g .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-scxIMz390g .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-scxIMz390g .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-scxIMz390g .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-scxIMz390g .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-scxIMz390g .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-scxIMz390g .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-scxIMz390g .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-scxIMz390g .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-scxIMz390g .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-scxIMz390g .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-scxIMz390g .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-scxIMz390g .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-scxIMz390g .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-scxIMz390g .oldprice {
  color: #767676;
  padding-left: .8rem !important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-scxIMz390g .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-scxIMz390g .mbr-gallery-item .sidebar_wraper {
  background-color: transparent;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-scxIMz390g .sidebar .sidebar_wraper {
  background-color: transparent;
}
.cid-scxIMz390g .mbr-gallery-item .price-block {
  text-align: center;
  padding-top: 15px;
}
.cid-scxIMz390g .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-scxIMz390g .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  border-radius: 3px;
  background-color: #444444;
  color: black ;
}
.cid-scxIMz390g .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-scxIMz390g .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: center;
  font-weight: 400;
  color: #868378;
  transition: 0.4s all;
  z-index: 1000;
  font-size: 1.4rem !important;
}
.cid-scxIMz390g .mbr-gallery-item:hover .item-title {
  color: #36d88a;
}
.cid-scxIMz390g .sidebar {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-scxIMz390g .range-slider {
  -webkit-order: 1;
  order: 1;
}
.cid-scxIMz390g .sidebar-categories {
  -webkit-order: 2;
  order: 2;
}
.cid-scxIMz390g .bestseller-block {
  -webkit-order: 3;
  order: 3;
}
.cid-scxIMz390g .categories {
  padding: 0;
}
.cid-scxIMz390g .sidebar-title {
  font-weight: bold;
  color: #47a15d;
  text-transform: uppercase;
}
.cid-scxIMz390g .mbr-gallery-filter {
  text-align: left !important;
  padding-top: 0 !important;
}
.cid-scxIMz390g .sidebar_wraper {
  background-color: transparent !important;
}
.cid-scxIMz390g .img_wraper {
  border: 1px solid #444444;
}
.cid-scxJ4LnRVw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-scxJ4LnRVw .text-wrapper {
    padding: 2rem;
  }
}
.cid-scxJ4LnRVw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-scxJ4LnRVw .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-scxJ4LnRVw .mbr-section-title {
  text-align: left;
  margin-bottom: 0 !important;
  color: #b8d94f;
}
.cid-scxJ4LnRVw .name {
  margin-top: 0.70rem;
  color: #47a15d;
  text-align: left;
}
.cid-scxJ4LnRVw .name b,
.cid-scxJ4LnRVw .name strong {
  font-weight: 500;
}
.cid-scxJ4LnRVw .mbr-text {
  margin-bottom: 0 !important;
  color: #000000;
  text-align: left;
  margin-top: 4.25rem !important;
  line-height: 1.4;
}
.cid-scxJ4LnRVw .mbr-text,
.cid-scxJ4LnRVw .mbr-section-data {
  text-align: left;
}
.cid-scxJ4LnRVw .mbr-text,
.cid-scxJ4LnRVw .mbr-section-btn {
  text-align: left;
  color: #8d8d8d;
}
.cid-scxJ4LnRVw .mbr-section-btn {
  margin-top: 3.5rem !important;
}
.cid-scxJjQ37iO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #25634d;
}
.cid-scxJjQ37iO .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-scxJjQ37iO .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-scxJjQ37iO .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-scxJkkVEtB {
  padding-top: 60px;
  padding-bottom: 150px;
  background-color: #b8d94f;
}
.cid-scxJkkVEtB .carousel {
  z-index: 0;
}
.cid-scxJkkVEtB .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-scxJkkVEtB .carousel-item.active,
.cid-scxJkkVEtB .carousel-item-next,
.cid-scxJkkVEtB .carousel-item-prev {
  display: flex;
}
.cid-scxJkkVEtB .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-scxJkkVEtB .line-wrap {
  display: inline-block;
  height: 30px;
  text-align: left;
}
.cid-scxJkkVEtB .carousel-controls a {
  font-size: 2rem;
}
.cid-scxJkkVEtB .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
  opacity: 0.5;
}
.cid-scxJkkVEtB .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-scxJkkVEtB ol {
  margin-bottom: 0;
  bottom: -7rem;
}
.cid-scxJkkVEtB .carousel-indicators li {
  width: 10px;
  height: 10px;
  border: none;
  background: #ffffff;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-scxJkkVEtB .carousel-indicators .active {
  background: #47a15d;
}
.cid-scxJkkVEtB .user_text,
.cid-scxJkkVEtB .user_desk {
  color: #767676;
}
.cid-scxJkkVEtB .user_text {
  color: #f7f5f0;
  font-weight: 500;
}
.cid-scxJkkVEtB .user_desk {
  color: #f7f5f0;
}
.cid-scxJkkVEtB .title,
.cid-scxJkkVEtB .line-align {
  color: #47a15d;
}
.cid-scxJkkVEtB .title {
  text-transform: uppercase;
  padding-bottom: 2.35rem !important;
  margin: 0 !important;
}
.cid-scxJortQUe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-scxJortQUe a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-scxJortQUe a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-scxJortQUe .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-scxJortQUe textarea.form-control {
  min-height: 214.5px;
}
.cid-scxJortQUe .btn {
  margin: 0 auto !important;
}
.cid-scxJortQUe .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-scxJortQUe h4,
.cid-scxJortQUe p {
  margin: 0;
}
.cid-scxJortQUe h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-scxJortQUe h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-scxJortQUe h2 {
    text-align: center;
  }
  .cid-scxJortQUe h3 {
    text-align: center;
  }
  .cid-scxJortQUe .input-group-btn {
    text-align: center;
  }
  .cid-scxJortQUe .social-list {
    text-align: center;
  }
  .cid-scxJortQUe .order-2 {
    margin-top: 2.5rem;
  }
}
.cid-scxJortQUe H2 {
  color: #656565;
}
.cid-scxJortQUe .content {
  text-align: left;
  color: #656565;
}
.cid-scxJortQUe .type {
  text-align: left;
  padding-bottom: 8px;
  color: #232323;
}
.cid-scxJortQUe .title1 {
  text-align: center;
  color: #b8d94f;
  margin-bottom: 0.7rem;
}
.cid-scxJortQUe .mbr-section-subtitle {
  text-align: left;
  color: #656565;
}
.cid-scxJortQUe .title2 {
  margin-bottom: 1.30rem;
  color: #47a15d;
  text-align: center;
}
.cid-sLNGutbQmE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-sLNGutbQmE .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-sLNGutbQmE .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-sLNGutbQmE .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sLNGutbQmE .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sLNGutbQmE .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLNGutbQmE .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sLNGutbQmE .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-sLNGutbQmE .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sLNGutbQmE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sLNGutbQmE .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sLNGutbQmE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLNGutbQmE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLNGutbQmE .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-sLNGutbQmE .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sLNGutbQmE .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sLNGutbQmE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLNGutbQmE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sLNGutbQmE .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sLNGutbQmE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLNGutbQmE .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sLNGutbQmE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLNGutbQmE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLNGutbQmE .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-sLNGutbQmE .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sLNGutbQmE .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sLNGutbQmE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sLNGutbQmE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLNGutbQmE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sLNGutbQmE .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sLNGutbQmE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sLNGutbQmE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sLNGutbQmE .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-sLNGutbQmE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sLNGutbQmE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sLNGutbQmE .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-sLNGutbQmE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLNGutbQmE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLNGutbQmE .dropdown-item.active,
.cid-sLNGutbQmE .dropdown-item:active {
  background-color: transparent;
}
.cid-sLNGutbQmE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLNGutbQmE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLNGutbQmE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLNGutbQmE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-sLNGutbQmE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sLNGutbQmE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLNGutbQmE ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sLNGutbQmE .navbar-buttons {
  text-align: center;
}
.cid-sLNGutbQmE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLNGutbQmE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sLNGutbQmE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLNGutbQmE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLNGutbQmE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLNGutbQmE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLNGutbQmE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLNGutbQmE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLNGutbQmE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLNGutbQmE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLNGutbQmE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sLNGutbQmE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sLNGutbQmE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sLNGutbQmE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sLNGutbQmE .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sLNGutbQmE .nav-link:hover,
.cid-sLNGutbQmE .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sPVW9g5ZPO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-sPVW9g5ZPO .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-sPVW9gwVLb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sPVW9gwVLb .text-wrapper {
    padding: 2rem;
  }
}
.cid-sPVW9gwVLb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sPVW9gwVLb .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-sPVW9gwVLb .mbr-section-title {
  text-align: left;
  margin-bottom: 0 !important;
  color: #b8d94f;
}
.cid-sPVW9gwVLb .name {
  margin-top: 0.70rem;
  color: #47a15d;
  text-align: left;
}
.cid-sPVW9gwVLb .mbr-text {
  margin-bottom: 0 !important;
  color: #000000;
  text-align: left;
  margin-top: 4.25rem !important;
  line-height: 1.4;
}
.cid-sPVW9gwVLb .mbr-text,
.cid-sPVW9gwVLb .mbr-section-data {
  text-align: left;
}
.cid-sPVW9gwVLb .mbr-text,
.cid-sPVW9gwVLb .mbr-section-btn {
  text-align: left;
  color: #8d8d8d;
}
.cid-sPVW9gwVLb .mbr-section-btn {
  margin-top: 3.5rem !important;
}
.cid-sPVW9h0baC .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-sPVW9h0baC .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-sPVW9h0baC .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-sPVW9h0baC .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sPVW9h0baC .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sPVW9h0baC .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPVW9h0baC .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sPVW9h0baC .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-sPVW9h0baC .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sPVW9h0baC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sPVW9h0baC .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sPVW9h0baC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPVW9h0baC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPVW9h0baC .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-sPVW9h0baC .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sPVW9h0baC .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sPVW9h0baC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPVW9h0baC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sPVW9h0baC .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sPVW9h0baC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPVW9h0baC .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sPVW9h0baC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPVW9h0baC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPVW9h0baC .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-sPVW9h0baC .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sPVW9h0baC .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sPVW9h0baC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sPVW9h0baC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPVW9h0baC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sPVW9h0baC .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sPVW9h0baC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sPVW9h0baC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sPVW9h0baC .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-sPVW9h0baC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sPVW9h0baC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sPVW9h0baC .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-sPVW9h0baC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPVW9h0baC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPVW9h0baC .dropdown-item.active,
.cid-sPVW9h0baC .dropdown-item:active {
  background-color: transparent;
}
.cid-sPVW9h0baC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPVW9h0baC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPVW9h0baC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPVW9h0baC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-sPVW9h0baC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sPVW9h0baC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPVW9h0baC ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sPVW9h0baC .navbar-buttons {
  text-align: center;
}
.cid-sPVW9h0baC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPVW9h0baC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sPVW9h0baC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sPVW9h0baC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sPVW9h0baC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sPVW9h0baC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sPVW9h0baC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPVW9h0baC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sPVW9h0baC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sPVW9h0baC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPVW9h0baC .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sPVW9h0baC a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sPVW9h0baC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sPVW9h0baC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sPVW9h0baC .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sPVW9h0baC .nav-link:hover,
.cid-sPVW9h0baC .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sPVVjhO026 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-sPVVjhO026 .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-sPVTXW1xOf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sPVTXW1xOf .text-wrapper {
    padding: 2rem;
  }
}
.cid-sPVTXW1xOf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sPVTXW1xOf .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-sPVTXW1xOf .mbr-section-title {
  text-align: left;
  margin-bottom: 0 !important;
  color: #b8d94f;
}
.cid-sPVTXW1xOf .name {
  margin-top: 0.70rem;
  color: #47a15d;
  text-align: left;
}
.cid-sPVTXW1xOf .mbr-text {
  margin-bottom: 0 !important;
  color: #000000;
  text-align: left;
  margin-top: 4.25rem !important;
  line-height: 1.4;
}
.cid-sPVTXW1xOf .mbr-text,
.cid-sPVTXW1xOf .mbr-section-data {
  text-align: left;
}
.cid-sPVTXW1xOf .mbr-text,
.cid-sPVTXW1xOf .mbr-section-btn {
  text-align: left;
  color: #8d8d8d;
}
.cid-sPVTXW1xOf .mbr-section-btn {
  margin-top: 3.5rem !important;
}
.cid-sPVTXYcjNa .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-sPVTXYcjNa .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-sPVTXYcjNa .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-sPVTXYcjNa .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sPVTXYcjNa .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sPVTXYcjNa .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPVTXYcjNa .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sPVTXYcjNa .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-sPVTXYcjNa .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sPVTXYcjNa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sPVTXYcjNa .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sPVTXYcjNa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPVTXYcjNa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPVTXYcjNa .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-sPVTXYcjNa .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sPVTXYcjNa .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sPVTXYcjNa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPVTXYcjNa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sPVTXYcjNa .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sPVTXYcjNa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPVTXYcjNa .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sPVTXYcjNa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPVTXYcjNa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPVTXYcjNa .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-sPVTXYcjNa .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sPVTXYcjNa .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sPVTXYcjNa .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sPVTXYcjNa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPVTXYcjNa .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sPVTXYcjNa .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sPVTXYcjNa .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sPVTXYcjNa .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sPVTXYcjNa .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-sPVTXYcjNa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sPVTXYcjNa .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sPVTXYcjNa .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-sPVTXYcjNa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPVTXYcjNa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPVTXYcjNa .dropdown-item.active,
.cid-sPVTXYcjNa .dropdown-item:active {
  background-color: transparent;
}
.cid-sPVTXYcjNa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPVTXYcjNa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPVTXYcjNa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPVTXYcjNa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-sPVTXYcjNa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sPVTXYcjNa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPVTXYcjNa ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sPVTXYcjNa .navbar-buttons {
  text-align: center;
}
.cid-sPVTXYcjNa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPVTXYcjNa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sPVTXYcjNa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sPVTXYcjNa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sPVTXYcjNa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sPVTXYcjNa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sPVTXYcjNa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPVTXYcjNa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sPVTXYcjNa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sPVTXYcjNa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPVTXYcjNa .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sPVTXYcjNa a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sPVTXYcjNa .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sPVTXYcjNa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sPVTXYcjNa .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sPVTXYcjNa .nav-link:hover,
.cid-sPVTXYcjNa .dropdown-item:hover {
  color: #c1c1c1 !important;
}
