body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 4.8rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.68rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.84rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #ffda00 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #40c0ec !important;
  border-color: #40c0ec !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #40c0ec !important;
  border-color: #40c0ec !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff809f !important;
  border-color: #ff809f !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff809f !important;
  border-color: #ff809f !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #998300;
  color: #998300;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #ffda00;
  border-color: #ffda00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !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: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #ffda00 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #767676 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #57c8ef !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ff99b3 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffe966 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a9a9a9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff8cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rwG46vRkNS .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rwG46vRkNS .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-rwG46vRkNS a {
  font-style: normal;
}
.cid-rwG46vRkNS .show {
  overflow: visible;
}
.cid-rwG46vRkNS .dropdown-menu {
  max-height: 400px;
}
.cid-rwG46vRkNS .dropdown-item:active {
  background-color: transparent;
}
.cid-rwG46vRkNS .nav-link {
  font-weight: 600!important;
}
.cid-rwG46vRkNS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwG46vRkNS .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-rwG46vRkNS .nav-item:focus,
.cid-rwG46vRkNS .nav-link:focus {
  outline: none;
}
.cid-rwG46vRkNS .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwG46vRkNS .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwG46vRkNS .menu-logo {
  margin-right: auto;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwG46vRkNS .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rwG46vRkNS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwG46vRkNS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwG46vRkNS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwG46vRkNS .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rwG46vRkNS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-rwG46vRkNS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwG46vRkNS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwG46vRkNS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwG46vRkNS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwG46vRkNS .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwG46vRkNS .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwG46vRkNS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwG46vRkNS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwG46vRkNS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwG46vRkNS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwG46vRkNS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwG46vRkNS button.navbar-toggler:focus {
  outline: none;
}
.cid-rwG46vRkNS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rwG46vRkNS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwG46vRkNS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwG46vRkNS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwG46vRkNS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwG46vRkNS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwG46vRkNS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwG46vRkNS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwG46vRkNS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwG46vRkNS .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwG46vRkNS .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse.collapsing,
.cid-rwG46vRkNS .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwG46vRkNS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwG46vRkNS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rwG46vRkNS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwG46vRkNS .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwG46vRkNS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rwG46vRkNS .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 91.5625vh;
  }
}
.cid-rwG46vRkNS .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwG46vRkNS .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwG46vRkNS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwG46vRkNS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwG46vRkNS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwG46vRkNS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwG46vRkNS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rwG46vRkNS.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwG46vRkNS img {
    height: 3.8rem !important;
  }
  .cid-rwG46vRkNS .btn {
    display: -webkit-flex;
  }
  .cid-rwG46vRkNS button.navbar-toggler {
    display: block;
  }
  .cid-rwG46vRkNS .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwG46vRkNS .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwG46vRkNS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwG46vRkNS .navbar-collapse.collapsing,
  .cid-rwG46vRkNS .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rwG46vRkNS .navbar-collapse.collapsing .navbar-nav,
  .cid-rwG46vRkNS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwG46vRkNS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwG46vRkNS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwG46vRkNS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rwG46vRkNS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwG46vRkNS .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwG46vRkNS .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwG46vRkNS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwG46vRkNS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwG46vRkNS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwG46vRkNS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwG46vRkNS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwG46vRkNS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rwG46vRkNS .nav-link {
    justify-content: start!important;
  }
  .cid-rwG46vRkNS .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rwG46vRkNS .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rwG46vRkNS .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rwG46vRkNS .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rwG46vRkNS .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwG46vRkNS .nav-link:hover,
