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-tbDTSpBWDR .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-tbDTSpBWDR .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tbDTSpBWDR a {
  font-style: normal;
}
.cid-tbDTSpBWDR .show {
  overflow: visible;
}
.cid-tbDTSpBWDR .dropdown-menu {
  max-height: 400px;
}
.cid-tbDTSpBWDR .dropdown-item:active {
  background-color: transparent;
}
.cid-tbDTSpBWDR .nav-link {
  font-weight: 600 !important;
}
.cid-tbDTSpBWDR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tbDTSpBWDR .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-tbDTSpBWDR .nav-item:focus,
.cid-tbDTSpBWDR .nav-link:focus {
  outline: none;
}
.cid-tbDTSpBWDR .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tbDTSpBWDR .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tbDTSpBWDR .menu-logo {
  margin-right: auto;
}
.cid-tbDTSpBWDR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tbDTSpBWDR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tbDTSpBWDR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-tbDTSpBWDR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tbDTSpBWDR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tbDTSpBWDR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tbDTSpBWDR .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tbDTSpBWDR .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-tbDTSpBWDR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tbDTSpBWDR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tbDTSpBWDR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tbDTSpBWDR .dropdown .dropdown-menu {
  background: #ffffff;
  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-tbDTSpBWDR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-tbDTSpBWDR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbDTSpBWDR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tbDTSpBWDR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbDTSpBWDR .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-tbDTSpBWDR .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-tbDTSpBWDR .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tbDTSpBWDR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tbDTSpBWDR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tbDTSpBWDR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tbDTSpBWDR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tbDTSpBWDR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tbDTSpBWDR button.navbar-toggler:focus {
  outline: none;
}
.cid-tbDTSpBWDR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tbDTSpBWDR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbDTSpBWDR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbDTSpBWDR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbDTSpBWDR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbDTSpBWDR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbDTSpBWDR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbDTSpBWDR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbDTSpBWDR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbDTSpBWDR .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbDTSpBWDR .collapsed .btn {
  display: -webkit-flex;
}
.cid-tbDTSpBWDR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tbDTSpBWDR .collapsed .navbar-collapse.collapsing,
.cid-tbDTSpBWDR .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tbDTSpBWDR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tbDTSpBWDR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tbDTSpBWDR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tbDTSpBWDR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tbDTSpBWDR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tbDTSpBWDR .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tbDTSpBWDR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tbDTSpBWDR .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tbDTSpBWDR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tbDTSpBWDR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tbDTSpBWDR .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-tbDTSpBWDR .collapsed button.navbar-toggler {
  display: block;
}
.cid-tbDTSpBWDR .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tbDTSpBWDR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbDTSpBWDR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tbDTSpBWDR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tbDTSpBWDR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tbDTSpBWDR .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-tbDTSpBWDR.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbDTSpBWDR img {
    height: 3.8rem !important;
  }
  .cid-tbDTSpBWDR .btn {
    display: -webkit-flex;
  }
  .cid-tbDTSpBWDR button.navbar-toggler {
    display: block;
  }
  .cid-tbDTSpBWDR .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tbDTSpBWDR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbDTSpBWDR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tbDTSpBWDR .navbar-collapse.collapsing,
  .cid-tbDTSpBWDR .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-tbDTSpBWDR .navbar-collapse.collapsing .navbar-nav,
  .cid-tbDTSpBWDR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tbDTSpBWDR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tbDTSpBWDR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tbDTSpBWDR .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tbDTSpBWDR .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tbDTSpBWDR .navbar-collapse.collapsing .navbar-buttons,
  .cid-tbDTSpBWDR .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tbDTSpBWDR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tbDTSpBWDR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tbDTSpBWDR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tbDTSpBWDR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tbDTSpBWDR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tbDTSpBWDR .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tbDTSpBWDR .nav-link {
    justify-content: start !important;
  }
  .cid-tbDTSpBWDR .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tbDTSpBWDR .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-tbDTSpBWDR .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-tbDTSpBWDR .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tbDTSpBWDR .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tbDTSpBWDR .nav-link:hover,
.cid-tbDTSpBWDR .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-tbDTSpBWDR .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-tbDTSpBWDR .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-tbDUarrM9U {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #efeeee;
}
.cid-tbDUarrM9U .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #b2ccd2;
}
.cid-tbDUarrM9U img {
  width: 100%;
}
.cid-tbDUarrM9U p {
  margin-top: 6rem;
}
.cid-tbDUarrM9U .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tbDUarrM9U .content-wrapper {
  padding-top: 6rem;
}
.cid-tbDUarrM9U h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tbDUarrM9U .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tbDUarrM9U p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tbDUarrM9U .back {
    width: 100%;
    height: 75%;
  }
  .cid-tbDUarrM9U .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tbDUarrM9U p {
    margin-top: 4rem;
  }
}
.cid-tbDUarrM9U .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-tbDUarrM9U .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tbDUarrM9U .content-wrapper {
    padding-right: 3rem;
  }
  .cid-tbDUarrM9U h4 {
    right: 2rem;
  }
}
.cid-uUChSQwo4p {
  padding-top: 150px;
  padding-bottom: 150px;
}
.cid-uUChSQwo4p .row {
  position: relative;
}
.cid-uUChSQwo4p .container {
  max-width: 1500px;
}
.cid-uUChSQwo4p .container {
  padding-right: 8rem !important;
}
.cid-uUChSQwo4p h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-uUChSQwo4p .content-wrapper {
  max-width: 800px;
}
.cid-uUChSQwo4p H1 {
  color: #333333;
}
.cid-uUChSQwo4p .mbr-text,
.cid-uUChSQwo4p .mbr-section-btn {
  color: #333333;
}
.cid-uUChSQwo4p H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-uUChSQwo4p .container {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uUChSQwo4p .container {
    padding-right: 4rem !important;
  }
}
.cid-uUChSQwo4p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUChSQwo4p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uUC4iACbEa {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #efeeee;
}
.cid-uUC4iACbEa .container {
  max-width: 1500px;
}
.cid-uUC4iACbEa .row {
  background: #333333;
}
.cid-uUC4iACbEa .img-col {
  padding: 0;
}
.cid-uUC4iACbEa .title-col {
  padding: 4rem 8rem;
}
.cid-uUC4iACbEa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUC4iACbEa h2 {
  padding: 0;
  margin: 0;
}
.cid-uUC4iACbEa .text-wrap {
  margin: auto;
}
.cid-uUC4iACbEa .mbr-text {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-uUC4iACbEa .row {
    margin: 2rem;
  }
  .cid-uUC4iACbEa .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uUC4iACbEa .row {
    margin: 0rem;
  }
  .cid-uUC4iACbEa .title-col {
    padding: 2rem 1rem;
  }
}
.cid-uUC4iACbEa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUC4iACbEa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbDUZpxuxi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-tbDUZpxuxi .content-block {
  max-width: 350px;
  padding: 4rem 3rem;
  z-index: 5;
  position: relative;
}
.cid-tbDUZpxuxi .block2 {
  background-image: url("../../../assets/images/02.jpg");
}
.cid-tbDUZpxuxi .block2:hover .block2-over {
  opacity: 0;
}
.cid-tbDUZpxuxi .block1 {
  background-image: url("../../../assets/images/05.jpg");
}
.cid-tbDUZpxuxi .block1:hover .block1-over {
  opacity: 0;
}
.cid-tbDUZpxuxi .block1-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #c1c1c1;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-tbDUZpxuxi .block2-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #55b4d4;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-tbDUZpxuxi .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/mbr-1920x1438.jpg");
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.cid-tbDUZpxuxi .overlay {
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: #073b4c;
}
.cid-tbDUZpxuxi .wrap {
  width: 100%;
  min-height: 400px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.cid-tbDUZpxuxi .wrap:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-tbDUZpxuxi .wrap:hover .img-content {
  opacity: 1;
  transition-delay: 0.3s;
}
.cid-tbDUZpxuxi .wrap:hover .box-title2,
.cid-tbDUZpxuxi .wrap:hover .box-text2 {
  color: #cccccc;
  transition-delay: 0.3s;
}
.cid-tbDUZpxuxi .wrap:hover .box-content {
  transition-delay: 0.3s;
  background: transparent;
}
.cid-tbDUZpxuxi .box-title2,
.cid-tbDUZpxuxi .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-tbDUZpxuxi .box-content {
  transition: all 0.3s;
  background: #073b4c;
  width: 50%;
}
.cid-tbDUZpxuxi .content-box {
  padding: 4rem 3rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tbDUZpxuxi .img-content {
    opacity: 1;
  }
  .cid-tbDUZpxuxi .box-title2,
  .cid-tbDUZpxuxi .box-text2 {
    color: #cccccc !important;
  }
  .cid-tbDUZpxuxi .content-block,
  .cid-tbDUZpxuxi .content1 {
    padding: 3rem 1rem;
  }
  .cid-tbDUZpxuxi .wrap {
    min-height: 300px;
  }
  .cid-tbDUZpxuxi .box-content {
    width: 100%;
    background: transparent;
  }
}
.cid-tbDVny3cZN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tbDVny3cZN .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-tbDVny3cZN .block2 {
  background: #333333;
  display: flex;
  justify-content: center;
}
.cid-tbDVny3cZN p {
  margin-left: 10rem;
  max-width: 450px;
}
.cid-tbDVny3cZN .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.cid-tbDVny3cZN .overlay {
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: #55b4d4;
}
.cid-tbDVny3cZN .wrap {
  width: 100%;
  min-height: 400px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.cid-tbDVny3cZN .wrap:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-tbDVny3cZN .wrap:hover .img-content {
  opacity: 1;
  transition-delay: 0.3s;
}
.cid-tbDVny3cZN .wrap:hover .box-title2,
.cid-tbDVny3cZN .wrap:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-tbDVny3cZN .wrap:hover .box-content {
  transition-delay: 0.3s;
  background: transparent;
}
.cid-tbDVny3cZN .box-title2,
.cid-tbDVny3cZN .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-tbDVny3cZN .box-content {
  transition: all 0.3s;
  background: #55b4d4;
  width: 50%;
}
.cid-tbDVny3cZN .content-box {
  padding: 4rem 3rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tbDVny3cZN .img-content {
    opacity: 1;
  }
  .cid-tbDVny3cZN .box-content {
    width: 100%;
    background: transparent;
  }
  .cid-tbDVny3cZN .box-title2,
  .cid-tbDVny3cZN .box-text2 {
    color: #333333 !important;
  }
  .cid-tbDVny3cZN p {
    margin-left: 0;
  }
  .cid-tbDVny3cZN .content-block,
  .cid-tbDVny3cZN .content1 {
    padding: 3rem 1rem;
  }
  .cid-tbDVny3cZN .wrap {
    min-height: 300px;
  }
}
.cid-tbDVny3cZN H2 {
  color: #ffffff;
}
.cid-tbDVny3cZN .mbr-text,
.cid-tbDVny3cZN .mbr-section-btn {
  color: #ffffff;
}
.cid-tbDVny3cZN .box-text2 {
  color: #333333;
}
.cid-tbDVny3cZN .box-title2 {
  color: #333333;
}
.cid-tbDXye9gHV {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
.cid-tbDXye9gHV .row {
  position: relative;
}
.cid-tbDXye9gHV .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-tbDXye9gHV .row {
    margin: 0 2rem;
  }
}
.cid-tbDXye9gHV .row {
  padding-left: 6rem;
}
.cid-tbDXye9gHV h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-tbDXye9gHV .content-wrapper {
  max-width: 600px;
}
.cid-tbDXye9gHV H1 {
  color: #333333;
}
.cid-tbDXye9gHV .mbr-text,
.cid-tbDXye9gHV .mbr-section-btn {
  color: #333333;
}
.cid-tbDXye9gHV H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-tbDXye9gHV .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tbDXye9gHV h4 {
    left: 3rem;
  }
  .cid-tbDXye9gHV .row {
    padding-left: 3rem;
  }
}
.cid-uUC57YH9Be {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #55b4d4;
}
.cid-uUC57YH9Be .row {
  position: relative;
}
.cid-uUC57YH9Be .container {
  max-width: 1500px;
}
.cid-uUC57YH9Be .container {
  padding-right: 8rem !important;
}
.cid-uUC57YH9Be h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-uUC57YH9Be .content-wrapper {
  max-width: 800px;
}
.cid-uUC57YH9Be H1 {
  color: #073b4c;
}
.cid-uUC57YH9Be .mbr-text,
.cid-uUC57YH9Be .mbr-section-btn {
  color: #073b4c;
}
.cid-uUC57YH9Be H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-uUC57YH9Be .container {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uUC57YH9Be .container {
    padding-right: 4rem !important;
  }
}
.cid-uUC57YH9Be .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUC57YH9Be .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUC57YH9Be H4 {
  color: #073b4c;
}
.cid-uUBY5jB8mf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-uUBY5jB8mf .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-uUBY5jB8mf .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-uUBY5jB8mf .card-wrapper {
    margin: 0rem;
  }
}
.cid-uUBY5jB8mf .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-uUBY5jB8mf .row {
    padding: 0 4rem;
  }
}
.cid-uUBY5jB8mf .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #55b4d4;
}
.cid-uUBY5jB8mf .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-uUBY5jB8mf .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-uUBY5jB8mf .card1 {
  background-color: #333333;
}
.cid-uUBY5jB8mf .card2 {
  background-color: #ffffff;
}
.cid-uUBY5jB8mf .card3 {
  background-color: #ffffff;
}
.cid-uUBY5jB8mf .card4 {
  background-color: #333333;
}
.cid-uUBY5jB8mf img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-uUBY5jB8mf .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-uUBY5jB8mf .container {
  max-width: 1500px;
}
.cid-uUBY5jB8mf .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uUBY5jB8mf .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-uUBY5jB8mf P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-uUBY5jB8mf .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-uUBY5jB8mf .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-uUBY5jB8mf .col2,
  .cid-uUBY5jB8mf .col3,
  .cid-uUBY5jB8mf .col4 {
    margin-top: 0rem;
  }
  .cid-uUBY5jB8mf .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-uUBY5jB8mf .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-uUBY5jB8mf .number {
    margin: auto;
  }
}
.cid-uUBY5jB8mf .mbr-text {
  color: #cccccc;
}
.cid-uUBY5jB8mf .text2 {
  color: #333333;
}
.cid-uUBY5jB8mf .text3 {
  color: #333333;
}
.cid-uUBY5jB8mf .title2 {
  color: #c1c1c1;
}
.cid-uUBY5jB8mf .title1 {
  color: #c1c1c1;
}
.cid-uUBY5jB8mf .title3 {
  color: #c1c1c1;
}
.cid-uUBY5jB8mf .title4 {
  color: #c1c1c1;
}
.cid-uUBY5jB8mf .text4 {
  color: #efeeee;
}
.cid-uUBY5jB8mf .text1 {
  color: #efeeee;
}
.cid-uUBY5jB8mf .title3 B {
  color: #c1c1c1;
}
.cid-uUBY5jB8mf H1 {
  color: #333333;
}
.cid-uUBY5jB8mf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBY5jB8mf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZS4oBkv2j {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZS4oBkv2j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZS4oBkv2j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZS4oBkv2j .items-wrapper {
  margin: 0 -32px;
}
.cid-uZS4oBkv2j .items-wrapper .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZS4oBkv2j .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-uZS4oBkv2j .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uZS4oBkv2j .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZS4oBkv2j .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZS4oBkv2j .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  font-size: 28px;
  border: 4px solid;
}
.cid-uZS4oBkv2j .items-wrapper .item .item-wrapper .icon_1 .mbr-iconfont {
  background-color: #ff6d99;
  border-color: #ff7ca4;
  box-shadow: 0 18px 32px -8px #ff6d99;
}
.cid-uZS4oBkv2j .items-wrapper .item .item-wrapper .icon_2 .mbr-iconfont {
  background-color: #dc84ba;
  border-color: #df8fbf;
  box-shadow: 0 18px 32px -8px #dc84ba;
}
.cid-uZS4oBkv2j .items-wrapper .item .item-wrapper .icon_3 .mbr-iconfont {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
  box-shadow: 0 18px 32px -8px #b1a1e3;
}
.cid-uZS4oBkv2j .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 16px;
}
.cid-uZS4oBkv2j .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uZS4oBkv2j .card-title {
  color: #111111;
}
.cid-uZS4oBkv2j .card-text {
  color: #666666;
  text-align: center;
}
.cid-uZS4oBkv2j .card-title,
.cid-uZS4oBkv2j .iconfont-wrapper {
  text-align: center;
}
.cid-v8sbKthNRe {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8sbKthNRe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sbKthNRe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sbKthNRe .items-wrapper {
  margin: 0 -32px;
}
.cid-v8sbKthNRe .items-wrapper .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v8sbKthNRe .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-v8sbKthNRe .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v8sbKthNRe .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v8sbKthNRe .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8sbKthNRe .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  font-size: 28px;
  border: 4px solid;
}
.cid-v8sbKthNRe .items-wrapper .item .item-wrapper .icon_1 .mbr-iconfont {
  background-color: #ff6d99;
  border-color: #ff7ca4;
  box-shadow: 0 18px 32px -8px #ff6d99;
}
.cid-v8sbKthNRe .items-wrapper .item .item-wrapper .icon_2 .mbr-iconfont {
  background-color: #dc84ba;
  border-color: #df8fbf;
  box-shadow: 0 18px 32px -8px #dc84ba;
}
.cid-v8sbKthNRe .items-wrapper .item .item-wrapper .icon_3 .mbr-iconfont {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
  box-shadow: 0 18px 32px -8px #b1a1e3;
}
.cid-v8sbKthNRe .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 16px;
}
.cid-v8sbKthNRe .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
}
.cid-v8sbKthNRe .card-title {
  color: #111111;
}
.cid-v8sbKthNRe .card-text {
  color: #666666;
  text-align: center;
}
.cid-v8sbKthNRe .card-title,
.cid-v8sbKthNRe .iconfont-wrapper {
  text-align: center;
}
.cid-tbDUuSSbJJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-tbDUuSSbJJ .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-tbDUuSSbJJ .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/mbr-1920x1208.jpg");
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.cid-tbDUuSSbJJ .overlay {
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: #333333;
}
.cid-tbDUuSSbJJ .wrap {
  width: 100%;
  min-height: 400px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.cid-tbDUuSSbJJ .wrap:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-tbDUuSSbJJ .wrap:hover .img-content {
  opacity: 1;
  transition-delay: 0.3s;
}
.cid-tbDUuSSbJJ .wrap:hover .box-title2,
.cid-tbDUuSSbJJ .wrap:hover .box-text2 {
  color: #b2ccd2;
  transition-delay: 0.3s;
}
.cid-tbDUuSSbJJ .wrap:hover .box-content {
  transition-delay: 0.3s;
  background: transparent;
}
.cid-tbDUuSSbJJ .box-title2,
.cid-tbDUuSSbJJ .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-tbDUuSSbJJ .box-content {
  transition: all 0.3s;
  background: #333333;
  width: 50%;
}
.cid-tbDUuSSbJJ .content-box {
  padding: 4rem 3rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tbDUuSSbJJ .img-content {
    opacity: 1;
  }
  .cid-tbDUuSSbJJ .box-title2,
  .cid-tbDUuSSbJJ .box-text2 {
    color: #b2ccd2 !important;
  }
  .cid-tbDUuSSbJJ .content-block,
  .cid-tbDUuSSbJJ .box-content {
    padding: 3rem 1rem;
  }
  .cid-tbDUuSSbJJ .wrap {
    min-height: 300px;
  }
  .cid-tbDUuSSbJJ .box-content {
    width: 100%;
    background: transparent;
  }
}
.cid-tbDUuSSbJJ H2 {
  text-align: left;
}
.cid-uUBZqdRNxN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uUBZqdRNxN .row {
  position: relative;
}
.cid-uUBZqdRNxN .container {
  max-width: 1500px;
}
.cid-uUBZqdRNxN .container {
  padding-right: 8rem !important;
}
.cid-uUBZqdRNxN h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-uUBZqdRNxN .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-uUBZqdRNxN .container {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uUBZqdRNxN .container {
    padding-right: 4rem !important;
  }
}
.cid-uUBZqdRNxN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBZqdRNxN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCfEU9Ch1 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #efeeee;
}
.cid-uUCfEU9Ch1 .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #55b4d4;
}
.cid-uUCfEU9Ch1 img {
  width: 100%;
}
.cid-uUCfEU9Ch1 p {
  margin-top: 6rem;
}
.cid-uUCfEU9Ch1 .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-uUCfEU9Ch1 .content-wrapper {
  padding-top: 6rem;
}
.cid-uUCfEU9Ch1 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uUCfEU9Ch1 .content-wrapper {
    padding-top: 0rem;
  }
  .cid-uUCfEU9Ch1 p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uUCfEU9Ch1 .back {
    width: 100%;
    height: 75%;
  }
  .cid-uUCfEU9Ch1 .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-uUCfEU9Ch1 p {
    margin-top: 4rem;
  }
}
.cid-uUCfEU9Ch1 .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-uUCfEU9Ch1 .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-uUCfEU9Ch1 .content-wrapper {
    padding-right: 3rem;
  }
  .cid-uUCfEU9Ch1 h4 {
    right: 2rem;
  }
}
.cid-uUCfEU9Ch1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCfEU9Ch1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUDe3F0HvK {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #b2ccd2;
}
.cid-uUDe3F0HvK .carousel-control {
  background: #000;
}
.cid-uUDe3F0HvK .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUDe3F0HvK .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uUDe3F0HvK .carousel-item .wrap-img {
  text-align: center;
}
.cid-uUDe3F0HvK .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-uUDe3F0HvK .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUDe3F0HvK .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uUDe3F0HvK .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uUDe3F0HvK .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uUDe3F0HvK .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uUDe3F0HvK .cloneditem-1,
.cid-uUDe3F0HvK .cloneditem-2,
.cid-uUDe3F0HvK .cloneditem-3,
.cid-uUDe3F0HvK .cloneditem-4,
.cid-uUDe3F0HvK .cloneditem-5 {
  display: none;
}
.cid-uUDe3F0HvK .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-uUDe3F0HvK .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uUDe3F0HvK .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uUDe3F0HvK .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uUDe3F0HvK .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uUDe3F0HvK .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uUDe3F0HvK .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uUDe3F0HvK .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uUDe3F0HvK .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uUDe3F0HvK .carousel-inner.slides2 .cloneditem-1,
  .cid-uUDe3F0HvK .carousel-inner.slides2 .cloneditem-2,
  .cid-uUDe3F0HvK .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uUDe3F0HvK .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uUDe3F0HvK .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uUDe3F0HvK .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uUDe3F0HvK .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uUDe3F0HvK .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uUDe3F0HvK .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uUDe3F0HvK .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uUDe3F0HvK .carousel-inner.slides3 .cloneditem-1,
  .cid-uUDe3F0HvK .carousel-inner.slides3 .cloneditem-2,
  .cid-uUDe3F0HvK .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uUDe3F0HvK .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uUDe3F0HvK .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uUDe3F0HvK .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uUDe3F0HvK .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uUDe3F0HvK .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uUDe3F0HvK .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uUDe3F0HvK .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uUDe3F0HvK .carousel-inner.slides4 .cloneditem-1,
  .cid-uUDe3F0HvK .carousel-inner.slides4 .cloneditem-2,
  .cid-uUDe3F0HvK .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uUDe3F0HvK .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uUDe3F0HvK .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uUDe3F0HvK .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uUDe3F0HvK .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uUDe3F0HvK .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uUDe3F0HvK .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uUDe3F0HvK .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uUDe3F0HvK .carousel-inner.slides5 .cloneditem-1,
  .cid-uUDe3F0HvK .carousel-inner.slides5 .cloneditem-2,
  .cid-uUDe3F0HvK .carousel-inner.slides5 .cloneditem-3,
  .cid-uUDe3F0HvK .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uUDe3F0HvK .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uUDe3F0HvK .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uUDe3F0HvK .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uUDe3F0HvK .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uUDe3F0HvK .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uUDe3F0HvK .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uUDe3F0HvK .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uUDe3F0HvK .carousel-inner.slides6 .cloneditem-1,
  .cid-uUDe3F0HvK .carousel-inner.slides6 .cloneditem-2,
  .cid-uUDe3F0HvK .carousel-inner.slides6 .cloneditem-3,
  .cid-uUDe3F0HvK .carousel-inner.slides6 .cloneditem-4,
  .cid-uUDe3F0HvK .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uUDlb6bArN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uUDlb6bArN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUDlb6bArN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUDlb6bArN .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uUDlb6bArN .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUDlb6bArN .items-wrapper {
  margin: 0 -75px;
}
.cid-uUDlb6bArN .items-wrapper .item {
  padding: 0 75px;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uUDlb6bArN .items-wrapper .item {
    margin-bottom: 40px;
  }
  .cid-uUDlb6bArN .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uUDlb6bArN .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 0;
}
.cid-uUDlb6bArN .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uUDlb6bArN .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uUDlb6bArN .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUDlb6bArN .mbr-section-title {
  color: #0f0f0f;
}
.cid-uUDlb6bArN .card-number {
  color: #0f0f0f;
}
.cid-uUDlb6bArN .card-title {
  color: #666666;
}
.cid-uUDsOCK8Yy {
  padding-top: 90px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uUDsOCK8Yy .carousel {
  z-index: 2;
  position: relative;
}
.cid-uUDsOCK8Yy .user {
  padding: 0 !important;
}
.cid-uUDsOCK8Yy .mbr-iconfont {
  font-size: 3rem;
  color: #149dcc !important;
}
.cid-uUDsOCK8Yy .user_name {
  margin: 0;
  color: #efeeee;
}
.cid-uUDsOCK8Yy .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-uUDsOCK8Yy .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uUDsOCK8Yy .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  z-index: 0;
}
.cid-uUDsOCK8Yy .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uUDsOCK8Yy .carousel-item.active,
.cid-uUDsOCK8Yy .carousel-item-next,
.cid-uUDsOCK8Yy .carousel-item-prev {
  display: flex;
}
.cid-uUDsOCK8Yy .carousel-controls a {
  font-size: 2rem;
}
.cid-uUDsOCK8Yy .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #073b4c !important;
  background: transparent;
  opacity: 0.8 !important;
}
.cid-uUDsOCK8Yy .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uUDsOCK8Yy ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uUDsOCK8Yy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #073b4c;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-uUDsOCK8Yy .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uUDsOCK8Yy .carousel-indicators .active {
  opacity: 1;
  width: 12px;
  height: 12px;
}
.cid-uUDsOCK8Yy .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-uUDsOCK8Yy .user_text {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUDsOCK8Yy .carousel-controls a span {
    top: auto;
    bottom: -40px;
  }
}
.cid-uUDsOCK8Yy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUDsOCK8Yy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUDpL8bqjt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1200.jpg");
}
.cid-uUDpL8bqjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUDpL8bqjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uUDpL8bqjt .container {
    padding: 0 24px;
  }
}
.cid-uUDpL8bqjt .row {
  border-top: 1px solid #72716b;
}
@media (min-width: 992px) {
  .cid-uUDpL8bqjt .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUDpL8bqjt .row {
    border: none;
  }
}
.cid-uUDpL8bqjt .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uUDpL8bqjt .row .card {
    padding: 0 16px;
  }
}
.cid-uUDpL8bqjt .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUDpL8bqjt .content-wrapper {
    padding: 24px;
  }
}
.cid-uUDpL8bqjt .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uUDpL8bqjt .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uUDpL8bqjt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUDpL8bqjt .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uUDpL8bqjt .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uUDpL8bqjt .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uUDpL8bqjt .panel-group .card {
  padding: 32px;
  border-top: 1px solid #72716b;
  border-left: 1px solid #72716b;
  border-radius: 0 !important;
}
.cid-uUDpL8bqjt .panel-group .card:first-child {
  border-top: none;
}
@media (max-width: 992px) {
  .cid-uUDpL8bqjt .panel-group .card:first-child {
    border-top: 1px solid #72716b;
  }
}
@media (max-width: 992px) {
  .cid-uUDpL8bqjt .panel-group .card {
    padding: 24px;
    border-left: none;
  }
}
.cid-uUDpL8bqjt .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uUDpL8bqjt .panel-group .card .card-header .panel-title {
  display: block;
}
.cid-uUDpL8bqjt .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  display: inline;
  padding-left: 24px;
  border-left: 1px solid #55b4d4;
}
.cid-uUDpL8bqjt .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin: 0;
}
.cid-uUDpL8bqjt .panel-group .card .card-header .panel-title .panel-title-edit span {
  color: #f9f6e0;
}
.cid-uUDpL8bqjt .panel-group .card .panel-collapse .panel-body {
  padding-top: 32px;
}
@media (max-width: 992px) {
  .cid-uUDpL8bqjt .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uUDpL8bqjt .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uUDpL8bqjt .mbr-section-title {
  color: #F9F6E0;
}
.cid-uUDpL8bqjt .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-uUDpL8bqjt .panel-title-edit {
  color: #E0B548;
}
.cid-uUDpL8bqjt .panel-text {
  color: #F9F6E0;
}
.cid-uUDpL8bqjt .mbr-section-title,
.cid-uUDpL8bqjt .mbr-section-btn {
  text-align: right;
}
.cid-uUDpL8bqjt .panel-title-edit,
.cid-uUDpL8bqjt .panel-title {
  color: #149dcc;
}
.cid-uUC3IyDTtG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-uUC3IyDTtG img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uUC3IyDTtG img:hover {
  transform: scale(1.1);
}
.cid-uUC3IyDTtG .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-uUC3IyDTtG h2 {
  padding: 0;
  margin: 0;
}
.cid-uUC3IyDTtG .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUC3IyDTtG .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-uUC3IyDTtG .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-uUC3IyDTtG .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 300px;
}
.cid-uUC3IyDTtG .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-uUC3IyDTtG .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0 !important;
}
.cid-uUC3IyDTtG .mbr-iconfont {
  margin: 0 !important;
}
.cid-uUC3IyDTtG .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-uUC3IyDTtG .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uUC3IyDTtG .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-uUC3IyDTtG .btn {
    padding: 0.6rem 0.8rem !important;
    min-width: 200px !important;
  }
  .cid-uUC3IyDTtG .text-col {
    padding: 2rem 1rem;
  }
}
.cid-uUC3IyDTtG H2 {
  color: #333333;
}
.cid-uUC3IyDTtG .mbr-text {
  color: #282124;
}
.cid-uUC3IyDTtG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUC3IyDTtG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUC3IyDTtG H1 {
  color: #282124;
}
.cid-uUC3IyDTtG H3 {
  color: #282124;
}
.cid-uUDattiC3L {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x960.jpg");
}
.cid-uUDattiC3L .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uUDattiC3L .form-group {
  margin-bottom: 1rem;
}
.cid-uUDattiC3L .form-control {
  border: none !important;
  border-radius: 0;
  padding: 0.5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-uUDattiC3L textarea.form-control {
  min-height: 96px;
}
.cid-uUDattiC3L .input-group-btn {
  width: 100%;
}
.cid-uUDattiC3L .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uUDattiC3L .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-uUDattiC3L .google-map {
  width: 100%;
  height: 25rem;
}
.cid-uUDattiC3L .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uUDattiC3L .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-uUDattiC3L .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff !important;
  padding: 10px;
}
.cid-uUDattiC3L .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-uUDattiC3L .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUDattiC3L .form-subtitle {
    text-align: center;
  }
}
.cid-uUDattiC3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUDattiC3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v90GjNcMbH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #efeeee;
}
.cid-v90GjNcMbH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v90GjNcMbH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v90GjNcMbH .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-v90GjNcMbH a {
  position: relative;
  width: fit-content;
}
.cid-v90GjNcMbH a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-v90GjNcMbH a:hover:before {
  width: 0;
}
.cid-v90GjNcMbH .copyright {
  color: #232323;
}
.cid-v90GjNcMbH .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v90GjNcMbH .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-v90GjNcMbH .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v90GjNcMbH .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v90GjNcMbH .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v90GjNcMbH .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-v90GjNcMbH p {
    text-align: center;
  }
}
.cid-v8KJbPDBGa .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-v8KJbPDBGa .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v8KJbPDBGa a {
  font-style: normal;
}
.cid-v8KJbPDBGa .show {
  overflow: visible;
}
.cid-v8KJbPDBGa .dropdown-menu {
  max-height: 400px;
}
.cid-v8KJbPDBGa .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KJbPDBGa .nav-link {
  font-weight: 600 !important;
}
.cid-v8KJbPDBGa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v8KJbPDBGa .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-v8KJbPDBGa .nav-item:focus,
.cid-v8KJbPDBGa .nav-link:focus {
  outline: none;
}
.cid-v8KJbPDBGa .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v8KJbPDBGa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v8KJbPDBGa .menu-logo {
  margin-right: auto;
}
.cid-v8KJbPDBGa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v8KJbPDBGa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v8KJbPDBGa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-v8KJbPDBGa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v8KJbPDBGa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v8KJbPDBGa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v8KJbPDBGa .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v8KJbPDBGa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-v8KJbPDBGa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v8KJbPDBGa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v8KJbPDBGa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v8KJbPDBGa .dropdown .dropdown-menu {
  background: #ffffff;
  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-v8KJbPDBGa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-v8KJbPDBGa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KJbPDBGa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v8KJbPDBGa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KJbPDBGa .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-v8KJbPDBGa .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-v8KJbPDBGa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v8KJbPDBGa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v8KJbPDBGa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v8KJbPDBGa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v8KJbPDBGa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v8KJbPDBGa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v8KJbPDBGa button.navbar-toggler:focus {
  outline: none;
}
.cid-v8KJbPDBGa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-v8KJbPDBGa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KJbPDBGa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KJbPDBGa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KJbPDBGa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KJbPDBGa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KJbPDBGa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KJbPDBGa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KJbPDBGa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KJbPDBGa .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v8KJbPDBGa .collapsed .btn {
  display: -webkit-flex;
}
.cid-v8KJbPDBGa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v8KJbPDBGa .collapsed .navbar-collapse.collapsing,
.cid-v8KJbPDBGa .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-v8KJbPDBGa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v8KJbPDBGa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v8KJbPDBGa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v8KJbPDBGa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v8KJbPDBGa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v8KJbPDBGa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v8KJbPDBGa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v8KJbPDBGa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v8KJbPDBGa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v8KJbPDBGa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v8KJbPDBGa .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-v8KJbPDBGa .collapsed button.navbar-toggler {
  display: block;
}
.cid-v8KJbPDBGa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v8KJbPDBGa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v8KJbPDBGa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v8KJbPDBGa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v8KJbPDBGa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v8KJbPDBGa .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-v8KJbPDBGa.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v8KJbPDBGa img {
    height: 3.8rem !important;
  }
  .cid-v8KJbPDBGa .btn {
    display: -webkit-flex;
  }
  .cid-v8KJbPDBGa button.navbar-toggler {
    display: block;
  }
  .cid-v8KJbPDBGa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v8KJbPDBGa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v8KJbPDBGa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v8KJbPDBGa .navbar-collapse.collapsing,
  .cid-v8KJbPDBGa .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-v8KJbPDBGa .navbar-collapse.collapsing .navbar-nav,
  .cid-v8KJbPDBGa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v8KJbPDBGa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v8KJbPDBGa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v8KJbPDBGa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v8KJbPDBGa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v8KJbPDBGa .navbar-collapse.collapsing .navbar-buttons,
  .cid-v8KJbPDBGa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v8KJbPDBGa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v8KJbPDBGa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v8KJbPDBGa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v8KJbPDBGa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v8KJbPDBGa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v8KJbPDBGa .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-v8KJbPDBGa .nav-link {
    justify-content: start !important;
  }
  .cid-v8KJbPDBGa .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-v8KJbPDBGa .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-v8KJbPDBGa .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-v8KJbPDBGa .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v8KJbPDBGa .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v8KJbPDBGa .nav-link:hover,
.cid-v8KJbPDBGa .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-v8KJbPDBGa .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-v8KJbPDBGa .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-v8KJbPTexe {
  padding-top: 150px;
  padding-bottom: 150px;
}
.cid-v8KJbPTexe .row {
  position: relative;
}
.cid-v8KJbPTexe .container {
  max-width: 1500px;
}
.cid-v8KJbPTexe .container {
  padding-right: 8rem !important;
}
.cid-v8KJbPTexe h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-v8KJbPTexe .content-wrapper {
  max-width: 800px;
}
.cid-v8KJbPTexe H1 {
  color: #333333;
}
.cid-v8KJbPTexe .mbr-text,
.cid-v8KJbPTexe .mbr-section-btn {
  color: #333333;
}
.cid-v8KJbPTexe H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-v8KJbPTexe .container {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v8KJbPTexe .container {
    padding-right: 4rem !important;
  }
}
.cid-v8KJbPTexe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8KJbPTexe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v90GjNcMbH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #efeeee;
}
.cid-v90GjNcMbH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v90GjNcMbH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v90GjNcMbH .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-v90GjNcMbH a {
  position: relative;
  width: fit-content;
}
.cid-v90GjNcMbH a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-v90GjNcMbH a:hover:before {
  width: 0;
}
.cid-v90GjNcMbH .copyright {
  color: #232323;
}
.cid-v90GjNcMbH .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v90GjNcMbH .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-v90GjNcMbH .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v90GjNcMbH .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v90GjNcMbH .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v90GjNcMbH .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-v90GjNcMbH p {
    text-align: center;
  }
}
.cid-v8KK1GzCJg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-v8KK1GzCJg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v8KK1GzCJg a {
  font-style: normal;
}
.cid-v8KK1GzCJg .show {
  overflow: visible;
}
.cid-v8KK1GzCJg .dropdown-menu {
  max-height: 400px;
}
.cid-v8KK1GzCJg .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KK1GzCJg .nav-link {
  font-weight: 600 !important;
}
.cid-v8KK1GzCJg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v8KK1GzCJg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-v8KK1GzCJg .nav-item:focus,
.cid-v8KK1GzCJg .nav-link:focus {
  outline: none;
}
.cid-v8KK1GzCJg .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v8KK1GzCJg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v8KK1GzCJg .menu-logo {
  margin-right: auto;
}
.cid-v8KK1GzCJg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v8KK1GzCJg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v8KK1GzCJg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-v8KK1GzCJg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v8KK1GzCJg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v8KK1GzCJg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v8KK1GzCJg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v8KK1GzCJg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-v8KK1GzCJg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v8KK1GzCJg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v8KK1GzCJg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v8KK1GzCJg .dropdown .dropdown-menu {
  background: #ffffff;
  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-v8KK1GzCJg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-v8KK1GzCJg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KK1GzCJg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v8KK1GzCJg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KK1GzCJg .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-v8KK1GzCJg .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-v8KK1GzCJg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v8KK1GzCJg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v8KK1GzCJg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v8KK1GzCJg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v8KK1GzCJg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v8KK1GzCJg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v8KK1GzCJg button.navbar-toggler:focus {
  outline: none;
}
.cid-v8KK1GzCJg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-v8KK1GzCJg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KK1GzCJg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KK1GzCJg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KK1GzCJg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KK1GzCJg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KK1GzCJg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KK1GzCJg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KK1GzCJg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KK1GzCJg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v8KK1GzCJg .collapsed .btn {
  display: -webkit-flex;
}
.cid-v8KK1GzCJg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v8KK1GzCJg .collapsed .navbar-collapse.collapsing,
.cid-v8KK1GzCJg .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-v8KK1GzCJg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v8KK1GzCJg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v8KK1GzCJg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v8KK1GzCJg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v8KK1GzCJg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v8KK1GzCJg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v8KK1GzCJg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v8KK1GzCJg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v8KK1GzCJg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v8KK1GzCJg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v8KK1GzCJg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-v8KK1GzCJg .collapsed button.navbar-toggler {
  display: block;
}
.cid-v8KK1GzCJg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v8KK1GzCJg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v8KK1GzCJg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v8KK1GzCJg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v8KK1GzCJg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v8KK1GzCJg .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-v8KK1GzCJg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v8KK1GzCJg img {
    height: 3.8rem !important;
  }
  .cid-v8KK1GzCJg .btn {
    display: -webkit-flex;
  }
  .cid-v8KK1GzCJg button.navbar-toggler {
    display: block;
  }
  .cid-v8KK1GzCJg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v8KK1GzCJg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v8KK1GzCJg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v8KK1GzCJg .navbar-collapse.collapsing,
  .cid-v8KK1GzCJg .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-v8KK1GzCJg .navbar-collapse.collapsing .navbar-nav,
  .cid-v8KK1GzCJg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v8KK1GzCJg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v8KK1GzCJg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v8KK1GzCJg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v8KK1GzCJg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v8KK1GzCJg .navbar-collapse.collapsing .navbar-buttons,
  .cid-v8KK1GzCJg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v8KK1GzCJg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v8KK1GzCJg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v8KK1GzCJg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v8KK1GzCJg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v8KK1GzCJg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v8KK1GzCJg .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-v8KK1GzCJg .nav-link {
    justify-content: start !important;
  }
  .cid-v8KK1GzCJg .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-v8KK1GzCJg .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-v8KK1GzCJg .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-v8KK1GzCJg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v8KK1GzCJg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v8KK1GzCJg .nav-link:hover,
.cid-v8KK1GzCJg .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-v8KK1GzCJg .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-v8KK1GzCJg .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-v8KK1GPrHD {
  padding-top: 150px;
  padding-bottom: 150px;
}
.cid-v8KK1GPrHD .row {
  position: relative;
}
.cid-v8KK1GPrHD .container {
  max-width: 1500px;
}
.cid-v8KK1GPrHD .container {
  padding-right: 8rem !important;
}
.cid-v8KK1GPrHD h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-v8KK1GPrHD .content-wrapper {
  max-width: 800px;
}
.cid-v8KK1GPrHD H1 {
  color: #333333;
}
.cid-v8KK1GPrHD .mbr-text,
.cid-v8KK1GPrHD .mbr-section-btn {
  color: #333333;
}
.cid-v8KK1GPrHD H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-v8KK1GPrHD .container {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v8KK1GPrHD .container {
    padding-right: 4rem !important;
  }
}
.cid-v8KK1GPrHD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8KK1GPrHD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v90GjNcMbH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #efeeee;
}
.cid-v90GjNcMbH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v90GjNcMbH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v90GjNcMbH .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-v90GjNcMbH a {
  position: relative;
  width: fit-content;
}
.cid-v90GjNcMbH a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-v90GjNcMbH a:hover:before {
  width: 0;
}
.cid-v90GjNcMbH .copyright {
  color: #232323;
}
.cid-v90GjNcMbH .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v90GjNcMbH .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-v90GjNcMbH .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v90GjNcMbH .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v90GjNcMbH .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v90GjNcMbH .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-v90GjNcMbH p {
    text-align: center;
  }
}
.cid-v90IAN9NG9 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-v90IAN9NG9 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v90IAN9NG9 a {
  font-style: normal;
}
.cid-v90IAN9NG9 .show {
  overflow: visible;
}
.cid-v90IAN9NG9 .dropdown-menu {
  max-height: 400px;
}
.cid-v90IAN9NG9 .dropdown-item:active {
  background-color: transparent;
}
.cid-v90IAN9NG9 .nav-link {
  font-weight: 600 !important;
}
.cid-v90IAN9NG9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v90IAN9NG9 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-v90IAN9NG9 .nav-item:focus,
.cid-v90IAN9NG9 .nav-link:focus {
  outline: none;
}
.cid-v90IAN9NG9 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v90IAN9NG9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v90IAN9NG9 .menu-logo {
  margin-right: auto;
}
.cid-v90IAN9NG9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v90IAN9NG9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v90IAN9NG9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-v90IAN9NG9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v90IAN9NG9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v90IAN9NG9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v90IAN9NG9 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v90IAN9NG9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-v90IAN9NG9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v90IAN9NG9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v90IAN9NG9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v90IAN9NG9 .dropdown .dropdown-menu {
  background: #ffffff;
  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-v90IAN9NG9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-v90IAN9NG9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v90IAN9NG9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v90IAN9NG9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v90IAN9NG9 .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-v90IAN9NG9 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-v90IAN9NG9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v90IAN9NG9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v90IAN9NG9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v90IAN9NG9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v90IAN9NG9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v90IAN9NG9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v90IAN9NG9 button.navbar-toggler:focus {
  outline: none;
}
.cid-v90IAN9NG9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-v90IAN9NG9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v90IAN9NG9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v90IAN9NG9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v90IAN9NG9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v90IAN9NG9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v90IAN9NG9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v90IAN9NG9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v90IAN9NG9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v90IAN9NG9 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v90IAN9NG9 .collapsed .btn {
  display: -webkit-flex;
}
.cid-v90IAN9NG9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v90IAN9NG9 .collapsed .navbar-collapse.collapsing,
.cid-v90IAN9NG9 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-v90IAN9NG9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v90IAN9NG9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v90IAN9NG9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v90IAN9NG9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v90IAN9NG9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v90IAN9NG9 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v90IAN9NG9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v90IAN9NG9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v90IAN9NG9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v90IAN9NG9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v90IAN9NG9 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-v90IAN9NG9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-v90IAN9NG9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v90IAN9NG9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v90IAN9NG9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v90IAN9NG9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v90IAN9NG9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v90IAN9NG9 .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-v90IAN9NG9.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v90IAN9NG9 img {
    height: 3.8rem !important;
  }
  .cid-v90IAN9NG9 .btn {
    display: -webkit-flex;
  }
  .cid-v90IAN9NG9 button.navbar-toggler {
    display: block;
  }
  .cid-v90IAN9NG9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v90IAN9NG9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v90IAN9NG9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v90IAN9NG9 .navbar-collapse.collapsing,
  .cid-v90IAN9NG9 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-v90IAN9NG9 .navbar-collapse.collapsing .navbar-nav,
  .cid-v90IAN9NG9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v90IAN9NG9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v90IAN9NG9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v90IAN9NG9 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v90IAN9NG9 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v90IAN9NG9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-v90IAN9NG9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v90IAN9NG9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v90IAN9NG9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v90IAN9NG9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v90IAN9NG9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v90IAN9NG9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v90IAN9NG9 .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-v90IAN9NG9 .nav-link {
    justify-content: start !important;
  }
  .cid-v90IAN9NG9 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-v90IAN9NG9 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-v90IAN9NG9 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-v90IAN9NG9 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v90IAN9NG9 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v90IAN9NG9 .nav-link:hover,
.cid-v90IAN9NG9 .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-v90IAN9NG9 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-v90IAN9NG9 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-v90IANBGri {
  padding-top: 150px;
  padding-bottom: 150px;
}
.cid-v90IANBGri .row {
  position: relative;
}
.cid-v90IANBGri .container {
  max-width: 1500px;
}
.cid-v90IANBGri .container {
  padding-right: 8rem !important;
}
.cid-v90IANBGri h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-v90IANBGri .content-wrapper {
  max-width: 800px;
}
.cid-v90IANBGri H1 {
  color: #333333;
}
.cid-v90IANBGri .mbr-text,
.cid-v90IANBGri .mbr-section-btn {
  color: #333333;
}
.cid-v90IANBGri H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-v90IANBGri .container {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v90IANBGri .container {
    padding-right: 4rem !important;
  }
}
.cid-v90IANBGri .mbr-fallback-image.disabled {
  display: none;
}
.cid-v90IANBGri .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v90IAS1HGg {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #efeeee;
}
.cid-v90IAS1HGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v90IAS1HGg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v90IAS1HGg .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-v90IAS1HGg a {
  position: relative;
  width: fit-content;
}
.cid-v90IAS1HGg a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-v90IAS1HGg a:hover:before {
  width: 0;
}
.cid-v90IAS1HGg .copyright {
  color: #232323;
}
.cid-v90IAS1HGg .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v90IAS1HGg .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-v90IAS1HGg .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v90IAS1HGg .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v90IAS1HGg .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v90IAS1HGg .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-v90IAS1HGg p {
    text-align: center;
  }
}
