body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.81rem !important;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.4rem 1rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #3eb918 !important;
}
.bg-success {
  background-color: #fff000 !important;
}
.bg-info {
  background-color: #61728a !important;
}
.bg-warning {
  background-color: #d52b27 !important;
}
.bg-danger {
  background-color: #1352ff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3eb918 !important;
  border-color: #3eb918 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #27750f !important;
  border-color: #27750f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #27750f !important;
  border-color: #27750f !important;
}
.btn-primary:hover {
  background-color: #3eb918 !important;
  border-color: #3eb918 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #282f39 !important;
  border-color: #282f39 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #080a0c !important;
  border-color: #080a0c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #080a0c !important;
  border-color: #080a0c !important;
}
.btn-secondary:hover {
  background-color: #3eb918 !important;
  border-color: #3eb918 !important;
}
.btn-info,
.btn-info:active {
  background-color: #61728a !important;
  border-color: #61728a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #414d5d !important;
  border-color: #414d5d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #414d5d !important;
  border-color: #414d5d !important;
}
.btn-info:hover {
  background-color: #3eb918 !important;
  border-color: #3eb918 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff000 !important;
  border-color: #fff000 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #b3a800 !important;
  border-color: #b3a800 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b3a800 !important;
  border-color: #b3a800 !important;
}
.btn-success:hover {
  background-color: #3eb918 !important;
  border-color: #3eb918 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d52b27 !important;
  border-color: #d52b27 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #941e1b !important;
  border-color: #941e1b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #941e1b !important;
  border-color: #941e1b !important;
}
.btn-warning:hover {
  background-color: #3eb918 !important;
  border-color: #3eb918 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1352ff !important;
  border-color: #1352ff !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0035c5 !important;
  border-color: #0035c5 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0035c5 !important;
  border-color: #0035c5 !important;
}
.btn-danger:hover {
  background-color: #3eb918 !important;
  border-color: #3eb918 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #3eb918 !important;
  border-color: #3eb918 !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #3eb918 !important;
  border-color: #3eb918 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #3eb918;
  color: #3eb918;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #3eb918;
  border-color: #3eb918;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3eb918 !important;
  border-color: #3eb918 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #282f39;
  color: #282f39;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #282f39;
  border-color: #282f39;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #282f39 !important;
  border-color: #282f39 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #61728a;
  color: #61728a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #61728a;
  border-color: #61728a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #61728a !important;
  border-color: #61728a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #fff000;
  color: #fff000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #fff000;
  border-color: #fff000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #fff000 !important;
  border-color: #fff000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #d52b27;
  color: #d52b27;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #d52b27;
  border-color: #d52b27;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d52b27 !important;
  border-color: #d52b27 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #1352ff;
  color: #1352ff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #1352ff;
  border-color: #1352ff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1352ff !important;
  border-color: #1352ff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.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 {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #3eb918 !important;
}
.text-secondary {
  color: #282f39 !important;
}
.text-success {
  color: #fff000 !important;
}
.text-info {
  color: #61728a !important;
}
.text-warning {
  color: #d52b27 !important;
}
.text-danger {
  color: #1352ff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #73e84f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #526075 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fff666 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #99a6b8 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e77e7b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #799dff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #61728a;
}
.alert-warning {
  background-color: #d52b27;
}
.alert-danger {
  background-color: #1352ff;
}
.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: 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: #3eb918;
  border-color: #3eb918;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #3eb918;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #85eb65;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffccc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a8b3c2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f7d2d1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfe8ff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
