body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 5.63rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4.5px;
}
.display-1 > .mbr-iconfont {
  font-size: 9.008rem;
}
.display-2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2.75rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2.8px;
}
.display-2 > .mbr-iconfont {
  font-size: 4.4rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.75rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.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: 992px) {
  .display-1 {
    font-size: 4.504rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.941rem;
    font-size: calc( 2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((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 2.5rem;
  border-radius: 50px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  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: #42474c !important;
}
.bg-success {
  background-color: #a3a3a3 !important;
}
.bg-info {
  background-color: #a72f2f !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #0095ff !important;
}
.btn-primary {
  border: 0px !important;
  color: #ffffff;
  color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #42474c !important;
  border-color: #42474c !important;
  color: #a72f2f !important;
}
.btn-primary:hover {
  color: #a72f2f !important;
  background-color: #1e2123 !important;
  border-color: #1e2123 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #a72f2f !important;
  background-color: #1e2123 !important;
  border-color: #1e2123 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #5a6167 !important;
}
.btn-secondary {
  border: 0px !important;
  color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4a4c70 !important;
  border-color: #4a4c70 !important;
  color: #a72f2f !important;
}
.btn-secondary:hover {
  color: #a72f2f !important;
  background-color: #2c2d42 !important;
  border-color: #2c2d42 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #a72f2f !important;
  background-color: #2c2d42 !important;
  border-color: #2c2d42 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-info {
  border: 0px !important;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #a72f2f !important;
  border-color: #a72f2f !important;
  color: #a72f2f !important;
}
.btn-info:hover {
  color: #a72f2f !important;
  background-color: #6b1e1e !important;
  border-color: #6b1e1e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #a72f2f !important;
  background-color: #6b1e1e !important;
  border-color: #6b1e1e !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-success {
  border: 0px !important;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
  color: #a72f2f !important;
}
.btn-success:hover {
  color: #a72f2f !important;
  background-color: #7d7d7d !important;
  border-color: #7d7d7d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #a72f2f !important;
  background-color: #7d7d7d !important;
  border-color: #7d7d7d !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-warning {
  border: 0px !important;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #a72f2f !important;
}
.btn-warning:hover {
  color: #a72f2f !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #a72f2f !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-danger {
  border: 0px !important;
  color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #0095ff !important;
  border-color: #0095ff !important;
  color: #a72f2f !important;
}
.btn-danger:hover {
  color: #a72f2f !important;
  background-color: #0068b3 !important;
  border-color: #0068b3 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #a72f2f !important;
  background-color: #0068b3 !important;
  border-color: #0068b3 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-white {
  border: 0px !important;
  color: #ffffff;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #a72f2f !important;
}
.btn-white:hover {
  color: #a72f2f !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #a72f2f !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-black {
  border: 0px !important;
  color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #a72f2f !important;
}
.btn-black:hover {
  color: #a72f2f !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #a72f2f !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border: 2px solid #42474c !important;
  color: #ffffff !important;
  color: #42474c !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #42474c;
  color: #42474c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #42474c;
  border-color: #42474c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #42474c !important;
  border-color: #42474c !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #42474c !important;
  color: #a72f2f !important;
}
.btn-primary-outline:hover {
  color: #a72f2f !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border: 2px solid #4a4c70 !important;
  color: #ffffff !important;
  color: #4a4c70 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4a4c70;
  color: #4a4c70;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #4a4c70;
  border-color: #4a4c70;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4a4c70 !important;
  border-color: #4a4c70 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: #4a4c70 !important;
  color: #a72f2f !important;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border: 2px solid #a72f2f !important;
  color: #ffffff !important;
  color: #a72f2f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #a72f2f;
  color: #a72f2f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #a72f2f;
  border-color: #a72f2f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #a72f2f !important;
  border-color: #a72f2f !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: #a72f2f !important;
  color: #a72f2f !important;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border: 2px solid #a3a3a3 !important;
  color: #ffffff !important;
  color: #a3a3a3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #a3a3a3;
  color: #a3a3a3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #a3a3a3;
  border-color: #a3a3a3;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: #a3a3a3 !important;
  color: #a72f2f !important;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border: 2px solid #808080 !important;
  color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: #808080 !important;
  color: #a72f2f !important;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border: 2px solid #0095ff !important;
  color: #ffffff !important;
  color: #0095ff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #0095ff;
  color: #0095ff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #0095ff;
  border-color: #0095ff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0095ff !important;
  border-color: #0095ff !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: #0095ff !important;
  color: #a72f2f !important;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !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-black-outline:hover,
.btn-black-outline:focus {
  background-color: #333333 !important;
  color: #a72f2f !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #42474c !important;
}
.text-secondary {
  color: #4a4c70 !important;
}
.text-success {
  color: #a3a3a3 !important;
}
.text-info {
  color: #a72f2f !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #0095ff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #717a83 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #797ca7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d6d6d6 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #a72f2f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #66bfff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #42474c;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a72f2f;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #0095ff;
}
.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: #42474c;
  border-color: #42474c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #42474c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b5babf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e3e3e3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #da7c7c;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cceaff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #42474c;
}
/* 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: #42474c;
  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: #42474c;
  border-bottom-color: #42474c;
}
.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: #ffffff !important;
  background-color: #42474c !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: #4a4c70 !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='%2342474c' %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-tzzDJfTCRg .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-tzzDJfTCRg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-tzzDJfTCRg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .menu_box .navbar.opened,
  .cid-tzzDJfTCRg .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tzzDJfTCRg .navbar-dropdown {
  position: relative !important;
}
.cid-tzzDJfTCRg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tzzDJfTCRg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tzzDJfTCRg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tzzDJfTCRg .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-tzzDJfTCRg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tzzDJfTCRg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tzzDJfTCRg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tzzDJfTCRg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tzzDJfTCRg .offcanvas-body .mbr-text,
  .cid-tzzDJfTCRg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-tzzDJfTCRg .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tzzDJfTCRg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tzzDJfTCRg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tzzDJfTCRg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tzzDJfTCRg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tzzDJfTCRg li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tzzDJfTCRg .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tzzDJfTCRg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tzzDJfTCRg .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .nav-item {
    margin: 0 !important;
  }
}
.cid-tzzDJfTCRg .nav-item .nav-link {
  position: relative;
}
.cid-tzzDJfTCRg .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #42474c;
  transition: all 0.3s ease-out;
}
.cid-tzzDJfTCRg .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-tzzDJfTCRg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tzzDJfTCRg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tzzDJfTCRg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tzzDJfTCRg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tzzDJfTCRg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tzzDJfTCRg .offcanvas_box {
    display: none;
  }
}
.cid-tzzDJfTCRg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tzzDJfTCRg .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tzzDJfTCRg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tzzDJfTCRg .container {
  display: flex;
  margin: auto;
}
.cid-tzzDJfTCRg .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tzzDJfTCRg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tzzDJfTCRg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tzzDJfTCRg .navbar-caption {
  color: #000000;
}
.cid-tzzDJfTCRg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tzzDJfTCRg .navbar-nav {
    margin: 0;
  }
}
.cid-tzzDJfTCRg .dropdown-menu,
.cid-tzzDJfTCRg .navbar.opened {
  background-color: true !important;
}
.cid-tzzDJfTCRg .nav-item:focus,
.cid-tzzDJfTCRg .nav-link:focus {
  outline: none;
}
.cid-tzzDJfTCRg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzzDJfTCRg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzzDJfTCRg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzzDJfTCRg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzzDJfTCRg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzzDJfTCRg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzzDJfTCRg .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tzzDJfTCRg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tzzDJfTCRg .navbar.opened {
  transition: all 0.3s;
}
.cid-tzzDJfTCRg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tzzDJfTCRg .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tzzDJfTCRg .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tzzDJfTCRg .navbar.collapsed {
  justify-content: center;
}
.cid-tzzDJfTCRg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzzDJfTCRg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tzzDJfTCRg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzzDJfTCRg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzzDJfTCRg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzzDJfTCRg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tzzDJfTCRg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tzzDJfTCRg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tzzDJfTCRg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzzDJfTCRg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzzDJfTCRg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tzzDJfTCRg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzzDJfTCRg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tzzDJfTCRg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzzDJfTCRg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tzzDJfTCRg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tzzDJfTCRg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tzzDJfTCRg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzzDJfTCRg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzzDJfTCRg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tzzDJfTCRg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzzDJfTCRg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzzDJfTCRg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzzDJfTCRg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzzDJfTCRg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-tzzDJfTCRg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzzDJfTCRg .dropdown-item.active,
.cid-tzzDJfTCRg .dropdown-item:active {
  background-color: transparent;
}
.cid-tzzDJfTCRg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzzDJfTCRg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzzDJfTCRg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzzDJfTCRg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzzDJfTCRg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tzzDJfTCRg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzzDJfTCRg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6839;
}
.cid-tzzDJfTCRg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzzDJfTCRg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzzDJfTCRg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzzDJfTCRg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzzDJfTCRg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzzDJfTCRg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzzDJfTCRg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzzDJfTCRg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzzDJfTCRg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzzDJfTCRg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tzzDJfTCRg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzzDJfTCRg .navbar {
    height: 70px;
  }
  .cid-tzzDJfTCRg .navbar.opened {
    height: auto;
  }
  .cid-tzzDJfTCRg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzzDJfTCRg .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tzzDJfTCRg .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tzzDJfTCRg .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tzzDJfTCRg .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tzzDJfTCRg .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tzzDJfTCRg .navbar-caption:hover {
  color: #42474c;
}
@media (min-width: 992px) {
  .cid-tzzDJfTCRg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tzzDJfTCRg .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-tzzDJfTCRg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tzzDJfTCRg .text_widget a:hover {
  color: #4a4c70 !important;
}
.cid-tzzDJfTCRg .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tzzDJfTCRg .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tzzDJfTCRg .mbr-section-subtitle,
.cid-tzzDJfTCRg .text_widget,
.cid-tzzDJfTCRg .mbr-section-btn {
  text-align: left;
}
.cid-tzzDJfTCRg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tzzz2EKNVC {
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-tzzz2EKNVC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzzz2EKNVC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzzz2EKNVC .mbr-section-title {
  text-align: center;
}
.cid-tzzz2EKNVC .mbr-text,
.cid-tzzz2EKNVC .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tzzz2EKNVC .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-tzzz2EKNVC .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-tzzz2EKNVC .mbr-section-title,
.cid-tzzz2EKNVC .dot {
  color: #ffffff;
  text-align: center;
}
.cid-tzzz2EKNVC .mbr-section-subtitle {
  text-align: center;
}
.cid-rUTpFZsfIT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUTpFZsfIT img {
  width: 100%;
  object-fit: cover;
}
.cid-rUTpFZsfIT .quote {
  color: #333333;
  font-weight: 700;
}
.cid-rUTpFZsfIT .img-card {
  justify-content: center;
}
.cid-rUTpFZsfIT .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-rUTpFZsfIT .card-title {
  margin-bottom: 1.2rem;
}
.cid-rUTpFZsfIT .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-rUTpFZsfIT .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-rUTpFZsfIT .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpFZsfIT .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTpFZsfIT .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-rUTpFZsfIT .card-title,
.cid-rUTpFZsfIT .card-box {
  color: #303030;
}
.cid-rUTpFZsfIT H3 {
  color: #cdba6d;
}
.cid-teNivk4gaC {
  padding-top: 150px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/mbr-1920x938.jpg");
}
.cid-teNivk4gaC .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-teNivk4gaC .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-teNivk4gaC .mbr-text,
.cid-teNivk4gaC .mbr-section-btn {
  color: #354463;
}
.cid-teNivk4gaC H3 {
  color: #19212f;
}
.cid-rUTpHPmDUm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-rUTpHPmDUm .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-rUTpHPmDUm .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #cdba6d;
  margin-bottom: 0.7rem;
}
.cid-rUTpHPmDUm input,
.cid-rUTpHPmDUm textarea {
  font-size: 14px;
}
.cid-rUTpHPmDUm input {
  padding: 1.5rem 1.8rem!important;
  border-radius: 50px;
}
.cid-rUTpHPmDUm textarea {
  padding: 0.9rem 2rem!important;
  border-radius: 30px;
  height: 100%;
}
.cid-rUTpHPmDUm .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-rUTpHPmDUm .col-auto {
  width: 100%;
  text-align: center;
}
.cid-rUTpHPmDUm img {
  width: 90%;
  border-radius: 8px;
}
.cid-rUTpHPmDUm .mbr-form .btn {
  margin: .4rem .4rem;
  margin-left: 0rem;
}
.cid-rUTpHPmDUm .btn {
  padding: 1rem 3.5rem!important;
}
.cid-rUTpHPmDUm .title-block {
  margin-bottom: 2rem;
}
.cid-rUTpHPmDUm .form-control,
.cid-rUTpHPmDUm .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rUTpHPmDUm .form-control:hover,
.cid-rUTpHPmDUm .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rUTpHPmDUm .form-control:focus,
.cid-rUTpHPmDUm .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rUTpHPmDUm input::-webkit-input-placeholder,
.cid-rUTpHPmDUm textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-rUTpHPmDUm input:-moz-placeholder,
.cid-rUTpHPmDUm textarea:-moz-placeholder {
  color: #807d78;
}
.cid-rUTpHPmDUm .jq-selectbox li,
.cid-rUTpHPmDUm .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-rUTpHPmDUm .jq-selectbox li:hover,
.cid-rUTpHPmDUm .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-rUTpHPmDUm .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-rUTpHPmDUm .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-rUTpHPmDUm H5 {
  padding-bottom: 2rem;
  color: #303030;
}
.cid-rUTpHPmDUm .mbr-text {
  color: #777777;
}
.cid-rUTpHPmDUm .mbr-form {
  padding: 0rem;
}
.cid-rUTpHPmDUm .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-rUTpHPmDUm .form-row {
    margin: 0;
  }
  .cid-rUTpHPmDUm .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-rUTpHPmDUm .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-rUTpHPmDUm img {
    width: 100%;
  }
}
.cid-rUTpHPmDUm .form-row > [class*=col-] {
  padding: 0 1rem;
}
.cid-rUTpKtzfJh .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-rUTpKtzfJh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rUTpKtzfJh .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rUTpKtzfJh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rUTpKtzfJh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-teNKaHLxO6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-teNKaHLxO6 .media-container-row {
  align-items: center;
}
.cid-teNKaHLxO6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-teNKaHLxO6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-teNKaHLxO6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-teNKaHLxO6 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-teNKaHLxO6 .foot-menu-item {
  transform: 0.2s;
}
.cid-teNKaHLxO6 .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-teNKaHLxO6 .foot-menu {
    justify-content: center;
  }
  .cid-teNKaHLxO6 .mbr-text {
    text-align: center;
  }
  .cid-teNKaHLxO6 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-teNKaHLxO6 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-teNKaHLxO6 .link:hover {
  text-decoration: underline;
}
.cid-teNKaHLxO6 .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-teNKaHLxO6 .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-teNKaHLxO6 .container {
    padding: 0;
  }
}
.cid-teNKaHLxO6 .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-teNqBazxB2 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #d8d5d1;
}
.cid-teNqBazxB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNqBazxB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNqBazxB2 .row {
  justify-content: flex-start;
}
.cid-teNqBazxB2 .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-teNqBazxB2 .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-teNqBazxB2 .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-teNqBazxB2 .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-teNqBazxB2 .mbr-section-subtitle {
  color: #161616;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
}
.cid-teNqBazxB2 .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.cid-teNKaHLxO6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-teNKaHLxO6 .media-container-row {
  align-items: center;
}
.cid-teNKaHLxO6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-teNKaHLxO6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-teNKaHLxO6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-teNKaHLxO6 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-teNKaHLxO6 .foot-menu-item {
  transform: 0.2s;
}
.cid-teNKaHLxO6 .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-teNKaHLxO6 .foot-menu {
    justify-content: center;
  }
  .cid-teNKaHLxO6 .mbr-text {
    text-align: center;
  }
  .cid-teNKaHLxO6 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-teNKaHLxO6 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-teNKaHLxO6 .link:hover {
  text-decoration: underline;
}
.cid-teNKaHLxO6 .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-teNKaHLxO6 .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-teNKaHLxO6 .container {
    padding: 0;
  }
}
.cid-teNKaHLxO6 .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-tzzDJfTCRg .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-tzzDJfTCRg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-tzzDJfTCRg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .menu_box .navbar.opened,
  .cid-tzzDJfTCRg .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tzzDJfTCRg .navbar-dropdown {
  position: relative !important;
}
.cid-tzzDJfTCRg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tzzDJfTCRg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tzzDJfTCRg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tzzDJfTCRg .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-tzzDJfTCRg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tzzDJfTCRg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tzzDJfTCRg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tzzDJfTCRg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tzzDJfTCRg .offcanvas-body .mbr-text,
  .cid-tzzDJfTCRg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-tzzDJfTCRg .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tzzDJfTCRg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tzzDJfTCRg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tzzDJfTCRg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tzzDJfTCRg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tzzDJfTCRg li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tzzDJfTCRg .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tzzDJfTCRg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tzzDJfTCRg .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .nav-item {
    margin: 0 !important;
  }
}
.cid-tzzDJfTCRg .nav-item .nav-link {
  position: relative;
}
.cid-tzzDJfTCRg .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #42474c;
  transition: all 0.3s ease-out;
}
.cid-tzzDJfTCRg .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-tzzDJfTCRg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tzzDJfTCRg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tzzDJfTCRg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tzzDJfTCRg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tzzDJfTCRg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tzzDJfTCRg .offcanvas_box {
    display: none;
  }
}
.cid-tzzDJfTCRg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tzzDJfTCRg .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tzzDJfTCRg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tzzDJfTCRg .container {
  display: flex;
  margin: auto;
}
.cid-tzzDJfTCRg .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tzzDJfTCRg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tzzDJfTCRg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tzzDJfTCRg .navbar-caption {
  color: #000000;
}
.cid-tzzDJfTCRg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tzzDJfTCRg .navbar-nav {
    margin: 0;
  }
}
.cid-tzzDJfTCRg .dropdown-menu,
.cid-tzzDJfTCRg .navbar.opened {
  background-color: true !important;
}
.cid-tzzDJfTCRg .nav-item:focus,
.cid-tzzDJfTCRg .nav-link:focus {
  outline: none;
}
.cid-tzzDJfTCRg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzzDJfTCRg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzzDJfTCRg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzzDJfTCRg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzzDJfTCRg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzzDJfTCRg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzzDJfTCRg .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tzzDJfTCRg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tzzDJfTCRg .navbar.opened {
  transition: all 0.3s;
}
.cid-tzzDJfTCRg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tzzDJfTCRg .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tzzDJfTCRg .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tzzDJfTCRg .navbar.collapsed {
  justify-content: center;
}
.cid-tzzDJfTCRg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzzDJfTCRg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tzzDJfTCRg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzzDJfTCRg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzzDJfTCRg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzzDJfTCRg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tzzDJfTCRg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tzzDJfTCRg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tzzDJfTCRg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzzDJfTCRg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzzDJfTCRg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tzzDJfTCRg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzzDJfTCRg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tzzDJfTCRg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzzDJfTCRg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tzzDJfTCRg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tzzDJfTCRg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tzzDJfTCRg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzzDJfTCRg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzzDJfTCRg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tzzDJfTCRg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzzDJfTCRg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzzDJfTCRg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzzDJfTCRg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzzDJfTCRg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-tzzDJfTCRg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzzDJfTCRg .dropdown-item.active,
.cid-tzzDJfTCRg .dropdown-item:active {
  background-color: transparent;
}
.cid-tzzDJfTCRg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzzDJfTCRg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzzDJfTCRg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzzDJfTCRg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzzDJfTCRg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tzzDJfTCRg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzzDJfTCRg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6839;
}
.cid-tzzDJfTCRg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzzDJfTCRg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzzDJfTCRg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzzDJfTCRg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzzDJfTCRg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzzDJfTCRg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzzDJfTCRg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzzDJfTCRg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzzDJfTCRg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzzDJfTCRg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tzzDJfTCRg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzzDJfTCRg .navbar {
    height: 70px;
  }
  .cid-tzzDJfTCRg .navbar.opened {
    height: auto;
  }
  .cid-tzzDJfTCRg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzzDJfTCRg .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tzzDJfTCRg .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tzzDJfTCRg .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tzzDJfTCRg .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tzzDJfTCRg .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tzzDJfTCRg .navbar-caption:hover {
  color: #42474c;
}
@media (min-width: 992px) {
  .cid-tzzDJfTCRg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tzzDJfTCRg .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-tzzDJfTCRg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tzzDJfTCRg .text_widget a:hover {
  color: #4a4c70 !important;
}
.cid-tzzDJfTCRg .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tzzDJfTCRg .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tzzDJfTCRg .mbr-section-subtitle,
.cid-tzzDJfTCRg .text_widget,
.cid-tzzDJfTCRg .mbr-section-btn {
  text-align: left;
}
.cid-tzzDJfTCRg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-teNrxcciZr {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #d8d5d1;
}
.cid-teNrxcciZr .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNrxcciZr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNrxcciZr .row {
  justify-content: flex-start;
}
.cid-teNrxcciZr .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-teNrxcciZr .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-teNrxcciZr .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-teNrxcciZr .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-teNrxcciZr .mbr-section-subtitle {
  color: #161616;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
}
.cid-teNrxcciZr .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.cid-teNKaHLxO6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-teNKaHLxO6 .media-container-row {
  align-items: center;
}
.cid-teNKaHLxO6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-teNKaHLxO6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-teNKaHLxO6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-teNKaHLxO6 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-teNKaHLxO6 .foot-menu-item {
  transform: 0.2s;
}
.cid-teNKaHLxO6 .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-teNKaHLxO6 .foot-menu {
    justify-content: center;
  }
  .cid-teNKaHLxO6 .mbr-text {
    text-align: center;
  }
  .cid-teNKaHLxO6 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-teNKaHLxO6 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-teNKaHLxO6 .link:hover {
  text-decoration: underline;
}
.cid-teNKaHLxO6 .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-teNKaHLxO6 .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-teNKaHLxO6 .container {
    padding: 0;
  }
}
.cid-teNKaHLxO6 .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-tzzDJfTCRg .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-tzzDJfTCRg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-tzzDJfTCRg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .menu_box .navbar.opened,
  .cid-tzzDJfTCRg .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tzzDJfTCRg .navbar-dropdown {
  position: relative !important;
}
.cid-tzzDJfTCRg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tzzDJfTCRg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tzzDJfTCRg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tzzDJfTCRg .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-tzzDJfTCRg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tzzDJfTCRg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tzzDJfTCRg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tzzDJfTCRg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tzzDJfTCRg .offcanvas-body .mbr-text,
  .cid-tzzDJfTCRg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-tzzDJfTCRg .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tzzDJfTCRg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tzzDJfTCRg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tzzDJfTCRg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tzzDJfTCRg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tzzDJfTCRg li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tzzDJfTCRg .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tzzDJfTCRg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tzzDJfTCRg .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .nav-item {
    margin: 0 !important;
  }
}
.cid-tzzDJfTCRg .nav-item .nav-link {
  position: relative;
}
.cid-tzzDJfTCRg .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #42474c;
  transition: all 0.3s ease-out;
}
.cid-tzzDJfTCRg .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-tzzDJfTCRg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tzzDJfTCRg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tzzDJfTCRg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tzzDJfTCRg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tzzDJfTCRg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tzzDJfTCRg .offcanvas_box {
    display: none;
  }
}
.cid-tzzDJfTCRg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tzzDJfTCRg .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tzzDJfTCRg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tzzDJfTCRg .container {
  display: flex;
  margin: auto;
}
.cid-tzzDJfTCRg .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tzzDJfTCRg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tzzDJfTCRg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tzzDJfTCRg .navbar-caption {
  color: #000000;
}
.cid-tzzDJfTCRg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tzzDJfTCRg .navbar-nav {
    margin: 0;
  }
}
.cid-tzzDJfTCRg .dropdown-menu,
.cid-tzzDJfTCRg .navbar.opened {
  background-color: true !important;
}
.cid-tzzDJfTCRg .nav-item:focus,
.cid-tzzDJfTCRg .nav-link:focus {
  outline: none;
}
.cid-tzzDJfTCRg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzzDJfTCRg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzzDJfTCRg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzzDJfTCRg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzzDJfTCRg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzzDJfTCRg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzzDJfTCRg .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tzzDJfTCRg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tzzDJfTCRg .navbar.opened {
  transition: all 0.3s;
}
.cid-tzzDJfTCRg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tzzDJfTCRg .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tzzDJfTCRg .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tzzDJfTCRg .navbar.collapsed {
  justify-content: center;
}
.cid-tzzDJfTCRg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzzDJfTCRg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tzzDJfTCRg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzzDJfTCRg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzzDJfTCRg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzzDJfTCRg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tzzDJfTCRg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tzzDJfTCRg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tzzDJfTCRg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzzDJfTCRg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzzDJfTCRg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tzzDJfTCRg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzzDJfTCRg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tzzDJfTCRg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzzDJfTCRg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tzzDJfTCRg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tzzDJfTCRg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tzzDJfTCRg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzzDJfTCRg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzzDJfTCRg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tzzDJfTCRg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzzDJfTCRg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzzDJfTCRg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzzDJfTCRg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzzDJfTCRg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-tzzDJfTCRg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzzDJfTCRg .dropdown-item.active,
.cid-tzzDJfTCRg .dropdown-item:active {
  background-color: transparent;
}
.cid-tzzDJfTCRg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzzDJfTCRg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzzDJfTCRg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzzDJfTCRg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzzDJfTCRg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tzzDJfTCRg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzzDJfTCRg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6839;
}
.cid-tzzDJfTCRg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzzDJfTCRg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzzDJfTCRg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzzDJfTCRg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzzDJfTCRg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzzDJfTCRg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzzDJfTCRg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzzDJfTCRg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzzDJfTCRg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzzDJfTCRg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tzzDJfTCRg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzzDJfTCRg .navbar {
    height: 70px;
  }
  .cid-tzzDJfTCRg .navbar.opened {
    height: auto;
  }
  .cid-tzzDJfTCRg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzzDJfTCRg .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tzzDJfTCRg .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tzzDJfTCRg .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tzzDJfTCRg .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tzzDJfTCRg .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tzzDJfTCRg .navbar-caption:hover {
  color: #42474c;
}
@media (min-width: 992px) {
  .cid-tzzDJfTCRg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tzzDJfTCRg .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-tzzDJfTCRg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tzzDJfTCRg .text_widget a:hover {
  color: #4a4c70 !important;
}
.cid-tzzDJfTCRg .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tzzDJfTCRg .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tzzDJfTCRg .mbr-section-subtitle,
.cid-tzzDJfTCRg .text_widget,
.cid-tzzDJfTCRg .mbr-section-btn {
  text-align: left;
}
.cid-tzzDJfTCRg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-teNzsLXEjX {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #d8d5d1;
}
.cid-teNzsLXEjX .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNzsLXEjX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNzsLXEjX .row {
  justify-content: flex-start;
}
.cid-teNzsLXEjX .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-teNzsLXEjX .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-teNzsLXEjX .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-teNzsLXEjX .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-teNzsLXEjX .mbr-section-subtitle {
  color: #161616;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
}
.cid-teNzsLXEjX .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.cid-teNKaHLxO6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-teNKaHLxO6 .media-container-row {
  align-items: center;
}
.cid-teNKaHLxO6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-teNKaHLxO6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-teNKaHLxO6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-teNKaHLxO6 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-teNKaHLxO6 .foot-menu-item {
  transform: 0.2s;
}
.cid-teNKaHLxO6 .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-teNKaHLxO6 .foot-menu {
    justify-content: center;
  }
  .cid-teNKaHLxO6 .mbr-text {
    text-align: center;
  }
  .cid-teNKaHLxO6 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-teNKaHLxO6 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-teNKaHLxO6 .link:hover {
  text-decoration: underline;
}
.cid-teNKaHLxO6 .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-teNKaHLxO6 .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-teNKaHLxO6 .container {
    padding: 0;
  }
}
.cid-teNKaHLxO6 .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-tzzDJfTCRg .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-tzzDJfTCRg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-tzzDJfTCRg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .menu_box .navbar.opened,
  .cid-tzzDJfTCRg .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tzzDJfTCRg .navbar-dropdown {
  position: relative !important;
}
.cid-tzzDJfTCRg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tzzDJfTCRg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tzzDJfTCRg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tzzDJfTCRg .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-tzzDJfTCRg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tzzDJfTCRg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tzzDJfTCRg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tzzDJfTCRg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tzzDJfTCRg .offcanvas-body .mbr-text,
  .cid-tzzDJfTCRg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-tzzDJfTCRg .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tzzDJfTCRg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tzzDJfTCRg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tzzDJfTCRg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tzzDJfTCRg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tzzDJfTCRg li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tzzDJfTCRg .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tzzDJfTCRg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tzzDJfTCRg .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .nav-item {
    margin: 0 !important;
  }
}
.cid-tzzDJfTCRg .nav-item .nav-link {
  position: relative;
}
.cid-tzzDJfTCRg .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #42474c;
  transition: all 0.3s ease-out;
}
.cid-tzzDJfTCRg .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-tzzDJfTCRg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tzzDJfTCRg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tzzDJfTCRg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tzzDJfTCRg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tzzDJfTCRg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tzzDJfTCRg .offcanvas_box {
    display: none;
  }
}
.cid-tzzDJfTCRg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tzzDJfTCRg .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tzzDJfTCRg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tzzDJfTCRg .container {
  display: flex;
  margin: auto;
}
.cid-tzzDJfTCRg .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tzzDJfTCRg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tzzDJfTCRg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tzzDJfTCRg .navbar-caption {
  color: #000000;
}
.cid-tzzDJfTCRg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tzzDJfTCRg .navbar-nav {
    margin: 0;
  }
}
.cid-tzzDJfTCRg .dropdown-menu,
.cid-tzzDJfTCRg .navbar.opened {
  background-color: true !important;
}
.cid-tzzDJfTCRg .nav-item:focus,
.cid-tzzDJfTCRg .nav-link:focus {
  outline: none;
}
.cid-tzzDJfTCRg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzzDJfTCRg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzzDJfTCRg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzzDJfTCRg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzzDJfTCRg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzzDJfTCRg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzzDJfTCRg .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tzzDJfTCRg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tzzDJfTCRg .navbar.opened {
  transition: all 0.3s;
}
.cid-tzzDJfTCRg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tzzDJfTCRg .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tzzDJfTCRg .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tzzDJfTCRg .navbar.collapsed {
  justify-content: center;
}
.cid-tzzDJfTCRg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzzDJfTCRg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tzzDJfTCRg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzzDJfTCRg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzzDJfTCRg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzzDJfTCRg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tzzDJfTCRg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tzzDJfTCRg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tzzDJfTCRg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzzDJfTCRg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzzDJfTCRg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tzzDJfTCRg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzzDJfTCRg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tzzDJfTCRg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzzDJfTCRg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tzzDJfTCRg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tzzDJfTCRg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tzzDJfTCRg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzzDJfTCRg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzzDJfTCRg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tzzDJfTCRg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzzDJfTCRg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzzDJfTCRg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzzDJfTCRg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzzDJfTCRg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-tzzDJfTCRg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzzDJfTCRg .dropdown-item.active,
.cid-tzzDJfTCRg .dropdown-item:active {
  background-color: transparent;
}
.cid-tzzDJfTCRg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzzDJfTCRg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzzDJfTCRg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzzDJfTCRg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzzDJfTCRg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tzzDJfTCRg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzzDJfTCRg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6839;
}
.cid-tzzDJfTCRg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzzDJfTCRg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzzDJfTCRg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzzDJfTCRg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzzDJfTCRg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzzDJfTCRg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzzDJfTCRg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzzDJfTCRg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzzDJfTCRg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzzDJfTCRg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tzzDJfTCRg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzzDJfTCRg .navbar {
    height: 70px;
  }
  .cid-tzzDJfTCRg .navbar.opened {
    height: auto;
  }
  .cid-tzzDJfTCRg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzzDJfTCRg .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tzzDJfTCRg .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tzzDJfTCRg .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tzzDJfTCRg .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tzzDJfTCRg .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tzzDJfTCRg .navbar-caption:hover {
  color: #42474c;
}
@media (min-width: 992px) {
  .cid-tzzDJfTCRg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tzzDJfTCRg .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-tzzDJfTCRg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tzzDJfTCRg .text_widget a:hover {
  color: #4a4c70 !important;
}
.cid-tzzDJfTCRg .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tzzDJfTCRg .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tzzDJfTCRg .mbr-section-subtitle,
.cid-tzzDJfTCRg .text_widget,
.cid-tzzDJfTCRg .mbr-section-btn {
  text-align: left;
}
.cid-tzzDJfTCRg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-teNITJWhZq {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teNITJWhZq .section-head {
  margin-bottom: 80px;
}
.cid-teNITJWhZq .card {
  border-bottom: 3px solid;
  border-color: #000000;
  border-radius: 0;
}
.cid-teNITJWhZq .card:first-child {
  border-top: 3px solid;
  border-color: #000000;
}
.cid-teNITJWhZq .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.cid-teNITJWhZq .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-teNITJWhZq .panel-title[aria-expanded='true'] .mbr-iconfont:before {
  -webkit-transform: rotate(90deg) translateX(-10px);
  -moz-transform: rotate(90deg) translateX(-10px);
  -ms-transform: rotate(90deg) translateX(-10px);
  -o-transform: rotate(90deg) translateX(-10px);
  transform: rotate(90deg) translateX(-10px);
}
.cid-teNITJWhZq .mbr-iconfont {
  position: relative;
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #000;
  border-radius: 50%;
  border: 3px solid;
  border-color: #000000;
  height: 37px;
  width: 37px;
  margin-top: 6px;
}
.cid-teNITJWhZq .mbr-iconfont:after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-teNITJWhZq .mbr-iconfont:before {
  content: "";
  width: 3px;
  height: 20px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}
.cid-teNITJWhZq .panel-body,
.cid-teNITJWhZq .card-header {
  padding: 8px 0 15px;
}
.cid-teNITJWhZq .panel-title-edit {
  font-weight: 500;
  color: #000000;
}
.cid-teNITJWhZq H3 {
  color: #000000;
}
.cid-teNITKDCsD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teNITKDCsD .section-head {
  margin-bottom: 80px;
}
.cid-teNITKDCsD .card {
  border-bottom: 3px solid;
  border-color: #000000;
  border-radius: 0;
}
.cid-teNITKDCsD .card:first-child {
  border-top: 3px solid;
  border-color: #000000;
}
.cid-teNITKDCsD .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.cid-teNITKDCsD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-teNITKDCsD .panel-title[aria-expanded='true'] .mbr-iconfont:before {
  -webkit-transform: rotate(90deg) translateX(-10px);
  -moz-transform: rotate(90deg) translateX(-10px);
  -ms-transform: rotate(90deg) translateX(-10px);
  -o-transform: rotate(90deg) translateX(-10px);
  transform: rotate(90deg) translateX(-10px);
}
.cid-teNITKDCsD .mbr-iconfont {
  position: relative;
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #000;
  border-radius: 50%;
  border: 3px solid;
  border-color: #000000;
  height: 37px;
  width: 37px;
  margin-top: 6px;
}
.cid-teNITKDCsD .mbr-iconfont:after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-teNITKDCsD .mbr-iconfont:before {
  content: "";
  width: 3px;
  height: 20px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}
.cid-teNITKDCsD .panel-body,
.cid-teNITKDCsD .card-header {
  padding: 8px 0 15px;
}
.cid-teNITKDCsD .panel-title-edit {
  font-weight: 500;
  color: #000000;
}
.cid-teNITLiDTQ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-teNITLiDTQ .section-head {
  margin-bottom: 80px;
}
.cid-teNITLiDTQ .card {
  border-bottom: 3px solid;
  border-color: #000000;
  border-radius: 0;
}
.cid-teNITLiDTQ .card:first-child {
  border-top: 3px solid;
  border-color: #000000;
}
.cid-teNITLiDTQ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.cid-teNITLiDTQ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-teNITLiDTQ .panel-title[aria-expanded='true'] .mbr-iconfont:before {
  -webkit-transform: rotate(90deg) translateX(-10px);
  -moz-transform: rotate(90deg) translateX(-10px);
  -ms-transform: rotate(90deg) translateX(-10px);
  -o-transform: rotate(90deg) translateX(-10px);
  transform: rotate(90deg) translateX(-10px);
}
.cid-teNITLiDTQ .mbr-iconfont {
  position: relative;
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #000;
  border-radius: 50%;
  border: 3px solid;
  border-color: #000000;
  height: 37px;
  width: 37px;
  margin-top: 6px;
}
.cid-teNITLiDTQ .mbr-iconfont:after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-teNITLiDTQ .mbr-iconfont:before {
  content: "";
  width: 3px;
  height: 20px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}
.cid-teNITLiDTQ .panel-body,
.cid-teNITLiDTQ .card-header {
  padding: 8px 0 15px;
}
.cid-teNITLiDTQ .panel-title-edit {
  font-weight: 500;
  color: #000000;
}
.cid-tzDLNvYGeL {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-2-1920x1080.jpg");
}
.cid-tzDLNvYGeL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzDLNvYGeL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzDLNvYGeL .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-tzDLNvYGeL .mbr-section-title {
  color: #efefef;
}
.cid-tzDLNvYGeL .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-tzDLNvYGeL .items-row {
  row-gap: 40px;
}
@media (min-width: 768px) {
  .cid-tzDLNvYGeL .items-row {
    margin: 0 -15px;
  }
  .cid-tzDLNvYGeL .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tzDLNvYGeL .item-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tzDLNvYGeL .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tzDLNvYGeL .mbr-text {
  color: #747474;
  padding-top: 20px;
}
.cid-tzDLNvYGeL .mbr-section-btn {
  margin-top: 30px;
}
.cid-tzDLNvYGeL .item-title,
.cid-tzDLNvYGeL .mbr-section-btn {
  color: #ffffff;
}
.cid-teNKaHLxO6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-teNKaHLxO6 .media-container-row {
  align-items: center;
}
.cid-teNKaHLxO6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-teNKaHLxO6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-teNKaHLxO6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-teNKaHLxO6 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-teNKaHLxO6 .foot-menu-item {
  transform: 0.2s;
}
.cid-teNKaHLxO6 .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-teNKaHLxO6 .foot-menu {
    justify-content: center;
  }
  .cid-teNKaHLxO6 .mbr-text {
    text-align: center;
  }
  .cid-teNKaHLxO6 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-teNKaHLxO6 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-teNKaHLxO6 .link:hover {
  text-decoration: underline;
}
.cid-teNKaHLxO6 .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-teNKaHLxO6 .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-teNKaHLxO6 .container {
    padding: 0;
  }
}
.cid-teNKaHLxO6 .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-tzzDJfTCRg .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-tzzDJfTCRg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-tzzDJfTCRg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .menu_box .navbar.opened,
  .cid-tzzDJfTCRg .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tzzDJfTCRg .navbar-dropdown {
  position: relative !important;
}
.cid-tzzDJfTCRg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tzzDJfTCRg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tzzDJfTCRg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tzzDJfTCRg .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-tzzDJfTCRg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tzzDJfTCRg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tzzDJfTCRg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tzzDJfTCRg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tzzDJfTCRg .offcanvas-body .mbr-text,
  .cid-tzzDJfTCRg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-tzzDJfTCRg .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tzzDJfTCRg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tzzDJfTCRg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tzzDJfTCRg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tzzDJfTCRg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tzzDJfTCRg li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tzzDJfTCRg .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tzzDJfTCRg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tzzDJfTCRg .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .nav-item {
    margin: 0 !important;
  }
}
.cid-tzzDJfTCRg .nav-item .nav-link {
  position: relative;
}
.cid-tzzDJfTCRg .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #42474c;
  transition: all 0.3s ease-out;
}
.cid-tzzDJfTCRg .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-tzzDJfTCRg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tzzDJfTCRg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tzzDJfTCRg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tzzDJfTCRg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tzzDJfTCRg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tzzDJfTCRg .offcanvas_box {
    display: none;
  }
}
.cid-tzzDJfTCRg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tzzDJfTCRg .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tzzDJfTCRg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tzzDJfTCRg .container {
  display: flex;
  margin: auto;
}
.cid-tzzDJfTCRg .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tzzDJfTCRg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tzzDJfTCRg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tzzDJfTCRg .navbar-caption {
  color: #000000;
}
.cid-tzzDJfTCRg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tzzDJfTCRg .navbar-nav {
    margin: 0;
  }
}
.cid-tzzDJfTCRg .dropdown-menu,
.cid-tzzDJfTCRg .navbar.opened {
  background-color: true !important;
}
.cid-tzzDJfTCRg .nav-item:focus,
.cid-tzzDJfTCRg .nav-link:focus {
  outline: none;
}
.cid-tzzDJfTCRg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzzDJfTCRg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzzDJfTCRg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzzDJfTCRg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzzDJfTCRg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzzDJfTCRg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzzDJfTCRg .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tzzDJfTCRg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tzzDJfTCRg .navbar.opened {
  transition: all 0.3s;
}
.cid-tzzDJfTCRg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tzzDJfTCRg .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tzzDJfTCRg .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tzzDJfTCRg .navbar.collapsed {
  justify-content: center;
}
.cid-tzzDJfTCRg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzzDJfTCRg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tzzDJfTCRg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzzDJfTCRg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzzDJfTCRg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzzDJfTCRg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tzzDJfTCRg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tzzDJfTCRg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tzzDJfTCRg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzzDJfTCRg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzzDJfTCRg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tzzDJfTCRg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzzDJfTCRg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tzzDJfTCRg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzzDJfTCRg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tzzDJfTCRg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tzzDJfTCRg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tzzDJfTCRg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzzDJfTCRg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzzDJfTCRg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tzzDJfTCRg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzzDJfTCRg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzzDJfTCRg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzzDJfTCRg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzzDJfTCRg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-tzzDJfTCRg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzzDJfTCRg .dropdown-item.active,
.cid-tzzDJfTCRg .dropdown-item:active {
  background-color: transparent;
}
.cid-tzzDJfTCRg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzzDJfTCRg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzzDJfTCRg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzzDJfTCRg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzzDJfTCRg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tzzDJfTCRg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzzDJfTCRg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6839;
}
.cid-tzzDJfTCRg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzzDJfTCRg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzzDJfTCRg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzzDJfTCRg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzzDJfTCRg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzzDJfTCRg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzzDJfTCRg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzzDJfTCRg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzzDJfTCRg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzzDJfTCRg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tzzDJfTCRg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzzDJfTCRg .navbar {
    height: 70px;
  }
  .cid-tzzDJfTCRg .navbar.opened {
    height: auto;
  }
  .cid-tzzDJfTCRg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzzDJfTCRg .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tzzDJfTCRg .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tzzDJfTCRg .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tzzDJfTCRg .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tzzDJfTCRg .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tzzDJfTCRg .navbar-caption:hover {
  color: #42474c;
}
@media (min-width: 992px) {
  .cid-tzzDJfTCRg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tzzDJfTCRg .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-tzzDJfTCRg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tzzDJfTCRg .text_widget a:hover {
  color: #4a4c70 !important;
}
.cid-tzzDJfTCRg .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tzzDJfTCRg .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tzzDJfTCRg .mbr-section-subtitle,
.cid-tzzDJfTCRg .text_widget,
.cid-tzzDJfTCRg .mbr-section-btn {
  text-align: left;
}
.cid-tzzDJfTCRg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tzzwgGj9tV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-tzzwgGj9tV .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tzzwgGj9tV .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #42474c;
}
.cid-tzzwgGj9tV .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-tzzwgGj9tV .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-tzzwgGj9tV .text-content {
    max-width: none;
  }
}
.cid-tzzwgGj9tV .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #1a449a;
  border: 2px solid #1a449a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tzzwgGj9tV .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tzzwgGj9tV .mbr-iconfont-social:hover {
  background-color: #1a449a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tzzwgGj9tV .icons {
    justify-content: center !important;
  }
  .cid-tzzwgGj9tV .text-content * {
    text-align: center;
  }
}
.cid-tzzwgGj9tV P {
  color: #1a449a;
  text-align: center;
}
.cid-tzzwgGj9tV .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-tzDuoXBfvd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1259.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tzDuoXBfvd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzDuoXBfvd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzDuoXBfvd .row {
  justify-content: center;
}
.cid-tzDuoXBfvd .title-container {
  max-width: 720px;
  padding: 0;
  margin-bottom: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-tzDuoXBfvd .title-container {
    margin-bottom: 64px;
  }
}
.cid-tzDuoXBfvd .mbr-section-title {
  color: #161616;
  margin-bottom: 24px !important;
}
.cid-tzDuoXBfvd .mbr-section-subtitle {
  color: #161616;
}
.cid-tzDuoXBfvd .toggle-panel {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tzDuoXBfvd .card {
  border-bottom: 2px solid #161616;
  border-top: 2px solid #161616;
  margin-bottom: -2px;
  border-radius: 0 !important;
}
.cid-tzDuoXBfvd .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tzDuoXBfvd .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-tzDuoXBfvd .panel-title {
    align-items: flex-start;
  }
}
.cid-tzDuoXBfvd .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 1.3rem !important;
  color: #161616;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-tzDuoXBfvd .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-tzDuoXBfvd .mbr-iconfont {
    margin-top: 10px;
    font-size: 1rem !important;
  }
}
.cid-tzDuoXBfvd .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-tzDuoXBfvd .card-header {
  border-bottom: none;
  padding: 24px 0;
}
.cid-tzDuoXBfvd .panel-body {
  margin-bottom: 24px;
}
.cid-tzDuoXBfvd .panel-title-edit {
  color: #161616;
}
.cid-tzDuoXBfvd .panel-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-tzDuoXBfvd .circle-blur {
  position: absolute;
  bottom: -15%;
  right: 0;
  display: block;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 27%, #ff4848 50%, #6148ff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
.cid-tzzvG7R9Xt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-tzzvG7R9Xt .media-container-row {
  align-items: center;
}
.cid-tzzvG7R9Xt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tzzvG7R9Xt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tzzvG7R9Xt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tzzvG7R9Xt .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-tzzvG7R9Xt .foot-menu-item {
  transform: 0.2s;
}
.cid-tzzvG7R9Xt .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-tzzvG7R9Xt .foot-menu {
    justify-content: center;
  }
  .cid-tzzvG7R9Xt .mbr-text {
    text-align: center;
  }
  .cid-tzzvG7R9Xt .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tzzvG7R9Xt .foot-menu {
    justify-content: flex-end;
  }
}
.cid-tzzvG7R9Xt .link:hover {
  text-decoration: underline;
}
.cid-tzzvG7R9Xt .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-tzzvG7R9Xt .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-tzzvG7R9Xt .container {
    padding: 0;
  }
}
.cid-tzzvG7R9Xt .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-tzzDJfTCRg .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
}
.cid-tzzDJfTCRg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-tzzDJfTCRg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .menu_box .navbar.opened,
  .cid-tzzDJfTCRg .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tzzDJfTCRg .navbar-dropdown {
  position: relative !important;
}
.cid-tzzDJfTCRg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tzzDJfTCRg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tzzDJfTCRg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tzzDJfTCRg .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-tzzDJfTCRg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tzzDJfTCRg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tzzDJfTCRg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tzzDJfTCRg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tzzDJfTCRg .offcanvas-body .mbr-text,
  .cid-tzzDJfTCRg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-tzzDJfTCRg .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tzzDJfTCRg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tzzDJfTCRg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tzzDJfTCRg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tzzDJfTCRg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tzzDJfTCRg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tzzDJfTCRg li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tzzDJfTCRg .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tzzDJfTCRg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tzzDJfTCRg .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .nav-item {
    margin: 0 !important;
  }
}
.cid-tzzDJfTCRg .nav-item .nav-link {
  position: relative;
}
.cid-tzzDJfTCRg .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #42474c;
  transition: all 0.3s ease-out;
}
.cid-tzzDJfTCRg .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-tzzDJfTCRg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tzzDJfTCRg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tzzDJfTCRg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tzzDJfTCRg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tzzDJfTCRg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tzzDJfTCRg .offcanvas_box {
    display: none;
  }
}
.cid-tzzDJfTCRg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tzzDJfTCRg .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tzzDJfTCRg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tzzDJfTCRg .container {
  display: flex;
  margin: auto;
}
.cid-tzzDJfTCRg .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tzzDJfTCRg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tzzDJfTCRg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tzzDJfTCRg .navbar-caption {
  color: #000000;
}
.cid-tzzDJfTCRg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tzzDJfTCRg .navbar-nav {
    margin: 0;
  }
}
.cid-tzzDJfTCRg .dropdown-menu,
.cid-tzzDJfTCRg .navbar.opened {
  background-color: true !important;
}
.cid-tzzDJfTCRg .nav-item:focus,
.cid-tzzDJfTCRg .nav-link:focus {
  outline: none;
}
.cid-tzzDJfTCRg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzzDJfTCRg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzzDJfTCRg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzzDJfTCRg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzzDJfTCRg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzzDJfTCRg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzzDJfTCRg .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tzzDJfTCRg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tzzDJfTCRg .navbar.opened {
  transition: all 0.3s;
}
.cid-tzzDJfTCRg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tzzDJfTCRg .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tzzDJfTCRg .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tzzDJfTCRg .navbar.collapsed {
  justify-content: center;
}
.cid-tzzDJfTCRg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzzDJfTCRg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tzzDJfTCRg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzzDJfTCRg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzzDJfTCRg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzzDJfTCRg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tzzDJfTCRg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tzzDJfTCRg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tzzDJfTCRg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tzzDJfTCRg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzzDJfTCRg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzzDJfTCRg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tzzDJfTCRg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzzDJfTCRg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tzzDJfTCRg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzzDJfTCRg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tzzDJfTCRg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tzzDJfTCRg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tzzDJfTCRg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzzDJfTCRg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzzDJfTCRg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tzzDJfTCRg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzzDJfTCRg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzzDJfTCRg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzzDJfTCRg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzzDJfTCRg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-tzzDJfTCRg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzzDJfTCRg .dropdown-item.active,
.cid-tzzDJfTCRg .dropdown-item:active {
  background-color: transparent;
}
.cid-tzzDJfTCRg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzzDJfTCRg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzzDJfTCRg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzzDJfTCRg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzzDJfTCRg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tzzDJfTCRg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzzDJfTCRg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6839;
}
.cid-tzzDJfTCRg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzzDJfTCRg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzzDJfTCRg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzzDJfTCRg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzzDJfTCRg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzzDJfTCRg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzzDJfTCRg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzzDJfTCRg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzzDJfTCRg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzzDJfTCRg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tzzDJfTCRg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzzDJfTCRg .navbar {
    height: 70px;
  }
  .cid-tzzDJfTCRg .navbar.opened {
    height: auto;
  }
  .cid-tzzDJfTCRg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzzDJfTCRg .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tzzDJfTCRg .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tzzDJfTCRg .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tzzDJfTCRg .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tzzDJfTCRg .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tzzDJfTCRg .navbar-caption:hover {
  color: #42474c;
}
@media (min-width: 992px) {
  .cid-tzzDJfTCRg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tzzDJfTCRg .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-tzzDJfTCRg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tzzDJfTCRg .text_widget a:hover {
  color: #4a4c70 !important;
}
.cid-tzzDJfTCRg .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tzzDJfTCRg .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tzzDJfTCRg .mbr-section-subtitle,
.cid-tzzDJfTCRg .text_widget,
.cid-tzzDJfTCRg .mbr-section-btn {
  text-align: left;
}
.cid-tzzDJfTCRg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