.cid-rwG46vRkNS .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-rwG46vRkNS .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rwG46vRkNS .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-u7FWbTQcjv {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/bg01-1346x900.jpg");
}
.cid-u7FWbTQcjv .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-u7FWbTQcjv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7FWbTQcjv .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u7FWbTQcjv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7FWbTQcjv p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-u7FWbTQcjv {
    align-items: center;
  }
  .cid-u7FWbTQcjv .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u7FWbTQcjv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u7FWbTQcjv {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u7FWbTQcjv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u7FWbTQcjv .content-wrap {
    width: 100%;
  }
}
.cid-u7FWbTQcjv .mbr-section-subtitle,
.cid-u7FWbTQcjv .line {
  color: #ffffff;
  text-align: center;
}
.cid-u7FWbTQcjv .mbr-text,
.cid-u7FWbTQcjv .mbr-section-btn {
  text-align: right;
}
.cid-u7FWbTQcjv .mbr-section-title {
  text-align: center;
}
.cid-rpSfjvEG19 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-rpSfjvEG19 .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-rpSfjvEG19 .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-rpSfjvEG19 .card-wrapper {
    margin: 0rem;
  }
}
.cid-rpSfjvEG19 .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-rpSfjvEG19 .row {
    padding: 0 4rem;
  }
}
.cid-rpSfjvEG19 .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #767676;
}
.cid-rpSfjvEG19 .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-rpSfjvEG19 .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-rpSfjvEG19 .card1 {
  background-color: #333333;
}
.cid-rpSfjvEG19 .card2 {
  background-color: #ffffff;
}
.cid-rpSfjvEG19 .card3 {
  background-color: #333333;
}
.cid-rpSfjvEG19 .card4 {
  background-color: #ffffff;
}
.cid-rpSfjvEG19 img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-rpSfjvEG19 .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-rpSfjvEG19 .container {
  max-width: 1500px;
}
.cid-rpSfjvEG19 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rpSfjvEG19 .mbr-iconfont {
  font-size: 1.3rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
}
.cid-rpSfjvEG19 P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-rpSfjvEG19 .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-rpSfjvEG19 .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-rpSfjvEG19 .col2,
  .cid-rpSfjvEG19 .col3,
  .cid-rpSfjvEG19 .col4 {
    margin-top: 0rem;
  }
  .cid-rpSfjvEG19 .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-rpSfjvEG19 .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-rpSfjvEG19 .number {
    margin: auto;
  }
}
.cid-rpSfjvEG19 .mbr-text {
  color: #cccccc;
}
.cid-rpSfjvEG19 .text2 {
  color: #333333;
}
.cid-rpSfjvEG19 .text3 {
  color: #ffffff;
}
.cid-rpSfjvEG19 .title2 {
  color: #333333;
}
.cid-rpSfjvEG19 .title1 {
  color: #ffffff;
}
.cid-rpSfjvEG19 .title3 {
  color: #ffffff;
}
.cid-rpSfjvEG19 .title4 {
  color: #333333;
}
.cid-rpSfjvEG19 .text4 {
  color: #333333;
}
.cid-rpSfjvEG19 .text1 {
  color: #ffffff;
}
.cid-rpSfjvEG19 .title3 B {
  color: #c1c1c1;
}
.cid-rpSfjvEG19 H1 {
  color: #333333;
}
.cid-u6lK8s27nu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-u6lK8s27nu .carousel-control {
  background: #000;
}
.cid-u6lK8s27nu .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6lK8s27nu .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-u6lK8s27nu .carousel-item .wrap-img {
  text-align: center;
}
.cid-u6lK8s27nu .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-u6lK8s27nu .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6lK8s27nu .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-u6lK8s27nu .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-u6lK8s27nu .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-u6lK8s27nu .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-u6lK8s27nu .cloneditem-1,
.cid-u6lK8s27nu .cloneditem-2,
.cid-u6lK8s27nu .cloneditem-3,
.cid-u6lK8s27nu .cloneditem-4,
.cid-u6lK8s27nu .cloneditem-5 {
  display: none;
}
.cid-u6lK8s27nu .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u6lK8s27nu .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-u6lK8s27nu .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-u6lK8s27nu .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-u6lK8s27nu .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-u6lK8s27nu .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-u6lK8s27nu .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-u6lK8s27nu .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-u6lK8s27nu .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-u6lK8s27nu .carousel-inner.slides2 .cloneditem-1,
  .cid-u6lK8s27nu .carousel-inner.slides2 .cloneditem-2,
  .cid-u6lK8s27nu .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-u6lK8s27nu .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-u6lK8s27nu .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-u6lK8s27nu .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-u6lK8s27nu .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-u6lK8s27nu .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-u6lK8s27nu .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-u6lK8s27nu .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-u6lK8s27nu .carousel-inner.slides3 .cloneditem-1,
  .cid-u6lK8s27nu .carousel-inner.slides3 .cloneditem-2,
  .cid-u6lK8s27nu .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-u6lK8s27nu .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-u6lK8s27nu .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-u6lK8s27nu .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-u6lK8s27nu .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-u6lK8s27nu .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-u6lK8s27nu .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-u6lK8s27nu .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-u6lK8s27nu .carousel-inner.slides4 .cloneditem-1,
  .cid-u6lK8s27nu .carousel-inner.slides4 .cloneditem-2,
  .cid-u6lK8s27nu .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-u6lK8s27nu .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-u6lK8s27nu .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-u6lK8s27nu .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-u6lK8s27nu .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-u6lK8s27nu .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-u6lK8s27nu .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-u6lK8s27nu .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-u6lK8s27nu .carousel-inner.slides5 .cloneditem-1,
  .cid-u6lK8s27nu .carousel-inner.slides5 .cloneditem-2,
  .cid-u6lK8s27nu .carousel-inner.slides5 .cloneditem-3,
  .cid-u6lK8s27nu .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-u6lK8s27nu .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-u6lK8s27nu .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-u6lK8s27nu .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-u6lK8s27nu .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-u6lK8s27nu .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-u6lK8s27nu .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-u6lK8s27nu .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-u6lK8s27nu .carousel-inner.slides6 .cloneditem-1,
  .cid-u6lK8s27nu .carousel-inner.slides6 .cloneditem-2,
  .cid-u6lK8s27nu .carousel-inner.slides6 .cloneditem-3,
  .cid-u6lK8s27nu .carousel-inner.slides6 .cloneditem-4,
  .cid-u6lK8s27nu .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-u6lK8s27nu H2 {
  color: #ffffff;
}
.cid-u6lK8s27nu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u6lKNlF9tT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-u6lKNlF9tT .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-u6lKNlF9tT .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-u6lKNlF9tT .card-wrapper {
    margin: 0rem;
  }
}
.cid-u6lKNlF9tT .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-u6lKNlF9tT .row {
    padding: 0 4rem;
  }
}
.cid-u6lKNlF9tT .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #767676;
}
.cid-u6lKNlF9tT .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-u6lKNlF9tT .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-u6lKNlF9tT .card1 {
  background-color: #ffffff;
}
.cid-u6lKNlF9tT .card2 {
  background-color: #333333;
}
.cid-u6lKNlF9tT .card3 {
  background-color: #ffffff;
}
.cid-u6lKNlF9tT .card4 {
  background-color: #333333;
}
.cid-u6lKNlF9tT img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-u6lKNlF9tT .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-u6lKNlF9tT .container {
  max-width: 1500px;
}
.cid-u6lKNlF9tT .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-u6lKNlF9tT .mbr-iconfont {
  font-size: 1.3rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
}
.cid-u6lKNlF9tT P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-u6lKNlF9tT .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-u6lKNlF9tT .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-u6lKNlF9tT .col2,
  .cid-u6lKNlF9tT .col3,
  .cid-u6lKNlF9tT .col4 {
    margin-top: 0rem;
  }
  .cid-u6lKNlF9tT .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-u6lKNlF9tT .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-u6lKNlF9tT .number {
    margin: auto;
  }
}
.cid-u6lKNlF9tT .mbr-text {
  color: #cccccc;
}
.cid-u6lKNlF9tT .text2 {
  color: #ffffff;
}
.cid-u6lKNlF9tT .text3 {
  color: #333333;
}
.cid-u6lKNlF9tT .title2 {
  color: #ffffff;
}
.cid-u6lKNlF9tT .title1 {
  color: #333333;
}
.cid-u6lKNlF9tT .title3 {
  color: #e4d295;
}
.cid-u6lKNlF9tT .title4 {
  color: #ffffff;
}
.cid-u6lKNlF9tT .text4 {
  color: #efeeee;
}
.cid-u6lKNlF9tT .text1 {
  color: #333333;
}
.cid-u6lKNlF9tT .title3 B {
  color: #c1c1c1;
}
.cid-u6lKNlF9tT H1 {
  color: #333333;
}
.cid-u6lKNlF9tT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6lKNlF9tT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rpSfOyO5kY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-rpSfOyO5kY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rpSfOyO5kY input,
.cid-rpSfOyO5kY textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-rpSfOyO5kY input:focus,
.cid-rpSfOyO5kY textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-rpSfOyO5kY .form-control,
.cid-rpSfOyO5kY .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rpSfOyO5kY .form-control:hover,
.cid-rpSfOyO5kY .field-input:hover,
.cid-rpSfOyO5kY .form-control:focus,
.cid-rpSfOyO5kY .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rpSfOyO5kY input::-webkit-input-placeholder,
.cid-rpSfOyO5kY textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-rpSfOyO5kY input:-moz-placeholder,
.cid-rpSfOyO5kY textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-rpSfOyO5kY .jq-selectbox li,
.cid-rpSfOyO5kY .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-rpSfOyO5kY .jq-selectbox li:hover,
.cid-rpSfOyO5kY .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-rpSfOyO5kY .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rpSfOyO5kY .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rpSfOyO5kY img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rpSfOyO5kY .mbr-form {
  max-width: 450px;
}
.cid-rpSfOyO5kY textarea {
  min-height: 150px;
}
.cid-rpSfOyO5kY .mbr-text {
  color: #cccccc;
}
.cid-rpSfOyO5kY .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-rpSfOyO5kY .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-rpSfRe8AXs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rpSfRe8AXs img {
  width: 40px;
  margin-right: 1rem;
}
.cid-rpSfRe8AXs .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-rpSfRe8AXs .row {
    margin: 0 2rem;
  }
}
.cid-rpSfRe8AXs .container {
  max-width: 1500px;
}
.cid-rpSfRe8AXs .form-control,
.cid-rpSfRe8AXs .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rpSfRe8AXs .form-control:hover,
.cid-rpSfRe8AXs .field-input:hover,
.cid-rpSfRe8AXs .form-control:focus,
.cid-rpSfRe8AXs .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rpSfRe8AXs input::-webkit-input-placeholder,
.cid-rpSfRe8AXs textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-rpSfRe8AXs input:-moz-placeholder,
.cid-rpSfRe8AXs textarea:-moz-placeholder {
  color: #767676;
}
.cid-rpSfRe8AXs .jq-selectbox li,
.cid-rpSfRe8AXs .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-rpSfRe8AXs .jq-selectbox li:hover,
.cid-rpSfRe8AXs .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-rpSfRe8AXs .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-rpSfRe8AXs .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-rpSfRe8AXs .btn {
  width: 80px!important;
  justify-content: center;
  padding: 1rem 1rem!important;
  margin: 0!important;
  height: 100%;
}
.cid-rpSfRe8AXs .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-rpSfRe8AXs input {
  border-radius: 0;
  padding: 1rem!important;
  font-size: 1rem;
  height: 100%;
}
.cid-rpSfRe8AXs .col,
.cid-rpSfRe8AXs .col-auto {
  padding: 0;
}
.cid-rpSfRe8AXs .form-group {
  margin-bottom: 0rem;
}
.cid-rpSfRe8AXs .items {
  color: #333333;
}
.cid-rpSfRe8AXs .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-rpSfRe8AXs .col-md-6,
  .cid-rpSfRe8AXs .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rpSfRe8AXs .navbar-brand {
    justify-content: center;
  }
  .cid-rpSfRe8AXs .row {
    margin: 0;
  }
}
.cid-rpSfRqtWyh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-rpSfRqtWyh .media-container-row .mbr-text {
  color: #333333;
}
.cid-rwG46vRkNS .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rwG46vRkNS .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-rwG46vRkNS a {
  font-style: normal;
}
.cid-rwG46vRkNS .show {
  overflow: visible;
}
.cid-rwG46vRkNS .dropdown-menu {
  max-height: 400px;
}
.cid-rwG46vRkNS .dropdown-item:active {
  background-color: transparent;
}
.cid-rwG46vRkNS .nav-link {
  font-weight: 600!important;
}
.cid-rwG46vRkNS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwG46vRkNS .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-rwG46vRkNS .nav-item:focus,
.cid-rwG46vRkNS .nav-link:focus {
  outline: none;
}
.cid-rwG46vRkNS .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwG46vRkNS .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwG46vRkNS .menu-logo {
  margin-right: auto;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwG46vRkNS .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rwG46vRkNS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwG46vRkNS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwG46vRkNS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwG46vRkNS .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rwG46vRkNS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-rwG46vRkNS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwG46vRkNS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwG46vRkNS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwG46vRkNS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwG46vRkNS .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwG46vRkNS .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwG46vRkNS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwG46vRkNS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwG46vRkNS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwG46vRkNS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwG46vRkNS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwG46vRkNS button.navbar-toggler:focus {
  outline: none;
}
.cid-rwG46vRkNS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rwG46vRkNS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwG46vRkNS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwG46vRkNS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwG46vRkNS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwG46vRkNS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwG46vRkNS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwG46vRkNS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwG46vRkNS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwG46vRkNS .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwG46vRkNS .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse.collapsing,
.cid-rwG46vRkNS .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwG46vRkNS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwG46vRkNS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rwG46vRkNS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwG46vRkNS .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwG46vRkNS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rwG46vRkNS .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 91.5625vh;
  }
}
.cid-rwG46vRkNS .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwG46vRkNS .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwG46vRkNS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwG46vRkNS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwG46vRkNS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwG46vRkNS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwG46vRkNS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rwG46vRkNS.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwG46vRkNS img {
    height: 3.8rem !important;
  }
  .cid-rwG46vRkNS .btn {
    display: -webkit-flex;
  }
  .cid-rwG46vRkNS button.navbar-toggler {
    display: block;
  }
  .cid-rwG46vRkNS .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwG46vRkNS .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwG46vRkNS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwG46vRkNS .navbar-collapse.collapsing,
  .cid-rwG46vRkNS .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rwG46vRkNS .navbar-collapse.collapsing .navbar-nav,
  .cid-rwG46vRkNS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwG46vRkNS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwG46vRkNS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwG46vRkNS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rwG46vRkNS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwG46vRkNS .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwG46vRkNS .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwG46vRkNS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwG46vRkNS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwG46vRkNS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwG46vRkNS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwG46vRkNS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwG46vRkNS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rwG46vRkNS .nav-link {
    justify-content: start!important;
  }
  .cid-rwG46vRkNS .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rwG46vRkNS .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rwG46vRkNS .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rwG46vRkNS .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rwG46vRkNS .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwG46vRkNS .nav-link:hover,