blockquote {
  border-color: #3eb918;
}
/* 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);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3eb918;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3eb918;
  border-bottom-color: #3eb918;
}
.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: #3eb918 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #282f39 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%233eb918' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tBHqSNCGlh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .nav-item,
.cid-tBHqSNCGlh .nav-link,
.cid-tBHqSNCGlh .navbar-caption {
  font-weight: normal;
}
.cid-tBHqSNCGlh .nav-item:focus,
.cid-tBHqSNCGlh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBHqSNCGlh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBHqSNCGlh .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-tBHqSNCGlh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.opened {
  transition: all 0.3s;
  background: #212121 !important;
}
.cid-tBHqSNCGlh .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-tBHqSNCGlh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBHqSNCGlh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1rem);
  }
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tBHqSNCGlh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-tBHqSNCGlh .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBHqSNCGlh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBHqSNCGlh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tBHqSNCGlh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tBHqSNCGlh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-tBHqSNCGlh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tBHqSNCGlh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBHqSNCGlh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBHqSNCGlh .navbar.navbar-short {
  background: #212121 !important;
  min-height: 60px;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBHqSNCGlh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tBHqSNCGlh .dropdown-item.active,
.cid-tBHqSNCGlh .dropdown-item:active {
  background-color: transparent;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBHqSNCGlh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBHqSNCGlh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBHqSNCGlh .navbar-buttons {
  text-align: center;
}
.cid-tBHqSNCGlh .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-tBHqSNCGlh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tBHqSNCGlh a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-tBHqSNCGlh .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tBHqSNCGlh .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tBHqSNCGlh .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBHqSNCGlh .navbar {
    height: 77px;
  }
  .cid-tBHqSNCGlh .navbar.opened {
    height: auto;
  }
  .cid-tBHqSNCGlh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s0mLlD9jIO .modal-body .close {
  background: #1b1b1b;
}
.cid-s0mLlD9jIO .modal-body .close span {
  font-style: normal;
}
.cid-s0mLlD9jIO .carousel-inner > .active,
.cid-s0mLlD9jIO .carousel-inner > .next,
.cid-s0mLlD9jIO .carousel-inner > .prev {
  display: table;
}
.cid-s0mLlD9jIO .carousel-control .icon-next,
.cid-s0mLlD9jIO .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s0mLlD9jIO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0mLlD9jIO .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s0mLlD9jIO .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s0mLlD9jIO .boxed-slider > div {
  position: relative;
}
.cid-s0mLlD9jIO .container img {
  width: 100%;
}
.cid-s0mLlD9jIO .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-s0mLlD9jIO .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s0mLlD9jIO .mbr-table-cell {
  padding: 0;
}
.cid-s0mLlD9jIO .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s0mLlD9jIO .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s0mLlD9jIO .mbr-overlay {
  z-index: 1;
}
.cid-s0mLlD9jIO .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s0mLlD9jIO .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-s0mLlD9jIO .carousel-item .container {
    width: 100%;
  }
}
.cid-s0mLlD9jIO .carousel-item-next.carousel-item-left,
.cid-s0mLlD9jIO .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s0mLlD9jIO .active.carousel-item-right,
.cid-s0mLlD9jIO .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s0mLlD9jIO .active.carousel-item-left,
.cid-s0mLlD9jIO .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s0mLlD9jIO .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s0mLlD9jIO .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s0mLlD9jIO .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s0mLlD9jIO .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-s0mLlD9jIO .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s0mLlD9jIO .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s0mLlD9jIO .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-s0mLlD9jIO .mbr-slider .carousel-indicators li.active,
.cid-s0mLlD9jIO .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s0mLlD9jIO .mbr-slider .carousel-indicators li::after,
.cid-s0mLlD9jIO .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s0mLlD9jIO .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s0mLlD9jIO .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s0mLlD9jIO .mbr-slider > .container img {
  width: 100%;
}
.cid-s0mLlD9jIO .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-s0mLlD9jIO .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s0mLlD9jIO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s0mLlD9jIO .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s0mLlD9jIO .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s0mLlD9jIO .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s0mLlD9jIO .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s0mLlD9jIO .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s0mLlD9jIO .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s0mLlD9jIO .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s0mLlD9jIO .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s0mLlD9jIO .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s0mLlD9jIO .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s0mLlD9jIO P {
  color: #ffffff;
}
.cid-s0mLlD9jIO H2 {
  color: #000000;
}
.cid-s0n5xbQZS4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-s0nfqib7bo {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s0nfqib7bo .container-fluid {
  padding: 0 3rem;
}
.cid-s0nfqib7bo .card {
  display: block;
}
.cid-s0nfqib7bo .card .card-wrapper {
  height: 1%;
}
.cid-s0nfqib7bo .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-s0nfqib7bo .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-s0nfqib7bo .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-s0nfqib7bo .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-s0nfqib7bo .container-fluid {
    padding: 0 1rem;
  }
  .cid-s0nfqib7bo .text-row {
    padding-bottom: 1rem;
  }
}
.cid-s0nl5S3d2c {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s0nl5S3d2c .container-fluid {
  padding: 0 3rem;
}
.cid-s0nl5S3d2c .card {
  display: block;
}
.cid-s0nl5S3d2c .card .card-wrapper {
  height: 1%;
}
.cid-s0nl5S3d2c .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-s0nl5S3d2c .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-s0nl5S3d2c .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-s0nl5S3d2c .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-s0nl5S3d2c .container-fluid {
    padding: 0 1rem;
  }
  .cid-s0nl5S3d2c .text-row {
    padding-bottom: 1rem;
  }
}
.cid-s0nq7HX4pl {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s0nq7HX4pl .container-fluid {
  padding: 0 3rem;
}
.cid-s0nq7HX4pl .card {
  display: block;
}
.cid-s0nq7HX4pl .card .card-wrapper {
  height: 1%;
}
.cid-s0nq7HX4pl .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-s0nq7HX4pl .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-s0nq7HX4pl .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-s0nq7HX4pl .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-s0nq7HX4pl .container-fluid {
    padding: 0 1rem;
  }
  .cid-s0nq7HX4pl .text-row {
    padding-bottom: 1rem;
  }
}
.cid-s0nxddYeiN {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/p3220420-2000x1500.jpg");
}
.cid-s0nxddYeiN .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-s0nxddYeiN .form-group {
  margin-bottom: 1rem;
}
.cid-s0nxddYeiN .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-s0nxddYeiN textarea.form-control {
  min-height: 96px;
}
.cid-s0nxddYeiN .input-group-btn {
  width: 100%;
}
.cid-s0nxddYeiN .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-s0nxddYeiN .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-s0nxddYeiN .google-map {
  width: 100%;
  height: 25rem;
}
.cid-s0nxddYeiN .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-s0nxddYeiN .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-s0nxddYeiN .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.cid-s0nxddYeiN .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-s0nxddYeiN .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0nxddYeiN .form-subtitle {
    text-align: center;
  }
}
.cid-s0nxddYeiN .main-title {
  color: #ffffff;
}
.cid-s0nxddYeiN .form-title {
  color: #ffffff;
}
.cid-s0nxddYeiN .first-column {
  color: #ffffff;
  text-align: left;
}
.cid-s0nxddYeiN .second-column {
  color: #ffffff;
}
.cid-s0nxddYeiN LABEL {
  color: #000000;
}
.cid-s0nE5HgvCu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-s0nE5HgvCu .content {
    text-align: center;
  }
  .cid-s0nE5HgvCu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0nE5HgvCu .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s0nE5HgvCu .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s0nE5HgvCu .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s0nE5HgvCu .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s0nE5HgvCu .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s0nE5HgvCu .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-s0nE5HgvCu .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s0nE5HgvCu .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0nE5HgvCu .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0nE5HgvCu .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0nE5HgvCu .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sfnfmPXcrF.popup-builder {
  background-color: #ffffff;
}
.cid-sfnfmPXcrF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sfnfmPXcrF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sfnfmPXcrF .modal-content,
.cid-sfnfmPXcrF .modal-dialog {
  height: auto;
}
.cid-sfnfmPXcrF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sfnfmPXcrF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sfnfmPXcrF .form-wrapper .mbr-form .form-group,
  .cid-sfnfmPXcrF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sfnfmPXcrF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sfnfmPXcrF .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfnfmPXcrF .mbr-text {
  text-align: center;
}
.cid-sfnfmPXcrF .pt-0 {
  padding-top: 0 !important;
}
.cid-sfnfmPXcrF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sfnfmPXcrF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sfnfmPXcrF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sfnfmPXcrF .modal-open {
  overflow: hidden;
}
.cid-sfnfmPXcrF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sfnfmPXcrF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sfnfmPXcrF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sfnfmPXcrF .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sfnfmPXcrF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sfnfmPXcrF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sfnfmPXcrF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sfnfmPXcrF .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sfnfmPXcrF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sfnfmPXcrF .modal-backdrop.fade {
  opacity: 0;
}
.cid-sfnfmPXcrF .modal-backdrop.show {
  opacity: .5;
}
.cid-sfnfmPXcrF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sfnfmPXcrF .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sfnfmPXcrF .modal-header .close:hover {
  opacity: 1;
}
.cid-sfnfmPXcrF .modal-header .close:focus {
  outline: none;
}
.cid-sfnfmPXcrF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sfnfmPXcrF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sfnfmPXcrF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sfnfmPXcrF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sfnfmPXcrF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sfnfmPXcrF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sfnfmPXcrF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sfnfmPXcrF .modal-sm {
    max-width: 300px;
  }
  .cid-sfnfmPXcrF .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sfnfmPXcrF .modal-lg,
  .cid-sfnfmPXcrF .modal-xl {
    max-width: 800px;
  }
  .cid-sfnfmPXcrF .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sfnfmPXcrF .modal-xl {
    max-width: 1140px;
  }
  .cid-sfnfmPXcrF .container {
    max-width: 1140px;
  }
}
.cid-sfnfmPXcrF .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sfnfmPXcrF .container {
    max-width: 720px;
  }
}
.cid-sfnfmPXcrF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sfnfmPXcrF .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sfnfmPXcrF .form-group {
  margin-bottom: 1rem;
}
.cid-sfnfmPXcrF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sfnfmPXcrF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sfnfmPXcrF .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tBHqSNCGlh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .nav-item,
.cid-tBHqSNCGlh .nav-link,
.cid-tBHqSNCGlh .navbar-caption {
  font-weight: normal;
}
.cid-tBHqSNCGlh .nav-item:focus,
.cid-tBHqSNCGlh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBHqSNCGlh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBHqSNCGlh .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-tBHqSNCGlh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.opened {
  transition: all 0.3s;
  background: #212121 !important;
}
.cid-tBHqSNCGlh .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-tBHqSNCGlh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBHqSNCGlh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1rem);
  }
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tBHqSNCGlh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-tBHqSNCGlh .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBHqSNCGlh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBHqSNCGlh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tBHqSNCGlh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tBHqSNCGlh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-tBHqSNCGlh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tBHqSNCGlh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBHqSNCGlh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBHqSNCGlh .navbar.navbar-short {
  background: #212121 !important;
  min-height: 60px;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBHqSNCGlh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tBHqSNCGlh .dropdown-item.active,
.cid-tBHqSNCGlh .dropdown-item:active {
  background-color: transparent;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBHqSNCGlh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBHqSNCGlh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBHqSNCGlh .navbar-buttons {
  text-align: center;
}
.cid-tBHqSNCGlh .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-tBHqSNCGlh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tBHqSNCGlh a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-tBHqSNCGlh .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tBHqSNCGlh .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tBHqSNCGlh .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBHqSNCGlh .navbar {
    height: 77px;
  }
  .cid-tBHqSNCGlh .navbar.opened {
    height: auto;
  }
  .cid-tBHqSNCGlh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBHspdgiak {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBHspdgiak .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBHspdgiak .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tBHspdgiak .container {
    padding: 0 30px;
  }
}
.cid-tBHspdgiak .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tBHspdgiak .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-s2m0HfcXmI {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s2m0HfcXmI .mbr-section-subtitle {
  color: #767676;
}
.cid-s2m0E9AWvl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2m0E9AWvl .mbr-text {
  color: #000000;
}
.cid-s2m0E9AWvl .mbr-text p {
  background: #ffffff;
}
.cid-s2m1TeLlGt {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s2m1TeLlGt .mbr-text {
  color: #000000;
}
.cid-s2m1TeLlGt .mbr-text p {
  background: #ffffff;
}
.cid-s0pAaUR54B {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/p3220420-2000x1500.jpg");
}
.cid-s0pAaUR54B .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-s0pAaUR54B .form-group {
  margin-bottom: 1rem;
}
.cid-s0pAaUR54B .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-s0pAaUR54B textarea.form-control {
  min-height: 96px;
}
.cid-s0pAaUR54B .input-group-btn {
  width: 100%;
}
.cid-s0pAaUR54B .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-s0pAaUR54B .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-s0pAaUR54B .google-map {
  width: 100%;
  height: 25rem;
}
.cid-s0pAaUR54B .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-s0pAaUR54B .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-s0pAaUR54B .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.cid-s0pAaUR54B .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-s0pAaUR54B .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pAaUR54B .form-subtitle {
    text-align: center;
  }
}
.cid-s0pAaUR54B .main-title {
  color: #ffffff;
}
.cid-s0pAaUR54B .form-title {
  color: #ffffff;
}
.cid-s0pAaUR54B .first-column {
  color: #ffffff;
  text-align: left;
}
.cid-s0pAaUR54B .second-column {
  color: #ffffff;
}
.cid-s0pAaUR54B LABEL {
  color: #000000;
}
.cid-s0pAaYn0eO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-s0pAaYn0eO .content {
    text-align: center;
  }
  .cid-s0pAaYn0eO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pAaYn0eO .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s0pAaYn0eO .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s0pAaYn0eO .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s0pAaYn0eO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s0pAaYn0eO .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s0pAaYn0eO .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-s0pAaYn0eO .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s0pAaYn0eO .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0pAaYn0eO .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0pAaYn0eO .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0pAaYn0eO .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tBHs7jLFzJ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBHs7jLFzJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBHs7jLFzJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tBHs7jLFzJ .container {
    padding: 0 30px;
  }
}
.cid-tBHs7jLFzJ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tBHs7jLFzJ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tBHs6jsvVS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-tBHs6jsvVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBHs6jsvVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tBHs6jsvVS .container {
    padding: 0 30px;
  }
}
.cid-tBHs6jsvVS .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tBHs6jsvVS .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tBHqSNCGlh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .nav-item,
.cid-tBHqSNCGlh .nav-link,
.cid-tBHqSNCGlh .navbar-caption {
  font-weight: normal;
}
.cid-tBHqSNCGlh .nav-item:focus,
.cid-tBHqSNCGlh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBHqSNCGlh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBHqSNCGlh .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-tBHqSNCGlh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.opened {
  transition: all 0.3s;
  background: #212121 !important;
}
.cid-tBHqSNCGlh .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-tBHqSNCGlh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBHqSNCGlh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1rem);
  }
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tBHqSNCGlh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-tBHqSNCGlh .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBHqSNCGlh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBHqSNCGlh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tBHqSNCGlh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tBHqSNCGlh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-tBHqSNCGlh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tBHqSNCGlh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBHqSNCGlh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBHqSNCGlh .navbar.navbar-short {
  background: #212121 !important;
  min-height: 60px;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBHqSNCGlh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tBHqSNCGlh .dropdown-item.active,
.cid-tBHqSNCGlh .dropdown-item:active {
  background-color: transparent;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBHqSNCGlh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBHqSNCGlh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBHqSNCGlh .navbar-buttons {
  text-align: center;
}
.cid-tBHqSNCGlh .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-tBHqSNCGlh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tBHqSNCGlh a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-tBHqSNCGlh .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tBHqSNCGlh .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tBHqSNCGlh .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBHqSNCGlh .navbar {
    height: 77px;
  }
  .cid-tBHqSNCGlh .navbar.opened {
    height: auto;
  }
  .cid-tBHqSNCGlh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBHzOpcwVI {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f3f3f3;
}
.cid-tBHzOpcwVI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBHzOpcwVI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tBHzOpcwVI .container {
    padding: 0 30px;
  }
}
.cid-tBHzOpcwVI .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tBHzOpcwVI .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-s2mapqUe3w {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f3f3f3;
}
.cid-s2mapqUe3w .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s2mapqUe3w .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2mapqUe3w .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s2mapqUe3w .mbr-text {
    text-align: center;
  }
}
.cid-s2mapqUe3w .mbr-text,
.cid-s2mapqUe3w .mbr-section-btn {
  color: #000000;
}
.cid-s2mapqUe3w H1 {
  color: #000000;
}
.cid-s2me6OsjXk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2me6OsjXk .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-s2mer2Wc4q {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2mer2Wc4q .mbr-text,
.cid-s2mer2Wc4q blockquote {
  color: #767676;
}
.cid-s2mer2Wc4q .mbr-text {
  color: #000000;
}
.cid-s2mfKBfLDv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-s2mfKBfLDv .mbr-section-subtitle {
  color: #767676;
}
.cid-s2mfJ8f17G {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.cid-s2mfJ8f17G .mbr-text {
  color: #000000;
}
.cid-s2mgCzyIGl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s2mgCzyIGl .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2mgCzyIGl .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s2mgCzyIGl .mbr-text {
    text-align: center;
  }
}
.cid-s2mgCzyIGl H1 {
  color: #000000;
}
.cid-s2mgCzyIGl .mbr-text,
.cid-s2mgCzyIGl .mbr-section-btn {
  color: #000000;
}
.cid-s2mhQ5Jc7f {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f3f3f3;
}
.cid-s2mhQ5Jc7f .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s2mhQ5Jc7f .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2mhQ5Jc7f .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s2mhQ5Jc7f .mbr-text {
    text-align: center;
  }
}
.cid-s2mhQ5Jc7f H1 {
  color: #000000;
}
.cid-s2mhQ5Jc7f .mbr-text,
.cid-s2mhQ5Jc7f .mbr-section-btn {
  color: #000000;
}
.cid-s0pAq7ZPt3 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/p3220420-2000x1500.jpg");
}
.cid-s0pAq7ZPt3 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-s0pAq7ZPt3 .form-group {
  margin-bottom: 1rem;
}
.cid-s0pAq7ZPt3 .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-s0pAq7ZPt3 textarea.form-control {
  min-height: 96px;
}
.cid-s0pAq7ZPt3 .input-group-btn {
  width: 100%;
}
.cid-s0pAq7ZPt3 .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-s0pAq7ZPt3 .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-s0pAq7ZPt3 .google-map {
  width: 100%;
  height: 25rem;
}
.cid-s0pAq7ZPt3 .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-s0pAq7ZPt3 .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-s0pAq7ZPt3 .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.cid-s0pAq7ZPt3 .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-s0pAq7ZPt3 .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pAq7ZPt3 .form-subtitle {
    text-align: center;
  }
}
.cid-s0pAq7ZPt3 .main-title {
  color: #ffffff;
}
.cid-s0pAq7ZPt3 .form-title {
  color: #ffffff;
}
.cid-s0pAq7ZPt3 .first-column {
  color: #ffffff;
  text-align: left;
}
.cid-s0pAq7ZPt3 .second-column {
  color: #ffffff;
}
.cid-s0pAq7ZPt3 LABEL {
  color: #000000;
}
.cid-s0pAqaXa0m {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-s0pAqaXa0m .content {
    text-align: center;
  }
  .cid-s0pAqaXa0m .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pAqaXa0m .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s0pAqaXa0m .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s0pAqaXa0m .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s0pAqaXa0m .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s0pAqaXa0m .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s0pAqaXa0m .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-s0pAqaXa0m .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s0pAqaXa0m .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0pAqaXa0m .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0pAqaXa0m .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0pAqaXa0m .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-s2mipm9SQg.popup-builder {
  background-color: #ffffff;
}
.cid-s2mipm9SQg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s2mipm9SQg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s2mipm9SQg .modal-content,
.cid-s2mipm9SQg .modal-dialog {
  height: auto;
}
.cid-s2mipm9SQg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s2mipm9SQg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s2mipm9SQg .form-wrapper .mbr-form .form-group,
  .cid-s2mipm9SQg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s2mipm9SQg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s2mipm9SQg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2mipm9SQg .mbr-text {
  text-align: center;
}
.cid-s2mipm9SQg .pt-0 {
  padding-top: 0 !important;
}
.cid-s2mipm9SQg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s2mipm9SQg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s2mipm9SQg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s2mipm9SQg .modal-open {
  overflow: hidden;
}
.cid-s2mipm9SQg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s2mipm9SQg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s2mipm9SQg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s2mipm9SQg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s2mipm9SQg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s2mipm9SQg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s2mipm9SQg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s2mipm9SQg .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s2mipm9SQg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s2mipm9SQg .modal-backdrop.fade {
  opacity: 0;
}
.cid-s2mipm9SQg .modal-backdrop.show {
  opacity: .5;
}
.cid-s2mipm9SQg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s2mipm9SQg .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s2mipm9SQg .modal-header .close:hover {
  opacity: 1;
}
.cid-s2mipm9SQg .modal-header .close:focus {
  outline: none;
}
.cid-s2mipm9SQg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s2mipm9SQg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s2mipm9SQg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s2mipm9SQg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s2mipm9SQg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s2mipm9SQg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s2mipm9SQg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s2mipm9SQg .modal-sm {
    max-width: 300px;
  }
  .cid-s2mipm9SQg .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s2mipm9SQg .modal-lg,
  .cid-s2mipm9SQg .modal-xl {
    max-width: 800px;
  }
  .cid-s2mipm9SQg .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s2mipm9SQg .modal-xl {
    max-width: 1140px;
  }
  .cid-s2mipm9SQg .container {
    max-width: 1140px;
  }
}
.cid-s2mipm9SQg .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s2mipm9SQg .container {
    max-width: 720px;
  }
}
.cid-s2mipm9SQg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s2mipm9SQg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s2mipm9SQg .form-group {
  margin-bottom: 1rem;
}
.cid-s2mipm9SQg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s2mipm9SQg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s2mipm9SQg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tBHwra1axR {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f3f3f3;
}
.cid-tBHwra1axR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBHwra1axR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tBHwra1axR .container {
    padding: 0 30px;
  }
}
.cid-tBHwra1axR .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tBHwra1axR .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tBHsvmTmcC {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f3f3f3;
}
.cid-tBHsvmTmcC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBHsvmTmcC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tBHsvmTmcC .container {
    padding: 0 30px;
  }
}
.cid-tBHsvmTmcC .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tBHsvmTmcC .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tBHqSNCGlh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .nav-item,
.cid-tBHqSNCGlh .nav-link,
.cid-tBHqSNCGlh .navbar-caption {
  font-weight: normal;
}
.cid-tBHqSNCGlh .nav-item:focus,
.cid-tBHqSNCGlh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBHqSNCGlh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBHqSNCGlh .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-tBHqSNCGlh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.opened {
  transition: all 0.3s;
  background: #212121 !important;
}
.cid-tBHqSNCGlh .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-tBHqSNCGlh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBHqSNCGlh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1rem);
  }
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tBHqSNCGlh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-tBHqSNCGlh .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBHqSNCGlh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBHqSNCGlh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tBHqSNCGlh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tBHqSNCGlh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-tBHqSNCGlh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tBHqSNCGlh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBHqSNCGlh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBHqSNCGlh .navbar.navbar-short {
  background: #212121 !important;
  min-height: 60px;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBHqSNCGlh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tBHqSNCGlh .dropdown-item.active,
.cid-tBHqSNCGlh .dropdown-item:active {
  background-color: transparent;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBHqSNCGlh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBHqSNCGlh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBHqSNCGlh .navbar-buttons {
  text-align: center;
}
.cid-tBHqSNCGlh .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-tBHqSNCGlh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tBHqSNCGlh a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-tBHqSNCGlh .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tBHqSNCGlh .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tBHqSNCGlh .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBHqSNCGlh .navbar {
    height: 77px;
  }
  .cid-tBHqSNCGlh .navbar.opened {
    height: auto;
  }
  .cid-tBHqSNCGlh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG50DVJOiO {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/esk-celuloza-1920-1920x1441.jpg");
}
.cid-uG50DVJOiO .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uG50DVJOiO .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uG50DVJOiO .card-img span {
  font-size: 100px;
}
.cid-uG50DVJOiO .mbr-text,
.cid-uG50DVJOiO .mbr-section-btn {
  color: #000000;
}
.cid-uG50DVJOiO .mbr-section-title,
.cid-uG50DVJOiO .card-img {
  color: #000000;
}
.cid-s0pAB3Et9M {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-uG512bo79t {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uG512bo79t .link-wrap {
  width: 100%;
}
.cid-uG512bo79t .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uG512bo79t .container {
    max-width: 1400px;
  }
  .cid-uG512bo79t .col-lg-6 {
    max-width: 47%;
  }
}
.cid-uG512bo79t .row {
  justify-content: space-between;
}
.cid-uG512bo79t .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uG512bo79t .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  transition: all 0.3s;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uG512bo79t .link a:hover:before {
  right: -3px;
}
.cid-uG512bo79t .link,
.cid-uG512bo79t .link-wrap {
  color: #ffffff;
}
.cid-uG512bo79t .mbr-text,
.cid-uG512bo79t .mbr-section-btn {
  color: #333333;
}
.cid-uG512bo79t .card-title,
.cid-uG512bo79t .card-box {
  color: #228e00;
  text-align: center;
}
.cid-uG51bgss0s {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-uG51bgss0s a:link {
  text-decoration: none;
}
.cid-uG51bgss0s .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uG51bgss0s .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uG51bgss0s .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uG51bgss0s .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uG51bgss0s .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uG51bgss0s .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uG51bgss0s .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #3fac1d;
  position: relative;
  top: -19px;
}
.cid-uG51bgss0s .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #3fac1d;
}
.cid-uG51bgss0s .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uG51bgss0s .plan-title,
.cid-uG51bgss0s .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uG51bgss0s .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-uG51bgss0s .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uG51bgss0s .mbr-section-title span {
  color: #ffbc00;
}
.cid-uG50OJmc33 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.cid-uG50OJmc33 p {
  line-height: 1.6;
}
.cid-uG50OJmc33 .card-box {
  width: -webkit-fill-available;
}
.cid-uG50OJmc33 .card-img {
  width: auto;
}
.cid-uG50OJmc33 .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-uG50OJmc33 .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uG50OJmc33 .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-uG50OJmc33 .card {
  height: 100%;
  margin: auto;
}
.cid-uG50OJmc33 img {
  width: 100%;
  heigth: auto;
}
.cid-uG50OJmc33 .card-title1 {
  color: #000000;
  text-align: left;
}
.cid-uG50OJmc33 .mbr-text1 {
  color: #000000;
  text-align: left;
}
.cid-uG50OJmc33 .card-title2 {
  color: #000000;
}
.cid-uG50OJmc33 .mbr-text2 {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-uG50OJmc33 .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-uG50OJmc33 .card-img {
    order: 1;
  }
  .cid-uG50OJmc33 .card-box {
    order: 2;
  }
}
.cid-uG5ij9EeGE {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f3f3f3;
}
.cid-uG5ivwZoRJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uG5ivwZoRJ .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uG5ivwZoRJ .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uG5ivwZoRJ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uG5ivwZoRJ .mbr-text {
    text-align: center;
  }
}
.cid-uG5ivwZoRJ .mbr-text,
.cid-uG5ivwZoRJ .mbr-section-btn {
  color: #000000;
}
.cid-uG5ivwZoRJ H1 {
  color: #000000;
}
.cid-s0pABd8yd9 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/p3220420-2000x1500.jpg");
}
.cid-s0pABd8yd9 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-s0pABd8yd9 .form-group {
  margin-bottom: 1rem;
}
.cid-s0pABd8yd9 .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-s0pABd8yd9 textarea.form-control {
  min-height: 96px;
}
.cid-s0pABd8yd9 .input-group-btn {
  width: 100%;
}
.cid-s0pABd8yd9 .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-s0pABd8yd9 .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-s0pABd8yd9 .google-map {
  width: 100%;
  height: 25rem;
}
.cid-s0pABd8yd9 .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-s0pABd8yd9 .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-s0pABd8yd9 .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.cid-s0pABd8yd9 .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-s0pABd8yd9 .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pABd8yd9 .form-subtitle {
    text-align: center;
  }
}
.cid-s0pABd8yd9 .main-title {
  color: #ffffff;
}
.cid-s0pABd8yd9 .form-title {
  color: #ffffff;
}
.cid-s0pABd8yd9 .first-column {
  color: #ffffff;
  text-align: left;
}
.cid-s0pABd8yd9 .second-column {
  color: #ffffff;
}
.cid-s0pABd8yd9 LABEL {
  color: #000000;
}
.cid-s0pABg2KQS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-s0pABg2KQS .content {
    text-align: center;
  }
  .cid-s0pABg2KQS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pABg2KQS .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s0pABg2KQS .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s0pABg2KQS .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s0pABg2KQS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s0pABg2KQS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s0pABg2KQS .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-s0pABg2KQS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s0pABg2KQS .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0pABg2KQS .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0pABg2KQS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0pABg2KQS .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tBHqSNCGlh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .nav-item,
.cid-tBHqSNCGlh .nav-link,
.cid-tBHqSNCGlh .navbar-caption {
  font-weight: normal;
}
.cid-tBHqSNCGlh .nav-item:focus,
.cid-tBHqSNCGlh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBHqSNCGlh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBHqSNCGlh .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-tBHqSNCGlh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.opened {
  transition: all 0.3s;
  background: #212121 !important;
}
.cid-tBHqSNCGlh .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-tBHqSNCGlh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBHqSNCGlh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1rem);
  }
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tBHqSNCGlh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-tBHqSNCGlh .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBHqSNCGlh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBHqSNCGlh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tBHqSNCGlh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tBHqSNCGlh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-tBHqSNCGlh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tBHqSNCGlh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBHqSNCGlh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBHqSNCGlh .navbar.navbar-short {
  background: #212121 !important;
  min-height: 60px;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBHqSNCGlh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tBHqSNCGlh .dropdown-item.active,
.cid-tBHqSNCGlh .dropdown-item:active {
  background-color: transparent;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBHqSNCGlh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBHqSNCGlh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBHqSNCGlh .navbar-buttons {
  text-align: center;
}
.cid-tBHqSNCGlh .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-tBHqSNCGlh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tBHqSNCGlh a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-tBHqSNCGlh .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tBHqSNCGlh .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tBHqSNCGlh .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBHqSNCGlh .navbar {
    height: 77px;
  }
  .cid-tBHqSNCGlh .navbar.opened {
    height: auto;
  }
  .cid-tBHqSNCGlh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFTxuG8ouG {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/styroball-2-2000x1500.jpg");
}
.cid-uFTxuG8ouG .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uFTxuG8ouG .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uFTxuG8ouG .card-img span {
  font-size: 100px;
}
.cid-uFTxuG8ouG .mbr-text,
.cid-uFTxuG8ouG .mbr-section-btn {
  color: #000000;
}
.cid-uFTxuG8ouG .mbr-section-title,
.cid-uFTxuG8ouG .card-img {
  color: #000000;
}
.cid-uFTxQGq3mx {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFTxQGq3mx .link-wrap {
  width: 100%;
}
.cid-uFTxQGq3mx .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uFTxQGq3mx .container {
    max-width: 1400px;
  }
  .cid-uFTxQGq3mx .col-lg-6 {
    max-width: 47%;
  }
}
.cid-uFTxQGq3mx .row {
  justify-content: space-between;
}
.cid-uFTxQGq3mx .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uFTxQGq3mx .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  transition: all 0.3s;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uFTxQGq3mx .link a:hover:before {
  right: -3px;
}
.cid-uFTxQGq3mx .link,
.cid-uFTxQGq3mx .link-wrap {
  color: #ffffff;
}
.cid-uFTxQGq3mx .mbr-text,
.cid-uFTxQGq3mx .mbr-section-btn {
  color: #333333;
}
.cid-uFTxQGq3mx .card-title,
.cid-uFTxQGq3mx .card-box {
  color: #ff4e3c;
  text-align: center;
}
.cid-uFTycCpvTV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-uFTycCpvTV a:link {
  text-decoration: none;
}
.cid-uFTycCpvTV .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uFTycCpvTV .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uFTycCpvTV .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uFTycCpvTV .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uFTycCpvTV .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uFTycCpvTV .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uFTycCpvTV .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #3fac1d;
  position: relative;
  top: -19px;
}
.cid-uFTycCpvTV .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #3fac1d;
}
.cid-uFTycCpvTV .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uFTycCpvTV .plan-title,
.cid-uFTycCpvTV .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uFTycCpvTV .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-uFTycCpvTV .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uFTycCpvTV .mbr-section-title span {
  color: #ffbc00;
}
.cid-uFTy3AJqKJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
.cid-uFTy3AJqKJ p {
  line-height: 1.6;
}
.cid-uFTy3AJqKJ .card-box {
  width: -webkit-fill-available;
}
.cid-uFTy3AJqKJ .card-img {
  width: auto;
}
.cid-uFTy3AJqKJ .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-uFTy3AJqKJ .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFTy3AJqKJ .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-uFTy3AJqKJ .card {
  height: 100%;
  margin: auto;
}
.cid-uFTy3AJqKJ img {
  width: 100%;
  heigth: auto;
}
.cid-uFTy3AJqKJ .card-title1 {
  color: #000000;
  text-align: left;
}
.cid-uFTy3AJqKJ .mbr-text1 {
  color: #000000;
  text-align: left;
}
.cid-uFTy3AJqKJ .card-title2 {
  color: #000000;
}
.cid-uFTy3AJqKJ .mbr-text2 {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-uFTy3AJqKJ .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-uFTy3AJqKJ .card-img {
    order: 1;
  }
  .cid-uFTy3AJqKJ .card-box {
    order: 2;
  }
}
.cid-uFTztkDokL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f3f3f3;
}
.cid-uFTzCHRoEY {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFTzCHRoEY a:link {
  text-decoration: none;
}
.cid-uFTzCHRoEY .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uFTzCHRoEY .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uFTzCHRoEY .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uFTzCHRoEY .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uFTzCHRoEY .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uFTzCHRoEY .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uFTzCHRoEY .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #3fac1d;
  position: relative;
  top: -19px;
}
.cid-uFTzCHRoEY .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #3fac1d;
}
.cid-uFTzCHRoEY .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uFTzCHRoEY .plan-title,
.cid-uFTzCHRoEY .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uFTzCHRoEY .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-uFTzCHRoEY .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uFTzCHRoEY .mbr-section-title span {
  color: #ffbc00;
}
.cid-s0pAK8N2Q8 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/p3220420-2000x1500.jpg");
}
.cid-s0pAK8N2Q8 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-s0pAK8N2Q8 .form-group {
  margin-bottom: 1rem;
}
.cid-s0pAK8N2Q8 .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-s0pAK8N2Q8 textarea.form-control {
  min-height: 96px;
}
.cid-s0pAK8N2Q8 .input-group-btn {
  width: 100%;
}
.cid-s0pAK8N2Q8 .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-s0pAK8N2Q8 .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-s0pAK8N2Q8 .google-map {
  width: 100%;
  height: 25rem;
}
.cid-s0pAK8N2Q8 .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-s0pAK8N2Q8 .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-s0pAK8N2Q8 .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.cid-s0pAK8N2Q8 .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-s0pAK8N2Q8 .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pAK8N2Q8 .form-subtitle {
    text-align: center;
  }
}
.cid-s0pAK8N2Q8 .main-title {
  color: #ffffff;
}
.cid-s0pAK8N2Q8 .form-title {
  color: #ffffff;
}
.cid-s0pAK8N2Q8 .first-column {
  color: #ffffff;
  text-align: left;
}
.cid-s0pAK8N2Q8 .second-column {
  color: #ffffff;
}
.cid-s0pAK8N2Q8 LABEL {
  color: #000000;
}
.cid-s0pAKbV9YO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-s0pAKbV9YO .content {
    text-align: center;
  }
  .cid-s0pAKbV9YO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pAKbV9YO .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s0pAKbV9YO .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s0pAKbV9YO .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s0pAKbV9YO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s0pAKbV9YO .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s0pAKbV9YO .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-s0pAKbV9YO .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s0pAKbV9YO .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0pAKbV9YO .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0pAKbV9YO .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0pAKbV9YO .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tBHqSNCGlh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .nav-item,
.cid-tBHqSNCGlh .nav-link,
.cid-tBHqSNCGlh .navbar-caption {
  font-weight: normal;
}
.cid-tBHqSNCGlh .nav-item:focus,
.cid-tBHqSNCGlh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBHqSNCGlh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBHqSNCGlh .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-tBHqSNCGlh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.opened {
  transition: all 0.3s;
  background: #212121 !important;
}
.cid-tBHqSNCGlh .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-tBHqSNCGlh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBHqSNCGlh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1rem);
  }
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tBHqSNCGlh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-tBHqSNCGlh .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBHqSNCGlh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBHqSNCGlh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tBHqSNCGlh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tBHqSNCGlh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-tBHqSNCGlh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tBHqSNCGlh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBHqSNCGlh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBHqSNCGlh .navbar.navbar-short {
  background: #212121 !important;
  min-height: 60px;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBHqSNCGlh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tBHqSNCGlh .dropdown-item.active,
.cid-tBHqSNCGlh .dropdown-item:active {
  background-color: transparent;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBHqSNCGlh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBHqSNCGlh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBHqSNCGlh .navbar-buttons {
  text-align: center;
}
.cid-tBHqSNCGlh .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-tBHqSNCGlh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tBHqSNCGlh a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-tBHqSNCGlh .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tBHqSNCGlh .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tBHqSNCGlh .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBHqSNCGlh .navbar {
    height: 77px;
  }
  .cid-tBHqSNCGlh .navbar.opened {
    height: auto;
  }
  .cid-tBHqSNCGlh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s0pASpjYJ0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-uFqiRMk8RZ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/img-201-2000x1500.jpg");
}
.cid-uFqiRMk8RZ .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uFqiRMk8RZ .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uFqiRMk8RZ .card-img span {
  font-size: 100px;
}
.cid-uFqiRMk8RZ .mbr-text,
.cid-uFqiRMk8RZ .mbr-section-btn {
  color: #000000;
}
.cid-uFqiRMk8RZ .mbr-section-title,
.cid-uFqiRMk8RZ .card-img {
  color: #000000;
}
.cid-uFqiThv1qM {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFqiThv1qM .link-wrap {
  width: 100%;
}
.cid-uFqiThv1qM .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uFqiThv1qM .container {
    max-width: 1400px;
  }
  .cid-uFqiThv1qM .col-lg-6 {
    max-width: 47%;
  }
}
.cid-uFqiThv1qM .row {
  justify-content: space-between;
}
.cid-uFqiThv1qM .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uFqiThv1qM .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  transition: all 0.3s;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uFqiThv1qM .link a:hover:before {
  right: -3px;
}
.cid-uFqiThv1qM .link,
.cid-uFqiThv1qM .link-wrap {
  color: #ffffff;
}
.cid-uFqiThv1qM .mbr-text,
.cid-uFqiThv1qM .mbr-section-btn {
  color: #333333;
}
.cid-uFqiThv1qM .card-title,
.cid-uFqiThv1qM .card-box {
  color: #ff4e3c;
  text-align: center;
}
.cid-uFqjDHXV8J {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
.cid-uFqjDHXV8J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqjDHXV8J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqjDHXV8J .mbr-section-title {
  text-align: center;
}
.cid-uFqjDHXV8J .mbr-text {
  text-align: center;
}
.cid-uFqiV3M93X {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
.cid-uFqiV3M93X p {
  line-height: 1.6;
}
.cid-uFqiV3M93X .card-box {
  width: -webkit-fill-available;
}
.cid-uFqiV3M93X .card-img {
  width: auto;
}
.cid-uFqiV3M93X .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-uFqiV3M93X .mbr-iconfont {
  font-size: 1.5rem !important;
}
.cid-uFqiV3M93X .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-uFqiV3M93X .card {
  height: 100%;
  margin: auto;
}
.cid-uFqiV3M93X img {
  width: 100%;
  heigth: auto;
}
.cid-uFqiV3M93X .card-title1 {
  color: #000000;
  text-align: center;
}
.cid-uFqiV3M93X .mbr-text1 {
  color: #000000;
  text-align: left;
}
.cid-uFqiV3M93X .card-title2 {
  color: #000000;
  text-align: center;
}
.cid-uFqiV3M93X .mbr-text2 {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-uFqiV3M93X .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-uFqiV3M93X .card-img {
    order: 1;
  }
  .cid-uFqiV3M93X .card-box {
    order: 2;
  }
}
.cid-uFqiXdhmqk {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f3f3f3;
}
.cid-uFqiYtYQdW {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFqiYtYQdW .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uFqiYtYQdW .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uFqiYtYQdW .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uFqiYtYQdW .mbr-text {
    text-align: center;
  }
}
.cid-uFqiYtYQdW .mbr-text,
.cid-uFqiYtYQdW .mbr-section-btn {
  color: #000000;
}
.cid-uFqiYtYQdW H1 {
  color: #000000;
  text-align: left;
}
.cid-uDJr7iPWYs {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f3f3f3;
}
.cid-uDJr7iPWYs .item {
  padding-bottom: 2rem;
}
.cid-uDJr7iPWYs .item-wrapper {
  height: 400px;
  position: relative;
}
.cid-uDJr7iPWYs .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uDJr7iPWYs .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uDJr7iPWYs .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uDJr7iPWYs .carousel-control,
.cid-uDJr7iPWYs .close {
  background: #1b1b1b;
}
.cid-uDJr7iPWYs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uDJr7iPWYs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uDJr7iPWYs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uDJr7iPWYs .carousel-control-next span {
  margin-left: 5px;
}
.cid-uDJr7iPWYs .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uDJr7iPWYs .close::before {
  content: '\e91a';
}
.cid-uDJr7iPWYs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uDJr7iPWYs .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uDJr7iPWYs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uDJr7iPWYs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uDJr7iPWYs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uDJr7iPWYs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uDJr7iPWYs .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uDJr7iPWYs .carousel-indicators li.active,
.cid-uDJr7iPWYs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uDJr7iPWYs .carousel-indicators li::after,
.cid-uDJr7iPWYs .carousel-indicators li::before {
  content: none;
}
.cid-uDJr7iPWYs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uDJr7iPWYs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uDJr7iPWYs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uDJr7iPWYs .carousel-indicators {
    display: none;
  }
}
.cid-uDJr7iPWYs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uDJr7iPWYs .carousel-inner > .active {
  display: block;
}
.cid-uDJr7iPWYs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uDJr7iPWYs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uDJr7iPWYs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uDJr7iPWYs .carousel-control,
  .cid-uDJr7iPWYs .carousel-indicators,
  .cid-uDJr7iPWYs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uDJr7iPWYs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uDJr7iPWYs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uDJr7iPWYs .carousel-indicators .active,
.cid-uDJr7iPWYs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uDJr7iPWYs .carousel-indicators .active {
  background: #fff;
}
.cid-uDJr7iPWYs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uDJr7iPWYs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uDJr7iPWYs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uDJr7iPWYs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uDJr7iPWYs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uDJr7iPWYs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uDJr7iPWYs .carousel {
  width: 100%;
}
.cid-uDJr7iPWYs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uDJr7iPWYs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uDJr7iPWYs .modal.fade .modal-dialog,
.cid-uDJr7iPWYs .modal.in .modal-dialog {
  transform: none;
}
.cid-uDJr7iPWYs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uDJr7iPWYs H6 {
  text-align: center;
}
.cid-uDJst4ipLg {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f3f3f3;
}
.cid-uDJst4ipLg .card-heading {
  padding-bottom: 32px;
  color: #04492e;
  text-align: center;
}
.cid-uDJst4ipLg .p {
  padding-bottom: 26px;
  color: #000000;
  text-align: center;
}
.cid-uDJst4ipLg .p:last-child {
  padding-bottom: 0;
}
.cid-uDJst4ipLg .row {
  justify-content: center;
}
.cid-s0pASz7H4p {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/p3220420-2000x1500.jpg");
}
.cid-s0pASz7H4p .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-s0pASz7H4p .form-group {
  margin-bottom: 1rem;
}
.cid-s0pASz7H4p .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-s0pASz7H4p textarea.form-control {
  min-height: 96px;
}
.cid-s0pASz7H4p .input-group-btn {
  width: 100%;
}
.cid-s0pASz7H4p .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-s0pASz7H4p .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-s0pASz7H4p .google-map {
  width: 100%;
  height: 25rem;
}
.cid-s0pASz7H4p .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-s0pASz7H4p .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-s0pASz7H4p .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.cid-s0pASz7H4p .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-s0pASz7H4p .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pASz7H4p .form-subtitle {
    text-align: center;
  }
}
.cid-s0pASz7H4p .main-title {
  color: #ffffff;
}
.cid-s0pASz7H4p .form-title {
  color: #ffffff;
}
.cid-s0pASz7H4p .first-column {
  color: #ffffff;
  text-align: left;
}
.cid-s0pASz7H4p .second-column {
  color: #ffffff;
}
.cid-s0pASz7H4p LABEL {
  color: #000000;
}
.cid-s0pASCcWpI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-s0pASCcWpI .content {
    text-align: center;
  }
  .cid-s0pASCcWpI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pASCcWpI .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s0pASCcWpI .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s0pASCcWpI .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s0pASCcWpI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s0pASCcWpI .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s0pASCcWpI .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-s0pASCcWpI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s0pASCcWpI .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0pASCcWpI .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0pASCcWpI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0pASCcWpI .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tBHqSNCGlh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .nav-item,
.cid-tBHqSNCGlh .nav-link,
.cid-tBHqSNCGlh .navbar-caption {
  font-weight: normal;
}
.cid-tBHqSNCGlh .nav-item:focus,
.cid-tBHqSNCGlh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBHqSNCGlh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBHqSNCGlh .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-tBHqSNCGlh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.opened {
  transition: all 0.3s;
  background: #212121 !important;
}
.cid-tBHqSNCGlh .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-tBHqSNCGlh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBHqSNCGlh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1rem);
  }
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tBHqSNCGlh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-tBHqSNCGlh .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBHqSNCGlh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBHqSNCGlh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tBHqSNCGlh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tBHqSNCGlh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-tBHqSNCGlh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tBHqSNCGlh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBHqSNCGlh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBHqSNCGlh .navbar.navbar-short {
  background: #212121 !important;
  min-height: 60px;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBHqSNCGlh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tBHqSNCGlh .dropdown-item.active,
.cid-tBHqSNCGlh .dropdown-item:active {
  background-color: transparent;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBHqSNCGlh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBHqSNCGlh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBHqSNCGlh .navbar-buttons {
  text-align: center;
}
.cid-tBHqSNCGlh .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-tBHqSNCGlh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tBHqSNCGlh a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-tBHqSNCGlh .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tBHqSNCGlh .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tBHqSNCGlh .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBHqSNCGlh .navbar {
    height: 77px;
  }
  .cid-tBHqSNCGlh .navbar.opened {
    height: auto;
  }
  .cid-tBHqSNCGlh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFTBgui6su {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/styroball-plus-2-2000x1500.jpg");
}
.cid-uFTBgui6su .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uFTBgui6su .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uFTBgui6su .card-img span {
  font-size: 100px;
}
.cid-uFTBgui6su .mbr-text,
.cid-uFTBgui6su .mbr-section-btn {
  color: #000000;
}
.cid-uFTBgui6su .mbr-section-title,
.cid-uFTBgui6su .card-img {
  color: #000000;
}
.cid-uFTBBmTVwi {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFTBBmTVwi .link-wrap {
  width: 100%;
}
.cid-uFTBBmTVwi .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uFTBBmTVwi .container {
    max-width: 1400px;
  }
  .cid-uFTBBmTVwi .col-lg-6 {
    max-width: 47%;
  }
}
.cid-uFTBBmTVwi .row {
  justify-content: space-between;
}
.cid-uFTBBmTVwi .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uFTBBmTVwi .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  transition: all 0.3s;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uFTBBmTVwi .link a:hover:before {
  right: -3px;
}
.cid-uFTBBmTVwi .link,
.cid-uFTBBmTVwi .link-wrap {
  color: #ffffff;
}
.cid-uFTBBmTVwi .mbr-text,
.cid-uFTBBmTVwi .mbr-section-btn {
  color: #333333;
}
.cid-uFTBBmTVwi .card-title,
.cid-uFTBBmTVwi .card-box {
  color: #ff4e3c;
  text-align: center;
}
.cid-uFTBMNEkxA {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-uFTBMNEkxA a:link {
  text-decoration: none;
}
.cid-uFTBMNEkxA .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uFTBMNEkxA .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uFTBMNEkxA .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uFTBMNEkxA .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uFTBMNEkxA .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uFTBMNEkxA .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uFTBMNEkxA .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #3fac1d;
  position: relative;
  top: -19px;
}
.cid-uFTBMNEkxA .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #3fac1d;
}
.cid-uFTBMNEkxA .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uFTBMNEkxA .plan-title,
.cid-uFTBMNEkxA .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uFTBMNEkxA .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-uFTBMNEkxA .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uFTBMNEkxA .mbr-section-title span {
  color: #ffbc00;
}
.cid-uFTBJLLQxg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-uFTBJLLQxg p {
  line-height: 1.6;
}
.cid-uFTBJLLQxg .card-box {
  width: -webkit-fill-available;
}
.cid-uFTBJLLQxg .card-img {
  width: auto;
}
.cid-uFTBJLLQxg .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-uFTBJLLQxg .mbr-iconfont {
  font-size: 2rem !important;
}
.cid-uFTBJLLQxg .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-uFTBJLLQxg .card {
  height: 100%;
  margin: auto;
}
.cid-uFTBJLLQxg img {
  width: 100%;
  heigth: auto;
}
.cid-uFTBJLLQxg .card-title1 {
  color: #000000;
  text-align: center;
}
.cid-uFTBJLLQxg .mbr-text1 {
  color: #000000;
  text-align: left;
}
.cid-uFTBJLLQxg .card-title2 {
  color: #000000;
  text-align: center;
}
.cid-uFTBJLLQxg .mbr-text2 {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-uFTBJLLQxg .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-uFTBJLLQxg .card-img {
    order: 1;
  }
  .cid-uFTBJLLQxg .card-box {
    order: 2;
  }
}
.cid-uFTCNjjcG4 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f3f3f3;
}
.cid-uFTCWpdMn9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFTCWpdMn9 a:link {
  text-decoration: none;
}
.cid-uFTCWpdMn9 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uFTCWpdMn9 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uFTCWpdMn9 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uFTCWpdMn9 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uFTCWpdMn9 .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uFTCWpdMn9 .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uFTCWpdMn9 .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #3fac1d;
  position: relative;
  top: -19px;
}
.cid-uFTCWpdMn9 .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #3fac1d;
}
.cid-uFTCWpdMn9 .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uFTCWpdMn9 .plan-title,
.cid-uFTCWpdMn9 .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uFTCWpdMn9 .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-uFTCWpdMn9 .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uFTCWpdMn9 .mbr-section-title span {
  color: #ffbc00;
}
.cid-s0pB3GtNZe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-s0pB3GtNZe .content {
    text-align: center;
  }
  .cid-s0pB3GtNZe .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pB3GtNZe .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s0pB3GtNZe .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s0pB3GtNZe .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s0pB3GtNZe .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s0pB3GtNZe .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s0pB3GtNZe .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-s0pB3GtNZe .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s0pB3GtNZe .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0pB3GtNZe .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0pB3GtNZe .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0pB3GtNZe .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tBHqSNCGlh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .nav-item,
.cid-tBHqSNCGlh .nav-link,
.cid-tBHqSNCGlh .navbar-caption {
  font-weight: normal;
}
.cid-tBHqSNCGlh .nav-item:focus,
.cid-tBHqSNCGlh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBHqSNCGlh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBHqSNCGlh .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-tBHqSNCGlh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.opened {
  transition: all 0.3s;
  background: #212121 !important;
}
.cid-tBHqSNCGlh .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-tBHqSNCGlh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBHqSNCGlh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1rem);
  }
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tBHqSNCGlh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-tBHqSNCGlh .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBHqSNCGlh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBHqSNCGlh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tBHqSNCGlh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tBHqSNCGlh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-tBHqSNCGlh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tBHqSNCGlh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBHqSNCGlh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBHqSNCGlh .navbar.navbar-short {
  background: #212121 !important;
  min-height: 60px;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBHqSNCGlh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tBHqSNCGlh .dropdown-item.active,
.cid-tBHqSNCGlh .dropdown-item:active {
  background-color: transparent;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBHqSNCGlh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBHqSNCGlh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBHqSNCGlh .navbar-buttons {
  text-align: center;
}
.cid-tBHqSNCGlh .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-tBHqSNCGlh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tBHqSNCGlh a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-tBHqSNCGlh .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tBHqSNCGlh .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tBHqSNCGlh .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBHqSNCGlh .navbar {
    height: 77px;
  }
  .cid-tBHqSNCGlh .navbar.opened {
    height: auto;
  }
  .cid-tBHqSNCGlh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFqNLXx8xi {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/styroball-2-2000x1500.jpeg");
}
.cid-uFqNLXx8xi .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uFqNLXx8xi .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uFqNLXx8xi .card-img span {
  font-size: 100px;
}
.cid-uFqNLXx8xi .mbr-text,
.cid-uFqNLXx8xi .mbr-section-btn {
  color: #000000;
}
.cid-uFqNLXx8xi .mbr-section-title,
.cid-uFqNLXx8xi .card-img {
  color: #000000;
}
.cid-uFqO7Hge8F {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFqO7Hge8F .link-wrap {
  width: 100%;
}
.cid-uFqO7Hge8F .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uFqO7Hge8F .container {
    max-width: 1400px;
  }
  .cid-uFqO7Hge8F .col-lg-6 {
    max-width: 47%;
  }
}
.cid-uFqO7Hge8F .row {
  justify-content: space-between;
}
.cid-uFqO7Hge8F .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uFqO7Hge8F .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  transition: all 0.3s;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uFqO7Hge8F .link a:hover:before {
  right: -3px;
}
.cid-uFqO7Hge8F .link,
.cid-uFqO7Hge8F .link-wrap {
  color: #ffffff;
}
.cid-uFqO7Hge8F .mbr-text,
.cid-uFqO7Hge8F .mbr-section-btn {
  color: #333333;
}
.cid-uFqO7Hge8F .card-title,
.cid-uFqO7Hge8F .card-box {
  color: #ff4e3c;
  text-align: center;
}
.cid-sewPEadzA2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sewPEadzA2 p {
  line-height: 1.6;
}
.cid-sewPEadzA2 .card-box {
  width: -webkit-fill-available;
}
.cid-sewPEadzA2 .card-img {
  width: auto;
}
.cid-sewPEadzA2 .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-sewPEadzA2 .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sewPEadzA2 .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-sewPEadzA2 .card {
  height: 100%;
  margin: auto;
}
.cid-sewPEadzA2 img {
  width: 100%;
  heigth: auto;
}
.cid-sewPEadzA2 .card-title1 {
  color: #073b4c;
}
.cid-sewPEadzA2 .mbr-text1 {
  color: #000000;
}
.cid-sewPEadzA2 .card-title2 {
  color: #7f1933;
}
.cid-sewPEadzA2 .mbr-text2 {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-sewPEadzA2 .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-sewPEadzA2 .card-img {
    order: 1;
  }
  .cid-sewPEadzA2 .card-box {
    order: 2;
  }
}
.cid-uFqPLpJoat {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-s0pBaSguQk {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/p3220420-2000x1500.jpg");
}
.cid-s0pBaSguQk .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-s0pBaSguQk .form-group {
  margin-bottom: 1rem;
}
.cid-s0pBaSguQk .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-s0pBaSguQk textarea.form-control {
  min-height: 96px;
}
.cid-s0pBaSguQk .input-group-btn {
  width: 100%;
}
.cid-s0pBaSguQk .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-s0pBaSguQk .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-s0pBaSguQk .google-map {
  width: 100%;
  height: 25rem;
}
.cid-s0pBaSguQk .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-s0pBaSguQk .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-s0pBaSguQk .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.cid-s0pBaSguQk .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-s0pBaSguQk .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pBaSguQk .form-subtitle {
    text-align: center;
  }
}
.cid-s0pBaSguQk .main-title {
  color: #ffffff;
}
.cid-s0pBaSguQk .form-title {
  color: #ffffff;
}
.cid-s0pBaSguQk .first-column {
  color: #ffffff;
  text-align: left;
}
.cid-s0pBaSguQk .second-column {
  color: #ffffff;
}
.cid-s0pBaSguQk LABEL {
  color: #000000;
}
.cid-s0pBaVEAGf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-s0pBaVEAGf .content {
    text-align: center;
  }
  .cid-s0pBaVEAGf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pBaVEAGf .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s0pBaVEAGf .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s0pBaVEAGf .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s0pBaVEAGf .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s0pBaVEAGf .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s0pBaVEAGf .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-s0pBaVEAGf .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s0pBaVEAGf .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0pBaVEAGf .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0pBaVEAGf .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0pBaVEAGf .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tBHqSNCGlh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .nav-item,
.cid-tBHqSNCGlh .nav-link,
.cid-tBHqSNCGlh .navbar-caption {
  font-weight: normal;
}
.cid-tBHqSNCGlh .nav-item:focus,
.cid-tBHqSNCGlh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBHqSNCGlh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBHqSNCGlh .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-tBHqSNCGlh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.opened {
  transition: all 0.3s;
  background: #212121 !important;
}
.cid-tBHqSNCGlh .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-tBHqSNCGlh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBHqSNCGlh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1rem);
  }
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tBHqSNCGlh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-tBHqSNCGlh .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBHqSNCGlh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBHqSNCGlh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tBHqSNCGlh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tBHqSNCGlh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-tBHqSNCGlh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tBHqSNCGlh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBHqSNCGlh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBHqSNCGlh .navbar.navbar-short {
  background: #212121 !important;
  min-height: 60px;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBHqSNCGlh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tBHqSNCGlh .dropdown-item.active,
.cid-tBHqSNCGlh .dropdown-item:active {
  background-color: transparent;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBHqSNCGlh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBHqSNCGlh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBHqSNCGlh .navbar-buttons {
  text-align: center;
}
.cid-tBHqSNCGlh .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-tBHqSNCGlh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tBHqSNCGlh a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-tBHqSNCGlh .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tBHqSNCGlh .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tBHqSNCGlh .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBHqSNCGlh .navbar {
    height: 77px;
  }
  .cid-tBHqSNCGlh .navbar.opened {
    height: auto;
  }
  .cid-tBHqSNCGlh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s0pBhoTtmq .modal-body .close {
  background: #1b1b1b;
}
.cid-s0pBhoTtmq .modal-body .close span {
  font-style: normal;
}
.cid-s0pBhoTtmq .carousel-inner > .active,
.cid-s0pBhoTtmq .carousel-inner > .next,
.cid-s0pBhoTtmq .carousel-inner > .prev {
  display: table;
}
.cid-s0pBhoTtmq .carousel-control .icon-next,
.cid-s0pBhoTtmq .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s0pBhoTtmq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0pBhoTtmq .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s0pBhoTtmq .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s0pBhoTtmq .boxed-slider > div {
  position: relative;
}
.cid-s0pBhoTtmq .container img {
  width: 100%;
}
.cid-s0pBhoTtmq .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-s0pBhoTtmq .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s0pBhoTtmq .mbr-table-cell {
  padding: 0;
}
.cid-s0pBhoTtmq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s0pBhoTtmq .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s0pBhoTtmq .mbr-overlay {
  z-index: 1;
}
.cid-s0pBhoTtmq .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s0pBhoTtmq .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-s0pBhoTtmq .carousel-item .container {
    width: 100%;
  }
}
.cid-s0pBhoTtmq .carousel-item-next.carousel-item-left,
.cid-s0pBhoTtmq .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s0pBhoTtmq .active.carousel-item-right,
.cid-s0pBhoTtmq .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s0pBhoTtmq .active.carousel-item-left,
.cid-s0pBhoTtmq .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s0pBhoTtmq .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s0pBhoTtmq .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s0pBhoTtmq .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s0pBhoTtmq .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-s0pBhoTtmq .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s0pBhoTtmq .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s0pBhoTtmq .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-s0pBhoTtmq .mbr-slider .carousel-indicators li.active,
.cid-s0pBhoTtmq .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s0pBhoTtmq .mbr-slider .carousel-indicators li::after,
.cid-s0pBhoTtmq .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s0pBhoTtmq .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s0pBhoTtmq .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s0pBhoTtmq .mbr-slider > .container img {
  width: 100%;
}
.cid-s0pBhoTtmq .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-s0pBhoTtmq .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s0pBhoTtmq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s0pBhoTtmq .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s0pBhoTtmq .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s0pBhoTtmq .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s0pBhoTtmq .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s0pBhoTtmq .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s0pBhoTtmq .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s0pBhoTtmq .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s0pBhoTtmq .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s0pBhoTtmq .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s0pBhoTtmq .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s0pBhqQgB8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-seCDw0YUCo {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-seCDw0YUCo .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-seCDw0YUCo .mbr-section-subtitle {
  color: #666666;
}
.cid-seCDw0YUCo .mbr-section-subtitle.mbr-bold {
  font-weight: 700;
}
.cid-seCDw0YUCo .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-seCDw0YUCo .mbr-text {
  color: #ffffff;
}
.cid-seCDw0YUCo .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-seCDw0YUCo .text-wrap .icons-wrap .icon-wrapper {
  background: transparent;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #cccccc;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-seCDw0YUCo .text-wrap .icons-wrap .icon-wrapper:hover {
  background-color: #000000;
  border-color: #000000;
}
.cid-seCDw0YUCo .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffff;
}
.cid-seCDw0YUCo .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-seCDw0YUCo .text-wrap .icons-wrap::before {
  height: 2px;
  width: 30%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #cccccc;
}
@media (max-width: 992px) {
  .cid-seCDw0YUCo .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-seCDw0YUCo .text-wrap .icons-wrap::after {
  height: 2px;
  width: 30%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #cccccc;
}
@media (max-width: 992px) {
  .cid-seCDw0YUCo .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-seCDw0YUCo .buttons-wrap {
  text-align: center;
}
.cid-seCDw0YUCo .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-seCDw0YUCo .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-seCDw0YUCo .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-seCDw0YUCo .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-seCDw0YUCo .buttons-wrap .or {
  text-align: center;
  display: inline;
  margin-left: 25px;
  margin-right: 25px;
}
.cid-seCDw0YUCo .mbr-section-title,
.cid-seCDw0YUCo .col {
  color: #000000;
}
.cid-seCDw0YUCo .mbr-text,
.cid-seCDw0YUCo .col {
  color: #000000;
  text-align: center;
}
.cid-seCDLjXzij {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-seCDLjXzij .mbr-text {
  color: #000000;
}
.cid-seCDLjXzij .mbr-text p {
  background: #ffffff;
}
.cid-seCEBe84eu {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f3f3f3;
}
.cid-seCEBe84eu .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-seCEBe84eu .card:hover .card-wrapper .img-wrapper .mbr-section-btn {
  opacity: 1;
  transform: translateY(-50px);
}
.cid-seCEBe84eu .card .card-wrapper .img-wrapper {
  overflow: hidden;
  trasnition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-seCEBe84eu .card .card-wrapper .img-wrapper img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-seCEBe84eu .card .card-wrapper .img-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 150px;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  transform: translateY(100px);
  width: 100%;
}
.cid-seCEBe84eu .card .card-wrapper .img-wrapper .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  letter-spacing: 0;
}
.cid-seCEBe84eu .card .card-wrapper .card-box .card-title {
  color: #06182d;
  font-weight: 700;
  margin-bottom: 0;
}
.cid-seCEBe84eu .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-seCEBe84eu .card .card-wrapper .card-box .mbr-section-subtitle {
  color: #61728a;
  letter-spacing: 0;
}
.cid-seCEBe84eu .card .card-wrapper .card-box .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-seCEBe84eu .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-seCEBe84eu .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-seCEBe84eu .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-seCEBe84eu .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
  height: 2px;
  width: 25%;
  top: 50%;
  right: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c3cad2;
}
@media (max-width: 992px) {
  .cid-seCEBe84eu .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-seCEBe84eu .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
  height: 2px;
  width: 25%;
  top: 50%;
  left: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c3cad2;
}
@media (max-width: 992px) {
  .cid-seCEBe84eu .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-seCEBe84eu .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-seCFfAc2Q9 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #f3f3f3;
}
.cid-seCFfAc2Q9 .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-seCFfAc2Q9 .card:hover .card-wrapper .img-wrapper .mbr-section-btn {
  opacity: 1;
  transform: translateY(-50px);
}
.cid-seCFfAc2Q9 .card .card-wrapper .img-wrapper {
  overflow: hidden;
  trasnition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-seCFfAc2Q9 .card .card-wrapper .img-wrapper img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-seCFfAc2Q9 .card .card-wrapper .img-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 150px;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  transform: translateY(100px);
  width: 100%;
}
.cid-seCFfAc2Q9 .card .card-wrapper .img-wrapper .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  letter-spacing: 0;
}
.cid-seCFfAc2Q9 .card .card-wrapper .card-box .card-title {
  color: #06182d;
  font-weight: 700;
  margin-bottom: 0;
}
.cid-seCFfAc2Q9 .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-seCFfAc2Q9 .card .card-wrapper .card-box .mbr-section-subtitle {
  color: #61728a;
  letter-spacing: 0;
}
.cid-seCFfAc2Q9 .card .card-wrapper .card-box .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-seCFfAc2Q9 .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-seCFfAc2Q9 .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-seCFfAc2Q9 .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-seCFfAc2Q9 .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
  height: 2px;
  width: 25%;
  top: 50%;
  right: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c3cad2;
}
@media (max-width: 992px) {
  .cid-seCFfAc2Q9 .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-seCFfAc2Q9 .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
  height: 2px;
  width: 25%;
  top: 50%;
  left: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c3cad2;
}
@media (max-width: 992px) {
  .cid-seCFfAc2Q9 .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-seCFfAc2Q9 .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-seCFFl9pqf {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #f3f3f3;
}
.cid-seCFFl9pqf .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-seCFFl9pqf .card:hover .card-wrapper .img-wrapper .mbr-section-btn {
  opacity: 1;
  transform: translateY(-50px);
}
.cid-seCFFl9pqf .card .card-wrapper .img-wrapper {
  overflow: hidden;
  trasnition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-seCFFl9pqf .card .card-wrapper .img-wrapper img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-seCFFl9pqf .card .card-wrapper .img-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 150px;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  transform: translateY(100px);
  width: 100%;
}
.cid-seCFFl9pqf .card .card-wrapper .img-wrapper .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  letter-spacing: 0;
}
.cid-seCFFl9pqf .card .card-wrapper .card-box .card-title {
  color: #06182d;
  font-weight: 700;
  margin-bottom: 0;
}
.cid-seCFFl9pqf .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-seCFFl9pqf .card .card-wrapper .card-box .mbr-section-subtitle {
  color: #61728a;
  letter-spacing: 0;
}
.cid-seCFFl9pqf .card .card-wrapper .card-box .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-seCFFl9pqf .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-seCFFl9pqf .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-seCFFl9pqf .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-seCFFl9pqf .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
  height: 2px;
  width: 25%;
  top: 50%;
  right: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c3cad2;
}
@media (max-width: 992px) {
  .cid-seCFFl9pqf .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-seCFFl9pqf .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
  height: 2px;
  width: 25%;
  top: 50%;
  left: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c3cad2;
}
@media (max-width: 992px) {
  .cid-seCFFl9pqf .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-seCFFl9pqf .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
#custom-html-c5 {
  /* Type valid CSS here */
}
#custom-html-c5 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-c5 p {
  font-size: 60px;
  color: #777;
}
#custom-html-c6 {
  /* Type valid CSS here */
}
#custom-html-c6 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-c6 p {
  font-size: 60px;
  color: #777;
}
#custom-html-c7 {
  /* Type valid CSS here */
}
#custom-html-c7 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-c7 p {
  font-size: 60px;
  color: #777;
}
#custom-html-c8 {
  /* Type valid CSS here */
}
#custom-html-c8 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-c8 p {
  font-size: 60px;
  color: #777;
}
.cid-seCHuPS7m1 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #e9e9e9;
}
.cid-seCHuPS7m1 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-seCHuPS7m1 .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-seCHuPS7m1 .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-seCHuPS7m1 .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-seCHuPS7m1 .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-seCHuPS7m1 .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-seCHuPS7m1 .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-seCHuPS7m1 .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-seCHuPS7m1 .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-seCHuPS7m1 .card .wrapper .mbr-section-title,
.cid-seCHuPS7m1 .mbr-section-btn {
  color: #3fac1d;
  text-align: center;
}
.cid-seCHuPS7m1 .card .wrapper .mbr-text,
.cid-seCHuPS7m1 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-seCHuPS7m1 .card .wrapper .mbr-section-subtitle,
.cid-seCHuPS7m1 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-s0pBhByk9L {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/p3220420-2000x1500.jpg");
}
.cid-s0pBhByk9L .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-s0pBhByk9L .form-group {
  margin-bottom: 1rem;
}
.cid-s0pBhByk9L .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-s0pBhByk9L textarea.form-control {
  min-height: 96px;
}
.cid-s0pBhByk9L .input-group-btn {
  width: 100%;
}
.cid-s0pBhByk9L .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-s0pBhByk9L .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-s0pBhByk9L .google-map {
  width: 100%;
  height: 25rem;
}
.cid-s0pBhByk9L .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-s0pBhByk9L .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-s0pBhByk9L .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.cid-s0pBhByk9L .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-s0pBhByk9L .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pBhByk9L .form-subtitle {
    text-align: center;
  }
}
.cid-s0pBhByk9L .main-title {
  color: #ffffff;
}
.cid-s0pBhByk9L .form-title {
  color: #ffffff;
}
.cid-s0pBhByk9L .first-column {
  color: #ffffff;
  text-align: left;
}
.cid-s0pBhByk9L .second-column {
  color: #ffffff;
}
.cid-s0pBhByk9L LABEL {
  color: #000000;
}
.cid-s0pBhEL2G2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-s0pBhEL2G2 .content {
    text-align: center;
  }
  .cid-s0pBhEL2G2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pBhEL2G2 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s0pBhEL2G2 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s0pBhEL2G2 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s0pBhEL2G2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s0pBhEL2G2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s0pBhEL2G2 .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-s0pBhEL2G2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s0pBhEL2G2 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0pBhEL2G2 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0pBhEL2G2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0pBhEL2G2 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tBHqSNCGlh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .nav-item,
