body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #cbf24b !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #81520c !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #cbf24b !important;
  border-color: #cbf24b !important;
  color: #2d3a04 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #2d3a04 !important;
  background-color: #b0e010 !important;
  border-color: #b0e010 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #2d3a04 !important;
  background-color: #b0e010 !important;
  border-color: #b0e010 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #25d40c !important;
  border-color: #25d40c !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #188c08 !important;
  border-color: #188c08 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #188c08 !important;
  border-color: #188c08 !important;
}
.btn-info,
.btn-info:active {
  background-color: #81520c !important;
  border-color: #81520c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #3b2605 !important;
  border-color: #3b2605 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3b2605 !important;
  border-color: #3b2605 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #9dc90e;
  color: #9dc90e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2d3a04;
  background-color: #cbf24b;
  border-color: #cbf24b;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #2d3a04 !important;
  background-color: #cbf24b !important;
  border-color: #cbf24b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #147307;
  color: #147307;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #25d40c;
  border-color: #25d40c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #25d40c !important;
  border-color: #25d40c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #241703;
  color: #241703;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #81520c;
  border-color: #81520c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #81520c !important;
  border-color: #81520c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #cbf24b !important;
}
.text-secondary {
  color: #25d40c !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #81520c !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #9dc90e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #147307 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #241703 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #81520c;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #cbf24b;
  border-color: #cbf24b;
  color: #405206;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #cbf24b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ea9a22;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #cbf24b;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #cbf24b;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #cbf24b;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #cbf24b;
  color: #000000;
}
.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: #cbf24b;
  border-bottom-color: #cbf24b;
}
.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: #cbf24b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #25d40c !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: 100px;
  height: 100px;
  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='%23cbf24b' %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.3;
}
.cid-rJj1Mfp41f .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rJj1Mfp41f .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-rJj1Mfp41f a {
  font-style: normal;
}
.cid-rJj1Mfp41f .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rJj1Mfp41f .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rJj1Mfp41f .nav-item:focus,
.cid-rJj1Mfp41f .nav-link:focus {
  outline: none;
}
.cid-rJj1Mfp41f .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rJj1Mfp41f .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rJj1Mfp41f .menu-logo {
  margin-right: auto;
}
.cid-rJj1Mfp41f .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rJj1Mfp41f .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rJj1Mfp41f .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rJj1Mfp41f .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rJj1Mfp41f .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rJj1Mfp41f .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rJj1Mfp41f .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rJj1Mfp41f .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rJj1Mfp41f .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rJj1Mfp41f .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rJj1Mfp41f .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rJj1Mfp41f .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rJj1Mfp41f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rJj1Mfp41f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rJj1Mfp41f .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rJj1Mfp41f .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rJj1Mfp41f .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rJj1Mfp41f .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rJj1Mfp41f .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rJj1Mfp41f .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rJj1Mfp41f .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rJj1Mfp41f .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rJj1Mfp41f .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rJj1Mfp41f button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rJj1Mfp41f button.navbar-toggler:focus {
  outline: none;
}
.cid-rJj1Mfp41f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rJj1Mfp41f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rJj1Mfp41f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rJj1Mfp41f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rJj1Mfp41f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rJj1Mfp41f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJj1Mfp41f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rJj1Mfp41f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rJj1Mfp41f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJj1Mfp41f .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rJj1Mfp41f .collapsed .btn {
  display: -webkit-flex;
}
.cid-rJj1Mfp41f .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rJj1Mfp41f .collapsed .navbar-collapse.collapsing,
.cid-rJj1Mfp41f .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rJj1Mfp41f .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rJj1Mfp41f .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rJj1Mfp41f .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rJj1Mfp41f .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rJj1Mfp41f .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rJj1Mfp41f .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rJj1Mfp41f .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rJj1Mfp41f .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rJj1Mfp41f .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-rJj1Mfp41f .collapsed button.navbar-toggler {
  display: block;
}
.cid-rJj1Mfp41f .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rJj1Mfp41f .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rJj1Mfp41f .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rJj1Mfp41f .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rJj1Mfp41f .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rJj1Mfp41f .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rJj1Mfp41f.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rJj1Mfp41f img {
    height: 3.8rem !important;
  }
  .cid-rJj1Mfp41f .btn {
    display: -webkit-flex;
  }
  .cid-rJj1Mfp41f button.navbar-toggler {
    display: block;
  }
  .cid-rJj1Mfp41f .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rJj1Mfp41f .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rJj1Mfp41f .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rJj1Mfp41f .navbar-collapse.collapsing,
  .cid-rJj1Mfp41f .navbar-collapse.show {
    display: block !important;
  }
  .cid-rJj1Mfp41f .navbar-collapse.collapsing .navbar-nav,
  .cid-rJj1Mfp41f .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rJj1Mfp41f .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rJj1Mfp41f .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rJj1Mfp41f .navbar-collapse.collapsing .navbar-buttons,
  .cid-rJj1Mfp41f .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rJj1Mfp41f .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rJj1Mfp41f .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rJj1Mfp41f .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rJj1Mfp41f .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rJj1Mfp41f .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rJj1Mfp41f .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rJj1Mfp41f .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rJj1Mfp41f .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rJj1Mfp41f .nav-link:hover,