.cid-rwG46vRkNS .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-rwG46vRkNS .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rwG46vRkNS .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rpSfRqtWyh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-rpSfRqtWyh .media-container-row .mbr-text {
  color: #333333;
}
.cid-u8Z1I9edzU {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u8Z1I9edzU .row {
  position: relative;
}
.cid-u8Z1I9edzU .container {
  max-width: 1500px;
}
.cid-u8Z1I9edzU .container {
  padding-right: 8rem !important;
}
.cid-u8Z1I9edzU h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-u8Z1I9edzU .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-u8Z1I9edzU .container {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u8Z1I9edzU .container {
    padding-right: 4rem !important;
  }
}
.cid-u8Z1I9edzU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Z1I9edzU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Z20qJBeR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-u8Z20qJBeR img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-u8Z20qJBeR img:hover {
  transform: scale(1.1);
}
.cid-u8Z20qJBeR .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-u8Z20qJBeR h2 {
  padding: 0;
  margin: 0;
}
.cid-u8Z20qJBeR .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8Z20qJBeR .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-u8Z20qJBeR .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-u8Z20qJBeR .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-u8Z20qJBeR .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u8Z20qJBeR .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u8Z20qJBeR .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-u8Z20qJBeR .text-col {
    padding: 2rem 1rem;
  }
}
.cid-u8Z20qJBeR H2 {
  color: #333333;
}
.cid-u8Z20qJBeR .mbr-text {
  color: #333333;
  text-align: left;
}
.cid-u8Z20qJBeR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Z20qJBeR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Z20KD91A {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
.cid-u8Z20KD91A .container {
  max-width: 1500px;
}
.cid-u8Z20KD91A img {
  width: 100%;
}
.cid-u8Z20KD91A h2 {
  padding: 0;
  margin: 0;
}
.cid-u8Z20KD91A .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-u8Z20KD91A .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u8Z20KD91A .img-col {
  position: relative;
}
.cid-u8Z20KD91A .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-u8Z20KD91A .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-u8Z20KD91A .title-col {
    margin-bottom: 4rem !important;
  }
  .cid-u8Z20KD91A .img2 {
    top: -2rem;
  }
  .cid-u8Z20KD91A .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-u8Z20KD91A .img2 {
    width: 50%;
  }
  .cid-u8Z20KD91A .number {
    margin: auto;
  }
}
.cid-u8Z20KD91A .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Z20KD91A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Z54uxiP7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #282124;
}
.cid-u8Z54uxiP7 .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-u8Z54uxiP7 .container {
  max-width: 1500px;
}
.cid-u8Z54uxiP7 .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-u8Z54uxiP7 .container {
    padding: 0 4rem;
  }
}
.cid-u8Z54uxiP7 .mbr-text,
.cid-u8Z54uxiP7 .mbr-section-btn {
  color: #efeeee;
}
.cid-u8Z54uxiP7 .btn {
  width: -webkit-fill-available;
  margin: 0.4rem !important;
}
.cid-u8Z54uxiP7 .pt-5 {
  padding-top: 4rem !important;
}
@media (max-width: 922px) {
  .cid-u8Z54uxiP7 .align-left {
    text-align: center;
  }
  .cid-u8Z54uxiP7 .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-u8Z54uxiP7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Z54uxiP7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Z6gBo0O6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u8Z6gBo0O6 img {
  width: 40px;
  margin-right: 1rem;
}
.cid-u8Z6gBo0O6 .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-u8Z6gBo0O6 .row {
    margin: 0 2rem;
  }
}
.cid-u8Z6gBo0O6 .container {
  max-width: 1500px;
}
.cid-u8Z6gBo0O6 .form-control,
.cid-u8Z6gBo0O6 .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u8Z6gBo0O6 .form-control:hover,
.cid-u8Z6gBo0O6 .field-input:hover,
.cid-u8Z6gBo0O6 .form-control:focus,
.cid-u8Z6gBo0O6 .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u8Z6gBo0O6 input::-webkit-input-placeholder,
.cid-u8Z6gBo0O6 textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-u8Z6gBo0O6 input:-moz-placeholder,
.cid-u8Z6gBo0O6 textarea:-moz-placeholder {
  color: #767676;
}
.cid-u8Z6gBo0O6 .jq-selectbox li,
.cid-u8Z6gBo0O6 .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-u8Z6gBo0O6 .jq-selectbox li:hover,
.cid-u8Z6gBo0O6 .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-u8Z6gBo0O6 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-u8Z6gBo0O6 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-u8Z6gBo0O6 .btn {
  width: 80px!important;
  justify-content: center;
  padding: 1rem 1rem!important;
  margin: 0!important;
  height: 100%;
}
.cid-u8Z6gBo0O6 .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-u8Z6gBo0O6 input {
  border-radius: 0;
  padding: 1rem!important;
  font-size: 1rem;
  height: 100%;
}
.cid-u8Z6gBo0O6 .col,
.cid-u8Z6gBo0O6 .col-auto {
  padding: 0;
}
.cid-u8Z6gBo0O6 .form-group {
  margin-bottom: 0rem;
}
.cid-u8Z6gBo0O6 .items {
  color: #333333;
}
.cid-u8Z6gBo0O6 .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-u8Z6gBo0O6 .col-md-6,
  .cid-u8Z6gBo0O6 .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u8Z6gBo0O6 .navbar-brand {
    justify-content: center;
  }
  .cid-u8Z6gBo0O6 .row {
    margin: 0;
  }
}
.cid-rwG46vRkNS .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rwG46vRkNS .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-rwG46vRkNS a {
  font-style: normal;
}
.cid-rwG46vRkNS .show {
  overflow: visible;
}
.cid-rwG46vRkNS .dropdown-menu {
  max-height: 400px;
}
.cid-rwG46vRkNS .dropdown-item:active {
  background-color: transparent;
}
.cid-rwG46vRkNS .nav-link {
  font-weight: 600!important;
}
.cid-rwG46vRkNS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwG46vRkNS .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-rwG46vRkNS .nav-item:focus,
.cid-rwG46vRkNS .nav-link:focus {
  outline: none;
}
.cid-rwG46vRkNS .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwG46vRkNS .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwG46vRkNS .menu-logo {
  margin-right: auto;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwG46vRkNS .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwG46vRkNS .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rwG46vRkNS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwG46vRkNS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwG46vRkNS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwG46vRkNS .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rwG46vRkNS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-rwG46vRkNS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwG46vRkNS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwG46vRkNS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwG46vRkNS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwG46vRkNS .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwG46vRkNS .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwG46vRkNS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwG46vRkNS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwG46vRkNS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwG46vRkNS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwG46vRkNS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwG46vRkNS button.navbar-toggler:focus {
  outline: none;
}
.cid-rwG46vRkNS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rwG46vRkNS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwG46vRkNS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwG46vRkNS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwG46vRkNS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwG46vRkNS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwG46vRkNS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwG46vRkNS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwG46vRkNS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwG46vRkNS .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwG46vRkNS .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse.collapsing,
.cid-rwG46vRkNS .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwG46vRkNS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwG46vRkNS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rwG46vRkNS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwG46vRkNS .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwG46vRkNS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwG46vRkNS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rwG46vRkNS .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 91.5625vh;
  }
}
.cid-rwG46vRkNS .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwG46vRkNS .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwG46vRkNS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwG46vRkNS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwG46vRkNS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwG46vRkNS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwG46vRkNS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rwG46vRkNS.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwG46vRkNS img {
    height: 3.8rem !important;
  }
  .cid-rwG46vRkNS .btn {
    display: -webkit-flex;
  }
  .cid-rwG46vRkNS button.navbar-toggler {
    display: block;
  }
  .cid-rwG46vRkNS .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwG46vRkNS .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwG46vRkNS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwG46vRkNS .navbar-collapse.collapsing,
  .cid-rwG46vRkNS .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rwG46vRkNS .navbar-collapse.collapsing .navbar-nav,
  .cid-rwG46vRkNS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwG46vRkNS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwG46vRkNS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwG46vRkNS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rwG46vRkNS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwG46vRkNS .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwG46vRkNS .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwG46vRkNS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwG46vRkNS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwG46vRkNS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwG46vRkNS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwG46vRkNS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwG46vRkNS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rwG46vRkNS .nav-link {
    justify-content: start!important;
  }
  .cid-rwG46vRkNS .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rwG46vRkNS .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rwG46vRkNS .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rwG46vRkNS .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rwG46vRkNS .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwG46vRkNS .nav-link:hover,