.cid-tBHqSNCGlh .nav-link,
.cid-tBHqSNCGlh .navbar-caption {
  font-weight: normal;
}
.cid-tBHqSNCGlh .nav-item:focus,
.cid-tBHqSNCGlh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBHqSNCGlh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBHqSNCGlh .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-tBHqSNCGlh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.opened {
  transition: all 0.3s;
  background: #212121 !important;
}
.cid-tBHqSNCGlh .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-tBHqSNCGlh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBHqSNCGlh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1rem);
  }
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tBHqSNCGlh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-tBHqSNCGlh .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBHqSNCGlh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBHqSNCGlh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tBHqSNCGlh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tBHqSNCGlh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-tBHqSNCGlh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tBHqSNCGlh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBHqSNCGlh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBHqSNCGlh .navbar.navbar-short {
  background: #212121 !important;
  min-height: 60px;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBHqSNCGlh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tBHqSNCGlh .dropdown-item.active,
.cid-tBHqSNCGlh .dropdown-item:active {
  background-color: transparent;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBHqSNCGlh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBHqSNCGlh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBHqSNCGlh .navbar-buttons {
  text-align: center;
}
.cid-tBHqSNCGlh .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-tBHqSNCGlh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tBHqSNCGlh a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-tBHqSNCGlh .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tBHqSNCGlh .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tBHqSNCGlh .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBHqSNCGlh .navbar {
    height: 77px;
  }
  .cid-tBHqSNCGlh .navbar.opened {
    height: auto;
  }
  .cid-tBHqSNCGlh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2CUhq72H9 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/tempelan1-1-2000x1500.png");
}
.cid-s2CUhq72H9 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-s2CUhq72H9 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-s2CUhq72H9 .card-img span {
  font-size: 100px;
}
.cid-s2CUhq72H9 .mbr-text,
.cid-s2CUhq72H9 .mbr-section-btn {
  color: #000000;
}
.cid-s2CUhq72H9 .mbr-section-title,
.cid-s2CUhq72H9 .card-img {
  color: #000000;
}
.cid-uF7OchqbYJ {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uF7OchqbYJ .link-wrap {
  width: 100%;
}
.cid-uF7OchqbYJ .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uF7OchqbYJ .container {
    max-width: 1400px;
  }
  .cid-uF7OchqbYJ .col-lg-6 {
    max-width: 47%;
  }
}
.cid-uF7OchqbYJ .row {
  justify-content: space-between;
}
.cid-uF7OchqbYJ .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uF7OchqbYJ .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  transition: all 0.3s;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uF7OchqbYJ .link a:hover:before {
  right: -3px;
}
.cid-uF7OchqbYJ .link,
.cid-uF7OchqbYJ .link-wrap {
  color: #ffffff;
}
.cid-uF7OchqbYJ .mbr-text,
.cid-uF7OchqbYJ .mbr-section-btn {
  color: #333333;
}
.cid-uF7OchqbYJ .card-title,
.cid-uF7OchqbYJ .card-box {
  color: #228e00;
  text-align: center;
}
.cid-s2CZ4qNrhG {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
.cid-s2CZ4qNrhG p {
  line-height: 1.6;
}
.cid-s2CZ4qNrhG .card-box {
  width: -webkit-fill-available;
}
.cid-s2CZ4qNrhG .card-img {
  width: auto;
}
.cid-s2CZ4qNrhG .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-s2CZ4qNrhG .mbr-iconfont {
  font-size: 2rem !important;
}
.cid-s2CZ4qNrhG .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-s2CZ4qNrhG .card {
  height: 100%;
  margin: auto;
}
.cid-s2CZ4qNrhG img {
  width: 100%;
  heigth: auto;
}
.cid-s2CZ4qNrhG .card-title1 {
  color: #000000;
  text-align: center;
}
.cid-s2CZ4qNrhG .mbr-text1 {
  color: #000000;
  text-align: left;
}
.cid-s2CZ4qNrhG .card-title2 {
  color: #000000;
  text-align: center;
}
.cid-s2CZ4qNrhG .mbr-text2 {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-s2CZ4qNrhG .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-s2CZ4qNrhG .card-img {
    order: 1;
  }
  .cid-s2CZ4qNrhG .card-box {
    order: 2;
  }
}
.cid-uF7QAbchTF {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f3f3f3;
}
.cid-uF7QAbchTF .card-heading {
  padding-bottom: 32px;
  color: #000000;
  text-align: center;
}
.cid-uF7QAbchTF .p {
  padding-bottom: 26px;
  color: #000000;
  text-align: center;
}
.cid-uF7QAbchTF .p:last-child {
  padding-bottom: 0;
}
.cid-uF7QAbchTF .row {
  justify-content: center;
}
.cid-uF7VlJIces {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f3f3f3;
}
.cid-uF7U57XVbq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uF7U57XVbq .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uF7U57XVbq .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uF7U57XVbq .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uF7U57XVbq .mbr-text {
    text-align: center;
  }
}
.cid-uF7U57XVbq .mbr-text,
.cid-uF7U57XVbq .mbr-section-btn {
  color: #000000;
}
.cid-uF7U57XVbq H1 {
  color: #000000;
}
.cid-s0pBxIEwgE {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/p3220420-2000x1500.jpg");
}
.cid-s0pBxIEwgE .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-s0pBxIEwgE .form-group {
  margin-bottom: 1rem;
}
.cid-s0pBxIEwgE .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-s0pBxIEwgE textarea.form-control {
  min-height: 96px;
}
.cid-s0pBxIEwgE .input-group-btn {
  width: 100%;
}
.cid-s0pBxIEwgE .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-s0pBxIEwgE .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-s0pBxIEwgE .google-map {
  width: 100%;
  height: 25rem;
}
.cid-s0pBxIEwgE .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-s0pBxIEwgE .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-s0pBxIEwgE .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.cid-s0pBxIEwgE .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-s0pBxIEwgE .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pBxIEwgE .form-subtitle {
    text-align: center;
  }
}
.cid-s0pBxIEwgE .main-title {
  color: #ffffff;
}
.cid-s0pBxIEwgE .form-title {
  color: #ffffff;
}
.cid-s0pBxIEwgE .first-column {
  color: #ffffff;
  text-align: left;
}
.cid-s0pBxIEwgE .second-column {
  color: #ffffff;
}
.cid-s0pBxIEwgE LABEL {
  color: #000000;
}
.cid-s0pBxLXJmE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-s0pBxLXJmE .content {
    text-align: center;
  }
  .cid-s0pBxLXJmE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pBxLXJmE .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s0pBxLXJmE .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s0pBxLXJmE .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s0pBxLXJmE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s0pBxLXJmE .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s0pBxLXJmE .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-s0pBxLXJmE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s0pBxLXJmE .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0pBxLXJmE .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0pBxLXJmE .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0pBxLXJmE .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tBHqSNCGlh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .nav-item,
