@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900&display=swap);



body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Forum-Regular';
  font-size: 4rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-4 {
  font-family: 'Work Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Forum-Regular';
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Work Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #767676 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !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: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !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: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !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: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !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: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !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: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !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: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.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: #767676 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !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: #434343 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.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: #767676;
  border-color: #767676;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #767676;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ced6d8;
}
.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: 'Work Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #767676;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #767676;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #767676;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #767676;
  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: #767676;
  border-bottom-color: #767676;
}
.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: #767676 !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: 100px;
  height: 100px;
  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='%23767676' %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.3;
}
.cid-rbmHZb4BXI .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rbmHZb4BXI .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rbmHZb4BXI a {
  font-style: normal;
}
.cid-rbmHZb4BXI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rbmHZb4BXI .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rbmHZb4BXI .nav-item:focus,
.cid-rbmHZb4BXI .nav-link:focus {
  outline: none;
}
.cid-rbmHZb4BXI .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rbmHZb4BXI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rbmHZb4BXI .menu-logo {
  margin-right: auto;
}
.cid-rbmHZb4BXI .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rbmHZb4BXI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rbmHZb4BXI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rbmHZb4BXI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rbmHZb4BXI .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-rbmHZb4BXI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rbmHZb4BXI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rbmHZb4BXI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rbmHZb4BXI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rbmHZb4BXI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rbmHZb4BXI .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rbmHZb4BXI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rbmHZb4BXI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rbmHZb4BXI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rbmHZb4BXI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rbmHZb4BXI .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rbmHZb4BXI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rbmHZb4BXI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rbmHZb4BXI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rbmHZb4BXI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rbmHZb4BXI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rbmHZb4BXI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rbmHZb4BXI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rbmHZb4BXI button.navbar-toggler:focus {
  outline: none;
}
.cid-rbmHZb4BXI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #767676;
}
.cid-rbmHZb4BXI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rbmHZb4BXI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rbmHZb4BXI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rbmHZb4BXI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rbmHZb4BXI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rbmHZb4BXI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rbmHZb4BXI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rbmHZb4BXI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rbmHZb4BXI .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rbmHZb4BXI .collapsed .btn {
  display: -webkit-flex;
}
.cid-rbmHZb4BXI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rbmHZb4BXI .collapsed .navbar-collapse.collapsing,
.cid-rbmHZb4BXI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rbmHZb4BXI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rbmHZb4BXI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rbmHZb4BXI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rbmHZb4BXI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rbmHZb4BXI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rbmHZb4BXI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rbmHZb4BXI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rbmHZb4BXI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rbmHZb4BXI .collapsed button.navbar-toggler {
  display: block;
}
.cid-rbmHZb4BXI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rbmHZb4BXI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rbmHZb4BXI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rbmHZb4BXI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rbmHZb4BXI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rbmHZb4BXI .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rbmHZb4BXI.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rbmHZb4BXI img {
    height: 3.8rem !important;
  }
  .cid-rbmHZb4BXI .btn {
    display: -webkit-flex;
  }
  .cid-rbmHZb4BXI button.navbar-toggler {
    display: block;
  }
  .cid-rbmHZb4BXI .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rbmHZb4BXI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rbmHZb4BXI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rbmHZb4BXI .navbar-collapse.collapsing,
  .cid-rbmHZb4BXI .navbar-collapse.show {
    display: block !important;
  }
  .cid-rbmHZb4BXI .navbar-collapse.collapsing .navbar-nav,
  .cid-rbmHZb4BXI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rbmHZb4BXI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rbmHZb4BXI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rbmHZb4BXI .navbar-collapse.collapsing .navbar-buttons,
  .cid-rbmHZb4BXI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rbmHZb4BXI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rbmHZb4BXI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rbmHZb4BXI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rbmHZb4BXI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rbmHZb4BXI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rbmHZb4BXI .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rbmHZb4BXI .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rbmHZb4BXI .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rbmHZb4BXI .nav-link:hover,
.cid-rbmHZb4BXI .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rbmHTlkJlz {
  padding-top: 135px;
  background-color: #ffffff;
}
.cid-rbmHTlkJlz .text-content {
  padding-bottom: 45px;
}
.cid-rbmHTlkJlz .content-container .btn-bgr {
  z-index: 0;
}
.cid-rbmHTlkJlz .box-item-text {
  color: #767676;
}
.cid-rbmHTlkJlz .box-item {
  padding: 2.5rem;
}
.cid-rbmHTlkJlz .box-item:first-child {
  background-color: #e3f2fd;
}
.cid-rbmHTlkJlz .box-item:nth-child(2) {
  background-color: #fafafa;
}
.cid-rbmHTlkJlz .box-item:last-child {
  background-color: #e3f2fd;
}
.cid-rbmHTlkJlz .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rbmHTlkJlz .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rbmHTlkJlz .box-list li:last-child {
  border-bottom: none;
}
.cid-rbmHTlkJlz .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rbmHTlkJlz .mbr-iconfont {
  color: #66458e;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-rbmHTlkJlz .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-rbmHTlkJlz .mbr-section-subtitle,
  .cid-rbmHTlkJlz .mbr-section-title,
  .cid-rbmHTlkJlz .mbr-text,
  .cid-rbmHTlkJlz .mbr-section-btn,
  .cid-rbmHTlkJlz .icon-block-top,
  .cid-rbmHTlkJlz .box-item-title,
  .cid-rbmHTlkJlz .box-item-text {
    text-align: center !important;
  }
}
.cid-rbmHTlkJlz .mbr-section-title {
  color: #767676;
}
.cid-rbmHTlkJlz .mbr-section-subtitle {
  color: #767676;
}
.cid-rbmHTlkJlz .mbr-text,
.cid-rbmHTlkJlz .mbr-section-btn {
  color: #767676;
}
.cid-rbmHTlkJlz .icon-block-top,
.cid-rbmHTlkJlz .box-item-title {
  color: #767676;
}
.cid-rbmPNNwTbY {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rbmPNNwTbY .content {
    text-align: center;
  }
  .cid-rbmPNNwTbY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rbmPNNwTbY .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rbmPNNwTbY .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rbmPNNwTbY .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rbmPNNwTbY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rbmPNNwTbY .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rbmPNNwTbY .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rbmPNNwTbY .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rbmPNNwTbY .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rbmPNNwTbY .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rbmPNNwTbY .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rbmPNNwTbY .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rbmPNNwTbY H5 {
  color: #5b686b;
}
.cid-rbmPNNwTbY P {
  color: #767676;
}
.cid-rbmPNNwTbY .copyright > p {
  color: #767676;
}
.cid-uqGhbtE5kN .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uqGhbtE5kN .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uqGhbtE5kN a {
  font-style: normal;
}
.cid-uqGhbtE5kN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uqGhbtE5kN .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uqGhbtE5kN .nav-item:focus,
.cid-uqGhbtE5kN .nav-link:focus {
  outline: none;
}
.cid-uqGhbtE5kN .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uqGhbtE5kN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uqGhbtE5kN .menu-logo {
  margin-right: auto;
}
.cid-uqGhbtE5kN .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uqGhbtE5kN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uqGhbtE5kN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uqGhbtE5kN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uqGhbtE5kN .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-uqGhbtE5kN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uqGhbtE5kN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uqGhbtE5kN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqGhbtE5kN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqGhbtE5kN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqGhbtE5kN .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uqGhbtE5kN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uqGhbtE5kN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqGhbtE5kN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqGhbtE5kN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqGhbtE5kN .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uqGhbtE5kN .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uqGhbtE5kN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uqGhbtE5kN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uqGhbtE5kN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqGhbtE5kN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uqGhbtE5kN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqGhbtE5kN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uqGhbtE5kN button.navbar-toggler:focus {
  outline: none;
}
.cid-uqGhbtE5kN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #767676;
}
.cid-uqGhbtE5kN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqGhbtE5kN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqGhbtE5kN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqGhbtE5kN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqGhbtE5kN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqGhbtE5kN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqGhbtE5kN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqGhbtE5kN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqGhbtE5kN .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uqGhbtE5kN .collapsed .btn {
  display: -webkit-flex;
}
.cid-uqGhbtE5kN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqGhbtE5kN .collapsed .navbar-collapse.collapsing,
.cid-uqGhbtE5kN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqGhbtE5kN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqGhbtE5kN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqGhbtE5kN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqGhbtE5kN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqGhbtE5kN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqGhbtE5kN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uqGhbtE5kN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqGhbtE5kN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uqGhbtE5kN .collapsed button.navbar-toggler {
  display: block;
}
.cid-uqGhbtE5kN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uqGhbtE5kN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uqGhbtE5kN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uqGhbtE5kN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqGhbtE5kN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqGhbtE5kN .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uqGhbtE5kN.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uqGhbtE5kN img {
    height: 3.8rem !important;
  }
  .cid-uqGhbtE5kN .btn {
    display: -webkit-flex;
  }
  .cid-uqGhbtE5kN button.navbar-toggler {
    display: block;
  }
  .cid-uqGhbtE5kN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uqGhbtE5kN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uqGhbtE5kN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqGhbtE5kN .navbar-collapse.collapsing,
  .cid-uqGhbtE5kN .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqGhbtE5kN .navbar-collapse.collapsing .navbar-nav,
  .cid-uqGhbtE5kN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqGhbtE5kN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqGhbtE5kN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uqGhbtE5kN .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqGhbtE5kN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uqGhbtE5kN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqGhbtE5kN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqGhbtE5kN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uqGhbtE5kN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uqGhbtE5kN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqGhbtE5kN .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uqGhbtE5kN .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uqGhbtE5kN .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uqGhbtE5kN .nav-link:hover,