.cid-rwG46vRkNS .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-rwG46vRkNS .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rwG46vRkNS .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rpSfRqtWyh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-rpSfRqtWyh .media-container-row .mbr-text {
  color: #333333;
}
.cid-u8Z7Y7mzr2 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u8Z7Y7mzr2 .row {
  position: relative;
}
.cid-u8Z7Y7mzr2 .container {
  max-width: 1500px;
}
.cid-u8Z7Y7mzr2 .container {
  padding-right: 8rem !important;
}
.cid-u8Z7Y7mzr2 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-u8Z7Y7mzr2 .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-u8Z7Y7mzr2 .container {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u8Z7Y7mzr2 .container {
    padding-right: 4rem !important;
  }
}
.cid-u8Z7Y7mzr2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Z7Y7mzr2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Z879Z8kR {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
.cid-u8Z879Z8kR .container {
  max-width: 1500px;
}
.cid-u8Z879Z8kR img {
  width: 100%;
}
.cid-u8Z879Z8kR h2 {
  padding: 0;
  margin: 0;
}
.cid-u8Z879Z8kR .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-u8Z879Z8kR .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u8Z879Z8kR .img-col {
  position: relative;
}
.cid-u8Z879Z8kR .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-u8Z879Z8kR .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-u8Z879Z8kR .title-col {
    margin-bottom: 4rem !important;
  }
  .cid-u8Z879Z8kR .img2 {
    top: -2rem;
  }
  .cid-u8Z879Z8kR .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-u8Z879Z8kR .img2 {
    width: 50%;
  }
  .cid-u8Z879Z8kR .number {
    margin: auto;
  }
}
.cid-u8Z879Z8kR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Z879Z8kR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Z86Bgxmb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-u8Z86Bgxmb img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-u8Z86Bgxmb img:hover {
  transform: scale(1.1);
}
.cid-u8Z86Bgxmb .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-u8Z86Bgxmb h2 {
  padding: 0;
  margin: 0;
}
.cid-u8Z86Bgxmb .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8Z86Bgxmb .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-u8Z86Bgxmb .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-u8Z86Bgxmb .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-u8Z86Bgxmb .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u8Z86Bgxmb .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u8Z86Bgxmb .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-u8Z86Bgxmb .text-col {
    padding: 2rem 1rem;
  }
}
.cid-u8Z86Bgxmb H2 {
  color: #333333;
}
.cid-u8Z86Bgxmb .mbr-text {
  color: #333333;
}
.cid-u8Z86Bgxmb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Z86Bgxmb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Zaabosxl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-u8Zaabosxl img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-u8Zaabosxl img:hover {
  transform: scale(1.1);
}
.cid-u8Zaabosxl .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-u8Zaabosxl h2 {
  padding: 0;
  margin: 0;
}
.cid-u8Zaabosxl .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8Zaabosxl .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-u8Zaabosxl .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-u8Zaabosxl .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 300px;
}
.cid-u8Zaabosxl .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-u8Zaabosxl .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0 !important;
}
.cid-u8Zaabosxl .mbr-iconfont {
  margin: 0 !important;
}
.cid-u8Zaabosxl .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u8Zaabosxl .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u8Zaabosxl .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-u8Zaabosxl .btn {
    padding: 0.6rem 0.8rem !important;
    min-width: 200px !important;
  }
  .cid-u8Zaabosxl .text-col {
    padding: 2rem 1rem;
  }
}
.cid-u8Zaabosxl H2 {
  color: #333333;
}
.cid-u8Zaabosxl .mbr-text {
  color: #333333;
}
.cid-u8Zaabosxl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Zaabosxl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Z890NNXo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #282124;
}
.cid-u8Z890NNXo .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-u8Z890NNXo .container {
  max-width: 1500px;
}
.cid-u8Z890NNXo .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-u8Z890NNXo .container {
    padding: 0 4rem;
  }
}
.cid-u8Z890NNXo .mbr-text,
.cid-u8Z890NNXo .mbr-section-btn {
  color: #efeeee;
}
.cid-u8Z890NNXo .btn {
  width: -webkit-fill-available;
  margin: 0.4rem !important;
}
.cid-u8Z890NNXo .pt-5 {
  padding-top: 4rem !important;
}
@media (max-width: 922px) {
  .cid-u8Z890NNXo .align-left {
    text-align: center;
  }
  .cid-u8Z890NNXo .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-u8Z890NNXo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Z890NNXo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Zb0J6XcS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u8Zb0J6XcS img {
  width: 40px;
  margin-right: 1rem;
}
.cid-u8Zb0J6XcS .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-u8Zb0J6XcS .row {
    margin: 0 2rem;
  }
}
.cid-u8Zb0J6XcS .container {
  max-width: 1500px;
}
.cid-u8Zb0J6XcS .form-control,
.cid-u8Zb0J6XcS .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u8Zb0J6XcS .form-control:hover,
.cid-u8Zb0J6XcS .field-input:hover,
.cid-u8Zb0J6XcS .form-control:focus,
.cid-u8Zb0J6XcS .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u8Zb0J6XcS input::-webkit-input-placeholder,
.cid-u8Zb0J6XcS textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-u8Zb0J6XcS input:-moz-placeholder,
.cid-u8Zb0J6XcS textarea:-moz-placeholder {
  color: #767676;
}
.cid-u8Zb0J6XcS .jq-selectbox li,
.cid-u8Zb0J6XcS .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-u8Zb0J6XcS .jq-selectbox li:hover,
.cid-u8Zb0J6XcS .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-u8Zb0J6XcS .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-u8Zb0J6XcS .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-u8Zb0J6XcS .btn {
  width: 80px!important;
  justify-content: center;
  padding: 1rem 1rem!important;
  margin: 0!important;
  height: 100%;
}
.cid-u8Zb0J6XcS .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-u8Zb0J6XcS input {
  border-radius: 0;
  padding: 1rem!important;
  font-size: 1rem;
  height: 100%;
}
.cid-u8Zb0J6XcS .col,
.cid-u8Zb0J6XcS .col-auto {
  padding: 0;
}
.cid-u8Zb0J6XcS .form-group {
  margin-bottom: 0rem;
}
.cid-u8Zb0J6XcS .items {
  color: #333333;
}
.cid-u8Zb0J6XcS .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-u8Zb0J6XcS .col-md-6,
  .cid-u8Zb0J6XcS .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u8Zb0J6XcS .navbar-brand {
    justify-content: center;
  }
  .cid-u8Zb0J6XcS .row {
    margin: 0;
  }
}
.cid-u8Z8yZvpHt .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-u8Z8yZvpHt .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-u8Z8yZvpHt a {
  font-style: normal;
}
.cid-u8Z8yZvpHt .show {
  overflow: visible;
}
.cid-u8Z8yZvpHt .dropdown-menu {
  max-height: 400px;
}
.cid-u8Z8yZvpHt .dropdown-item:active {
  background-color: transparent;
}
.cid-u8Z8yZvpHt .nav-link {
  font-weight: 600!important;
}
.cid-u8Z8yZvpHt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-u8Z8yZvpHt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-u8Z8yZvpHt .nav-item:focus,
.cid-u8Z8yZvpHt .nav-link:focus {
  outline: none;
}
.cid-u8Z8yZvpHt .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u8Z8yZvpHt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u8Z8yZvpHt .menu-logo {
  margin-right: auto;
}
.cid-u8Z8yZvpHt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8Z8yZvpHt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-u8Z8yZvpHt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-u8Z8yZvpHt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u8Z8yZvpHt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u8Z8yZvpHt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u8Z8yZvpHt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-u8Z8yZvpHt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-u8Z8yZvpHt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-u8Z8yZvpHt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8Z8yZvpHt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u8Z8yZvpHt .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-u8Z8yZvpHt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-u8Z8yZvpHt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8Z8yZvpHt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u8Z8yZvpHt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8Z8yZvpHt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-u8Z8yZvpHt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-u8Z8yZvpHt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-u8Z8yZvpHt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u8Z8yZvpHt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u8Z8yZvpHt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u8Z8yZvpHt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u8Z8yZvpHt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-u8Z8yZvpHt button.navbar-toggler:focus {
  outline: none;
}
.cid-u8Z8yZvpHt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-u8Z8yZvpHt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u8Z8yZvpHt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u8Z8yZvpHt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u8Z8yZvpHt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u8Z8yZvpHt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8Z8yZvpHt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u8Z8yZvpHt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u8Z8yZvpHt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8Z8yZvpHt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u8Z8yZvpHt .collapsed .btn {
  display: -webkit-flex;
}
.cid-u8Z8yZvpHt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u8Z8yZvpHt .collapsed .navbar-collapse.collapsing,
.cid-u8Z8yZvpHt .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-u8Z8yZvpHt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u8Z8yZvpHt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u8Z8yZvpHt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u8Z8yZvpHt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u8Z8yZvpHt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u8Z8yZvpHt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u8Z8yZvpHt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u8Z8yZvpHt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-u8Z8yZvpHt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u8Z8yZvpHt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u8Z8yZvpHt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 91.5625vh;
  }
}
.cid-u8Z8yZvpHt .collapsed button.navbar-toggler {
  display: block;
}
.cid-u8Z8yZvpHt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-u8Z8yZvpHt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u8Z8yZvpHt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-u8Z8yZvpHt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u8Z8yZvpHt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u8Z8yZvpHt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-u8Z8yZvpHt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u8Z8yZvpHt img {
    height: 3.8rem !important;
  }
  .cid-u8Z8yZvpHt .btn {
    display: -webkit-flex;
  }
  .cid-u8Z8yZvpHt button.navbar-toggler {
    display: block;
  }
  .cid-u8Z8yZvpHt .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-u8Z8yZvpHt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u8Z8yZvpHt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u8Z8yZvpHt .navbar-collapse.collapsing,
  .cid-u8Z8yZvpHt .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-u8Z8yZvpHt .navbar-collapse.collapsing .navbar-nav,
  .cid-u8Z8yZvpHt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u8Z8yZvpHt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u8Z8yZvpHt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u8Z8yZvpHt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u8Z8yZvpHt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u8Z8yZvpHt .navbar-collapse.collapsing .navbar-buttons,
  .cid-u8Z8yZvpHt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-u8Z8yZvpHt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u8Z8yZvpHt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u8Z8yZvpHt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-u8Z8yZvpHt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u8Z8yZvpHt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u8Z8yZvpHt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-u8Z8yZvpHt .nav-link {
    justify-content: start!important;
  }
  .cid-u8Z8yZvpHt .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-u8Z8yZvpHt .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-u8Z8yZvpHt .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-u8Z8yZvpHt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-u8Z8yZvpHt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-u8Z8yZvpHt .nav-link:hover,