.cid-tBHqSNCGlh .nav-link,
.cid-tBHqSNCGlh .navbar-caption {
  font-weight: normal;
}
.cid-tBHqSNCGlh .nav-item:focus,
.cid-tBHqSNCGlh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBHqSNCGlh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBHqSNCGlh .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-tBHqSNCGlh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.opened {
  transition: all 0.3s;
  background: #212121 !important;
}
.cid-tBHqSNCGlh .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-tBHqSNCGlh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBHqSNCGlh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1rem);
  }
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tBHqSNCGlh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-tBHqSNCGlh .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBHqSNCGlh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBHqSNCGlh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tBHqSNCGlh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tBHqSNCGlh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-tBHqSNCGlh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tBHqSNCGlh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBHqSNCGlh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBHqSNCGlh .navbar.navbar-short {
  background: #212121 !important;
  min-height: 60px;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBHqSNCGlh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tBHqSNCGlh .dropdown-item.active,
.cid-tBHqSNCGlh .dropdown-item:active {
  background-color: transparent;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBHqSNCGlh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBHqSNCGlh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBHqSNCGlh .navbar-buttons {
  text-align: center;
}
.cid-tBHqSNCGlh .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-tBHqSNCGlh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tBHqSNCGlh a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-tBHqSNCGlh .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tBHqSNCGlh .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tBHqSNCGlh .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBHqSNCGlh .navbar {
    height: 77px;
  }
  .cid-tBHqSNCGlh .navbar.opened {
    height: auto;
  }
  .cid-tBHqSNCGlh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s0pBJAmRUh {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-uGsa7B6Ad2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGsa7B6Ad2 .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-uGsa7B6Ad2 .modal-body .close {
  background: #1b1b1b;
}
.cid-uGsa7B6Ad2 .modal-body .close span {
  font-style: normal;
}
.cid-uGsa7B6Ad2 .carousel-inner > .active,
.cid-uGsa7B6Ad2 .carousel-inner > .next,
.cid-uGsa7B6Ad2 .carousel-inner > .prev {
  display: flex;
}
.cid-uGsa7B6Ad2 .carousel-control .icon-next,
.cid-uGsa7B6Ad2 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uGsa7B6Ad2 .carousel-control:hover {
  background: #3eb918;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uGsa7B6Ad2 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uGsa7B6Ad2 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uGsa7B6Ad2 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uGsa7B6Ad2 .boxed-slider > div {
  position: relative;
}
.cid-uGsa7B6Ad2 .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-uGsa7B6Ad2 .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-uGsa7B6Ad2 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uGsa7B6Ad2 .mbr-table-cell {
  padding: 0;
}
.cid-uGsa7B6Ad2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uGsa7B6Ad2 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uGsa7B6Ad2 .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-uGsa7B6Ad2 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-uGsa7B6Ad2 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uGsa7B6Ad2 .carousel-item.active.right,
.cid-uGsa7B6Ad2 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uGsa7B6Ad2 .carousel-item.active.left,
.cid-uGsa7B6Ad2 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uGsa7B6Ad2 .carousel-item.active,
.cid-uGsa7B6Ad2 .carousel-item.next.left,
.cid-uGsa7B6Ad2 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uGsa7B6Ad2 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all 0.3s;
  z-index: 11;
}
.cid-uGsa7B6Ad2 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-uGsa7B6Ad2 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-uGsa7B6Ad2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGsa7B6Ad2 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uGsa7B6Ad2 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #3eb918;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGsa7B6Ad2 .mbr-slider .carousel-indicators li.active,
.cid-uGsa7B6Ad2 .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGsa7B6Ad2 .mbr-slider .carousel-indicators li::after,
.cid-uGsa7B6Ad2 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uGsa7B6Ad2 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uGsa7B6Ad2 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uGsa7B6Ad2 .mbr-slider > .container img {
  width: 100%;
}
.cid-uGsa7B6Ad2 .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-uGsa7B6Ad2 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uGsa7B6Ad2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGsa7B6Ad2 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uGsa7B6Ad2 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uGsa7B6Ad2 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uGsa7B6Ad2 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uGsa7B6Ad2 .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-uGsa7B6Ad2 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uGsa7B6Ad2 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uGsa7B6Ad2 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uGsa7B6Ad2 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uGsa7B6Ad2 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uGsa7B6Ad2 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uGsa7B6Ad2 .carousel-inner {
  height: 100%;
}
.cid-uGsa7B6Ad2 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uGsa7B6Ad2 .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 700px;
  overflow: hidden;
}
.cid-uGsa7B6Ad2 .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-uGsa7B6Ad2 .content-slider-wrap {
  width: 100%;
}
.cid-uGsa7B6Ad2 H2 {
  color: #000000;
}
.cid-uGsa7B6Ad2 P {
  color: #000000;
}
.cid-uG5kTFZf7L {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uG5kTFZf7L .link-wrap {
  width: 100%;
}
.cid-uG5kTFZf7L .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uG5kTFZf7L .container {
    max-width: 1400px;
  }
  .cid-uG5kTFZf7L .col-lg-6 {
    max-width: 47%;
  }
}
.cid-uG5kTFZf7L .row {
  justify-content: space-between;
}
.cid-uG5kTFZf7L .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uG5kTFZf7L .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  transition: all 0.3s;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uG5kTFZf7L .link a:hover:before {
  right: -3px;
}
.cid-uG5kTFZf7L .link,
.cid-uG5kTFZf7L .link-wrap {
  color: #ffffff;
}
.cid-uG5kTFZf7L .mbr-text,
.cid-uG5kTFZf7L .mbr-section-btn {
  color: #333333;
}
.cid-uG5kTFZf7L .card-title,
.cid-uG5kTFZf7L .card-box {
  color: #3fac1d;
  text-align: center;
}
.cid-seBLRhe4zG {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-seBLRhe4zG .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-seBLRhe4zG .mbr-section-subtitle {
  color: #666666;
}
.cid-seBLRhe4zG .mbr-section-subtitle.mbr-bold {
  font-weight: 700;
}
.cid-seBLRhe4zG .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-seBLRhe4zG .mbr-text {
  color: #ffffff;
}
.cid-seBLRhe4zG .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-seBLRhe4zG .text-wrap .icons-wrap .icon-wrapper {
  background: transparent;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #cccccc;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-seBLRhe4zG .text-wrap .icons-wrap .icon-wrapper:hover {
  background-color: #000000;
  border-color: #000000;
}
.cid-seBLRhe4zG .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffff;
}
.cid-seBLRhe4zG .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-seBLRhe4zG .text-wrap .icons-wrap::before {
  height: 2px;
  width: 30%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #cccccc;
}
@media (max-width: 992px) {
  .cid-seBLRhe4zG .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-seBLRhe4zG .text-wrap .icons-wrap::after {
  height: 2px;
  width: 30%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #cccccc;
}
@media (max-width: 992px) {
  .cid-seBLRhe4zG .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-seBLRhe4zG .buttons-wrap {
  text-align: center;
}
.cid-seBLRhe4zG .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-seBLRhe4zG .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-seBLRhe4zG .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-seBLRhe4zG .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-seBLRhe4zG .buttons-wrap .or {
  text-align: center;
  display: inline;
  margin-left: 25px;
  margin-right: 25px;
}
.cid-seBLRhe4zG .mbr-section-title,
.cid-seBLRhe4zG .col {
  color: #000000;
}
.cid-seBLRhe4zG .mbr-text,
.cid-seBLRhe4zG .col {
  color: #000000;
  text-align: left;
}
.cid-seBLOBtPPw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-seBLOBtPPw p {
  line-height: 1.6;
}
.cid-seBLOBtPPw .card-box {
  width: -webkit-fill-available;
}
.cid-seBLOBtPPw .card-img {
  width: auto;
}
.cid-seBLOBtPPw .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-seBLOBtPPw .mbr-iconfont {
  font-size: 1.5rem !important;
}
.cid-seBLOBtPPw .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-seBLOBtPPw .card {
  height: 100%;
  margin: auto;
}
.cid-seBLOBtPPw img {
  width: 100%;
  heigth: auto;
}
.cid-seBLOBtPPw .card-title1 {
  color: #000000;
  text-align: left;
}
.cid-seBLOBtPPw .mbr-text1 {
  color: #000000;
  text-align: left;
}
.cid-seBLOBtPPw .card-title2 {
  color: #000000;
}
.cid-seBLOBtPPw .mbr-text2 {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-seBLOBtPPw .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-seBLOBtPPw .card-img {
    order: 1;
  }
  .cid-seBLOBtPPw .card-box {
    order: 2;
  }
}
.cid-uG5mOYkMhP {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f3f3f3;
}
.cid-s0pBJKXcAa {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/p3220420-2000x1500.jpg");
}
.cid-s0pBJKXcAa .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-s0pBJKXcAa .form-group {
  margin-bottom: 1rem;
}
.cid-s0pBJKXcAa .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-s0pBJKXcAa textarea.form-control {
  min-height: 96px;
}
.cid-s0pBJKXcAa .input-group-btn {
  width: 100%;
}
.cid-s0pBJKXcAa .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-s0pBJKXcAa .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-s0pBJKXcAa .google-map {
  width: 100%;
  height: 25rem;
}
.cid-s0pBJKXcAa .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-s0pBJKXcAa .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-s0pBJKXcAa .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.cid-s0pBJKXcAa .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-s0pBJKXcAa .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pBJKXcAa .form-subtitle {
    text-align: center;
  }
}
.cid-s0pBJKXcAa .main-title {
  color: #ffffff;
}
.cid-s0pBJKXcAa .form-title {
  color: #ffffff;
}
.cid-s0pBJKXcAa .first-column {
  color: #ffffff;
  text-align: left;
}
.cid-s0pBJKXcAa .second-column {
  color: #ffffff;
}
.cid-s0pBJKXcAa LABEL {
  color: #000000;
}
.cid-s0pBJO9xJK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-s0pBJO9xJK .content {
    text-align: center;
  }
  .cid-s0pBJO9xJK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pBJO9xJK .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s0pBJO9xJK .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s0pBJO9xJK .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s0pBJO9xJK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s0pBJO9xJK .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s0pBJO9xJK .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-s0pBJO9xJK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s0pBJO9xJK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0pBJO9xJK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0pBJO9xJK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0pBJO9xJK .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tBHqSNCGlh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .nav-item,
.cid-tBHqSNCGlh .nav-link,
.cid-tBHqSNCGlh .navbar-caption {
  font-weight: normal;
}
.cid-tBHqSNCGlh .nav-item:focus,
.cid-tBHqSNCGlh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBHqSNCGlh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBHqSNCGlh .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-tBHqSNCGlh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.opened {
  transition: all 0.3s;
  background: #212121 !important;
}
.cid-tBHqSNCGlh .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-tBHqSNCGlh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBHqSNCGlh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1rem);
  }
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tBHqSNCGlh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-tBHqSNCGlh .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBHqSNCGlh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBHqSNCGlh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tBHqSNCGlh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tBHqSNCGlh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-tBHqSNCGlh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tBHqSNCGlh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBHqSNCGlh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBHqSNCGlh .navbar.navbar-short {
  background: #212121 !important;
  min-height: 60px;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBHqSNCGlh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tBHqSNCGlh .dropdown-item.active,
.cid-tBHqSNCGlh .dropdown-item:active {
  background-color: transparent;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBHqSNCGlh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBHqSNCGlh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBHqSNCGlh .navbar-buttons {
  text-align: center;
}
.cid-tBHqSNCGlh .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-tBHqSNCGlh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tBHqSNCGlh a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-tBHqSNCGlh .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tBHqSNCGlh .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tBHqSNCGlh .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBHqSNCGlh .navbar {
    height: 77px;
  }
  .cid-tBHqSNCGlh .navbar.opened {
    height: auto;
  }
  .cid-tBHqSNCGlh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s0pBSg25Sn .modal-body .close {
  background: #1b1b1b;
}
.cid-s0pBSg25Sn .modal-body .close span {
  font-style: normal;
}
.cid-s0pBSg25Sn .carousel-inner > .active,
.cid-s0pBSg25Sn .carousel-inner > .next,
.cid-s0pBSg25Sn .carousel-inner > .prev {
  display: table;
}
.cid-s0pBSg25Sn .carousel-control .icon-next,
.cid-s0pBSg25Sn .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s0pBSg25Sn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0pBSg25Sn .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s0pBSg25Sn .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s0pBSg25Sn .boxed-slider > div {
  position: relative;
}
.cid-s0pBSg25Sn .container img {
  width: 100%;
}
.cid-s0pBSg25Sn .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-s0pBSg25Sn .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s0pBSg25Sn .mbr-table-cell {
  padding: 0;
}
.cid-s0pBSg25Sn .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s0pBSg25Sn .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s0pBSg25Sn .mbr-overlay {
  z-index: 1;
}
.cid-s0pBSg25Sn .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s0pBSg25Sn .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-s0pBSg25Sn .carousel-item .container {
    width: 100%;
  }
}
.cid-s0pBSg25Sn .carousel-item-next.carousel-item-left,
.cid-s0pBSg25Sn .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s0pBSg25Sn .active.carousel-item-right,
.cid-s0pBSg25Sn .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s0pBSg25Sn .active.carousel-item-left,
.cid-s0pBSg25Sn .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s0pBSg25Sn .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s0pBSg25Sn .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s0pBSg25Sn .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s0pBSg25Sn .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-s0pBSg25Sn .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s0pBSg25Sn .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s0pBSg25Sn .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-s0pBSg25Sn .mbr-slider .carousel-indicators li.active,
.cid-s0pBSg25Sn .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s0pBSg25Sn .mbr-slider .carousel-indicators li::after,
.cid-s0pBSg25Sn .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s0pBSg25Sn .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s0pBSg25Sn .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s0pBSg25Sn .mbr-slider > .container img {
  width: 100%;
}
.cid-s0pBSg25Sn .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-s0pBSg25Sn .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s0pBSg25Sn .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s0pBSg25Sn .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s0pBSg25Sn .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s0pBSg25Sn .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s0pBSg25Sn .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s0pBSg25Sn .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s0pBSg25Sn .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s0pBSg25Sn .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s0pBSg25Sn .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s0pBSg25Sn .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s0pBSg25Sn .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s0pBSi49Cz {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-seNA394XCM {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #e5e5e5;
}
.cid-seNA394XCM .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-seNA394XCM .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-seNA394XCM .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #000000;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #3fac1d;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-seNA394XCM .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-seNA394XCM .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-seNA394XCM .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-seNA394XCM .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-seNA394XCM .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-seNA394XCM .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-seNA394XCM .card .wrapper .mbr-section-title,
.cid-seNA394XCM .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-seNA394XCM .card .wrapper .mbr-text,
.cid-seNA394XCM .mbr-section-btn {
  color: #000000;
}
.cid-seNA394XCM .card .wrapper .mbr-section-subtitle,
.cid-seNA394XCM .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-seNC6RIwVn {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #e5e5e5;
}
.cid-seNC6RIwVn .mbr-section-subtitle {
  color: #767676;
}
.cid-seNC6RIwVn .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-seNC6RIwVn .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seNC6RIwVn .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-seNC6RIwVn .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-seNC6RIwVn .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3fac1d;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-seNC6RIwVn .icon-focus,
.cid-seNC6RIwVn .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-seNC6RIwVn .icon-focus:before,
.cid-seNC6RIwVn .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-seNC6RIwVn .icon-video {
  font-size: 1.5rem !important;
}
.cid-seNC6RIwVn .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-seNC6RIwVn ul {
  font-size: 0;
}
.cid-seNC6RIwVn .mbr-gallery-filter ul {
  text-align: left;
}
.cid-seNC6RIwVn .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-seNC6RIwVn .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #3fac1d !important;
}
.cid-seNC6RIwVn .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-seNC6RIwVn .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-seNC6RIwVn .mbr-gallery-filter ul li.active .btn:after {
  border-color: #3fac1d;
}
.cid-seNC6RIwVn .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-seNC6RIwVn .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-seNC6RIwVn .mbr-gallery-filter ul li:first-child,
.cid-seNC6RIwVn .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-seNC6RIwVn .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-seNC6RIwVn .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-seSQJPwb90 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #e5e5e5;
}
.cid-seSQJPwb90 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-seSQJPwb90 .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-seSQJPwb90 .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #000000;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-seSQJPwb90 .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-seSQJPwb90 .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-seSQJPwb90 .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-seSQJPwb90 .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-seSQJPwb90 .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-seSQJPwb90 .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-seSQJPwb90 .card .wrapper .mbr-section-title,
.cid-seSQJPwb90 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-seSQJPwb90 .card .wrapper .mbr-text,
.cid-seSQJPwb90 .mbr-section-btn {
  color: #000000;
}
.cid-seSQJPwb90 .card .wrapper .mbr-section-subtitle,
.cid-seSQJPwb90 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-seSSyQS4Q0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-seSSyQS4Q0 .mbr-text {
  color: #000000;
}
.cid-seSSyQS4Q0 .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-seSSyQS4Q0 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-seSSyQS4Q0 .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #3fac1d;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.cid-seSUlcoGZu {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #e5e5e5;
}
.cid-seSUlcoGZu .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-seSUlcoGZu .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-seSUlcoGZu .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #000000;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #3fac1d;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-seSUlcoGZu .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-seSUlcoGZu .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-seSUlcoGZu .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-seSUlcoGZu .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-seSUlcoGZu .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-seSUlcoGZu .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-seSUlcoGZu .card .wrapper .mbr-section-title,
.cid-seSUlcoGZu .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-seSUlcoGZu .card .wrapper .mbr-text,
.cid-seSUlcoGZu .mbr-section-btn {
  color: #000000;
}
.cid-seSUlcoGZu .card .wrapper .mbr-section-subtitle,
.cid-seSUlcoGZu .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-seSV2wm7V6 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #e5e5e5;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-seSV2wm7V6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-seSV2wm7V6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seSV2wm7V6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-seSV2wm7V6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-seSV2wm7V6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-seSV2wm7V6 .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-seSV2wm7V6 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-seSV2wm7V6 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-seSV2wm7V6 .mbr-gallery-filter ul {
  display: block;
}
.cid-seSV2wm7V6 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-seSV2wm7V6 .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-seSV2wm7V6 .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-seSV2wm7V6 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-seSV2wm7V6 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-seSV2wm7V6 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-seSV2wm7V6 .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-seSV2wm7V6 .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-seSV2wm7V6 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-seSV2wm7V6 .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-seSV2wm7V6 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-seSV2wm7V6 .icon-focus:before {
  content: '\e95e';
}
.cid-seSV2wm7V6 .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-seSV2wm7V6 .mbr-section-title {
  margin: 0;
}
.cid-seSV2wm7V6 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-seSV2wm7V6 .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-seSVz6BT66 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-seSVz6BT66 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-seSVz6BT66 .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-seSVz6BT66 .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #000000;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-seSVz6BT66 .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-seSVz6BT66 .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-seSVz6BT66 .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-seSVz6BT66 .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-seSVz6BT66 .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-seSVz6BT66 .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-seSVz6BT66 .card .wrapper .mbr-section-title,
.cid-seSVz6BT66 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-seSVz6BT66 .card .wrapper .mbr-text,
.cid-seSVz6BT66 .mbr-section-btn {
  color: #000000;
}
.cid-seSVz6BT66 .card .wrapper .mbr-section-subtitle,
.cid-seSVz6BT66 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-seSVU21VTD {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-seSVU21VTD .mbr-section-subtitle {
  color: #767676;
}
.cid-seSVU21VTD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-seSVU21VTD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seSVU21VTD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-seSVU21VTD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-seSVU21VTD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3fac1d;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-seSVU21VTD .icon-focus,
.cid-seSVU21VTD .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-seSVU21VTD .icon-focus:before,
.cid-seSVU21VTD .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-seSVU21VTD .icon-video {
  font-size: 1.5rem !important;
}
.cid-seSVU21VTD .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-seSVU21VTD ul {
  font-size: 0;
}
.cid-seSVU21VTD .mbr-gallery-filter ul {
  text-align: left;
}
.cid-seSVU21VTD .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-seSVU21VTD .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #3fac1d !important;
}
.cid-seSVU21VTD .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-seSVU21VTD .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-seSVU21VTD .mbr-gallery-filter ul li.active .btn:after {
  border-color: #3fac1d;
}
.cid-seSVU21VTD .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-seSVU21VTD .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-seSVU21VTD .mbr-gallery-filter ul li:first-child,
.cid-seSVU21VTD .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-seSVU21VTD .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-seSVU21VTD .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-seSVU21VTD .mbr-section-title,
.cid-seSVU21VTD .mbr-gallery-filter ul {
  text-align: center;
}
.cid-seSWw1ZJdz {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #e5e5e5;
}
.cid-seSWw1ZJdz .mbr-section-subtitle {
  color: #767676;
}
.cid-seSWw1ZJdz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-seSWw1ZJdz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seSWw1ZJdz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-seSWw1ZJdz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-seSWw1ZJdz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3fac1d;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-seSWw1ZJdz .icon-focus,
.cid-seSWw1ZJdz .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-seSWw1ZJdz .icon-focus:before,
.cid-seSWw1ZJdz .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-seSWw1ZJdz .icon-video {
  font-size: 1.5rem !important;
}
.cid-seSWw1ZJdz .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-seSWw1ZJdz ul {
  font-size: 0;
}
.cid-seSWw1ZJdz .mbr-gallery-filter ul {
  text-align: left;
}
.cid-seSWw1ZJdz .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-seSWw1ZJdz .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #3fac1d !important;
}
.cid-seSWw1ZJdz .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-seSWw1ZJdz .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-seSWw1ZJdz .mbr-gallery-filter ul li.active .btn:after {
  border-color: #3fac1d;
}
.cid-seSWw1ZJdz .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-seSWw1ZJdz .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-seSWw1ZJdz .mbr-gallery-filter ul li:first-child,
.cid-seSWw1ZJdz .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-seSWw1ZJdz .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-seSWw1ZJdz .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-seSWw1ZJdz .mbr-section-title,
.cid-seSWw1ZJdz .mbr-gallery-filter ul {
  text-align: center;
}
.cid-seSXzsva3J {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-seSXzsva3J .mbr-section-subtitle {
  color: #767676;
}
.cid-seSXzsva3J .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-seSXzsva3J .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seSXzsva3J .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-seSXzsva3J .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-seSXzsva3J .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3fac1d;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-seSXzsva3J .icon-focus,
.cid-seSXzsva3J .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-seSXzsva3J .icon-focus:before,
.cid-seSXzsva3J .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-seSXzsva3J .icon-video {
  font-size: 1.5rem !important;
}
.cid-seSXzsva3J .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-seSXzsva3J ul {
  font-size: 0;
}
.cid-seSXzsva3J .mbr-gallery-filter ul {
  text-align: left;
}
.cid-seSXzsva3J .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-seSXzsva3J .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #3fac1d !important;
}
.cid-seSXzsva3J .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-seSXzsva3J .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-seSXzsva3J .mbr-gallery-filter ul li.active .btn:after {
  border-color: #3fac1d;
}
.cid-seSXzsva3J .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-seSXzsva3J .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-seSXzsva3J .mbr-gallery-filter ul li:first-child,
.cid-seSXzsva3J .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-seSXzsva3J .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-seSXzsva3J .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-seSXzsva3J .mbr-section-title,
.cid-seSXzsva3J .mbr-gallery-filter ul {
  text-align: center;
}
.cid-seSYbGuYkd {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-seSYbGuYkd .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-seSYbGuYkd .mbr-section-subtitle {
  color: #000000;
}
.cid-seSYbGuYkd .mbr-section-subtitle.mbr-bold {
  font-weight: 700;
}
.cid-seSYbGuYkd .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-seSYbGuYkd .mbr-text {
  color: #ffffff;
}
.cid-seSYbGuYkd .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-seSYbGuYkd .text-wrap .icons-wrap .icon-wrapper {
  background: transparent;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #cccccc;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-seSYbGuYkd .text-wrap .icons-wrap .icon-wrapper:hover {
  background-color: #000000;
  border-color: #000000;
}
.cid-seSYbGuYkd .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffff;
}
.cid-seSYbGuYkd .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-seSYbGuYkd .text-wrap .icons-wrap::before {
  height: 2px;
  width: 30%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #cccccc;
}
@media (max-width: 992px) {
  .cid-seSYbGuYkd .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-seSYbGuYkd .text-wrap .icons-wrap::after {
  height: 2px;
  width: 30%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #cccccc;
}
@media (max-width: 992px) {
  .cid-seSYbGuYkd .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-seSYbGuYkd .buttons-wrap {
  text-align: center;
}
.cid-seSYbGuYkd .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-seSYbGuYkd .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-seSYbGuYkd .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-seSYbGuYkd .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-seSYbGuYkd .buttons-wrap .or {
  text-align: center;
  display: inline;
  margin-left: 25px;
  margin-right: 25px;
}
.cid-seSYbGuYkd .mbr-section-title,
.cid-seSYbGuYkd .col {
  color: #000000;
}
.cid-seSYbGuYkd .mbr-text,
.cid-seSYbGuYkd .col {
  color: #000000;
  text-align: center;
}
.cid-seSY8ogXrz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e5e5e5;
  background: linear-gradient(45deg, #e5e5e5, #ffffff);
}
.cid-seSY8ogXrz .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-seSY8ogXrz .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-seSY8ogXrz .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-seSY8ogXrz .mbr-text {
    text-align: center;
  }
}
.cid-seSY8ogXrz H1 {
  color: #232323;
}
.cid-seSY8ogXrz .mbr-text,
.cid-seSY8ogXrz .mbr-section-btn {
  color: #232323;
}
.cid-seT0hGPaQI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e5e5e5;
  background: linear-gradient(45deg, #e5e5e5, #ffffff);
}
@media (min-width: 992px) {
  .cid-seT0hGPaQI .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-seT0hGPaQI .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-seT0hGPaQI .mbr-text {
    text-align: center;
  }
}
.cid-seT0hGPaQI H1 {
  color: #232323;
}
.cid-seT0hGPaQI .mbr-text,
.cid-seT0hGPaQI .mbr-section-btn {
  color: #232323;
}
.cid-seT0F4pA7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f3f3;
}
.cid-seT0F4pA7P .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-seT0F4pA7P .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-seT0F4pA7P .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-seT0F4pA7P .mbr-text {
    text-align: center;
  }
}
.cid-seT0F4pA7P H1 {
  color: #232323;
}
.cid-seT0F4pA7P .mbr-text,
.cid-seT0F4pA7P .mbr-section-btn {
  color: #232323;
}
.cid-seT1kwpy6w {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e5e5e5;
  background: linear-gradient(45deg, #e5e5e5, #ffffff);
}
@media (min-width: 992px) {
  .cid-seT1kwpy6w .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-seT1kwpy6w .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-seT1kwpy6w .mbr-text {
    text-align: center;
  }
}
.cid-seT1kwpy6w H1 {
  color: #232323;
}
.cid-seT1kwpy6w .mbr-text,
.cid-seT1kwpy6w .mbr-section-btn {
  color: #232323;
}
.cid-seT1Hc6NBf {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f3f3f3;
}
.cid-seT1Hc6NBf .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-seT1Hc6NBf .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-seT1Hc6NBf .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #000000;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e5e5e5;
  background: linear-gradient(#e5e5e5 0%, #ffffff 69%, #f3f3f3 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-seT1Hc6NBf .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-seT1Hc6NBf .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-seT1Hc6NBf .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-seT1Hc6NBf .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-seT1Hc6NBf .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-seT1Hc6NBf .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-seT1Hc6NBf .card .wrapper .mbr-section-title,
.cid-seT1Hc6NBf .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-seT1Hc6NBf .card .wrapper .mbr-text,
.cid-seT1Hc6NBf .mbr-section-btn {
  color: #000000;
}
.cid-seT1Hc6NBf .card .wrapper .mbr-section-subtitle,
.cid-seT1Hc6NBf .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-seT2sMDDji {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f3f3f3;
}
.cid-seT2sMDDji .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-seT2sMDDji .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-seT2sMDDji .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #000000;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e5e5e5;
  background: linear-gradient(#e5e5e5 0%, #ffffff 69%, #f3f3f3 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-seT2sMDDji .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-seT2sMDDji .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-seT2sMDDji .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-seT2sMDDji .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-seT2sMDDji .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-seT2sMDDji .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-seT2sMDDji .card .wrapper .mbr-section-title,
.cid-seT2sMDDji .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-seT2sMDDji .card .wrapper .mbr-text,
.cid-seT2sMDDji .mbr-section-btn {
  color: #000000;
}
.cid-seT2sMDDji .card .wrapper .mbr-section-subtitle,
.cid-seT2sMDDji .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-seT2GjWbZ6 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f3f3f3;
}
.cid-seT2GjWbZ6 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-seT2GjWbZ6 .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-seT2GjWbZ6 .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #000000;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e5e5e5;
  background: linear-gradient(#e5e5e5 0%, #ffffff 69%, #f3f3f3 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-seT2GjWbZ6 .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-seT2GjWbZ6 .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-seT2GjWbZ6 .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-seT2GjWbZ6 .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-seT2GjWbZ6 .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-seT2GjWbZ6 .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-seT2GjWbZ6 .card .wrapper .mbr-section-title,
.cid-seT2GjWbZ6 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-seT2GjWbZ6 .card .wrapper .mbr-text,
.cid-seT2GjWbZ6 .mbr-section-btn {
  color: #000000;
}
.cid-seT2GjWbZ6 .card .wrapper .mbr-section-subtitle,
.cid-seT2GjWbZ6 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-seT2P1JeNF {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f3f3f3;
}
.cid-seT2P1JeNF .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-seT2P1JeNF .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-seT2P1JeNF .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #000000;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e5e5e5;
  background: linear-gradient(#e5e5e5 0%, #ffffff 69%, #f3f3f3 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-seT2P1JeNF .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-seT2P1JeNF .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-seT2P1JeNF .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-seT2P1JeNF .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-seT2P1JeNF .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-seT2P1JeNF .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-seT2P1JeNF .card .wrapper .mbr-section-title,
.cid-seT2P1JeNF .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-seT2P1JeNF .card .wrapper .mbr-text,
.cid-seT2P1JeNF .mbr-section-btn {
  color: #000000;
}
.cid-seT2P1JeNF .card .wrapper .mbr-section-subtitle,
.cid-seT2P1JeNF .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-s0pBSt4143 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/p3220420-2000x1500.jpg");
}
.cid-s0pBSt4143 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-s0pBSt4143 .form-group {
  margin-bottom: 1rem;
}
.cid-s0pBSt4143 .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-s0pBSt4143 textarea.form-control {
  min-height: 96px;
}
.cid-s0pBSt4143 .input-group-btn {
  width: 100%;
}
.cid-s0pBSt4143 .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-s0pBSt4143 .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-s0pBSt4143 .google-map {
  width: 100%;
  height: 25rem;
}
.cid-s0pBSt4143 .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-s0pBSt4143 .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-s0pBSt4143 .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.cid-s0pBSt4143 .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-s0pBSt4143 .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pBSt4143 .form-subtitle {
    text-align: center;
  }
}
.cid-s0pBSt4143 .main-title {
  color: #ffffff;
}
.cid-s0pBSt4143 .form-title {
  color: #ffffff;
}
.cid-s0pBSt4143 .first-column {
  color: #ffffff;
  text-align: left;
}
.cid-s0pBSt4143 .second-column {
  color: #ffffff;
}
.cid-s0pBSt4143 LABEL {
  color: #000000;
}
.cid-s0pBSwzHqD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-s0pBSwzHqD .content {
    text-align: center;
  }
  .cid-s0pBSwzHqD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pBSwzHqD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s0pBSwzHqD .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s0pBSwzHqD .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s0pBSwzHqD .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s0pBSwzHqD .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s0pBSwzHqD .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-s0pBSwzHqD .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s0pBSwzHqD .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0pBSwzHqD .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0pBSwzHqD .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0pBSwzHqD .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tBHqSNCGlh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .nav-item,
.cid-tBHqSNCGlh .nav-link,
.cid-tBHqSNCGlh .navbar-caption {
  font-weight: normal;
}
.cid-tBHqSNCGlh .nav-item:focus,
.cid-tBHqSNCGlh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBHqSNCGlh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBHqSNCGlh .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-tBHqSNCGlh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.opened {
  transition: all 0.3s;
  background: #212121 !important;
}
.cid-tBHqSNCGlh .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-tBHqSNCGlh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBHqSNCGlh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1rem);
  }
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tBHqSNCGlh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-tBHqSNCGlh .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBHqSNCGlh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBHqSNCGlh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tBHqSNCGlh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tBHqSNCGlh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-tBHqSNCGlh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tBHqSNCGlh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBHqSNCGlh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBHqSNCGlh .navbar.navbar-short {
  background: #212121 !important;
  min-height: 60px;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBHqSNCGlh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tBHqSNCGlh .dropdown-item.active,
.cid-tBHqSNCGlh .dropdown-item:active {
  background-color: transparent;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBHqSNCGlh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBHqSNCGlh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBHqSNCGlh .navbar-buttons {
  text-align: center;
}
.cid-tBHqSNCGlh .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-tBHqSNCGlh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tBHqSNCGlh a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-tBHqSNCGlh .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tBHqSNCGlh .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tBHqSNCGlh .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBHqSNCGlh .navbar {
    height: 77px;
  }
  .cid-tBHqSNCGlh .navbar.opened {
    height: auto;
  }
  .cid-tBHqSNCGlh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s0pBZOTe0i {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-tBHt4e7Tjr {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBHt4e7Tjr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBHt4e7Tjr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tBHt4e7Tjr .container {
    padding: 0 30px;
  }
}
.cid-tBHt4e7Tjr .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tBHt4e7Tjr .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-seCy5rD7xk {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-seCy5rD7xk .mbr-section-subtitle {
  color: #000000;
}
.cid-seCyY0hd5w {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-seCyY0hd5w .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-seCyY0hd5w .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-seCyY0hd5w img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-seCyY0hd5w .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-seCzeE3zzH {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-seCzeE3zzH .mbr-section-subtitle {
  color: #000000;
}
.cid-seCzfgVBdO {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-seCzfgVBdO .mbr-text,
.cid-seCzfgVBdO blockquote {
  color: #767676;
}
.cid-seCzfgVBdO .mbr-text {
  color: #000000;
}
.cid-seCzfgVBdO .mbr-text P {
  text-align: left;
}
.cid-seCzZ3mq2Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-seCzZ3mq2Y .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-seCzZ3mq2Y .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-seCzZ3mq2Y .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-seCzZ3mq2Y .mbr-text {
    text-align: center;
  }
}
.cid-seCzZ3mq2Y H1 {
  color: #232323;
}
.cid-seCzZ3mq2Y .mbr-text,
.cid-seCzZ3mq2Y .mbr-section-btn {
  color: #232323;
}
.cid-s0pBZYOApZ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/p3220420-2000x1500.jpg");
}
.cid-s0pBZYOApZ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-s0pBZYOApZ .form-group {
  margin-bottom: 1rem;
}
.cid-s0pBZYOApZ .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-s0pBZYOApZ textarea.form-control {
  min-height: 96px;
}
.cid-s0pBZYOApZ .input-group-btn {
  width: 100%;
}
.cid-s0pBZYOApZ .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-s0pBZYOApZ .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-s0pBZYOApZ .google-map {
  width: 100%;
  height: 25rem;
}
.cid-s0pBZYOApZ .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-s0pBZYOApZ .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-s0pBZYOApZ .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.cid-s0pBZYOApZ .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-s0pBZYOApZ .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pBZYOApZ .form-subtitle {
    text-align: center;
  }
}
.cid-s0pBZYOApZ .main-title {
  color: #ffffff;
}
.cid-s0pBZYOApZ .form-title {
  color: #ffffff;
}
.cid-s0pBZYOApZ .first-column {
  color: #ffffff;
  text-align: left;
}
.cid-s0pBZYOApZ .second-column {
  color: #ffffff;
}
.cid-s0pBZYOApZ LABEL {
  color: #000000;
}
.cid-s0pC01KM86 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-s0pC01KM86 .content {
    text-align: center;
  }
  .cid-s0pC01KM86 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pC01KM86 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s0pC01KM86 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s0pC01KM86 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s0pC01KM86 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s0pC01KM86 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s0pC01KM86 .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-s0pC01KM86 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s0pC01KM86 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0pC01KM86 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0pC01KM86 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0pC01KM86 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tBHqSNCGlh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .nav-item,
.cid-tBHqSNCGlh .nav-link,
.cid-tBHqSNCGlh .navbar-caption {
  font-weight: normal;
}
.cid-tBHqSNCGlh .nav-item:focus,
.cid-tBHqSNCGlh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBHqSNCGlh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBHqSNCGlh .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-tBHqSNCGlh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.opened {
  transition: all 0.3s;
  background: #212121 !important;
}
.cid-tBHqSNCGlh .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-tBHqSNCGlh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBHqSNCGlh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1rem);
  }
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tBHqSNCGlh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-tBHqSNCGlh .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBHqSNCGlh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBHqSNCGlh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tBHqSNCGlh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tBHqSNCGlh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-tBHqSNCGlh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tBHqSNCGlh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBHqSNCGlh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBHqSNCGlh .navbar.navbar-short {
  background: #212121 !important;
  min-height: 60px;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBHqSNCGlh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tBHqSNCGlh .dropdown-item.active,
.cid-tBHqSNCGlh .dropdown-item:active {
  background-color: transparent;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBHqSNCGlh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBHqSNCGlh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBHqSNCGlh .navbar-buttons {
  text-align: center;
}
.cid-tBHqSNCGlh .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-tBHqSNCGlh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tBHqSNCGlh a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-tBHqSNCGlh .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tBHqSNCGlh .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tBHqSNCGlh .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBHqSNCGlh .navbar {
    height: 77px;
  }
  .cid-tBHqSNCGlh .navbar.opened {
    height: auto;
  }
  .cid-tBHqSNCGlh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s0pC7PZL1t .modal-body .close {
  background: #1b1b1b;
}
.cid-s0pC7PZL1t .modal-body .close span {
  font-style: normal;
}
.cid-s0pC7PZL1t .carousel-inner > .active,
.cid-s0pC7PZL1t .carousel-inner > .next,
.cid-s0pC7PZL1t .carousel-inner > .prev {
  display: table;
}
.cid-s0pC7PZL1t .carousel-control .icon-next,
.cid-s0pC7PZL1t .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s0pC7PZL1t .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0pC7PZL1t .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s0pC7PZL1t .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s0pC7PZL1t .boxed-slider > div {
  position: relative;
}
.cid-s0pC7PZL1t .container img {
  width: 100%;
}
.cid-s0pC7PZL1t .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-s0pC7PZL1t .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s0pC7PZL1t .mbr-table-cell {
  padding: 0;
}
.cid-s0pC7PZL1t .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s0pC7PZL1t .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s0pC7PZL1t .mbr-overlay {
  z-index: 1;
}
.cid-s0pC7PZL1t .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s0pC7PZL1t .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-s0pC7PZL1t .carousel-item .container {
    width: 100%;
  }
}
.cid-s0pC7PZL1t .carousel-item-next.carousel-item-left,
.cid-s0pC7PZL1t .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s0pC7PZL1t .active.carousel-item-right,
.cid-s0pC7PZL1t .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s0pC7PZL1t .active.carousel-item-left,
.cid-s0pC7PZL1t .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s0pC7PZL1t .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s0pC7PZL1t .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s0pC7PZL1t .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s0pC7PZL1t .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-s0pC7PZL1t .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s0pC7PZL1t .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s0pC7PZL1t .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-s0pC7PZL1t .mbr-slider .carousel-indicators li.active,
.cid-s0pC7PZL1t .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s0pC7PZL1t .mbr-slider .carousel-indicators li::after,
.cid-s0pC7PZL1t .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s0pC7PZL1t .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s0pC7PZL1t .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s0pC7PZL1t .mbr-slider > .container img {
  width: 100%;
}
.cid-s0pC7PZL1t .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-s0pC7PZL1t .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s0pC7PZL1t .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s0pC7PZL1t .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s0pC7PZL1t .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s0pC7PZL1t .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s0pC7PZL1t .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s0pC7PZL1t .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s0pC7PZL1t .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s0pC7PZL1t .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s0pC7PZL1t .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s0pC7PZL1t .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s0pC7PZL1t .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s0pC7PZL1t P {
  text-align: center;
}
.cid-s0pC7S6juz {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-seTurw36Gv {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-seTurw36Gv .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-seTurw36Gv .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-seTurw36Gv .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #000000;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #3fac1d;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-seTurw36Gv .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-seTurw36Gv .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-seTurw36Gv .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-seTurw36Gv .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-seTurw36Gv .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-seTurw36Gv .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-seTurw36Gv .card .wrapper .mbr-section-title,
.cid-seTurw36Gv .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-seTurw36Gv .card .wrapper .mbr-text,
.cid-seTurw36Gv .mbr-section-btn {
  color: #000000;
}
.cid-seTurw36Gv .card .wrapper .mbr-section-subtitle,
.cid-seTurw36Gv .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-seTvD6ZfK9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-seTvD6ZfK9 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-seTvD6ZfK9 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-seTvD6ZfK9 .mbr-text {
    text-align: center;
  }
}
.cid-seTvD6ZfK9 H1 {
  color: #232323;
}
.cid-seTvD6ZfK9 .mbr-text,
.cid-seTvD6ZfK9 .mbr-section-btn {
  color: #232323;
}
.cid-seTw08pzcP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-seTw08pzcP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-seTw08pzcP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seTw08pzcP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-seTw08pzcP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-seTw08pzcP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-seTw08pzcP .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-seTw08pzcP .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-seTw08pzcP .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-seTw08pzcP .mbr-gallery-filter ul {
  display: block;
}
.cid-seTw08pzcP .mbr-gallery-filter ul li {
  position: relative;
}
.cid-seTw08pzcP .mbr-gallery-filter li.active .btn {
  color: #3fac1d !important;
  background: transparent;
}
.cid-seTw08pzcP .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #3fac1d !important;
}
.cid-seTw08pzcP .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-seTw08pzcP .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-seTw08pzcP .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #3fac1d !important;
}
.cid-seTw08pzcP .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-seTw08pzcP .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-seTw08pzcP .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-seTw08pzcP .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-seTw08pzcP .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-seTw08pzcP .icon-focus:before {
  content: '\e95e';
}
.cid-seTw08pzcP .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-seTw08pzcP .mbr-section-title {
  margin: 0;
}
.cid-seTw08pzcP .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-seTw08pzcP .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-s0pC82f7gY {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/p3220420-2000x1500.jpg");
}
.cid-s0pC82f7gY .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-s0pC82f7gY .form-group {
  margin-bottom: 1rem;
}
.cid-s0pC82f7gY .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-s0pC82f7gY textarea.form-control {
  min-height: 96px;
}
.cid-s0pC82f7gY .input-group-btn {
  width: 100%;
}
.cid-s0pC82f7gY .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-s0pC82f7gY .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-s0pC82f7gY .google-map {
  width: 100%;
  height: 25rem;
}
.cid-s0pC82f7gY .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-s0pC82f7gY .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-s0pC82f7gY .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.cid-s0pC82f7gY .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-s0pC82f7gY .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pC82f7gY .form-subtitle {
    text-align: center;
  }
}
.cid-s0pC82f7gY .main-title {
  color: #ffffff;
}
.cid-s0pC82f7gY .form-title {
  color: #ffffff;
}
.cid-s0pC82f7gY .first-column {
  color: #ffffff;
  text-align: left;
}
.cid-s0pC82f7gY .second-column {
  color: #ffffff;
}
.cid-s0pC82f7gY LABEL {
  color: #000000;
}
.cid-s0pC85kbpb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-s0pC85kbpb .content {
    text-align: center;
  }
  .cid-s0pC85kbpb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pC85kbpb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s0pC85kbpb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s0pC85kbpb .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s0pC85kbpb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s0pC85kbpb .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s0pC85kbpb .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-s0pC85kbpb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s0pC85kbpb .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0pC85kbpb .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0pC85kbpb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0pC85kbpb .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tBHqSNCGlh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .nav-item,
.cid-tBHqSNCGlh .nav-link,
.cid-tBHqSNCGlh .navbar-caption {
  font-weight: normal;
}
.cid-tBHqSNCGlh .nav-item:focus,
.cid-tBHqSNCGlh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBHqSNCGlh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBHqSNCGlh .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-tBHqSNCGlh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.opened {
  transition: all 0.3s;
  background: #212121 !important;
}
.cid-tBHqSNCGlh .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-tBHqSNCGlh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBHqSNCGlh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1rem);
  }
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tBHqSNCGlh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-tBHqSNCGlh .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBHqSNCGlh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBHqSNCGlh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tBHqSNCGlh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tBHqSNCGlh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-tBHqSNCGlh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tBHqSNCGlh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBHqSNCGlh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBHqSNCGlh .navbar.navbar-short {
  background: #212121 !important;
  min-height: 60px;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBHqSNCGlh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tBHqSNCGlh .dropdown-item.active,
.cid-tBHqSNCGlh .dropdown-item:active {
  background-color: transparent;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBHqSNCGlh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBHqSNCGlh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBHqSNCGlh .navbar-buttons {
  text-align: center;
}
.cid-tBHqSNCGlh .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-tBHqSNCGlh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tBHqSNCGlh a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-tBHqSNCGlh .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tBHqSNCGlh .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tBHqSNCGlh .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBHqSNCGlh .navbar {
    height: 77px;
  }
  .cid-tBHqSNCGlh .navbar.opened {
    height: auto;
  }
  .cid-tBHqSNCGlh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBHtej1jNQ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBHtej1jNQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBHtej1jNQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tBHtej1jNQ .container {
    padding: 0 30px;
  }
}
.cid-tBHtej1jNQ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tBHtej1jNQ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-seCsq7K6Ho {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-seCsq7K6Ho .mbr-section-subtitle {
  color: #000000;
}
.cid-seCsCldoEE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-seCsCldoEE .mbr-text,
.cid-seCsCldoEE blockquote {
  color: #767676;
}
.cid-seCsCldoEE .mbr-text {
  color: #000000;
}
.cid-seCsCldoEE .mbr-text P {
  text-align: left;
}
.cid-seCu96Syma {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-seCu96Syma .card:hover .card-wrapper .img-wrapper .mbr-section-btn {
  opacity: 1;
  transform: translateY(-50px);
}
.cid-seCu96Syma .card .card-wrapper .img-wrapper {
  overflow: hidden;
  trasnition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-seCu96Syma .card .card-wrapper .img-wrapper img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-seCu96Syma .card .card-wrapper .img-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 150px;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  transform: translateY(100px);
  width: 100%;
}
.cid-seCu96Syma .card .card-wrapper .img-wrapper .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  letter-spacing: 0;
}
.cid-seCu96Syma .card .card-wrapper .card-box .card-title {
  color: #06182d;
  font-weight: 700;
  margin-bottom: 0;
}
.cid-seCu96Syma .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-seCu96Syma .card .card-wrapper .card-box .mbr-section-subtitle {
  color: #61728a;
  letter-spacing: 0;
}
.cid-seCu96Syma .card .card-wrapper .card-box .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-seCu96Syma .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-seCu96Syma .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-seCu96Syma .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-seCu96Syma .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
  height: 2px;
  width: 25%;
  top: 50%;
  right: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c3cad2;
}
@media (max-width: 992px) {
  .cid-seCu96Syma .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-seCu96Syma .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
  height: 2px;
  width: 25%;
  top: 50%;
  left: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c3cad2;
}
@media (max-width: 992px) {
  .cid-seCu96Syma .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-seCu96Syma .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-seCulrWvMS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-seCulrWvMS .card:hover .card-wrapper .img-wrapper .mbr-section-btn {
  opacity: 1;
  transform: translateY(-50px);
}
.cid-seCulrWvMS .card .card-wrapper .img-wrapper {
  overflow: hidden;
  trasnition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-seCulrWvMS .card .card-wrapper .img-wrapper img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-seCulrWvMS .card .card-wrapper .img-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 150px;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  transform: translateY(100px);
  width: 100%;
}
.cid-seCulrWvMS .card .card-wrapper .img-wrapper .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  letter-spacing: 0;
}
.cid-seCulrWvMS .card .card-wrapper .card-box .card-title {
  color: #06182d;
  font-weight: 700;
  margin-bottom: 0;
}
.cid-seCulrWvMS .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-seCulrWvMS .card .card-wrapper .card-box .mbr-section-subtitle {
  color: #61728a;
  letter-spacing: 0;
}
.cid-seCulrWvMS .card .card-wrapper .card-box .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-seCulrWvMS .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-seCulrWvMS .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-seCulrWvMS .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-seCulrWvMS .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
  height: 2px;
  width: 25%;
  top: 50%;
  right: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c3cad2;
}
@media (max-width: 992px) {
  .cid-seCulrWvMS .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-seCulrWvMS .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
  height: 2px;
  width: 25%;
  top: 50%;
  left: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c3cad2;
}
@media (max-width: 992px) {
  .cid-seCulrWvMS .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-seCulrWvMS .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-s0pCgWrJJ7 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/p3220420-2000x1500.jpg");
}
.cid-s0pCgWrJJ7 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-s0pCgWrJJ7 .form-group {
  margin-bottom: 1rem;
}
.cid-s0pCgWrJJ7 .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-s0pCgWrJJ7 textarea.form-control {
  min-height: 96px;
}
.cid-s0pCgWrJJ7 .input-group-btn {
  width: 100%;
}
.cid-s0pCgWrJJ7 .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-s0pCgWrJJ7 .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-s0pCgWrJJ7 .google-map {
  width: 100%;
  height: 25rem;
}
.cid-s0pCgWrJJ7 .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-s0pCgWrJJ7 .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-s0pCgWrJJ7 .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.cid-s0pCgWrJJ7 .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-s0pCgWrJJ7 .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pCgWrJJ7 .form-subtitle {
    text-align: center;
  }
}
.cid-s0pCgWrJJ7 .main-title {
  color: #ffffff;
}
.cid-s0pCgWrJJ7 .form-title {
  color: #ffffff;
}
.cid-s0pCgWrJJ7 .first-column {
  color: #ffffff;
  text-align: left;
}
.cid-s0pCgWrJJ7 .second-column {
  color: #ffffff;
}
.cid-s0pCgWrJJ7 LABEL {
  color: #000000;
}
.cid-s0pCgZHl6F {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-s0pCgZHl6F .content {
    text-align: center;
  }
  .cid-s0pCgZHl6F .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pCgZHl6F .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s0pCgZHl6F .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s0pCgZHl6F .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s0pCgZHl6F .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s0pCgZHl6F .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s0pCgZHl6F .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-s0pCgZHl6F .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s0pCgZHl6F .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0pCgZHl6F .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0pCgZHl6F .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0pCgZHl6F .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tBHqSNCGlh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .nav-item,
.cid-tBHqSNCGlh .nav-link,
.cid-tBHqSNCGlh .navbar-caption {
  font-weight: normal;
}
.cid-tBHqSNCGlh .nav-item:focus,
.cid-tBHqSNCGlh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBHqSNCGlh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBHqSNCGlh .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-tBHqSNCGlh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.opened {
  transition: all 0.3s;
  background: #212121 !important;
}
.cid-tBHqSNCGlh .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-tBHqSNCGlh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBHqSNCGlh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1rem);
  }
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tBHqSNCGlh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-tBHqSNCGlh .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBHqSNCGlh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBHqSNCGlh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tBHqSNCGlh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tBHqSNCGlh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-tBHqSNCGlh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tBHqSNCGlh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBHqSNCGlh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBHqSNCGlh .navbar.navbar-short {
  background: #212121 !important;
  min-height: 60px;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBHqSNCGlh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tBHqSNCGlh .dropdown-item.active,
.cid-tBHqSNCGlh .dropdown-item:active {
  background-color: transparent;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBHqSNCGlh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBHqSNCGlh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBHqSNCGlh .navbar-buttons {
  text-align: center;
}
.cid-tBHqSNCGlh .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-tBHqSNCGlh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tBHqSNCGlh a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-tBHqSNCGlh .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tBHqSNCGlh .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tBHqSNCGlh .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBHqSNCGlh .navbar {
    height: 77px;
  }
  .cid-tBHqSNCGlh .navbar.opened {
    height: auto;
  }
  .cid-tBHqSNCGlh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-seNvglTyK5 {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #f3f3f3;
}
.cid-seNvglTyK5 .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-seNvglTyK5 .card:hover .card-wrapper .img-wrapper .mbr-section-btn {
  opacity: 1;
  transform: translateY(-50px);
}
.cid-seNvglTyK5 .card .card-wrapper .img-wrapper {
  overflow: hidden;
  trasnition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-seNvglTyK5 .card .card-wrapper .img-wrapper img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-seNvglTyK5 .card .card-wrapper .img-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 150px;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  transform: translateY(100px);
  width: 100%;
}
.cid-seNvglTyK5 .card .card-wrapper .img-wrapper .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  letter-spacing: 0;
}
.cid-seNvglTyK5 .card .card-wrapper .card-box .card-title {
  color: #06182d;
  font-weight: 700;
  margin-bottom: 0;
}
.cid-seNvglTyK5 .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-seNvglTyK5 .card .card-wrapper .card-box .mbr-section-subtitle {
  color: #61728a;
  letter-spacing: 0;
}
.cid-seNvglTyK5 .card .card-wrapper .card-box .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-seNvglTyK5 .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-seNvglTyK5 .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-seNvglTyK5 .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-seNvglTyK5 .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
  height: 2px;
  width: 25%;
  top: 50%;
  right: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c3cad2;
}
@media (max-width: 992px) {
  .cid-seNvglTyK5 .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-seNvglTyK5 .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
  height: 2px;
  width: 25%;
  top: 50%;
  left: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c3cad2;
}
@media (max-width: 992px) {
  .cid-seNvglTyK5 .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-seNvglTyK5 .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-seNxmdh08F {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
@media (min-width: 767px) {
  .cid-seNxmdh08F .container {
    padding: 1rem;
  }
}
.cid-seNxmdh08F .card-box {
  padding: 0 2rem;
}
.cid-seNxmdh08F .mbr-section-btn {
  padding-top: 2rem;
}
.cid-seNxmdh08F .card1 {
  background-image: url("../../../assets/images/tepelne-cerpadlo-s-vodni-smyckou-2-bez-2000x2500.jpg");
}
.cid-seNxmdh08F .card2 {
  background-image: url("../../../assets/images/tepelne-cerpadlo-s-vodni-smyckou-2000x2406.jpg");
}
.cid-seNxmdh08F .card3 {
  background-image: url("../../../assets/images/tepeln-erpadlo-vega-air-30-kw-2000x2721.jpg");
}
.cid-seNxmdh08F h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-seNxmdh08F p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-seNxmdh08F .card-wrapper {
  height: 100%;
  padding: 25rem 2rem 5rem 2rem;
  background-size: cover;
}
.cid-seNxmdh08F .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-seNxmdh08F .card-wrapper {
    padding: 15rem 1rem 3rem 1rem;
  }
}
.cid-s0pCq6jxd8 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/p3220420-2000x1500.jpg");
}
.cid-s0pCq6jxd8 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-s0pCq6jxd8 .form-group {
  margin-bottom: 1rem;
}
.cid-s0pCq6jxd8 .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-s0pCq6jxd8 textarea.form-control {
  min-height: 96px;
}
.cid-s0pCq6jxd8 .input-group-btn {
  width: 100%;
}
.cid-s0pCq6jxd8 .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-s0pCq6jxd8 .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-s0pCq6jxd8 .google-map {
  width: 100%;
  height: 25rem;
}
.cid-s0pCq6jxd8 .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-s0pCq6jxd8 .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-s0pCq6jxd8 .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.cid-s0pCq6jxd8 .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-s0pCq6jxd8 .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pCq6jxd8 .form-subtitle {
    text-align: center;
  }
}
.cid-s0pCq6jxd8 .main-title {
  color: #ffffff;
}
.cid-s0pCq6jxd8 .form-title {
  color: #ffffff;
}
.cid-s0pCq6jxd8 .first-column {
  color: #ffffff;
  text-align: left;
}
.cid-s0pCq6jxd8 .second-column {
  color: #ffffff;
}
.cid-s0pCq6jxd8 LABEL {
  color: #000000;
}
.cid-s0pCq98kr0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-s0pCq98kr0 .content {
    text-align: center;
  }
  .cid-s0pCq98kr0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pCq98kr0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s0pCq98kr0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s0pCq98kr0 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s0pCq98kr0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s0pCq98kr0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s0pCq98kr0 .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-s0pCq98kr0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s0pCq98kr0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0pCq98kr0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0pCq98kr0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0pCq98kr0 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tBHtiA8KeG {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f3f3f3;
}
.cid-tBHtiA8KeG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBHtiA8KeG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tBHtiA8KeG .container {
    padding: 0 30px;
  }
}
.cid-tBHtiA8KeG .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tBHtiA8KeG .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tBHqSNCGlh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .nav-item,
.cid-tBHqSNCGlh .nav-link,
.cid-tBHqSNCGlh .navbar-caption {
  font-weight: normal;
}
.cid-tBHqSNCGlh .nav-item:focus,
.cid-tBHqSNCGlh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBHqSNCGlh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBHqSNCGlh .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-tBHqSNCGlh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.opened {
  transition: all 0.3s;
  background: #212121 !important;
}
.cid-tBHqSNCGlh .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-tBHqSNCGlh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBHqSNCGlh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1rem);
  }
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tBHqSNCGlh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-tBHqSNCGlh .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBHqSNCGlh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBHqSNCGlh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tBHqSNCGlh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tBHqSNCGlh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-tBHqSNCGlh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tBHqSNCGlh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBHqSNCGlh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBHqSNCGlh .navbar.navbar-short {
  background: #212121 !important;
  min-height: 60px;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBHqSNCGlh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tBHqSNCGlh .dropdown-item.active,
.cid-tBHqSNCGlh .dropdown-item:active {
  background-color: transparent;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBHqSNCGlh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBHqSNCGlh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBHqSNCGlh .navbar-buttons {
  text-align: center;
}
.cid-tBHqSNCGlh .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-tBHqSNCGlh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tBHqSNCGlh a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-tBHqSNCGlh .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tBHqSNCGlh .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tBHqSNCGlh .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBHqSNCGlh .navbar {
    height: 77px;
  }
  .cid-tBHqSNCGlh .navbar.opened {
    height: auto;
  }
  .cid-tBHqSNCGlh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBHtrb1xR9 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBHtrb1xR9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBHtrb1xR9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tBHtrb1xR9 .container {
    padding: 0 30px;
  }
}
.cid-tBHtrb1xR9 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tBHtrb1xR9 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-seTgNRZaLi {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-seTgNRZaLi .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-seTgNRZaLi .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-seTgNRZaLi .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #000000;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #3fac1d;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-seTgNRZaLi .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-seTgNRZaLi .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-seTgNRZaLi .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-seTgNRZaLi .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-seTgNRZaLi .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-seTgNRZaLi .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-seTgNRZaLi .card .wrapper .mbr-section-title,
.cid-seTgNRZaLi .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-seTgNRZaLi .card .wrapper .mbr-text,
.cid-seTgNRZaLi .mbr-section-btn {
  color: #000000;
}
.cid-seTgNRZaLi .card .wrapper .mbr-section-subtitle,
.cid-seTgNRZaLi .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-seThuMQK27 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-seThuMQK27 .counter-container {
  color: #767676;
}
.cid-seThuMQK27 .counter-container ul {
  margin-bottom: 0;
}
.cid-seThuMQK27 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-seThuMQK27 .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #3fac1d;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-seThuMQK27 .mbr-text {
  color: #000000;
}
.cid-seThOBOIFq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-seThOBOIFq .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-seThOBOIFq .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-seThOBOIFq .mbr-text {
    text-align: center;
  }
}
.cid-seThOBOIFq H1 {
  color: #232323;
}
.cid-seThOBOIFq .mbr-text,
.cid-seThOBOIFq .mbr-section-btn {
  color: #232323;
}
.cid-seTj92rQdd {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-seTj92rQdd .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-seTj92rQdd .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-seTj92rQdd .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #000000;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e5e5e5;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-seTj92rQdd .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-seTj92rQdd .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-seTj92rQdd .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-seTj92rQdd .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-seTj92rQdd .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-seTj92rQdd .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-seTj92rQdd .card .wrapper .mbr-section-title,
.cid-seTj92rQdd .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-seTj92rQdd .card .wrapper .mbr-text,
.cid-seTj92rQdd .mbr-section-btn {
  color: #000000;
}
.cid-seTj92rQdd .card .wrapper .mbr-section-subtitle,
.cid-seTj92rQdd .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-seTh77zTg2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-seTh77zTg2 blockquote {
  background-color: rgba(184, 184, 184, 0.2);
  border-color: #3fac1d;
  border-width: 3px;
  color: #666666;
}
.cid-seTh77zTg2 .mbr-text {
  color: #000000;
}
.cid-seTjhV531P {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-seTjhV531P .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-seTjhV531P .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-seTjhV531P .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #000000;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e5e5e5;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-seTjhV531P .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-seTjhV531P .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-seTjhV531P .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-seTjhV531P .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-seTjhV531P .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-seTjhV531P .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-seTjhV531P .card .wrapper .mbr-section-title,
.cid-seTjhV531P .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-seTjhV531P .card .wrapper .mbr-text,
.cid-seTjhV531P .mbr-section-btn {
  color: #000000;
}
.cid-seTjhV531P .card .wrapper .mbr-section-subtitle,
.cid-seTjhV531P .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-seTjkNc1VQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-seTjkNc1VQ blockquote {
  background-color: rgba(184, 184, 184, 0.2);
  border-color: #3fac1d;
  border-width: 3px;
  color: #666666;
}
.cid-seTjkNc1VQ .mbr-text {
  color: #000000;
}
.cid-seTkdC10N1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-seTkdC10N1 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-seTkdC10N1 .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-seTkdC10N1 .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #000000;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e5e5e5;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-seTkdC10N1 .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-seTkdC10N1 .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-seTkdC10N1 .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-seTkdC10N1 .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-seTkdC10N1 .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-seTkdC10N1 .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-seTkdC10N1 .card .wrapper .mbr-section-title,
.cid-seTkdC10N1 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-seTkdC10N1 .card .wrapper .mbr-text,
.cid-seTkdC10N1 .mbr-section-btn {
  color: #000000;
}
.cid-seTkdC10N1 .card .wrapper .mbr-section-subtitle,
.cid-seTkdC10N1 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-seTlouG7Ky {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-seTlouG7Ky .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #3fac1d;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-seTlouG7Ky .card:hover .card-wrapper .img-wrapper .mbr-section-btn {
  opacity: 1;
  transform: translateY(-50px);
  transform: translateY(40px);
}
.cid-seTlouG7Ky .card .card-wrapper .img-wrapper {
  overflow: hidden;
  trasnition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-seTlouG7Ky .card .card-wrapper .img-wrapper img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-seTlouG7Ky .card .card-wrapper .img-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 150px;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  transform: translateY(100px);
  width: 100%;
}
.cid-seTlouG7Ky .card .card-wrapper .img-wrapper .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  letter-spacing: 0;
}
.cid-seTlouG7Ky .card .card-wrapper .card-box .card-title {
  color: #06182d;
  font-weight: 700;
  margin-bottom: 0;
}
.cid-seTlouG7Ky .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-seTlouG7Ky .card .card-wrapper .card-box .mbr-section-subtitle {
  color: #61728a;
  letter-spacing: 0;
}
.cid-seTlouG7Ky .card .card-wrapper .card-box .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-seTlouG7Ky .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-seTlouG7Ky .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-seTlouG7Ky .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-seTlouG7Ky .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
  height: 2px;
  width: 25%;
  top: 50%;
  right: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c3cad2;
}
@media (max-width: 992px) {
  .cid-seTlouG7Ky .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-seTlouG7Ky .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
  height: 2px;
  width: 25%;
  top: 50%;
  left: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c3cad2;
}
@media (max-width: 992px) {
  .cid-seTlouG7Ky .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-seTlouG7Ky .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-s0pCETgV5Y {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/p3220420-2000x1500.jpg");
}
.cid-s0pCETgV5Y .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-s0pCETgV5Y .form-group {
  margin-bottom: 1rem;
}
.cid-s0pCETgV5Y .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-s0pCETgV5Y textarea.form-control {
  min-height: 96px;
}
.cid-s0pCETgV5Y .input-group-btn {
  width: 100%;
}
.cid-s0pCETgV5Y .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-s0pCETgV5Y .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-s0pCETgV5Y .google-map {
  width: 100%;
  height: 25rem;
}
.cid-s0pCETgV5Y .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-s0pCETgV5Y .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-s0pCETgV5Y .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.cid-s0pCETgV5Y .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-s0pCETgV5Y .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pCETgV5Y .form-subtitle {
    text-align: center;
  }
}
.cid-s0pCETgV5Y .main-title {
  color: #ffffff;
}
.cid-s0pCETgV5Y .form-title {
  color: #ffffff;
}
.cid-s0pCETgV5Y .first-column {
  color: #ffffff;
  text-align: left;
}
.cid-s0pCETgV5Y .second-column {
  color: #ffffff;
}
.cid-s0pCETgV5Y LABEL {
  color: #000000;
}
.cid-s0pCEWn2qr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-s0pCEWn2qr .content {
    text-align: center;
  }
  .cid-s0pCEWn2qr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pCEWn2qr .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s0pCEWn2qr .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s0pCEWn2qr .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s0pCEWn2qr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s0pCEWn2qr .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s0pCEWn2qr .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-s0pCEWn2qr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s0pCEWn2qr .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0pCEWn2qr .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0pCEWn2qr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0pCEWn2qr .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tBHqSNCGlh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .nav-item,