.cid-rJj1Mfp41f .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-rJiGMQe4iL .modal-body .close {
  background: #1b1b1b;
}
.cid-rJiGMQe4iL .modal-body .close span {
  font-style: normal;
}
.cid-rJiGMQe4iL .carousel-inner > .active,
.cid-rJiGMQe4iL .carousel-inner > .next,
.cid-rJiGMQe4iL .carousel-inner > .prev {
  display: table;
}
.cid-rJiGMQe4iL .carousel-control .icon-next,
.cid-rJiGMQe4iL .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rJiGMQe4iL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rJiGMQe4iL .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rJiGMQe4iL .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rJiGMQe4iL .boxed-slider > div {
  position: relative;
}
.cid-rJiGMQe4iL .container img {
  width: 100%;
}
.cid-rJiGMQe4iL .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rJiGMQe4iL .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rJiGMQe4iL .mbr-table-cell {
  padding: 0;
}
.cid-rJiGMQe4iL .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rJiGMQe4iL .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rJiGMQe4iL .mbr-overlay {
  z-index: 1;
}
.cid-rJiGMQe4iL .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rJiGMQe4iL .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rJiGMQe4iL .carousel-item .container {
    width: 100%;
  }
}
.cid-rJiGMQe4iL .carousel-item-next.carousel-item-left,
.cid-rJiGMQe4iL .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rJiGMQe4iL .active.carousel-item-right,
.cid-rJiGMQe4iL .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rJiGMQe4iL .active.carousel-item-left,
.cid-rJiGMQe4iL .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rJiGMQe4iL .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0);
  border: 0px solid #fff;
  border-radius: 0%;
  transition: all .3s;
}
.cid-rJiGMQe4iL .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rJiGMQe4iL .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rJiGMQe4iL .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 0rem;
}
@media (max-width: 767px) {
  .cid-rJiGMQe4iL .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rJiGMQe4iL .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rJiGMQe4iL .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rJiGMQe4iL .mbr-slider .carousel-indicators li.active,
.cid-rJiGMQe4iL .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rJiGMQe4iL .mbr-slider .carousel-indicators li::after,
.cid-rJiGMQe4iL .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rJiGMQe4iL .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rJiGMQe4iL .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rJiGMQe4iL .mbr-slider > .container img {
  width: 100%;
}
.cid-rJiGMQe4iL .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rJiGMQe4iL .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rJiGMQe4iL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rJiGMQe4iL .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rJiGMQe4iL .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rJiGMQe4iL .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rJiGMQe4iL .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rJiGMQe4iL .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rJiGMQe4iL .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rJiGMQe4iL .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rJiGMQe4iL .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rJiGMQe4iL .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rJiGMQe4iL .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rJiGMQe4iL H2 {
  text-align: center;
}
.cid-rJiGMQe4iL P {
  text-align: center;
}
.cid-thcNgSPxde {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thcNgSPxde .mbr-section-subtitle {
  color: #767676;
}
.cid-thcgmUwLU7 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thcgmUwLU7 .mbr-section-subtitle {
  color: #767676;
}
.cid-thcfW090C8 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-thcfW090C8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-thcfW090C8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thcfW090C8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-thcfW090C8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-thcfW090C8 .row > .row {
  display: block;
}
.cid-thcfW090C8 .mbr-gallery-item {
  width: 100%;
}
.cid-thcfW090C8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-thcfW090C8 .mbr-gallery-item > div {
  position: relative;
}
.cid-thcfW090C8 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-thcfW090C8 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-thcfW090C8 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-thcfW090C8 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-thcLtzpvTW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thcLtzpvTW .mbr-section-subtitle {
  color: #767676;
}
.cid-thcLufOX4u {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-thcLufOX4u .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-thcLufOX4u .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thcLufOX4u .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-thcLufOX4u .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-thcLufOX4u .row > .row {
  display: block;
}
.cid-thcLufOX4u .mbr-gallery-item {
  width: 100%;
}
.cid-thcLufOX4u .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-thcLufOX4u .mbr-gallery-item > div {
  position: relative;
}
.cid-thcLufOX4u .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-thcLufOX4u .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-thcLufOX4u .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-thcLufOX4u .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-thcLKfBHcm {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thcLKfBHcm .mbr-section-subtitle {
  color: #767676;
}
.cid-thcLKMiBg0 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-thcLKMiBg0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-thcLKMiBg0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thcLKMiBg0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-thcLKMiBg0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-thcLKMiBg0 .row > .row {
  display: block;
}
.cid-thcLKMiBg0 .mbr-gallery-item {
  width: 100%;
}
.cid-thcLKMiBg0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-thcLKMiBg0 .mbr-gallery-item > div {
  position: relative;
}
.cid-thcLKMiBg0 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-thcLKMiBg0 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-thcLKMiBg0 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-thcLKMiBg0 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-thcM8dDh9R {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thcM8dDh9R .mbr-section-subtitle {
  color: #767676;
}
.cid-thcM8S3Iqp {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-thcM8S3Iqp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-thcM8S3Iqp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thcM8S3Iqp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-thcM8S3Iqp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-thcM8S3Iqp .row > .row {
  display: block;
}
.cid-thcM8S3Iqp .mbr-gallery-item {
  width: 100%;
}
.cid-thcM8S3Iqp .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-thcM8S3Iqp .mbr-gallery-item > div {
  position: relative;
}
.cid-thcM8S3Iqp .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-thcM8S3Iqp .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-thcM8S3Iqp .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-thcM8S3Iqp .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-thcMYEYNEw {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thcMYEYNEw .mbr-section-subtitle {
  color: #767676;
}
.cid-thcMZfxpLJ {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-thcMZfxpLJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-thcMZfxpLJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thcMZfxpLJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-thcMZfxpLJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-thcMZfxpLJ .row > .row {
  display: block;
}
.cid-thcMZfxpLJ .mbr-gallery-item {
  width: 100%;
}
.cid-thcMZfxpLJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-thcMZfxpLJ .mbr-gallery-item > div {
  position: relative;
}
.cid-thcMZfxpLJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-thcMZfxpLJ .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-thcMZfxpLJ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-thcMZfxpLJ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tgVd7CQP6g {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tgVd7CQP6g .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tgVd7CQP6g .carousel-item.active,
.cid-tgVd7CQP6g .carousel-item-next,
.cid-tgVd7CQP6g .carousel-item-prev {
  display: flex;
}
.cid-tgVd7CQP6g .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-tgVd7CQP6g .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-tgVd7CQP6g .carousel-controls a:hover span {
  opacity: 1;
}
.cid-tgVd7CQP6g .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tgVd7CQP6g .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tgVd7CQP6g .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-rJuScjIdkZ {
  padding-top: 105px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/hamaika-izpi-bittorx-3-1500x1125.jpg");
}
.cid-rJuScjIdkZ .nav-tabs .nav-item.open .nav-link:focus,
.cid-rJuScjIdkZ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rJuScjIdkZ .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-rJuScjIdkZ .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-rJuScjIdkZ .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  border: 1px solid #ffffff;
  transition: all .5s;
}
.cid-rJuScjIdkZ .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #96784b;
}
.cid-rJuScjIdkZ .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #96784b;
  border-color: #96784b;
}
.cid-rJuScjIdkZ .nav-tabs .nav-link.active:hover {
  background-color: #96784b;
}
.cid-rJuScjIdkZ p {
  color: #ffffff;
}
.cid-rJuScjIdkZ .mbr-text {
  text-align: center;
}
.cid-rJvoOvd7sg {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #dbd4b8, #25aab2);
}
.cid-rJvoOvd7sg .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rJvoOvd7sg .main .mbr-section-btn {
  text-align: left;
}
.cid-rJvoOvd7sg .btn {
  margin: 0 0 .5rem 0;
}
.cid-rJvoOvd7sg H2 {
  text-align: left;
}
.cid-rJvoOvd7sg H3 {
  text-align: left;
}
.cid-rJtVvIqjmi {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rJtVvIqjmi H1 {
  color: #232323;
}
.cid-rJtVvIqjmi H3 {
  color: #232323;
}
.cid-rJtVvIqjmi P {
  color: #232323;
}
.cid-rJXFA9GruK {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rJXFGKJaBX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rJXFGKJaBX .mbr-text {
  color: #efefef;
}
.cid-rJXFGKJaBX .mbr-text p {
  background: #232323;
}
.cid-rJXFK4vWqQ {
  background: #ffffff;
}
.cid-rJXFK4vWqQ .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-rJXFK4vWqQ .video-block {
    width: 100% !important;
  }
}
.cid-rJM3sRhf3l {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rJM3sRhf3l H1 {
  color: #232323;
}
.cid-rJM3sRhf3l H3 {
  color: #232323;
}
.cid-rJM3sRhf3l P {
  color: #232323;
}
.cid-rJRvXmNJZI {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rJRvXmNJZI p {
  color: #767676;
}
.cid-rJRvXmNJZI .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rJRvXmNJZI .toggle-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rJRvXmNJZI .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rJRvXmNJZI .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rJRvXmNJZI .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
}
.cid-rJRvXmNJZI .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rJRvXmNJZI .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-rJRvXmNJZI .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rJRvXmNJZI .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
}
@media (max-width: 991px) {
  .cid-rJRvXmNJZI .mbr-figure {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rJRvXmNJZI .mbr-figure {
    padding-left: 4rem;
  }
}
.cid-rJRr3SVSQz {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rJRr3SVSQz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rJRr3SVSQz p {
  color: #767676;
  margin: 0;
}
.cid-rJRr3SVSQz .card-box {
  background-color: #ffffff;
  background-color: transparent;
}
.cid-rJRr3SVSQz .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rJRr3SVSQz .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rJRr3SVSQz .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-rJRr3SVSQz .border_wrapper {
  border-left: 1px solid #efefef;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-rJRr3SVSQz .border_wrapper {
    border-left: none;
    padding-left: 0;
  }
  .cid-rJRr3SVSQz .mbr-section-btn a {
    padding: 1rem 2rem;
  }
  .cid-rJRr3SVSQz .mbr-figure {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rJRr3SVSQz .wrapper {
    align-items: center;
    text-align: center;
  }
  .cid-rJRr3SVSQz .col-left h4 {
    padding-top: 1rem;
  }
  .cid-rJRr3SVSQz p.col-right {
    padding-top: 1rem;
  }
}
.cid-rJiPaXhL2K {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rJiPaXhL2K .mbr-section-subtitle {
  color: #767676;
}
.cid-rJiPaXhL2K .formoid {
  margin: auto;
}
.cid-rJiPaXhL2K .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-rJiPaXhL2K a.btn {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
}
.cid-rJiPaXhL2K .input-group-btn {
  align-self: center;
  -webkit-align-self: center;
  z-index: 3;
}
.cid-rJiPaXhL2K .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.cid-rJiPaXhL2K a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-rJiPaXhL2K a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rJiPaXhL2K .mbr-subscribe .input-group-btn {
  display: inline-block;
}
.cid-rJiPaXhL2K .mbr-subscribe .input-group-btn button,
.cid-rJiPaXhL2K .mbr-subscribe .input-group-btn a {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 350px) {
  .cid-rJiPaXhL2K .mbr-subscribe {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rJiPaXhL2K input[type="email"] {
    width: 100%;
    margin-bottom: 2px;
  }
  .cid-rJiPaXhL2K .input-group-btn {
    width: 100%;
  }
  .cid-rJiPaXhL2K .input-group-btn .btn {
    border-radius: 3px;
  }
}
@media (max-width: 768px) {
  .cid-rJiPaXhL2K .input-group-btn a.btn {
    width: 100%;
  }
  .cid-rJiPaXhL2K .input-group-btn {
    width: calc(92%);
  }
  .cid-rJiPaXhL2K .input-group-btn button[type="submit"] {
    width: 100%;
  }
  .cid-rJiPaXhL2K .input-group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: auto;
    max-width: 300px;
  }
  .cid-rJiPaXhL2K .input-group input[type="email"] {
    width: 100%;
    margin-bottom: 3px;
  }
  .cid-rJiPaXhL2K .input-group span {
    display: inline;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-rJiPaXhL2K .input-group-btn button,
  .cid-rJiPaXhL2K .input-group-btn a {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 769px) {
  .cid-rJiPaXhL2K .mbr-subscribe > * {
    margin: 0 0.5rem;
  }
}
.cid-rJiPxl3zKX .google-map {
  height: 25rem;
  position: relative;
}
.cid-rJiPxl3zKX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rJiPxl3zKX .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rJiPxl3zKX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rJiPxl3zKX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rJiPMLOvHJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hamaika-izpi-bittorx-13-1500x1125.jpg");
}
.cid-rJiPMLOvHJ .title {
  margin-bottom: 2rem;
}
.cid-rJiPMLOvHJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rJiPMLOvHJ a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rJiPMLOvHJ a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rJiPMLOvHJ .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-rJiPMLOvHJ .input-group-btn {
  display: block;
  text-align: center;
}
.cid-rJiPMLOvHJ H2 {
  color: #ffffff;
}
.cid-rJiPMLOvHJ LABEL {
  color: #ffffff;
}
.cid-rJiQrs34tl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hamaika-izpi-1500px-1500x600.jpg");
}
.cid-rJiQrs34tl .mbr-iconfont-social {
  font-size: 32px;
  color: #232323;
}
.cid-rJiQrs34tl .social-list a:focus {
  text-decoration: none;
}
.cid-rJiPTFg42y {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-rJiPTFg42y .content {
    text-align: center;
  }
  .cid-rJiPTFg42y .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rJiPTFg42y .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rJiPTFg42y .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rJiPTFg42y .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rJiPTFg42y .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rJiPTFg42y .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rJiPTFg42y .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rJiPTFg42y .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rJiPTFg42y .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rJiPTFg42y .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rJiPTFg42y .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rJiPTFg42y .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rJiPTFg42y P {
  color: #ffffff;
}
.cid-rJiPkBFRH1 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
.cid-rJiPkBFRH1 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-rJiPkBFRH1 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rJiPkBFRH1 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rJiPkBFRH1 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rJiPkBFRH1 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rJiPkBFRH1 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rJiPkBFRH1 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rJiPkBFRH1 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rJiPkBFRH1 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rJiPkBFRH1 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rJiPkBFRH1 .media-container-row .row-copirayt {
  word-break: break-word;
}
.cid-thdWYn4qQs .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-thdWYn4qQs .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-thdWYn4qQs a {
  font-style: normal;
}
.cid-thdWYn4qQs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-thdWYn4qQs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-thdWYn4qQs .nav-item:focus,
.cid-thdWYn4qQs .nav-link:focus {
  outline: none;
}
.cid-thdWYn4qQs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-thdWYn4qQs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-thdWYn4qQs .menu-logo {
  margin-right: auto;
}
.cid-thdWYn4qQs .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thdWYn4qQs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-thdWYn4qQs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-thdWYn4qQs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-thdWYn4qQs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-thdWYn4qQs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-thdWYn4qQs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-thdWYn4qQs .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-thdWYn4qQs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-thdWYn4qQs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-thdWYn4qQs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-thdWYn4qQs .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-thdWYn4qQs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-thdWYn4qQs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thdWYn4qQs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-thdWYn4qQs .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thdWYn4qQs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-thdWYn4qQs .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-thdWYn4qQs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-thdWYn4qQs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-thdWYn4qQs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-thdWYn4qQs .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-thdWYn4qQs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-thdWYn4qQs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-thdWYn4qQs button.navbar-toggler:focus {
  outline: none;
}
.cid-thdWYn4qQs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-thdWYn4qQs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thdWYn4qQs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thdWYn4qQs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thdWYn4qQs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thdWYn4qQs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thdWYn4qQs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thdWYn4qQs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thdWYn4qQs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thdWYn4qQs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thdWYn4qQs .collapsed .btn {
  display: -webkit-flex;
}
.cid-thdWYn4qQs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-thdWYn4qQs .collapsed .navbar-collapse.collapsing,
.cid-thdWYn4qQs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-thdWYn4qQs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-thdWYn4qQs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-thdWYn4qQs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-thdWYn4qQs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-thdWYn4qQs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-thdWYn4qQs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-thdWYn4qQs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-thdWYn4qQs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-thdWYn4qQs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-thdWYn4qQs .collapsed button.navbar-toggler {
  display: block;
}
.cid-thdWYn4qQs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-thdWYn4qQs .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thdWYn4qQs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-thdWYn4qQs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-thdWYn4qQs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-thdWYn4qQs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-thdWYn4qQs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thdWYn4qQs img {
    height: 3.8rem !important;
  }
  .cid-thdWYn4qQs .btn {
    display: -webkit-flex;
  }
  .cid-thdWYn4qQs button.navbar-toggler {
    display: block;
  }
  .cid-thdWYn4qQs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-thdWYn4qQs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thdWYn4qQs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-thdWYn4qQs .navbar-collapse.collapsing,
  .cid-thdWYn4qQs .navbar-collapse.show {
    display: block !important;
  }
  .cid-thdWYn4qQs .navbar-collapse.collapsing .navbar-nav,
  .cid-thdWYn4qQs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-thdWYn4qQs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-thdWYn4qQs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-thdWYn4qQs .navbar-collapse.collapsing .navbar-buttons,
  .cid-thdWYn4qQs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-thdWYn4qQs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-thdWYn4qQs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-thdWYn4qQs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-thdWYn4qQs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-thdWYn4qQs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-thdWYn4qQs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-thdWYn4qQs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-thdWYn4qQs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-thdWYn4qQs .nav-link:hover,
.cid-thdWYn4qQs .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-thdWYnfDGc .modal-body .close {
  background: #1b1b1b;
}
.cid-thdWYnfDGc .modal-body .close span {
  font-style: normal;
}
.cid-thdWYnfDGc .carousel-inner > .active,
.cid-thdWYnfDGc .carousel-inner > .next,
.cid-thdWYnfDGc .carousel-inner > .prev {
  display: table;
}
.cid-thdWYnfDGc .carousel-control .icon-next,
.cid-thdWYnfDGc .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-thdWYnfDGc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thdWYnfDGc .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-thdWYnfDGc .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-thdWYnfDGc .boxed-slider > div {
  position: relative;
}
.cid-thdWYnfDGc .container img {
  width: 100%;
}
.cid-thdWYnfDGc .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-thdWYnfDGc .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-thdWYnfDGc .mbr-table-cell {
  padding: 0;
}
.cid-thdWYnfDGc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-thdWYnfDGc .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-thdWYnfDGc .mbr-overlay {
  z-index: 1;
}
.cid-thdWYnfDGc .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-thdWYnfDGc .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-thdWYnfDGc .carousel-item .container {
    width: 100%;
  }
}
.cid-thdWYnfDGc .carousel-item-next.carousel-item-left,
.cid-thdWYnfDGc .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-thdWYnfDGc .active.carousel-item-right,
.cid-thdWYnfDGc .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-thdWYnfDGc .active.carousel-item-left,
.cid-thdWYnfDGc .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-thdWYnfDGc .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0);
  border: 0px solid #fff;
  border-radius: 0%;
  transition: all .3s;
}
.cid-thdWYnfDGc .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thdWYnfDGc .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-thdWYnfDGc .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 0rem;
}
@media (max-width: 767px) {
  .cid-thdWYnfDGc .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-thdWYnfDGc .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-thdWYnfDGc .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-thdWYnfDGc .mbr-slider .carousel-indicators li.active,
.cid-thdWYnfDGc .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-thdWYnfDGc .mbr-slider .carousel-indicators li::after,
.cid-thdWYnfDGc .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-thdWYnfDGc .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-thdWYnfDGc .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-thdWYnfDGc .mbr-slider > .container img {
  width: 100%;
}
.cid-thdWYnfDGc .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-thdWYnfDGc .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-thdWYnfDGc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-thdWYnfDGc .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-thdWYnfDGc .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-thdWYnfDGc .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-thdWYnfDGc .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-thdWYnfDGc .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-thdWYnfDGc .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-thdWYnfDGc .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-thdWYnfDGc .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-thdWYnfDGc .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-thdWYnfDGc .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-thdWYnfDGc H2 {
  text-align: center;
}
.cid-thdWYnfDGc P {
  text-align: center;
}
.cid-thdWYnmDpJ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thdWYnmDpJ .mbr-section-subtitle {
  color: #767676;
}
.cid-thdWYnuTnR {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thdWYnuTnR .mbr-section-subtitle {
  color: #767676;
}
.cid-thdWYnBHFN {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-thdWYnBHFN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-thdWYnBHFN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thdWYnBHFN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-thdWYnBHFN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-thdWYnBHFN .row > .row {
  display: block;
}
.cid-thdWYnBHFN .mbr-gallery-item {
  width: 100%;
}
.cid-thdWYnBHFN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-thdWYnBHFN .mbr-gallery-item > div {
  position: relative;
}
.cid-thdWYnBHFN .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-thdWYnBHFN .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-thdWYnBHFN .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-thdWYnBHFN .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-thdWYolgGq {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thdWYolgGq .mbr-section-subtitle {
  color: #767676;
}
.cid-thdWYoyhxG {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-thdWYoyhxG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-thdWYoyhxG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thdWYoyhxG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-thdWYoyhxG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-thdWYoyhxG .row > .row {
  display: block;
}
.cid-thdWYoyhxG .mbr-gallery-item {
  width: 100%;
}
.cid-thdWYoyhxG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-thdWYoyhxG .mbr-gallery-item > div {
  position: relative;
}
.cid-thdWYoyhxG .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-thdWYoyhxG .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-thdWYoyhxG .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-thdWYoyhxG .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-thdWYpesWO {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thdWYpesWO .mbr-section-subtitle {
  color: #767676;
}
.cid-thdWYpn2ql {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-thdWYpn2ql .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-thdWYpn2ql .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thdWYpn2ql .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-thdWYpn2ql .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-thdWYpn2ql .row > .row {
  display: block;
}
.cid-thdWYpn2ql .mbr-gallery-item {
  width: 100%;
}
.cid-thdWYpn2ql .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-thdWYpn2ql .mbr-gallery-item > div {
  position: relative;
}
.cid-thdWYpn2ql .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-thdWYpn2ql .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-thdWYpn2ql .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-thdWYpn2ql .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-thdWYpPceW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thdWYpPceW .mbr-section-subtitle {
  color: #767676;
}
.cid-thdWYq1zi1 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-thdWYq1zi1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-thdWYq1zi1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thdWYq1zi1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-thdWYq1zi1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-thdWYq1zi1 .row > .row {
  display: block;
}
.cid-thdWYq1zi1 .mbr-gallery-item {
  width: 100%;
}
.cid-thdWYq1zi1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-thdWYq1zi1 .mbr-gallery-item > div {
  position: relative;
}
.cid-thdWYq1zi1 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-thdWYq1zi1 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-thdWYq1zi1 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-thdWYq1zi1 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-thdWYqxmdf {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thdWYqxmdf .mbr-section-subtitle {
  color: #767676;
}
.cid-thdWYqJmkB {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-thdWYqJmkB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-thdWYqJmkB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thdWYqJmkB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-thdWYqJmkB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-thdWYqJmkB .row > .row {
  display: block;
}
.cid-thdWYqJmkB .mbr-gallery-item {
  width: 100%;
}
.cid-thdWYqJmkB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-thdWYqJmkB .mbr-gallery-item > div {
  position: relative;
}
.cid-thdWYqJmkB .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-thdWYqJmkB .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-thdWYqJmkB .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-thdWYqJmkB .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-thdWYrc4qH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-thdWYrc4qH .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-thdWYrc4qH .carousel-item.active,
.cid-thdWYrc4qH .carousel-item-next,
.cid-thdWYrc4qH .carousel-item-prev {
  display: flex;
}
.cid-thdWYrc4qH .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-thdWYrc4qH .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-thdWYrc4qH .carousel-controls a:hover span {
  opacity: 1;
}
.cid-thdWYrc4qH .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-thdWYrc4qH .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-thdWYrc4qH .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-thdWYrAbbt {
  padding-top: 105px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/hamaika-izpi-bittorx-3-1500x1125.jpg");
}
.cid-thdWYrAbbt .nav-tabs .nav-item.open .nav-link:focus,
.cid-thdWYrAbbt .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-thdWYrAbbt .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-thdWYrAbbt .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-thdWYrAbbt .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  border: 1px solid #ffffff;
  transition: all .5s;
}
.cid-thdWYrAbbt .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #96784b;
}
.cid-thdWYrAbbt .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #96784b;
  border-color: #96784b;
}
.cid-thdWYrAbbt .nav-tabs .nav-link.active:hover {
  background-color: #96784b;
}
.cid-thdWYrAbbt p {
  color: #ffffff;
}
.cid-thdWYrAbbt .mbr-text {
  text-align: center;
}
.cid-thdWYrTQ6d {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #dbd4b8, #25aab2);
}
.cid-thdWYrTQ6d .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-thdWYrTQ6d .main .mbr-section-btn {
  text-align: left;
}
.cid-thdWYrTQ6d .btn {
  margin: 0 0 .5rem 0;
}
.cid-thdWYrTQ6d H2 {
  text-align: left;
}
.cid-thdWYrTQ6d H3 {
  text-align: left;
}
.cid-thdWYs7zLd {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-thdWYs7zLd H1 {
  color: #232323;
}
.cid-thdWYs7zLd H3 {
  color: #232323;
}
.cid-thdWYs7zLd P {
  color: #232323;
}
.cid-thdWYsofo4 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-thdWYsDXa7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-thdWYsDXa7 .mbr-text {
  color: #efefef;
}
.cid-thdWYsDXa7 .mbr-text p {
  background: #232323;
}
.cid-thdWYsUmwL {
  background: #ffffff;
}
.cid-thdWYsUmwL .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-thdWYsUmwL .video-block {
    width: 100% !important;
  }
}
.cid-thdWYt8HZL {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-thdWYt8HZL H1 {
  color: #232323;
}
.cid-thdWYt8HZL H3 {
  color: #232323;
}
.cid-thdWYt8HZL P {
  color: #232323;
}
.cid-thdWYtocSv {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-thdWYtocSv p {
  color: #767676;
}
.cid-thdWYtocSv .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-thdWYtocSv .toggle-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-thdWYtocSv .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-thdWYtocSv .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-thdWYtocSv .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
}
.cid-thdWYtocSv .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-thdWYtocSv .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-thdWYtocSv .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-thdWYtocSv .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
}
@media (max-width: 991px) {
  .cid-thdWYtocSv .mbr-figure {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thdWYtocSv .mbr-figure {
    padding-left: 4rem;
  }
}
.cid-thdWYtKgdn {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-thdWYtKgdn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-thdWYtKgdn p {
  color: #767676;
  margin: 0;
}
.cid-thdWYtKgdn .card-box {
  background-color: #ffffff;
  background-color: transparent;
}
.cid-thdWYtKgdn .mbr-section-btn {
  padding-top: 1rem;
}
.cid-thdWYtKgdn .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-thdWYtKgdn .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-thdWYtKgdn .border_wrapper {
  border-left: 1px solid #efefef;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-thdWYtKgdn .border_wrapper {
    border-left: none;
    padding-left: 0;
  }
  .cid-thdWYtKgdn .mbr-section-btn a {
    padding: 1rem 2rem;
  }
  .cid-thdWYtKgdn .mbr-figure {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-thdWYtKgdn .wrapper {
    align-items: center;
    text-align: center;
  }
  .cid-thdWYtKgdn .col-left h4 {
    padding-top: 1rem;
  }
  .cid-thdWYtKgdn p.col-right {
    padding-top: 1rem;
  }
}
.cid-thdWYu7GIm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-thdWYu7GIm .mbr-section-subtitle {
  color: #767676;
}
.cid-thdWYu7GIm .formoid {
  margin: auto;
}
.cid-thdWYu7GIm .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-thdWYu7GIm a.btn {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
}
.cid-thdWYu7GIm .input-group-btn {
  align-self: center;
  -webkit-align-self: center;
  z-index: 3;
}
.cid-thdWYu7GIm .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.cid-thdWYu7GIm a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-thdWYu7GIm a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-thdWYu7GIm .mbr-subscribe .input-group-btn {
  display: inline-block;
}
.cid-thdWYu7GIm .mbr-subscribe .input-group-btn button,
.cid-thdWYu7GIm .mbr-subscribe .input-group-btn a {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 350px) {
  .cid-thdWYu7GIm .mbr-subscribe {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thdWYu7GIm input[type="email"] {
    width: 100%;
    margin-bottom: 2px;
  }
  .cid-thdWYu7GIm .input-group-btn {
    width: 100%;
  }
  .cid-thdWYu7GIm .input-group-btn .btn {
    border-radius: 3px;
  }
}
@media (max-width: 768px) {
  .cid-thdWYu7GIm .input-group-btn a.btn {
    width: 100%;
  }
  .cid-thdWYu7GIm .input-group-btn {
    width: calc(92%);
  }
  .cid-thdWYu7GIm .input-group-btn button[type="submit"] {
    width: 100%;
  }
  .cid-thdWYu7GIm .input-group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: auto;
    max-width: 300px;
  }
  .cid-thdWYu7GIm .input-group input[type="email"] {
    width: 100%;
    margin-bottom: 3px;
  }
  .cid-thdWYu7GIm .input-group span {
    display: inline;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-thdWYu7GIm .input-group-btn button,
  .cid-thdWYu7GIm .input-group-btn a {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 769px) {
  .cid-thdWYu7GIm .mbr-subscribe > * {
    margin: 0 0.5rem;
  }
}
.cid-thdWYunvxR .google-map {
  height: 25rem;
  position: relative;
}
.cid-thdWYunvxR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-thdWYunvxR .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-thdWYunvxR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-thdWYunvxR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-thdWYuVmk3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hamaika-izpi-bittorx-13-1500x1125.jpg");
}
.cid-thdWYuVmk3 .title {
  margin-bottom: 2rem;
}
.cid-thdWYuVmk3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-thdWYuVmk3 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-thdWYuVmk3 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-thdWYuVmk3 .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-thdWYuVmk3 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-thdWYuVmk3 H2 {
  color: #ffffff;
}
.cid-thdWYuVmk3 LABEL {
  color: #ffffff;
}
.cid-thdWYvfxyI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hamaika-izpi-1500px-1500x600.jpg");
}
.cid-thdWYvfxyI .mbr-iconfont-social {
  font-size: 32px;
  color: #232323;
}
.cid-thdWYvfxyI .social-list a:focus {
  text-decoration: none;
}
.cid-thdWYvzbWD {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-thdWYvzbWD .content {
    text-align: center;
  }
  .cid-thdWYvzbWD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-thdWYvzbWD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-thdWYvzbWD .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-thdWYvzbWD .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-thdWYvzbWD .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-thdWYvzbWD .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-thdWYvzbWD .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-thdWYvzbWD .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-thdWYvzbWD .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thdWYvzbWD .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-thdWYvzbWD .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thdWYvzbWD .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-thdWYvzbWD P {
  color: #ffffff;
}
.cid-thdWYvUqTN {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
.cid-thdWYvUqTN .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-thdWYvUqTN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-thdWYvUqTN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-thdWYvUqTN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-thdWYvUqTN .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-thdWYvUqTN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-thdWYvUqTN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thdWYvUqTN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-thdWYvUqTN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thdWYvUqTN .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-thdWYvUqTN .media-container-row .row-copirayt {
  word-break: break-word;
}