.cid-u8Z8yZvpHt .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-u8Z8yZvpHt .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-u8Z8yZvpHt .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-u8Z8yZTuAM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-u8Z8yZTuAM .media-container-row .mbr-text {
  color: #333333;
}
.cid-u8Z8z01Fdp {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u8Z8z01Fdp .row {
  position: relative;
}
.cid-u8Z8z01Fdp .container {
  max-width: 1500px;
}
.cid-u8Z8z01Fdp .container {
  padding-right: 8rem !important;
}
.cid-u8Z8z01Fdp h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-u8Z8z01Fdp .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-u8Z8z01Fdp .container {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u8Z8z01Fdp .container {
    padding-right: 4rem !important;
  }
}
.cid-u8Z8z01Fdp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Z8z01Fdp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Z8z0dI9y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-u8Z8z0dI9y img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-u8Z8z0dI9y img:hover {
  transform: scale(1.1);
}
.cid-u8Z8z0dI9y .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-u8Z8z0dI9y h2 {
  padding: 0;
  margin: 0;
}
.cid-u8Z8z0dI9y .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8Z8z0dI9y .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-u8Z8z0dI9y .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-u8Z8z0dI9y .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-u8Z8z0dI9y .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u8Z8z0dI9y .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u8Z8z0dI9y .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-u8Z8z0dI9y .text-col {
    padding: 2rem 1rem;
  }
}
.cid-u8Z8z0dI9y H2 {
  color: #333333;
}
.cid-u8Z8z0dI9y .mbr-text {
  color: #333333;
  text-align: left;
}
.cid-u8Z8z0dI9y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Z8z0dI9y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Z8z0rHjw {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
.cid-u8Z8z0rHjw .container {
  max-width: 1500px;
}
.cid-u8Z8z0rHjw img {
  width: 100%;
}
.cid-u8Z8z0rHjw h2 {
  padding: 0;
  margin: 0;
}
.cid-u8Z8z0rHjw .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-u8Z8z0rHjw .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u8Z8z0rHjw .img-col {
  position: relative;
}
.cid-u8Z8z0rHjw .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-u8Z8z0rHjw .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-u8Z8z0rHjw .title-col {
    margin-bottom: 4rem !important;
  }
  .cid-u8Z8z0rHjw .img2 {
    top: -2rem;
  }
  .cid-u8Z8z0rHjw .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-u8Z8z0rHjw .img2 {
    width: 50%;
  }
  .cid-u8Z8z0rHjw .number {
    margin: auto;
  }
}
.cid-u8Z8z0rHjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Z8z0rHjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8ZcPaNAzn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-u8ZcPaNAzn .container {
  max-width: 1500px;
}
.cid-u8ZcPaNAzn img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-u8ZcPaNAzn img:hover {
  transform: scale(1.1);
}
.cid-u8ZcPaNAzn .row {
  background: #ffffff;
}
.cid-u8ZcPaNAzn .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-u8ZcPaNAzn h2 {
  padding: 0;
  margin: 0;
}
.cid-u8ZcPaNAzn .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8ZcPaNAzn .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-u8ZcPaNAzn .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-u8ZcPaNAzn .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-u8ZcPaNAzn .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-u8ZcPaNAzn .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-u8ZcPaNAzn .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u8ZcPaNAzn .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-u8ZcPaNAzn .row {
    margin: 0rem;
  }
  .cid-u8ZcPaNAzn .text-col {
    padding: 2rem 1rem;
  }
  .cid-u8ZcPaNAzn .number {
    margin-right: 2rem;
  }
  .cid-u8ZcPaNAzn .img-col {
    margin-bottom: 3rem;
  }
}
.cid-u8ZcPaNAzn H2 {
  color: #333333;
}
.cid-u8ZcPaNAzn .mbr-text {
  color: #333333;
}
.cid-u8ZcPaNAzn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ZcPaNAzn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Z8z0Clvr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #282124;
}
.cid-u8Z8z0Clvr .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-u8Z8z0Clvr .container {
  max-width: 1500px;
}
.cid-u8Z8z0Clvr .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-u8Z8z0Clvr .container {
    padding: 0 4rem;
  }
}
.cid-u8Z8z0Clvr .mbr-text,
.cid-u8Z8z0Clvr .mbr-section-btn {
  color: #efeeee;
}
.cid-u8Z8z0Clvr .btn {
  width: -webkit-fill-available;
  margin: 0.4rem !important;
}
.cid-u8Z8z0Clvr .pt-5 {
  padding-top: 4rem !important;
}
@media (max-width: 922px) {
  .cid-u8Z8z0Clvr .align-left {
    text-align: center;
  }
  .cid-u8Z8z0Clvr .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-u8Z8z0Clvr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Z8z0Clvr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Z8z0NaXB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u8Z8z0NaXB img {
  width: 40px;
  margin-right: 1rem;
}
.cid-u8Z8z0NaXB .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-u8Z8z0NaXB .row {
    margin: 0 2rem;
  }
}
.cid-u8Z8z0NaXB .container {
  max-width: 1500px;
}
.cid-u8Z8z0NaXB .form-control,
.cid-u8Z8z0NaXB .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u8Z8z0NaXB .form-control:hover,
.cid-u8Z8z0NaXB .field-input:hover,
.cid-u8Z8z0NaXB .form-control:focus,
.cid-u8Z8z0NaXB .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u8Z8z0NaXB input::-webkit-input-placeholder,
.cid-u8Z8z0NaXB textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-u8Z8z0NaXB input:-moz-placeholder,
.cid-u8Z8z0NaXB textarea:-moz-placeholder {
  color: #767676;
}
.cid-u8Z8z0NaXB .jq-selectbox li,
.cid-u8Z8z0NaXB .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-u8Z8z0NaXB .jq-selectbox li:hover,
.cid-u8Z8z0NaXB .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-u8Z8z0NaXB .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-u8Z8z0NaXB .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-u8Z8z0NaXB .btn {
  width: 80px!important;
  justify-content: center;
  padding: 1rem 1rem!important;
  margin: 0!important;
  height: 100%;
}
.cid-u8Z8z0NaXB .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-u8Z8z0NaXB input {
  border-radius: 0;
  padding: 1rem!important;
  font-size: 1rem;
  height: 100%;
}
.cid-u8Z8z0NaXB .col,
.cid-u8Z8z0NaXB .col-auto {
  padding: 0;
}
.cid-u8Z8z0NaXB .form-group {
  margin-bottom: 0rem;
}
.cid-u8Z8z0NaXB .items {
  color: #333333;
}
.cid-u8Z8z0NaXB .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-u8Z8z0NaXB .col-md-6,
  .cid-u8Z8z0NaXB .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u8Z8z0NaXB .navbar-brand {
    justify-content: center;
  }
  .cid-u8Z8z0NaXB .row {
    margin: 0;
  }
}
.cid-u8Z8CIeSdl .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-u8Z8CIeSdl .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-u8Z8CIeSdl a {
  font-style: normal;
}
.cid-u8Z8CIeSdl .show {
  overflow: visible;
}
.cid-u8Z8CIeSdl .dropdown-menu {
  max-height: 400px;
}
.cid-u8Z8CIeSdl .dropdown-item:active {
  background-color: transparent;
}
.cid-u8Z8CIeSdl .nav-link {
  font-weight: 600!important;
}
.cid-u8Z8CIeSdl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-u8Z8CIeSdl .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-u8Z8CIeSdl .nav-item:focus,
.cid-u8Z8CIeSdl .nav-link:focus {
  outline: none;
}
.cid-u8Z8CIeSdl .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u8Z8CIeSdl .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u8Z8CIeSdl .menu-logo {
  margin-right: auto;
}
.cid-u8Z8CIeSdl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8Z8CIeSdl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-u8Z8CIeSdl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-u8Z8CIeSdl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u8Z8CIeSdl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u8Z8CIeSdl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u8Z8CIeSdl .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-u8Z8CIeSdl .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-u8Z8CIeSdl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-u8Z8CIeSdl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8Z8CIeSdl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u8Z8CIeSdl .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-u8Z8CIeSdl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-u8Z8CIeSdl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8Z8CIeSdl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u8Z8CIeSdl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8Z8CIeSdl .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-u8Z8CIeSdl .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-u8Z8CIeSdl .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-u8Z8CIeSdl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u8Z8CIeSdl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u8Z8CIeSdl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u8Z8CIeSdl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u8Z8CIeSdl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-u8Z8CIeSdl button.navbar-toggler:focus {
  outline: none;
}
.cid-u8Z8CIeSdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-u8Z8CIeSdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u8Z8CIeSdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u8Z8CIeSdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u8Z8CIeSdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u8Z8CIeSdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8Z8CIeSdl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u8Z8CIeSdl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u8Z8CIeSdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8Z8CIeSdl .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u8Z8CIeSdl .collapsed .btn {
  display: -webkit-flex;
}
.cid-u8Z8CIeSdl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u8Z8CIeSdl .collapsed .navbar-collapse.collapsing,
.cid-u8Z8CIeSdl .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-u8Z8CIeSdl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u8Z8CIeSdl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u8Z8CIeSdl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u8Z8CIeSdl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u8Z8CIeSdl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u8Z8CIeSdl .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u8Z8CIeSdl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u8Z8CIeSdl .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-u8Z8CIeSdl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u8Z8CIeSdl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u8Z8CIeSdl .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 91.5625vh;
  }
}
.cid-u8Z8CIeSdl .collapsed button.navbar-toggler {
  display: block;
}
.cid-u8Z8CIeSdl .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-u8Z8CIeSdl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u8Z8CIeSdl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-u8Z8CIeSdl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u8Z8CIeSdl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u8Z8CIeSdl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-u8Z8CIeSdl.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u8Z8CIeSdl img {
    height: 3.8rem !important;
  }
  .cid-u8Z8CIeSdl .btn {
    display: -webkit-flex;
  }
  .cid-u8Z8CIeSdl button.navbar-toggler {
    display: block;
  }
  .cid-u8Z8CIeSdl .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-u8Z8CIeSdl .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u8Z8CIeSdl .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u8Z8CIeSdl .navbar-collapse.collapsing,
  .cid-u8Z8CIeSdl .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-u8Z8CIeSdl .navbar-collapse.collapsing .navbar-nav,
  .cid-u8Z8CIeSdl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u8Z8CIeSdl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u8Z8CIeSdl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u8Z8CIeSdl .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u8Z8CIeSdl .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u8Z8CIeSdl .navbar-collapse.collapsing .navbar-buttons,
  .cid-u8Z8CIeSdl .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-u8Z8CIeSdl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u8Z8CIeSdl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u8Z8CIeSdl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-u8Z8CIeSdl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u8Z8CIeSdl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u8Z8CIeSdl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-u8Z8CIeSdl .nav-link {
    justify-content: start!important;
  }
  .cid-u8Z8CIeSdl .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-u8Z8CIeSdl .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-u8Z8CIeSdl .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-u8Z8CIeSdl .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-u8Z8CIeSdl .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-u8Z8CIeSdl .nav-link:hover,