.cid-tBHqSNCGlh .nav-link,
.cid-tBHqSNCGlh .navbar-caption {
  font-weight: normal;
}
.cid-tBHqSNCGlh .nav-item:focus,
.cid-tBHqSNCGlh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBHqSNCGlh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBHqSNCGlh .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-tBHqSNCGlh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.opened {
  transition: all 0.3s;
  background: #212121 !important;
}
.cid-tBHqSNCGlh .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-tBHqSNCGlh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBHqSNCGlh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1rem);
  }
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tBHqSNCGlh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-tBHqSNCGlh .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBHqSNCGlh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBHqSNCGlh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tBHqSNCGlh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tBHqSNCGlh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-tBHqSNCGlh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tBHqSNCGlh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBHqSNCGlh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBHqSNCGlh .navbar.navbar-short {
  background: #212121 !important;
  min-height: 60px;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBHqSNCGlh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tBHqSNCGlh .dropdown-item.active,
.cid-tBHqSNCGlh .dropdown-item:active {
  background-color: transparent;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBHqSNCGlh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBHqSNCGlh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBHqSNCGlh .navbar-buttons {
  text-align: center;
}
.cid-tBHqSNCGlh .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-tBHqSNCGlh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tBHqSNCGlh a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-tBHqSNCGlh .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tBHqSNCGlh .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tBHqSNCGlh .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBHqSNCGlh .navbar {
    height: 77px;
  }
  .cid-tBHqSNCGlh .navbar.opened {
    height: auto;
  }
  .cid-tBHqSNCGlh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBHtxHcPWl {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBHtxHcPWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBHtxHcPWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tBHtxHcPWl .container {
    padding: 0 30px;
  }
}
.cid-tBHtxHcPWl .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tBHtxHcPWl .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-sfb7Lx8OPZ {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sfb7Lx8OPZ .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sfb7Lx8OPZ .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-sfb7Lx8OPZ .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #000000;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e5e5e5;
  background: linear-gradient(#e5e5e5 0%, #ffffff 69%, #f3f3f3 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sfb7Lx8OPZ .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sfb7Lx8OPZ .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sfb7Lx8OPZ .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-sfb7Lx8OPZ .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-sfb7Lx8OPZ .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-sfb7Lx8OPZ .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-sfb7Lx8OPZ .card .wrapper .mbr-section-title,
.cid-sfb7Lx8OPZ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-sfb7Lx8OPZ .card .wrapper .mbr-text,
.cid-sfb7Lx8OPZ .mbr-section-btn {
  color: #000000;
}
.cid-sfb7Lx8OPZ .card .wrapper .mbr-section-subtitle,
.cid-sfb7Lx8OPZ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-s0pCVdN5TD {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/p3220420-2000x1500.jpg");
}
.cid-s0pCVdN5TD .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-s0pCVdN5TD .form-group {
  margin-bottom: 1rem;
}
.cid-s0pCVdN5TD .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-s0pCVdN5TD textarea.form-control {
  min-height: 96px;
}
.cid-s0pCVdN5TD .input-group-btn {
  width: 100%;
}
.cid-s0pCVdN5TD .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-s0pCVdN5TD .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-s0pCVdN5TD .google-map {
  width: 100%;
  height: 25rem;
}
.cid-s0pCVdN5TD .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-s0pCVdN5TD .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-s0pCVdN5TD .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.cid-s0pCVdN5TD .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-s0pCVdN5TD .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pCVdN5TD .form-subtitle {
    text-align: center;
  }
}
.cid-s0pCVdN5TD .main-title {
  color: #ffffff;
}
.cid-s0pCVdN5TD .form-title {
  color: #ffffff;
}
.cid-s0pCVdN5TD .first-column {
  color: #ffffff;
  text-align: left;
}
.cid-s0pCVdN5TD .second-column {
  color: #ffffff;
}
.cid-s0pCVdN5TD LABEL {
  color: #000000;
}
.cid-s0pCViqYHk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-s0pCViqYHk .content {
    text-align: center;
  }
  .cid-s0pCViqYHk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pCViqYHk .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s0pCViqYHk .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s0pCViqYHk .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s0pCViqYHk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s0pCViqYHk .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s0pCViqYHk .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-s0pCViqYHk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s0pCViqYHk .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0pCViqYHk .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0pCViqYHk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0pCViqYHk .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tBHqSNCGlh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .nav-item,
.cid-tBHqSNCGlh .nav-link,
.cid-tBHqSNCGlh .navbar-caption {
  font-weight: normal;
}
.cid-tBHqSNCGlh .nav-item:focus,
.cid-tBHqSNCGlh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBHqSNCGlh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBHqSNCGlh .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-tBHqSNCGlh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.opened {
  transition: all 0.3s;
  background: #212121 !important;
}
.cid-tBHqSNCGlh .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-tBHqSNCGlh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBHqSNCGlh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1rem);
  }
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tBHqSNCGlh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-tBHqSNCGlh .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBHqSNCGlh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBHqSNCGlh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tBHqSNCGlh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tBHqSNCGlh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-tBHqSNCGlh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tBHqSNCGlh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBHqSNCGlh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBHqSNCGlh .navbar.navbar-short {
  background: #212121 !important;
  min-height: 60px;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBHqSNCGlh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tBHqSNCGlh .dropdown-item.active,
.cid-tBHqSNCGlh .dropdown-item:active {
  background-color: transparent;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBHqSNCGlh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBHqSNCGlh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBHqSNCGlh .navbar-buttons {
  text-align: center;
}
.cid-tBHqSNCGlh .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-tBHqSNCGlh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tBHqSNCGlh a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-tBHqSNCGlh .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tBHqSNCGlh .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tBHqSNCGlh .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBHqSNCGlh .navbar {
    height: 77px;
  }
  .cid-tBHqSNCGlh .navbar.opened {
    height: auto;
  }
  .cid-tBHqSNCGlh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDZAiuMY1E {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uDZAiuMY1E .container-fluid {
  padding: 0 3rem;
}
.cid-uDZAiuMY1E .card {
  display: block;
}
.cid-uDZAiuMY1E .card .card-wrapper {
  height: 1%;
}
.cid-uDZAiuMY1E .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-uDZAiuMY1E .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-uDZAiuMY1E .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-uDZAiuMY1E .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uDZAiuMY1E .container-fluid {
    padding: 0 1rem;
  }
  .cid-uDZAiuMY1E .text-row {
    padding-bottom: 1rem;
  }
}
.cid-uF7BzaR3fX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uF7BzaR3fX h2,
.cid-uF7BzaR3fX h3,
.cid-uF7BzaR3fX h4,
.cid-uF7BzaR3fX p {
  margin: 0;
}
.cid-uF7BzaR3fX .image-wrap {
  width: 100%;
  margin-bottom: 28px;
}
.cid-uF7BzaR3fX .image-wrap img {
  width: 100%;
  height: auto;
}
.cid-uF7BzaR3fX .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-uF7BzaR3fX .mbr-section-title {
  color: #000000;
  margin-bottom: 22px;
  text-align: center;
}
.cid-uF7BzaR3fX .mbr-section-subtitle {
  margin-bottom: 5px;
}
.cid-uF7BzaR3fX .mbr-text {
  color: #3fac1d;
  margin-bottom: 10px;
  text-align: center;
}
.cid-uF7EPVnp6z {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-uF7EPVnp6z a:link {
  text-decoration: none;
}
.cid-uF7EPVnp6z .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uF7EPVnp6z .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uF7EPVnp6z .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uF7EPVnp6z .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uF7EPVnp6z .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uF7EPVnp6z .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uF7EPVnp6z .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #3fac1d;
  position: relative;
  top: -19px;
}
.cid-uF7EPVnp6z .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #3fac1d;
}
.cid-uF7EPVnp6z .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uF7EPVnp6z .plan-title,
.cid-uF7EPVnp6z .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uF7EPVnp6z .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-uF7EPVnp6z .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uF7EPVnp6z .mbr-section-title span {
  color: #ffbc00;
}
.cid-uF7DNh7QIM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
.cid-uF7DNh7QIM p {
  line-height: 1.6;
}
.cid-uF7DNh7QIM .card-box {
  width: -webkit-fill-available;
}
.cid-uF7DNh7QIM .card-img {
  width: auto;
}
.cid-uF7DNh7QIM .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-uF7DNh7QIM .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uF7DNh7QIM .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-uF7DNh7QIM .card {
  height: 100%;
  margin: auto;
}
.cid-uF7DNh7QIM img {
  width: 100%;
  heigth: auto;
}
.cid-uF7DNh7QIM .card-title1 {
  color: #000000;
  text-align: left;
}
.cid-uF7DNh7QIM .mbr-text1 {
  color: #000000;
  text-align: left;
}
.cid-uF7DNh7QIM .card-title2 {
  color: #000000;
  text-align: left;
}
.cid-uF7DNh7QIM .mbr-text2 {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-uF7DNh7QIM .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-uF7DNh7QIM .card-img {
    order: 1;
  }
  .cid-uF7DNh7QIM .card-box {
    order: 2;
  }
}
.cid-uF7FVxiKAH {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f3f3f3;
}
.cid-uDZGNXTZrn {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uDZGNXTZrn h2 {
  text-align: left;
}
.cid-uDZGNXTZrn h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uDZGNXTZrn p {
  color: #767676;
  text-align: left;
}
.cid-uDZGNXTZrn .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uDZGNXTZrn .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uDZGNXTZrn .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDZGNXTZrn .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uDZGNXTZrn .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uDZGNXTZrn .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uDZGNXTZrn .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uDZGNXTZrn .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uDZGNXTZrn .card-img span {
    font-size: 40px !important;
  }
}
.cid-uDZGNXTZrn P {
  color: #000000;
}
.cid-uDZGNXTZrn H2 {
  text-align: center;
}
.cid-uDZIN1x62s {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-s0pDgaNQYK {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/p3220420-2000x1500.jpg");
}
.cid-s0pDgaNQYK .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-s0pDgaNQYK .form-group {
  margin-bottom: 1rem;
}
.cid-s0pDgaNQYK .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-s0pDgaNQYK textarea.form-control {
  min-height: 96px;
}
.cid-s0pDgaNQYK .input-group-btn {
  width: 100%;
}
.cid-s0pDgaNQYK .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-s0pDgaNQYK .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-s0pDgaNQYK .google-map {
  width: 100%;
  height: 25rem;
}
.cid-s0pDgaNQYK .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-s0pDgaNQYK .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-s0pDgaNQYK .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.cid-s0pDgaNQYK .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-s0pDgaNQYK .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pDgaNQYK .form-subtitle {
    text-align: center;
  }
}
.cid-s0pDgaNQYK .main-title {
  color: #ffffff;
}
.cid-s0pDgaNQYK .form-title {
  color: #ffffff;
}
.cid-s0pDgaNQYK .first-column {
  color: #ffffff;
  text-align: left;
}
.cid-s0pDgaNQYK .second-column {
  color: #ffffff;
}
.cid-s0pDgaNQYK LABEL {
  color: #000000;
}
.cid-s0pDgdS3YX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-s0pDgdS3YX .content {
    text-align: center;
  }
  .cid-s0pDgdS3YX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pDgdS3YX .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s0pDgdS3YX .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s0pDgdS3YX .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s0pDgdS3YX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s0pDgdS3YX .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s0pDgdS3YX .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-s0pDgdS3YX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s0pDgdS3YX .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0pDgdS3YX .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0pDgdS3YX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0pDgdS3YX .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tBHqSNCGlh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .nav-item,
.cid-tBHqSNCGlh .nav-link,
.cid-tBHqSNCGlh .navbar-caption {
  font-weight: normal;
}
.cid-tBHqSNCGlh .nav-item:focus,
.cid-tBHqSNCGlh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBHqSNCGlh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBHqSNCGlh .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-tBHqSNCGlh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.opened {
  transition: all 0.3s;
  background: #212121 !important;
}
.cid-tBHqSNCGlh .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-tBHqSNCGlh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBHqSNCGlh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1rem);
  }
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tBHqSNCGlh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-tBHqSNCGlh .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBHqSNCGlh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBHqSNCGlh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tBHqSNCGlh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tBHqSNCGlh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-tBHqSNCGlh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tBHqSNCGlh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBHqSNCGlh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBHqSNCGlh .navbar.navbar-short {
  background: #212121 !important;
  min-height: 60px;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBHqSNCGlh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tBHqSNCGlh .dropdown-item.active,
.cid-tBHqSNCGlh .dropdown-item:active {
  background-color: transparent;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBHqSNCGlh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBHqSNCGlh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBHqSNCGlh .navbar-buttons {
  text-align: center;
}
.cid-tBHqSNCGlh .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-tBHqSNCGlh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tBHqSNCGlh a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-tBHqSNCGlh .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tBHqSNCGlh .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tBHqSNCGlh .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBHqSNCGlh .navbar {
    height: 77px;
  }
  .cid-tBHqSNCGlh .navbar.opened {
    height: auto;
  }
  .cid-tBHqSNCGlh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s0pDBWorQe {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-s2IhvXQFlw {
  padding-top: 300px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2IhvXQFlw .mbr-section-title {
  color: #ffffff;
}
.cid-s2IhvXQFlw .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-s2IhvXQFlw .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3eb918;
  margin-bottom: 2rem;
}
.cid-s2IhvXQFlw .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-s2IhvXQFlw .items {
  display: flex;
  flex-direction: row;
}
.cid-s2IhvXQFlw .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-s2IhvXQFlw .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.2rem;
  margin: auto;
  color: #ff513c;
}
.cid-s2IhvXQFlw .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-s2IhvXQFlw .items .list-item:last-child .listico {
  display: none;
}
.cid-s2IhvXQFlw .mbr-section-title,
.cid-s2IhvXQFlw .icon-wrap,
.cid-s2IhvXQFlw .mbr-section-btn {
  color: #000000;
}
.cid-s2IhvXQFlw .mbr-text,
.cid-s2IhvXQFlw .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uUjUSCJQ0S {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUjUSCJQ0S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUjUSCJQ0S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUjUSCJQ0S .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uUjUSCJQ0S .container-fluid {
    padding: 0 16px;
  }
}
.cid-uUjUSCJQ0S .container-fluid .row {
  padding: 0;
}
.cid-uUjUSCJQ0S .container {
  overflow: hidden;
}
.cid-uUjUSCJQ0S .row {
  justify-content: center;
}
.cid-uUjUSCJQ0S .title-wrapper {
  margin-bottom: 80px;
}
.cid-uUjUSCJQ0S .title-wrapper .mbr-section-title {
  padding-top: 22px;
  margin-bottom: 0;
}
.cid-uUjUSCJQ0S .video-block {
  width: 62%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uUjUSCJQ0S .video-block {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-uUjUSCJQ0S .video-block {
    width: 100%;
  }
}
.cid-uUjUSCJQ0S .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUjUSCJQ0S .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uUjUSCJQ0S .app-video-wrapper::before {
  color: #3fac1d;
  text-shadow: none;
}
.cid-uUjUSCJQ0S .mbr-section-title {
  color: #181818;
  text-align: center;
}
.cid-tCHywGumaA {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f3f3f3;
}
.cid-tCHywGumaA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCHywGumaA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCHywGumaA .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tCHywGumaA .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCHywGumaA .container-fluid .row {
  padding: 0;
}
.cid-tCHywGumaA .container {
  overflow: hidden;
}
.cid-tCHywGumaA .row {
  justify-content: center;
}
.cid-tCHywGumaA .title-wrapper {
  margin-bottom: 80px;
}
.cid-tCHywGumaA .title-wrapper .mbr-section-title {
  padding-top: 22px;
  margin-bottom: 0;
}
.cid-tCHywGumaA .video-block {
  width: 62%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tCHywGumaA .video-block {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-tCHywGumaA .video-block {
    width: 100%;
  }
}
.cid-tCHywGumaA .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCHywGumaA .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tCHywGumaA .app-video-wrapper::before {
  color: #3fac1d;
  text-shadow: none;
}
.cid-tCHywGumaA .mbr-section-title {
  color: #181818;
  text-align: center;
}
.cid-tCHAiyMzpv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tCHAiyMzpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCHAiyMzpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCHAiyMzpv .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tCHAiyMzpv .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCHAiyMzpv .container-fluid .row {
  padding: 0;
}
.cid-tCHAiyMzpv .container {
  overflow: hidden;
}
.cid-tCHAiyMzpv .row {
  justify-content: center;
}
.cid-tCHAiyMzpv .title-wrapper {
  margin-bottom: 80px;
}
.cid-tCHAiyMzpv .title-wrapper .mbr-section-title {
  padding-top: 22px;
  margin-bottom: 0;
}
.cid-tCHAiyMzpv .video-block {
  width: 62%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tCHAiyMzpv .video-block {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-tCHAiyMzpv .video-block {
    width: 100%;
  }
}
.cid-tCHAiyMzpv .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCHAiyMzpv .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tCHAiyMzpv .app-video-wrapper::before {
  color: #3fac1d;
  text-shadow: none;
}
.cid-tCHAiyMzpv .mbr-section-title {
  color: #181818;
  text-align: center;
}
.cid-tCHB7839LT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f3f3f3;
}
.cid-tCHB7839LT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCHB7839LT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCHB7839LT .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tCHB7839LT .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCHB7839LT .container-fluid .row {
  padding: 0;
}
.cid-tCHB7839LT .container {
  overflow: hidden;
}
.cid-tCHB7839LT .row {
  justify-content: center;
}
.cid-tCHB7839LT .title-wrapper {
  margin-bottom: 80px;
}
.cid-tCHB7839LT .title-wrapper .mbr-section-title {
  padding-top: 22px;
  margin-bottom: 0;
}
.cid-tCHB7839LT .video-block {
  width: 62%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tCHB7839LT .video-block {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-tCHB7839LT .video-block {
    width: 100%;
  }
}
.cid-tCHB7839LT .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCHB7839LT .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tCHB7839LT .app-video-wrapper::before {
  color: #3fac1d;
  text-shadow: none;
}
.cid-tCHB7839LT .mbr-section-title {
  color: #181818;
  text-align: center;
}
.cid-tCHBxzbYna {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tCHBxzbYna .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCHBxzbYna .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCHBxzbYna .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tCHBxzbYna .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCHBxzbYna .container-fluid .row {
  padding: 0;
}
.cid-tCHBxzbYna .container {
  overflow: hidden;
}
.cid-tCHBxzbYna .row {
  justify-content: center;
}
.cid-tCHBxzbYna .title-wrapper {
  margin-bottom: 80px;
}
.cid-tCHBxzbYna .title-wrapper .mbr-section-title {
  padding-top: 22px;
  margin-bottom: 0;
}
.cid-tCHBxzbYna .video-block {
  width: 62%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tCHBxzbYna .video-block {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-tCHBxzbYna .video-block {
    width: 100%;
  }
}
.cid-tCHBxzbYna .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCHBxzbYna .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tCHBxzbYna .app-video-wrapper::before {
  color: #3fac1d;
  text-shadow: none;
}
.cid-tCHBxzbYna .mbr-section-title {
  color: #181818;
  text-align: center;
}
.cid-tCHBIyvUyU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f3f3f3;
}
.cid-tCHBIyvUyU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCHBIyvUyU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCHBIyvUyU .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tCHBIyvUyU .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCHBIyvUyU .container-fluid .row {
  padding: 0;
}
.cid-tCHBIyvUyU .container {
  overflow: hidden;
}
.cid-tCHBIyvUyU .row {
  justify-content: center;
}
.cid-tCHBIyvUyU .title-wrapper {
  margin-bottom: 80px;
}
.cid-tCHBIyvUyU .title-wrapper .mbr-section-title {
  padding-top: 22px;
  margin-bottom: 0;
}
.cid-tCHBIyvUyU .video-block {
  width: 62%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tCHBIyvUyU .video-block {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-tCHBIyvUyU .video-block {
    width: 100%;
  }
}
.cid-tCHBIyvUyU .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCHBIyvUyU .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tCHBIyvUyU .app-video-wrapper::before {
  color: #3fac1d;
  text-shadow: none;
}
.cid-tCHBIyvUyU .mbr-section-title {
  color: #181818;
  text-align: center;
}
.cid-tCHCa8AbRE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tCHCa8AbRE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCHCa8AbRE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCHCa8AbRE .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tCHCa8AbRE .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCHCa8AbRE .container-fluid .row {
  padding: 0;
}
.cid-tCHCa8AbRE .container {
  overflow: hidden;
}
.cid-tCHCa8AbRE .row {
  justify-content: center;
}
.cid-tCHCa8AbRE .title-wrapper {
  margin-bottom: 80px;
}
.cid-tCHCa8AbRE .title-wrapper .mbr-section-title {
  padding-top: 22px;
  margin-bottom: 0;
}
.cid-tCHCa8AbRE .video-block {
  width: 62%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tCHCa8AbRE .video-block {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-tCHCa8AbRE .video-block {
    width: 100%;
  }
}
.cid-tCHCa8AbRE .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCHCa8AbRE .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tCHCa8AbRE .app-video-wrapper::before {
  color: #3fac1d;
  text-shadow: none;
}
.cid-tCHCa8AbRE .mbr-section-title {
  color: #181818;
  text-align: center;
}
.cid-tCHCtLsFYc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f3f3f3;
}
.cid-tCHCtLsFYc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCHCtLsFYc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCHCtLsFYc .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tCHCtLsFYc .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCHCtLsFYc .container-fluid .row {
  padding: 0;
}
.cid-tCHCtLsFYc .container {
  overflow: hidden;
}
.cid-tCHCtLsFYc .row {
  justify-content: center;
}
.cid-tCHCtLsFYc .title-wrapper {
  margin-bottom: 80px;
}
.cid-tCHCtLsFYc .title-wrapper .mbr-section-title {
  padding-top: 22px;
  margin-bottom: 0;
}
.cid-tCHCtLsFYc .video-block {
  width: 62%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tCHCtLsFYc .video-block {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-tCHCtLsFYc .video-block {
    width: 100%;
  }
}
.cid-tCHCtLsFYc .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCHCtLsFYc .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tCHCtLsFYc .app-video-wrapper::before {
  color: #3fac1d;
  text-shadow: none;
}
.cid-tCHCtLsFYc .mbr-section-title {
  color: #181818;
  text-align: center;
}
.cid-tCHCJVjwuZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tCHCJVjwuZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCHCJVjwuZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCHCJVjwuZ .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tCHCJVjwuZ .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCHCJVjwuZ .container-fluid .row {
  padding: 0;
}
.cid-tCHCJVjwuZ .container {
  overflow: hidden;
}
.cid-tCHCJVjwuZ .row {
  justify-content: center;
}
.cid-tCHCJVjwuZ .title-wrapper {
  margin-bottom: 80px;
}
.cid-tCHCJVjwuZ .title-wrapper .mbr-section-title {
  padding-top: 22px;
  margin-bottom: 0;
}
.cid-tCHCJVjwuZ .video-block {
  width: 62%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tCHCJVjwuZ .video-block {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-tCHCJVjwuZ .video-block {
    width: 100%;
  }
}
.cid-tCHCJVjwuZ .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCHCJVjwuZ .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tCHCJVjwuZ .app-video-wrapper::before {
  color: #3fac1d;
  text-shadow: none;
}
.cid-tCHCJVjwuZ .mbr-section-title {
  color: #181818;
  text-align: center;
}
.cid-tCHCVdf4va {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f3f3f3;
}
.cid-tCHCVdf4va .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCHCVdf4va .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCHCVdf4va .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tCHCVdf4va .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCHCVdf4va .container-fluid .row {
  padding: 0;
}
.cid-tCHCVdf4va .container {
  overflow: hidden;
}
.cid-tCHCVdf4va .row {
  justify-content: center;
}
.cid-tCHCVdf4va .title-wrapper {
  margin-bottom: 80px;
}
.cid-tCHCVdf4va .title-wrapper .mbr-section-title {
  padding-top: 22px;
  margin-bottom: 0;
}
.cid-tCHCVdf4va .video-block {
  width: 62%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tCHCVdf4va .video-block {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-tCHCVdf4va .video-block {
    width: 100%;
  }
}
.cid-tCHCVdf4va .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCHCVdf4va .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tCHCVdf4va .app-video-wrapper::before {
  color: #3fac1d;
  text-shadow: none;
}
.cid-tCHCVdf4va .mbr-section-title {
  color: #181818;
  text-align: center;
}
.cid-tCHDbeB3bl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tCHDbeB3bl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCHDbeB3bl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCHDbeB3bl .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tCHDbeB3bl .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCHDbeB3bl .container-fluid .row {
  padding: 0;
}
.cid-tCHDbeB3bl .container {
  overflow: hidden;
}
.cid-tCHDbeB3bl .row {
  justify-content: center;
}
.cid-tCHDbeB3bl .title-wrapper {
  margin-bottom: 80px;
}
.cid-tCHDbeB3bl .title-wrapper .mbr-section-title {
  padding-top: 22px;
  margin-bottom: 0;
}
.cid-tCHDbeB3bl .video-block {
  width: 62%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tCHDbeB3bl .video-block {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-tCHDbeB3bl .video-block {
    width: 100%;
  }
}
.cid-tCHDbeB3bl .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCHDbeB3bl .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tCHDbeB3bl .app-video-wrapper::before {
  color: #3fac1d;
  text-shadow: none;
}
.cid-tCHDbeB3bl .mbr-section-title {
  color: #181818;
  text-align: center;
}
.cid-tCHDnI5oer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f3f3f3;
}
.cid-tCHDnI5oer .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCHDnI5oer .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCHDnI5oer .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tCHDnI5oer .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCHDnI5oer .container-fluid .row {
  padding: 0;
}
.cid-tCHDnI5oer .container {
  overflow: hidden;
}
.cid-tCHDnI5oer .row {
  justify-content: center;
}
.cid-tCHDnI5oer .title-wrapper {
  margin-bottom: 80px;
}
.cid-tCHDnI5oer .title-wrapper .mbr-section-title {
  padding-top: 22px;
  margin-bottom: 0;
}
.cid-tCHDnI5oer .video-block {
  width: 62%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tCHDnI5oer .video-block {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-tCHDnI5oer .video-block {
    width: 100%;
  }
}
.cid-tCHDnI5oer .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCHDnI5oer .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tCHDnI5oer .app-video-wrapper::before {
  color: #3fac1d;
  text-shadow: none;
}
.cid-tCHDnI5oer .mbr-section-title {
  color: #181818;
  text-align: center;
}
.cid-tCHDA4XNsw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tCHDA4XNsw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCHDA4XNsw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCHDA4XNsw .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tCHDA4XNsw .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCHDA4XNsw .container-fluid .row {
  padding: 0;
}
.cid-tCHDA4XNsw .container {
  overflow: hidden;
}
.cid-tCHDA4XNsw .row {
  justify-content: center;
}
.cid-tCHDA4XNsw .title-wrapper {
  margin-bottom: 80px;
}
.cid-tCHDA4XNsw .title-wrapper .mbr-section-title {
  padding-top: 22px;
  margin-bottom: 0;
}
.cid-tCHDA4XNsw .video-block {
  width: 62%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tCHDA4XNsw .video-block {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-tCHDA4XNsw .video-block {
    width: 100%;
  }
}
.cid-tCHDA4XNsw .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCHDA4XNsw .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tCHDA4XNsw .app-video-wrapper::before {
  color: #3fac1d;
  text-shadow: none;
}
.cid-tCHDA4XNsw .mbr-section-title {
  color: #181818;
  text-align: center;
}
.cid-tCHDKkmsyv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f3f3f3;
}
.cid-tCHDKkmsyv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCHDKkmsyv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCHDKkmsyv .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tCHDKkmsyv .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCHDKkmsyv .container-fluid .row {
  padding: 0;
}
.cid-tCHDKkmsyv .container {
  overflow: hidden;
}
.cid-tCHDKkmsyv .row {
  justify-content: center;
}
.cid-tCHDKkmsyv .title-wrapper {
  margin-bottom: 80px;
}
.cid-tCHDKkmsyv .title-wrapper .mbr-section-title {
  padding-top: 22px;
  margin-bottom: 0;
}
.cid-tCHDKkmsyv .video-block {
  width: 62%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tCHDKkmsyv .video-block {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-tCHDKkmsyv .video-block {
    width: 100%;
  }
}
.cid-tCHDKkmsyv .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCHDKkmsyv .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tCHDKkmsyv .app-video-wrapper::before {
  color: #3fac1d;
  text-shadow: none;
}
.cid-tCHDKkmsyv .mbr-section-title {
  color: #181818;
  text-align: center;
}
.cid-tCHDZWsoAq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tCHDZWsoAq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCHDZWsoAq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCHDZWsoAq .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tCHDZWsoAq .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCHDZWsoAq .container-fluid .row {
  padding: 0;
}
.cid-tCHDZWsoAq .container {
  overflow: hidden;
}
.cid-tCHDZWsoAq .row {
  justify-content: center;
}
.cid-tCHDZWsoAq .title-wrapper {
  margin-bottom: 80px;
}
.cid-tCHDZWsoAq .title-wrapper .mbr-section-title {
  padding-top: 22px;
  margin-bottom: 0;
}
.cid-tCHDZWsoAq .video-block {
  width: 62%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tCHDZWsoAq .video-block {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-tCHDZWsoAq .video-block {
    width: 100%;
  }
}
.cid-tCHDZWsoAq .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCHDZWsoAq .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tCHDZWsoAq .app-video-wrapper::before {
  color: #3fac1d;
  text-shadow: none;
}
.cid-tCHDZWsoAq .mbr-section-title {
  color: #181818;
  text-align: center;
}
.cid-tCHE8PvVQG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f3f3f3;
}
.cid-tCHE8PvVQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCHE8PvVQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCHE8PvVQG .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tCHE8PvVQG .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCHE8PvVQG .container-fluid .row {
  padding: 0;
}
.cid-tCHE8PvVQG .container {
  overflow: hidden;
}
.cid-tCHE8PvVQG .row {
  justify-content: center;
}
.cid-tCHE8PvVQG .title-wrapper {
  margin-bottom: 80px;
}
.cid-tCHE8PvVQG .title-wrapper .mbr-section-title {
  padding-top: 22px;
  margin-bottom: 0;
}
.cid-tCHE8PvVQG .video-block {
  width: 62%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tCHE8PvVQG .video-block {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-tCHE8PvVQG .video-block {
    width: 100%;
  }
}
.cid-tCHE8PvVQG .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCHE8PvVQG .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tCHE8PvVQG .app-video-wrapper::before {
  color: #3fac1d;
  text-shadow: none;
}
.cid-tCHE8PvVQG .mbr-section-title {
  color: #181818;
  text-align: center;
}
.cid-ua0FBsa5px {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ua0FBsa5px .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua0FBsa5px .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua0FBsa5px .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ua0FBsa5px .container-fluid {
    padding: 0 16px;
  }
}
.cid-ua0FBsa5px .container-fluid .row {
  padding: 0;
}
.cid-ua0FBsa5px .container {
  overflow: hidden;
}
.cid-ua0FBsa5px .row {
  justify-content: center;
}
.cid-ua0FBsa5px .title-wrapper {
  margin-bottom: 80px;
}
.cid-ua0FBsa5px .title-wrapper .mbr-section-title {
  padding-top: 22px;
  margin-bottom: 0;
}
.cid-ua0FBsa5px .video-block {
  width: 62%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-ua0FBsa5px .video-block {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-ua0FBsa5px .video-block {
    width: 100%;
  }
}
.cid-ua0FBsa5px .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ua0FBsa5px .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ua0FBsa5px .app-video-wrapper::before {
  color: #3fac1d;
  text-shadow: none;
}
.cid-ua0FBsa5px .mbr-section-title {
  color: #181818;
  text-align: center;
}
.cid-s0pDCgRUGw {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/p3220420-2000x1500.jpg");
}
.cid-s0pDCgRUGw .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-s0pDCgRUGw .form-group {
  margin-bottom: 1rem;
}
.cid-s0pDCgRUGw .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-s0pDCgRUGw textarea.form-control {
  min-height: 96px;
}
.cid-s0pDCgRUGw .input-group-btn {
  width: 100%;
}
.cid-s0pDCgRUGw .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-s0pDCgRUGw .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-s0pDCgRUGw .google-map {
  width: 100%;
  height: 25rem;
}
.cid-s0pDCgRUGw .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-s0pDCgRUGw .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-s0pDCgRUGw .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.cid-s0pDCgRUGw .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-s0pDCgRUGw .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pDCgRUGw .form-subtitle {
    text-align: center;
  }
}
.cid-s0pDCgRUGw .main-title {
  color: #ffffff;
}
.cid-s0pDCgRUGw .form-title {
  color: #ffffff;
}
.cid-s0pDCgRUGw .first-column {
  color: #ffffff;
  text-align: left;
}
.cid-s0pDCgRUGw .second-column {
  color: #ffffff;
}
.cid-s0pDCgRUGw LABEL {
  color: #000000;
}
.cid-s0pDClq72A {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-s0pDClq72A .content {
    text-align: center;
  }
  .cid-s0pDClq72A .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0pDClq72A .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s0pDClq72A .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s0pDClq72A .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s0pDClq72A .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s0pDClq72A .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s0pDClq72A .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-s0pDClq72A .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s0pDClq72A .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0pDClq72A .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0pDClq72A .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0pDClq72A .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tBHqSNCGlh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .nav-item,
.cid-tBHqSNCGlh .nav-link,
.cid-tBHqSNCGlh .navbar-caption {
  font-weight: normal;
}
.cid-tBHqSNCGlh .nav-item:focus,
.cid-tBHqSNCGlh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBHqSNCGlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBHqSNCGlh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBHqSNCGlh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBHqSNCGlh .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-tBHqSNCGlh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.opened {
  transition: all 0.3s;
  background: #212121 !important;
}
.cid-tBHqSNCGlh .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-tBHqSNCGlh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBHqSNCGlh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBHqSNCGlh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1rem);
  }
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tBHqSNCGlh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBHqSNCGlh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-tBHqSNCGlh .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBHqSNCGlh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBHqSNCGlh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tBHqSNCGlh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tBHqSNCGlh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBHqSNCGlh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-tBHqSNCGlh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tBHqSNCGlh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBHqSNCGlh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBHqSNCGlh .navbar.navbar-short {
  background: #212121 !important;
  min-height: 60px;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBHqSNCGlh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBHqSNCGlh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBHqSNCGlh .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tBHqSNCGlh .dropdown-item.active,
.cid-tBHqSNCGlh .dropdown-item:active {
  background-color: transparent;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBHqSNCGlh .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212121;
}
.cid-tBHqSNCGlh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBHqSNCGlh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBHqSNCGlh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBHqSNCGlh .navbar-buttons {
  text-align: center;
}
.cid-tBHqSNCGlh .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-tBHqSNCGlh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBHqSNCGlh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBHqSNCGlh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBHqSNCGlh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tBHqSNCGlh a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-tBHqSNCGlh .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tBHqSNCGlh .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tBHqSNCGlh .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBHqSNCGlh .navbar {
    height: 77px;
  }
  .cid-tBHqSNCGlh .navbar.opened {
    height: auto;
  }
  .cid-tBHqSNCGlh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-stTcyKlfhJ .modal-body .close {
  background: #1b1b1b;
}
.cid-stTcyKlfhJ .modal-body .close span {
  font-style: normal;
}
.cid-stTcyKlfhJ .carousel-inner > .active,
.cid-stTcyKlfhJ .carousel-inner > .next,
.cid-stTcyKlfhJ .carousel-inner > .prev {
  display: table;
}
.cid-stTcyKlfhJ .carousel-control .icon-next,
.cid-stTcyKlfhJ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-stTcyKlfhJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-stTcyKlfhJ .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-stTcyKlfhJ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-stTcyKlfhJ .boxed-slider > div {
  position: relative;
}
.cid-stTcyKlfhJ .container img {
  width: 100%;
}
.cid-stTcyKlfhJ .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-stTcyKlfhJ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-stTcyKlfhJ .mbr-table-cell {
  padding: 0;
}
.cid-stTcyKlfhJ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-stTcyKlfhJ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-stTcyKlfhJ .mbr-overlay {
  z-index: 1;
}
.cid-stTcyKlfhJ .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-stTcyKlfhJ .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-stTcyKlfhJ .carousel-item .container {
    width: 100%;
  }
}
.cid-stTcyKlfhJ .carousel-item-next.carousel-item-left,
.cid-stTcyKlfhJ .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-stTcyKlfhJ .active.carousel-item-right,
.cid-stTcyKlfhJ .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-stTcyKlfhJ .active.carousel-item-left,
.cid-stTcyKlfhJ .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-stTcyKlfhJ .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-stTcyKlfhJ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-stTcyKlfhJ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-stTcyKlfhJ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-stTcyKlfhJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-stTcyKlfhJ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-stTcyKlfhJ .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-stTcyKlfhJ .mbr-slider .carousel-indicators li.active,
.cid-stTcyKlfhJ .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-stTcyKlfhJ .mbr-slider .carousel-indicators li::after,
.cid-stTcyKlfhJ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-stTcyKlfhJ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-stTcyKlfhJ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-stTcyKlfhJ .mbr-slider > .container img {
  width: 100%;
}
.cid-stTcyKlfhJ .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-stTcyKlfhJ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-stTcyKlfhJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-stTcyKlfhJ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-stTcyKlfhJ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-stTcyKlfhJ .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-stTcyKlfhJ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-stTcyKlfhJ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-stTcyKlfhJ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-stTcyKlfhJ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-stTcyKlfhJ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-stTcyKlfhJ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-stTcyKlfhJ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-stTeDFwK0P {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-stTeDFwK0P .mbr-section-subtitle {
  text-align: center;
}
.cid-stTeDFwK0P .mbr-section-title {
  text-align: center;
}
.cid-stTeDFwK0P .mbr-text {
  text-align: center;
}
.cid-stTqmWMyfv {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #f3f3f3;
}
.cid-stTqmWMyfv img,
.cid-stTqmWMyfv .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-stTqmWMyfv .item:focus,
.cid-stTqmWMyfv span:focus {
  outline: none;
}
.cid-stTqmWMyfv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-stTqmWMyfv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cccccc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-stTqmWMyfv .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-stTqmWMyfv .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-stTqmWMyfv .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-stTqmWMyfv .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-stTqmWMyfv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-stTqmWMyfv .mbr-section-title {
  color: #232323;
}
.cid-stTqmWMyfv .mbr-text,
.cid-stTqmWMyfv .mbr-section-btn {
  text-align: center;
}
.cid-stTqmWMyfv .item-title {
  text-align: center;
}
.cid-stTqmWMyfv .item-subtitle {
  text-align: left;
}
.cid-stTgmCFYrv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f3f3f3;
}
.cid-stTgmCFYrv img,
.cid-stTgmCFYrv .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-stTgmCFYrv .item:focus,
.cid-stTgmCFYrv span:focus {
  outline: none;
}
.cid-stTgmCFYrv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-stTgmCFYrv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #cccccc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-stTgmCFYrv .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-stTgmCFYrv .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-stTgmCFYrv .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-stTgmCFYrv .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-stTgmCFYrv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-stTgmCFYrv .mbr-section-title {
  color: #232323;
}
.cid-stTgmCFYrv .mbr-text,
.cid-stTgmCFYrv .mbr-section-btn {
  text-align: center;
}
.cid-stTgmCFYrv .item-title {
  text-align: center;
}
.cid-stTgmCFYrv .item-subtitle {
  text-align: left;
}
.cid-stTxoKfjXe {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f3f3f3;
}
.cid-stTxoKfjXe .content-wrapper {
  background: #cccccc;
}
@media (max-width: 991px) {
  .cid-stTxoKfjXe .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-stTxoKfjXe .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-stTxoKfjXe .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-stTxoKfjXe .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-stTxoKfjXe .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-stTxoKfjXe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-stTayBCtWp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-stTayBCtWp .content {
    text-align: center;
  }
  .cid-stTayBCtWp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-stTayBCtWp .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-stTayBCtWp .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-stTayBCtWp .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-stTayBCtWp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-stTayBCtWp .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-stTayBCtWp .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-stTayBCtWp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-stTayBCtWp .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-stTayBCtWp .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-stTayBCtWp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-stTayBCtWp .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uF7GH8jL6i .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF7GH8jL6i .nav-item,
.cid-uF7GH8jL6i .nav-link,
.cid-uF7GH8jL6i .navbar-caption {
  font-weight: normal;
}
.cid-uF7GH8jL6i .nav-item:focus,
.cid-uF7GH8jL6i .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF7GH8jL6i .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-uF7GH8jL6i .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF7GH8jL6i .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uF7GH8jL6i .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uF7GH8jL6i .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uF7GH8jL6i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF7GH8jL6i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF7GH8jL6i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF7GH8jL6i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF7GH8jL6i .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-uF7GH8jL6i .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #212121;
}
.cid-uF7GH8jL6i .navbar.opened {
  transition: all 0.3s;
  background: #212121 !important;
}
.cid-uF7GH8jL6i .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uF7GH8jL6i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF7GH8jL6i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF7GH8jL6i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF7GH8jL6i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1rem);
  }
}
.cid-uF7GH8jL6i .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF7GH8jL6i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF7GH8jL6i .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF7GH8jL6i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF7GH8jL6i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-uF7GH8jL6i .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF7GH8jL6i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF7GH8jL6i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF7GH8jL6i .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF7GH8jL6i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF7GH8jL6i .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF7GH8jL6i .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF7GH8jL6i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF7GH8jL6i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-uF7GH8jL6i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF7GH8jL6i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF7GH8jL6i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF7GH8jL6i .navbar.navbar-short {
  background: #212121 !important;
  min-height: 60px;
}
.cid-uF7GH8jL6i .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF7GH8jL6i .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF7GH8jL6i .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF7GH8jL6i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF7GH8jL6i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF7GH8jL6i .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uF7GH8jL6i .dropdown-item.active,
.cid-uF7GH8jL6i .dropdown-item:active {
  background-color: transparent;
}
.cid-uF7GH8jL6i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF7GH8jL6i .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF7GH8jL6i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212121;
}
.cid-uF7GH8jL6i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF7GH8jL6i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF7GH8jL6i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF7GH8jL6i .navbar-buttons {
  text-align: center;
}
.cid-uF7GH8jL6i .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-uF7GH8jL6i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF7GH8jL6i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF7GH8jL6i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF7GH8jL6i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF7GH8jL6i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF7GH8jL6i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF7GH8jL6i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF7GH8jL6i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF7GH8jL6i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF7GH8jL6i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF7GH8jL6i .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uF7GH8jL6i a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-uF7GH8jL6i .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uF7GH8jL6i .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uF7GH8jL6i .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF7GH8jL6i .navbar {
    height: 77px;
  }
  .cid-uF7GH8jL6i .navbar.opened {
    height: auto;
  }
  .cid-uF7GH8jL6i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF7GGWbTjt {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-uF7GGWbTjt a:link {
  text-decoration: none;
}
.cid-uF7GGWbTjt .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uF7GGWbTjt .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uF7GGWbTjt .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uF7GGWbTjt .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uF7GGWbTjt .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uF7GGWbTjt .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uF7GGWbTjt .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #3fac1d;
  position: relative;
  top: -19px;
}
.cid-uF7GGWbTjt .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #3fac1d;
}
.cid-uF7GGWbTjt .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uF7GGWbTjt .plan-title,
.cid-uF7GGWbTjt .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uF7GGWbTjt .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-uF7GGWbTjt .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uF7GGWbTjt .mbr-section-title span {
  color: #ffbc00;
}
.cid-uF7GGY7All {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.cid-uF7GGY7All .container-fluid {
  padding: 0 3rem;
}
.cid-uF7GGY7All .mbr-section-subtitle {
  color: #767676;
}
.cid-uF7GGY7All .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uF7GGY7All .table-wrapper {
  margin: 0 auto;
}
.cid-uF7GGY7All table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uF7GGY7All table thead tr {
  border: none !important;
}
.cid-uF7GGY7All table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uF7GGY7All table tr td {
  border-color: #c1c1c1;
}
.cid-uF7GGY7All table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uF7GGY7All tr:hover {
  background-color: #ffffff !important;
}
.cid-uF7GGY7All th:after,
.cid-uF7GGY7All th:before {
  display: none !important;
}
.cid-uF7GGY7All .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uF7GGY7All .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uF7GGY7All table th,
  .cid-uF7GGY7All table td {
    padding: .75rem;
  }
}
.cid-uF7GGY7All .body-item {
  text-align: left;
  color: #000000;
}
.cid-uF7GGY7All .mbr-text {
  color: #767676;
}
.cid-uF7GGY7All .head-item {
  color: #232323;
  text-align: left;
}
.cid-uF7GH4zqg3 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uF7GH4zqg3 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uF7GH4zqg3 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uF7GH4zqg3 .mbr-text {
    text-align: center;
  }
}
.cid-uF7GH4zqg3 .mbr-text,
.cid-uF7GH4zqg3 .mbr-section-btn {
  color: #000000;
}
.cid-uF7GH4zqg3 H1 {
  color: #000000;
}
.cid-uF7GGZfexg {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-uF7GGZfexg .mbr-section-title {
  color: #ffffff;
}
.cid-uF7GGZfexg .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uF7GGZfexg .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3eb918;
  margin-bottom: 2rem;
}
.cid-uF7GGZfexg .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uF7GGZfexg .items {
  display: flex;
  flex-direction: row;
}
.cid-uF7GGZfexg .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uF7GGZfexg .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.2rem;
  margin: auto;
  color: #ff513c;
}
.cid-uF7GGZfexg .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uF7GGZfexg .items .list-item:last-child .listico {
  display: none;
}
.cid-uF7GGZfexg .mbr-section-title,
.cid-uF7GGZfexg .icon-wrap,
.cid-uF7GGZfexg .mbr-section-btn {
  color: #000000;
}
.cid-uF7GGZfexg .mbr-text,
.cid-uF7GGZfexg .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uF7GGZFyH7 {
  background-image: url("../../../assets/images/video1-1908x1076.jpg");
}
.cid-uF7GGZFyH7 .mbr-text {
  color: #e5e5e5;
}
.cid-uF7GGZFyH7 .icon-wrap {
  margin: auto;
  transition: all 0.3s;
  font-size: 2rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  color: #ffffff;
}
.cid-uF7GGZFyH7 .icon-wrap:hover {
  border-color: #ff513c;
  transition: all 0.3s;
}
.cid-uF7GGZFyH7 .icon-wrap:hover .mbr-iconfont {
  color: #ff513c;
  transition: all 0.3s;
}
.cid-uF7GGZFyH7 .icon-wrap.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uF7GGZFyH7 .icon-wrap span {
  padding-left: 6px;
}
.cid-uF7GGZFyH7 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uF7GGZFyH7 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uF7GGZFyH7 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uF7GGZFyH7 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uF7GGZFyH7 a.close:hover {
  color: #ffffff;
}
.cid-uF7GH057np {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-uF7GH057np .mbr-section-title {
  color: #ffffff;
}
.cid-uF7GH057np .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uF7GH057np .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3eb918;
  margin-bottom: 2rem;
}
.cid-uF7GH057np .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uF7GH057np .items {
  display: flex;
  flex-direction: row;
}
.cid-uF7GH057np .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uF7GH057np .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.2rem;
  margin: auto;
  color: #ff513c;
}
.cid-uF7GH057np .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uF7GH057np .items .list-item:last-child .listico {
  display: none;
}
.cid-uF7GH057np .mbr-section-title,
.cid-uF7GH057np .icon-wrap,
.cid-uF7GH057np .mbr-section-btn {
  color: #000000;
}
.cid-uF7GH057np .mbr-text,
.cid-uF7GH057np .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uF7GH0xFO0 {
  background-image: url("../../../assets/images/video2-1911x1069.jpg");
}
.cid-uF7GH0xFO0 .mbr-text {
  color: #e5e5e5;
}
.cid-uF7GH0xFO0 .icon-wrap {
  margin: auto;
  transition: all 0.3s;
  font-size: 2rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  color: #ffffff;
}
.cid-uF7GH0xFO0 .icon-wrap:hover {
  border-color: #ff513c;
  transition: all 0.3s;
}
.cid-uF7GH0xFO0 .icon-wrap:hover .mbr-iconfont {
  color: #ff513c;
  transition: all 0.3s;
}
.cid-uF7GH0xFO0 .icon-wrap.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uF7GH0xFO0 .icon-wrap span {
  padding-left: 6px;
}
.cid-uF7GH0xFO0 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uF7GH0xFO0 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uF7GH0xFO0 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uF7GH0xFO0 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uF7GH0xFO0 a.close:hover {
  color: #ffffff;
}
.cid-uF7GH0XwaB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-uF7GH0XwaB .mbr-section-title {
  color: #ffffff;
}
.cid-uF7GH0XwaB .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uF7GH0XwaB .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3eb918;
  margin-bottom: 2rem;
}
.cid-uF7GH0XwaB .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uF7GH0XwaB .items {
  display: flex;
  flex-direction: row;
}
.cid-uF7GH0XwaB .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uF7GH0XwaB .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.2rem;
  margin: auto;
  color: #ff513c;
}
.cid-uF7GH0XwaB .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uF7GH0XwaB .items .list-item:last-child .listico {
  display: none;
}
.cid-uF7GH0XwaB .mbr-section-title,
.cid-uF7GH0XwaB .icon-wrap,
.cid-uF7GH0XwaB .mbr-section-btn {
  color: #000000;
}
.cid-uF7GH0XwaB .mbr-text,
.cid-uF7GH0XwaB .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uF7GH1nxzH {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uF7GH1nxzH .mbr-section-title {
  color: #ffffff;
}
.cid-uF7GH1nxzH .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uF7GH1nxzH .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3eb918;
  margin-bottom: 2rem;
}
.cid-uF7GH1nxzH .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uF7GH1nxzH .items {
  display: flex;
  flex-direction: row;
}
.cid-uF7GH1nxzH .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uF7GH1nxzH .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.2rem;
  margin: auto;
  color: #ff513c;
}
.cid-uF7GH1nxzH .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uF7GH1nxzH .items .list-item:last-child .listico {
  display: none;
}
.cid-uF7GH1nxzH .mbr-section-title,
.cid-uF7GH1nxzH .icon-wrap,
.cid-uF7GH1nxzH .mbr-section-btn {
  color: #000000;
}
.cid-uF7GH1nxzH .mbr-text,
.cid-uF7GH1nxzH .mbr-section-btn {
  color: #3fac1d;
  text-align: center;
}
.cid-uF7GH1P1HX {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uF7GH1P1HX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uF7GH1P1HX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF7GH1P1HX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uF7GH1P1HX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uF7GH1P1HX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3fac1d;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uF7GH1P1HX .icon-focus {
  display: none;
}
.cid-uF7GH1P1HX .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uF7GH1P1HX ul {
  font-size: 0;
}
.cid-uF7GH1P1HX .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-uF7GH1P1HX .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uF7GH1P1HX .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #3eb918, #282f39);
}
.cid-uF7GH1P1HX .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uF7GH1P1HX .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uF7GH1P1HX .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-uF7GH1P1HX .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uF7GH1P1HX .btn:hover {
  background: transparent !important;
}
.cid-uF7GH1P1HX .btn:hover:before {
  background: transparent !important;
}
.cid-uF7GH1P1HX .btn:before {
  background-color: transparent !important;
}
.cid-uF7GH1P1HX .btn:focus {
  box-shadow: none;
}
.cid-uF7GH1P1HX .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-uF7GH2nSgz {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uF7GH2nSgz .mbr-section-title {
  color: #ffffff;
}
.cid-uF7GH2nSgz .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uF7GH2nSgz .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3eb918;
  margin-bottom: 2rem;
}
.cid-uF7GH2nSgz .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uF7GH2nSgz .items {
  display: flex;
  flex-direction: row;
}
.cid-uF7GH2nSgz .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uF7GH2nSgz .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.2rem;
  margin: auto;
  color: #ff513c;
}
.cid-uF7GH2nSgz .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uF7GH2nSgz .items .list-item:last-child .listico {
  display: none;
}
.cid-uF7GH2nSgz .mbr-section-title,
.cid-uF7GH2nSgz .icon-wrap,
.cid-uF7GH2nSgz .mbr-section-btn {
  color: #000000;
}
.cid-uF7GH2nSgz .mbr-text,
.cid-uF7GH2nSgz .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uF7GH2OVjW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uF7GH2OVjW .mbr-section-title {
  color: #ffffff;
}
.cid-uF7GH2OVjW .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uF7GH2OVjW .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3eb918;
  margin-bottom: 2rem;
}
.cid-uF7GH2OVjW .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uF7GH2OVjW .items {
  display: flex;
  flex-direction: row;
}
.cid-uF7GH2OVjW .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uF7GH2OVjW .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.2rem;
  margin: auto;
  color: #ff513c;
}
.cid-uF7GH2OVjW .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uF7GH2OVjW .items .list-item:last-child .listico {
  display: none;
}
.cid-uF7GH2OVjW .mbr-section-title,
.cid-uF7GH2OVjW .icon-wrap,
.cid-uF7GH2OVjW .mbr-section-btn {
  color: #000000;
}
.cid-uF7GH2OVjW .mbr-text,
.cid-uF7GH2OVjW .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uF7GH3j1UX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF7GH3j1UX .counter-container {
  color: #767676;
}
.cid-uF7GH3j1UX .counter-container ul {
  margin-bottom: 0;
}
.cid-uF7GH3j1UX .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uF7GH3j1UX .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #3fac1d;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uF7GH3j1UX .mbr-text {
  color: #000000;
}
.cid-uF7GH3HtRS {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uF7GH3HtRS .mbr-text,
.cid-uF7GH3HtRS blockquote {
  color: #000000;
}
.cid-uF7GH3HtRS DIV {
  color: #3fac1d;
}
.cid-uF7GH45q2o {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uF7GH45q2o .mbr-section-title {
  color: #ffffff;
}
.cid-uF7GH45q2o .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uF7GH45q2o .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3eb918;
  margin-bottom: 2rem;
}
.cid-uF7GH45q2o .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uF7GH45q2o .items {
  display: flex;
  flex-direction: row;
}
.cid-uF7GH45q2o .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uF7GH45q2o .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.2rem;
  margin: auto;
  color: #ff513c;
}
.cid-uF7GH45q2o .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uF7GH45q2o .items .list-item:last-child .listico {
  display: none;
}
.cid-uF7GH45q2o .mbr-section-title,
.cid-uF7GH45q2o .icon-wrap,
.cid-uF7GH45q2o .mbr-section-btn {
  color: #000000;
}
.cid-uF7GH45q2o .mbr-text,
.cid-uF7GH45q2o .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uF7GH53Deq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uF7GH53Deq .mbr-section-title {
  color: #ffffff;
}
.cid-uF7GH53Deq .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uF7GH53Deq .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3eb918;
  margin-bottom: 2rem;
}
.cid-uF7GH53Deq .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uF7GH53Deq .items {
  display: flex;
  flex-direction: row;
}
.cid-uF7GH53Deq .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uF7GH53Deq .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.2rem;
  margin: auto;
  color: #ff513c;
}
.cid-uF7GH53Deq .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uF7GH53Deq .items .list-item:last-child .listico {
  display: none;
}
.cid-uF7GH53Deq .mbr-section-title,
.cid-uF7GH53Deq .icon-wrap,
.cid-uF7GH53Deq .mbr-section-btn {
  color: #000000;
}
.cid-uF7GH53Deq .mbr-text,
.cid-uF7GH53Deq .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uF7GH5wP6W {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-uF7GH5wP6W .mbr-section-title {
  color: #ffffff;
}
.cid-uF7GH5wP6W .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uF7GH5wP6W .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3eb918;
  margin-bottom: 2rem;
}
.cid-uF7GH5wP6W .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uF7GH5wP6W .items {
  display: flex;
  flex-direction: row;
}
.cid-uF7GH5wP6W .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uF7GH5wP6W .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.2rem;
  margin: auto;
  color: #ff513c;
}
.cid-uF7GH5wP6W .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uF7GH5wP6W .items .list-item:last-child .listico {
  display: none;
}
.cid-uF7GH5wP6W .mbr-section-title,
.cid-uF7GH5wP6W .icon-wrap,
.cid-uF7GH5wP6W .mbr-section-btn {
  color: #000000;
}
.cid-uF7GH5wP6W .mbr-text,
.cid-uF7GH5wP6W .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uF7GH61R2g {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.cid-uF7GH61R2g .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-uF7GH61R2g .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-uF7GH61R2g .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #000000;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uF7GH61R2g .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF7GH61R2g .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uF7GH61R2g .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-uF7GH61R2g .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-uF7GH61R2g .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-uF7GH61R2g .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-uF7GH61R2g .card .wrapper .mbr-section-title,
.cid-uF7GH61R2g .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uF7GH61R2g .card .wrapper .mbr-text,
.cid-uF7GH61R2g .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uF7GH61R2g .card .wrapper .mbr-section-subtitle,
.cid-uF7GH61R2g .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uF7GH6wE4Y {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f3f3f3;
}
.cid-uF7GH6wE4Y .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uF7GH6wE4Y .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF7GH6wE4Y .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uF7GH6wE4Y .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uF7GH6wE4Y .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #3fac1d);
}
.cid-uF7GH6wE4Y .icon-focus {
  display: none;
}
.cid-uF7GH6wE4Y .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uF7GH6wE4Y ul {
  font-size: 0;
}
.cid-uF7GH6wE4Y .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-uF7GH6wE4Y .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uF7GH6wE4Y .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #3eb918, #282f39);
}
.cid-uF7GH6wE4Y .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uF7GH6wE4Y .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uF7GH6wE4Y .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-uF7GH6wE4Y .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uF7GH6wE4Y .btn:hover {
  background: transparent !important;
}
.cid-uF7GH6wE4Y .btn:hover:before {
  background: transparent !important;
}
.cid-uF7GH6wE4Y .btn:before {
  background-color: transparent !important;
}
.cid-uF7GH6wE4Y .btn:focus {
  box-shadow: none;
}
.cid-uF7GH6wE4Y .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-uF7GH75vOt {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/p3220420-2000x1500.jpg");
}
.cid-uF7GH75vOt .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uF7GH75vOt .form-group {
  margin-bottom: 1rem;
}
.cid-uF7GH75vOt .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-uF7GH75vOt textarea.form-control {
  min-height: 96px;
}
.cid-uF7GH75vOt .input-group-btn {
  width: 100%;
}
.cid-uF7GH75vOt .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uF7GH75vOt .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-uF7GH75vOt .google-map {
  width: 100%;
  height: 25rem;
}
.cid-uF7GH75vOt .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uF7GH75vOt .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-uF7GH75vOt .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.cid-uF7GH75vOt .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-uF7GH75vOt .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uF7GH75vOt .form-subtitle {
    text-align: center;
  }
}
.cid-uF7GH75vOt .main-title {
  color: #ffffff;
}
.cid-uF7GH75vOt .form-title {
  color: #ffffff;
}
.cid-uF7GH75vOt .first-column {
  color: #ffffff;
  text-align: left;
}
.cid-uF7GH75vOt .second-column {
  color: #ffffff;
}
.cid-uF7GH75vOt LABEL {
  color: #000000;
}
.cid-uF7GH7IxSA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-uF7GH7IxSA .content {
    text-align: center;
  }
  .cid-uF7GH7IxSA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uF7GH7IxSA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uF7GH7IxSA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uF7GH7IxSA .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uF7GH7IxSA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uF7GH7IxSA .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uF7GH7IxSA .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-uF7GH7IxSA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uF7GH7IxSA .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uF7GH7IxSA .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uF7GH7IxSA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uF7GH7IxSA .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uF7VDpb3Z1 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF7VDpb3Z1 .nav-item,
