body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.28rem;
}
/* ---- 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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: #0f7699 !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: #0f7699 !important;
  border-color: #0f7699 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !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: #062e3c;
  color: #062e3c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0f7699;
  border-color: #0f7699;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0f7699 !important;
  border-color: #0f7699 !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: #0f7699 !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: #062e3c !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) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0f7699;
  border-color: #0f7699;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0f7699;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3cbfec;
}
.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: 'Rubik', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
}
blockquote {
  border-color: #0f7699;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@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: #0f7699;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0f7699;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@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: #0f7699;
  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: #0f7699;
  border-bottom-color: #0f7699;
}
.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: #0f7699 !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='%230f7699' %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-qKm9VVNh8I .navbar {
  background: #e4f4fa;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qKm9VVNh8I .navbar-dropdown.bg-color.transparent.opened {
  background: #e4f4fa;
}
.cid-qKm9VVNh8I a {
  font-style: normal;
}
.cid-qKm9VVNh8I .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKm9VVNh8I .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKm9VVNh8I .nav-item:focus,
.cid-qKm9VVNh8I .nav-link:focus {
  outline: none;
}
.cid-qKm9VVNh8I .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKm9VVNh8I .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKm9VVNh8I .menu-logo {
  margin-right: auto;
}
.cid-qKm9VVNh8I .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKm9VVNh8I .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qKm9VVNh8I .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKm9VVNh8I .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKm9VVNh8I .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKm9VVNh8I .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKm9VVNh8I .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKm9VVNh8I .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKm9VVNh8I .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKm9VVNh8I .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKm9VVNh8I .dropdown .dropdown-menu {
  background: #e4f4fa;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKm9VVNh8I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKm9VVNh8I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKm9VVNh8I .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKm9VVNh8I .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKm9VVNh8I .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-qKm9VVNh8I .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKm9VVNh8I .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKm9VVNh8I .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKm9VVNh8I .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKm9VVNh8I .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKm9VVNh8I .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKm9VVNh8I button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKm9VVNh8I button.navbar-toggler:focus {
  outline: none;
}
.cid-qKm9VVNh8I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qKm9VVNh8I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKm9VVNh8I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKm9VVNh8I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKm9VVNh8I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKm9VVNh8I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKm9VVNh8I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKm9VVNh8I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKm9VVNh8I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKm9VVNh8I .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKm9VVNh8I .collapsed .btn {
  display: flex;
}
.cid-qKm9VVNh8I .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKm9VVNh8I .collapsed .navbar-collapse.collapsing,
.cid-qKm9VVNh8I .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKm9VVNh8I .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKm9VVNh8I .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKm9VVNh8I .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKm9VVNh8I .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKm9VVNh8I .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKm9VVNh8I .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKm9VVNh8I .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKm9VVNh8I .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKm9VVNh8I .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKm9VVNh8I .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKm9VVNh8I .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKm9VVNh8I .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKm9VVNh8I .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKm9VVNh8I .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-qKm9VVNh8I .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKm9VVNh8I .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKm9VVNh8I .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-qKm9VVNh8I.navbar-expand {
    flex-direction: column;
  }
  .cid-qKm9VVNh8I img {
    height: 3.8rem !important;
  }
  .cid-qKm9VVNh8I .btn {
    display: flex;
  }
  .cid-qKm9VVNh8I button.navbar-toggler {
    display: block;
  }
  .cid-qKm9VVNh8I .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKm9VVNh8I .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKm9VVNh8I .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKm9VVNh8I .navbar-collapse.collapsing,
  .cid-qKm9VVNh8I .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKm9VVNh8I .navbar-collapse.collapsing .navbar-nav,
  .cid-qKm9VVNh8I .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKm9VVNh8I .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKm9VVNh8I .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKm9VVNh8I .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKm9VVNh8I .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKm9VVNh8I .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKm9VVNh8I .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKm9VVNh8I .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKm9VVNh8I .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKm9VVNh8I .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-qKm9VVNh8I .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKm9VVNh8I .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKm9VVNh8I .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-qKm9VVNh8I .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKm9VVNh8I .navbar-collapse {
  flex-basis: auto;
}
.cid-qKm9VVNh8I .nav-link:hover,
.cid-qKm9VVNh8I .dropdown-item:hover {
  color: #232323 !important;
}
.cid-sIprwfevGl {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-sIprwfevGl .card-box {
  padding: 0 2rem;
}
.cid-sIprwfevGl .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sIprwfevGl .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sIprwfevGl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sIprwfevGl p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-sIprwfevGl .mbr-text {
  color: #767676;
}
.cid-sIprwfevGl .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #073b4c;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sIprwfevGl .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qKmg6SBYH2 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #149dcc;
  background: linear-gradient(45deg, #149dcc, #000000);
}
@media (min-width: 992px) {
  .cid-qKmg6SBYH2 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qKmg6SBYH2 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qKmg6SBYH2 .mbr-text {
    text-align: center;
  }
}
.cid-qKmg6SBYH2 .mbr-text,
.cid-qKmg6SBYH2 .mbr-section-btn {
  text-align: left;
}
.cid-rsH3T1nsJz {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #55b4d4;
}
.cid-rsH3T1nsJz .images-container.container-fluid {
  padding: 0;
}
.cid-rsH3T1nsJz .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
  width: 100% !important;
}
.cid-rsH3T1nsJz .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rsH3T1nsJz .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rsH3T1nsJz .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rsH3T1nsJz .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rsH3T1nsJz .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rsH3T1nsJz .img-item {
    width: 100% !important;
  }
  .cid-rsH3T1nsJz .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-t9bSHlQr8C {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-t9bSHlQr8C .mbr-section-text {
  color: #767676;
  text-align: left;
}
.cid-t9bSHlQr8C .mbr-section-subtitle {
  color: #767676;
}
.cid-t9bSHlQr8C .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t9bSHlQr8C .mbr-iconfont {
  font-size: 48px;
}
.cid-t9bSHlQr8C .card-img {
  margin-bottom: 1.5rem;
}
.cid-t9bSHlQr8C .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t9bSHlQr8C .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-t9bSHlQr8C .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-t9bSHlQr8C .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #767676;
}
.cid-t9bSHlQr8C .nav-tabs .nav-link:hover {
  background: #149dcc;
}
.cid-t9bSHlQr8C .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #149dcc;
  background: #149dcc;
}
.cid-t9bSHlQr8C .nav-tabs .nav-link.active:hover {
  border: 2px solid #149dcc;
}
.cid-t9bSHlQr8C H4 {
  color: #55b4d4;
}
.cid-qKmsGkKXKz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-qKmsGkKXKz .mbr-section-text {
  color: #767676;
  text-align: left;
}
.cid-qKmsGkKXKz .mbr-section-subtitle {
  color: #767676;
}
.cid-qKmsGkKXKz .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qKmsGkKXKz .mbr-iconfont {
  font-size: 48px;
}
.cid-qKmsGkKXKz .card-img {
  margin-bottom: 1.5rem;
}
.cid-qKmsGkKXKz .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qKmsGkKXKz .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-qKmsGkKXKz .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-qKmsGkKXKz .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #767676;
}
.cid-qKmsGkKXKz .nav-tabs .nav-link:hover {
  background: #149dcc;
}
.cid-qKmsGkKXKz .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #149dcc;
  background: #149dcc;
}
.cid-qKmsGkKXKz .nav-tabs .nav-link.active:hover {
  border: 2px solid #149dcc;
}
.cid-qKmtBiHJNp {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #e4f4fa;
}
.cid-qKmtBiHJNp .mbr-section-subtitle {
  color: #767676;
}
.cid-qKmtBiHJNp .container-table {
  margin: 0 auto;
}
.cid-qKmtBiHJNp .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qKmtBiHJNp .dataTables_wrapper {
  display: block;
}
.cid-qKmtBiHJNp .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qKmtBiHJNp .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qKmtBiHJNp table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #232323;
  margin-bottom: 0;
}
.cid-qKmtBiHJNp table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qKmtBiHJNp table th:hover {
  background: #232323;
  color: #ffffff;
}
.cid-qKmtBiHJNp table td {
  border-top: 1px solid #232323;
}
.cid-qKmtBiHJNp table.table {
  background: #55b4d4;
}
.cid-qKmtBiHJNp .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qKmtBiHJNp .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qKmtBiHJNp .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qKmtBiHJNp .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qKmtBiHJNp .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qKmtBiHJNp .dataTables_filter {
    text-align: center;
  }
  .cid-qKmtBiHJNp .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qKmtBiHJNp .body-item {
  color: #232323;
  text-align: center;
}
.cid-qKmtBiHJNp .head-item {
  color: #232323;
  text-align: center;
}
.cid-rsGT6tAu2m {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-rsGT6tAu2m .mbr-section-subtitle {
  color: #232323;
}
.cid-rsGT6tAu2m .container-table {
  margin: 0 auto;
}
.cid-rsGT6tAu2m .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rsGT6tAu2m .dataTables_wrapper {
  display: block;
}
.cid-rsGT6tAu2m .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rsGT6tAu2m .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rsGT6tAu2m table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #060606;
  margin-bottom: 0;
}
.cid-rsGT6tAu2m table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rsGT6tAu2m table th:hover {
  background: #060606;
  color: #ffffff;
}
.cid-rsGT6tAu2m table td {
  border-top: 1px solid #060606;
}
.cid-rsGT6tAu2m table.table {
  background: #55b4d4;
}
.cid-rsGT6tAu2m .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rsGT6tAu2m .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rsGT6tAu2m .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rsGT6tAu2m .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rsGT6tAu2m .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rsGT6tAu2m .dataTables_filter {
    text-align: center;
  }
  .cid-rsGT6tAu2m .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rsGT6tAu2m .mbr-section-subtitle U {
  color: #060606;
}
.cid-uT08RYWHL2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-uT08RYWHL2 .mbr-section-subtitle {
  color: #232323;
}
.cid-uT08RYWHL2 .container-table {
  margin: 0 auto;
}
.cid-uT08RYWHL2 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uT08RYWHL2 .dataTables_wrapper {
  display: block;
}
.cid-uT08RYWHL2 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uT08RYWHL2 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uT08RYWHL2 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #060606;
  margin-bottom: 0;
}
.cid-uT08RYWHL2 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uT08RYWHL2 table th:hover {
  background: #060606;
  color: #ffffff;
}
.cid-uT08RYWHL2 table td {
  border-top: 1px solid #060606;
}
.cid-uT08RYWHL2 table.table {
  background: #55b4d4;
}
.cid-uT08RYWHL2 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uT08RYWHL2 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uT08RYWHL2 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uT08RYWHL2 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uT08RYWHL2 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uT08RYWHL2 .dataTables_filter {
    text-align: center;
  }
  .cid-uT08RYWHL2 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uT08RYWHL2 .mbr-section-subtitle U {
  color: #060606;
}
.cid-qKmLbBVJCM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qKmLbBVJCM .content {
    text-align: center;
  }
  .cid-qKmLbBVJCM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKmLbBVJCM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKmLbBVJCM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKmLbBVJCM .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKmLbBVJCM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKmLbBVJCM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKmLbBVJCM .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKmLbBVJCM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKmLbBVJCM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKmLbBVJCM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKmLbBVJCM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKmLbBVJCM .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKm9VVNh8I .navbar {
  background: #e4f4fa;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qKm9VVNh8I .navbar-dropdown.bg-color.transparent.opened {
  background: #e4f4fa;
}
.cid-qKm9VVNh8I a {
  font-style: normal;
}
.cid-qKm9VVNh8I .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKm9VVNh8I .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKm9VVNh8I .nav-item:focus,
.cid-qKm9VVNh8I .nav-link:focus {
  outline: none;
}
.cid-qKm9VVNh8I .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKm9VVNh8I .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKm9VVNh8I .menu-logo {
  margin-right: auto;
}
.cid-qKm9VVNh8I .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKm9VVNh8I .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qKm9VVNh8I .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKm9VVNh8I .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKm9VVNh8I .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKm9VVNh8I .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKm9VVNh8I .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKm9VVNh8I .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKm9VVNh8I .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKm9VVNh8I .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKm9VVNh8I .dropdown .dropdown-menu {
  background: #e4f4fa;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKm9VVNh8I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKm9VVNh8I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKm9VVNh8I .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKm9VVNh8I .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKm9VVNh8I .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-qKm9VVNh8I .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKm9VVNh8I .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKm9VVNh8I .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKm9VVNh8I .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKm9VVNh8I .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKm9VVNh8I .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKm9VVNh8I button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKm9VVNh8I button.navbar-toggler:focus {
  outline: none;
}
.cid-qKm9VVNh8I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qKm9VVNh8I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKm9VVNh8I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKm9VVNh8I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKm9VVNh8I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKm9VVNh8I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKm9VVNh8I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKm9VVNh8I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKm9VVNh8I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKm9VVNh8I .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKm9VVNh8I .collapsed .btn {
  display: flex;
}
.cid-qKm9VVNh8I .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKm9VVNh8I .collapsed .navbar-collapse.collapsing,
.cid-qKm9VVNh8I .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKm9VVNh8I .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKm9VVNh8I .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKm9VVNh8I .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKm9VVNh8I .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKm9VVNh8I .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKm9VVNh8I .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKm9VVNh8I .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKm9VVNh8I .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKm9VVNh8I .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKm9VVNh8I .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKm9VVNh8I .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKm9VVNh8I .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKm9VVNh8I .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKm9VVNh8I .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-qKm9VVNh8I .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKm9VVNh8I .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKm9VVNh8I .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-qKm9VVNh8I.navbar-expand {
    flex-direction: column;
  }
  .cid-qKm9VVNh8I img {
    height: 3.8rem !important;
  }
  .cid-qKm9VVNh8I .btn {
    display: flex;
  }
  .cid-qKm9VVNh8I button.navbar-toggler {
    display: block;
  }
  .cid-qKm9VVNh8I .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKm9VVNh8I .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKm9VVNh8I .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKm9VVNh8I .navbar-collapse.collapsing,
  .cid-qKm9VVNh8I .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKm9VVNh8I .navbar-collapse.collapsing .navbar-nav,
  .cid-qKm9VVNh8I .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKm9VVNh8I .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKm9VVNh8I .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKm9VVNh8I .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKm9VVNh8I .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKm9VVNh8I .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKm9VVNh8I .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKm9VVNh8I .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKm9VVNh8I .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKm9VVNh8I .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-qKm9VVNh8I .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKm9VVNh8I .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKm9VVNh8I .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-qKm9VVNh8I .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKm9VVNh8I .navbar-collapse {
  flex-basis: auto;
}
.cid-qKm9VVNh8I .nav-link:hover,
.cid-qKm9VVNh8I .dropdown-item:hover {
  color: #232323 !important;
}
.cid-qKmRrZWoiY {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/jumbotron.jpg");
}
.cid-qMfvcndBDI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qMfvcndBDI .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qMfvcndBDI .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qMfvcndBDI .mbr-text {
  color: #767676;
}
.cid-qKmSwce7zO {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qKmSwce7zO .mbr-text,
.cid-qKmSwce7zO blockquote {
  color: #767676;
}
.cid-qKmTEb0WtC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qKmTEb0WtC .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qKmTEb0WtC .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qKmTEb0WtC .mbr-text {
  color: #767676;
}
.cid-qKmULkOVlS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qKmULkOVlS .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qKmULkOVlS .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-qKmULkOVlS .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-qKmVkDNemr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qKmVkDNemr .content {
    text-align: center;
  }
  .cid-qKmVkDNemr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKmVkDNemr .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKmVkDNemr .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKmVkDNemr .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKmVkDNemr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKmVkDNemr .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKmVkDNemr .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKmVkDNemr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKmVkDNemr .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKmVkDNemr .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKmVkDNemr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKmVkDNemr .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKn0t5hNVz .navbar {
  background: #e4f4fa;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qKn0t5hNVz .navbar-dropdown.bg-color.transparent.opened {
  background: #e4f4fa;
}
.cid-qKn0t5hNVz a {
  font-style: normal;
}
.cid-qKn0t5hNVz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKn0t5hNVz .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKn0t5hNVz .nav-item:focus,
.cid-qKn0t5hNVz .nav-link:focus {
  outline: none;
}
.cid-qKn0t5hNVz .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKn0t5hNVz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKn0t5hNVz .menu-logo {
  margin-right: auto;
}
.cid-qKn0t5hNVz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKn0t5hNVz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qKn0t5hNVz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKn0t5hNVz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKn0t5hNVz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKn0t5hNVz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKn0t5hNVz .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKn0t5hNVz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKn0t5hNVz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKn0t5hNVz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKn0t5hNVz .dropdown .dropdown-menu {
  background: #e4f4fa;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKn0t5hNVz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKn0t5hNVz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKn0t5hNVz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKn0t5hNVz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKn0t5hNVz .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-qKn0t5hNVz .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKn0t5hNVz .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKn0t5hNVz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKn0t5hNVz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKn0t5hNVz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKn0t5hNVz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKn0t5hNVz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKn0t5hNVz button.navbar-toggler:focus {
  outline: none;
}
.cid-qKn0t5hNVz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qKn0t5hNVz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKn0t5hNVz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKn0t5hNVz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKn0t5hNVz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKn0t5hNVz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKn0t5hNVz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKn0t5hNVz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKn0t5hNVz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKn0t5hNVz .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKn0t5hNVz .collapsed .btn {
  display: flex;
}
.cid-qKn0t5hNVz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKn0t5hNVz .collapsed .navbar-collapse.collapsing,
.cid-qKn0t5hNVz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKn0t5hNVz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKn0t5hNVz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKn0t5hNVz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKn0t5hNVz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKn0t5hNVz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKn0t5hNVz .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKn0t5hNVz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKn0t5hNVz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKn0t5hNVz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKn0t5hNVz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKn0t5hNVz .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKn0t5hNVz .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKn0t5hNVz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKn0t5hNVz .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-qKn0t5hNVz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKn0t5hNVz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKn0t5hNVz .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-qKn0t5hNVz.navbar-expand {
    flex-direction: column;
  }
  .cid-qKn0t5hNVz img {
    height: 3.8rem !important;
  }
  .cid-qKn0t5hNVz .btn {
    display: flex;
  }
  .cid-qKn0t5hNVz button.navbar-toggler {
    display: block;
  }
  .cid-qKn0t5hNVz .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKn0t5hNVz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKn0t5hNVz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKn0t5hNVz .navbar-collapse.collapsing,
  .cid-qKn0t5hNVz .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKn0t5hNVz .navbar-collapse.collapsing .navbar-nav,
  .cid-qKn0t5hNVz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKn0t5hNVz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKn0t5hNVz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKn0t5hNVz .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKn0t5hNVz .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKn0t5hNVz .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKn0t5hNVz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKn0t5hNVz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKn0t5hNVz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKn0t5hNVz .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-qKn0t5hNVz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKn0t5hNVz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKn0t5hNVz .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-qKn0t5hNVz .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKn0t5hNVz .navbar-collapse {
  flex-basis: auto;
}
.cid-qKn0t5hNVz .nav-link:hover,
.cid-qKn0t5hNVz .dropdown-item:hover {
  color: #232323 !important;
}
.cid-qKn1frR3xP {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/jumbotron.jpg");
}
.cid-qKn1tNfOBe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #149dcc;
  background: linear-gradient(45deg, #149dcc, #000000);
}
@media (min-width: 992px) {
  .cid-qKn1tNfOBe .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qKn1tNfOBe .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qKn1tNfOBe .mbr-text {
    text-align: center;
  }
}
.cid-qKn2omV7lR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qKn2omV7lR .mbr-section-subtitle {
  color: #767676;
}
.cid-qKn2omV7lR .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-qKn2omV7lR .mbr-text {
  color: #767676;
}
.cid-qKn2omV7lR .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-qKn2omV7lR .mbr-author-name {
  color: #767676;
}
.cid-qKn2omV7lR .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-qKn2omV7lR .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-qKn2omV7lR .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-qKn2omV7lR .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qKn2omV7lR .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-qKn2omV7lR .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-qKn5I98bbM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-qKn5I98bbM .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-qKn5I98bbM .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #767676;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .3s;
}
.cid-qKn5I98bbM .nav-tabs .nav-link:hover {
  background-color: #149dcc;
}
.cid-qKn5I98bbM .nav-tabs .nav-link:focus {
  box-shadow: none;
  background-color: #149dcc;
}
.cid-qKn5I98bbM .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #149dcc;
}
.cid-qKn5I98bbM .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-qKn5I98bbM .mbr-section-subtitle {
  color: #767676;
}
.cid-qKn5I98bbM p {
  color: #767676;
}
.cid-qKn5I98bbM .mbr-figure {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-right: 4rem;
}
.cid-qKn5I98bbM .mbr-text {
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-qKn5I98bbM .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-qKn7Np80mU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qKn7Np80mU .content {
    text-align: center;
  }
  .cid-qKn7Np80mU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKn7Np80mU .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKn7Np80mU .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKn7Np80mU .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKn7Np80mU .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKn7Np80mU .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKn7Np80mU .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKn7Np80mU .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKn7Np80mU .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKn7Np80mU .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKn7Np80mU .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKn7Np80mU .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKnaf3SGEy .navbar {
  background: #e4f4fa;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qKnaf3SGEy .navbar-dropdown.bg-color.transparent.opened {
  background: #e4f4fa;
}
.cid-qKnaf3SGEy a {
  font-style: normal;
}
.cid-qKnaf3SGEy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKnaf3SGEy .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKnaf3SGEy .nav-item:focus,
.cid-qKnaf3SGEy .nav-link:focus {
  outline: none;
}
.cid-qKnaf3SGEy .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKnaf3SGEy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKnaf3SGEy .menu-logo {
  margin-right: auto;
}
.cid-qKnaf3SGEy .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKnaf3SGEy .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qKnaf3SGEy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKnaf3SGEy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKnaf3SGEy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKnaf3SGEy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKnaf3SGEy .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKnaf3SGEy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKnaf3SGEy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKnaf3SGEy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKnaf3SGEy .dropdown .dropdown-menu {
  background: #e4f4fa;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKnaf3SGEy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKnaf3SGEy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKnaf3SGEy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKnaf3SGEy .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKnaf3SGEy .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-qKnaf3SGEy .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKnaf3SGEy .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKnaf3SGEy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKnaf3SGEy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKnaf3SGEy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKnaf3SGEy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKnaf3SGEy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKnaf3SGEy button.navbar-toggler:focus {
  outline: none;
}
.cid-qKnaf3SGEy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qKnaf3SGEy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKnaf3SGEy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKnaf3SGEy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKnaf3SGEy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKnaf3SGEy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKnaf3SGEy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKnaf3SGEy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKnaf3SGEy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKnaf3SGEy .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKnaf3SGEy .collapsed .btn {
  display: flex;
}
.cid-qKnaf3SGEy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKnaf3SGEy .collapsed .navbar-collapse.collapsing,
.cid-qKnaf3SGEy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKnaf3SGEy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKnaf3SGEy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKnaf3SGEy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKnaf3SGEy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKnaf3SGEy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKnaf3SGEy .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKnaf3SGEy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKnaf3SGEy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKnaf3SGEy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKnaf3SGEy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKnaf3SGEy .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKnaf3SGEy .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKnaf3SGEy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKnaf3SGEy .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-qKnaf3SGEy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKnaf3SGEy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKnaf3SGEy .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-qKnaf3SGEy.navbar-expand {
    flex-direction: column;
  }
  .cid-qKnaf3SGEy img {
    height: 3.8rem !important;
  }
  .cid-qKnaf3SGEy .btn {
    display: flex;
  }
  .cid-qKnaf3SGEy button.navbar-toggler {
    display: block;
  }
  .cid-qKnaf3SGEy .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKnaf3SGEy .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKnaf3SGEy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKnaf3SGEy .navbar-collapse.collapsing,
  .cid-qKnaf3SGEy .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKnaf3SGEy .navbar-collapse.collapsing .navbar-nav,
  .cid-qKnaf3SGEy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKnaf3SGEy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKnaf3SGEy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKnaf3SGEy .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKnaf3SGEy .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKnaf3SGEy .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKnaf3SGEy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKnaf3SGEy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKnaf3SGEy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKnaf3SGEy .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-qKnaf3SGEy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKnaf3SGEy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKnaf3SGEy .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-qKnaf3SGEy .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKnaf3SGEy .navbar-collapse {
  flex-basis: auto;
}
.cid-qKnaf3SGEy .nav-link:hover,
.cid-qKnaf3SGEy .dropdown-item:hover {
  color: #232323 !important;
}
.cid-qKnaf50vmt {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/jumbotron.jpg");
}
.cid-qKnbk639zh {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-qKnbk639zh .card-img {
  background-color: #fff;
}
.cid-qKnbk639zh .card-box {
  background-color: #149dcc;
  padding: 2rem;
}
.cid-qKnbk639zh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qKnbk639zh p {
  text-align: left;
}
.cid-qKnbk639zh .mbr-text {
  color: #767676;
}
.cid-qKnbk639zh .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qKnbk639zh .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qKnbk639zh .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qKnbk639zh .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-qKndpNhVLo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qKndpNhVLo .mbr-section-subtitle {
  color: #767676;
}
.cid-qKndpNhVLo .container-table {
  margin: 0 auto;
}
.cid-qKndpNhVLo .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qKndpNhVLo .dataTables_wrapper {
  display: block;
}
.cid-qKndpNhVLo .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qKndpNhVLo .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qKndpNhVLo table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qKndpNhVLo table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qKndpNhVLo table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qKndpNhVLo table td {
  border-top: 1px solid #cccccc;
}
.cid-qKndpNhVLo table.table {
  background: #ffffff;
}
.cid-qKndpNhVLo .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qKndpNhVLo .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qKndpNhVLo .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qKndpNhVLo .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qKndpNhVLo .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qKndpNhVLo .dataTables_filter {
    text-align: center;
  }
  .cid-qKndpNhVLo .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qKnh0NU4qD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qKnh0NU4qD .mbr-section-subtitle {
  color: #767676;
}
.cid-qKnh0NU4qD .container-table {
  margin: 0 auto;
}
.cid-qKnh0NU4qD .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qKnh0NU4qD .dataTables_wrapper {
  display: block;
}
.cid-qKnh0NU4qD .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qKnh0NU4qD .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qKnh0NU4qD table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qKnh0NU4qD table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qKnh0NU4qD table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qKnh0NU4qD table td {
  border-top: 1px solid #cccccc;
}
.cid-qKnh0NU4qD table.table {
  background: #ffffff;
}
.cid-qKnh0NU4qD .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qKnh0NU4qD .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qKnh0NU4qD .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qKnh0NU4qD .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qKnh0NU4qD .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qKnh0NU4qD .dataTables_filter {
    text-align: center;
  }
  .cid-qKnh0NU4qD .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qKo1BEVmqS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qKo1BEVmqS .content {
    text-align: center;
  }
  .cid-qKo1BEVmqS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKo1BEVmqS .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKo1BEVmqS .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKo1BEVmqS .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKo1BEVmqS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKo1BEVmqS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKo1BEVmqS .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKo1BEVmqS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKo1BEVmqS .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKo1BEVmqS .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKo1BEVmqS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKo1BEVmqS .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKomdDPwy4 .navbar {
  background: #e4f4fa;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qKomdDPwy4 .navbar-dropdown.bg-color.transparent.opened {
  background: #e4f4fa;
}
.cid-qKomdDPwy4 a {
  font-style: normal;
}
.cid-qKomdDPwy4 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKomdDPwy4 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKomdDPwy4 .nav-item:focus,
.cid-qKomdDPwy4 .nav-link:focus {
  outline: none;
}
.cid-qKomdDPwy4 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKomdDPwy4 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKomdDPwy4 .menu-logo {
  margin-right: auto;
}
.cid-qKomdDPwy4 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKomdDPwy4 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qKomdDPwy4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKomdDPwy4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKomdDPwy4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKomdDPwy4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKomdDPwy4 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKomdDPwy4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKomdDPwy4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKomdDPwy4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKomdDPwy4 .dropdown .dropdown-menu {
  background: #e4f4fa;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKomdDPwy4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKomdDPwy4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKomdDPwy4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKomdDPwy4 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKomdDPwy4 .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-qKomdDPwy4 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKomdDPwy4 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKomdDPwy4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKomdDPwy4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKomdDPwy4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKomdDPwy4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKomdDPwy4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKomdDPwy4 button.navbar-toggler:focus {
  outline: none;
}
.cid-qKomdDPwy4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qKomdDPwy4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKomdDPwy4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKomdDPwy4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKomdDPwy4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKomdDPwy4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKomdDPwy4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKomdDPwy4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKomdDPwy4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKomdDPwy4 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKomdDPwy4 .collapsed .btn {
  display: flex;
}
.cid-qKomdDPwy4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKomdDPwy4 .collapsed .navbar-collapse.collapsing,
.cid-qKomdDPwy4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKomdDPwy4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKomdDPwy4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKomdDPwy4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKomdDPwy4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKomdDPwy4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKomdDPwy4 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKomdDPwy4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKomdDPwy4 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKomdDPwy4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKomdDPwy4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKomdDPwy4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKomdDPwy4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKomdDPwy4 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKomdDPwy4 .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-qKomdDPwy4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKomdDPwy4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKomdDPwy4 .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-qKomdDPwy4.navbar-expand {
    flex-direction: column;
  }
  .cid-qKomdDPwy4 img {
    height: 3.8rem !important;
  }
  .cid-qKomdDPwy4 .btn {
    display: flex;
  }
  .cid-qKomdDPwy4 button.navbar-toggler {
    display: block;
  }
  .cid-qKomdDPwy4 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKomdDPwy4 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKomdDPwy4 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKomdDPwy4 .navbar-collapse.collapsing,
  .cid-qKomdDPwy4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKomdDPwy4 .navbar-collapse.collapsing .navbar-nav,
  .cid-qKomdDPwy4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKomdDPwy4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKomdDPwy4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKomdDPwy4 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKomdDPwy4 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKomdDPwy4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKomdDPwy4 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKomdDPwy4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKomdDPwy4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKomdDPwy4 .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-qKomdDPwy4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKomdDPwy4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKomdDPwy4 .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-qKomdDPwy4 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKomdDPwy4 .navbar-collapse {
  flex-basis: auto;
}
.cid-qKomdDPwy4 .nav-link:hover,
.cid-qKomdDPwy4 .dropdown-item:hover {
  color: #232323 !important;
}
.cid-qKomdEGWZZ {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/jumbotron.jpg");
}
.cid-qKomdFzcds {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-qKomdFzcds .card-img {
  background-color: #fff;
}
.cid-qKomdFzcds .card-box {
  background-color: #149dcc;
  padding: 2rem;
}
.cid-qKomdFzcds h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qKomdFzcds p {
  text-align: left;
}
.cid-qKomdFzcds .mbr-text {
  color: #767676;
}
.cid-qKomdFzcds .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qKomdFzcds .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qKomdFzcds .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qKomdFzcds .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-qKomdHC9QT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qKomdHC9QT .mbr-section-subtitle {
  color: #767676;
}
.cid-qKomdHC9QT .container-table {
  margin: 0 auto;
}
.cid-qKomdHC9QT .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qKomdHC9QT .dataTables_wrapper {
  display: block;
}
.cid-qKomdHC9QT .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qKomdHC9QT .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qKomdHC9QT table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qKomdHC9QT table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qKomdHC9QT table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qKomdHC9QT table td {
  border-top: 1px solid #cccccc;
}
.cid-qKomdHC9QT table.table {
  background: #ffffff;
}
.cid-qKomdHC9QT .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qKomdHC9QT .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qKomdHC9QT .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qKomdHC9QT .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qKomdHC9QT .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qKomdHC9QT .dataTables_filter {
    text-align: center;
  }
  .cid-qKomdHC9QT .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qKomdLvk6E {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qKomdLvk6E .mbr-section-subtitle {
  color: #767676;
}
.cid-qKomdLvk6E .container-table {
  margin: 0 auto;
}
.cid-qKomdLvk6E .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qKomdLvk6E .dataTables_wrapper {
  display: block;
}
.cid-qKomdLvk6E .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qKomdLvk6E .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qKomdLvk6E table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qKomdLvk6E table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qKomdLvk6E table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qKomdLvk6E table td {
  border-top: 1px solid #cccccc;
}
.cid-qKomdLvk6E table.table {
  background: #ffffff;
}
.cid-qKomdLvk6E .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qKomdLvk6E .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qKomdLvk6E .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qKomdLvk6E .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qKomdLvk6E .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qKomdLvk6E .dataTables_filter {
    text-align: center;
  }
  .cid-qKomdLvk6E .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qKovlEuDid {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qKovlEuDid .mbr-section-subtitle {
  color: #767676;
}
.cid-qKovlEuDid .container-table {
  margin: 0 auto;
}
.cid-qKovlEuDid .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qKovlEuDid .dataTables_wrapper {
  display: block;
}
.cid-qKovlEuDid .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qKovlEuDid .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qKovlEuDid table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qKovlEuDid table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qKovlEuDid table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qKovlEuDid table td {
  border-top: 1px solid #cccccc;
}
.cid-qKovlEuDid table.table {
  background: #ffffff;
}
.cid-qKovlEuDid .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qKovlEuDid .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qKovlEuDid .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qKovlEuDid .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qKovlEuDid .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qKovlEuDid .dataTables_filter {
    text-align: center;
  }
  .cid-qKovlEuDid .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qKowJ51Xjh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qKowJ51Xjh .content {
    text-align: center;
  }
  .cid-qKowJ51Xjh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKowJ51Xjh .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKowJ51Xjh .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKowJ51Xjh .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKowJ51Xjh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKowJ51Xjh .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKowJ51Xjh .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKowJ51Xjh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKowJ51Xjh .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKowJ51Xjh .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKowJ51Xjh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKowJ51Xjh .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKoxkCLthv .navbar {
  background: #e4f4fa;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qKoxkCLthv .navbar-dropdown.bg-color.transparent.opened {
  background: #e4f4fa;
}
.cid-qKoxkCLthv a {
  font-style: normal;
}
.cid-qKoxkCLthv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKoxkCLthv .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKoxkCLthv .nav-item:focus,
.cid-qKoxkCLthv .nav-link:focus {
  outline: none;
}
.cid-qKoxkCLthv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKoxkCLthv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKoxkCLthv .menu-logo {
  margin-right: auto;
}
.cid-qKoxkCLthv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKoxkCLthv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qKoxkCLthv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKoxkCLthv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKoxkCLthv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKoxkCLthv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKoxkCLthv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKoxkCLthv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKoxkCLthv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKoxkCLthv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKoxkCLthv .dropdown .dropdown-menu {
  background: #e4f4fa;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKoxkCLthv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKoxkCLthv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKoxkCLthv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKoxkCLthv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKoxkCLthv .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-qKoxkCLthv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKoxkCLthv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKoxkCLthv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKoxkCLthv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKoxkCLthv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKoxkCLthv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKoxkCLthv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKoxkCLthv button.navbar-toggler:focus {
  outline: none;
}
.cid-qKoxkCLthv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qKoxkCLthv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKoxkCLthv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKoxkCLthv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKoxkCLthv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKoxkCLthv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKoxkCLthv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKoxkCLthv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKoxkCLthv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKoxkCLthv .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKoxkCLthv .collapsed .btn {
  display: flex;
}
.cid-qKoxkCLthv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKoxkCLthv .collapsed .navbar-collapse.collapsing,
.cid-qKoxkCLthv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKoxkCLthv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKoxkCLthv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKoxkCLthv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKoxkCLthv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKoxkCLthv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKoxkCLthv .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKoxkCLthv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKoxkCLthv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKoxkCLthv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKoxkCLthv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKoxkCLthv .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKoxkCLthv .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKoxkCLthv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKoxkCLthv .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-qKoxkCLthv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKoxkCLthv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKoxkCLthv .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-qKoxkCLthv.navbar-expand {
    flex-direction: column;
  }
  .cid-qKoxkCLthv img {
    height: 3.8rem !important;
  }
  .cid-qKoxkCLthv .btn {
    display: flex;
  }
  .cid-qKoxkCLthv button.navbar-toggler {
    display: block;
  }
  .cid-qKoxkCLthv .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKoxkCLthv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKoxkCLthv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKoxkCLthv .navbar-collapse.collapsing,
  .cid-qKoxkCLthv .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKoxkCLthv .navbar-collapse.collapsing .navbar-nav,
  .cid-qKoxkCLthv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKoxkCLthv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKoxkCLthv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKoxkCLthv .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKoxkCLthv .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKoxkCLthv .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKoxkCLthv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKoxkCLthv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKoxkCLthv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKoxkCLthv .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-qKoxkCLthv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKoxkCLthv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKoxkCLthv .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-qKoxkCLthv .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKoxkCLthv .navbar-collapse {
  flex-basis: auto;
}
.cid-qKoxkCLthv .nav-link:hover,
.cid-qKoxkCLthv .dropdown-item:hover {
  color: #232323 !important;
}
.cid-qKoxkDFUDY {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/jumbotron.jpg");
}
.cid-qKoxkELA6u {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-qKoxkELA6u .card-img {
  background-color: #fff;
}
.cid-qKoxkELA6u .card-box {
  background-color: #149dcc;
  padding: 2rem;
}
.cid-qKoxkELA6u h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qKoxkELA6u p {
  text-align: left;
}
.cid-qKoxkELA6u .mbr-text {
  color: #767676;
}
.cid-qKoxkELA6u .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qKoxkELA6u .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qKoxkELA6u .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qKoxkELA6u .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-qKoxkGmV5I {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qKoxkGmV5I .mbr-section-subtitle {
  color: #767676;
}
.cid-qKoxkGmV5I .container-table {
  margin: 0 auto;
}
.cid-qKoxkGmV5I .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qKoxkGmV5I .dataTables_wrapper {
  display: block;
}
.cid-qKoxkGmV5I .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qKoxkGmV5I .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qKoxkGmV5I table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qKoxkGmV5I table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qKoxkGmV5I table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qKoxkGmV5I table td {
  border-top: 1px solid #cccccc;
}
.cid-qKoxkGmV5I table.table {
  background: #ffffff;
}
.cid-qKoxkGmV5I .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qKoxkGmV5I .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qKoxkGmV5I .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qKoxkGmV5I .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qKoxkGmV5I .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qKoxkGmV5I .dataTables_filter {
    text-align: center;
  }
  .cid-qKoxkGmV5I .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qKoxkPoS9Z {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qKoxkPoS9Z .mbr-section-subtitle {
  color: #767676;
}
.cid-qKoxkPoS9Z .container-table {
  margin: 0 auto;
}
.cid-qKoxkPoS9Z .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qKoxkPoS9Z .dataTables_wrapper {
  display: block;
}
.cid-qKoxkPoS9Z .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qKoxkPoS9Z .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qKoxkPoS9Z table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qKoxkPoS9Z table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qKoxkPoS9Z table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qKoxkPoS9Z table td {
  border-top: 1px solid #cccccc;
}
.cid-qKoxkPoS9Z table.table {
  background: #ffffff;
}
.cid-qKoxkPoS9Z .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qKoxkPoS9Z .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qKoxkPoS9Z .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qKoxkPoS9Z .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qKoxkPoS9Z .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qKoxkPoS9Z .dataTables_filter {
    text-align: center;
  }
  .cid-qKoxkPoS9Z .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qKoxkPoS9Z .body-item {
  text-align: left;
}
.cid-qKoxkRfrc6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qKoxkRfrc6 .content {
    text-align: center;
  }
  .cid-qKoxkRfrc6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKoxkRfrc6 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKoxkRfrc6 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKoxkRfrc6 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKoxkRfrc6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKoxkRfrc6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKoxkRfrc6 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKoxkRfrc6 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKoxkRfrc6 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKoxkRfrc6 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKoxkRfrc6 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKoxkRfrc6 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKoElofb56 .navbar {
  background: #e4f4fa;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qKoElofb56 .navbar-dropdown.bg-color.transparent.opened {
  background: #e4f4fa;
}
.cid-qKoElofb56 a {
  font-style: normal;
}
.cid-qKoElofb56 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKoElofb56 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKoElofb56 .nav-item:focus,
.cid-qKoElofb56 .nav-link:focus {
  outline: none;
}
.cid-qKoElofb56 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKoElofb56 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKoElofb56 .menu-logo {
  margin-right: auto;
}
.cid-qKoElofb56 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKoElofb56 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qKoElofb56 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKoElofb56 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKoElofb56 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKoElofb56 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKoElofb56 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKoElofb56 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKoElofb56 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKoElofb56 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKoElofb56 .dropdown .dropdown-menu {
  background: #e4f4fa;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKoElofb56 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKoElofb56 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKoElofb56 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKoElofb56 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKoElofb56 .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-qKoElofb56 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKoElofb56 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKoElofb56 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKoElofb56 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKoElofb56 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKoElofb56 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKoElofb56 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKoElofb56 button.navbar-toggler:focus {
  outline: none;
}
.cid-qKoElofb56 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qKoElofb56 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKoElofb56 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKoElofb56 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKoElofb56 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKoElofb56 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKoElofb56 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKoElofb56 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKoElofb56 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKoElofb56 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKoElofb56 .collapsed .btn {
  display: flex;
}
.cid-qKoElofb56 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKoElofb56 .collapsed .navbar-collapse.collapsing,
.cid-qKoElofb56 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKoElofb56 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKoElofb56 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKoElofb56 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKoElofb56 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKoElofb56 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKoElofb56 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKoElofb56 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKoElofb56 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKoElofb56 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKoElofb56 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKoElofb56 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKoElofb56 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKoElofb56 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKoElofb56 .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-qKoElofb56 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKoElofb56 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKoElofb56 .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-qKoElofb56.navbar-expand {
    flex-direction: column;
  }
  .cid-qKoElofb56 img {
    height: 3.8rem !important;
  }
  .cid-qKoElofb56 .btn {
    display: flex;
  }
  .cid-qKoElofb56 button.navbar-toggler {
    display: block;
  }
  .cid-qKoElofb56 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKoElofb56 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKoElofb56 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKoElofb56 .navbar-collapse.collapsing,
  .cid-qKoElofb56 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKoElofb56 .navbar-collapse.collapsing .navbar-nav,
  .cid-qKoElofb56 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKoElofb56 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKoElofb56 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKoElofb56 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKoElofb56 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKoElofb56 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKoElofb56 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKoElofb56 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKoElofb56 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKoElofb56 .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-qKoElofb56 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKoElofb56 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKoElofb56 .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-qKoElofb56 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKoElofb56 .navbar-collapse {
  flex-basis: auto;
}
.cid-qKoElofb56 .nav-link:hover,
.cid-qKoElofb56 .dropdown-item:hover {
  color: #232323 !important;
}
.cid-qKoElpGeKU {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/jumbotron.jpg");
}
.cid-r2Z03es9xd {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r2Z03es9xd .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-r2Z03es9xd .btn {
  margin: 0 0 .5rem 0;
}
.cid-r2Z03es9xd .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-qKoI2Jefsk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qKoI2Jefsk .mbr-section-subtitle {
  color: #767676;
}
.cid-qKoI2Jefsk .container-table {
  margin: 0 auto;
}
.cid-qKoI2Jefsk .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qKoI2Jefsk .dataTables_wrapper {
  display: block;
}
.cid-qKoI2Jefsk .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qKoI2Jefsk .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qKoI2Jefsk table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qKoI2Jefsk table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qKoI2Jefsk table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qKoI2Jefsk table td {
  border-top: 1px solid #cccccc;
}
.cid-qKoI2Jefsk table.table {
  background: #ffffff;
}
.cid-qKoI2Jefsk .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qKoI2Jefsk .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qKoI2Jefsk .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qKoI2Jefsk .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qKoI2Jefsk .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qKoI2Jefsk .dataTables_filter {
    text-align: center;
  }
  .cid-qKoI2Jefsk .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qKoI2Jefsk .mbr-section-title B {
  color: #149dcc;
}
.cid-qKoI2Jefsk .body-item {
  color: #149dcc;
}
.cid-qKoI2Jefsk .head-item {
  color: #149dcc;
}
.cid-qKoMBF0QlZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qKoMBF0QlZ .mbr-section-subtitle {
  color: #767676;
}
.cid-qKoMBF0QlZ .container-table {
  margin: 0 auto;
}
.cid-qKoMBF0QlZ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qKoMBF0QlZ .dataTables_wrapper {
  display: block;
}
.cid-qKoMBF0QlZ .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qKoMBF0QlZ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qKoMBF0QlZ table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qKoMBF0QlZ table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qKoMBF0QlZ table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qKoMBF0QlZ table td {
  border-top: 1px solid #cccccc;
}
.cid-qKoMBF0QlZ table.table {
  background: #ffffff;
}
.cid-qKoMBF0QlZ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qKoMBF0QlZ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qKoMBF0QlZ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qKoMBF0QlZ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qKoMBF0QlZ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qKoMBF0QlZ .dataTables_filter {
    text-align: center;
  }
  .cid-qKoMBF0QlZ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qKoMBF0QlZ .mbr-section-title U {
  color: #75de51;
}
.cid-qKoMBF0QlZ .body-item {
  color: #43a322;
}
.cid-qKoMBF0QlZ .head-item {
  color: #43a322;
}
.cid-qKoN4gl69h {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qKoN4gl69h .mbr-section-subtitle {
  color: #767676;
}
.cid-qKoN4gl69h .container-table {
  margin: 0 auto;
}
.cid-qKoN4gl69h .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qKoN4gl69h .dataTables_wrapper {
  display: block;
}
.cid-qKoN4gl69h .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qKoN4gl69h .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qKoN4gl69h table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qKoN4gl69h table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qKoN4gl69h table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qKoN4gl69h table td {
  border-top: 1px solid #cccccc;
}
.cid-qKoN4gl69h table.table {
  background: #ffffff;
}
.cid-qKoN4gl69h .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qKoN4gl69h .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qKoN4gl69h .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qKoN4gl69h .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qKoN4gl69h .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qKoN4gl69h .dataTables_filter {
    text-align: center;
  }
  .cid-qKoN4gl69h .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qKoN4gl69h .mbr-section-title B {
  color: #fc1b09;
}
.cid-qKoN4gl69h .body-item {
  color: #fc1b09;
}
.cid-qKoN4gl69h .head-item {
  color: #fc1b09;
}
.cid-qKoNsGB1Od {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qKoNsGB1Od .mbr-section-subtitle {
  color: #767676;
}
.cid-qKoNsGB1Od .container-table {
  margin: 0 auto;
}
.cid-qKoNsGB1Od .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qKoNsGB1Od .dataTables_wrapper {
  display: block;
}
.cid-qKoNsGB1Od .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qKoNsGB1Od .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qKoNsGB1Od table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qKoNsGB1Od table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qKoNsGB1Od table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qKoNsGB1Od table td {
  border-top: 1px solid #cccccc;
}
.cid-qKoNsGB1Od table.table {
  background: #0f7699;
}
.cid-qKoNsGB1Od .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qKoNsGB1Od .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qKoNsGB1Od .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qKoNsGB1Od .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qKoNsGB1Od .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qKoNsGB1Od .dataTables_filter {
    text-align: center;
  }
  .cid-qKoNsGB1Od .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qKoNsGB1Od .mbr-section-title B {
  color: #fcf534;
}
.cid-qKoNsGB1Od .head-item {
  color: #fcf534;
}
.cid-qKoNsGB1Od .body-item {
  color: #fcf534;
}
.cid-qKs2n7cJFt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qKs2n7cJFt .mbr-section-subtitle {
  color: #767676;
}
.cid-qKs2z63oga {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qKs2z63oga .mbr-text,
.cid-qKs2z63oga blockquote {
  color: #767676;
}
.cid-qKs2z63oga .mbr-text DIV {
  text-align: center;
}
.cid-qKs2z63oga .mbr-text {
  text-align: center;
}
.cid-qKs2WSl6ar {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qKs2WSl6ar .content {
    text-align: center;
  }
  .cid-qKs2WSl6ar .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKs2WSl6ar .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKs2WSl6ar .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKs2WSl6ar .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKs2WSl6ar .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKs2WSl6ar .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKs2WSl6ar .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKs2WSl6ar .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKs2WSl6ar .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKs2WSl6ar .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKs2WSl6ar .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKs2WSl6ar .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKs3eYL6u7 .navbar {
  background: #e4f4fa;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qKs3eYL6u7 .navbar-dropdown.bg-color.transparent.opened {
  background: #e4f4fa;
}
.cid-qKs3eYL6u7 a {
  font-style: normal;
}
.cid-qKs3eYL6u7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKs3eYL6u7 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKs3eYL6u7 .nav-item:focus,
.cid-qKs3eYL6u7 .nav-link:focus {
  outline: none;
}
.cid-qKs3eYL6u7 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKs3eYL6u7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKs3eYL6u7 .menu-logo {
  margin-right: auto;
}
.cid-qKs3eYL6u7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKs3eYL6u7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qKs3eYL6u7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKs3eYL6u7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKs3eYL6u7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKs3eYL6u7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKs3eYL6u7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKs3eYL6u7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKs3eYL6u7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKs3eYL6u7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKs3eYL6u7 .dropdown .dropdown-menu {
  background: #e4f4fa;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKs3eYL6u7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKs3eYL6u7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKs3eYL6u7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKs3eYL6u7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKs3eYL6u7 .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-qKs3eYL6u7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKs3eYL6u7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKs3eYL6u7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKs3eYL6u7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKs3eYL6u7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKs3eYL6u7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKs3eYL6u7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKs3eYL6u7 button.navbar-toggler:focus {
  outline: none;
}
.cid-qKs3eYL6u7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qKs3eYL6u7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKs3eYL6u7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKs3eYL6u7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKs3eYL6u7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKs3eYL6u7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKs3eYL6u7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKs3eYL6u7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKs3eYL6u7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKs3eYL6u7 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKs3eYL6u7 .collapsed .btn {
  display: flex;
}
.cid-qKs3eYL6u7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKs3eYL6u7 .collapsed .navbar-collapse.collapsing,
.cid-qKs3eYL6u7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKs3eYL6u7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKs3eYL6u7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKs3eYL6u7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKs3eYL6u7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKs3eYL6u7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKs3eYL6u7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKs3eYL6u7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKs3eYL6u7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKs3eYL6u7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKs3eYL6u7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKs3eYL6u7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKs3eYL6u7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKs3eYL6u7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKs3eYL6u7 .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-qKs3eYL6u7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKs3eYL6u7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKs3eYL6u7 .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-qKs3eYL6u7.navbar-expand {
    flex-direction: column;
  }
  .cid-qKs3eYL6u7 img {
    height: 3.8rem !important;
  }
  .cid-qKs3eYL6u7 .btn {
    display: flex;
  }
  .cid-qKs3eYL6u7 button.navbar-toggler {
    display: block;
  }
  .cid-qKs3eYL6u7 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKs3eYL6u7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKs3eYL6u7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKs3eYL6u7 .navbar-collapse.collapsing,
  .cid-qKs3eYL6u7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKs3eYL6u7 .navbar-collapse.collapsing .navbar-nav,
  .cid-qKs3eYL6u7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKs3eYL6u7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKs3eYL6u7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKs3eYL6u7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKs3eYL6u7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKs3eYL6u7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKs3eYL6u7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKs3eYL6u7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKs3eYL6u7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKs3eYL6u7 .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-qKs3eYL6u7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKs3eYL6u7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKs3eYL6u7 .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-qKs3eYL6u7 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKs3eYL6u7 .navbar-collapse {
  flex-basis: auto;
}
.cid-qKs3eYL6u7 .nav-link:hover,
.cid-qKs3eYL6u7 .dropdown-item:hover {
  color: #232323 !important;
}
.cid-qKs3G391xo {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/jumbotron.jpg");
}
.cid-qKs3WfiVGQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qKs3WfiVGQ .mbr-text,
.cid-qKs3WfiVGQ blockquote {
  color: #767676;
}
.cid-qKs4f2K6cR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qKs4f2K6cR .mbr-section-subtitle {
  color: #767676;
}
.cid-qKs4f2K6cR .container-table {
  margin: 0 auto;
}
.cid-qKs4f2K6cR .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qKs4f2K6cR .dataTables_wrapper {
  display: block;
}
.cid-qKs4f2K6cR .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qKs4f2K6cR .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qKs4f2K6cR table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qKs4f2K6cR table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qKs4f2K6cR table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qKs4f2K6cR table td {
  border-top: 1px solid #cccccc;
}
.cid-qKs4f2K6cR table.table {
  background: #ffffff;
}
.cid-qKs4f2K6cR .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qKs4f2K6cR .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qKs4f2K6cR .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qKs4f2K6cR .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qKs4f2K6cR .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qKs4f2K6cR .dataTables_filter {
    text-align: center;
  }
  .cid-qKs4f2K6cR .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qKs4xc5B1w {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qKs4xc5B1w .mbr-text,
.cid-qKs4xc5B1w blockquote {
  color: #767676;
}
.cid-qKs4XVt719 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #55b4d4;
}
.cid-qKs4XVt719 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qKs5aS8oTe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qKs5aS8oTe .mbr-text,
.cid-qKs5aS8oTe blockquote {
  color: #767676;
}
.cid-qKs5rIJPaa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #55b4d4;
}
.cid-qKs5rIJPaa .mbr-section-subtitle {
  color: #767676;
}
.cid-qKs5rIJPaa .mbr-section-subtitle U {
  color: #ffffff;
}
.cid-qKs5EQvnoi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qKs5EQvnoi .mbr-text,
.cid-qKs5EQvnoi blockquote {
  color: #767676;
}
.cid-qKs5EQvnoi .mbr-text {
  text-align: left;
}
.cid-qKs6eXyuSK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #55b4d4;
}
.cid-qKs6eXyuSK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qKs6sae1Ap {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qKs6sae1Ap .mbr-text,
.cid-qKs6sae1Ap blockquote {
  color: #767676;
}
.cid-qKs6PZ4hie {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qKs6PZ4hie .content {
    text-align: center;
  }
  .cid-qKs6PZ4hie .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKs6PZ4hie .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKs6PZ4hie .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKs6PZ4hie .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKs6PZ4hie .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKs6PZ4hie .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKs6PZ4hie .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKs6PZ4hie .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKs6PZ4hie .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKs6PZ4hie .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKs6PZ4hie .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKs6PZ4hie .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKs8vZisZ2 .navbar {
  background: #e4f4fa;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qKs8vZisZ2 .navbar-dropdown.bg-color.transparent.opened {
  background: #e4f4fa;
}
.cid-qKs8vZisZ2 a {
  font-style: normal;
}
.cid-qKs8vZisZ2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKs8vZisZ2 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKs8vZisZ2 .nav-item:focus,
.cid-qKs8vZisZ2 .nav-link:focus {
  outline: none;
}
.cid-qKs8vZisZ2 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKs8vZisZ2 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKs8vZisZ2 .menu-logo {
  margin-right: auto;
}
.cid-qKs8vZisZ2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKs8vZisZ2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qKs8vZisZ2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKs8vZisZ2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKs8vZisZ2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKs8vZisZ2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKs8vZisZ2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKs8vZisZ2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKs8vZisZ2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKs8vZisZ2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKs8vZisZ2 .dropdown .dropdown-menu {
  background: #e4f4fa;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKs8vZisZ2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKs8vZisZ2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKs8vZisZ2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKs8vZisZ2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKs8vZisZ2 .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-qKs8vZisZ2 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKs8vZisZ2 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKs8vZisZ2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKs8vZisZ2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKs8vZisZ2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKs8vZisZ2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKs8vZisZ2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKs8vZisZ2 button.navbar-toggler:focus {
  outline: none;
}
.cid-qKs8vZisZ2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qKs8vZisZ2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKs8vZisZ2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKs8vZisZ2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKs8vZisZ2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKs8vZisZ2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKs8vZisZ2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKs8vZisZ2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKs8vZisZ2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKs8vZisZ2 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKs8vZisZ2 .collapsed .btn {
  display: flex;
}
.cid-qKs8vZisZ2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKs8vZisZ2 .collapsed .navbar-collapse.collapsing,
.cid-qKs8vZisZ2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKs8vZisZ2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKs8vZisZ2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKs8vZisZ2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKs8vZisZ2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKs8vZisZ2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKs8vZisZ2 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKs8vZisZ2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKs8vZisZ2 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKs8vZisZ2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKs8vZisZ2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKs8vZisZ2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKs8vZisZ2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKs8vZisZ2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKs8vZisZ2 .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-qKs8vZisZ2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKs8vZisZ2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKs8vZisZ2 .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-qKs8vZisZ2.navbar-expand {
    flex-direction: column;
  }
  .cid-qKs8vZisZ2 img {
    height: 3.8rem !important;
  }
  .cid-qKs8vZisZ2 .btn {
    display: flex;
  }
  .cid-qKs8vZisZ2 button.navbar-toggler {
    display: block;
  }
  .cid-qKs8vZisZ2 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKs8vZisZ2 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKs8vZisZ2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKs8vZisZ2 .navbar-collapse.collapsing,
  .cid-qKs8vZisZ2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKs8vZisZ2 .navbar-collapse.collapsing .navbar-nav,
  .cid-qKs8vZisZ2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKs8vZisZ2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKs8vZisZ2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKs8vZisZ2 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKs8vZisZ2 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKs8vZisZ2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKs8vZisZ2 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKs8vZisZ2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKs8vZisZ2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKs8vZisZ2 .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-qKs8vZisZ2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKs8vZisZ2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKs8vZisZ2 .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-qKs8vZisZ2 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKs8vZisZ2 .navbar-collapse {
  flex-basis: auto;
}
.cid-qKs8vZisZ2 .nav-link:hover,
.cid-qKs8vZisZ2 .dropdown-item:hover {
  color: #232323 !important;
}
.cid-qKs8w0petS {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/jumbotron.jpg");
}
.cid-qKsa9rawyG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qKsa9rawyG .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qKsa9rawyG .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qKsa9rawyG .mbr-text {
  color: #767676;
}
.cid-qKsaKIniTY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qKsaKIniTY .mbr-section-subtitle {
  color: #767676;
}
.cid-qKsaKIniTY .mbr-section-subtitle U {
  color: #232323;
}
.cid-qKsaVS1ymB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qKsaVS1ymB .counter-container {
  color: #767676;
}
.cid-qKsaVS1ymB .counter-container ul {
  margin-bottom: 0;
}
.cid-qKsaVS1ymB .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qKsaVS1ymB .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-qKsbnF1pae {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qKsbnF1pae .mbr-section-subtitle {
  color: #767676;
}
.cid-qKsbnF1pae .container-table {
  margin: 0 auto;
}
.cid-qKsbnF1pae .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qKsbnF1pae .dataTables_wrapper {
  display: block;
}
.cid-qKsbnF1pae .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qKsbnF1pae .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qKsbnF1pae table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qKsbnF1pae table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qKsbnF1pae table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qKsbnF1pae table td {
  border-top: 1px solid #cccccc;
}
.cid-qKsbnF1pae table.table {
  background: #ffffff;
}
.cid-qKsbnF1pae .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qKsbnF1pae .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qKsbnF1pae .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qKsbnF1pae .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qKsbnF1pae .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qKsbnF1pae .dataTables_filter {
    text-align: center;
  }
  .cid-qKsbnF1pae .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qKsbHVXqSI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qKsbHVXqSI .content {
    text-align: center;
  }
  .cid-qKsbHVXqSI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKsbHVXqSI .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKsbHVXqSI .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKsbHVXqSI .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKsbHVXqSI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKsbHVXqSI .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKsbHVXqSI .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKsbHVXqSI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKsbHVXqSI .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKsbHVXqSI .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKsbHVXqSI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKsbHVXqSI .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKsbPUuUGP .navbar {
  background: #e4f4fa;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qKsbPUuUGP .navbar-dropdown.bg-color.transparent.opened {
  background: #e4f4fa;
}
.cid-qKsbPUuUGP a {
  font-style: normal;
}
.cid-qKsbPUuUGP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKsbPUuUGP .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKsbPUuUGP .nav-item:focus,
.cid-qKsbPUuUGP .nav-link:focus {
  outline: none;
}
.cid-qKsbPUuUGP .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKsbPUuUGP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKsbPUuUGP .menu-logo {
  margin-right: auto;
}
.cid-qKsbPUuUGP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKsbPUuUGP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qKsbPUuUGP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKsbPUuUGP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKsbPUuUGP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKsbPUuUGP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKsbPUuUGP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKsbPUuUGP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKsbPUuUGP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKsbPUuUGP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKsbPUuUGP .dropdown .dropdown-menu {
  background: #e4f4fa;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKsbPUuUGP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKsbPUuUGP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKsbPUuUGP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKsbPUuUGP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKsbPUuUGP .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-qKsbPUuUGP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKsbPUuUGP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKsbPUuUGP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKsbPUuUGP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKsbPUuUGP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKsbPUuUGP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKsbPUuUGP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKsbPUuUGP button.navbar-toggler:focus {
  outline: none;
}
.cid-qKsbPUuUGP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qKsbPUuUGP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKsbPUuUGP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKsbPUuUGP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKsbPUuUGP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKsbPUuUGP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKsbPUuUGP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKsbPUuUGP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKsbPUuUGP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKsbPUuUGP .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKsbPUuUGP .collapsed .btn {
  display: flex;
}
.cid-qKsbPUuUGP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKsbPUuUGP .collapsed .navbar-collapse.collapsing,
.cid-qKsbPUuUGP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKsbPUuUGP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKsbPUuUGP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKsbPUuUGP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKsbPUuUGP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKsbPUuUGP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKsbPUuUGP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKsbPUuUGP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKsbPUuUGP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKsbPUuUGP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKsbPUuUGP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKsbPUuUGP .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKsbPUuUGP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKsbPUuUGP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKsbPUuUGP .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-qKsbPUuUGP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKsbPUuUGP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKsbPUuUGP .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-qKsbPUuUGP.navbar-expand {
    flex-direction: column;
  }
  .cid-qKsbPUuUGP img {
    height: 3.8rem !important;
  }
  .cid-qKsbPUuUGP .btn {
    display: flex;
  }
  .cid-qKsbPUuUGP button.navbar-toggler {
    display: block;
  }
  .cid-qKsbPUuUGP .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKsbPUuUGP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKsbPUuUGP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKsbPUuUGP .navbar-collapse.collapsing,
  .cid-qKsbPUuUGP .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKsbPUuUGP .navbar-collapse.collapsing .navbar-nav,
  .cid-qKsbPUuUGP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKsbPUuUGP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKsbPUuUGP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKsbPUuUGP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKsbPUuUGP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKsbPUuUGP .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKsbPUuUGP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKsbPUuUGP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKsbPUuUGP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKsbPUuUGP .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-qKsbPUuUGP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKsbPUuUGP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKsbPUuUGP .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-qKsbPUuUGP .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKsbPUuUGP .navbar-collapse {
  flex-basis: auto;
}
.cid-qKsbPUuUGP .nav-link:hover,
.cid-qKsbPUuUGP .dropdown-item:hover {
  color: #232323 !important;
}
.cid-qKsbPVdmHu {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/jumbotron.jpg");
}
.cid-qKsc62geWO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qKsc62geWO .carousel-item {
  justify-content: center;
}
.cid-qKsc62geWO .carousel-item.active,
.cid-qKsc62geWO .carousel-item-next,
.cid-qKsc62geWO .carousel-item-prev {
  display: flex;
}
.cid-qKsc62geWO .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-qKsc62geWO .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-qKsc62geWO .carousel-controls a:hover span {
  opacity: 1;
}
.cid-qKsc62geWO .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-qKsc62geWO .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-qKsc62geWO .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-qKsc62geWO .user_text {
  text-align: left;
}
.cid-qKsc62geWO .user_name {
  text-align: right;
}
.cid-qKsc62geWO .user_desk {
  text-align: right;
}
.cid-qKsfJxRCcC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qKsfJxRCcC .carousel-item {
  justify-content: center;
}
.cid-qKsfJxRCcC .carousel-item.active,
.cid-qKsfJxRCcC .carousel-item-next,
.cid-qKsfJxRCcC .carousel-item-prev {
  display: flex;
}
.cid-qKsfJxRCcC .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-qKsfJxRCcC .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-qKsfJxRCcC .carousel-controls a:hover span {
  opacity: 1;
}
.cid-qKsfJxRCcC .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-qKsfJxRCcC .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-qKsfJxRCcC .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-qKsfJxRCcC .user_text {
  text-align: left;
}
.cid-qKsfJxRCcC .user_desk {
  text-align: right;
}
.cid-qKsfJxRCcC .user_name {
  text-align: right;
}
.cid-qKsgnCePk7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qKsgnCePk7 .content {
    text-align: center;
  }
  .cid-qKsgnCePk7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKsgnCePk7 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKsgnCePk7 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKsgnCePk7 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKsgnCePk7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKsgnCePk7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKsgnCePk7 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKsgnCePk7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKsgnCePk7 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKsgnCePk7 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKsgnCePk7 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKsgnCePk7 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKsh8Xjwj3 .navbar {
  background: #e4f4fa;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qKsh8Xjwj3 .navbar-dropdown.bg-color.transparent.opened {
  background: #e4f4fa;
}
.cid-qKsh8Xjwj3 a {
  font-style: normal;
}
.cid-qKsh8Xjwj3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKsh8Xjwj3 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKsh8Xjwj3 .nav-item:focus,
.cid-qKsh8Xjwj3 .nav-link:focus {
  outline: none;
}
.cid-qKsh8Xjwj3 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKsh8Xjwj3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKsh8Xjwj3 .menu-logo {
  margin-right: auto;
}
.cid-qKsh8Xjwj3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKsh8Xjwj3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qKsh8Xjwj3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKsh8Xjwj3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKsh8Xjwj3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKsh8Xjwj3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKsh8Xjwj3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKsh8Xjwj3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKsh8Xjwj3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKsh8Xjwj3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKsh8Xjwj3 .dropdown .dropdown-menu {
  background: #e4f4fa;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKsh8Xjwj3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKsh8Xjwj3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKsh8Xjwj3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKsh8Xjwj3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKsh8Xjwj3 .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-qKsh8Xjwj3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKsh8Xjwj3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKsh8Xjwj3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKsh8Xjwj3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKsh8Xjwj3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKsh8Xjwj3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKsh8Xjwj3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKsh8Xjwj3 button.navbar-toggler:focus {
  outline: none;
}
.cid-qKsh8Xjwj3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qKsh8Xjwj3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKsh8Xjwj3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKsh8Xjwj3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKsh8Xjwj3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKsh8Xjwj3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKsh8Xjwj3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKsh8Xjwj3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKsh8Xjwj3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKsh8Xjwj3 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKsh8Xjwj3 .collapsed .btn {
  display: flex;
}
.cid-qKsh8Xjwj3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKsh8Xjwj3 .collapsed .navbar-collapse.collapsing,
.cid-qKsh8Xjwj3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKsh8Xjwj3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKsh8Xjwj3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKsh8Xjwj3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKsh8Xjwj3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKsh8Xjwj3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKsh8Xjwj3 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKsh8Xjwj3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKsh8Xjwj3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKsh8Xjwj3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKsh8Xjwj3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKsh8Xjwj3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKsh8Xjwj3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKsh8Xjwj3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKsh8Xjwj3 .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-qKsh8Xjwj3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKsh8Xjwj3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKsh8Xjwj3 .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-qKsh8Xjwj3.navbar-expand {
    flex-direction: column;
  }
  .cid-qKsh8Xjwj3 img {
    height: 3.8rem !important;
  }
  .cid-qKsh8Xjwj3 .btn {
    display: flex;
  }
  .cid-qKsh8Xjwj3 button.navbar-toggler {
    display: block;
  }
  .cid-qKsh8Xjwj3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKsh8Xjwj3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKsh8Xjwj3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKsh8Xjwj3 .navbar-collapse.collapsing,
  .cid-qKsh8Xjwj3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKsh8Xjwj3 .navbar-collapse.collapsing .navbar-nav,
  .cid-qKsh8Xjwj3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKsh8Xjwj3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKsh8Xjwj3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKsh8Xjwj3 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKsh8Xjwj3 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKsh8Xjwj3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKsh8Xjwj3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKsh8Xjwj3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKsh8Xjwj3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKsh8Xjwj3 .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-qKsh8Xjwj3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKsh8Xjwj3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKsh8Xjwj3 .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-qKsh8Xjwj3 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKsh8Xjwj3 .navbar-collapse {
  flex-basis: auto;
}
.cid-qKsh8Xjwj3 .nav-link:hover,
.cid-qKsh8Xjwj3 .dropdown-item:hover {
  color: #232323 !important;
}
.cid-qKsh8YwrP2 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/jumbotron.jpg");
}
.cid-qKshMqxYNo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qKshMqxYNo .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-qKshMqxYNo .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #767676;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .3s;
}
.cid-qKshMqxYNo .nav-tabs .nav-link:hover {
  background-color: #149dcc;
}
.cid-qKshMqxYNo .nav-tabs .nav-link:focus {
  box-shadow: none;
  background-color: #149dcc;
}
.cid-qKshMqxYNo .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #149dcc;
}
.cid-qKshMqxYNo .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-qKshMqxYNo .mbr-section-subtitle {
  color: #767676;
}
.cid-qKshMqxYNo p {
  color: #767676;
}
.cid-qKshMqxYNo .mbr-figure {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-right: 4rem;
}
.cid-qKshMqxYNo .mbr-text {
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-qKshMqxYNo .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-qKshMqxYNo P {
  text-align: left;
}
.cid-qKsrhda5hq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qKsrhda5hq .mbr-section-subtitle {
  color: #767676;
}
.cid-qKsrhda5hq .container-table {
  margin: 0 auto;
}
.cid-qKsrhda5hq .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qKsrhda5hq .dataTables_wrapper {
  display: block;
}
.cid-qKsrhda5hq .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qKsrhda5hq .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qKsrhda5hq table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qKsrhda5hq table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qKsrhda5hq table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qKsrhda5hq table td {
  border-top: 1px solid #cccccc;
}
.cid-qKsrhda5hq table.table {
  background: #ffffff;
}
.cid-qKsrhda5hq .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qKsrhda5hq .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qKsrhda5hq .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qKsrhda5hq .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qKsrhda5hq .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qKsrhda5hq .dataTables_filter {
    text-align: center;
  }
  .cid-qKsrhda5hq .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qKsuobZtgt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #55b4d4;
}
.cid-qKsuobZtgt .mbr-section-subtitle {
  color: #767676;
}
.cid-qKsuobZtgt U {
  color: #232323;
}
.cid-qKsuDatkqN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e4f4fa;
}
.cid-qKsuDatkqN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qKsuDatkqN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qKsuDatkqN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qKsuDatkqN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qKsuDatkqN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qKsuDatkqN .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qKsuDatkqN .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qKsuDatkqN .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qKsuDatkqN .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qKsw3ZcDrN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qKsw3ZcDrN .mbr-section-subtitle {
  color: #767676;
}
.cid-qKsw3ZcDrN .container-table {
  margin: 0 auto;
}
.cid-qKsw3ZcDrN .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qKsw3ZcDrN .dataTables_wrapper {
  display: block;
}
.cid-qKsw3ZcDrN .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qKsw3ZcDrN .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qKsw3ZcDrN table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qKsw3ZcDrN table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qKsw3ZcDrN table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qKsw3ZcDrN table td {
  border-top: 1px solid #cccccc;
}
.cid-qKsw3ZcDrN table.table {
  background: #ffffff;
}
.cid-qKsw3ZcDrN .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qKsw3ZcDrN .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qKsw3ZcDrN .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qKsw3ZcDrN .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qKsw3ZcDrN .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qKsw3ZcDrN .dataTables_filter {
    text-align: center;
  }
  .cid-qKsw3ZcDrN .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qKsw3ZcDrN .mbr-section-subtitle U {
  color: #232323;
}
.cid-qKsw3ZcDrN .body-item {
  text-align: center;
}
.cid-qKsw3ZcDrN .head-item {
  text-align: center;
}
.cid-qKsyc6Diid {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qKsyc6Diid .content {
    text-align: center;
  }
  .cid-qKsyc6Diid .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKsyc6Diid .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKsyc6Diid .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKsyc6Diid .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKsyc6Diid .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKsyc6Diid .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKsyc6Diid .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKsyc6Diid .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKsyc6Diid .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKsyc6Diid .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKsyc6Diid .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKsyc6Diid .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKsAQ2WfQf .navbar {
  background: #e4f4fa;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qKsAQ2WfQf .navbar-dropdown.bg-color.transparent.opened {
  background: #e4f4fa;
}
.cid-qKsAQ2WfQf a {
  font-style: normal;
}
.cid-qKsAQ2WfQf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKsAQ2WfQf .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKsAQ2WfQf .nav-item:focus,
.cid-qKsAQ2WfQf .nav-link:focus {
  outline: none;
}
.cid-qKsAQ2WfQf .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKsAQ2WfQf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKsAQ2WfQf .menu-logo {
  margin-right: auto;
}
.cid-qKsAQ2WfQf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKsAQ2WfQf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qKsAQ2WfQf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKsAQ2WfQf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKsAQ2WfQf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKsAQ2WfQf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKsAQ2WfQf .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKsAQ2WfQf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKsAQ2WfQf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKsAQ2WfQf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKsAQ2WfQf .dropdown .dropdown-menu {
  background: #e4f4fa;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKsAQ2WfQf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKsAQ2WfQf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKsAQ2WfQf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKsAQ2WfQf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKsAQ2WfQf .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-qKsAQ2WfQf .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKsAQ2WfQf .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKsAQ2WfQf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKsAQ2WfQf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKsAQ2WfQf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKsAQ2WfQf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKsAQ2WfQf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKsAQ2WfQf button.navbar-toggler:focus {
  outline: none;
}
.cid-qKsAQ2WfQf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qKsAQ2WfQf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKsAQ2WfQf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKsAQ2WfQf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKsAQ2WfQf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKsAQ2WfQf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKsAQ2WfQf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKsAQ2WfQf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKsAQ2WfQf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKsAQ2WfQf .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKsAQ2WfQf .collapsed .btn {
  display: flex;
}
.cid-qKsAQ2WfQf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKsAQ2WfQf .collapsed .navbar-collapse.collapsing,
.cid-qKsAQ2WfQf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKsAQ2WfQf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKsAQ2WfQf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKsAQ2WfQf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKsAQ2WfQf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKsAQ2WfQf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKsAQ2WfQf .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKsAQ2WfQf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKsAQ2WfQf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKsAQ2WfQf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKsAQ2WfQf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKsAQ2WfQf .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKsAQ2WfQf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKsAQ2WfQf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKsAQ2WfQf .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-qKsAQ2WfQf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKsAQ2WfQf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKsAQ2WfQf .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-qKsAQ2WfQf.navbar-expand {
    flex-direction: column;
  }
  .cid-qKsAQ2WfQf img {
    height: 3.8rem !important;
  }
  .cid-qKsAQ2WfQf .btn {
    display: flex;
  }
  .cid-qKsAQ2WfQf button.navbar-toggler {
    display: block;
  }
  .cid-qKsAQ2WfQf .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKsAQ2WfQf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKsAQ2WfQf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKsAQ2WfQf .navbar-collapse.collapsing,
  .cid-qKsAQ2WfQf .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKsAQ2WfQf .navbar-collapse.collapsing .navbar-nav,
  .cid-qKsAQ2WfQf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKsAQ2WfQf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKsAQ2WfQf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKsAQ2WfQf .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKsAQ2WfQf .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKsAQ2WfQf .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKsAQ2WfQf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKsAQ2WfQf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKsAQ2WfQf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKsAQ2WfQf .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-qKsAQ2WfQf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKsAQ2WfQf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKsAQ2WfQf .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-qKsAQ2WfQf .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKsAQ2WfQf .navbar-collapse {
  flex-basis: auto;
}
.cid-qKsAQ2WfQf .nav-link:hover,
.cid-qKsAQ2WfQf .dropdown-item:hover {
  color: #232323 !important;
}
.cid-qKsAQ3P4Rr {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/jumbotron.jpg");
}
.cid-qKsBa8E1HY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qKsBa8E1HY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qKsBa8E1HY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qKsBa8E1HY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qKsBa8E1HY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qKsBa8E1HY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qKsBa8E1HY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qKsBa8E1HY .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qKsBa8E1HY .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qKsBa8E1HY .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qKsPuRvuj2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #55b4d4;
  background: linear-gradient(#55b4d4, #efefef);
}
.cid-qKsPuRvuj2 .carousel-control {
  background: #000;
}
.cid-qKsPuRvuj2 .mbr-section-subtitle {
  color: #767676;
}
.cid-qKsPuRvuj2 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qKsPuRvuj2 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-qKsPuRvuj2 .carousel-item .wrap-img {
  text-align: center;
}
.cid-qKsPuRvuj2 .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-qKsPuRvuj2 .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qKsPuRvuj2 .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-qKsPuRvuj2 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-qKsPuRvuj2 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-qKsPuRvuj2 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-qKsPuRvuj2 .cloneditem-1,
.cid-qKsPuRvuj2 .cloneditem-2,
.cid-qKsPuRvuj2 .cloneditem-3,
.cid-qKsPuRvuj2 .cloneditem-4,
.cid-qKsPuRvuj2 .cloneditem-5 {
  display: none;
}
.cid-qKsPuRvuj2 .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-qKsPuRvuj2 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-qKsPuRvuj2 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-qKsPuRvuj2 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-qKsPuRvuj2 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-qKsPuRvuj2 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-qKsPuRvuj2 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-qKsPuRvuj2 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qKsPuRvuj2 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qKsPuRvuj2 .carousel-inner.slides2 .cloneditem-1,
  .cid-qKsPuRvuj2 .carousel-inner.slides2 .cloneditem-2,
  .cid-qKsPuRvuj2 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-qKsPuRvuj2 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-qKsPuRvuj2 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-qKsPuRvuj2 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-qKsPuRvuj2 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-qKsPuRvuj2 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-qKsPuRvuj2 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qKsPuRvuj2 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qKsPuRvuj2 .carousel-inner.slides3 .cloneditem-1,
  .cid-qKsPuRvuj2 .carousel-inner.slides3 .cloneditem-2,
  .cid-qKsPuRvuj2 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-qKsPuRvuj2 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-qKsPuRvuj2 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-qKsPuRvuj2 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-qKsPuRvuj2 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-qKsPuRvuj2 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-qKsPuRvuj2 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qKsPuRvuj2 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qKsPuRvuj2 .carousel-inner.slides4 .cloneditem-1,
  .cid-qKsPuRvuj2 .carousel-inner.slides4 .cloneditem-2,
  .cid-qKsPuRvuj2 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-qKsPuRvuj2 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-qKsPuRvuj2 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-qKsPuRvuj2 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-qKsPuRvuj2 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-qKsPuRvuj2 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-qKsPuRvuj2 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qKsPuRvuj2 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qKsPuRvuj2 .carousel-inner.slides5 .cloneditem-1,
  .cid-qKsPuRvuj2 .carousel-inner.slides5 .cloneditem-2,
  .cid-qKsPuRvuj2 .carousel-inner.slides5 .cloneditem-3,
  .cid-qKsPuRvuj2 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-qKsPuRvuj2 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-qKsPuRvuj2 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-qKsPuRvuj2 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-qKsPuRvuj2 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-qKsPuRvuj2 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-qKsPuRvuj2 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qKsPuRvuj2 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qKsPuRvuj2 .carousel-inner.slides6 .cloneditem-1,
  .cid-qKsPuRvuj2 .carousel-inner.slides6 .cloneditem-2,
  .cid-qKsPuRvuj2 .carousel-inner.slides6 .cloneditem-3,
  .cid-qKsPuRvuj2 .carousel-inner.slides6 .cloneditem-4,
  .cid-qKsPuRvuj2 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-qKsR4lnxEn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qKsR4lnxEn .content {
    text-align: center;
  }
  .cid-qKsR4lnxEn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKsR4lnxEn .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKsR4lnxEn .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKsR4lnxEn .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKsR4lnxEn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKsR4lnxEn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKsR4lnxEn .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKsR4lnxEn .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKsR4lnxEn .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKsR4lnxEn .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKsR4lnxEn .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKsR4lnxEn .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKsRS9v5qd .navbar {
  background: #e4f4fa;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qKsRS9v5qd .navbar-dropdown.bg-color.transparent.opened {
  background: #e4f4fa;
}
.cid-qKsRS9v5qd a {
  font-style: normal;
}
.cid-qKsRS9v5qd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKsRS9v5qd .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKsRS9v5qd .nav-item:focus,
.cid-qKsRS9v5qd .nav-link:focus {
  outline: none;
}
.cid-qKsRS9v5qd .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKsRS9v5qd .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKsRS9v5qd .menu-logo {
  margin-right: auto;
}
.cid-qKsRS9v5qd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKsRS9v5qd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qKsRS9v5qd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKsRS9v5qd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKsRS9v5qd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKsRS9v5qd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKsRS9v5qd .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKsRS9v5qd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKsRS9v5qd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKsRS9v5qd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKsRS9v5qd .dropdown .dropdown-menu {
  background: #e4f4fa;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKsRS9v5qd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKsRS9v5qd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKsRS9v5qd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKsRS9v5qd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKsRS9v5qd .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-qKsRS9v5qd .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKsRS9v5qd .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKsRS9v5qd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKsRS9v5qd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKsRS9v5qd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKsRS9v5qd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKsRS9v5qd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKsRS9v5qd button.navbar-toggler:focus {
  outline: none;
}
.cid-qKsRS9v5qd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qKsRS9v5qd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKsRS9v5qd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKsRS9v5qd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKsRS9v5qd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKsRS9v5qd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKsRS9v5qd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKsRS9v5qd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKsRS9v5qd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKsRS9v5qd .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKsRS9v5qd .collapsed .btn {
  display: flex;
}
.cid-qKsRS9v5qd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKsRS9v5qd .collapsed .navbar-collapse.collapsing,
.cid-qKsRS9v5qd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKsRS9v5qd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKsRS9v5qd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKsRS9v5qd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKsRS9v5qd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKsRS9v5qd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKsRS9v5qd .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKsRS9v5qd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKsRS9v5qd .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKsRS9v5qd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKsRS9v5qd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKsRS9v5qd .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKsRS9v5qd .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKsRS9v5qd .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKsRS9v5qd .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-qKsRS9v5qd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKsRS9v5qd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKsRS9v5qd .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-qKsRS9v5qd.navbar-expand {
    flex-direction: column;
  }
  .cid-qKsRS9v5qd img {
    height: 3.8rem !important;
  }
  .cid-qKsRS9v5qd .btn {
    display: flex;
  }
  .cid-qKsRS9v5qd button.navbar-toggler {
    display: block;
  }
  .cid-qKsRS9v5qd .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKsRS9v5qd .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKsRS9v5qd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKsRS9v5qd .navbar-collapse.collapsing,
  .cid-qKsRS9v5qd .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKsRS9v5qd .navbar-collapse.collapsing .navbar-nav,
  .cid-qKsRS9v5qd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKsRS9v5qd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKsRS9v5qd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKsRS9v5qd .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKsRS9v5qd .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKsRS9v5qd .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKsRS9v5qd .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKsRS9v5qd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKsRS9v5qd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKsRS9v5qd .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-qKsRS9v5qd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKsRS9v5qd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKsRS9v5qd .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-qKsRS9v5qd .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKsRS9v5qd .navbar-collapse {
  flex-basis: auto;
}
.cid-qKsRS9v5qd .nav-link:hover,
.cid-qKsRS9v5qd .dropdown-item:hover {
  color: #232323 !important;
}
.cid-qKsRSagrYZ {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/jumbotron.jpg");
}
.cid-tGXb9Ria3v {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-tGXb9Ria3v .mbr-section-subtitle {
  color: #767676;
}
.cid-tGXb9Ria3v .container-table {
  margin: 0 auto;
}
.cid-tGXb9Ria3v .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tGXb9Ria3v .dataTables_wrapper {
  display: block;
}
.cid-tGXb9Ria3v .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tGXb9Ria3v .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tGXb9Ria3v table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-tGXb9Ria3v table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tGXb9Ria3v table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-tGXb9Ria3v table td {
  border-top: 1px solid #cccccc;
}
.cid-tGXb9Ria3v table.table {
  background: #ffffff;
}
.cid-tGXb9Ria3v .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tGXb9Ria3v .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tGXb9Ria3v .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tGXb9Ria3v .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tGXb9Ria3v .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tGXb9Ria3v .dataTables_filter {
    text-align: center;
  }
  .cid-tGXb9Ria3v .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uJgyrcOyXF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-uJgyrcOyXF .mbr-section-subtitle {
  color: #767676;
}
.cid-uJgyrcOyXF .container-table {
  margin: 0 auto;
}
.cid-uJgyrcOyXF .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uJgyrcOyXF .dataTables_wrapper {
  display: block;
}
.cid-uJgyrcOyXF .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uJgyrcOyXF .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uJgyrcOyXF table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uJgyrcOyXF table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uJgyrcOyXF table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uJgyrcOyXF table td {
  border-top: 1px solid #cccccc;
}
.cid-uJgyrcOyXF table.table {
  background: #ffffff;
}
.cid-uJgyrcOyXF .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uJgyrcOyXF .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uJgyrcOyXF .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uJgyrcOyXF .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uJgyrcOyXF .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uJgyrcOyXF .dataTables_filter {
    text-align: center;
  }
  .cid-uJgyrcOyXF .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qKsX92o1Kg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qKsX92o1Kg .mbr-section-subtitle {
  color: #767676;
}
.cid-qKsX92o1Kg .container-table {
  margin: 0 auto;
}
.cid-qKsX92o1Kg .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qKsX92o1Kg .dataTables_wrapper {
  display: block;
}
.cid-qKsX92o1Kg .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qKsX92o1Kg .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qKsX92o1Kg table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qKsX92o1Kg table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qKsX92o1Kg table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qKsX92o1Kg table td {
  border-top: 1px solid #cccccc;
}
.cid-qKsX92o1Kg table.table {
  background: #ffffff;
}
.cid-qKsX92o1Kg .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qKsX92o1Kg .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qKsX92o1Kg .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qKsX92o1Kg .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qKsX92o1Kg .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qKsX92o1Kg .dataTables_filter {
    text-align: center;
  }
  .cid-qKsX92o1Kg .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qKsY0khgr0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qKsY0khgr0 .content {
    text-align: center;
  }
  .cid-qKsY0khgr0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKsY0khgr0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKsY0khgr0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKsY0khgr0 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKsY0khgr0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKsY0khgr0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKsY0khgr0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKsY0khgr0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKsY0khgr0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKsY0khgr0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKsY0khgr0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKsY0khgr0 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKsZkQU1Xm .navbar {
  background: #e4f4fa;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qKsZkQU1Xm .navbar-dropdown.bg-color.transparent.opened {
  background: #e4f4fa;
}
.cid-qKsZkQU1Xm a {
  font-style: normal;
}
.cid-qKsZkQU1Xm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKsZkQU1Xm .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKsZkQU1Xm .nav-item:focus,
.cid-qKsZkQU1Xm .nav-link:focus {
  outline: none;
}
.cid-qKsZkQU1Xm .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKsZkQU1Xm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKsZkQU1Xm .menu-logo {
  margin-right: auto;
}
.cid-qKsZkQU1Xm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKsZkQU1Xm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qKsZkQU1Xm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKsZkQU1Xm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKsZkQU1Xm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKsZkQU1Xm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKsZkQU1Xm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKsZkQU1Xm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKsZkQU1Xm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKsZkQU1Xm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKsZkQU1Xm .dropdown .dropdown-menu {
  background: #e4f4fa;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKsZkQU1Xm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKsZkQU1Xm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKsZkQU1Xm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKsZkQU1Xm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKsZkQU1Xm .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-qKsZkQU1Xm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKsZkQU1Xm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKsZkQU1Xm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKsZkQU1Xm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKsZkQU1Xm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKsZkQU1Xm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKsZkQU1Xm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKsZkQU1Xm button.navbar-toggler:focus {
  outline: none;
}
.cid-qKsZkQU1Xm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qKsZkQU1Xm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKsZkQU1Xm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKsZkQU1Xm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKsZkQU1Xm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKsZkQU1Xm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKsZkQU1Xm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKsZkQU1Xm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKsZkQU1Xm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKsZkQU1Xm .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKsZkQU1Xm .collapsed .btn {
  display: flex;
}
.cid-qKsZkQU1Xm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKsZkQU1Xm .collapsed .navbar-collapse.collapsing,
.cid-qKsZkQU1Xm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKsZkQU1Xm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKsZkQU1Xm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKsZkQU1Xm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKsZkQU1Xm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKsZkQU1Xm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKsZkQU1Xm .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKsZkQU1Xm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKsZkQU1Xm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKsZkQU1Xm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKsZkQU1Xm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKsZkQU1Xm .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKsZkQU1Xm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKsZkQU1Xm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKsZkQU1Xm .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-qKsZkQU1Xm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKsZkQU1Xm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKsZkQU1Xm .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-qKsZkQU1Xm.navbar-expand {
    flex-direction: column;
  }
  .cid-qKsZkQU1Xm img {
    height: 3.8rem !important;
  }
  .cid-qKsZkQU1Xm .btn {
    display: flex;
  }
  .cid-qKsZkQU1Xm button.navbar-toggler {
    display: block;
  }
  .cid-qKsZkQU1Xm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKsZkQU1Xm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKsZkQU1Xm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKsZkQU1Xm .navbar-collapse.collapsing,
  .cid-qKsZkQU1Xm .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKsZkQU1Xm .navbar-collapse.collapsing .navbar-nav,
  .cid-qKsZkQU1Xm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKsZkQU1Xm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKsZkQU1Xm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKsZkQU1Xm .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKsZkQU1Xm .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKsZkQU1Xm .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKsZkQU1Xm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKsZkQU1Xm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKsZkQU1Xm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKsZkQU1Xm .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-qKsZkQU1Xm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKsZkQU1Xm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKsZkQU1Xm .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-qKsZkQU1Xm .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKsZkQU1Xm .navbar-collapse {
  flex-basis: auto;
}
.cid-qKsZkQU1Xm .nav-link:hover,
.cid-qKsZkQU1Xm .dropdown-item:hover {
  color: #232323 !important;
}
.cid-qKsZkS5hxB {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/jumbotron.jpg");
}
.cid-qKsZAu4vMK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qKsZAu4vMK .mbr-section-subtitle {
  color: #767676;
}
.cid-qKsZSRi38E {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e4f4fa;
}
.cid-qKsZSRi38E .google-map {
  height: 25rem;
  position: relative;
}
.cid-qKsZSRi38E .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qKsZSRi38E .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-qKsZSRi38E .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qKsZSRi38E .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qKt1FQk8OV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qKt1FQk8OV .content {
    text-align: center;
  }
  .cid-qKt1FQk8OV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKt1FQk8OV .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKt1FQk8OV .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKt1FQk8OV .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKt1FQk8OV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKt1FQk8OV .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKt1FQk8OV .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKt1FQk8OV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKt1FQk8OV .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKt1FQk8OV .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKt1FQk8OV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKt1FQk8OV .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rKb7rXLyo7 .navbar {
  background: #e4f4fa;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rKb7rXLyo7 .navbar-dropdown.bg-color.transparent.opened {
  background: #e4f4fa;
}
.cid-rKb7rXLyo7 a {
  font-style: normal;
}
.cid-rKb7rXLyo7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rKb7rXLyo7 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rKb7rXLyo7 .nav-item:focus,
.cid-rKb7rXLyo7 .nav-link:focus {
  outline: none;
}
.cid-rKb7rXLyo7 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rKb7rXLyo7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rKb7rXLyo7 .menu-logo {
  margin-right: auto;
}
.cid-rKb7rXLyo7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rKb7rXLyo7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rKb7rXLyo7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rKb7rXLyo7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rKb7rXLyo7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rKb7rXLyo7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rKb7rXLyo7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rKb7rXLyo7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rKb7rXLyo7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rKb7rXLyo7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rKb7rXLyo7 .dropdown .dropdown-menu {
  background: #e4f4fa;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rKb7rXLyo7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rKb7rXLyo7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rKb7rXLyo7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rKb7rXLyo7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rKb7rXLyo7 .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-rKb7rXLyo7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rKb7rXLyo7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rKb7rXLyo7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rKb7rXLyo7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rKb7rXLyo7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rKb7rXLyo7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rKb7rXLyo7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rKb7rXLyo7 button.navbar-toggler:focus {
  outline: none;
}
.cid-rKb7rXLyo7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rKb7rXLyo7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rKb7rXLyo7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rKb7rXLyo7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rKb7rXLyo7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rKb7rXLyo7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKb7rXLyo7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rKb7rXLyo7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rKb7rXLyo7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKb7rXLyo7 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rKb7rXLyo7 .collapsed .btn {
  display: flex;
}
.cid-rKb7rXLyo7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rKb7rXLyo7 .collapsed .navbar-collapse.collapsing,
.cid-rKb7rXLyo7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rKb7rXLyo7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rKb7rXLyo7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rKb7rXLyo7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rKb7rXLyo7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rKb7rXLyo7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rKb7rXLyo7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rKb7rXLyo7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rKb7rXLyo7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rKb7rXLyo7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rKb7rXLyo7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rKb7rXLyo7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rKb7rXLyo7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rKb7rXLyo7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rKb7rXLyo7 .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-rKb7rXLyo7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rKb7rXLyo7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rKb7rXLyo7 .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-rKb7rXLyo7.navbar-expand {
    flex-direction: column;
  }
  .cid-rKb7rXLyo7 img {
    height: 3.8rem !important;
  }
  .cid-rKb7rXLyo7 .btn {
    display: flex;
  }
  .cid-rKb7rXLyo7 button.navbar-toggler {
    display: block;
  }
  .cid-rKb7rXLyo7 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rKb7rXLyo7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rKb7rXLyo7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rKb7rXLyo7 .navbar-collapse.collapsing,
  .cid-rKb7rXLyo7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rKb7rXLyo7 .navbar-collapse.collapsing .navbar-nav,
  .cid-rKb7rXLyo7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rKb7rXLyo7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rKb7rXLyo7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rKb7rXLyo7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rKb7rXLyo7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rKb7rXLyo7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rKb7rXLyo7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rKb7rXLyo7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rKb7rXLyo7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rKb7rXLyo7 .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-rKb7rXLyo7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rKb7rXLyo7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rKb7rXLyo7 .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-rKb7rXLyo7 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rKb7rXLyo7 .navbar-collapse {
  flex-basis: auto;
}
.cid-rKb7rXLyo7 .nav-link:hover,
.cid-rKb7rXLyo7 .dropdown-item:hover {
  color: #232323 !important;
}
.cid-rKb7rYBpn0 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/jumbotron.jpg");
}
.cid-rKb8ch5MW4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKb8ch5MW4 .item {
  padding-bottom: 2rem;
}
.cid-rKb8ch5MW4 .item-wrapper {
  height: 100%;
}
.cid-rKb8ch5MW4 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-rKb8ch5MW4 .carousel-control,
.cid-rKb8ch5MW4 .close {
  background: #1b1b1b;
}
.cid-rKb8ch5MW4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-rKb8ch5MW4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-rKb8ch5MW4 .close {
  position: fixed;
  opacity: .5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  font-family: 'MobiriseIcons';
}
.cid-rKb8ch5MW4 .close::before {
  content: '\e91a';
}
.cid-rKb8ch5MW4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-rKb8ch5MW4 .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: .5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-rKb8ch5MW4 .carousel-inner > .active {
  display: block;
}
.cid-rKb8ch5MW4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rKb8ch5MW4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rKb8ch5MW4 .carousel-control .icon-next,
.cid-rKb8ch5MW4 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rKb8ch5MW4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-rKb8ch5MW4 .carousel-control,
  .cid-rKb8ch5MW4 .carousel-indicators,
  .cid-rKb8ch5MW4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-rKb8ch5MW4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-rKb8ch5MW4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rKb8ch5MW4 .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-rKb8ch5MW4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-rKb8ch5MW4 .carousel-indicators {
    display: none;
  }
}
.cid-rKb8ch5MW4 .carousel-indicators .active,
.cid-rKb8ch5MW4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: .5;
  border: 4px solid #1b1b1b;
}
.cid-rKb8ch5MW4 .carousel-indicators .active {
  background: #fff;
}
.cid-rKb8ch5MW4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-rKb8ch5MW4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-rKb8ch5MW4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rKb8ch5MW4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-rKb8ch5MW4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-rKb8ch5MW4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
}
.cid-rKb8ch5MW4 .carousel {
  width: 100%;
}
.cid-rKb8ch5MW4 .modal-dialog .carousel-inner {
  height: auto;
}
.cid-rKb8ch5MW4 .modal-backdrop.in {
  opacity: .8;
}
.cid-rKb8ch5MW4 .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-rKb8ch5MW4 .modal.fade .modal-dialog,
.cid-rKb8ch5MW4 .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-rKb7seSlyj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rKb7seSlyj .content {
    text-align: center;
  }
  .cid-rKb7seSlyj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rKb7seSlyj .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rKb7seSlyj .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rKb7seSlyj .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rKb7seSlyj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rKb7seSlyj .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rKb7seSlyj .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rKb7seSlyj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rKb7seSlyj .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rKb7seSlyj .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rKb7seSlyj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rKb7seSlyj .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sIpu2vtqeV .navbar {
  background: #e4f4fa;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sIpu2vtqeV .navbar-dropdown.bg-color.transparent.opened {
  background: #e4f4fa;
}
.cid-sIpu2vtqeV a {
  font-style: normal;
}
.cid-sIpu2vtqeV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sIpu2vtqeV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sIpu2vtqeV .nav-item:focus,
.cid-sIpu2vtqeV .nav-link:focus {
  outline: none;
}
.cid-sIpu2vtqeV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sIpu2vtqeV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sIpu2vtqeV .menu-logo {
  margin-right: auto;
}
.cid-sIpu2vtqeV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sIpu2vtqeV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sIpu2vtqeV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sIpu2vtqeV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sIpu2vtqeV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sIpu2vtqeV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sIpu2vtqeV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sIpu2vtqeV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sIpu2vtqeV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sIpu2vtqeV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sIpu2vtqeV .dropdown .dropdown-menu {
  background: #e4f4fa;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sIpu2vtqeV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sIpu2vtqeV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIpu2vtqeV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sIpu2vtqeV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sIpu2vtqeV .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-sIpu2vtqeV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sIpu2vtqeV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sIpu2vtqeV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sIpu2vtqeV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sIpu2vtqeV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sIpu2vtqeV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sIpu2vtqeV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sIpu2vtqeV button.navbar-toggler:focus {
  outline: none;
}
.cid-sIpu2vtqeV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sIpu2vtqeV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sIpu2vtqeV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sIpu2vtqeV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sIpu2vtqeV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sIpu2vtqeV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sIpu2vtqeV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sIpu2vtqeV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sIpu2vtqeV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sIpu2vtqeV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sIpu2vtqeV .collapsed .btn {
  display: flex;
}
.cid-sIpu2vtqeV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sIpu2vtqeV .collapsed .navbar-collapse.collapsing,
.cid-sIpu2vtqeV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sIpu2vtqeV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sIpu2vtqeV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sIpu2vtqeV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sIpu2vtqeV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sIpu2vtqeV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sIpu2vtqeV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sIpu2vtqeV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sIpu2vtqeV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sIpu2vtqeV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sIpu2vtqeV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sIpu2vtqeV .collapsed button.navbar-toggler {
  display: block;
}
.cid-sIpu2vtqeV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sIpu2vtqeV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sIpu2vtqeV .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-sIpu2vtqeV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sIpu2vtqeV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sIpu2vtqeV .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-sIpu2vtqeV.navbar-expand {
    flex-direction: column;
  }
  .cid-sIpu2vtqeV img {
    height: 3.8rem !important;
  }
  .cid-sIpu2vtqeV .btn {
    display: flex;
  }
  .cid-sIpu2vtqeV button.navbar-toggler {
    display: block;
  }
  .cid-sIpu2vtqeV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sIpu2vtqeV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sIpu2vtqeV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sIpu2vtqeV .navbar-collapse.collapsing,
  .cid-sIpu2vtqeV .navbar-collapse.show {
    display: block !important;
  }
  .cid-sIpu2vtqeV .navbar-collapse.collapsing .navbar-nav,
  .cid-sIpu2vtqeV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sIpu2vtqeV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sIpu2vtqeV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sIpu2vtqeV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sIpu2vtqeV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sIpu2vtqeV .navbar-collapse.collapsing .navbar-buttons,
  .cid-sIpu2vtqeV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sIpu2vtqeV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sIpu2vtqeV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sIpu2vtqeV .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-sIpu2vtqeV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sIpu2vtqeV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sIpu2vtqeV .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-sIpu2vtqeV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sIpu2vtqeV .navbar-collapse {
  flex-basis: auto;
}
.cid-sIpu2vtqeV .nav-link:hover,
.cid-sIpu2vtqeV .dropdown-item:hover {
  color: #232323 !important;
}
.cid-sIpu2vYXtV {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/jumbotron.jpg");
}
.cid-sIpuAnGnio {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sIpuAnGnio .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sIpuAnGnio .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sIpuAnGnio .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-sIpuAnGnio .card-title {
  text-align: center;
}
.cid-sIpuAnGnio .card-text {
  text-align: center;
}
.cid-sIpuAIJ6s3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e4f4fa;
}
.cid-sIpuAIJ6s3 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sIpuAIJ6s3 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sIpuAIJ6s3 .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-sIpuAIJ6s3 .card-title {
  text-align: center;
}
.cid-sIpuAIJ6s3 .card-text {
  text-align: center;
}
.cid-sIpxGnhrh5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sIpxGnhrh5 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sIpxGnhrh5 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sIpxGnhrh5 .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-sIpxGnhrh5 .card-title {
  text-align: center;
}
.cid-sIpxGnhrh5 .card-text {
  text-align: center;
}
.cid-sIpxH5cXjG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e4f4fa;
}
.cid-sIpxH5cXjG .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sIpxH5cXjG .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sIpxH5cXjG .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-sIpxH5cXjG .card-title {
  text-align: center;
}
.cid-sIpxH5cXjG .card-text {
  text-align: center;
}
.cid-sIpu2CnfIP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sIpu2CnfIP .content {
    text-align: center;
  }
  .cid-sIpu2CnfIP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sIpu2CnfIP .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sIpu2CnfIP .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sIpu2CnfIP .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sIpu2CnfIP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sIpu2CnfIP .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sIpu2CnfIP .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sIpu2CnfIP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sIpu2CnfIP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sIpu2CnfIP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sIpu2CnfIP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sIpu2CnfIP .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
