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: #efeeee;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-tbDTSpBWDR .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.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: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-tbDUarrM9U .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.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;
  }
}
@media (max-width: 767px) {
  .cid-tbDUarrM9U .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tbDUarrM9U h4 {
    right: 2rem;
  }
}
.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/f54bafe6-6f0e-4421-badb-6faa93ca8800.png-1536x1024.png");
  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: #333333;
  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: #333333 !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-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/adapters.webp");
}
.cid-tbDUZpxuxi .block2:hover .block2-over {
  opacity: 0;
}
.cid-tbDUZpxuxi .block1 {
  background-image: url("../../../assets/images/96a5a69c-4ca4-481d-948d-32da27f8443b.png-1024x1024.png");
}
.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: #ffda00;
  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/71xl0y86bbl.-ac-uf8941000-ql80-.jpg-894x776.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: #333333;
}
.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: #333333;
  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: #333333;
  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: #333333 !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/quality2.jpg-1024x1024.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: #ffda00;
}
.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: #ffda00;
  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-tbDVny3cZN H3 {
  color: #ffffff;
}
.cid-tbDXJt3ktC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2a2a2a;
}
.cid-tbDXJt3ktC .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-tbDXJt3ktC .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (min-width: 767px) {
  .cid-tbDXJt3ktC .row {
    padding: 0 4rem;
  }
}
@media (max-width: 1400px) {
  .cid-tbDXJt3ktC .card-wrapper {
    margin: 0rem;
  }
}
.cid-tbDXJt3ktC .card {
  height: fit-content;
}
.cid-tbDXJt3ktC .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-tbDXJt3ktC .text-wrap {
  max-width: 400px;
}
.cid-tbDXJt3ktC .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffda00;
}
.cid-tbDXJt3ktC .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-tbDXJt3ktC .card-box {
  background-color: #333333;
  padding: 4rem 4rem 6rem 4rem;
  width: 100%;
}
.cid-tbDXJt3ktC img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-tbDXJt3ktC .img-wrap {
  max-height: 250px;
  overflow: hidden;
}
.cid-tbDXJt3ktC .container {
  max-width: 1500px;
}
.cid-tbDXJt3ktC .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tbDXJt3ktC .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-tbDXJt3ktC P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-tbDXJt3ktC .img-wrap {
    max-height: 230px;
  }
  .cid-tbDXJt3ktC .text-wrap {
    padding: 0rem;
  }
}
@media (max-width: 992px) {
  .cid-tbDXJt3ktC .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-tbDXJt3ktC .text-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tbDXJt3ktC .card-box {
    padding: 2rem 1rem 5rem 1rem;
  }
  .cid-tbDXJt3ktC .number {
    margin: auto;
  }
}
.cid-tbDXJt3ktC .mbr-text {
  color: #cccccc;
}
.cid-tbDXJt3ktC H2 {
  text-align: left;
}
.cid-tbDY1Wrab5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-tbDY1Wrab5 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tbDY1Wrab5 img:hover {
  transform: scale(1.1);
}
.cid-tbDY1Wrab5 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tbDY1Wrab5 h2 {
  padding: 0;
  margin: 0;
}
.cid-tbDY1Wrab5 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tbDY1Wrab5 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tbDY1Wrab5 .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-tbDY1Wrab5 .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 300px;
}
.cid-tbDY1Wrab5 .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-tbDY1Wrab5 .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0 !important;
}
.cid-tbDY1Wrab5 .mbr-iconfont {
  margin: 0 !important;
}
.cid-tbDY1Wrab5 .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-tbDY1Wrab5 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tbDY1Wrab5 .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-tbDY1Wrab5 .btn {
    padding: 0.6rem 0.8rem !important;
    min-width: 200px !important;
  }
  .cid-tbDY1Wrab5 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tbDY1Wrab5 H2 {
  color: #333333;
}
.cid-tbDY1Wrab5 .mbr-text {
  color: #767676;
}
.cid-v44uegWuaE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #282124;
}
.cid-v44uegWuaE .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-v44uegWuaE .container {
  max-width: 1500px;
}
.cid-v44uegWuaE .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-v44uegWuaE .container {
    padding: 0 4rem;
  }
}
.cid-v44uegWuaE .mbr-text,
.cid-v44uegWuaE .mbr-section-btn {
  color: #efeeee;
}
.cid-v44uegWuaE .btn {
  width: -webkit-fill-available;
  margin: 0.4rem !important;
}
.cid-v44uegWuaE .pt-5 {
  padding-top: 4rem !important;
}
@media (max-width: 922px) {
  .cid-v44uegWuaE .align-left {
    text-align: center;
  }
  .cid-v44uegWuaE .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-v44uegWuaE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v44uegWuaE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbE6jKJHzu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-tbE6jKJHzu [class^='socicon-']:before,
.cid-tbE6jKJHzu [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-tbE6jKJHzu .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tbE6jKJHzu .btn-social,
.cid-tbE6jKJHzu .mbr-section-title {
  color: #57468b;
}
.cid-tbE6jKJHzu .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-tbE6jKJHzu .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-tbE6jKJHzu .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-tbE6jKJHzu .align-left {
    text-align: center;
  }
  .cid-tbE6jKJHzu .align-right {
    text-align: center;
  }
  .cid-tbE6jKJHzu .social-list {
    justify-content: center;
  }
  .cid-tbE6jKJHzu .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-vpbYDSfnQw .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-vpbYDSfnQw .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-vpbYDSfnQw a {
  font-style: normal;
}
.cid-vpbYDSfnQw .show {
  overflow: visible;
}
.cid-vpbYDSfnQw .dropdown-menu {
  max-height: 400px;
}
.cid-vpbYDSfnQw .dropdown-item:active {
  background-color: transparent;
}
.cid-vpbYDSfnQw .nav-link {
  font-weight: 600 !important;
}
.cid-vpbYDSfnQw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vpbYDSfnQw .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-vpbYDSfnQw .nav-item:focus,
.cid-vpbYDSfnQw .nav-link:focus {
  outline: none;
}
.cid-vpbYDSfnQw .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vpbYDSfnQw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vpbYDSfnQw .menu-logo {
  margin-right: auto;
}
.cid-vpbYDSfnQw .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-vpbYDSfnQw .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-vpbYDSfnQw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-vpbYDSfnQw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vpbYDSfnQw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vpbYDSfnQw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vpbYDSfnQw .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vpbYDSfnQw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-vpbYDSfnQw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vpbYDSfnQw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpbYDSfnQw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vpbYDSfnQw .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-vpbYDSfnQw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-vpbYDSfnQw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpbYDSfnQw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vpbYDSfnQw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpbYDSfnQw .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-vpbYDSfnQw .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-vpbYDSfnQw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vpbYDSfnQw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vpbYDSfnQw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vpbYDSfnQw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vpbYDSfnQw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vpbYDSfnQw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vpbYDSfnQw button.navbar-toggler:focus {
  outline: none;
}
.cid-vpbYDSfnQw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-vpbYDSfnQw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpbYDSfnQw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpbYDSfnQw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpbYDSfnQw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpbYDSfnQw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpbYDSfnQw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpbYDSfnQw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpbYDSfnQw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpbYDSfnQw .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vpbYDSfnQw .collapsed .btn {
  display: -webkit-flex;
}
.cid-vpbYDSfnQw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vpbYDSfnQw .collapsed .navbar-collapse.collapsing,
.cid-vpbYDSfnQw .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-vpbYDSfnQw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vpbYDSfnQw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vpbYDSfnQw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vpbYDSfnQw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vpbYDSfnQw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vpbYDSfnQw .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vpbYDSfnQw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vpbYDSfnQw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vpbYDSfnQw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vpbYDSfnQw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vpbYDSfnQw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-vpbYDSfnQw .collapsed button.navbar-toggler {
  display: block;
}
.cid-vpbYDSfnQw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vpbYDSfnQw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vpbYDSfnQw .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-vpbYDSfnQw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vpbYDSfnQw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vpbYDSfnQw .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-vpbYDSfnQw.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vpbYDSfnQw img {
    height: 3.8rem !important;
  }
  .cid-vpbYDSfnQw .btn {
    display: -webkit-flex;
  }
  .cid-vpbYDSfnQw button.navbar-toggler {
    display: block;
  }
  .cid-vpbYDSfnQw .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vpbYDSfnQw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vpbYDSfnQw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vpbYDSfnQw .navbar-collapse.collapsing,
  .cid-vpbYDSfnQw .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-vpbYDSfnQw .navbar-collapse.collapsing .navbar-nav,
  .cid-vpbYDSfnQw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vpbYDSfnQw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vpbYDSfnQw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vpbYDSfnQw .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vpbYDSfnQw .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vpbYDSfnQw .navbar-collapse.collapsing .navbar-buttons,
  .cid-vpbYDSfnQw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vpbYDSfnQw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vpbYDSfnQw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vpbYDSfnQw .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-vpbYDSfnQw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vpbYDSfnQw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vpbYDSfnQw .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-vpbYDSfnQw .nav-link {
    justify-content: start !important;
  }
  .cid-vpbYDSfnQw .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-vpbYDSfnQw .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-vpbYDSfnQw .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-vpbYDSfnQw .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vpbYDSfnQw .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vpbYDSfnQw .nav-link:hover,
.cid-vpbYDSfnQw .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-vpbYDSfnQw .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-vpbYDSfnQw .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-vpbYDSw5ZG {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #efeeee;
}
.cid-vpbYDSw5ZG .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-vpbYDSw5ZG img {
  width: 100%;
}
.cid-vpbYDSw5ZG p {
  margin-top: 6rem;
}
.cid-vpbYDSw5ZG .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-vpbYDSw5ZG .content-wrapper {
  padding-top: 6rem;
}
.cid-vpbYDSw5ZG 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-vpbYDSw5ZG .content-wrapper {
    padding-top: 0rem;
  }
  .cid-vpbYDSw5ZG p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vpbYDSw5ZG .back {
    width: 100%;
    height: 75%;
  }
  .cid-vpbYDSw5ZG .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-vpbYDSw5ZG p {
    margin-top: 4rem;
  }
}
.cid-vpbYDSw5ZG .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-vpbYDSw5ZG .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-vpbYDSw5ZG .content-wrapper {
    padding-right: 3rem;
  }
  .cid-vpbYDSw5ZG h4 {
    right: 2rem;
  }
}
.cid-vpbYDSFRy2 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #efeeee;
}
.cid-vpbYDSFRy2 .row {
  position: relative;
}
.cid-vpbYDSFRy2 .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-vpbYDSFRy2 .row {
    margin: 0 2rem;
  }
}
.cid-vpbYDSFRy2 .row {
  padding-left: 6rem;
}
.cid-vpbYDSFRy2 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-vpbYDSFRy2 .content-wrapper {
  max-width: 600px;
}
.cid-vpbYDSFRy2 H1 {
  color: #333333;
}
.cid-vpbYDSFRy2 .mbr-text,
.cid-vpbYDSFRy2 .mbr-section-btn {
  color: #333333;
}
.cid-vpbYDSFRy2 H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-vpbYDSFRy2 .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-vpbYDSFRy2 h4 {
    left: 3rem;
  }
  .cid-vpbYDSFRy2 .row {
    padding-left: 3rem;
  }
}
.cid-vpbYDSOdP2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-vpbYDSOdP2 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-vpbYDSOdP2 img:hover {
  transform: scale(1.1);
}
.cid-vpbYDSOdP2 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-vpbYDSOdP2 h2 {
  padding: 0;
  margin: 0;
}
.cid-vpbYDSOdP2 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpbYDSOdP2 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-vpbYDSOdP2 .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-vpbYDSOdP2 .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 300px;
}
.cid-vpbYDSOdP2 .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-vpbYDSOdP2 .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0 !important;
}
.cid-vpbYDSOdP2 .mbr-iconfont {
  margin: 0 !important;
}
.cid-vpbYDSOdP2 .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-vpbYDSOdP2 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-vpbYDSOdP2 .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-vpbYDSOdP2 .btn {
    padding: 0.6rem 0.8rem !important;
    min-width: 200px !important;
  }
  .cid-vpbYDSOdP2 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-vpbYDSOdP2 H2 {
  color: #333333;
}
.cid-vpbYDSOdP2 .mbr-text {
  color: #767676;
}
.cid-vpbYDSWpwL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vpbYDSWpwL img {
  width: 40px;
  margin-right: 1rem;
}
.cid-vpbYDSWpwL .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-vpbYDSWpwL .row {
    margin: 0 2rem;
  }
}
.cid-vpbYDSWpwL .container {
  max-width: 1500px;
}
.cid-vpbYDSWpwL .form-control,
.cid-vpbYDSWpwL .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vpbYDSWpwL .form-control:hover,
.cid-vpbYDSWpwL .field-input:hover,
.cid-vpbYDSWpwL .form-control:focus,
.cid-vpbYDSWpwL .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vpbYDSWpwL input::-webkit-input-placeholder,
.cid-vpbYDSWpwL textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-vpbYDSWpwL input:-moz-placeholder,
.cid-vpbYDSWpwL textarea:-moz-placeholder {
  color: #767676;
}
.cid-vpbYDSWpwL .jq-selectbox li,
.cid-vpbYDSWpwL .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-vpbYDSWpwL .jq-selectbox li:hover,
.cid-vpbYDSWpwL .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-vpbYDSWpwL .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-vpbYDSWpwL .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-vpbYDSWpwL .btn {
  width: 80px !important;
  justify-content: center;
  padding: 1rem 1rem !important;
  margin: 0 !important;
  height: 100%;
}
.cid-vpbYDSWpwL .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-vpbYDSWpwL input {
  border-radius: 0;
  padding: 1rem !important;
  font-size: 1rem;
  height: 100%;
}
.cid-vpbYDSWpwL .col,
.cid-vpbYDSWpwL .col-auto {
  padding: 0;
}
.cid-vpbYDSWpwL .form-group {
  margin-bottom: 0rem;
}
.cid-vpbYDSWpwL .items {
  color: #333333;
}
.cid-vpbYDSWpwL .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-vpbYDSWpwL .col-md-6,
  .cid-vpbYDSWpwL .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpbYDSWpwL .navbar-brand {
    justify-content: center;
  }
  .cid-vpbYDSWpwL .row {
    margin: 0;
  }
}
.cid-vpbYDT7MMb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vpbYDT7MMb .mbr-section-subtitle {
  color: #767676;
}
.cid-vpbYDT7MMb .container-table {
  margin: 0 auto;
}
.cid-vpbYDT7MMb .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vpbYDT7MMb .dataTables_wrapper {
  display: block;
}
.cid-vpbYDT7MMb .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vpbYDT7MMb table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpbYDT7MMb table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-vpbYDT7MMb table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vpbYDT7MMb table td {
  border-top: 1px solid #cccccc;
}
.cid-vpbYDT7MMb table td:hover {
  color: #149dcc;
}
.cid-vpbYDT7MMb table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-vpbYDT7MMb table.table {
  background: #ffffff;
}
.cid-vpbYDT7MMb .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vpbYDT7MMb .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vpbYDT7MMb .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vpbYDT7MMb .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vpbYDT7MMb .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vpbYDT7MMb .dataTables_filter {
    text-align: center;
  }
  .cid-vpbYDT7MMb .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vpbYDT7MMb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpbYDT7MMb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpbYDT7MMb .head-item {
  text-align: center;
}
.cid-vpbYDT7MMb .body-item {
  text-align: center;
}
.cid-vpbYDUD53N {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vpbYDUD53N .mbr-section-subtitle {
  color: #767676;
}
.cid-vpbYDUD53N .container-table {
  margin: 0 auto;
}
.cid-vpbYDUD53N .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vpbYDUD53N .dataTables_wrapper {
  display: block;
}
.cid-vpbYDUD53N .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vpbYDUD53N table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpbYDUD53N table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-vpbYDUD53N table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vpbYDUD53N table td {
  border-top: 1px solid #cccccc;
}
.cid-vpbYDUD53N table td:hover {
  color: #149dcc;
}
.cid-vpbYDUD53N table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-vpbYDUD53N table.table {
  background: #ffffff;
}
.cid-vpbYDUD53N .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vpbYDUD53N .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vpbYDUD53N .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vpbYDUD53N .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vpbYDUD53N .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vpbYDUD53N .dataTables_filter {
    text-align: center;
  }
  .cid-vpbYDUD53N .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vpbYDUD53N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpbYDUD53N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpbYDUD53N .head-item {
  text-align: center;
}
.cid-vpbYDUD53N .body-item {
  text-align: center;
}
.cid-vpbYDVVHFG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vpbYDVVHFG .mbr-section-subtitle {
  color: #767676;
}
.cid-vpbYDVVHFG .container-table {
  margin: 0 auto;
}
.cid-vpbYDVVHFG .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vpbYDVVHFG .dataTables_wrapper {
  display: block;
}
.cid-vpbYDVVHFG .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vpbYDVVHFG table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpbYDVVHFG table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-vpbYDVVHFG table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vpbYDVVHFG table td {
  border-top: 1px solid #cccccc;
}
.cid-vpbYDVVHFG table td:hover {
  color: #149dcc;
}
.cid-vpbYDVVHFG table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-vpbYDVVHFG table.table {
  background: #ffffff;
}
.cid-vpbYDVVHFG .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vpbYDVVHFG .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vpbYDVVHFG .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vpbYDVVHFG .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vpbYDVVHFG .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vpbYDVVHFG .dataTables_filter {
    text-align: center;
  }
  .cid-vpbYDVVHFG .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vpbYDVVHFG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpbYDVVHFG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpbYDVVHFG .head-item {
  text-align: center;
}
.cid-vpbYDVVHFG .body-item {
  text-align: center;
}
.cid-vpbYDXbyYP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vpbYDXbyYP .mbr-section-subtitle {
  color: #767676;
}
.cid-vpbYDXbyYP .container-table {
  margin: 0 auto;
}
.cid-vpbYDXbyYP .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vpbYDXbyYP .dataTables_wrapper {
  display: block;
}
.cid-vpbYDXbyYP .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vpbYDXbyYP table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpbYDXbyYP table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-vpbYDXbyYP table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vpbYDXbyYP table td {
  border-top: 1px solid #cccccc;
}
.cid-vpbYDXbyYP table td:hover {
  color: #149dcc;
}
.cid-vpbYDXbyYP table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-vpbYDXbyYP table.table {
  background: #ffffff;
}
.cid-vpbYDXbyYP .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vpbYDXbyYP .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vpbYDXbyYP .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vpbYDXbyYP .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vpbYDXbyYP .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vpbYDXbyYP .dataTables_filter {
    text-align: center;
  }
  .cid-vpbYDXbyYP .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vpbYDXbyYP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpbYDXbyYP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpbYDXbyYP .head-item {
  text-align: center;
}
.cid-vpbYDXbyYP .body-item {
  text-align: center;
}
.cid-vpbYDYpOGb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vpbYDYpOGb .mbr-section-subtitle {
  color: #767676;
}
.cid-vpbYDYpOGb .container-table {
  margin: 0 auto;
}
.cid-vpbYDYpOGb .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vpbYDYpOGb .dataTables_wrapper {
  display: block;
}
.cid-vpbYDYpOGb .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vpbYDYpOGb table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpbYDYpOGb table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-vpbYDYpOGb table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vpbYDYpOGb table td {
  border-top: 1px solid #cccccc;
}
.cid-vpbYDYpOGb table td:hover {
  color: #149dcc;
}
.cid-vpbYDYpOGb table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-vpbYDYpOGb table.table {
  background: #ffffff;
}
.cid-vpbYDYpOGb .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vpbYDYpOGb .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vpbYDYpOGb .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vpbYDYpOGb .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vpbYDYpOGb .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vpbYDYpOGb .dataTables_filter {
    text-align: center;
  }
  .cid-vpbYDYpOGb .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vpbYDYpOGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpbYDYpOGb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpbYDYpOGb .head-item {
  text-align: center;
}
.cid-vpbYDYpOGb .body-item {
  text-align: center;
}
.cid-vpbYE01fp8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vpbYE01fp8 .mbr-section-subtitle {
  color: #767676;
}
.cid-vpbYE01fp8 .container-table {
  margin: 0 auto;
}
.cid-vpbYE01fp8 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vpbYE01fp8 .dataTables_wrapper {
  display: block;
}
.cid-vpbYE01fp8 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vpbYE01fp8 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpbYE01fp8 table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-vpbYE01fp8 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vpbYE01fp8 table td {
  border-top: 1px solid #cccccc;
}
.cid-vpbYE01fp8 table td:hover {
  color: #149dcc;
}
.cid-vpbYE01fp8 table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-vpbYE01fp8 table.table {
  background: #ffffff;
}
.cid-vpbYE01fp8 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vpbYE01fp8 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vpbYE01fp8 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vpbYE01fp8 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vpbYE01fp8 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vpbYE01fp8 .dataTables_filter {
    text-align: center;
  }
  .cid-vpbYE01fp8 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vpbYE01fp8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpbYE01fp8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpbYE01fp8 .head-item {
  text-align: center;
}
.cid-vpbYE01fp8 .body-item {
  text-align: center;
}
.cid-vpbYE01fp8 table.table thead tr:nth-child(2) th {
  background: rgba(0, 0, 0, 0.03);
  font-weight: 700;
}
.cid-vpbYE01fp8 table.table tbody tr:first-child td {
  background: transparent !important;
  font-weight: 400 !important;
}
.cid-vpbYE0MHW1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #282124;
}
.cid-vpbYE0MHW1 .card-box {
  background-color: #333333;
  padding: 4rem 4rem;
  margin: 0.5rem;
  width: 100%;
}
@media (min-width: 767px) {
  .cid-vpbYE0MHW1 .row {
    padding: 0 4rem;
  }
}
.cid-vpbYE0MHW1 .container {
  max-width: 1500px;
}
.cid-vpbYE0MHW1 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-vpbYE0MHW1 .mbr-iconfont {
  font-size: 9rem;
  color: #ffda00;
  padding-bottom: 2rem;
  display: block;
}
.cid-vpbYE0MHW1 P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-vpbYE0MHW1 .card-box {
    margin: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vpbYE0MHW1 .card-box {
    padding: 2rem 1rem;
  }
}
.cid-vpbYE0MHW1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpbYE0MHW1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpbYE13b3J {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-vpbYE13b3J .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-vpbYE13b3J .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-vpbYE13b3J .card-wrapper {
    margin: 0rem;
  }
}
.cid-vpbYE13b3J .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-vpbYE13b3J .row {
    padding: 0 4rem;
  }
}
.cid-vpbYE13b3J .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffda00;
}
.cid-vpbYE13b3J .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-vpbYE13b3J .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-vpbYE13b3J .card1 {
  background-color: #333333;
}
.cid-vpbYE13b3J .card2 {
  background-color: #333333;
}
.cid-vpbYE13b3J .card3 {
  background-color: #333333;
}
.cid-vpbYE13b3J .card4 {
  background-color: #333333;
}
.cid-vpbYE13b3J img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-vpbYE13b3J .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-vpbYE13b3J .container {
  max-width: 1500px;
}
.cid-vpbYE13b3J .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-vpbYE13b3J .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-vpbYE13b3J P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-vpbYE13b3J .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-vpbYE13b3J .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-vpbYE13b3J .col2,
  .cid-vpbYE13b3J .col3,
  .cid-vpbYE13b3J .col4 {
    margin-top: 0rem;
  }
  .cid-vpbYE13b3J .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-vpbYE13b3J .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-vpbYE13b3J .number {
    margin: auto;
  }
}
.cid-vpbYE13b3J .mbr-text {
  color: #cccccc;
}
.cid-vpbYE13b3J .text2 {
  color: #efeeee;
}
.cid-vpbYE13b3J .text3 {
  color: #efeeee;
}
.cid-vpbYE13b3J .title2 {
  color: #c1c1c1;
}
.cid-vpbYE13b3J .title1 {
  color: #c1c1c1;
}
.cid-vpbYE13b3J .title3 {
  color: #c1c1c1;
}
.cid-vpbYE13b3J .title4 {
  color: #c1c1c1;
}
.cid-vpbYE13b3J .text4 {
  color: #efeeee;
}
.cid-vpbYE13b3J .text1 {
  color: #efeeee;
}
.cid-vpbYE13b3J .title3 B {
  color: #c1c1c1;
}
.cid-vpbYE13b3J H1 {
  color: #333333;
}
.cid-vpbYE13b3J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpbYE13b3J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpbYE1l94N {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-vpbYE1l94N .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-vpbYE1l94N .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-vpbYE1l94N .card-wrapper {
    margin: 0rem;
  }
}
.cid-vpbYE1l94N .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-vpbYE1l94N .row {
    padding: 0 4rem;
  }
}
.cid-vpbYE1l94N .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffda00;
}
.cid-vpbYE1l94N .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-vpbYE1l94N .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-vpbYE1l94N .card1 {
  background-color: #333333;
}
.cid-vpbYE1l94N .card2 {
  background-color: #333333;
}
.cid-vpbYE1l94N .card3 {
  background-color: #333333;
}
.cid-vpbYE1l94N .card4 {
  background-color: #333333;
}
.cid-vpbYE1l94N img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-vpbYE1l94N .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-vpbYE1l94N .container {
  max-width: 1500px;
}
.cid-vpbYE1l94N .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-vpbYE1l94N .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-vpbYE1l94N P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-vpbYE1l94N .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-vpbYE1l94N .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-vpbYE1l94N .col2,
  .cid-vpbYE1l94N .col3,
  .cid-vpbYE1l94N .col4 {
    margin-top: 0rem;
  }
  .cid-vpbYE1l94N .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-vpbYE1l94N .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-vpbYE1l94N .number {
    margin: auto;
  }
}
.cid-vpbYE1l94N .mbr-text {
  color: #cccccc;
}
.cid-vpbYE1l94N .text2 {
  color: #efeeee;
}
.cid-vpbYE1l94N .text3 {
  color: #efeeee;
}
.cid-vpbYE1l94N .title2 {
  color: #c1c1c1;
}
.cid-vpbYE1l94N .title1 {
  color: #c1c1c1;
}
.cid-vpbYE1l94N .title3 {
  color: #c1c1c1;
}
.cid-vpbYE1l94N .title4 {
  color: #c1c1c1;
}
.cid-vpbYE1l94N .text4 {
  color: #efeeee;
}
.cid-vpbYE1l94N .text1 {
  color: #efeeee;
}
.cid-vpbYE1l94N .title3 B {
  color: #c1c1c1;
}
.cid-vpbYE1l94N H1 {
  color: #333333;
}
.cid-vpbYE1l94N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpbYE1l94N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpbYE1DQmi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-vpbYE1DQmi .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-vpbYE1DQmi .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-vpbYE1DQmi .card-wrapper {
    margin: 0rem;
  }
}
.cid-vpbYE1DQmi .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-vpbYE1DQmi .row {
    padding: 0 4rem;
  }
}
.cid-vpbYE1DQmi .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffda00;
}
.cid-vpbYE1DQmi .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-vpbYE1DQmi .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-vpbYE1DQmi .card1 {
  background-color: #333333;
}
.cid-vpbYE1DQmi .card2 {
  background-color: #333333;
}
.cid-vpbYE1DQmi .card3 {
  background-color: #333333;
}
.cid-vpbYE1DQmi .card4 {
  background-color: #333333;
}
.cid-vpbYE1DQmi img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-vpbYE1DQmi .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-vpbYE1DQmi .container {
  max-width: 1500px;
}
.cid-vpbYE1DQmi .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-vpbYE1DQmi .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-vpbYE1DQmi P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-vpbYE1DQmi .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-vpbYE1DQmi .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-vpbYE1DQmi .col2,
  .cid-vpbYE1DQmi .col3,
  .cid-vpbYE1DQmi .col4 {
    margin-top: 0rem;
  }
  .cid-vpbYE1DQmi .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-vpbYE1DQmi .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-vpbYE1DQmi .number {
    margin: auto;
  }
}
.cid-vpbYE1DQmi .mbr-text {
  color: #cccccc;
}
.cid-vpbYE1DQmi .text2 {
  color: #efeeee;
}
.cid-vpbYE1DQmi .text3 {
  color: #efeeee;
}
.cid-vpbYE1DQmi .title2 {
  color: #c1c1c1;
}
.cid-vpbYE1DQmi .title1 {
  color: #c1c1c1;
}
.cid-vpbYE1DQmi .title3 {
  color: #c1c1c1;
}
.cid-vpbYE1DQmi .title4 {
  color: #c1c1c1;
}
.cid-vpbYE1DQmi .text4 {
  color: #efeeee;
}
.cid-vpbYE1DQmi .text1 {
  color: #efeeee;
}
.cid-vpbYE1DQmi .title3 B {
  color: #c1c1c1;
}
.cid-vpbYE1DQmi H1 {
  color: #333333;
}
.cid-vpbYE1DQmi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpbYE1DQmi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpjcJ6qmNM .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-vpjcJ6qmNM .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-vpjcJ6qmNM a {
  font-style: normal;
}
.cid-vpjcJ6qmNM .show {
  overflow: visible;
}
.cid-vpjcJ6qmNM .dropdown-menu {
  max-height: 400px;
}
.cid-vpjcJ6qmNM .dropdown-item:active {
  background-color: transparent;
}
.cid-vpjcJ6qmNM .nav-link {
  font-weight: 600 !important;
}
.cid-vpjcJ6qmNM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vpjcJ6qmNM .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-vpjcJ6qmNM .nav-item:focus,
.cid-vpjcJ6qmNM .nav-link:focus {
  outline: none;
}
.cid-vpjcJ6qmNM .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vpjcJ6qmNM .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vpjcJ6qmNM .menu-logo {
  margin-right: auto;
}
.cid-vpjcJ6qmNM .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-vpjcJ6qmNM .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-vpjcJ6qmNM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-vpjcJ6qmNM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vpjcJ6qmNM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vpjcJ6qmNM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vpjcJ6qmNM .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vpjcJ6qmNM .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-vpjcJ6qmNM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vpjcJ6qmNM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpjcJ6qmNM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vpjcJ6qmNM .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-vpjcJ6qmNM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-vpjcJ6qmNM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpjcJ6qmNM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vpjcJ6qmNM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpjcJ6qmNM .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-vpjcJ6qmNM .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-vpjcJ6qmNM .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vpjcJ6qmNM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vpjcJ6qmNM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vpjcJ6qmNM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vpjcJ6qmNM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vpjcJ6qmNM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vpjcJ6qmNM button.navbar-toggler:focus {
  outline: none;
}
.cid-vpjcJ6qmNM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-vpjcJ6qmNM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpjcJ6qmNM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpjcJ6qmNM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpjcJ6qmNM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpjcJ6qmNM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpjcJ6qmNM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpjcJ6qmNM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpjcJ6qmNM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpjcJ6qmNM .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vpjcJ6qmNM .collapsed .btn {
  display: -webkit-flex;
}
.cid-vpjcJ6qmNM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vpjcJ6qmNM .collapsed .navbar-collapse.collapsing,
.cid-vpjcJ6qmNM .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-vpjcJ6qmNM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vpjcJ6qmNM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vpjcJ6qmNM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vpjcJ6qmNM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vpjcJ6qmNM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vpjcJ6qmNM .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vpjcJ6qmNM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vpjcJ6qmNM .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vpjcJ6qmNM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vpjcJ6qmNM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vpjcJ6qmNM .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-vpjcJ6qmNM .collapsed button.navbar-toggler {
  display: block;
}
.cid-vpjcJ6qmNM .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vpjcJ6qmNM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vpjcJ6qmNM .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-vpjcJ6qmNM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vpjcJ6qmNM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vpjcJ6qmNM .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-vpjcJ6qmNM.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vpjcJ6qmNM img {
    height: 3.8rem !important;
  }
  .cid-vpjcJ6qmNM .btn {
    display: -webkit-flex;
  }
  .cid-vpjcJ6qmNM button.navbar-toggler {
    display: block;
  }
  .cid-vpjcJ6qmNM .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vpjcJ6qmNM .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vpjcJ6qmNM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vpjcJ6qmNM .navbar-collapse.collapsing,
  .cid-vpjcJ6qmNM .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-vpjcJ6qmNM .navbar-collapse.collapsing .navbar-nav,
  .cid-vpjcJ6qmNM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vpjcJ6qmNM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vpjcJ6qmNM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vpjcJ6qmNM .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vpjcJ6qmNM .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vpjcJ6qmNM .navbar-collapse.collapsing .navbar-buttons,
  .cid-vpjcJ6qmNM .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vpjcJ6qmNM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vpjcJ6qmNM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vpjcJ6qmNM .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-vpjcJ6qmNM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vpjcJ6qmNM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vpjcJ6qmNM .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-vpjcJ6qmNM .nav-link {
    justify-content: start !important;
  }
  .cid-vpjcJ6qmNM .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-vpjcJ6qmNM .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-vpjcJ6qmNM .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-vpjcJ6qmNM .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vpjcJ6qmNM .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vpjcJ6qmNM .nav-link:hover,