.cid-uF7VDpb3Z1 .nav-link,
.cid-uF7VDpb3Z1 .navbar-caption {
  font-weight: normal;
}
.cid-uF7VDpb3Z1 .nav-item:focus,
.cid-uF7VDpb3Z1 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF7VDpb3Z1 .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-uF7VDpb3Z1 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF7VDpb3Z1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uF7VDpb3Z1 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uF7VDpb3Z1 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uF7VDpb3Z1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF7VDpb3Z1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF7VDpb3Z1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF7VDpb3Z1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF7VDpb3Z1 .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-uF7VDpb3Z1 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #212121;
}
.cid-uF7VDpb3Z1 .navbar.opened {
  transition: all 0.3s;
  background: #212121 !important;
}
.cid-uF7VDpb3Z1 .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uF7VDpb3Z1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF7VDpb3Z1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF7VDpb3Z1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF7VDpb3Z1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1rem);
  }
}
.cid-uF7VDpb3Z1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF7VDpb3Z1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF7VDpb3Z1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF7VDpb3Z1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF7VDpb3Z1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-uF7VDpb3Z1 .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF7VDpb3Z1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF7VDpb3Z1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF7VDpb3Z1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF7VDpb3Z1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF7VDpb3Z1 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF7VDpb3Z1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF7VDpb3Z1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF7VDpb3Z1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-uF7VDpb3Z1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF7VDpb3Z1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF7VDpb3Z1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF7VDpb3Z1 .navbar.navbar-short {
  background: #212121 !important;
  min-height: 60px;
}
.cid-uF7VDpb3Z1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF7VDpb3Z1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF7VDpb3Z1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF7VDpb3Z1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF7VDpb3Z1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF7VDpb3Z1 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uF7VDpb3Z1 .dropdown-item.active,
.cid-uF7VDpb3Z1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uF7VDpb3Z1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF7VDpb3Z1 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF7VDpb3Z1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212121;
}
.cid-uF7VDpb3Z1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF7VDpb3Z1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF7VDpb3Z1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF7VDpb3Z1 .navbar-buttons {
  text-align: center;
}
.cid-uF7VDpb3Z1 .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-uF7VDpb3Z1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF7VDpb3Z1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF7VDpb3Z1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF7VDpb3Z1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF7VDpb3Z1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF7VDpb3Z1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF7VDpb3Z1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF7VDpb3Z1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF7VDpb3Z1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF7VDpb3Z1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF7VDpb3Z1 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uF7VDpb3Z1 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-uF7VDpb3Z1 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uF7VDpb3Z1 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uF7VDpb3Z1 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF7VDpb3Z1 .navbar {
    height: 77px;
  }
  .cid-uF7VDpb3Z1 .navbar.opened {
    height: auto;
  }
  .cid-uF7VDpb3Z1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF7W9U4rzw {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.cid-uF7W9U4rzw .container-fluid {
  padding: 0 3rem;
}
.cid-uF7W9U4rzw .mbr-section-subtitle {
  color: #767676;
}
.cid-uF7W9U4rzw .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uF7W9U4rzw .table-wrapper {
  margin: 0 auto;
}
.cid-uF7W9U4rzw table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uF7W9U4rzw table thead tr {
  border: none !important;
}
.cid-uF7W9U4rzw table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #181818;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uF7W9U4rzw table tr td {
  border-color: #7e7e7e;
}
.cid-uF7W9U4rzw table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uF7W9U4rzw tr:hover {
  background-color: #ffffff !important;
}
.cid-uF7W9U4rzw th:after,
.cid-uF7W9U4rzw th:before {
  display: none !important;
}
.cid-uF7W9U4rzw .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uF7W9U4rzw .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uF7W9U4rzw table th,
  .cid-uF7W9U4rzw table td {
    padding: .75rem;
  }
}
.cid-uF7W9U4rzw .body-item {
  text-align: left;
}
.cid-uF7W9U4rzw .mbr-text {
  color: #767676;
}
.cid-uF7W9U4rzw .head-item {
  color: #232323;
  text-align: left;
}
.cid-uF7VDkpYwA {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uF7VDkpYwA .mbr-section-title {
  color: #ffffff;
}
.cid-uF7VDkpYwA .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uF7VDkpYwA .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3eb918;
  margin-bottom: 2rem;
}
.cid-uF7VDkpYwA .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uF7VDkpYwA .items {
  display: flex;
  flex-direction: row;
}
.cid-uF7VDkpYwA .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uF7VDkpYwA .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.2rem;
  margin: auto;
  color: #ff513c;
}
.cid-uF7VDkpYwA .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uF7VDkpYwA .items .list-item:last-child .listico {
  display: none;
}
.cid-uF7VDkpYwA .mbr-section-title,
.cid-uF7VDkpYwA .icon-wrap,
.cid-uF7VDkpYwA .mbr-section-btn {
  color: #000000;
}
.cid-uF7VDkpYwA .mbr-text,
.cid-uF7VDkpYwA .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uF7VDkML50 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f3f3f3;
}
.cid-uF7VDkML50 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uF7VDkML50 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uF7VDkML50 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uF7VDkML50 .mbr-text {
    text-align: center;
  }
}
.cid-uF7VDkML50 .mbr-text,
.cid-uF7VDkML50 .mbr-section-btn {
  color: #000000;
}
.cid-uF7VDkML50 H1 {
  color: #000000;
}
.cid-uF7VDl4L90 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uF7VDl4L90 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uF7VDl4L90 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uF7VDl4L90 .mbr-text {
    text-align: center;
  }
}
.cid-uF7VDl4L90 .mbr-text,
.cid-uF7VDl4L90 .mbr-section-btn {
  color: #000000;
}
.cid-uF7VDl4L90 H1 {
  color: #000000;
}
.cid-uF7VDlEAez {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uF7VDlEAez .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uF7VDlEAez .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uF7VDlEAez .mbr-text {
    text-align: center;
  }
}
.cid-uF7VDlEAez .mbr-text,
.cid-uF7VDlEAez .mbr-section-btn {
  color: #000000;
}
.cid-uF7VDlEAez H1 {
  color: #000000;
}
.cid-uF7VDmM3cp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f3f3f3;
}
.cid-uF7VDmM3cp .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uF7VDmM3cp .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uF7VDmM3cp .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uF7VDmM3cp .mbr-text {
    text-align: center;
  }
}
.cid-uF7VDmM3cp .mbr-text,
.cid-uF7VDmM3cp .mbr-section-btn {
  color: #000000;
}
.cid-uF7VDmM3cp H1 {
  color: #000000;
}
.cid-uF7VDn6lFo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uF7VDn6lFo .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uF7VDn6lFo .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uF7VDn6lFo .mbr-text {
    text-align: center;
  }
}
.cid-uF7VDn6lFo .mbr-text,
.cid-uF7VDn6lFo .mbr-section-btn {
  color: #000000;
}
.cid-uF7VDn6lFo H1 {
  color: #000000;
}
.cid-uF7VDnq7f8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f3f3f3;
}
.cid-uF7VDnq7f8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uF7VDnq7f8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF7VDnq7f8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uF7VDnq7f8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uF7VDnq7f8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uF7VDnq7f8 .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-uF7VDnq7f8 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uF7VDnq7f8 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-uF7VDnq7f8 .mbr-gallery-filter ul {
  display: block;
}
.cid-uF7VDnq7f8 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uF7VDnq7f8 .mbr-gallery-filter li.active .btn {
  color: #3fac1d !important;
  background: transparent;
}
.cid-uF7VDnq7f8 .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #3fac1d !important;
}
.cid-uF7VDnq7f8 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uF7VDnq7f8 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uF7VDnq7f8 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #3fac1d !important;
}
.cid-uF7VDnq7f8 .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-uF7VDnq7f8 .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-uF7VDnq7f8 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-uF7VDnq7f8 .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-uF7VDnq7f8 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uF7VDnq7f8 .icon-focus:before {
  content: '\e95e';
}
.cid-uF7VDnq7f8 .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uF7VDnq7f8 .mbr-section-title {
  margin: 0;
}
.cid-uF7VDnq7f8 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uF7VDnq7f8 .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-uF7VDo9YSf {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/p3220420-2000x1500.jpg");
}
.cid-uF7VDo9YSf .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uF7VDo9YSf .form-group {
  margin-bottom: 1rem;
}
.cid-uF7VDo9YSf .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-uF7VDo9YSf textarea.form-control {
  min-height: 96px;
}
.cid-uF7VDo9YSf .input-group-btn {
  width: 100%;
}
.cid-uF7VDo9YSf .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uF7VDo9YSf .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-uF7VDo9YSf .google-map {
  width: 100%;
  height: 25rem;
}
.cid-uF7VDo9YSf .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uF7VDo9YSf .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-uF7VDo9YSf .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.cid-uF7VDo9YSf .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-uF7VDo9YSf .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uF7VDo9YSf .form-subtitle {
    text-align: center;
  }
}
.cid-uF7VDo9YSf .main-title {
  color: #ffffff;
}
.cid-uF7VDo9YSf .form-title {
  color: #ffffff;
}
.cid-uF7VDo9YSf .first-column {
  color: #ffffff;
  text-align: left;
}
.cid-uF7VDo9YSf .second-column {
  color: #ffffff;
}
.cid-uF7VDo9YSf LABEL {
  color: #000000;
}
.cid-uF7VDoFVnj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-uF7VDoFVnj .content {
    text-align: center;
  }
  .cid-uF7VDoFVnj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uF7VDoFVnj .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uF7VDoFVnj .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uF7VDoFVnj .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uF7VDoFVnj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uF7VDoFVnj .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uF7VDoFVnj .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-uF7VDoFVnj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uF7VDoFVnj .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uF7VDoFVnj .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uF7VDoFVnj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uF7VDoFVnj .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uFqmWEripb .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFqmWEripb .nav-item,