.cid-u8Z8CIeSdl .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-u8Z8CIeSdl .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-u8Z8CIeSdl .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-u8Z8CIGDkW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-u8Z8CIGDkW .media-container-row .mbr-text {
  color: #333333;
}
.cid-u8Z8CIQR9P {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u8Z8CIQR9P .row {
  position: relative;
}
.cid-u8Z8CIQR9P .container {
  max-width: 1500px;
}
.cid-u8Z8CIQR9P .container {
  padding-right: 8rem !important;
}
.cid-u8Z8CIQR9P h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-u8Z8CIQR9P .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-u8Z8CIQR9P .container {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u8Z8CIQR9P .container {
    padding-right: 4rem !important;
  }
}
.cid-u8Z8CIQR9P .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Z8CIQR9P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Z8CJ0gaX {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
.cid-u8Z8CJ0gaX .container {
  max-width: 1500px;
}
.cid-u8Z8CJ0gaX img {
  width: 100%;
}
.cid-u8Z8CJ0gaX h2 {
  padding: 0;
  margin: 0;
}
.cid-u8Z8CJ0gaX .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-u8Z8CJ0gaX .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u8Z8CJ0gaX .img-col {
  position: relative;
}
.cid-u8Z8CJ0gaX .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-u8Z8CJ0gaX .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-u8Z8CJ0gaX .title-col {
    margin-bottom: 4rem !important;
  }
  .cid-u8Z8CJ0gaX .img2 {
    top: -2rem;
  }
  .cid-u8Z8CJ0gaX .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-u8Z8CJ0gaX .img2 {
    width: 50%;
  }
  .cid-u8Z8CJ0gaX .number {
    margin: auto;
  }
}
.cid-u8Z8CJ0gaX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Z8CJ0gaX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Z8CJbrUG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-u8Z8CJbrUG img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-u8Z8CJbrUG img:hover {
  transform: scale(1.1);
}
.cid-u8Z8CJbrUG .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-u8Z8CJbrUG h2 {
  padding: 0;
  margin: 0;
}
.cid-u8Z8CJbrUG .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8Z8CJbrUG .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-u8Z8CJbrUG .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-u8Z8CJbrUG .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-u8Z8CJbrUG .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u8Z8CJbrUG .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u8Z8CJbrUG .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-u8Z8CJbrUG .text-col {
    padding: 2rem 1rem;
  }
}
.cid-u8Z8CJbrUG H2 {
  color: #333333;
}
.cid-u8Z8CJbrUG .mbr-text {
  color: #333333;
}
.cid-u8Z8CJbrUG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Z8CJbrUG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8ZeNR5yhp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-u8ZeNR5yhp img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-u8ZeNR5yhp img:hover {
  transform: scale(1.1);
}
.cid-u8ZeNR5yhp .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-u8ZeNR5yhp h2 {
  padding: 0;
  margin: 0;
}
.cid-u8ZeNR5yhp .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8ZeNR5yhp .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-u8ZeNR5yhp .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-u8ZeNR5yhp .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 300px;
}
.cid-u8ZeNR5yhp .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-u8ZeNR5yhp .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0 !important;
}
.cid-u8ZeNR5yhp .mbr-iconfont {
  margin: 0 !important;
}
.cid-u8ZeNR5yhp .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u8ZeNR5yhp .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u8ZeNR5yhp .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-u8ZeNR5yhp .btn {
    padding: 0.6rem 0.8rem !important;
    min-width: 200px !important;
  }
  .cid-u8ZeNR5yhp .text-col {
    padding: 2rem 1rem;
  }
}
.cid-u8ZeNR5yhp H2 {
  color: #333333;
}
.cid-u8ZeNR5yhp .mbr-text {
  color: #333333;
}
.cid-u8ZeNR5yhp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ZeNR5yhp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Z8CJmWTV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #282124;
}
.cid-u8Z8CJmWTV .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-u8Z8CJmWTV .container {
  max-width: 1500px;
}
.cid-u8Z8CJmWTV .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-u8Z8CJmWTV .container {
    padding: 0 4rem;
  }
}
.cid-u8Z8CJmWTV .mbr-text,
.cid-u8Z8CJmWTV .mbr-section-btn {
  color: #efeeee;
}
.cid-u8Z8CJmWTV .btn {
  width: -webkit-fill-available;
  margin: 0.4rem !important;
}
.cid-u8Z8CJmWTV .pt-5 {
  padding-top: 4rem !important;
}
@media (max-width: 922px) {
  .cid-u8Z8CJmWTV .align-left {
    text-align: center;
  }
  .cid-u8Z8CJmWTV .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-u8Z8CJmWTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Z8CJmWTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8ZfudM7NP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u8ZfudM7NP img {
  width: 40px;
  margin-right: 1rem;
}
.cid-u8ZfudM7NP .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-u8ZfudM7NP .row {
    margin: 0 2rem;
  }
}
.cid-u8ZfudM7NP .container {
  max-width: 1500px;
}
.cid-u8ZfudM7NP .form-control,
.cid-u8ZfudM7NP .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u8ZfudM7NP .form-control:hover,
.cid-u8ZfudM7NP .field-input:hover,
.cid-u8ZfudM7NP .form-control:focus,
.cid-u8ZfudM7NP .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u8ZfudM7NP input::-webkit-input-placeholder,
.cid-u8ZfudM7NP textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-u8ZfudM7NP input:-moz-placeholder,
.cid-u8ZfudM7NP textarea:-moz-placeholder {
  color: #767676;
}
.cid-u8ZfudM7NP .jq-selectbox li,
.cid-u8ZfudM7NP .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-u8ZfudM7NP .jq-selectbox li:hover,
.cid-u8ZfudM7NP .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-u8ZfudM7NP .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-u8ZfudM7NP .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-u8ZfudM7NP .btn {
  width: 80px!important;
  justify-content: center;
  padding: 1rem 1rem!important;
  margin: 0!important;
  height: 100%;
}
.cid-u8ZfudM7NP .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-u8ZfudM7NP input {
  border-radius: 0;
  padding: 1rem!important;
  font-size: 1rem;
  height: 100%;
}
.cid-u8ZfudM7NP .col,
.cid-u8ZfudM7NP .col-auto {
  padding: 0;
}
.cid-u8ZfudM7NP .form-group {
  margin-bottom: 0rem;
}
.cid-u8ZfudM7NP .items {
  color: #333333;
}
.cid-u8ZfudM7NP .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-u8ZfudM7NP .col-md-6,
  .cid-u8ZfudM7NP .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u8ZfudM7NP .navbar-brand {
    justify-content: center;
  }
  .cid-u8ZfudM7NP .row {
    margin: 0;
  }
}
.cid-u8ZhzG7qQW .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-u8ZhzG7qQW .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-u8ZhzG7qQW a {
  font-style: normal;
}
.cid-u8ZhzG7qQW .show {
  overflow: visible;
}
.cid-u8ZhzG7qQW .dropdown-menu {
  max-height: 400px;
}
.cid-u8ZhzG7qQW .dropdown-item:active {
  background-color: transparent;
}
.cid-u8ZhzG7qQW .nav-link {
  font-weight: 600!important;
}
.cid-u8ZhzG7qQW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-u8ZhzG7qQW .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-u8ZhzG7qQW .nav-item:focus,
.cid-u8ZhzG7qQW .nav-link:focus {
  outline: none;
}
.cid-u8ZhzG7qQW .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u8ZhzG7qQW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u8ZhzG7qQW .menu-logo {
  margin-right: auto;
}
.cid-u8ZhzG7qQW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8ZhzG7qQW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-u8ZhzG7qQW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-u8ZhzG7qQW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u8ZhzG7qQW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u8ZhzG7qQW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u8ZhzG7qQW .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-u8ZhzG7qQW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-u8ZhzG7qQW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-u8ZhzG7qQW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8ZhzG7qQW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u8ZhzG7qQW .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-u8ZhzG7qQW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-u8ZhzG7qQW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8ZhzG7qQW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u8ZhzG7qQW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8ZhzG7qQW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-u8ZhzG7qQW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-u8ZhzG7qQW .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-u8ZhzG7qQW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u8ZhzG7qQW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u8ZhzG7qQW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u8ZhzG7qQW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u8ZhzG7qQW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-u8ZhzG7qQW button.navbar-toggler:focus {
  outline: none;
}
.cid-u8ZhzG7qQW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-u8ZhzG7qQW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u8ZhzG7qQW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u8ZhzG7qQW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u8ZhzG7qQW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u8ZhzG7qQW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8ZhzG7qQW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u8ZhzG7qQW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u8ZhzG7qQW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8ZhzG7qQW .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u8ZhzG7qQW .collapsed .btn {
  display: -webkit-flex;
}
.cid-u8ZhzG7qQW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u8ZhzG7qQW .collapsed .navbar-collapse.collapsing,
.cid-u8ZhzG7qQW .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-u8ZhzG7qQW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u8ZhzG7qQW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u8ZhzG7qQW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u8ZhzG7qQW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u8ZhzG7qQW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u8ZhzG7qQW .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u8ZhzG7qQW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u8ZhzG7qQW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-u8ZhzG7qQW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u8ZhzG7qQW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u8ZhzG7qQW .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 91.5625vh;
  }
}
.cid-u8ZhzG7qQW .collapsed button.navbar-toggler {
  display: block;
}
.cid-u8ZhzG7qQW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-u8ZhzG7qQW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u8ZhzG7qQW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-u8ZhzG7qQW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u8ZhzG7qQW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u8ZhzG7qQW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-u8ZhzG7qQW.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u8ZhzG7qQW img {
    height: 3.8rem !important;
  }
  .cid-u8ZhzG7qQW .btn {
    display: -webkit-flex;
  }
  .cid-u8ZhzG7qQW button.navbar-toggler {
    display: block;
  }
  .cid-u8ZhzG7qQW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-u8ZhzG7qQW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u8ZhzG7qQW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u8ZhzG7qQW .navbar-collapse.collapsing,
  .cid-u8ZhzG7qQW .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-u8ZhzG7qQW .navbar-collapse.collapsing .navbar-nav,
  .cid-u8ZhzG7qQW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u8ZhzG7qQW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u8ZhzG7qQW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u8ZhzG7qQW .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u8ZhzG7qQW .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u8ZhzG7qQW .navbar-collapse.collapsing .navbar-buttons,
  .cid-u8ZhzG7qQW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-u8ZhzG7qQW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u8ZhzG7qQW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u8ZhzG7qQW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-u8ZhzG7qQW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u8ZhzG7qQW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u8ZhzG7qQW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-u8ZhzG7qQW .nav-link {
    justify-content: start!important;
  }
  .cid-u8ZhzG7qQW .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-u8ZhzG7qQW .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-u8ZhzG7qQW .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-u8ZhzG7qQW .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-u8ZhzG7qQW .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-u8ZhzG7qQW .nav-link:hover,