.cid-vpjcJ6qmNM .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-vpjcJ6qmNM .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-vpjcJ6qmNM .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-vpjcJ6G4dg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-vpjcJ6G4dg .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-vpjcJ6G4dg img {
  width: 100%;
}
.cid-vpjcJ6G4dg p {
  margin-top: 6rem;
}
.cid-vpjcJ6G4dg .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-vpjcJ6G4dg .content-wrapper {
  padding-top: 6rem;
}
.cid-vpjcJ6G4dg 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-vpjcJ6G4dg .content-wrapper {
    padding-top: 0rem;
  }
  .cid-vpjcJ6G4dg p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vpjcJ6G4dg .back {
    width: 100%;
    height: 75%;
  }
  .cid-vpjcJ6G4dg .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-vpjcJ6G4dg p {
    margin-top: 4rem;
  }
}
.cid-vpjcJ6G4dg .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-vpjcJ6G4dg .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-vpjcJ6G4dg .content-wrapper {
    padding-right: 3rem;
  }
  .cid-vpjcJ6G4dg h4 {
    right: 2rem;
  }
}
.cid-vpjcJ6PWGL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-vpjcJ6PWGL .row {
  position: relative;
}
.cid-vpjcJ6PWGL .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-vpjcJ6PWGL .row {
    margin: 0 2rem;
  }
}
.cid-vpjcJ6PWGL .row {
  padding-left: 6rem;
}
.cid-vpjcJ6PWGL h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-vpjcJ6PWGL .content-wrapper {
  max-width: 600px;
}
.cid-vpjcJ6PWGL H1 {
  color: #333333;
}
.cid-vpjcJ6PWGL .mbr-text,
.cid-vpjcJ6PWGL .mbr-section-btn {
  color: #333333;
}
.cid-vpjcJ6PWGL H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-vpjcJ6PWGL .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-vpjcJ6PWGL h4 {
    left: 3rem;
  }
  .cid-vpjcJ6PWGL .row {
    padding-left: 3rem;
  }
}
.cid-vpjcJezXBO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-vpjcJezXBO .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-vpjcJezXBO .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-vpjcJezXBO .card-wrapper {
    margin: 0rem;
  }
}
.cid-vpjcJezXBO .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-vpjcJezXBO .row {
    padding: 0 4rem;
  }
}
.cid-vpjcJezXBO .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffda00;
}
.cid-vpjcJezXBO .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-vpjcJezXBO .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-vpjcJezXBO .card1 {
  background-color: #333333;
}
.cid-vpjcJezXBO .card2 {
  background-color: #333333;
}
.cid-vpjcJezXBO .card3 {
  background-color: #333333;
}
.cid-vpjcJezXBO .card4 {
  background-color: #333333;
}
.cid-vpjcJezXBO img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-vpjcJezXBO .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-vpjcJezXBO .container {
  max-width: 1500px;
}
.cid-vpjcJezXBO .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-vpjcJezXBO .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-vpjcJezXBO P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-vpjcJezXBO .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-vpjcJezXBO .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-vpjcJezXBO .col2,
  .cid-vpjcJezXBO .col3,
  .cid-vpjcJezXBO .col4 {
    margin-top: 0rem;
  }
  .cid-vpjcJezXBO .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-vpjcJezXBO .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-vpjcJezXBO .number {
    margin: auto;
  }
}
.cid-vpjcJezXBO .mbr-text {
  color: #cccccc;
}
.cid-vpjcJezXBO .text2 {
  color: #efeeee;
}
.cid-vpjcJezXBO .text3 {
  color: #efeeee;
}
.cid-vpjcJezXBO .title2 {
  color: #c1c1c1;
}
.cid-vpjcJezXBO .title1 {
  color: #c1c1c1;
}
.cid-vpjcJezXBO .title3 {
  color: #c1c1c1;
}
.cid-vpjcJezXBO .title4 {
  color: #c1c1c1;
}
.cid-vpjcJezXBO .text4 {
  color: #efeeee;
}
.cid-vpjcJezXBO .text1 {
  color: #efeeee;
}
.cid-vpjcJezXBO .title3 B {
  color: #c1c1c1;
}
.cid-vpjcJezXBO H1 {
  color: #333333;
}
.cid-vpjcJezXBO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpjcJezXBO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpjcJf593Y {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-vpjcJf593Y .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-vpjcJf593Y .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-vpjcJf593Y .card-wrapper {
    margin: 0rem;
  }
}
.cid-vpjcJf593Y .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-vpjcJf593Y .row {
    padding: 0 4rem;
  }
}
.cid-vpjcJf593Y .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffda00;
}
.cid-vpjcJf593Y .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-vpjcJf593Y .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-vpjcJf593Y .card1 {
  background-color: #333333;
}
.cid-vpjcJf593Y .card2 {
  background-color: #333333;
}
.cid-vpjcJf593Y .card3 {
  background-color: #333333;
}
.cid-vpjcJf593Y .card4 {
  background-color: #333333;
}
.cid-vpjcJf593Y img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-vpjcJf593Y .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-vpjcJf593Y .container {
  max-width: 1500px;
}
.cid-vpjcJf593Y .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-vpjcJf593Y .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-vpjcJf593Y P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-vpjcJf593Y .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-vpjcJf593Y .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-vpjcJf593Y .col2,
  .cid-vpjcJf593Y .col3,
  .cid-vpjcJf593Y .col4 {
    margin-top: 0rem;
  }
  .cid-vpjcJf593Y .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-vpjcJf593Y .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-vpjcJf593Y .number {
    margin: auto;
  }
}
.cid-vpjcJf593Y .mbr-text {
  color: #cccccc;
}
.cid-vpjcJf593Y .text2 {
  color: #efeeee;
}
.cid-vpjcJf593Y .text3 {
  color: #efeeee;
}
.cid-vpjcJf593Y .title2 {
  color: #c1c1c1;
}
.cid-vpjcJf593Y .title1 {
  color: #c1c1c1;
}
.cid-vpjcJf593Y .title3 {
  color: #c1c1c1;
}
.cid-vpjcJf593Y .title4 {
  color: #c1c1c1;
}
.cid-vpjcJf593Y .text4 {
  color: #efeeee;
}
.cid-vpjcJf593Y .text1 {
  color: #efeeee;
}
.cid-vpjcJf593Y .title3 B {
  color: #c1c1c1;
}
.cid-vpjcJf593Y H1 {
  color: #333333;
}
.cid-vpjcJf593Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpjcJf593Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpjcJfnS9G {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-vpjcJfnS9G .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-vpjcJfnS9G .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-vpjcJfnS9G .card-wrapper {
    margin: 0rem;
  }
}
.cid-vpjcJfnS9G .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-vpjcJfnS9G .row {
    padding: 0 4rem;
  }
}
.cid-vpjcJfnS9G .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffda00;
}
.cid-vpjcJfnS9G .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-vpjcJfnS9G .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-vpjcJfnS9G .card1 {
  background-color: #333333;
}
.cid-vpjcJfnS9G .card2 {
  background-color: #333333;
}
.cid-vpjcJfnS9G .card3 {
  background-color: #333333;
}
.cid-vpjcJfnS9G .card4 {
  background-color: #333333;
}
.cid-vpjcJfnS9G img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-vpjcJfnS9G .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-vpjcJfnS9G .container {
  max-width: 1500px;
}
.cid-vpjcJfnS9G .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-vpjcJfnS9G .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-vpjcJfnS9G P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-vpjcJfnS9G .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-vpjcJfnS9G .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-vpjcJfnS9G .col2,
  .cid-vpjcJfnS9G .col3,
  .cid-vpjcJfnS9G .col4 {
    margin-top: 0rem;
  }
  .cid-vpjcJfnS9G .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-vpjcJfnS9G .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-vpjcJfnS9G .number {
    margin: auto;
  }
}
.cid-vpjcJfnS9G .mbr-text {
  color: #cccccc;
}
.cid-vpjcJfnS9G .text2 {
  color: #efeeee;
}
.cid-vpjcJfnS9G .text3 {
  color: #efeeee;
}
.cid-vpjcJfnS9G .title2 {
  color: #c1c1c1;
}
.cid-vpjcJfnS9G .title1 {
  color: #c1c1c1;
}
.cid-vpjcJfnS9G .title3 {
  color: #c1c1c1;
}
.cid-vpjcJfnS9G .title4 {
  color: #c1c1c1;
}
.cid-vpjcJfnS9G .text4 {
  color: #efeeee;
}
.cid-vpjcJfnS9G .text1 {
  color: #efeeee;
}
.cid-vpjcJfnS9G .title3 B {
  color: #c1c1c1;
}
.cid-vpjcJfnS9G H1 {
  color: #333333;
}
.cid-vpjcJfnS9G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpjcJfnS9G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpmX6UH6Ot {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vpmX6UH6Ot img {
  width: 40px;
  margin-right: 1rem;
}
.cid-vpmX6UH6Ot .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-vpmX6UH6Ot .row {
    margin: 0 2rem;
  }
}
.cid-vpmX6UH6Ot .container {
  max-width: 1500px;
}
.cid-vpmX6UH6Ot .form-control,
.cid-vpmX6UH6Ot .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vpmX6UH6Ot .form-control:hover,
.cid-vpmX6UH6Ot .field-input:hover,
.cid-vpmX6UH6Ot .form-control:focus,
.cid-vpmX6UH6Ot .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vpmX6UH6Ot input::-webkit-input-placeholder,
.cid-vpmX6UH6Ot textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-vpmX6UH6Ot input:-moz-placeholder,
.cid-vpmX6UH6Ot textarea:-moz-placeholder {
  color: #767676;
}
.cid-vpmX6UH6Ot .jq-selectbox li,
.cid-vpmX6UH6Ot .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-vpmX6UH6Ot .jq-selectbox li:hover,
.cid-vpmX6UH6Ot .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-vpmX6UH6Ot .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-vpmX6UH6Ot .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-vpmX6UH6Ot .btn {
  width: 80px !important;
  justify-content: center;
  padding: 1rem 1rem !important;
  margin: 0 !important;
  height: 100%;
}
.cid-vpmX6UH6Ot .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-vpmX6UH6Ot input {
  border-radius: 0;
  padding: 1rem !important;
  font-size: 1rem;
  height: 100%;
}
.cid-vpmX6UH6Ot .col,
.cid-vpmX6UH6Ot .col-auto {
  padding: 0;
}
.cid-vpmX6UH6Ot .form-group {
  margin-bottom: 0rem;
}
.cid-vpmX6UH6Ot .items {
  color: #333333;
}
.cid-vpmX6UH6Ot .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-vpmX6UH6Ot .col-md-6,
  .cid-vpmX6UH6Ot .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpmX6UH6Ot .navbar-brand {
    justify-content: center;
  }
  .cid-vpmX6UH6Ot .row {
    margin: 0;
  }
}
.cid-tbDTSpBWDR .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-tbDTSpBWDR .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.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: #ffda00;
}
.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-v7AcWz31Pc {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v7AcWz31Pc .mbr-section-subtitle {
  color: #767676;
}
.cid-v7AcWz31Pc .container-table {
  margin: 0 auto;
}
.cid-v7AcWz31Pc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v7AcWz31Pc .dataTables_wrapper {
  display: block;
}
.cid-v7AcWz31Pc .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v7AcWz31Pc table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-v7AcWz31Pc table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-v7AcWz31Pc table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-v7AcWz31Pc table td {
  border-top: 1px solid #cccccc;
}
.cid-v7AcWz31Pc table td:hover {
  color: #149dcc;
}
.cid-v7AcWz31Pc table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-v7AcWz31Pc table.table {
  background: #ffffff;
}
.cid-v7AcWz31Pc .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-v7AcWz31Pc .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v7AcWz31Pc .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-v7AcWz31Pc .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-v7AcWz31Pc .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-v7AcWz31Pc .dataTables_filter {
    text-align: center;
  }
  .cid-v7AcWz31Pc .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-v7AcWz31Pc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7AcWz31Pc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7AcWz31Pc .head-item {
  text-align: center;
}
.cid-v7AcWz31Pc .body-item {
  text-align: center;
}
.cid-v7AcWz31Pc table.table thead tr:nth-child(2) th {
  background: rgba(0, 0, 0, 0.03);
  font-weight: 700;
}
.cid-v7AcWz31Pc table.table tbody tr:first-child td {
  background: transparent !important;
  font-weight: 400 !important;
}
.cid-vpjf6CY5LN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vpjf6CY5LN .mbr-section-subtitle {
  color: #767676;
}
.cid-vpjf6CY5LN .container-table {
  margin: 0 auto;
}
.cid-vpjf6CY5LN .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vpjf6CY5LN .dataTables_wrapper {
  display: block;
}
.cid-vpjf6CY5LN .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vpjf6CY5LN table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpjf6CY5LN table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-vpjf6CY5LN table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vpjf6CY5LN table td {
  border-top: 1px solid #cccccc;
}
.cid-vpjf6CY5LN table td:hover {
  color: #149dcc;
}
.cid-vpjf6CY5LN table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-vpjf6CY5LN table.table {
  background: #ffffff;
}
.cid-vpjf6CY5LN .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vpjf6CY5LN .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vpjf6CY5LN .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vpjf6CY5LN .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vpjf6CY5LN .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vpjf6CY5LN .dataTables_filter {
    text-align: center;
  }
  .cid-vpjf6CY5LN .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vpjf6CY5LN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpjf6CY5LN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpjf6CY5LN .head-item {
  text-align: center;
}
.cid-vpjf6CY5LN .body-item {
  text-align: center;
}
.cid-vpjf6CY5LN table.table thead tr:nth-child(2) th {
  background: rgba(0, 0, 0, 0.03);
  font-weight: 700;
}
.cid-vpjf6CY5LN table.table tbody tr:first-child td {
  background: transparent !important;
  font-weight: 400 !important;
}
.cid-vpjpwZqexj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vpjpwZqexj .mbr-section-subtitle {
  color: #767676;
}
.cid-vpjpwZqexj .container-table {
  margin: 0 auto;
}
.cid-vpjpwZqexj .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vpjpwZqexj .dataTables_wrapper {
  display: block;
}
.cid-vpjpwZqexj .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vpjpwZqexj table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpjpwZqexj table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-vpjpwZqexj table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vpjpwZqexj table td {
  border-top: 1px solid #cccccc;
}
.cid-vpjpwZqexj table td:hover {
  color: #149dcc;
}
.cid-vpjpwZqexj table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-vpjpwZqexj table.table {
  background: #ffffff;
}
.cid-vpjpwZqexj .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vpjpwZqexj .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vpjpwZqexj .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vpjpwZqexj .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vpjpwZqexj .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vpjpwZqexj .dataTables_filter {
    text-align: center;
  }
  .cid-vpjpwZqexj .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vpjpwZqexj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpjpwZqexj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpjpwZqexj .head-item {
  text-align: center;
}
.cid-vpjpwZqexj .body-item {
  text-align: center;
}
.cid-vpjpwZqexj table.table thead tr:nth-child(2) th {
  background: rgba(0, 0, 0, 0.03);
  font-weight: 700;
}
.cid-vpjpwZqexj table.table tbody tr:first-child td {
  background: transparent !important;
  font-weight: 400 !important;
}
.cid-vpjELjwyPr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vpjELjwyPr .mbr-section-subtitle {
  color: #767676;
}
.cid-vpjELjwyPr .container-table {
  margin: 0 auto;
}
.cid-vpjELjwyPr .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vpjELjwyPr .dataTables_wrapper {
  display: block;
}
.cid-vpjELjwyPr .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vpjELjwyPr table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpjELjwyPr table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-vpjELjwyPr table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vpjELjwyPr table td {
  border-top: 1px solid #cccccc;
}
.cid-vpjELjwyPr table td:hover {
  color: #149dcc;
}
.cid-vpjELjwyPr table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-vpjELjwyPr table.table {
  background: #ffffff;
}
.cid-vpjELjwyPr .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vpjELjwyPr .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vpjELjwyPr .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vpjELjwyPr .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vpjELjwyPr .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vpjELjwyPr .dataTables_filter {
    text-align: center;
  }
  .cid-vpjELjwyPr .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vpjELjwyPr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpjELjwyPr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpjELjwyPr .head-item {
  text-align: center;
}
.cid-vpjELjwyPr .body-item {
  text-align: center;
}
.cid-vpjELjwyPr table.table thead tr:nth-child(2) th {
  background: rgba(0, 0, 0, 0.03);
  font-weight: 700;
}
.cid-vpjELjwyPr table.table tbody tr:first-child td {
  background: transparent !important;
  font-weight: 400 !important;
}
.cid-vpjupUbX0a {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vpjupUbX0a .mbr-section-subtitle {
  color: #767676;
}
.cid-vpjupUbX0a .container-table {
  margin: 0 auto;
}
.cid-vpjupUbX0a .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vpjupUbX0a .dataTables_wrapper {
  display: block;
}
.cid-vpjupUbX0a .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vpjupUbX0a table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpjupUbX0a table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-vpjupUbX0a table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vpjupUbX0a table td {
  border-top: 1px solid #cccccc;
}
.cid-vpjupUbX0a table td:hover {
  color: #149dcc;
}
.cid-vpjupUbX0a table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-vpjupUbX0a table.table {
  background: #ffffff;
}
.cid-vpjupUbX0a .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vpjupUbX0a .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vpjupUbX0a .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vpjupUbX0a .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vpjupUbX0a .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vpjupUbX0a .dataTables_filter {
    text-align: center;
  }
  .cid-vpjupUbX0a .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vpjupUbX0a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpjupUbX0a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpjupUbX0a .head-item {
  text-align: center;
}
.cid-vpjupUbX0a .body-item {
  text-align: center;
}
.cid-vpjupUbX0a table.table thead tr:nth-child(2) th {
  background: rgba(0, 0, 0, 0.03);
  font-weight: 700;
}
.cid-vpjupUbX0a table.table tbody tr:first-child td {
  background: transparent !important;
  font-weight: 400 !important;
}
.cid-vpjKRby99e {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vpjKRby99e .mbr-section-subtitle {
  color: #767676;
}
.cid-vpjKRby99e .container-table {
  margin: 0 auto;
}
.cid-vpjKRby99e .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vpjKRby99e .dataTables_wrapper {
  display: block;
}
.cid-vpjKRby99e .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vpjKRby99e table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpjKRby99e table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-vpjKRby99e table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vpjKRby99e table td {
  border-top: 1px solid #cccccc;
}
.cid-vpjKRby99e table td:hover {
  color: #149dcc;
}
.cid-vpjKRby99e table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-vpjKRby99e table.table {
  background: #ffffff;
}
.cid-vpjKRby99e .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vpjKRby99e .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vpjKRby99e .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vpjKRby99e .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vpjKRby99e .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vpjKRby99e .dataTables_filter {
    text-align: center;
  }
  .cid-vpjKRby99e .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vpjKRby99e .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpjKRby99e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpjKRby99e .head-item {
  text-align: center;
}
.cid-vpjKRby99e .body-item {
  text-align: center;
}
.cid-vpjKRby99e table.table thead tr:nth-child(2) th {
  background: rgba(0, 0, 0, 0.03);
  font-weight: 700;
}
.cid-vpjKRby99e table.table tbody tr:first-child td {
  background: transparent !important;
  font-weight: 400 !important;
}
.cid-vpjKYOnzaT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vpjKYOnzaT .mbr-section-subtitle {
  color: #767676;
}
.cid-vpjKYOnzaT .container-table {
  margin: 0 auto;
}
.cid-vpjKYOnzaT .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vpjKYOnzaT .dataTables_wrapper {
  display: block;
}
.cid-vpjKYOnzaT .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vpjKYOnzaT table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpjKYOnzaT table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-vpjKYOnzaT table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vpjKYOnzaT table td {
  border-top: 1px solid #cccccc;
}
.cid-vpjKYOnzaT table td:hover {
  color: #149dcc;
}
.cid-vpjKYOnzaT table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-vpjKYOnzaT table.table {
  background: #ffffff;
}
.cid-vpjKYOnzaT .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vpjKYOnzaT .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vpjKYOnzaT .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vpjKYOnzaT .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vpjKYOnzaT .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vpjKYOnzaT .dataTables_filter {
    text-align: center;
  }
  .cid-vpjKYOnzaT .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vpjKYOnzaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpjKYOnzaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpjKYOnzaT .head-item {
  text-align: center;
}
.cid-vpjKYOnzaT .body-item {
  text-align: center;
}
.cid-vpjKYOnzaT table.table thead tr:nth-child(2) th {
  background: rgba(0, 0, 0, 0.03);
  font-weight: 700;
}
.cid-vpjKYOnzaT table.table tbody tr:first-child td {
  background: transparent !important;
  font-weight: 400 !important;
}
.cid-vpjPvZU38P {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vpjPvZU38P .mbr-section-subtitle {
  color: #767676;
}
.cid-vpjPvZU38P .container-table {
  margin: 0 auto;
}
.cid-vpjPvZU38P .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vpjPvZU38P .dataTables_wrapper {
  display: block;
}
.cid-vpjPvZU38P .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vpjPvZU38P table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpjPvZU38P table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-vpjPvZU38P table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vpjPvZU38P table td {
  border-top: 1px solid #cccccc;
}
.cid-vpjPvZU38P table td:hover {
  color: #149dcc;
}
.cid-vpjPvZU38P table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-vpjPvZU38P table.table {
  background: #ffffff;
}
.cid-vpjPvZU38P .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vpjPvZU38P .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vpjPvZU38P .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vpjPvZU38P .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vpjPvZU38P .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vpjPvZU38P .dataTables_filter {
    text-align: center;
  }
  .cid-vpjPvZU38P .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vpjPvZU38P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpjPvZU38P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpjPvZU38P .head-item {
  text-align: center;
}
.cid-vpjPvZU38P .body-item {
  text-align: center;
}
.cid-vpjPvZU38P table.table thead tr:nth-child(2) th {
  background: rgba(0, 0, 0, 0.03);
  font-weight: 700;
}
.cid-vpjPvZU38P table.table tbody tr:first-child td {
  background: transparent !important;
  font-weight: 400 !important;
}
.cid-vpjTlvlIta {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vpjTlvlIta .mbr-section-subtitle {
  color: #767676;
}
.cid-vpjTlvlIta .container-table {
  margin: 0 auto;
}
.cid-vpjTlvlIta .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vpjTlvlIta .dataTables_wrapper {
  display: block;
}
.cid-vpjTlvlIta .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vpjTlvlIta table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpjTlvlIta table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-vpjTlvlIta table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vpjTlvlIta table td {
  border-top: 1px solid #cccccc;
}
.cid-vpjTlvlIta table td:hover {
  color: #149dcc;
}
.cid-vpjTlvlIta table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-vpjTlvlIta table.table {
  background: #ffffff;
}
.cid-vpjTlvlIta .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vpjTlvlIta .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vpjTlvlIta .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vpjTlvlIta .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vpjTlvlIta .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vpjTlvlIta .dataTables_filter {
    text-align: center;
  }
  .cid-vpjTlvlIta .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vpjTlvlIta .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpjTlvlIta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpjTlvlIta .head-item {
  text-align: center;
}
.cid-vpjTlvlIta .body-item {
  text-align: center;
}
.cid-vpjTlvlIta table.table thead tr:nth-child(2) th {
  background: rgba(0, 0, 0, 0.03);
  font-weight: 700;
}
.cid-vpjTlvlIta table.table tbody tr:first-child td {
  background: transparent !important;
  font-weight: 400 !important;
}
.cid-vpjWVdXiOj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vpjWVdXiOj .mbr-section-subtitle {
  color: #767676;
}
.cid-vpjWVdXiOj .container-table {
  margin: 0 auto;
}
.cid-vpjWVdXiOj .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vpjWVdXiOj .dataTables_wrapper {
  display: block;
}
.cid-vpjWVdXiOj .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vpjWVdXiOj table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpjWVdXiOj table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-vpjWVdXiOj table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vpjWVdXiOj table td {
  border-top: 1px solid #cccccc;
}
.cid-vpjWVdXiOj table td:hover {
  color: #149dcc;
}
.cid-vpjWVdXiOj table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-vpjWVdXiOj table.table {
  background: #ffffff;
}
.cid-vpjWVdXiOj .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vpjWVdXiOj .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vpjWVdXiOj .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vpjWVdXiOj .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vpjWVdXiOj .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vpjWVdXiOj .dataTables_filter {
    text-align: center;
  }
  .cid-vpjWVdXiOj .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vpjWVdXiOj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpjWVdXiOj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpjWVdXiOj .head-item {
  text-align: center;
}
.cid-vpjWVdXiOj .body-item {
  text-align: center;
}
.cid-vpjWVdXiOj table.table thead tr:nth-child(2) th {
  background: rgba(0, 0, 0, 0.03);
  font-weight: 700;
}
.cid-vpjWVdXiOj table.table tbody tr:first-child td {
  background: transparent !important;
  font-weight: 400 !important;
}
.cid-vpk2UFNY6d {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vpk2UFNY6d .mbr-section-subtitle {
  color: #767676;
}
.cid-vpk2UFNY6d .container-table {
  margin: 0 auto;
}
.cid-vpk2UFNY6d .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vpk2UFNY6d .dataTables_wrapper {
  display: block;
}
.cid-vpk2UFNY6d .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vpk2UFNY6d table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpk2UFNY6d table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-vpk2UFNY6d table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vpk2UFNY6d table td {
  border-top: 1px solid #cccccc;
}
.cid-vpk2UFNY6d table td:hover {
  color: #149dcc;
}
.cid-vpk2UFNY6d table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-vpk2UFNY6d table.table {
  background: #ffffff;
}
.cid-vpk2UFNY6d .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vpk2UFNY6d .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vpk2UFNY6d .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vpk2UFNY6d .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vpk2UFNY6d .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vpk2UFNY6d .dataTables_filter {
    text-align: center;
  }
  .cid-vpk2UFNY6d .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vpk2UFNY6d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpk2UFNY6d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpk2UFNY6d .head-item {
  text-align: center;
}
.cid-vpk2UFNY6d .body-item {
  text-align: center;
}
.cid-vpk2UFNY6d table.table thead tr:nth-child(2) th {
  background: rgba(0, 0, 0, 0.03);
  font-weight: 700;
}
.cid-vpk2UFNY6d table.table tbody tr:first-child td {
  background: transparent !important;
  font-weight: 400 !important;
}
.cid-vpk5x61Cy6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vpk5x61Cy6 .mbr-section-subtitle {
  color: #767676;
}
.cid-vpk5x61Cy6 .container-table {
  margin: 0 auto;
}
.cid-vpk5x61Cy6 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vpk5x61Cy6 .dataTables_wrapper {
  display: block;
}
.cid-vpk5x61Cy6 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vpk5x61Cy6 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpk5x61Cy6 table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-vpk5x61Cy6 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vpk5x61Cy6 table td {
  border-top: 1px solid #cccccc;
}
.cid-vpk5x61Cy6 table td:hover {
  color: #149dcc;
}
.cid-vpk5x61Cy6 table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-vpk5x61Cy6 table.table {
  background: #ffffff;
}
.cid-vpk5x61Cy6 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vpk5x61Cy6 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vpk5x61Cy6 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vpk5x61Cy6 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vpk5x61Cy6 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vpk5x61Cy6 .dataTables_filter {
    text-align: center;
  }
  .cid-vpk5x61Cy6 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vpk5x61Cy6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpk5x61Cy6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpk5x61Cy6 .head-item {
  text-align: center;
}
.cid-vpk5x61Cy6 .body-item {
  text-align: center;
}
.cid-vpk5x61Cy6 table.table thead tr:nth-child(2) th {
  background: rgba(0, 0, 0, 0.03);
  font-weight: 700;
}
.cid-vpk5x61Cy6 table.table tbody tr:first-child td {
  background: transparent !important;
  font-weight: 400 !important;
}
.cid-vpk89CW5Pd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vpk89CW5Pd .mbr-section-subtitle {
  color: #767676;
}
.cid-vpk89CW5Pd .container-table {
  margin: 0 auto;
}
.cid-vpk89CW5Pd .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vpk89CW5Pd .dataTables_wrapper {
  display: block;
}
.cid-vpk89CW5Pd .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vpk89CW5Pd table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpk89CW5Pd table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-vpk89CW5Pd table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vpk89CW5Pd table td {
  border-top: 1px solid #cccccc;
}
.cid-vpk89CW5Pd table td:hover {
  color: #149dcc;
}
.cid-vpk89CW5Pd table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-vpk89CW5Pd table.table {
  background: #ffffff;
}
.cid-vpk89CW5Pd .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vpk89CW5Pd .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vpk89CW5Pd .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vpk89CW5Pd .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vpk89CW5Pd .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vpk89CW5Pd .dataTables_filter {
    text-align: center;
  }
  .cid-vpk89CW5Pd .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vpk89CW5Pd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpk89CW5Pd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpk89CW5Pd .head-item {
  text-align: center;
}
.cid-vpk89CW5Pd .body-item {
  text-align: center;
}
.cid-vpk89CW5Pd table.table thead tr:nth-child(2) th {
  background: rgba(0, 0, 0, 0.03);
  font-weight: 700;
}
.cid-vpk89CW5Pd table.table tbody tr:first-child td {
  background: transparent !important;
  font-weight: 400 !important;
}
.cid-tbDYsoT5XV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tbDYsoT5XV img {
  width: 40px;
  margin-right: 1rem;
}
.cid-tbDYsoT5XV .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-tbDYsoT5XV .row {
    margin: 0 2rem;
  }
}
.cid-tbDYsoT5XV .container {
  max-width: 1500px;
}
.cid-tbDYsoT5XV .form-control,
.cid-tbDYsoT5XV .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tbDYsoT5XV .form-control:hover,
.cid-tbDYsoT5XV .field-input:hover,
.cid-tbDYsoT5XV .form-control:focus,
.cid-tbDYsoT5XV .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tbDYsoT5XV input::-webkit-input-placeholder,
.cid-tbDYsoT5XV textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-tbDYsoT5XV input:-moz-placeholder,
.cid-tbDYsoT5XV textarea:-moz-placeholder {
  color: #767676;
}
.cid-tbDYsoT5XV .jq-selectbox li,
.cid-tbDYsoT5XV .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-tbDYsoT5XV .jq-selectbox li:hover,
.cid-tbDYsoT5XV .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-tbDYsoT5XV .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-tbDYsoT5XV .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-tbDYsoT5XV .btn {
  width: 80px !important;
  justify-content: center;
  padding: 1rem 1rem !important;
  margin: 0 !important;
  height: 100%;
}
.cid-tbDYsoT5XV .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-tbDYsoT5XV input {
  border-radius: 0;
  padding: 1rem !important;
  font-size: 1rem;
  height: 100%;
}
.cid-tbDYsoT5XV .col,
.cid-tbDYsoT5XV .col-auto {
  padding: 0;
}
.cid-tbDYsoT5XV .form-group {
  margin-bottom: 0rem;
}
.cid-tbDYsoT5XV .items {
  color: #333333;
}
.cid-tbDYsoT5XV .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-tbDYsoT5XV .col-md-6,
  .cid-tbDYsoT5XV .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tbDYsoT5XV .navbar-brand {
    justify-content: center;
  }
  .cid-tbDYsoT5XV .row {
    margin: 0;
  }
}
.cid-vq9st3jRA9 .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-vq9st3jRA9 .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-vq9st3jRA9 a {
  font-style: normal;
}
.cid-vq9st3jRA9 .show {
  overflow: visible;
}
.cid-vq9st3jRA9 .dropdown-menu {
  max-height: 400px;
}
.cid-vq9st3jRA9 .dropdown-item:active {
  background-color: transparent;
}
.cid-vq9st3jRA9 .nav-link {
  font-weight: 600 !important;
}
.cid-vq9st3jRA9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vq9st3jRA9 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-vq9st3jRA9 .nav-item:focus,
.cid-vq9st3jRA9 .nav-link:focus {
  outline: none;
}
.cid-vq9st3jRA9 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vq9st3jRA9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vq9st3jRA9 .menu-logo {
  margin-right: auto;
}
.cid-vq9st3jRA9 .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-vq9st3jRA9 .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-vq9st3jRA9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-vq9st3jRA9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vq9st3jRA9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vq9st3jRA9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vq9st3jRA9 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vq9st3jRA9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-vq9st3jRA9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vq9st3jRA9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vq9st3jRA9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vq9st3jRA9 .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-vq9st3jRA9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-vq9st3jRA9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vq9st3jRA9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vq9st3jRA9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vq9st3jRA9 .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-vq9st3jRA9 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-vq9st3jRA9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vq9st3jRA9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vq9st3jRA9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vq9st3jRA9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vq9st3jRA9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vq9st3jRA9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vq9st3jRA9 button.navbar-toggler:focus {
  outline: none;
}
.cid-vq9st3jRA9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-vq9st3jRA9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vq9st3jRA9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vq9st3jRA9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vq9st3jRA9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vq9st3jRA9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vq9st3jRA9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vq9st3jRA9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vq9st3jRA9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vq9st3jRA9 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vq9st3jRA9 .collapsed .btn {
  display: -webkit-flex;
}
.cid-vq9st3jRA9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vq9st3jRA9 .collapsed .navbar-collapse.collapsing,
.cid-vq9st3jRA9 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-vq9st3jRA9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vq9st3jRA9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vq9st3jRA9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vq9st3jRA9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vq9st3jRA9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vq9st3jRA9 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vq9st3jRA9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vq9st3jRA9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vq9st3jRA9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vq9st3jRA9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vq9st3jRA9 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-vq9st3jRA9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-vq9st3jRA9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vq9st3jRA9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vq9st3jRA9 .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-vq9st3jRA9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vq9st3jRA9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vq9st3jRA9 .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-vq9st3jRA9.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vq9st3jRA9 img {
    height: 3.8rem !important;
  }
  .cid-vq9st3jRA9 .btn {
    display: -webkit-flex;
  }
  .cid-vq9st3jRA9 button.navbar-toggler {
    display: block;
  }
  .cid-vq9st3jRA9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vq9st3jRA9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vq9st3jRA9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vq9st3jRA9 .navbar-collapse.collapsing,
  .cid-vq9st3jRA9 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-vq9st3jRA9 .navbar-collapse.collapsing .navbar-nav,
  .cid-vq9st3jRA9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vq9st3jRA9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vq9st3jRA9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vq9st3jRA9 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vq9st3jRA9 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vq9st3jRA9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-vq9st3jRA9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vq9st3jRA9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vq9st3jRA9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vq9st3jRA9 .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-vq9st3jRA9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vq9st3jRA9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vq9st3jRA9 .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-vq9st3jRA9 .nav-link {
    justify-content: start !important;
  }
  .cid-vq9st3jRA9 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-vq9st3jRA9 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-vq9st3jRA9 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-vq9st3jRA9 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vq9st3jRA9 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vq9st3jRA9 .nav-link:hover,
.cid-vq9st3jRA9 .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-vq9st3jRA9 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-vq9st3jRA9 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-vq9st3vD9f {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-vq9st3vD9f .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-vq9st3vD9f img {
  width: 100%;
}
.cid-vq9st3vD9f p {
  margin-top: 6rem;
}
.cid-vq9st3vD9f .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-vq9st3vD9f .content-wrapper {
  padding-top: 6rem;
}
.cid-vq9st3vD9f 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-vq9st3vD9f .content-wrapper {
    padding-top: 0rem;
  }
  .cid-vq9st3vD9f p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vq9st3vD9f .back {
    width: 100%;
    height: 75%;
  }
  .cid-vq9st3vD9f .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-vq9st3vD9f p {
    margin-top: 4rem;
  }
}
.cid-vq9st3vD9f .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-vq9st3vD9f .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-vq9st3vD9f .content-wrapper {
    padding-right: 3rem;
  }
  .cid-vq9st3vD9f h4 {
    right: 2rem;
  }
}
.cid-vq9st3CmkK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-vq9st3CmkK .row {
  position: relative;
}
.cid-vq9st3CmkK .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-vq9st3CmkK .row {
    margin: 0 2rem;
  }
}
.cid-vq9st3CmkK .row {
  padding-left: 6rem;
}
.cid-vq9st3CmkK h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-vq9st3CmkK .content-wrapper {
  max-width: 600px;
}
.cid-vq9st3CmkK H1 {
  color: #333333;
}
.cid-vq9st3CmkK .mbr-text,
.cid-vq9st3CmkK .mbr-section-btn {
  color: #333333;
}
.cid-vq9st3CmkK H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-vq9st3CmkK .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-vq9st3CmkK h4 {
    left: 3rem;
  }
  .cid-vq9st3CmkK .row {
    padding-left: 3rem;
  }
}
.cid-vq9st3JcOn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-vq9st3JcOn .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-vq9st3JcOn .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-vq9st3JcOn .card-wrapper {
    margin: 0rem;
  }
}
.cid-vq9st3JcOn .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-vq9st3JcOn .row {
    padding: 0 4rem;
  }
}
.cid-vq9st3JcOn .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffda00;
}
.cid-vq9st3JcOn .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-vq9st3JcOn .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-vq9st3JcOn .card1 {
  background-color: #333333;
}
.cid-vq9st3JcOn .card2 {
  background-color: #333333;
}
.cid-vq9st3JcOn .card3 {
  background-color: #333333;
}
.cid-vq9st3JcOn .card4 {
  background-color: #333333;
}
.cid-vq9st3JcOn img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-vq9st3JcOn .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-vq9st3JcOn .container {
  max-width: 1500px;
}
.cid-vq9st3JcOn .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-vq9st3JcOn .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-vq9st3JcOn P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-vq9st3JcOn .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-vq9st3JcOn .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-vq9st3JcOn .col2,
  .cid-vq9st3JcOn .col3,
  .cid-vq9st3JcOn .col4 {
    margin-top: 0rem;
  }
  .cid-vq9st3JcOn .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-vq9st3JcOn .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-vq9st3JcOn .number {
    margin: auto;
  }
}
.cid-vq9st3JcOn .mbr-text {
  color: #cccccc;
}
.cid-vq9st3JcOn .text2 {
  color: #efeeee;
}
.cid-vq9st3JcOn .text3 {
  color: #efeeee;
}
.cid-vq9st3JcOn .title2 {
  color: #c1c1c1;
}
.cid-vq9st3JcOn .title1 {
  color: #c1c1c1;
}
.cid-vq9st3JcOn .title3 {
  color: #c1c1c1;
}
.cid-vq9st3JcOn .title4 {
  color: #c1c1c1;
}
.cid-vq9st3JcOn .text4 {
  color: #efeeee;
}
.cid-vq9st3JcOn .text1 {
  color: #efeeee;
}
.cid-vq9st3JcOn .title3 B {
  color: #c1c1c1;
}
.cid-vq9st3JcOn H1 {
  color: #333333;
}
.cid-vq9st3JcOn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq9st3JcOn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq9st3VISr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-vq9st3VISr .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-vq9st3VISr .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-vq9st3VISr .card-wrapper {
    margin: 0rem;
  }
}
.cid-vq9st3VISr .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-vq9st3VISr .row {
    padding: 0 4rem;
  }
}
.cid-vq9st3VISr .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffda00;
}
.cid-vq9st3VISr .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-vq9st3VISr .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-vq9st3VISr .card1 {
  background-color: #333333;
}
.cid-vq9st3VISr .card2 {
  background-color: #333333;
}
.cid-vq9st3VISr .card3 {
  background-color: #333333;
}
.cid-vq9st3VISr .card4 {
  background-color: #333333;
}
.cid-vq9st3VISr img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-vq9st3VISr .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-vq9st3VISr .container {
  max-width: 1500px;
}
.cid-vq9st3VISr .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-vq9st3VISr .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-vq9st3VISr P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-vq9st3VISr .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-vq9st3VISr .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-vq9st3VISr .col2,
  .cid-vq9st3VISr .col3,
  .cid-vq9st3VISr .col4 {
    margin-top: 0rem;
  }
  .cid-vq9st3VISr .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-vq9st3VISr .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-vq9st3VISr .number {
    margin: auto;
  }
}
.cid-vq9st3VISr .mbr-text {
  color: #cccccc;
}
.cid-vq9st3VISr .text2 {
  color: #efeeee;
}
.cid-vq9st3VISr .text3 {
  color: #efeeee;
}
.cid-vq9st3VISr .title2 {
  color: #c1c1c1;
}
.cid-vq9st3VISr .title1 {
  color: #c1c1c1;
}
.cid-vq9st3VISr .title3 {
  color: #c1c1c1;
}
.cid-vq9st3VISr .title4 {
  color: #c1c1c1;
}
.cid-vq9st3VISr .text4 {
  color: #efeeee;
}
.cid-vq9st3VISr .text1 {
  color: #efeeee;
}
.cid-vq9st3VISr .title3 B {
  color: #c1c1c1;
}
.cid-vq9st3VISr H1 {
  color: #333333;
}
.cid-vq9st3VISr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq9st3VISr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq9st46NqQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-vq9st46NqQ .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-vq9st46NqQ .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-vq9st46NqQ .card-wrapper {
    margin: 0rem;
  }
}
.cid-vq9st46NqQ .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-vq9st46NqQ .row {
    padding: 0 4rem;
  }
}
.cid-vq9st46NqQ .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffda00;
}
.cid-vq9st46NqQ .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-vq9st46NqQ .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-vq9st46NqQ .card1 {
  background-color: #333333;
}
.cid-vq9st46NqQ .card2 {
  background-color: #333333;
}
.cid-vq9st46NqQ .card3 {
  background-color: #333333;
}
.cid-vq9st46NqQ .card4 {
  background-color: #333333;
}
.cid-vq9st46NqQ img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-vq9st46NqQ .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-vq9st46NqQ .container {
  max-width: 1500px;
}
.cid-vq9st46NqQ .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-vq9st46NqQ .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-vq9st46NqQ P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-vq9st46NqQ .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-vq9st46NqQ .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-vq9st46NqQ .col2,
  .cid-vq9st46NqQ .col3,
  .cid-vq9st46NqQ .col4 {
    margin-top: 0rem;
  }
  .cid-vq9st46NqQ .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-vq9st46NqQ .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-vq9st46NqQ .number {
    margin: auto;
  }
}
.cid-vq9st46NqQ .mbr-text {
  color: #cccccc;
}
.cid-vq9st46NqQ .text2 {
  color: #efeeee;
}
.cid-vq9st46NqQ .text3 {
  color: #efeeee;
}
.cid-vq9st46NqQ .title2 {
  color: #c1c1c1;
}
.cid-vq9st46NqQ .title1 {
  color: #c1c1c1;
}
.cid-vq9st46NqQ .title3 {
  color: #c1c1c1;
}
.cid-vq9st46NqQ .title4 {
  color: #c1c1c1;
}
.cid-vq9st46NqQ .text4 {
  color: #efeeee;
}
.cid-vq9st46NqQ .text1 {
  color: #efeeee;
}
.cid-vq9st46NqQ .title3 B {
  color: #c1c1c1;
}
.cid-vq9st46NqQ H1 {
  color: #333333;
}
.cid-vq9st46NqQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq9st46NqQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqa9OQ0S0g {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-vqa9OQ0S0g .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-vqa9OQ0S0g .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-vqa9OQ0S0g .card-wrapper {
    margin: 0rem;
  }
}
.cid-vqa9OQ0S0g .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-vqa9OQ0S0g .row {
    padding: 0 4rem;
  }
}
.cid-vqa9OQ0S0g .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffda00;
}
.cid-vqa9OQ0S0g .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-vqa9OQ0S0g .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-vqa9OQ0S0g .card1 {
  background-color: #333333;
}
.cid-vqa9OQ0S0g .card2 {
  background-color: #333333;
}
.cid-vqa9OQ0S0g .card3 {
  background-color: #333333;
}
.cid-vqa9OQ0S0g .card4 {
  background-color: #333333;
}
.cid-vqa9OQ0S0g img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-vqa9OQ0S0g .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-vqa9OQ0S0g .container {
  max-width: 1500px;
}
.cid-vqa9OQ0S0g .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-vqa9OQ0S0g .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-vqa9OQ0S0g P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-vqa9OQ0S0g .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-vqa9OQ0S0g .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-vqa9OQ0S0g .col2,
  .cid-vqa9OQ0S0g .col3,
  .cid-vqa9OQ0S0g .col4 {
    margin-top: 0rem;
  }
  .cid-vqa9OQ0S0g .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-vqa9OQ0S0g .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-vqa9OQ0S0g .number {
    margin: auto;
  }
}
.cid-vqa9OQ0S0g .mbr-text {
  color: #cccccc;
}
.cid-vqa9OQ0S0g .text2 {
  color: #efeeee;
}
.cid-vqa9OQ0S0g .text3 {
  color: #efeeee;
}
.cid-vqa9OQ0S0g .title2 {
  color: #c1c1c1;
}
.cid-vqa9OQ0S0g .title1 {
  color: #c1c1c1;
}
.cid-vqa9OQ0S0g .title3 {
  color: #c1c1c1;
}
.cid-vqa9OQ0S0g .title4 {
  color: #c1c1c1;
}
.cid-vqa9OQ0S0g .text4 {
  color: #efeeee;
}
.cid-vqa9OQ0S0g .text1 {
  color: #efeeee;
}
.cid-vqa9OQ0S0g .title3 B {
  color: #c1c1c1;
}
.cid-vqa9OQ0S0g H1 {
  color: #333333;
}
.cid-vqa9OQ0S0g .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqa9OQ0S0g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq9xpf3lVO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-vq9xpf3lVO .row {
  position: relative;
}
.cid-vq9xpf3lVO .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-vq9xpf3lVO .row {
    margin: 0 2rem;
  }
}
.cid-vq9xpf3lVO .row {
  padding-left: 6rem;
}
.cid-vq9xpf3lVO h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-vq9xpf3lVO .content-wrapper {
  max-width: 600px;
}
.cid-vq9xpf3lVO H1 {
  color: #333333;
}
.cid-vq9xpf3lVO .mbr-text,
.cid-vq9xpf3lVO .mbr-section-btn {
  color: #333333;
}
.cid-vq9xpf3lVO H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-vq9xpf3lVO .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-vq9xpf3lVO h4 {
    left: 3rem;
  }
  .cid-vq9xpf3lVO .row {
    padding-left: 3rem;
  }
}
.cid-vqabqLejxV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-vqabqLejxV .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-vqabqLejxV .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-vqabqLejxV .card-wrapper {
    margin: 0rem;
  }
}
.cid-vqabqLejxV .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-vqabqLejxV .row {
    padding: 0 4rem;
  }
}
.cid-vqabqLejxV .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffda00;
}
.cid-vqabqLejxV .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-vqabqLejxV .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-vqabqLejxV .card1 {
  background-color: #333333;
}
.cid-vqabqLejxV .card2 {
  background-color: #333333;
}
.cid-vqabqLejxV .card3 {
  background-color: #333333;
}
.cid-vqabqLejxV .card4 {
  background-color: #333333;
}
.cid-vqabqLejxV img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-vqabqLejxV .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-vqabqLejxV .container {
  max-width: 1500px;
}
.cid-vqabqLejxV .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-vqabqLejxV .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-vqabqLejxV P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-vqabqLejxV .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-vqabqLejxV .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-vqabqLejxV .col2,
  .cid-vqabqLejxV .col3,
  .cid-vqabqLejxV .col4 {
    margin-top: 0rem;
  }
  .cid-vqabqLejxV .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-vqabqLejxV .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-vqabqLejxV .number {
    margin: auto;
  }
}
.cid-vqabqLejxV .mbr-text {
  color: #cccccc;
}
.cid-vqabqLejxV .text2 {
  color: #efeeee;
}
.cid-vqabqLejxV .text3 {
  color: #efeeee;
}
.cid-vqabqLejxV .title2 {
  color: #c1c1c1;
}
.cid-vqabqLejxV .title1 {
  color: #c1c1c1;
}
.cid-vqabqLejxV .title3 {
  color: #c1c1c1;
}
.cid-vqabqLejxV .title4 {
  color: #c1c1c1;
}
.cid-vqabqLejxV .text4 {
  color: #efeeee;
}
.cid-vqabqLejxV .text1 {
  color: #efeeee;
}
.cid-vqabqLejxV .title3 B {
  color: #c1c1c1;
}
.cid-vqabqLejxV H1 {
  color: #333333;
}
.cid-vqabqLejxV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqabqLejxV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqabXpjcD0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-vqabXpjcD0 .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-vqabXpjcD0 .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-vqabXpjcD0 .card-wrapper {
    margin: 0rem;
  }
}
.cid-vqabXpjcD0 .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-vqabXpjcD0 .row {
    padding: 0 4rem;
  }
}
.cid-vqabXpjcD0 .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffda00;
}
.cid-vqabXpjcD0 .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-vqabXpjcD0 .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-vqabXpjcD0 .card1 {
  background-color: #333333;
}
.cid-vqabXpjcD0 .card2 {
  background-color: #333333;
}
.cid-vqabXpjcD0 .card3 {
  background-color: #333333;
}
.cid-vqabXpjcD0 .card4 {
  background-color: #333333;
}
.cid-vqabXpjcD0 img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-vqabXpjcD0 .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-vqabXpjcD0 .container {
  max-width: 1500px;
}
.cid-vqabXpjcD0 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-vqabXpjcD0 .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-vqabXpjcD0 P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-vqabXpjcD0 .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-vqabXpjcD0 .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-vqabXpjcD0 .col2,
  .cid-vqabXpjcD0 .col3,
  .cid-vqabXpjcD0 .col4 {
    margin-top: 0rem;
  }
  .cid-vqabXpjcD0 .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-vqabXpjcD0 .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-vqabXpjcD0 .number {
    margin: auto;
  }
}
.cid-vqabXpjcD0 .mbr-text {
  color: #cccccc;
}
.cid-vqabXpjcD0 .text2 {
  color: #efeeee;
}
.cid-vqabXpjcD0 .text3 {
  color: #efeeee;
}
.cid-vqabXpjcD0 .title2 {
  color: #c1c1c1;
}
.cid-vqabXpjcD0 .title1 {
  color: #c1c1c1;
}
.cid-vqabXpjcD0 .title3 {
  color: #c1c1c1;
}
.cid-vqabXpjcD0 .title4 {
  color: #c1c1c1;
}
.cid-vqabXpjcD0 .text4 {
  color: #efeeee;
}
.cid-vqabXpjcD0 .text1 {
  color: #efeeee;
}
.cid-vqabXpjcD0 .title3 B {
  color: #c1c1c1;
}
.cid-vqabXpjcD0 H1 {
  color: #333333;
}
.cid-vqabXpjcD0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqabXpjcD0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqacS7ocB1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-vqacS7ocB1 .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-vqacS7ocB1 .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-vqacS7ocB1 .card-wrapper {
    margin: 0rem;
  }
}
.cid-vqacS7ocB1 .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-vqacS7ocB1 .row {
    padding: 0 4rem;
  }
}
.cid-vqacS7ocB1 .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffda00;
}
.cid-vqacS7ocB1 .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-vqacS7ocB1 .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-vqacS7ocB1 .card1 {
  background-color: #333333;
}
.cid-vqacS7ocB1 .card2 {
  background-color: #333333;
}
.cid-vqacS7ocB1 .card3 {
  background-color: #333333;
}
.cid-vqacS7ocB1 .card4 {
  background-color: #333333;
}
.cid-vqacS7ocB1 img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-vqacS7ocB1 .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-vqacS7ocB1 .container {
  max-width: 1500px;
}
.cid-vqacS7ocB1 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-vqacS7ocB1 .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-vqacS7ocB1 P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-vqacS7ocB1 .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-vqacS7ocB1 .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-vqacS7ocB1 .col2,
  .cid-vqacS7ocB1 .col3,
  .cid-vqacS7ocB1 .col4 {
    margin-top: 0rem;
  }
  .cid-vqacS7ocB1 .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-vqacS7ocB1 .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-vqacS7ocB1 .number {
    margin: auto;
  }
}
.cid-vqacS7ocB1 .mbr-text {
  color: #cccccc;
}
.cid-vqacS7ocB1 .text2 {
  color: #efeeee;
}
.cid-vqacS7ocB1 .text3 {
  color: #efeeee;
}
.cid-vqacS7ocB1 .title2 {
  color: #c1c1c1;
}
.cid-vqacS7ocB1 .title1 {
  color: #c1c1c1;
}
.cid-vqacS7ocB1 .title3 {
  color: #c1c1c1;
}
.cid-vqacS7ocB1 .title4 {
  color: #c1c1c1;
}
.cid-vqacS7ocB1 .text4 {
  color: #efeeee;
}
.cid-vqacS7ocB1 .text1 {
  color: #efeeee;
}
.cid-vqacS7ocB1 .title3 B {
  color: #c1c1c1;
}
.cid-vqacS7ocB1 H1 {
  color: #333333;
}
.cid-vqacS7ocB1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqacS7ocB1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqadAECYmh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-vqadAECYmh .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-vqadAECYmh .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-vqadAECYmh .card-wrapper {
    margin: 0rem;
  }
}
.cid-vqadAECYmh .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-vqadAECYmh .row {
    padding: 0 4rem;
  }
}
.cid-vqadAECYmh .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffda00;
}
.cid-vqadAECYmh .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-vqadAECYmh .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-vqadAECYmh .card1 {
  background-color: #333333;
}
.cid-vqadAECYmh .card2 {
  background-color: #333333;
}
.cid-vqadAECYmh .card3 {
  background-color: #333333;
}
.cid-vqadAECYmh .card4 {
  background-color: #333333;
}
.cid-vqadAECYmh img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-vqadAECYmh .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-vqadAECYmh .container {
  max-width: 1500px;
}
.cid-vqadAECYmh .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-vqadAECYmh .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-vqadAECYmh P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-vqadAECYmh .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-vqadAECYmh .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-vqadAECYmh .col2,
  .cid-vqadAECYmh .col3,
  .cid-vqadAECYmh .col4 {
    margin-top: 0rem;
  }
  .cid-vqadAECYmh .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-vqadAECYmh .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-vqadAECYmh .number {
    margin: auto;
  }
}
.cid-vqadAECYmh .mbr-text {
  color: #cccccc;
}
.cid-vqadAECYmh .text2 {
  color: #efeeee;
}
.cid-vqadAECYmh .text3 {
  color: #efeeee;
}
.cid-vqadAECYmh .title2 {
  color: #c1c1c1;
}
.cid-vqadAECYmh .title1 {
  color: #c1c1c1;
}
.cid-vqadAECYmh .title3 {
  color: #c1c1c1;
}
.cid-vqadAECYmh .title4 {
  color: #c1c1c1;
}
.cid-vqadAECYmh .text4 {
  color: #efeeee;
}
.cid-vqadAECYmh .text1 {
  color: #efeeee;
}
.cid-vqadAECYmh .title3 B {
  color: #c1c1c1;
}
.cid-vqadAECYmh H1 {
  color: #333333;
}
.cid-vqadAECYmh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqadAECYmh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqaehYwbun {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-vqaehYwbun .row {
  position: relative;
}
.cid-vqaehYwbun .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-vqaehYwbun .row {
    margin: 0 2rem;
  }
}
.cid-vqaehYwbun .row {
  padding-left: 6rem;
}
.cid-vqaehYwbun h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-vqaehYwbun .content-wrapper {
  max-width: 600px;
}
.cid-vqaehYwbun H1 {
  color: #333333;
}
.cid-vqaehYwbun .mbr-text,
.cid-vqaehYwbun .mbr-section-btn {
  color: #333333;
}
.cid-vqaehYwbun H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-vqaehYwbun .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-vqaehYwbun h4 {
    left: 3rem;
  }
  .cid-vqaehYwbun .row {
    padding-left: 3rem;
  }
}
.cid-vqaeSiibCl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-vqaeSiibCl .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-vqaeSiibCl .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-vqaeSiibCl .card-wrapper {
    margin: 0rem;
  }
}
.cid-vqaeSiibCl .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-vqaeSiibCl .row {
    padding: 0 4rem;
  }
}
.cid-vqaeSiibCl .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffda00;
}
.cid-vqaeSiibCl .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-vqaeSiibCl .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-vqaeSiibCl .card1 {
  background-color: #333333;
}
.cid-vqaeSiibCl .card2 {
  background-color: #333333;
}
.cid-vqaeSiibCl .card3 {
  background-color: #333333;
}
.cid-vqaeSiibCl .card4 {
  background-color: #333333;
}
.cid-vqaeSiibCl img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-vqaeSiibCl .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-vqaeSiibCl .container {
  max-width: 1500px;
}
.cid-vqaeSiibCl .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-vqaeSiibCl .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-vqaeSiibCl P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-vqaeSiibCl .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-vqaeSiibCl .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-vqaeSiibCl .col2,
  .cid-vqaeSiibCl .col3,
  .cid-vqaeSiibCl .col4 {
    margin-top: 0rem;
  }
  .cid-vqaeSiibCl .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-vqaeSiibCl .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-vqaeSiibCl .number {
    margin: auto;
  }
}
.cid-vqaeSiibCl .mbr-text {
  color: #cccccc;
}
.cid-vqaeSiibCl .text2 {
  color: #efeeee;
}
.cid-vqaeSiibCl .text3 {
  color: #efeeee;
}
.cid-vqaeSiibCl .title2 {
  color: #c1c1c1;
}
.cid-vqaeSiibCl .title1 {
  color: #c1c1c1;
}
.cid-vqaeSiibCl .title3 {
  color: #c1c1c1;
}
.cid-vqaeSiibCl .title4 {
  color: #c1c1c1;
}
.cid-vqaeSiibCl .text4 {
  color: #efeeee;
}
.cid-vqaeSiibCl .text1 {
  color: #efeeee;
}
.cid-vqaeSiibCl .title3 B {
  color: #c1c1c1;
}
.cid-vqaeSiibCl H1 {
  color: #333333;
}
.cid-vqaeSiibCl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqaeSiibCl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq9st4i0rY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vq9st4i0rY img {
  width: 40px;
  margin-right: 1rem;
}
.cid-vq9st4i0rY .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-vq9st4i0rY .row {
    margin: 0 2rem;
  }
}
.cid-vq9st4i0rY .container {
  max-width: 1500px;
}
.cid-vq9st4i0rY .form-control,
.cid-vq9st4i0rY .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vq9st4i0rY .form-control:hover,
.cid-vq9st4i0rY .field-input:hover,
.cid-vq9st4i0rY .form-control:focus,
.cid-vq9st4i0rY .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vq9st4i0rY input::-webkit-input-placeholder,
.cid-vq9st4i0rY textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-vq9st4i0rY input:-moz-placeholder,
.cid-vq9st4i0rY textarea:-moz-placeholder {
  color: #767676;
}
.cid-vq9st4i0rY .jq-selectbox li,
.cid-vq9st4i0rY .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-vq9st4i0rY .jq-selectbox li:hover,
.cid-vq9st4i0rY .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-vq9st4i0rY .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-vq9st4i0rY .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-vq9st4i0rY .btn {
  width: 80px !important;
  justify-content: center;
  padding: 1rem 1rem !important;
  margin: 0 !important;
  height: 100%;
}
.cid-vq9st4i0rY .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-vq9st4i0rY input {
  border-radius: 0;
  padding: 1rem !important;
  font-size: 1rem;
  height: 100%;
}
.cid-vq9st4i0rY .col,
.cid-vq9st4i0rY .col-auto {
  padding: 0;
}
.cid-vq9st4i0rY .form-group {
  margin-bottom: 0rem;
}
.cid-vq9st4i0rY .items {
  color: #333333;
}
.cid-vq9st4i0rY .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-vq9st4i0rY .col-md-6,
  .cid-vq9st4i0rY .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vq9st4i0rY .navbar-brand {
    justify-content: center;
  }
  .cid-vq9st4i0rY .row {
    margin: 0;
  }
}