.cid-uFqmWEripb .nav-link,
.cid-uFqmWEripb .navbar-caption {
  font-weight: normal;
}
.cid-uFqmWEripb .nav-item:focus,
.cid-uFqmWEripb .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uFqmWEripb .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-uFqmWEripb .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFqmWEripb .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uFqmWEripb .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uFqmWEripb .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uFqmWEripb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFqmWEripb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFqmWEripb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFqmWEripb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFqmWEripb .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-uFqmWEripb .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #212121;
}
.cid-uFqmWEripb .navbar.opened {
  transition: all 0.3s;
  background: #212121 !important;
}
.cid-uFqmWEripb .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uFqmWEripb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFqmWEripb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFqmWEripb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFqmWEripb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1rem);
  }
}
.cid-uFqmWEripb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFqmWEripb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFqmWEripb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uFqmWEripb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFqmWEripb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-uFqmWEripb .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFqmWEripb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFqmWEripb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFqmWEripb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFqmWEripb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFqmWEripb .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uFqmWEripb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFqmWEripb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFqmWEripb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-uFqmWEripb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFqmWEripb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFqmWEripb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFqmWEripb .navbar.navbar-short {
  background: #212121 !important;
  min-height: 60px;
}
.cid-uFqmWEripb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uFqmWEripb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFqmWEripb .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFqmWEripb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFqmWEripb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFqmWEripb .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uFqmWEripb .dropdown-item.active,
.cid-uFqmWEripb .dropdown-item:active {
  background-color: transparent;
}
.cid-uFqmWEripb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFqmWEripb .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFqmWEripb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212121;
}
.cid-uFqmWEripb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFqmWEripb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFqmWEripb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFqmWEripb .navbar-buttons {
  text-align: center;
}
.cid-uFqmWEripb .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-uFqmWEripb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFqmWEripb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFqmWEripb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFqmWEripb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFqmWEripb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFqmWEripb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFqmWEripb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFqmWEripb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFqmWEripb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFqmWEripb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFqmWEripb .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uFqmWEripb a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-uFqmWEripb .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uFqmWEripb .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uFqmWEripb .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFqmWEripb .navbar {
    height: 77px;
  }
  .cid-uFqmWEripb .navbar.opened {
    height: auto;
  }
  .cid-uFqmWEripb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFqmWwvuXd {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-uFqmWxGYGO {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
.cid-uFqmWxGYGO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqmWxGYGO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqmWxGYGO .mbr-section-title {
  text-align: center;
}
.cid-uFqmWxGYGO .mbr-text {
  text-align: left;
}
.cid-uFqmWz7ZOs {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-uFqmWz7ZOs .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uFqmWz7ZOs .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uFqmWz7ZOs .mbr-text {
    text-align: center;
  }
}
.cid-uFqmWz7ZOs H1 {
  color: #232323;
}
.cid-uFqmWz7ZOs .mbr-text,
.cid-uFqmWz7ZOs .mbr-section-btn {
  color: #232323;
}
.cid-uOWHOSQ3HC {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
@media (min-width: 992px) {
  .cid-uOWHOSQ3HC .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uOWHOSQ3HC .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uOWHOSQ3HC .mbr-text {
    text-align: center;
  }
}
.cid-uOWHOSQ3HC H1 {
  color: #232323;
}
.cid-uOWHOSQ3HC .mbr-text,
.cid-uOWHOSQ3HC .mbr-section-btn {
  color: #232323;
}
.cid-uOWJzabuba {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
.cid-uOWJzabuba .img-wrap img {
  width: 100%;
}
.cid-uOWJzabuba .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
}
.cid-uOWJzabuba .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-uOWJzabuba .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-uOWJzabuba .mbr-section-subtitle {
  color: #61728a;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-uOWJzabuba .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-uOWJzabuba .btn {
  margin: 0px !important;
}
.cid-uOWJzabuba .btn.btn-success-outline {
  color: #000000;
}
.cid-uOWJzabuba .btn.btn-sm {
  padding: 7px 39px;
}
.cid-uOWJzabuba .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-uOWJzabuba .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-uOWJzabuba .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uOWJzabuba .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-uOWJzabuba .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
  .cid-uOWJzabuba * {
    text-align: center;
  }
}
.cid-uOWJzabuba .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-uOWJzabuba .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #3fac1d;
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-uOWJzabuba .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #3fac1d transparent transparent;
  transform: skew(22deg) !important;
}
.cid-uFqmWCbB57 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-uFqmWCbB57 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uFqmWCbB57 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uFqmWCbB57 .mbr-text {
    text-align: center;
  }
}
.cid-uFqmWCbB57 H1 {
  color: #232323;
}
.cid-uFqmWCbB57 .mbr-text,
.cid-uFqmWCbB57 .mbr-section-btn {
  color: #232323;
}
.cid-uFqmWCBU1i {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f3f3f3;
}
.cid-uFqmWCBU1i .img-wrap img {
  width: 100%;
}
.cid-uFqmWCBU1i .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
}
.cid-uFqmWCBU1i .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-uFqmWCBU1i .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-uFqmWCBU1i .mbr-section-subtitle {
  color: #61728a;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-uFqmWCBU1i .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-uFqmWCBU1i .btn {
  margin: 0px !important;
}
.cid-uFqmWCBU1i .btn.btn-success-outline {
  color: #000000;
}
.cid-uFqmWCBU1i .btn.btn-sm {
  padding: 7px 39px;
}
.cid-uFqmWCBU1i .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-uFqmWCBU1i .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-uFqmWCBU1i .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uFqmWCBU1i .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-uFqmWCBU1i .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
  .cid-uFqmWCBU1i * {
    text-align: center;
  }
}
.cid-uFqmWCBU1i .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-uFqmWCBU1i .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #3fac1d;
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-uFqmWCBU1i .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #3fac1d transparent transparent;
  transform: skew(22deg) !important;
}
.cid-uFqmWDmdXE {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/p3220420-2000x1500.jpg");
}
.cid-uFqmWDmdXE .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uFqmWDmdXE .form-group {
  margin-bottom: 1rem;
}
.cid-uFqmWDmdXE .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-uFqmWDmdXE textarea.form-control {
  min-height: 96px;
}
.cid-uFqmWDmdXE .input-group-btn {
  width: 100%;
}
.cid-uFqmWDmdXE .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uFqmWDmdXE .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-uFqmWDmdXE .google-map {
  width: 100%;
  height: 25rem;
}
.cid-uFqmWDmdXE .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uFqmWDmdXE .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-uFqmWDmdXE .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.cid-uFqmWDmdXE .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-uFqmWDmdXE .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFqmWDmdXE .form-subtitle {
    text-align: center;
  }
}
.cid-uFqmWDmdXE .main-title {
  color: #ffffff;
}
.cid-uFqmWDmdXE .form-title {
  color: #ffffff;
}
.cid-uFqmWDmdXE .first-column {
  color: #ffffff;
  text-align: left;
}
.cid-uFqmWDmdXE .second-column {
  color: #ffffff;
}
.cid-uFqmWDmdXE LABEL {
  color: #000000;
}
.cid-uFqmWDUOWV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-uFqmWDUOWV .content {
    text-align: center;
  }
  .cid-uFqmWDUOWV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFqmWDUOWV .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uFqmWDUOWV .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFqmWDUOWV .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uFqmWDUOWV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uFqmWDUOWV .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uFqmWDUOWV .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-uFqmWDUOWV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uFqmWDUOWV .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFqmWDUOWV .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFqmWDUOWV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFqmWDUOWV .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uFqQdtrrHt .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFqQdtrrHt .nav-item,