.cid-u8ZhzG7qQW .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-u8ZhzG7qQW .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-u8ZhzG7qQW .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-u8ZhzGAbRW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-u8ZhzGAbRW .media-container-row .mbr-text {
  color: #333333;
}
.cid-u8ZhzGJGhF {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u8ZhzGJGhF .row {
  position: relative;
}
.cid-u8ZhzGJGhF .container {
  max-width: 1500px;
}
.cid-u8ZhzGJGhF .container {
  padding-right: 8rem !important;
}
.cid-u8ZhzGJGhF h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-u8ZhzGJGhF .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-u8ZhzGJGhF .container {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u8ZhzGJGhF .container {
    padding-right: 4rem !important;
  }
}
.cid-u8ZhzGJGhF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ZhzGJGhF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8ZhzGXAZc {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
.cid-u8ZhzGXAZc .container {
  max-width: 1500px;
}
.cid-u8ZhzGXAZc img {
  width: 100%;
}
.cid-u8ZhzGXAZc h2 {
  padding: 0;
  margin: 0;
}
.cid-u8ZhzGXAZc .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-u8ZhzGXAZc .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u8ZhzGXAZc .img-col {
  position: relative;
}
.cid-u8ZhzGXAZc .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-u8ZhzGXAZc .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-u8ZhzGXAZc .title-col {
    margin-bottom: 4rem !important;
  }
  .cid-u8ZhzGXAZc .img2 {
    top: -2rem;
  }
  .cid-u8ZhzGXAZc .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-u8ZhzGXAZc .img2 {
    width: 50%;
  }
  .cid-u8ZhzGXAZc .number {
    margin: auto;
  }
}
.cid-u8ZhzGXAZc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ZhzGXAZc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8ZhzHaQPO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-u8ZhzHaQPO img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-u8ZhzHaQPO img:hover {
  transform: scale(1.1);
}
.cid-u8ZhzHaQPO .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-u8ZhzHaQPO h2 {
  padding: 0;
  margin: 0;
}
.cid-u8ZhzHaQPO .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8ZhzHaQPO .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-u8ZhzHaQPO .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-u8ZhzHaQPO .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-u8ZhzHaQPO .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u8ZhzHaQPO .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u8ZhzHaQPO .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-u8ZhzHaQPO .text-col {
    padding: 2rem 1rem;
  }
}
.cid-u8ZhzHaQPO H2 {
  color: #333333;
}
.cid-u8ZhzHaQPO .mbr-text {
  color: #333333;
}
.cid-u8ZhzHaQPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ZhzHaQPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8ZhzHkqYE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-u8ZhzHkqYE img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-u8ZhzHkqYE img:hover {
  transform: scale(1.1);
}
.cid-u8ZhzHkqYE .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-u8ZhzHkqYE h2 {
  padding: 0;
  margin: 0;
}
.cid-u8ZhzHkqYE .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8ZhzHkqYE .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-u8ZhzHkqYE .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-u8ZhzHkqYE .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 300px;
}
.cid-u8ZhzHkqYE .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-u8ZhzHkqYE .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0 !important;
}
.cid-u8ZhzHkqYE .mbr-iconfont {
  margin: 0 !important;
}
.cid-u8ZhzHkqYE .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u8ZhzHkqYE .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u8ZhzHkqYE .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-u8ZhzHkqYE .btn {
    padding: 0.6rem 0.8rem !important;
    min-width: 200px !important;
  }
  .cid-u8ZhzHkqYE .text-col {
    padding: 2rem 1rem;
  }
}
.cid-u8ZhzHkqYE H2 {
  color: #333333;
}
.cid-u8ZhzHkqYE .mbr-text {
  color: #333333;
}
.cid-u8ZhzHkqYE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ZhzHkqYE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8ZizZmIeJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-u8ZizZmIeJ .container {
  max-width: 1500px;
}
.cid-u8ZizZmIeJ img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-u8ZizZmIeJ img:hover {
  transform: scale(1.1);
}
.cid-u8ZizZmIeJ .row {
  background: #ffffff;
}
.cid-u8ZizZmIeJ .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-u8ZizZmIeJ h2 {
  padding: 0;
  margin: 0;
}
.cid-u8ZizZmIeJ .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8ZizZmIeJ .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-u8ZizZmIeJ .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-u8ZizZmIeJ .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-u8ZizZmIeJ .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-u8ZizZmIeJ .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-u8ZizZmIeJ .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u8ZizZmIeJ .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-u8ZizZmIeJ .row {
    margin: 0rem;
  }
  .cid-u8ZizZmIeJ .text-col {
    padding: 2rem 1rem;
  }
  .cid-u8ZizZmIeJ .number {
    margin-right: 2rem;
  }
  .cid-u8ZizZmIeJ .img-col {
    margin-bottom: 3rem;
  }
}
.cid-u8ZizZmIeJ H2 {
  color: #333333;
}
.cid-u8ZizZmIeJ .mbr-text {
  color: #333333;
}
.cid-u8ZizZmIeJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ZizZmIeJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Zj1hGUgo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-u8Zj1hGUgo img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-u8Zj1hGUgo img:hover {
  transform: scale(1.1);
}
.cid-u8Zj1hGUgo .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-u8Zj1hGUgo h2 {
  padding: 0;
  margin: 0;
}
.cid-u8Zj1hGUgo .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8Zj1hGUgo .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-u8Zj1hGUgo .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-u8Zj1hGUgo .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 300px;
}
.cid-u8Zj1hGUgo .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-u8Zj1hGUgo .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0 !important;
}
.cid-u8Zj1hGUgo .mbr-iconfont {
  margin: 0 !important;
}
.cid-u8Zj1hGUgo .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u8Zj1hGUgo .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u8Zj1hGUgo .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-u8Zj1hGUgo .btn {
    padding: 0.6rem 0.8rem !important;
    min-width: 200px !important;
  }
  .cid-u8Zj1hGUgo .text-col {
    padding: 2rem 1rem;
  }
}
.cid-u8Zj1hGUgo H2 {
  color: #333333;
}
.cid-u8Zj1hGUgo .mbr-text {
  color: #333333;
}
.cid-u8Zj1hGUgo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Zj1hGUgo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8ZhzHwXCr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #282124;
}
.cid-u8ZhzHwXCr .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-u8ZhzHwXCr .container {
  max-width: 1500px;
}
.cid-u8ZhzHwXCr .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-u8ZhzHwXCr .container {
    padding: 0 4rem;
  }
}
.cid-u8ZhzHwXCr .mbr-text,
.cid-u8ZhzHwXCr .mbr-section-btn {
  color: #efeeee;
}
.cid-u8ZhzHwXCr .btn {
  width: -webkit-fill-available;
  margin: 0.4rem !important;
}
.cid-u8ZhzHwXCr .pt-5 {
  padding-top: 4rem !important;
}
@media (max-width: 922px) {
  .cid-u8ZhzHwXCr .align-left {
    text-align: center;
  }
  .cid-u8ZhzHwXCr .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-u8ZhzHwXCr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ZhzHwXCr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8ZhzHHwqg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u8ZhzHHwqg img {
  width: 40px;
  margin-right: 1rem;
}
.cid-u8ZhzHHwqg .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-u8ZhzHHwqg .row {
    margin: 0 2rem;
  }
}
.cid-u8ZhzHHwqg .container {
  max-width: 1500px;
}
.cid-u8ZhzHHwqg .form-control,
.cid-u8ZhzHHwqg .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u8ZhzHHwqg .form-control:hover,
.cid-u8ZhzHHwqg .field-input:hover,
.cid-u8ZhzHHwqg .form-control:focus,
.cid-u8ZhzHHwqg .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u8ZhzHHwqg input::-webkit-input-placeholder,
.cid-u8ZhzHHwqg textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-u8ZhzHHwqg input:-moz-placeholder,
.cid-u8ZhzHHwqg textarea:-moz-placeholder {
  color: #767676;
}
.cid-u8ZhzHHwqg .jq-selectbox li,
.cid-u8ZhzHHwqg .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-u8ZhzHHwqg .jq-selectbox li:hover,
.cid-u8ZhzHHwqg .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-u8ZhzHHwqg .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-u8ZhzHHwqg .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-u8ZhzHHwqg .btn {
  width: 80px!important;
  justify-content: center;
  padding: 1rem 1rem!important;
  margin: 0!important;
  height: 100%;
}
.cid-u8ZhzHHwqg .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-u8ZhzHHwqg input {
  border-radius: 0;
  padding: 1rem!important;
  font-size: 1rem;
  height: 100%;
}
.cid-u8ZhzHHwqg .col,
.cid-u8ZhzHHwqg .col-auto {
  padding: 0;
}
.cid-u8ZhzHHwqg .form-group {
  margin-bottom: 0rem;
}
.cid-u8ZhzHHwqg .items {
  color: #333333;
}
.cid-u8ZhzHHwqg .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-u8ZhzHHwqg .col-md-6,
  .cid-u8ZhzHHwqg .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u8ZhzHHwqg .navbar-brand {
    justify-content: center;
  }
  .cid-u8ZhzHHwqg .row {
    margin: 0;
  }
}