.cid-uqGhbtE5kN .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uqGiksWuW4 {
  padding-top: 105px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-uqGiksWuW4 p {
  color: #767676;
}
.cid-uqGiksWuW4 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uqGiksWuW4 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uqGiksWuW4 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uqGiksWuW4 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uqGiksWuW4 .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uqGiksWuW4 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uqGiksWuW4 .item-list {
  height: 40px;
}
.cid-uqGiksWuW4 .item-list a {
  color: grey;
  text-decoration: none;
}
.cid-uqGiksWuW4 .item-list li {
  text-align: center;
  width: 20px;
  height: 30px;
  padding: 5px;
  display: inline-block;
}
.cid-uqGiksWuW4 .item-list li:hover {
  background-color: rgba(200, 200, 200, 0.8);
}
.cid-uqGhbuBGGd {
  padding-top: 15px;
  background-color: #ffffff;
}
.cid-uqGhbuBGGd .text-content {
  padding-bottom: 45px;
}
.cid-uqGhbuBGGd .content-container .btn-bgr {
  z-index: 0;
}
.cid-uqGhbuBGGd .box-item-text {
  color: #767676;
}
.cid-uqGhbuBGGd .box-item {
  padding: 2.5rem;
}
.cid-uqGhbuBGGd .box-item:first-child {
  background-color: #e3f2fd;
}
.cid-uqGhbuBGGd .box-item:nth-child(2) {
  background-color: #fafafa;
}
.cid-uqGhbuBGGd .box-item:last-child {
  background-color: #e3f2fd;
}
.cid-uqGhbuBGGd .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-uqGhbuBGGd .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-uqGhbuBGGd .box-list li:last-child {
  border-bottom: none;
}
.cid-uqGhbuBGGd .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-uqGhbuBGGd .mbr-iconfont {
  color: #66458e;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-uqGhbuBGGd .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uqGhbuBGGd .mbr-section-subtitle,
  .cid-uqGhbuBGGd .mbr-section-title,
  .cid-uqGhbuBGGd .mbr-text,
  .cid-uqGhbuBGGd .mbr-section-btn,
  .cid-uqGhbuBGGd .icon-block-top,
  .cid-uqGhbuBGGd .box-item-title,
  .cid-uqGhbuBGGd .box-item-text {
    text-align: center !important;
  }
}
.cid-uqGhbuBGGd .mbr-section-title {
  color: #767676;
}
.cid-uqGhbuBGGd .mbr-section-subtitle {
  color: #767676;
}
.cid-uqGhbuBGGd .mbr-text,
.cid-uqGhbuBGGd .mbr-section-btn {
  color: #767676;
}
.cid-uqGhbuBGGd .icon-block-top,
.cid-uqGhbuBGGd .box-item-title {
  color: #767676;
}
.cid-uqGhbvJBkM {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uqGhbvJBkM .content {
    text-align: center;
  }
  .cid-uqGhbvJBkM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqGhbvJBkM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uqGhbvJBkM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uqGhbvJBkM .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uqGhbvJBkM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uqGhbvJBkM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uqGhbvJBkM .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uqGhbvJBkM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uqGhbvJBkM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uqGhbvJBkM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uqGhbvJBkM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uqGhbvJBkM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uqGhbvJBkM H5 {
  color: #5b686b;
}
.cid-uqGhbvJBkM P {
  color: #767676;
}
.cid-uqGhbvJBkM .copyright > p {
  color: #767676;
}
.cid-uqGhoFI9IQ .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uqGhoFI9IQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uqGhoFI9IQ a {
  font-style: normal;
}
.cid-uqGhoFI9IQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uqGhoFI9IQ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uqGhoFI9IQ .nav-item:focus,
.cid-uqGhoFI9IQ .nav-link:focus {
  outline: none;
}
.cid-uqGhoFI9IQ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uqGhoFI9IQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uqGhoFI9IQ .menu-logo {
  margin-right: auto;
}
.cid-uqGhoFI9IQ .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uqGhoFI9IQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uqGhoFI9IQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uqGhoFI9IQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uqGhoFI9IQ .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-uqGhoFI9IQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uqGhoFI9IQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uqGhoFI9IQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqGhoFI9IQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqGhoFI9IQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqGhoFI9IQ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uqGhoFI9IQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uqGhoFI9IQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqGhoFI9IQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqGhoFI9IQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqGhoFI9IQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uqGhoFI9IQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uqGhoFI9IQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uqGhoFI9IQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uqGhoFI9IQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqGhoFI9IQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uqGhoFI9IQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqGhoFI9IQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uqGhoFI9IQ button.navbar-toggler:focus {
  outline: none;
}
.cid-uqGhoFI9IQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #767676;
}
.cid-uqGhoFI9IQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqGhoFI9IQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqGhoFI9IQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqGhoFI9IQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqGhoFI9IQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqGhoFI9IQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqGhoFI9IQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqGhoFI9IQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqGhoFI9IQ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uqGhoFI9IQ .collapsed .btn {
  display: -webkit-flex;
}
.cid-uqGhoFI9IQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqGhoFI9IQ .collapsed .navbar-collapse.collapsing,
.cid-uqGhoFI9IQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqGhoFI9IQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqGhoFI9IQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqGhoFI9IQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqGhoFI9IQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqGhoFI9IQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqGhoFI9IQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uqGhoFI9IQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqGhoFI9IQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uqGhoFI9IQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uqGhoFI9IQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uqGhoFI9IQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uqGhoFI9IQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uqGhoFI9IQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqGhoFI9IQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqGhoFI9IQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uqGhoFI9IQ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uqGhoFI9IQ img {
    height: 3.8rem !important;
  }
  .cid-uqGhoFI9IQ .btn {
    display: -webkit-flex;
  }
  .cid-uqGhoFI9IQ button.navbar-toggler {
    display: block;
  }
  .cid-uqGhoFI9IQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uqGhoFI9IQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uqGhoFI9IQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqGhoFI9IQ .navbar-collapse.collapsing,
  .cid-uqGhoFI9IQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqGhoFI9IQ .navbar-collapse.collapsing .navbar-nav,
  .cid-uqGhoFI9IQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqGhoFI9IQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqGhoFI9IQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uqGhoFI9IQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqGhoFI9IQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uqGhoFI9IQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqGhoFI9IQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqGhoFI9IQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uqGhoFI9IQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uqGhoFI9IQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqGhoFI9IQ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uqGhoFI9IQ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uqGhoFI9IQ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uqGhoFI9IQ .nav-link:hover,
.cid-uqGhoFI9IQ .dropdown-item:hover {
  color: #767676 !important;
}
.cid-urxTB19ETh {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-urxTB19ETh .mbr-section-subtitle {
  color: #767676;
}
.cid-urxTav9UV7 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-urxTav9UV7 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-urxTav9UV7 .video-block {
    width: 100% !important;
  }
}
.cid-uydFaerWYA {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uydFaerWYA .mbr-section-subtitle {
  color: #767676;
}
.cid-uydFc5QFih {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-uydFc5QFih .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uydFc5QFih .video-block {
    width: 100% !important;
  }
}
.cid-uqGhoGGE6v {
  padding-top: 30px;
  background-color: #ffffff;
}
.cid-uqGhoGGE6v .text-content {
  padding-bottom: 45px;
}
.cid-uqGhoGGE6v .content-container .btn-bgr {
  z-index: 0;
}
.cid-uqGhoGGE6v .box-item-text {
  color: #767676;
}
.cid-uqGhoGGE6v .box-item {
  padding: 2.5rem;
}
.cid-uqGhoGGE6v .box-item:first-child {
  background-color: #e3f2fd;
}
.cid-uqGhoGGE6v .box-item:nth-child(2) {
  background-color: #fafafa;
}
.cid-uqGhoGGE6v .box-item:last-child {
  background-color: #e3f2fd;
}
.cid-uqGhoGGE6v .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-uqGhoGGE6v .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-uqGhoGGE6v .box-list li:last-child {
  border-bottom: none;
}
.cid-uqGhoGGE6v .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-uqGhoGGE6v .mbr-iconfont {
  color: #66458e;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-uqGhoGGE6v .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uqGhoGGE6v .mbr-section-subtitle,
  .cid-uqGhoGGE6v .mbr-section-title,
  .cid-uqGhoGGE6v .mbr-text,
  .cid-uqGhoGGE6v .mbr-section-btn,
  .cid-uqGhoGGE6v .icon-block-top,
  .cid-uqGhoGGE6v .box-item-title,
  .cid-uqGhoGGE6v .box-item-text {
    text-align: center !important;
  }
}
.cid-uqGhoGGE6v .mbr-section-title {
  color: #767676;
}
.cid-uqGhoGGE6v .mbr-section-subtitle {
  color: #767676;
}
.cid-uqGhoGGE6v .mbr-text,
.cid-uqGhoGGE6v .mbr-section-btn {
  color: #767676;
}
.cid-uqGhoGGE6v .icon-block-top,
.cid-uqGhoGGE6v .box-item-title {
  color: #767676;
}
.cid-uqGhoHUHNp {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uqGhoHUHNp .content {
    text-align: center;
  }
  .cid-uqGhoHUHNp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqGhoHUHNp .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uqGhoHUHNp .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uqGhoHUHNp .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uqGhoHUHNp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uqGhoHUHNp .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uqGhoHUHNp .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uqGhoHUHNp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uqGhoHUHNp .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uqGhoHUHNp .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uqGhoHUHNp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uqGhoHUHNp .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uqGhoHUHNp H5 {
  color: #5b686b;
}
.cid-uqGhoHUHNp P {
  color: #767676;
}
.cid-uqGhoHUHNp .copyright > p {
  color: #767676;
}
.cid-uqGhtwIoRM .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uqGhtwIoRM .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uqGhtwIoRM a {
  font-style: normal;
}
.cid-uqGhtwIoRM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uqGhtwIoRM .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uqGhtwIoRM .nav-item:focus,
.cid-uqGhtwIoRM .nav-link:focus {
  outline: none;
}
.cid-uqGhtwIoRM .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uqGhtwIoRM .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uqGhtwIoRM .menu-logo {
  margin-right: auto;
}
.cid-uqGhtwIoRM .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uqGhtwIoRM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uqGhtwIoRM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uqGhtwIoRM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uqGhtwIoRM .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-uqGhtwIoRM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uqGhtwIoRM .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uqGhtwIoRM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqGhtwIoRM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqGhtwIoRM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqGhtwIoRM .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uqGhtwIoRM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uqGhtwIoRM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqGhtwIoRM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqGhtwIoRM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqGhtwIoRM .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uqGhtwIoRM .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uqGhtwIoRM .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uqGhtwIoRM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uqGhtwIoRM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqGhtwIoRM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uqGhtwIoRM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqGhtwIoRM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uqGhtwIoRM button.navbar-toggler:focus {
  outline: none;
}
.cid-uqGhtwIoRM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #767676;
}
.cid-uqGhtwIoRM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqGhtwIoRM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqGhtwIoRM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqGhtwIoRM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqGhtwIoRM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqGhtwIoRM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqGhtwIoRM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqGhtwIoRM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqGhtwIoRM .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uqGhtwIoRM .collapsed .btn {
  display: -webkit-flex;
}
.cid-uqGhtwIoRM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqGhtwIoRM .collapsed .navbar-collapse.collapsing,
.cid-uqGhtwIoRM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqGhtwIoRM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqGhtwIoRM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqGhtwIoRM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqGhtwIoRM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqGhtwIoRM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqGhtwIoRM .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uqGhtwIoRM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqGhtwIoRM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uqGhtwIoRM .collapsed button.navbar-toggler {
  display: block;
}
.cid-uqGhtwIoRM .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uqGhtwIoRM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uqGhtwIoRM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uqGhtwIoRM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqGhtwIoRM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqGhtwIoRM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uqGhtwIoRM.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uqGhtwIoRM img {
    height: 3.8rem !important;
  }
  .cid-uqGhtwIoRM .btn {
    display: -webkit-flex;
  }
  .cid-uqGhtwIoRM button.navbar-toggler {
    display: block;
  }
  .cid-uqGhtwIoRM .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uqGhtwIoRM .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uqGhtwIoRM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqGhtwIoRM .navbar-collapse.collapsing,
  .cid-uqGhtwIoRM .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqGhtwIoRM .navbar-collapse.collapsing .navbar-nav,
  .cid-uqGhtwIoRM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqGhtwIoRM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqGhtwIoRM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uqGhtwIoRM .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqGhtwIoRM .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uqGhtwIoRM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqGhtwIoRM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqGhtwIoRM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uqGhtwIoRM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uqGhtwIoRM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqGhtwIoRM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uqGhtwIoRM .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uqGhtwIoRM .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uqGhtwIoRM .nav-link:hover,
.cid-uqGhtwIoRM .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uy7n4Hdlq1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uy7n4Hdlq1 div.b {
  padding-top: 2rem;
}
.cid-uy7n4Hdlq1 .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uy7n4Hdlq1 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uy7n4Hdlq1 .google-map {
  height: 25rem;
  position: relative;
}
.cid-uy7n4Hdlq1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uy7n4Hdlq1 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uy7n4Hdlq1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uy7n4Hdlq1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uy7n4Hdlq1 div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-uy7n4Hdlq1 div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-uyg03m868R {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uyg03m868R div.b {
  padding-top: 2rem;
}
.cid-uyg03m868R .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uyg03m868R a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uyg03m868R .google-map {
  height: 25rem;
  position: relative;
}
.cid-uyg03m868R .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uyg03m868R .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uyg03m868R .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uyg03m868R .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uyg03m868R div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-uyg03m868R div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-uqGhtxzJsd {
  padding-top: 135px;
  background-color: #ffffff;
}
.cid-uqGhtxzJsd .text-content {
  padding-bottom: 45px;
}
.cid-uqGhtxzJsd .content-container .btn-bgr {
  z-index: 0;
}
.cid-uqGhtxzJsd .box-item-text {
  color: #767676;
}
.cid-uqGhtxzJsd .box-item {
  padding: 2.5rem;
}
.cid-uqGhtxzJsd .box-item:first-child {
  background-color: #e3f2fd;
}
.cid-uqGhtxzJsd .box-item:nth-child(2) {
  background-color: #fafafa;
}
.cid-uqGhtxzJsd .box-item:last-child {
  background-color: #e3f2fd;
}
.cid-uqGhtxzJsd .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-uqGhtxzJsd .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-uqGhtxzJsd .box-list li:last-child {
  border-bottom: none;
}
.cid-uqGhtxzJsd .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-uqGhtxzJsd .mbr-iconfont {
  color: #66458e;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-uqGhtxzJsd .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uqGhtxzJsd .mbr-section-subtitle,
  .cid-uqGhtxzJsd .mbr-section-title,
  .cid-uqGhtxzJsd .mbr-text,
  .cid-uqGhtxzJsd .mbr-section-btn,
  .cid-uqGhtxzJsd .icon-block-top,
  .cid-uqGhtxzJsd .box-item-title,
  .cid-uqGhtxzJsd .box-item-text {
    text-align: center !important;
  }
}
.cid-uqGhtxzJsd .mbr-section-title {
  color: #767676;
}
.cid-uqGhtxzJsd .mbr-section-subtitle {
  color: #767676;
}
.cid-uqGhtxzJsd .mbr-text,
.cid-uqGhtxzJsd .mbr-section-btn {
  color: #767676;
}
.cid-uqGhtxzJsd .icon-block-top,
.cid-uqGhtxzJsd .box-item-title {
  color: #767676;
}
.cid-uqGhtySIor {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uqGhtySIor .content {
    text-align: center;
  }
  .cid-uqGhtySIor .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqGhtySIor .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uqGhtySIor .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uqGhtySIor .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uqGhtySIor .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uqGhtySIor .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uqGhtySIor .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uqGhtySIor .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uqGhtySIor .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uqGhtySIor .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uqGhtySIor .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uqGhtySIor .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uqGhtySIor H5 {
  color: #5b686b;
}
.cid-uqGhtySIor P {
  color: #767676;
}
.cid-uqGhtySIor .copyright > p {
  color: #767676;
}
.cid-uqGhvbCQOH .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uqGhvbCQOH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uqGhvbCQOH a {
  font-style: normal;
}
.cid-uqGhvbCQOH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uqGhvbCQOH .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uqGhvbCQOH .nav-item:focus,
.cid-uqGhvbCQOH .nav-link:focus {
  outline: none;
}
.cid-uqGhvbCQOH .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uqGhvbCQOH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uqGhvbCQOH .menu-logo {
  margin-right: auto;
}
.cid-uqGhvbCQOH .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uqGhvbCQOH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uqGhvbCQOH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uqGhvbCQOH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uqGhvbCQOH .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-uqGhvbCQOH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uqGhvbCQOH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uqGhvbCQOH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqGhvbCQOH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqGhvbCQOH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqGhvbCQOH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uqGhvbCQOH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uqGhvbCQOH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqGhvbCQOH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqGhvbCQOH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqGhvbCQOH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uqGhvbCQOH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uqGhvbCQOH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uqGhvbCQOH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uqGhvbCQOH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqGhvbCQOH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uqGhvbCQOH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqGhvbCQOH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uqGhvbCQOH button.navbar-toggler:focus {
  outline: none;
}
.cid-uqGhvbCQOH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #767676;
}
.cid-uqGhvbCQOH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqGhvbCQOH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqGhvbCQOH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqGhvbCQOH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqGhvbCQOH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqGhvbCQOH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqGhvbCQOH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqGhvbCQOH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqGhvbCQOH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uqGhvbCQOH .collapsed .btn {
  display: -webkit-flex;
}
.cid-uqGhvbCQOH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqGhvbCQOH .collapsed .navbar-collapse.collapsing,
.cid-uqGhvbCQOH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqGhvbCQOH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqGhvbCQOH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqGhvbCQOH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqGhvbCQOH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqGhvbCQOH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqGhvbCQOH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uqGhvbCQOH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqGhvbCQOH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uqGhvbCQOH .collapsed button.navbar-toggler {
  display: block;
}
.cid-uqGhvbCQOH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uqGhvbCQOH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uqGhvbCQOH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uqGhvbCQOH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqGhvbCQOH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqGhvbCQOH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uqGhvbCQOH.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uqGhvbCQOH img {
    height: 3.8rem !important;
  }
  .cid-uqGhvbCQOH .btn {
    display: -webkit-flex;
  }
  .cid-uqGhvbCQOH button.navbar-toggler {
    display: block;
  }
  .cid-uqGhvbCQOH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uqGhvbCQOH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uqGhvbCQOH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqGhvbCQOH .navbar-collapse.collapsing,
  .cid-uqGhvbCQOH .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqGhvbCQOH .navbar-collapse.collapsing .navbar-nav,
  .cid-uqGhvbCQOH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqGhvbCQOH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqGhvbCQOH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uqGhvbCQOH .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqGhvbCQOH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uqGhvbCQOH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqGhvbCQOH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqGhvbCQOH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uqGhvbCQOH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uqGhvbCQOH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqGhvbCQOH .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uqGhvbCQOH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uqGhvbCQOH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uqGhvbCQOH .nav-link:hover,
.cid-uqGhvbCQOH .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uy7StsXXTF {
  padding-top: 240px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uy7StsXXTF .counter-container {
  color: #767676;
}
.cid-uy7StsXXTF .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uy7StsXXTF .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uy7StsXXTF .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-uy7StsXXTF .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: -1px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-uy83iljDgJ {
  padding-top: 15px;
  background-color: #ffffff;
}
.cid-uy83iljDgJ .text-content {
  padding-bottom: 45px;
}
.cid-uy83iljDgJ .content-container .btn-bgr {
  z-index: 0;
}
.cid-uy83iljDgJ .box-item-text {
  color: #767676;
}
.cid-uy83iljDgJ .box-item {
  padding: 2.5rem;
}
.cid-uy83iljDgJ .box-item:first-child {
  background-color: #e3f2fd;
}
.cid-uy83iljDgJ .box-item:nth-child(2) {
  background-color: #fafafa;
}
.cid-uy83iljDgJ .box-item:last-child {
  background-color: #e3f2fd;
}
.cid-uy83iljDgJ .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-uy83iljDgJ .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-uy83iljDgJ .box-list li:last-child {
  border-bottom: none;
}
.cid-uy83iljDgJ .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-uy83iljDgJ .mbr-iconfont {
  color: #66458e;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-uy83iljDgJ .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uy83iljDgJ .mbr-section-subtitle,
  .cid-uy83iljDgJ .mbr-section-title,
  .cid-uy83iljDgJ .mbr-text,
  .cid-uy83iljDgJ .mbr-section-btn,
  .cid-uy83iljDgJ .icon-block-top,
  .cid-uy83iljDgJ .box-item-title,
  .cid-uy83iljDgJ .box-item-text {
    text-align: center !important;
  }
}
.cid-uy83iljDgJ .mbr-section-title {
  color: #767676;
}
.cid-uy83iljDgJ .mbr-section-subtitle {
  color: #767676;
}
.cid-uy83iljDgJ .mbr-text,
.cid-uy83iljDgJ .mbr-section-btn {
  color: #767676;
}
.cid-uy83iljDgJ .icon-block-top,
.cid-uy83iljDgJ .box-item-title {
  color: #767676;
}
.cid-uqGhvdCnuh {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uqGhvdCnuh .content {
    text-align: center;
  }
  .cid-uqGhvdCnuh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqGhvdCnuh .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uqGhvdCnuh .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uqGhvdCnuh .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uqGhvdCnuh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uqGhvdCnuh .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uqGhvdCnuh .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uqGhvdCnuh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uqGhvdCnuh .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uqGhvdCnuh .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uqGhvdCnuh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uqGhvdCnuh .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uqGhvdCnuh H5 {
  color: #5b686b;
}
.cid-uqGhvdCnuh P {
  color: #767676;
}
.cid-uqGhvdCnuh .copyright > p {
  color: #767676;
}
.cid-uqHuFS6clx .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uqHuFS6clx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uqHuFS6clx a {
  font-style: normal;
}
.cid-uqHuFS6clx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uqHuFS6clx .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uqHuFS6clx .nav-item:focus,
.cid-uqHuFS6clx .nav-link:focus {
  outline: none;
}
.cid-uqHuFS6clx .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uqHuFS6clx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uqHuFS6clx .menu-logo {
  margin-right: auto;
}
.cid-uqHuFS6clx .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uqHuFS6clx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uqHuFS6clx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uqHuFS6clx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uqHuFS6clx .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-uqHuFS6clx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uqHuFS6clx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uqHuFS6clx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqHuFS6clx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqHuFS6clx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqHuFS6clx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uqHuFS6clx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uqHuFS6clx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqHuFS6clx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqHuFS6clx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqHuFS6clx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uqHuFS6clx .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uqHuFS6clx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uqHuFS6clx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uqHuFS6clx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqHuFS6clx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uqHuFS6clx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqHuFS6clx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uqHuFS6clx button.navbar-toggler:focus {
  outline: none;
}
.cid-uqHuFS6clx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #767676;
}
.cid-uqHuFS6clx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqHuFS6clx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqHuFS6clx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqHuFS6clx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqHuFS6clx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqHuFS6clx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqHuFS6clx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqHuFS6clx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqHuFS6clx .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uqHuFS6clx .collapsed .btn {
  display: -webkit-flex;
}
.cid-uqHuFS6clx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqHuFS6clx .collapsed .navbar-collapse.collapsing,
.cid-uqHuFS6clx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqHuFS6clx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqHuFS6clx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqHuFS6clx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqHuFS6clx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqHuFS6clx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqHuFS6clx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uqHuFS6clx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqHuFS6clx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uqHuFS6clx .collapsed button.navbar-toggler {
  display: block;
}
.cid-uqHuFS6clx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uqHuFS6clx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uqHuFS6clx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uqHuFS6clx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqHuFS6clx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqHuFS6clx .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uqHuFS6clx.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uqHuFS6clx img {
    height: 3.8rem !important;
  }
  .cid-uqHuFS6clx .btn {
    display: -webkit-flex;
  }
  .cid-uqHuFS6clx button.navbar-toggler {
    display: block;
  }
  .cid-uqHuFS6clx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uqHuFS6clx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uqHuFS6clx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqHuFS6clx .navbar-collapse.collapsing,
  .cid-uqHuFS6clx .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqHuFS6clx .navbar-collapse.collapsing .navbar-nav,
  .cid-uqHuFS6clx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqHuFS6clx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqHuFS6clx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uqHuFS6clx .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqHuFS6clx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uqHuFS6clx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqHuFS6clx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqHuFS6clx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uqHuFS6clx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uqHuFS6clx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqHuFS6clx .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uqHuFS6clx .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uqHuFS6clx .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uqHuFS6clx .nav-link:hover,
.cid-uqHuFS6clx .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uqSunsTked {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uqSunsTked .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uqSunsTked .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqSunsTked .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uqSunsTked .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uqSunsTked .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uqSunsTked .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uqSunsTked .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uqSunsTked .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uqSunsTked .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uqSunsTked .item-list {
  height: 40px;
}
.cid-uqSunsTked .item-list a {
  color: grey;
  text-decoration: none;
}
.cid-uqSunsTked .item-list li {
  text-align: center;
  width: 20px;
  height: 30px;
  padding: 5px;
  display: inline-block;
}
.cid-uqSunsTked .item-list li:hover {
  background-color: rgba(200, 200, 200, 0.8);
}
.cid-uqHuFXqqp8 {
  padding-top: 45px;
  background-color: #ffffff;
}
.cid-uqHuFXqqp8 .text-content {
  padding-bottom: 45px;
}
.cid-uqHuFXqqp8 .content-container .btn-bgr {
  z-index: 0;
}
.cid-uqHuFXqqp8 .box-item-text {
  color: #767676;
}
.cid-uqHuFXqqp8 .box-item {
  padding: 2.5rem;
}
.cid-uqHuFXqqp8 .box-item:first-child {
  background-color: #e3f2fd;
}
.cid-uqHuFXqqp8 .box-item:nth-child(2) {
  background-color: #fafafa;
}
.cid-uqHuFXqqp8 .box-item:last-child {
  background-color: #e3f2fd;
}
.cid-uqHuFXqqp8 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-uqHuFXqqp8 .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-uqHuFXqqp8 .box-list li:last-child {
  border-bottom: none;
}
.cid-uqHuFXqqp8 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-uqHuFXqqp8 .mbr-iconfont {
  color: #66458e;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-uqHuFXqqp8 .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uqHuFXqqp8 .mbr-section-subtitle,
  .cid-uqHuFXqqp8 .mbr-section-title,
  .cid-uqHuFXqqp8 .mbr-text,
  .cid-uqHuFXqqp8 .mbr-section-btn,
  .cid-uqHuFXqqp8 .icon-block-top,
  .cid-uqHuFXqqp8 .box-item-title,
  .cid-uqHuFXqqp8 .box-item-text {
    text-align: center !important;
  }
}
.cid-uqHuFXqqp8 .mbr-section-title {
  color: #767676;
}
.cid-uqHuFXqqp8 .mbr-section-subtitle {
  color: #767676;
}
.cid-uqHuFXqqp8 .mbr-text,
.cid-uqHuFXqqp8 .mbr-section-btn {
  color: #767676;
}
.cid-uqHuFXqqp8 .icon-block-top,
.cid-uqHuFXqqp8 .box-item-title {
  color: #767676;
}
.cid-uqHuFYEXkC {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uqHuFYEXkC .content {
    text-align: center;
  }
  .cid-uqHuFYEXkC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqHuFYEXkC .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uqHuFYEXkC .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uqHuFYEXkC .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uqHuFYEXkC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uqHuFYEXkC .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uqHuFYEXkC .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uqHuFYEXkC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uqHuFYEXkC .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uqHuFYEXkC .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uqHuFYEXkC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uqHuFYEXkC .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uqHuFYEXkC H5 {
  color: #5b686b;
}
.cid-uqHuFYEXkC P {
  color: #767676;
}
.cid-uqHuFYEXkC .copyright > p {
  color: #767676;
}
.cid-uqHuOpyNnc .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uqHuOpyNnc .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uqHuOpyNnc a {
  font-style: normal;
}
.cid-uqHuOpyNnc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uqHuOpyNnc .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uqHuOpyNnc .nav-item:focus,
.cid-uqHuOpyNnc .nav-link:focus {
  outline: none;
}
.cid-uqHuOpyNnc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uqHuOpyNnc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uqHuOpyNnc .menu-logo {
  margin-right: auto;
}
.cid-uqHuOpyNnc .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uqHuOpyNnc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uqHuOpyNnc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uqHuOpyNnc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uqHuOpyNnc .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-uqHuOpyNnc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uqHuOpyNnc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uqHuOpyNnc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqHuOpyNnc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqHuOpyNnc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqHuOpyNnc .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uqHuOpyNnc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uqHuOpyNnc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqHuOpyNnc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqHuOpyNnc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqHuOpyNnc .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uqHuOpyNnc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uqHuOpyNnc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uqHuOpyNnc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uqHuOpyNnc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqHuOpyNnc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uqHuOpyNnc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqHuOpyNnc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uqHuOpyNnc button.navbar-toggler:focus {
  outline: none;
}
.cid-uqHuOpyNnc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #767676;
}
.cid-uqHuOpyNnc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqHuOpyNnc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqHuOpyNnc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqHuOpyNnc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqHuOpyNnc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqHuOpyNnc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqHuOpyNnc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqHuOpyNnc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqHuOpyNnc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uqHuOpyNnc .collapsed .btn {
  display: -webkit-flex;
}
.cid-uqHuOpyNnc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqHuOpyNnc .collapsed .navbar-collapse.collapsing,
.cid-uqHuOpyNnc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqHuOpyNnc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqHuOpyNnc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqHuOpyNnc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqHuOpyNnc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqHuOpyNnc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqHuOpyNnc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uqHuOpyNnc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqHuOpyNnc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uqHuOpyNnc .collapsed button.navbar-toggler {
  display: block;
}
.cid-uqHuOpyNnc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uqHuOpyNnc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uqHuOpyNnc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uqHuOpyNnc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqHuOpyNnc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqHuOpyNnc .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uqHuOpyNnc.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uqHuOpyNnc img {
    height: 3.8rem !important;
  }
  .cid-uqHuOpyNnc .btn {
    display: -webkit-flex;
  }
  .cid-uqHuOpyNnc button.navbar-toggler {
    display: block;
  }
  .cid-uqHuOpyNnc .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uqHuOpyNnc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uqHuOpyNnc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqHuOpyNnc .navbar-collapse.collapsing,
  .cid-uqHuOpyNnc .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqHuOpyNnc .navbar-collapse.collapsing .navbar-nav,
  .cid-uqHuOpyNnc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqHuOpyNnc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqHuOpyNnc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uqHuOpyNnc .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqHuOpyNnc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uqHuOpyNnc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqHuOpyNnc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqHuOpyNnc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uqHuOpyNnc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uqHuOpyNnc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqHuOpyNnc .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uqHuOpyNnc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uqHuOpyNnc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uqHuOpyNnc .nav-link:hover,
.cid-uqHuOpyNnc .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uqSPdL6ufb {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uqSPdL6ufb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uqSPdL6ufb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqSPdL6ufb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uqSPdL6ufb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uqSPdL6ufb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uqSPdL6ufb .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uqSPdL6ufb .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uqSPdL6ufb .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uqSPdL6ufb .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uqSPdL6ufb .item-list {
  height: 40px;
}
.cid-uqSPdL6ufb .item-list a {
  color: grey;
  text-decoration: none;
}
.cid-uqSPdL6ufb .item-list li {
  text-align: center;
  width: 20px;
  height: 30px;
  padding: 5px;
  display: inline-block;
}
.cid-uqSPdL6ufb .item-list li:hover {
  background-color: rgba(200, 200, 200, 0.8);
}
.cid-uqHuOuBARv {
  padding-top: 45px;
  background-color: #ffffff;
}
.cid-uqHuOuBARv .text-content {
  padding-bottom: 45px;
}
.cid-uqHuOuBARv .content-container .btn-bgr {
  z-index: 0;
}
.cid-uqHuOuBARv .box-item-text {
  color: #767676;
}
.cid-uqHuOuBARv .box-item {
  padding: 2.5rem;
}
.cid-uqHuOuBARv .box-item:first-child {
  background-color: #e3f2fd;
}
.cid-uqHuOuBARv .box-item:nth-child(2) {
  background-color: #fafafa;
}
.cid-uqHuOuBARv .box-item:last-child {
  background-color: #e3f2fd;
}
.cid-uqHuOuBARv .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-uqHuOuBARv .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-uqHuOuBARv .box-list li:last-child {
  border-bottom: none;
}
.cid-uqHuOuBARv .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-uqHuOuBARv .mbr-iconfont {
  color: #66458e;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-uqHuOuBARv .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uqHuOuBARv .mbr-section-subtitle,
  .cid-uqHuOuBARv .mbr-section-title,
  .cid-uqHuOuBARv .mbr-text,
  .cid-uqHuOuBARv .mbr-section-btn,
  .cid-uqHuOuBARv .icon-block-top,
  .cid-uqHuOuBARv .box-item-title,
  .cid-uqHuOuBARv .box-item-text {
    text-align: center !important;
  }
}
.cid-uqHuOuBARv .mbr-section-title {
  color: #767676;
}
.cid-uqHuOuBARv .mbr-section-subtitle {
  color: #767676;
}
.cid-uqHuOuBARv .mbr-text,
.cid-uqHuOuBARv .mbr-section-btn {
  color: #767676;
}
.cid-uqHuOuBARv .icon-block-top,
.cid-uqHuOuBARv .box-item-title {
  color: #767676;
}
.cid-uqHuOvFJ2H {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uqHuOvFJ2H .content {
    text-align: center;
  }
  .cid-uqHuOvFJ2H .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqHuOvFJ2H .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uqHuOvFJ2H .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uqHuOvFJ2H .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uqHuOvFJ2H .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uqHuOvFJ2H .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uqHuOvFJ2H .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uqHuOvFJ2H .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uqHuOvFJ2H .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uqHuOvFJ2H .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uqHuOvFJ2H .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uqHuOvFJ2H .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uqHuOvFJ2H H5 {
  color: #5b686b;
}
.cid-uqHuOvFJ2H P {
  color: #767676;
}
.cid-uqHuOvFJ2H .copyright > p {
  color: #767676;
}
.cid-uqIERnFUvQ .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uqIERnFUvQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uqIERnFUvQ a {
  font-style: normal;
}
.cid-uqIERnFUvQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uqIERnFUvQ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uqIERnFUvQ .nav-item:focus,
.cid-uqIERnFUvQ .nav-link:focus {
  outline: none;
}
.cid-uqIERnFUvQ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uqIERnFUvQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uqIERnFUvQ .menu-logo {
  margin-right: auto;
}
.cid-uqIERnFUvQ .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uqIERnFUvQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uqIERnFUvQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uqIERnFUvQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uqIERnFUvQ .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-uqIERnFUvQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uqIERnFUvQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uqIERnFUvQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqIERnFUvQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqIERnFUvQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqIERnFUvQ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uqIERnFUvQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uqIERnFUvQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqIERnFUvQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqIERnFUvQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqIERnFUvQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uqIERnFUvQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uqIERnFUvQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uqIERnFUvQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uqIERnFUvQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqIERnFUvQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uqIERnFUvQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqIERnFUvQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uqIERnFUvQ button.navbar-toggler:focus {
  outline: none;
}
.cid-uqIERnFUvQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #767676;
}
.cid-uqIERnFUvQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqIERnFUvQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqIERnFUvQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqIERnFUvQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqIERnFUvQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqIERnFUvQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqIERnFUvQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqIERnFUvQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqIERnFUvQ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uqIERnFUvQ .collapsed .btn {
  display: -webkit-flex;
}
.cid-uqIERnFUvQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqIERnFUvQ .collapsed .navbar-collapse.collapsing,
.cid-uqIERnFUvQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqIERnFUvQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqIERnFUvQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqIERnFUvQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqIERnFUvQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqIERnFUvQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqIERnFUvQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uqIERnFUvQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqIERnFUvQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uqIERnFUvQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uqIERnFUvQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uqIERnFUvQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uqIERnFUvQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uqIERnFUvQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqIERnFUvQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqIERnFUvQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uqIERnFUvQ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uqIERnFUvQ img {
    height: 3.8rem !important;
  }
  .cid-uqIERnFUvQ .btn {
    display: -webkit-flex;
  }
  .cid-uqIERnFUvQ button.navbar-toggler {
    display: block;
  }
  .cid-uqIERnFUvQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uqIERnFUvQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uqIERnFUvQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqIERnFUvQ .navbar-collapse.collapsing,
  .cid-uqIERnFUvQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqIERnFUvQ .navbar-collapse.collapsing .navbar-nav,
  .cid-uqIERnFUvQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqIERnFUvQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqIERnFUvQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uqIERnFUvQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqIERnFUvQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uqIERnFUvQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqIERnFUvQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqIERnFUvQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uqIERnFUvQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uqIERnFUvQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqIERnFUvQ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uqIERnFUvQ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uqIERnFUvQ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uqIERnFUvQ .nav-link:hover,
.cid-uqIERnFUvQ .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uqMH7vnp3n {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uqMH7vnp3n .mbr-section-title {
  text-align: center;
}
.cid-uqMH7vnp3n .mbr-section-text {
  text-align: center;
}
.cid-uqMH7vnp3n a[type="submit"],
.cid-uqMH7vnp3n button[type="submit"] {
  margin-top: 0;
}
.cid-uqMH7vnp3n .wsSearchError {
  text-align: center;
  background-color: #ff4a52;
}
.cid-uqMH7vnp3n mark {
  padding: 0;
  color: inherit;
  background-color: #ffe161;
}
.cid-uqMH7vnp3n .row .spinner-border,
.cid-uqMH7vnp3n .row .spinner-grow {
  width: 32px;
  color: #4479d9;
}
.cid-uqMH7vnp3n .gdpr-block {
  display: none;
}
.cid-uqRQDvJdzj {
  padding-top: 15px;
  background-color: #ffffff;
}
.cid-uqRQDvJdzj .text-content {
  padding-bottom: 45px;
}
.cid-uqRQDvJdzj .content-container .btn-bgr {
  z-index: 0;
}
.cid-uqRQDvJdzj .box-item-text {
  color: #767676;
}
.cid-uqRQDvJdzj .box-item {
  padding: 2.5rem;
}
.cid-uqRQDvJdzj .box-item:first-child {
  background-color: #e3f2fd;
}
.cid-uqRQDvJdzj .box-item:nth-child(2) {
  background-color: #fafafa;
}
.cid-uqRQDvJdzj .box-item:last-child {
  background-color: #e3f2fd;
}
.cid-uqRQDvJdzj .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-uqRQDvJdzj .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-uqRQDvJdzj .box-list li:last-child {
  border-bottom: none;
}
.cid-uqRQDvJdzj .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-uqRQDvJdzj .mbr-iconfont {
  color: #66458e;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-uqRQDvJdzj .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uqRQDvJdzj .mbr-section-subtitle,
  .cid-uqRQDvJdzj .mbr-section-title,
  .cid-uqRQDvJdzj .mbr-text,
  .cid-uqRQDvJdzj .mbr-section-btn,
  .cid-uqRQDvJdzj .icon-block-top,
  .cid-uqRQDvJdzj .box-item-title,
  .cid-uqRQDvJdzj .box-item-text {
    text-align: center !important;
  }
}
.cid-uqRQDvJdzj .mbr-section-title {
  color: #767676;
}
.cid-uqRQDvJdzj .mbr-section-subtitle {
  color: #767676;
}
.cid-uqRQDvJdzj .mbr-text,
.cid-uqRQDvJdzj .mbr-section-btn {
  color: #767676;
}
.cid-uqRQDvJdzj .icon-block-top,
.cid-uqRQDvJdzj .box-item-title {
  color: #767676;
}
.cid-uqIERpYHve {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uqIERpYHve .content {
    text-align: center;
  }
  .cid-uqIERpYHve .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqIERpYHve .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uqIERpYHve .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uqIERpYHve .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uqIERpYHve .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uqIERpYHve .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uqIERpYHve .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uqIERpYHve .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uqIERpYHve .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uqIERpYHve .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uqIERpYHve .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uqIERpYHve .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uqIERpYHve H5 {
  color: #5b686b;
}
.cid-uqIERpYHve P {
  color: #767676;
}
.cid-uqIERpYHve .copyright > p {
  color: #767676;
}
.cid-uqS79K6QAQ .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uqS79K6QAQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uqS79K6QAQ a {
  font-style: normal;
}
.cid-uqS79K6QAQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uqS79K6QAQ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uqS79K6QAQ .nav-item:focus,
.cid-uqS79K6QAQ .nav-link:focus {
  outline: none;
}
.cid-uqS79K6QAQ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uqS79K6QAQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uqS79K6QAQ .menu-logo {
  margin-right: auto;
}
.cid-uqS79K6QAQ .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uqS79K6QAQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uqS79K6QAQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uqS79K6QAQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uqS79K6QAQ .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-uqS79K6QAQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uqS79K6QAQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uqS79K6QAQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqS79K6QAQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqS79K6QAQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqS79K6QAQ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uqS79K6QAQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uqS79K6QAQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqS79K6QAQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqS79K6QAQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqS79K6QAQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uqS79K6QAQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uqS79K6QAQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uqS79K6QAQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uqS79K6QAQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqS79K6QAQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uqS79K6QAQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqS79K6QAQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uqS79K6QAQ button.navbar-toggler:focus {
  outline: none;
}
.cid-uqS79K6QAQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #767676;
}
.cid-uqS79K6QAQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqS79K6QAQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqS79K6QAQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqS79K6QAQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqS79K6QAQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqS79K6QAQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqS79K6QAQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqS79K6QAQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqS79K6QAQ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uqS79K6QAQ .collapsed .btn {
  display: -webkit-flex;
}
.cid-uqS79K6QAQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqS79K6QAQ .collapsed .navbar-collapse.collapsing,
.cid-uqS79K6QAQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqS79K6QAQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqS79K6QAQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqS79K6QAQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqS79K6QAQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqS79K6QAQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqS79K6QAQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uqS79K6QAQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqS79K6QAQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uqS79K6QAQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uqS79K6QAQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uqS79K6QAQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uqS79K6QAQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uqS79K6QAQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqS79K6QAQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqS79K6QAQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uqS79K6QAQ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uqS79K6QAQ img {
    height: 3.8rem !important;
  }
  .cid-uqS79K6QAQ .btn {
    display: -webkit-flex;
  }
  .cid-uqS79K6QAQ button.navbar-toggler {
    display: block;
  }
  .cid-uqS79K6QAQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uqS79K6QAQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uqS79K6QAQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqS79K6QAQ .navbar-collapse.collapsing,
  .cid-uqS79K6QAQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqS79K6QAQ .navbar-collapse.collapsing .navbar-nav,
  .cid-uqS79K6QAQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqS79K6QAQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqS79K6QAQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uqS79K6QAQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqS79K6QAQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uqS79K6QAQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqS79K6QAQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqS79K6QAQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uqS79K6QAQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uqS79K6QAQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqS79K6QAQ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uqS79K6QAQ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uqS79K6QAQ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uqS79K6QAQ .nav-link:hover,
.cid-uqS79K6QAQ .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uqS7jleiN2 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uqS7jleiN2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uqS7jleiN2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqS7jleiN2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uqS7jleiN2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uqS7jleiN2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uqS7jleiN2 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uqS7jleiN2 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uqS7jleiN2 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uqS7jleiN2 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uqS7jleiN2 .item-list {
  height: 40px;
}
.cid-uqS7jleiN2 .item-list a {
  color: grey;
  text-decoration: none;
}
.cid-uqS7jleiN2 .item-list li {
  text-align: center;
  width: 20px;
  height: 30px;
  padding: 5px;
  display: inline-block;
}
.cid-uqS7jleiN2 .item-list li:hover {
  background-color: rgba(200, 200, 200, 0.8);
}
.cid-uqS79Tlyc8 {
  padding-top: 0px;
  background-color: #ffffff;
}
.cid-uqS79Tlyc8 .text-content {
  padding-bottom: 45px;
}
.cid-uqS79Tlyc8 .content-container .btn-bgr {
  z-index: 0;
}
.cid-uqS79Tlyc8 .box-item-text {
  color: #767676;
}
.cid-uqS79Tlyc8 .box-item {
  padding: 2.5rem;
}
.cid-uqS79Tlyc8 .box-item:first-child {
  background-color: #e3f2fd;
}
.cid-uqS79Tlyc8 .box-item:nth-child(2) {
  background-color: #fafafa;
}
.cid-uqS79Tlyc8 .box-item:last-child {
  background-color: #e3f2fd;
}
.cid-uqS79Tlyc8 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-uqS79Tlyc8 .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-uqS79Tlyc8 .box-list li:last-child {
  border-bottom: none;
}
.cid-uqS79Tlyc8 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-uqS79Tlyc8 .mbr-iconfont {
  color: #66458e;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-uqS79Tlyc8 .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uqS79Tlyc8 .mbr-section-subtitle,
  .cid-uqS79Tlyc8 .mbr-section-title,
  .cid-uqS79Tlyc8 .mbr-text,
  .cid-uqS79Tlyc8 .mbr-section-btn,
  .cid-uqS79Tlyc8 .icon-block-top,
  .cid-uqS79Tlyc8 .box-item-title,
  .cid-uqS79Tlyc8 .box-item-text {
    text-align: center !important;
  }
}
.cid-uqS79Tlyc8 .mbr-section-title {
  color: #767676;
}
.cid-uqS79Tlyc8 .mbr-section-subtitle {
  color: #767676;
}
.cid-uqS79Tlyc8 .mbr-text,
.cid-uqS79Tlyc8 .mbr-section-btn {
  color: #767676;
}
.cid-uqS79Tlyc8 .icon-block-top,
.cid-uqS79Tlyc8 .box-item-title {
  color: #767676;
}
.cid-uqS79UQgHx {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uqS79UQgHx .content {
    text-align: center;
  }
  .cid-uqS79UQgHx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqS79UQgHx .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uqS79UQgHx .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uqS79UQgHx .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uqS79UQgHx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uqS79UQgHx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uqS79UQgHx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uqS79UQgHx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uqS79UQgHx .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uqS79UQgHx .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uqS79UQgHx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uqS79UQgHx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uqS79UQgHx H5 {
  color: #5b686b;
}
.cid-uqS79UQgHx P {
  color: #767676;
}
.cid-uqS79UQgHx .copyright > p {
  color: #767676;
}
.cid-uqXHQRLTqV .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uqXHQRLTqV .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uqXHQRLTqV a {
  font-style: normal;
}
.cid-uqXHQRLTqV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uqXHQRLTqV .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uqXHQRLTqV .nav-item:focus,
.cid-uqXHQRLTqV .nav-link:focus {
  outline: none;
}
.cid-uqXHQRLTqV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uqXHQRLTqV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uqXHQRLTqV .menu-logo {
  margin-right: auto;
}
.cid-uqXHQRLTqV .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uqXHQRLTqV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uqXHQRLTqV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uqXHQRLTqV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uqXHQRLTqV .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-uqXHQRLTqV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uqXHQRLTqV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uqXHQRLTqV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqXHQRLTqV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqXHQRLTqV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqXHQRLTqV .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uqXHQRLTqV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uqXHQRLTqV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqXHQRLTqV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqXHQRLTqV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqXHQRLTqV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uqXHQRLTqV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uqXHQRLTqV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uqXHQRLTqV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uqXHQRLTqV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqXHQRLTqV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uqXHQRLTqV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqXHQRLTqV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uqXHQRLTqV button.navbar-toggler:focus {
  outline: none;
}
.cid-uqXHQRLTqV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #767676;
}
.cid-uqXHQRLTqV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqXHQRLTqV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqXHQRLTqV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqXHQRLTqV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqXHQRLTqV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqXHQRLTqV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqXHQRLTqV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqXHQRLTqV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqXHQRLTqV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uqXHQRLTqV .collapsed .btn {
  display: -webkit-flex;
}
.cid-uqXHQRLTqV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqXHQRLTqV .collapsed .navbar-collapse.collapsing,
.cid-uqXHQRLTqV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqXHQRLTqV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqXHQRLTqV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqXHQRLTqV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqXHQRLTqV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqXHQRLTqV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqXHQRLTqV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uqXHQRLTqV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqXHQRLTqV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uqXHQRLTqV .collapsed button.navbar-toggler {
  display: block;
}
.cid-uqXHQRLTqV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uqXHQRLTqV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uqXHQRLTqV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uqXHQRLTqV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqXHQRLTqV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqXHQRLTqV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uqXHQRLTqV.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uqXHQRLTqV img {
    height: 3.8rem !important;
  }
  .cid-uqXHQRLTqV .btn {
    display: -webkit-flex;
  }
  .cid-uqXHQRLTqV button.navbar-toggler {
    display: block;
  }
  .cid-uqXHQRLTqV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uqXHQRLTqV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uqXHQRLTqV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqXHQRLTqV .navbar-collapse.collapsing,
  .cid-uqXHQRLTqV .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqXHQRLTqV .navbar-collapse.collapsing .navbar-nav,
  .cid-uqXHQRLTqV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqXHQRLTqV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqXHQRLTqV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uqXHQRLTqV .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqXHQRLTqV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uqXHQRLTqV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqXHQRLTqV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqXHQRLTqV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uqXHQRLTqV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uqXHQRLTqV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqXHQRLTqV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uqXHQRLTqV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uqXHQRLTqV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uqXHQRLTqV .nav-link:hover,
.cid-uqXHQRLTqV .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uqXHQSw9e1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uqXHQSw9e1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uqXHQSw9e1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqXHQSw9e1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uqXHQSw9e1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uqXHQSw9e1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uqXHQSw9e1 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uqXHQSw9e1 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uqXHQSw9e1 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uqXHQSw9e1 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uqXHQSw9e1 .item-list {
  height: 40px;
}
.cid-uqXHQSw9e1 .item-list a {
  color: grey;
  text-decoration: none;
}
.cid-uqXHQSw9e1 .item-list li {
  text-align: center;
  width: 20px;
  height: 30px;
  padding: 5px;
  display: inline-block;
}
.cid-uqXHQSw9e1 .item-list li:hover {
  background-color: rgba(200, 200, 200, 0.8);
}
.cid-uqXHQUs6nJ {
  padding-top: 45px;
  background-color: #ffffff;
}
.cid-uqXHQUs6nJ .text-content {
  padding-bottom: 45px;
}
.cid-uqXHQUs6nJ .content-container .btn-bgr {
  z-index: 0;
}
.cid-uqXHQUs6nJ .box-item-text {
  color: #767676;
}
.cid-uqXHQUs6nJ .box-item {
  padding: 2.5rem;
}
.cid-uqXHQUs6nJ .box-item:first-child {
  background-color: #e3f2fd;
}
.cid-uqXHQUs6nJ .box-item:nth-child(2) {
  background-color: #fafafa;
}
.cid-uqXHQUs6nJ .box-item:last-child {
  background-color: #e3f2fd;
}
.cid-uqXHQUs6nJ .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-uqXHQUs6nJ .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-uqXHQUs6nJ .box-list li:last-child {
  border-bottom: none;
}
.cid-uqXHQUs6nJ .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-uqXHQUs6nJ .mbr-iconfont {
  color: #66458e;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-uqXHQUs6nJ .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uqXHQUs6nJ .mbr-section-subtitle,
  .cid-uqXHQUs6nJ .mbr-section-title,
  .cid-uqXHQUs6nJ .mbr-text,
  .cid-uqXHQUs6nJ .mbr-section-btn,
  .cid-uqXHQUs6nJ .icon-block-top,
  .cid-uqXHQUs6nJ .box-item-title,
  .cid-uqXHQUs6nJ .box-item-text {
    text-align: center !important;
  }
}
.cid-uqXHQUs6nJ .mbr-section-title {
  color: #767676;
}
.cid-uqXHQUs6nJ .mbr-section-subtitle {
  color: #767676;
}
.cid-uqXHQUs6nJ .mbr-text,
.cid-uqXHQUs6nJ .mbr-section-btn {
  color: #767676;
}
.cid-uqXHQUs6nJ .icon-block-top,
.cid-uqXHQUs6nJ .box-item-title {
  color: #767676;
}
.cid-uqXHQVpblr {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uqXHQVpblr .content {
    text-align: center;
  }
  .cid-uqXHQVpblr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqXHQVpblr .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uqXHQVpblr .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uqXHQVpblr .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uqXHQVpblr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uqXHQVpblr .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uqXHQVpblr .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uqXHQVpblr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uqXHQVpblr .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uqXHQVpblr .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uqXHQVpblr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uqXHQVpblr .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uqXHQVpblr H5 {
  color: #5b686b;
}
.cid-uqXHQVpblr P {
  color: #767676;
}
.cid-uqXHQVpblr .copyright > p {
  color: #767676;
}
.cid-uqYl07RuOg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uqYl07RuOg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uqYl07RuOg a {
  font-style: normal;
}
.cid-uqYl07RuOg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uqYl07RuOg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uqYl07RuOg .nav-item:focus,
.cid-uqYl07RuOg .nav-link:focus {
  outline: none;
}
.cid-uqYl07RuOg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uqYl07RuOg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uqYl07RuOg .menu-logo {
  margin-right: auto;
}
.cid-uqYl07RuOg .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uqYl07RuOg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uqYl07RuOg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uqYl07RuOg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uqYl07RuOg .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-uqYl07RuOg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uqYl07RuOg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uqYl07RuOg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqYl07RuOg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqYl07RuOg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqYl07RuOg .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uqYl07RuOg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uqYl07RuOg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqYl07RuOg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqYl07RuOg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqYl07RuOg .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uqYl07RuOg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uqYl07RuOg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uqYl07RuOg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uqYl07RuOg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqYl07RuOg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uqYl07RuOg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqYl07RuOg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uqYl07RuOg button.navbar-toggler:focus {
  outline: none;
}
.cid-uqYl07RuOg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #767676;
}
.cid-uqYl07RuOg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqYl07RuOg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqYl07RuOg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqYl07RuOg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqYl07RuOg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqYl07RuOg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqYl07RuOg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqYl07RuOg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqYl07RuOg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uqYl07RuOg .collapsed .btn {
  display: -webkit-flex;
}
.cid-uqYl07RuOg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqYl07RuOg .collapsed .navbar-collapse.collapsing,
.cid-uqYl07RuOg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqYl07RuOg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqYl07RuOg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqYl07RuOg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqYl07RuOg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqYl07RuOg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqYl07RuOg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uqYl07RuOg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqYl07RuOg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uqYl07RuOg .collapsed button.navbar-toggler {
  display: block;
}
.cid-uqYl07RuOg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uqYl07RuOg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uqYl07RuOg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uqYl07RuOg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqYl07RuOg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqYl07RuOg .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uqYl07RuOg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uqYl07RuOg img {
    height: 3.8rem !important;
  }
  .cid-uqYl07RuOg .btn {
    display: -webkit-flex;
  }
  .cid-uqYl07RuOg button.navbar-toggler {
    display: block;
  }
  .cid-uqYl07RuOg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uqYl07RuOg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uqYl07RuOg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqYl07RuOg .navbar-collapse.collapsing,
  .cid-uqYl07RuOg .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqYl07RuOg .navbar-collapse.collapsing .navbar-nav,
  .cid-uqYl07RuOg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqYl07RuOg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqYl07RuOg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uqYl07RuOg .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqYl07RuOg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uqYl07RuOg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqYl07RuOg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqYl07RuOg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uqYl07RuOg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uqYl07RuOg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqYl07RuOg .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uqYl07RuOg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uqYl07RuOg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uqYl07RuOg .nav-link:hover,
.cid-uqYl07RuOg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uqYl08PPKM {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uqYl08PPKM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uqYl08PPKM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqYl08PPKM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uqYl08PPKM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uqYl08PPKM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uqYl08PPKM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uqYl08PPKM .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uqYl08PPKM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uqYl08PPKM .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uqYl08PPKM .item-list {
  height: 40px;
}
.cid-uqYl08PPKM .item-list a {
  color: grey;
  text-decoration: none;
}
.cid-uqYl08PPKM .item-list li {
  text-align: center;
  width: 20px;
  height: 30px;
  padding: 5px;
  display: inline-block;
}
.cid-uqYl08PPKM .item-list li:hover {
  background-color: rgba(200, 200, 200, 0.8);
}
.cid-uqYl0bh6pL {
  padding-top: 0px;
  background-color: #ffffff;
}
.cid-uqYl0bh6pL .text-content {
  padding-bottom: 45px;
}
.cid-uqYl0bh6pL .content-container .btn-bgr {
  z-index: 0;
}
.cid-uqYl0bh6pL .box-item-text {
  color: #767676;
}
.cid-uqYl0bh6pL .box-item {
  padding: 2.5rem;
}
.cid-uqYl0bh6pL .box-item:first-child {
  background-color: #e3f2fd;
}
.cid-uqYl0bh6pL .box-item:nth-child(2) {
  background-color: #fafafa;
}
.cid-uqYl0bh6pL .box-item:last-child {
  background-color: #e3f2fd;
}
.cid-uqYl0bh6pL .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-uqYl0bh6pL .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-uqYl0bh6pL .box-list li:last-child {
  border-bottom: none;
}
.cid-uqYl0bh6pL .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-uqYl0bh6pL .mbr-iconfont {
  color: #66458e;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-uqYl0bh6pL .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uqYl0bh6pL .mbr-section-subtitle,
  .cid-uqYl0bh6pL .mbr-section-title,
  .cid-uqYl0bh6pL .mbr-text,
  .cid-uqYl0bh6pL .mbr-section-btn,
  .cid-uqYl0bh6pL .icon-block-top,
  .cid-uqYl0bh6pL .box-item-title,
  .cid-uqYl0bh6pL .box-item-text {
    text-align: center !important;
  }
}
.cid-uqYl0bh6pL .mbr-section-title {
  color: #767676;
}
.cid-uqYl0bh6pL .mbr-section-subtitle {
  color: #767676;
}
.cid-uqYl0bh6pL .mbr-text,
.cid-uqYl0bh6pL .mbr-section-btn {
  color: #767676;
}
.cid-uqYl0bh6pL .icon-block-top,
.cid-uqYl0bh6pL .box-item-title {
  color: #767676;
}
.cid-uqYl0coVkv {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uqYl0coVkv .content {
    text-align: center;
  }
  .cid-uqYl0coVkv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqYl0coVkv .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uqYl0coVkv .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uqYl0coVkv .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uqYl0coVkv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uqYl0coVkv .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uqYl0coVkv .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uqYl0coVkv .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uqYl0coVkv .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uqYl0coVkv .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uqYl0coVkv .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uqYl0coVkv .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uqYl0coVkv H5 {
  color: #5b686b;
}
.cid-uqYl0coVkv P {
  color: #767676;
}
.cid-uqYl0coVkv .copyright > p {
  color: #767676;
}
.cid-uqYqpibnaK .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uqYqpibnaK .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uqYqpibnaK a {
  font-style: normal;
}
.cid-uqYqpibnaK .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uqYqpibnaK .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uqYqpibnaK .nav-item:focus,
.cid-uqYqpibnaK .nav-link:focus {
  outline: none;
}
.cid-uqYqpibnaK .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uqYqpibnaK .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uqYqpibnaK .menu-logo {
  margin-right: auto;
}
.cid-uqYqpibnaK .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uqYqpibnaK .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uqYqpibnaK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uqYqpibnaK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uqYqpibnaK .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-uqYqpibnaK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uqYqpibnaK .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uqYqpibnaK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqYqpibnaK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqYqpibnaK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqYqpibnaK .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uqYqpibnaK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uqYqpibnaK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqYqpibnaK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqYqpibnaK .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqYqpibnaK .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uqYqpibnaK .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uqYqpibnaK .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uqYqpibnaK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uqYqpibnaK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqYqpibnaK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uqYqpibnaK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqYqpibnaK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uqYqpibnaK button.navbar-toggler:focus {
  outline: none;
}
.cid-uqYqpibnaK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #767676;
}
.cid-uqYqpibnaK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqYqpibnaK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqYqpibnaK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqYqpibnaK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqYqpibnaK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqYqpibnaK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqYqpibnaK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqYqpibnaK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqYqpibnaK .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uqYqpibnaK .collapsed .btn {
  display: -webkit-flex;
}
.cid-uqYqpibnaK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqYqpibnaK .collapsed .navbar-collapse.collapsing,
.cid-uqYqpibnaK .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqYqpibnaK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqYqpibnaK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqYqpibnaK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqYqpibnaK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqYqpibnaK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqYqpibnaK .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uqYqpibnaK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqYqpibnaK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uqYqpibnaK .collapsed button.navbar-toggler {
  display: block;
}
.cid-uqYqpibnaK .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uqYqpibnaK .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uqYqpibnaK .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uqYqpibnaK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqYqpibnaK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqYqpibnaK .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uqYqpibnaK.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uqYqpibnaK img {
    height: 3.8rem !important;
  }
  .cid-uqYqpibnaK .btn {
    display: -webkit-flex;
  }
  .cid-uqYqpibnaK button.navbar-toggler {
    display: block;
  }
  .cid-uqYqpibnaK .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uqYqpibnaK .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uqYqpibnaK .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqYqpibnaK .navbar-collapse.collapsing,
  .cid-uqYqpibnaK .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqYqpibnaK .navbar-collapse.collapsing .navbar-nav,
  .cid-uqYqpibnaK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqYqpibnaK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqYqpibnaK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uqYqpibnaK .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqYqpibnaK .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uqYqpibnaK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqYqpibnaK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqYqpibnaK .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uqYqpibnaK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uqYqpibnaK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqYqpibnaK .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uqYqpibnaK .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uqYqpibnaK .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uqYqpibnaK .nav-link:hover,
.cid-uqYqpibnaK .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uqYqpiWZ5m {
  padding-top: 105px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-uqYqpiWZ5m p {
  color: #767676;
}
.cid-uqYqpiWZ5m .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uqYqpiWZ5m .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uqYqpiWZ5m .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uqYqpiWZ5m .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uqYqpiWZ5m .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uqYqpiWZ5m .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uqYqpiWZ5m .item-list {
  height: 40px;
}
.cid-uqYqpiWZ5m .item-list a {
  color: grey;
  text-decoration: none;
}
.cid-uqYqpiWZ5m .item-list li {
  text-align: center;
  width: 20px;
  height: 30px;
  padding: 5px;
  display: inline-block;
}
.cid-uqYqpiWZ5m .item-list li:hover {
  background-color: rgba(200, 200, 200, 0.8);
}
.cid-uqYqpkT3R6 {
  padding-top: 15px;
  background-color: #ffffff;
}
.cid-uqYqpkT3R6 .text-content {
  padding-bottom: 45px;
}
.cid-uqYqpkT3R6 .content-container .btn-bgr {
  z-index: 0;
}
.cid-uqYqpkT3R6 .box-item-text {
  color: #767676;
}
.cid-uqYqpkT3R6 .box-item {
  padding: 2.5rem;
}
.cid-uqYqpkT3R6 .box-item:first-child {
  background-color: #e3f2fd;
}
.cid-uqYqpkT3R6 .box-item:nth-child(2) {
  background-color: #fafafa;
}
.cid-uqYqpkT3R6 .box-item:last-child {
  background-color: #e3f2fd;
}
.cid-uqYqpkT3R6 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-uqYqpkT3R6 .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-uqYqpkT3R6 .box-list li:last-child {
  border-bottom: none;
}
.cid-uqYqpkT3R6 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-uqYqpkT3R6 .mbr-iconfont {
  color: #66458e;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-uqYqpkT3R6 .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uqYqpkT3R6 .mbr-section-subtitle,
  .cid-uqYqpkT3R6 .mbr-section-title,
  .cid-uqYqpkT3R6 .mbr-text,
  .cid-uqYqpkT3R6 .mbr-section-btn,
  .cid-uqYqpkT3R6 .icon-block-top,
  .cid-uqYqpkT3R6 .box-item-title,
  .cid-uqYqpkT3R6 .box-item-text {
    text-align: center !important;
  }
}
.cid-uqYqpkT3R6 .mbr-section-title {
  color: #767676;
}
.cid-uqYqpkT3R6 .mbr-section-subtitle {
  color: #767676;
}
.cid-uqYqpkT3R6 .mbr-text,
.cid-uqYqpkT3R6 .mbr-section-btn {
  color: #767676;
}
.cid-uqYqpkT3R6 .icon-block-top,
.cid-uqYqpkT3R6 .box-item-title {
  color: #767676;
}
.cid-uqYqpm4dBG {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uqYqpm4dBG .content {
    text-align: center;
  }
  .cid-uqYqpm4dBG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqYqpm4dBG .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uqYqpm4dBG .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uqYqpm4dBG .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uqYqpm4dBG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uqYqpm4dBG .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uqYqpm4dBG .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uqYqpm4dBG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uqYqpm4dBG .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uqYqpm4dBG .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uqYqpm4dBG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uqYqpm4dBG .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uqYqpm4dBG H5 {
  color: #5b686b;
}
.cid-uqYqpm4dBG P {
  color: #767676;
}
.cid-uqYqpm4dBG .copyright > p {
  color: #767676;
}
.cid-ur9AEssECy .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ur9AEssECy .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ur9AEssECy a {
  font-style: normal;
}
.cid-ur9AEssECy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ur9AEssECy .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ur9AEssECy .nav-item:focus,
.cid-ur9AEssECy .nav-link:focus {
  outline: none;
}
.cid-ur9AEssECy .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ur9AEssECy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ur9AEssECy .menu-logo {
  margin-right: auto;
}
.cid-ur9AEssECy .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ur9AEssECy .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ur9AEssECy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ur9AEssECy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ur9AEssECy .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-ur9AEssECy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ur9AEssECy .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ur9AEssECy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ur9AEssECy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ur9AEssECy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ur9AEssECy .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ur9AEssECy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ur9AEssECy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ur9AEssECy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ur9AEssECy .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ur9AEssECy .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ur9AEssECy .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ur9AEssECy .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ur9AEssECy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ur9AEssECy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ur9AEssECy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ur9AEssECy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ur9AEssECy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ur9AEssECy button.navbar-toggler:focus {
  outline: none;
}
.cid-ur9AEssECy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #767676;
}
.cid-ur9AEssECy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ur9AEssECy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ur9AEssECy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ur9AEssECy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ur9AEssECy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ur9AEssECy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ur9AEssECy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ur9AEssECy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ur9AEssECy .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ur9AEssECy .collapsed .btn {
  display: -webkit-flex;
}
.cid-ur9AEssECy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ur9AEssECy .collapsed .navbar-collapse.collapsing,
.cid-ur9AEssECy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ur9AEssECy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ur9AEssECy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ur9AEssECy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ur9AEssECy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ur9AEssECy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ur9AEssECy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ur9AEssECy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ur9AEssECy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ur9AEssECy .collapsed button.navbar-toggler {
  display: block;
}
.cid-ur9AEssECy .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ur9AEssECy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ur9AEssECy .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ur9AEssECy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ur9AEssECy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ur9AEssECy .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ur9AEssECy.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ur9AEssECy img {
    height: 3.8rem !important;
  }
  .cid-ur9AEssECy .btn {
    display: -webkit-flex;
  }
  .cid-ur9AEssECy button.navbar-toggler {
    display: block;
  }
  .cid-ur9AEssECy .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ur9AEssECy .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ur9AEssECy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ur9AEssECy .navbar-collapse.collapsing,
  .cid-ur9AEssECy .navbar-collapse.show {
    display: block !important;
  }
  .cid-ur9AEssECy .navbar-collapse.collapsing .navbar-nav,
  .cid-ur9AEssECy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ur9AEssECy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ur9AEssECy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ur9AEssECy .navbar-collapse.collapsing .navbar-buttons,
  .cid-ur9AEssECy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ur9AEssECy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ur9AEssECy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ur9AEssECy .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ur9AEssECy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ur9AEssECy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ur9AEssECy .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ur9AEssECy .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ur9AEssECy .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ur9AEssECy .nav-link:hover,
.cid-ur9AEssECy .dropdown-item:hover {
  color: #767676 !important;
}
.cid-ur9AEtmIgr {
  padding-top: 105px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-ur9AEtmIgr p {
  color: #767676;
}
.cid-ur9AEtmIgr .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-ur9AEtmIgr .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-ur9AEtmIgr .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-ur9AEtmIgr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ur9AEtmIgr .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-ur9AEtmIgr .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-ur9AEtmIgr .item-list {
  height: 40px;
}
.cid-ur9AEtmIgr .item-list a {
  color: grey;
  text-decoration: none;
}
.cid-ur9AEtmIgr .item-list li {
  text-align: center;
  width: 20px;
  height: 30px;
  padding: 5px;
  display: inline-block;
}
.cid-ur9AEtmIgr .item-list li:hover {
  background-color: rgba(200, 200, 200, 0.8);
}
.cid-ur9AEw1Yv9 {
  padding-top: 15px;
  background-color: #ffffff;
}
.cid-ur9AEw1Yv9 .text-content {
  padding-bottom: 45px;
}
.cid-ur9AEw1Yv9 .content-container .btn-bgr {
  z-index: 0;
}
.cid-ur9AEw1Yv9 .box-item-text {
  color: #767676;
}
.cid-ur9AEw1Yv9 .box-item {
  padding: 2.5rem;
}
.cid-ur9AEw1Yv9 .box-item:first-child {
  background-color: #e3f2fd;
}
.cid-ur9AEw1Yv9 .box-item:nth-child(2) {
  background-color: #fafafa;
}
.cid-ur9AEw1Yv9 .box-item:last-child {
  background-color: #e3f2fd;
}
.cid-ur9AEw1Yv9 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-ur9AEw1Yv9 .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-ur9AEw1Yv9 .box-list li:last-child {
  border-bottom: none;
}
.cid-ur9AEw1Yv9 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-ur9AEw1Yv9 .mbr-iconfont {
  color: #66458e;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-ur9AEw1Yv9 .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-ur9AEw1Yv9 .mbr-section-subtitle,
  .cid-ur9AEw1Yv9 .mbr-section-title,
  .cid-ur9AEw1Yv9 .mbr-text,
  .cid-ur9AEw1Yv9 .mbr-section-btn,
  .cid-ur9AEw1Yv9 .icon-block-top,
  .cid-ur9AEw1Yv9 .box-item-title,
  .cid-ur9AEw1Yv9 .box-item-text {
    text-align: center !important;
  }
}
.cid-ur9AEw1Yv9 .mbr-section-title {
  color: #767676;
}
.cid-ur9AEw1Yv9 .mbr-section-subtitle {
  color: #767676;
}
.cid-ur9AEw1Yv9 .mbr-text,
.cid-ur9AEw1Yv9 .mbr-section-btn {
  color: #767676;
}
.cid-ur9AEw1Yv9 .icon-block-top,
.cid-ur9AEw1Yv9 .box-item-title {
  color: #767676;
}
.cid-ur9AEx7Ljb {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ur9AEx7Ljb .content {
    text-align: center;
  }
  .cid-ur9AEx7Ljb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ur9AEx7Ljb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ur9AEx7Ljb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ur9AEx7Ljb .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-ur9AEx7Ljb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ur9AEx7Ljb .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-ur9AEx7Ljb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ur9AEx7Ljb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ur9AEx7Ljb .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ur9AEx7Ljb .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ur9AEx7Ljb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ur9AEx7Ljb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ur9AEx7Ljb H5 {
  color: #5b686b;
}
.cid-ur9AEx7Ljb P {
  color: #767676;
}
.cid-ur9AEx7Ljb .copyright > p {
  color: #767676;
}