.cid-uFqQdtrrHt .nav-link,
.cid-uFqQdtrrHt .navbar-caption {
  font-weight: normal;
}
.cid-uFqQdtrrHt .nav-item:focus,
.cid-uFqQdtrrHt .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uFqQdtrrHt .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-uFqQdtrrHt .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFqQdtrrHt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uFqQdtrrHt .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uFqQdtrrHt .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uFqQdtrrHt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFqQdtrrHt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFqQdtrrHt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFqQdtrrHt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFqQdtrrHt .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-uFqQdtrrHt .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #212121;
}
.cid-uFqQdtrrHt .navbar.opened {
  transition: all 0.3s;
  background: #212121 !important;
}
.cid-uFqQdtrrHt .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uFqQdtrrHt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFqQdtrrHt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFqQdtrrHt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFqQdtrrHt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1rem);
  }
}
.cid-uFqQdtrrHt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFqQdtrrHt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFqQdtrrHt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uFqQdtrrHt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFqQdtrrHt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-uFqQdtrrHt .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFqQdtrrHt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFqQdtrrHt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFqQdtrrHt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFqQdtrrHt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFqQdtrrHt .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uFqQdtrrHt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFqQdtrrHt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFqQdtrrHt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-uFqQdtrrHt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFqQdtrrHt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFqQdtrrHt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFqQdtrrHt .navbar.navbar-short {
  background: #212121 !important;
  min-height: 60px;
}
.cid-uFqQdtrrHt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uFqQdtrrHt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFqQdtrrHt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFqQdtrrHt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFqQdtrrHt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFqQdtrrHt .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uFqQdtrrHt .dropdown-item.active,
.cid-uFqQdtrrHt .dropdown-item:active {
  background-color: transparent;
}
.cid-uFqQdtrrHt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFqQdtrrHt .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFqQdtrrHt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212121;
}
.cid-uFqQdtrrHt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFqQdtrrHt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFqQdtrrHt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFqQdtrrHt .navbar-buttons {
  text-align: center;
}
.cid-uFqQdtrrHt .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-uFqQdtrrHt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFqQdtrrHt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFqQdtrrHt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFqQdtrrHt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFqQdtrrHt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFqQdtrrHt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFqQdtrrHt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFqQdtrrHt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFqQdtrrHt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFqQdtrrHt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFqQdtrrHt .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uFqQdtrrHt a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-uFqQdtrrHt .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uFqQdtrrHt .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uFqQdtrrHt .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFqQdtrrHt .navbar {
    height: 77px;
  }
  .cid-uFqQdtrrHt .navbar.opened {
    height: auto;
  }
  .cid-uFqQdtrrHt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFqQGoLsIZ {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFqQGoLsIZ .card-heading {
  padding-bottom: 32px;
  color: #000000;
  text-align: center;
}
.cid-uFqQGoLsIZ .p {
  padding-bottom: 26px;
  color: #000000;
  text-align: left;
}
.cid-uFqQGoLsIZ .p:last-child {
  padding-bottom: 0;
}
.cid-uFqQGoLsIZ .row {
  justify-content: center;
}
.cid-uFqRmsBUYT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFqRmsBUYT .card-heading {
  padding-bottom: 32px;
  color: #000000;
  text-align: center;
}
.cid-uFqRmsBUYT .p {
  padding-bottom: 26px;
  color: #000000;
  text-align: left;
}
.cid-uFqRmsBUYT .p:last-child {
  padding-bottom: 0;
}
.cid-uFqRmsBUYT .row {
  justify-content: center;
}
.cid-uFqRDrVD4J {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFqRDrVD4J .card-heading {
  padding-bottom: 32px;
  color: #000000;
  text-align: center;
}
.cid-uFqRDrVD4J .p {
  padding-bottom: 26px;
  color: #000000;
  text-align: left;
}
.cid-uFqRDrVD4J .p:last-child {
  padding-bottom: 0;
}
.cid-uFqRDrVD4J .row {
  justify-content: center;
}
.cid-uFqS0SVfbz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f3f3f3;
}
.cid-uFqS0SVfbz .card-heading {
  padding-bottom: 32px;
  color: #000000;
  text-align: center;
}
.cid-uFqS0SVfbz .p {
  padding-bottom: 26px;
  color: #000000;
  text-align: left;
}
.cid-uFqS0SVfbz .p:last-child {
  padding-bottom: 0;
}
.cid-uFqS0SVfbz .row {
  justify-content: center;
}
.cid-uFqQdnBNO7 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFqQdnBNO7 h2 {
  text-align: left;
}
.cid-uFqQdnBNO7 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uFqQdnBNO7 p {
  color: #767676;
  text-align: left;
}
.cid-uFqQdnBNO7 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uFqQdnBNO7 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uFqQdnBNO7 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFqQdnBNO7 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFqQdnBNO7 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uFqQdnBNO7 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uFqQdnBNO7 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uFqQdnBNO7 .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uFqQdnBNO7 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uFqQdnBNO7 .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uFqQdnBNO7 .card-img span {
    font-size: 40px !important;
  }
}
.cid-uFqQdnBNO7 P {
  color: #000000;
}
.cid-uFqQdnBNO7 H2 {
  text-align: left;
}
.cid-uFqQdnBNO7 H4 {
  text-align: center;
}
.cid-uFqQdpXo5T {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #f3f3f3;
}
.cid-uFqQdpXo5T .container-fluid {
  padding: 0 3rem;
}
.cid-uFqQdpXo5T .table-wrap {
  margin: 0 1rem 3rem 1rem;
  border: 1px solid #efefef;
  border-radius: 3%;
  padding: 3rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFqQdpXo5T .table-wrap:hover {
  transition: all 0.3s ease-in-out;
  background-color: #3fac1d;
}
.cid-uFqQdpXo5T .table-wrap:hover .table-pricing,
.cid-uFqQdpXo5T .table-wrap:hover .table-icon {
  color: #ffffff !important;
}
.cid-uFqQdpXo5T .table-wrap:hover .table-heading,
.cid-uFqQdpXo5T .table-wrap:hover .mbr-section-subtitle {
  color: #ffffff !important;
}
.cid-uFqQdpXo5T .section-heading {
  margin-bottom: 2rem;
}
.cid-uFqQdpXo5T .table-heading {
  margin-bottom: 2em;
}
.cid-uFqQdpXo5T .underline {
  margin-top: 1rem;
  margin-bottom: 0rem;
}
.cid-uFqQdpXo5T .underline .line {
  width: 6rem;
  height: 3px;
  background: linear-gradient(135deg, #3eb918, #282f39);
  display: inline-block;
}
.cid-uFqQdpXo5T ul {
  word-wrap: break-word;
  padding: 0 4rem;
  margin: 0;
  list-style: none;
}
.cid-uFqQdpXo5T ul li {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0.7em 0;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-uFqQdpXo5T ul li span {
  font-size: 32px;
  color: #000000;
}
.cid-uFqQdpXo5T hr {
  display: none;
  background: #efefef;
}
.cid-uFqQdpXo5T hr {
  display: block;
}
.cid-uFqQdpXo5T .table-heading,
.cid-uFqQdpXo5T .table-pricing,
.cid-uFqQdpXo5T .table-icon {
  color: #3fac1d;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.cid-uFqQdpXo5T .mbr-section-subtitle {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uFqQdpXo5T .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uFqQdpXo5T .mbr-iconfont {
  font-size: 50px;
}
@media (max-width: 1200px) {
  .cid-uFqQdpXo5T .table-wrap {
    margin: 1.5rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uFqQdpXo5T .container-fluid {
    padding: 0 0rem;
  }
}
.cid-uFqTXUqCOk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFqTXUqCOk .right {
  display: flex;
  flex-direction: column;
}
.cid-uFqTXUqCOk .card-heading {
  padding-bottom: 32px;
  color: #000000;
  text-align: center;
}
.cid-uFqTXUqCOk .row {
  justify-content: center;
}
.cid-uFqTXUqCOk ul {
  padding-inline-start: 50px;
  margin-bottom: 0;
}
.cid-uFqTXUqCOk li {
  margin-bottom: 16px;
}
.cid-uFqTXUqCOk li:last-child {
  margin-bottom: 0;
}
.cid-uFqTXUqCOk .list {
  color: #000000;
}
.cid-uFqQdreYWS {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-uFqQdreYWS .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-uFqQdreYWS .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-uFqQdreYWS .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uFqQdreYWS .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFqQdreYWS .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uFqQdreYWS .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-uFqQdreYWS .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-uFqQdreYWS .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-uFqQdreYWS .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-uFqQdreYWS .card .wrapper .mbr-section-title,
.cid-uFqQdreYWS .mbr-section-btn {
  color: #3fac1d;
  text-align: center;
}
.cid-uFqQdreYWS .card .wrapper .mbr-text,
.cid-uFqQdreYWS .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uFqQdrD7Mi {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uFqQdrD7Mi .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uFqQdrD7Mi .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-uFqQdrD7Mi .mbr-text {
  color: #000000;
}
.cid-uFqQdrZJPn {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFqQdo0BOO {
  padding-top: 90px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-uFqQdo0BOO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uFqQdo0BOO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFqQdo0BOO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFqQdo0BOO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uFqQdo0BOO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #999999);
}
.cid-uFqQdo0BOO .icon-focus {
  display: none;
}
.cid-uFqQdo0BOO .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uFqQdo0BOO ul {
  font-size: 0;
}
.cid-uFqQdo0BOO .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-uFqQdo0BOO .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uFqQdo0BOO .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #3eb918, #282f39);
}
.cid-uFqQdo0BOO .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uFqQdo0BOO .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uFqQdo0BOO .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-uFqQdo0BOO .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uFqQdo0BOO .btn:hover {
  background: transparent !important;
}
.cid-uFqQdo0BOO .btn:hover:before {
  background: transparent !important;
}
.cid-uFqQdo0BOO .btn:before {
  background-color: transparent !important;
}
.cid-uFqQdo0BOO .btn:focus {
  box-shadow: none;
}
.cid-uFqQdo0BOO .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-uFqQdsk3Tz {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/p3220420-2000x1500.jpg");
}
.cid-uFqQdsk3Tz .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uFqQdsk3Tz .form-group {
  margin-bottom: 1rem;
}
.cid-uFqQdsk3Tz .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-uFqQdsk3Tz textarea.form-control {
  min-height: 96px;
}
.cid-uFqQdsk3Tz .input-group-btn {
  width: 100%;
}
.cid-uFqQdsk3Tz .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uFqQdsk3Tz .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-uFqQdsk3Tz .google-map {
  width: 100%;
  height: 25rem;
}
.cid-uFqQdsk3Tz .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uFqQdsk3Tz .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-uFqQdsk3Tz .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.cid-uFqQdsk3Tz .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-uFqQdsk3Tz .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFqQdsk3Tz .form-subtitle {
    text-align: center;
  }
}
.cid-uFqQdsk3Tz .main-title {
  color: #ffffff;
}
.cid-uFqQdsk3Tz .form-title {
  color: #ffffff;
}
.cid-uFqQdsk3Tz .first-column {
  color: #ffffff;
  text-align: left;
}
.cid-uFqQdsk3Tz .second-column {
  color: #ffffff;
}
.cid-uFqQdsk3Tz LABEL {
  color: #000000;
}
.cid-uFqQdsV3EX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-uFqQdsV3EX .content {
    text-align: center;
  }
  .cid-uFqQdsV3EX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFqQdsV3EX .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uFqQdsV3EX .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFqQdsV3EX .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uFqQdsV3EX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uFqQdsV3EX .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uFqQdsV3EX .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-uFqQdsV3EX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uFqQdsV3EX .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFqQdsV3EX .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFqQdsV3EX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFqQdsV3EX .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uFTzU9z4pp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTzU9z4pp .nav-item,
.cid-uFTzU9z4pp .nav-link,
.cid-uFTzU9z4pp .navbar-caption {
  font-weight: normal;
}
.cid-uFTzU9z4pp .nav-item:focus,
.cid-uFTzU9z4pp .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uFTzU9z4pp .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-uFTzU9z4pp .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTzU9z4pp .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uFTzU9z4pp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uFTzU9z4pp .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uFTzU9z4pp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFTzU9z4pp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTzU9z4pp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTzU9z4pp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTzU9z4pp .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-uFTzU9z4pp .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #212121;
}
.cid-uFTzU9z4pp .navbar.opened {
  transition: all 0.3s;
  background: #212121 !important;
}
.cid-uFTzU9z4pp .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uFTzU9z4pp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTzU9z4pp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTzU9z4pp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFTzU9z4pp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1rem);
  }
}
.cid-uFTzU9z4pp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFTzU9z4pp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTzU9z4pp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uFTzU9z4pp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTzU9z4pp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-uFTzU9z4pp .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTzU9z4pp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTzU9z4pp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTzU9z4pp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFTzU9z4pp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTzU9z4pp .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uFTzU9z4pp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFTzU9z4pp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTzU9z4pp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-uFTzU9z4pp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFTzU9z4pp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTzU9z4pp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTzU9z4pp .navbar.navbar-short {
  background: #212121 !important;
  min-height: 60px;
}
.cid-uFTzU9z4pp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uFTzU9z4pp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFTzU9z4pp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTzU9z4pp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTzU9z4pp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTzU9z4pp .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uFTzU9z4pp .dropdown-item.active,
.cid-uFTzU9z4pp .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTzU9z4pp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTzU9z4pp .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTzU9z4pp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212121;
}
.cid-uFTzU9z4pp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTzU9z4pp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTzU9z4pp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTzU9z4pp .navbar-buttons {
  text-align: center;
}
.cid-uFTzU9z4pp .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-uFTzU9z4pp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTzU9z4pp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTzU9z4pp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTzU9z4pp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTzU9z4pp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTzU9z4pp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTzU9z4pp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTzU9z4pp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTzU9z4pp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTzU9z4pp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTzU9z4pp .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uFTzU9z4pp a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-uFTzU9z4pp .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uFTzU9z4pp .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uFTzU9z4pp .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFTzU9z4pp .navbar {
    height: 77px;
  }
  .cid-uFTzU9z4pp .navbar.opened {
    height: auto;
  }
  .cid-uFTzU9z4pp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFTzU5ygmt {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFTzU5ygmt h2 {
  text-align: left;
}
.cid-uFTzU5ygmt h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uFTzU5ygmt p {
  color: #767676;
  text-align: left;
}
.cid-uFTzU5ygmt .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uFTzU5ygmt .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uFTzU5ygmt .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFTzU5ygmt .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFTzU5ygmt .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uFTzU5ygmt .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uFTzU5ygmt .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uFTzU5ygmt .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uFTzU5ygmt .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uFTzU5ygmt .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uFTzU5ygmt .card-img span {
    font-size: 40px !important;
  }
}
.cid-uFTzU5ygmt P {
  color: #000000;
}
.cid-uFTzU5VW1e {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uFTzU5VW1e h2 {
  text-align: left;
}
.cid-uFTzU5VW1e h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uFTzU5VW1e p {
  color: #767676;
  text-align: left;
}
.cid-uFTzU5VW1e .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uFTzU5VW1e .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uFTzU5VW1e .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFTzU5VW1e .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFTzU5VW1e .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uFTzU5VW1e .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uFTzU5VW1e .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uFTzU5VW1e .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uFTzU5VW1e .card-img span {
    font-size: 40px !important;
  }
}
.cid-uFTzU5VW1e P {
  color: #000000;
}
.cid-uFTzU8lVOW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f3f3f3;
}
.cid-uFTzU8lVOW .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uFTzU8lVOW .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uFTzU8lVOW .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uFTzU8lVOW .mbr-text {
    text-align: center;
  }
}
.cid-uFTzU8lVOW .mbr-text,
.cid-uFTzU8lVOW .mbr-section-btn {
  color: #000000;
}
.cid-uFTzU8lVOW H1 {
  color: #000000;
}
.cid-uFTzU6fCn6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uFTzU6fCn6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uFTzU6fCn6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFTzU6fCn6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFTzU6fCn6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uFTzU6fCn6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #3eb918);
}
.cid-uFTzU6fCn6 .icon-focus {
  display: none;
}
.cid-uFTzU6fCn6 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uFTzU6fCn6 ul {
  font-size: 0;
}
.cid-uFTzU6fCn6 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-uFTzU6fCn6 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uFTzU6fCn6 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #3eb918, #282f39);
}
.cid-uFTzU6fCn6 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uFTzU6fCn6 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uFTzU6fCn6 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-uFTzU6fCn6 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uFTzU6fCn6 .btn:hover {
  background: transparent !important;
}
.cid-uFTzU6fCn6 .btn:hover:before {
  background: transparent !important;
}
.cid-uFTzU6fCn6 .btn:before {
  background-color: transparent !important;
}
.cid-uFTzU6fCn6 .btn:focus {
  box-shadow: none;
}
.cid-uFTzU6fCn6 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-uFTzU8EtSA {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/p3220420-2000x1500.jpg");
}
.cid-uFTzU8EtSA .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uFTzU8EtSA .form-group {
  margin-bottom: 1rem;
}
.cid-uFTzU8EtSA .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-uFTzU8EtSA textarea.form-control {
  min-height: 96px;
}
.cid-uFTzU8EtSA .input-group-btn {
  width: 100%;
}
.cid-uFTzU8EtSA .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uFTzU8EtSA .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-uFTzU8EtSA .google-map {
  width: 100%;
  height: 25rem;
}
.cid-uFTzU8EtSA .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uFTzU8EtSA .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-uFTzU8EtSA .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.cid-uFTzU8EtSA .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-uFTzU8EtSA .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFTzU8EtSA .form-subtitle {
    text-align: center;
  }
}
.cid-uFTzU8EtSA .main-title {
  color: #ffffff;
}
.cid-uFTzU8EtSA .form-title {
  color: #ffffff;
}
.cid-uFTzU8EtSA .first-column {
  color: #ffffff;
  text-align: left;
}
.cid-uFTzU8EtSA .second-column {
  color: #ffffff;
}
.cid-uFTzU8EtSA LABEL {
  color: #000000;
}
.cid-uFTzU99sMQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-uFTzU99sMQ .content {
    text-align: center;
  }
  .cid-uFTzU99sMQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFTzU99sMQ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uFTzU99sMQ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFTzU99sMQ .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uFTzU99sMQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uFTzU99sMQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uFTzU99sMQ .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-uFTzU99sMQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uFTzU99sMQ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFTzU99sMQ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFTzU99sMQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFTzU99sMQ .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uFTzU7d56l {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.cid-uFTzU7d56l .container-fluid {
  padding: 0 3rem;
}
.cid-uFTzU7d56l .mbr-section-subtitle {
  color: #767676;
}
.cid-uFTzU7d56l .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uFTzU7d56l .table-wrapper {
  margin: 0 auto;
}
.cid-uFTzU7d56l table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uFTzU7d56l table thead tr {
  border: none !important;
}
.cid-uFTzU7d56l table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #8d8d8d;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uFTzU7d56l table tr td {
  border-color: #f3f3f3;
}
.cid-uFTzU7d56l table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uFTzU7d56l tr:hover {
  background-color: #ffffff !important;
}
.cid-uFTzU7d56l .dataTables_scrollHead th:after,
.cid-uFTzU7d56l .dataTables_scrollHead th:before {
  bottom: auto!important;
  top: 50% !important;
  transform: translateY(-60%);
}
.cid-uFTzU7d56l .dataTables_scrollHead th:before {
  right: 15px !important;
}
.cid-uFTzU7d56l .dataTables_scrollHead th:after {
  right: 5px !important;
}
.cid-uFTzU7d56l .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uFTzU7d56l .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uFTzU7d56l table th,
  .cid-uFTzU7d56l table td {
    padding: .75rem;
  }
}
.cid-uFTzU7d56l .body-item {
  text-align: center;
}
.cid-uFTzU7d56l .mbr-text {
  color: #767676;
}
.cid-uFTzU7d56l .head-item {
  color: #232323;
  text-align: center;
}
.cid-uFTD4HiJwe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTD4HiJwe .nav-item,
.cid-uFTD4HiJwe .nav-link,
.cid-uFTD4HiJwe .navbar-caption {
  font-weight: normal;
}
.cid-uFTD4HiJwe .nav-item:focus,
.cid-uFTD4HiJwe .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uFTD4HiJwe .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-uFTD4HiJwe .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTD4HiJwe .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uFTD4HiJwe .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uFTD4HiJwe .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uFTD4HiJwe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFTD4HiJwe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTD4HiJwe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTD4HiJwe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTD4HiJwe .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-uFTD4HiJwe .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #212121;
}
.cid-uFTD4HiJwe .navbar.opened {
  transition: all 0.3s;
  background: #212121 !important;
}
.cid-uFTD4HiJwe .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uFTD4HiJwe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTD4HiJwe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTD4HiJwe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFTD4HiJwe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1rem);
  }
}
.cid-uFTD4HiJwe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFTD4HiJwe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTD4HiJwe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uFTD4HiJwe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTD4HiJwe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-uFTD4HiJwe .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTD4HiJwe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTD4HiJwe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTD4HiJwe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFTD4HiJwe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTD4HiJwe .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uFTD4HiJwe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFTD4HiJwe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTD4HiJwe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-uFTD4HiJwe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFTD4HiJwe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTD4HiJwe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTD4HiJwe .navbar.navbar-short {
  background: #212121 !important;
  min-height: 60px;
}
.cid-uFTD4HiJwe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uFTD4HiJwe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFTD4HiJwe .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTD4HiJwe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTD4HiJwe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTD4HiJwe .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uFTD4HiJwe .dropdown-item.active,
.cid-uFTD4HiJwe .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTD4HiJwe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTD4HiJwe .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTD4HiJwe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212121;
}
.cid-uFTD4HiJwe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTD4HiJwe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTD4HiJwe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTD4HiJwe .navbar-buttons {
  text-align: center;
}
.cid-uFTD4HiJwe .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-uFTD4HiJwe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTD4HiJwe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTD4HiJwe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTD4HiJwe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTD4HiJwe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTD4HiJwe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTD4HiJwe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTD4HiJwe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTD4HiJwe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTD4HiJwe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTD4HiJwe .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uFTD4HiJwe a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-uFTD4HiJwe .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uFTD4HiJwe .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uFTD4HiJwe .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFTD4HiJwe .navbar {
    height: 77px;
  }
  .cid-uFTD4HiJwe .navbar.opened {
    height: auto;
  }
  .cid-uFTD4HiJwe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFTI1Bytzy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFTI1Bytzy .mbr-section-subtitle {
  color: #000000;
}
.cid-uFTD4DgzXW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uFTD4DgzXW .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uFTD4DgzXW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFTD4DgzXW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFTD4DgzXW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uFTD4DgzXW .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #3fac1d);
}
.cid-uFTD4DgzXW .icon-focus {
  display: none;
}
.cid-uFTD4DgzXW .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uFTD4DgzXW ul {
  font-size: 0;
}
.cid-uFTD4DgzXW .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-uFTD4DgzXW .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uFTD4DgzXW .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #3eb918, #282f39);
}
.cid-uFTD4DgzXW .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uFTD4DgzXW .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uFTD4DgzXW .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-uFTD4DgzXW .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uFTD4DgzXW .btn:hover {
  background: transparent !important;
}
.cid-uFTD4DgzXW .btn:hover:before {
  background: transparent !important;
}
.cid-uFTD4DgzXW .btn:before {
  background-color: transparent !important;
}
.cid-uFTD4DgzXW .btn:focus {
  box-shadow: none;
}
.cid-uFTD4DgzXW .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-uFTD4DNCIW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.cid-uFTD4DNCIW .mbr-section-title {
  color: #ffffff;
}
.cid-uFTD4DNCIW .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uFTD4DNCIW .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3eb918;
  margin-bottom: 2rem;
}
.cid-uFTD4DNCIW .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uFTD4DNCIW .items {
  display: flex;
  flex-direction: row;
}
.cid-uFTD4DNCIW .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uFTD4DNCIW .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.2rem;
  margin: auto;
  color: #ff513c;
}
.cid-uFTD4DNCIW .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uFTD4DNCIW .items .list-item:last-child .listico {
  display: none;
}
.cid-uFTD4DNCIW .mbr-section-title,
.cid-uFTD4DNCIW .icon-wrap,
.cid-uFTD4DNCIW .mbr-section-btn {
  color: #000000;
}
.cid-uFTD4DNCIW .mbr-text,
.cid-uFTD4DNCIW .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uFTD4F4jy3 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uFTD4F4jy3 .wrapping {
  background-color: #181818;
  padding: 3rem;
  justify-content: space-between;
  align-items: center;
}
.cid-uFTD4F4jy3 .wrapping .mbr-section-title {
  color: #ffffff;
}
.cid-uFTD4F4jy3 .wrapping .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uFTD4F4jy3 .wrapping .mbr-text {
  color: #a1a1a1;
  margin-bottom: 0;
}
.cid-uFTD4F4jy3 .wrapping .btn.btn-md {
  font-weight: 500;
  line-height: 1.5;
}
.cid-uFTD4FvnRO {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/p3220420-2000x1500.jpg");
}
.cid-uFTD4FvnRO .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uFTD4FvnRO .form-group {
  margin-bottom: 1rem;
}
.cid-uFTD4FvnRO .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-uFTD4FvnRO textarea.form-control {
  min-height: 96px;
}
.cid-uFTD4FvnRO .input-group-btn {
  width: 100%;
}
.cid-uFTD4FvnRO .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uFTD4FvnRO .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-uFTD4FvnRO .google-map {
  width: 100%;
  height: 25rem;
}
.cid-uFTD4FvnRO .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uFTD4FvnRO .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-uFTD4FvnRO .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.cid-uFTD4FvnRO .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-uFTD4FvnRO .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFTD4FvnRO .form-subtitle {
    text-align: center;
  }
}
.cid-uFTD4FvnRO .main-title {
  color: #ffffff;
}
.cid-uFTD4FvnRO .form-title {
  color: #ffffff;
}
.cid-uFTD4FvnRO .first-column {
  color: #ffffff;
  text-align: left;
}
.cid-uFTD4FvnRO .second-column {
  color: #ffffff;
}
.cid-uFTD4FvnRO LABEL {
  color: #000000;
}
.cid-uFTD4GQPEP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-uFTD4GQPEP .content {
    text-align: center;
  }
  .cid-uFTD4GQPEP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFTD4GQPEP .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uFTD4GQPEP .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFTD4GQPEP .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uFTD4GQPEP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uFTD4GQPEP .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uFTD4GQPEP .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-uFTD4GQPEP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uFTD4GQPEP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFTD4GQPEP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFTD4GQPEP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFTD4GQPEP .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uFTD4EkBGR {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFTD4EkBGR .container-fluid {
  padding: 0 3rem;
}
.cid-uFTD4EkBGR .mbr-section-subtitle {
  color: #767676;
}
.cid-uFTD4EkBGR .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uFTD4EkBGR .table-wrapper {
  margin: 0 auto;
}
.cid-uFTD4EkBGR table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uFTD4EkBGR table thead tr {
  border: none !important;
}
.cid-uFTD4EkBGR table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uFTD4EkBGR table tr td {
  border-color: #c1c1c1;
}
.cid-uFTD4EkBGR table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uFTD4EkBGR tr:hover {
  background-color: #ffffff !important;
}
.cid-uFTD4EkBGR th:after,
.cid-uFTD4EkBGR th:before {
  display: none !important;
}
.cid-uFTD4EkBGR .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uFTD4EkBGR .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uFTD4EkBGR table th,
  .cid-uFTD4EkBGR table td {
    padding: .75rem;
  }
}
.cid-uFTD4EkBGR .body-item {
  text-align: center;
  color: #000000;
}
.cid-uFTD4EkBGR .mbr-text {
  color: #767676;
}
.cid-uFTD4EkBGR .head-item {
  color: #232323;
}
.cid-uG5n5MDoyY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG5n5MDoyY .nav-item,
.cid-uG5n5MDoyY .nav-link,
.cid-uG5n5MDoyY .navbar-caption {
  font-weight: normal;
}
.cid-uG5n5MDoyY .nav-item:focus,
.cid-uG5n5MDoyY .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uG5n5MDoyY .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-uG5n5MDoyY .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uG5n5MDoyY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uG5n5MDoyY .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uG5n5MDoyY .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uG5n5MDoyY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uG5n5MDoyY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG5n5MDoyY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG5n5MDoyY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG5n5MDoyY .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-uG5n5MDoyY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #212121;
}
.cid-uG5n5MDoyY .navbar.opened {
  transition: all 0.3s;
  background: #212121 !important;
}
.cid-uG5n5MDoyY .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uG5n5MDoyY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uG5n5MDoyY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG5n5MDoyY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uG5n5MDoyY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1rem);
  }
}
.cid-uG5n5MDoyY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uG5n5MDoyY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG5n5MDoyY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uG5n5MDoyY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG5n5MDoyY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-uG5n5MDoyY .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uG5n5MDoyY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG5n5MDoyY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG5n5MDoyY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uG5n5MDoyY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG5n5MDoyY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uG5n5MDoyY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uG5n5MDoyY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uG5n5MDoyY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-uG5n5MDoyY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uG5n5MDoyY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uG5n5MDoyY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uG5n5MDoyY .navbar.navbar-short {
  background: #212121 !important;
  min-height: 60px;
}
.cid-uG5n5MDoyY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uG5n5MDoyY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uG5n5MDoyY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uG5n5MDoyY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uG5n5MDoyY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG5n5MDoyY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uG5n5MDoyY .dropdown-item.active,
.cid-uG5n5MDoyY .dropdown-item:active {
  background-color: transparent;
}
.cid-uG5n5MDoyY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG5n5MDoyY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG5n5MDoyY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212121;
}
.cid-uG5n5MDoyY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uG5n5MDoyY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uG5n5MDoyY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uG5n5MDoyY .navbar-buttons {
  text-align: center;
}
.cid-uG5n5MDoyY .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-uG5n5MDoyY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uG5n5MDoyY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uG5n5MDoyY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG5n5MDoyY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG5n5MDoyY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG5n5MDoyY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG5n5MDoyY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG5n5MDoyY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG5n5MDoyY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG5n5MDoyY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG5n5MDoyY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uG5n5MDoyY a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-uG5n5MDoyY .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uG5n5MDoyY .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uG5n5MDoyY .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG5n5MDoyY .navbar {
    height: 77px;
  }
  .cid-uG5n5MDoyY .navbar.opened {
    height: auto;
  }
  .cid-uG5n5MDoyY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG5n5H11D6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-uG5n5JfKjz {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.cid-uG5n5JfKjz .container-fluid {
  padding: 0 3rem;
}
.cid-uG5n5JfKjz .mbr-section-subtitle {
  color: #767676;
}
.cid-uG5n5JfKjz .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uG5n5JfKjz .table-wrapper {
  margin: 0 auto;
}
.cid-uG5n5JfKjz table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uG5n5JfKjz table thead tr {
  border: none !important;
}
.cid-uG5n5JfKjz table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-uG5n5JfKjz table tr td {
  border-color: #c1c1c1;
}
.cid-uG5n5JfKjz table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uG5n5JfKjz tr:hover {
  background-color: #ffffff !important;
}
.cid-uG5n5JfKjz th:after,
.cid-uG5n5JfKjz th:before {
  display: none !important;
}
.cid-uG5n5JfKjz .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-uG5n5JfKjz .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uG5n5JfKjz table th,
  .cid-uG5n5JfKjz table td {
    padding: .75rem;
  }
}
.cid-uG5n5JfKjz .body-item {
  text-align: center;
}
.cid-uG5n5JfKjz .mbr-text {
  color: #767676;
}
.cid-uG5n5JfKjz .head-item {
  color: #232323;
}
.cid-uG5n5JHd9x {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uG5n5JHd9x .mbr-section-subtitle {
  color: #000000;
}
#custom-html-lo {
  /* Type valid CSS here */
}
#custom-html-lo div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-lo p {
  font-size: 60px;
  color: #777;
}
.cid-uG5n5KoDaK {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #f3f3f3;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uG5n5KoDaK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uG5n5KoDaK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uG5n5KoDaK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uG5n5KoDaK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uG5n5KoDaK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uG5n5KoDaK .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-uG5n5KoDaK .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uG5n5KoDaK .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-uG5n5KoDaK .mbr-gallery-filter ul {
  display: block;
}
.cid-uG5n5KoDaK .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uG5n5KoDaK .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-uG5n5KoDaK .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-uG5n5KoDaK .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uG5n5KoDaK .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uG5n5KoDaK .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-uG5n5KoDaK .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-uG5n5KoDaK .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-uG5n5KoDaK .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-uG5n5KoDaK .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-uG5n5KoDaK .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uG5n5KoDaK .icon-focus:before {
  content: '\e95e';
}
.cid-uG5n5KoDaK .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uG5n5KoDaK .mbr-section-title {
  margin: 0;
}
.cid-uG5n5KoDaK .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uG5n5KoDaK .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-uG5n5LfJoy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-uG5n5LfJoy .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uG5n5LfJoy .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uG5n5LfJoy .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uG5n5LfJoy .mbr-text {
    text-align: center;
  }
}
.cid-uG5n5LfJoy H1 {
  color: #232323;
}
.cid-uG5n5LfJoy .mbr-text,
.cid-uG5n5LfJoy .mbr-section-btn {
  color: #232323;
}
.cid-uG5n5LEznn {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/p3220420-2000x1500.jpg");
}
.cid-uG5n5LEznn .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uG5n5LEznn .form-group {
  margin-bottom: 1rem;
}
.cid-uG5n5LEznn .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-uG5n5LEznn textarea.form-control {
  min-height: 96px;
}
.cid-uG5n5LEznn .input-group-btn {
  width: 100%;
}
.cid-uG5n5LEznn .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uG5n5LEznn .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-uG5n5LEznn .google-map {
  width: 100%;
  height: 25rem;
}
.cid-uG5n5LEznn .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uG5n5LEznn .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-uG5n5LEznn .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.cid-uG5n5LEznn .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-uG5n5LEznn .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uG5n5LEznn .form-subtitle {
    text-align: center;
  }
}
.cid-uG5n5LEznn .main-title {
  color: #ffffff;
}
.cid-uG5n5LEznn .form-title {
  color: #ffffff;
}
.cid-uG5n5LEznn .first-column {
  color: #ffffff;
  text-align: left;
}
.cid-uG5n5LEznn .second-column {
  color: #ffffff;
}
.cid-uG5n5LEznn LABEL {
  color: #000000;
}
.cid-uG5n5ManXN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-uG5n5ManXN .content {
    text-align: center;
  }
  .cid-uG5n5ManXN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uG5n5ManXN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uG5n5ManXN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uG5n5ManXN .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uG5n5ManXN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uG5n5ManXN .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uG5n5ManXN .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-uG5n5ManXN .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uG5n5ManXN .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uG5n5ManXN .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uG5n5ManXN .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uG5n5ManXN .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
