body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'BEST IN CLASS';
  font-size: 3.5rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.9rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.04rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.6rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.3rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- 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: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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: #55b4d4 !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: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f1990a !important;
  border-color: #f1990a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #a86a07 !important;
  border-color: #a86a07 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a86a07 !important;
  border-color: #a86a07 !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: #277e9c;
  color: #277e9c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #8f5b06;
  color: #8f5b06;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #f1990a;
  border-color: #f1990a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f1990a !important;
  border-color: #f1990a !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: #55b4d4 !important;
}
.text-secondary {
  color: #f1990a !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: #277e9c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #8f5b06 !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: #55b4d4;
  border-color: #55b4d4;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #55b4d4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f8fcfd;
}
.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 a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.3rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #55b4d4;
}
/* 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: #55b4d4;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #55b4d4;
}
.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: #55b4d4;
  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: #55b4d4;
  border-bottom-color: #55b4d4;
}
.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: #000000 !important;
  background-color: #55b4d4 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f1990a !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='%2355b4d4' %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-uK3PjmztMa .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uK3PjmztMa .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uK3PjmztMa a {
  font-style: normal;
}
.cid-uK3PjmztMa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uK3PjmztMa .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uK3PjmztMa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uK3PjmztMa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uK3PjmztMa .menu-logo {
  margin-right: auto;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uK3PjmztMa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uK3PjmztMa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uK3PjmztMa button.navbar-toggler:focus {
  outline: none;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uK3PjmztMa .collapsed .btn {
  display: flex;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed button.navbar-toggler {
  display: block;
}
.cid-uK3PjmztMa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uK3PjmztMa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uK3PjmztMa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uK3PjmztMa .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-uK3PjmztMa.navbar-expand {
    flex-direction: column;
  }
  .cid-uK3PjmztMa img {
    height: 3.8rem !important;
  }
  .cid-uK3PjmztMa .btn {
    display: flex;
  }
  .cid-uK3PjmztMa button.navbar-toggler {
    display: block;
  }
  .cid-uK3PjmztMa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uK3PjmztMa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uK3PjmztMa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing,
  .cid-uK3PjmztMa .navbar-collapse.show {
    display: block !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uK3PjmztMa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uWOhYaHtcV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/img-0282.jpg-2000x1500.jpg");
}
.cid-uWOhYaHtcV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWOhYaHtcV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWOhYaHtcV .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uWOhYaHtcV .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uWOhYaHtcV .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uWOhYaHtcV .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uWOhYaHtcV .container {
    padding: 0 24px;
  }
}
.cid-uWOhYaHtcV .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uWOhYaHtcV .content-wrapper {
    padding: 0;
  }
}
.cid-uWOhYaHtcV .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uWOhYaHtcV .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #f2f1f3;
  opacity: .12;
  pointer-events: none;
}
.cid-uWOhYaHtcV .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #f2f1f3;
  opacity: .09;
  pointer-events: none;
}
.cid-uWOhYaHtcV .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uWOhYaHtcV .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: 1;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uWOhYaHtcV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWOhYaHtcV .mbr-section-title {
  color: #ffffff;
}
.cid-uWOhYaHtcV .mbr-desc,
.cid-uWOhYaHtcV .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uWOhYaHtcV .mbr-text,
.cid-uWOhYaHtcV .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uWOhYaHtcV .mbr-section-title,
.cid-uWOhYaHtcV .mbr-section-btn {
  text-align: center;
}
.cid-tM6mTL4OEb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tM6mTL4OEb .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tM6mTL4OEb .mbr-text {
  text-align: center;
  color: #101511;
}
.cid-uWRU2RhlRn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWRU2RhlRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRU2RhlRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWRU2RhlRn .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uWRU2RhlRn .mbr-section-title {
  color: #24262b;
}
.cid-uWRU2RhlRn .mbr-section-subtitle {
  color: #24262b;
}
.cid-uWRU2RhlRn .cards-row {
  row-gap: 32px;
}
.cid-uWRU2RhlRn .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-uWRU2RhlRn .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uWRU2RhlRn .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uWRU2RhlRn .card-subtitle {
  color: #24262b;
}
.cid-uWRU2RhlRn .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uWRU2RhlRn .mbr-section-btn {
  margin-top: 20px;
}
.cid-uWRU2RhlRn .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-uWRU2RhlRn .item-img {
    min-height: auto;
  }
}
.cid-uWRU2RhlRn .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-uWRU2RhlRn .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-um67LVI2tB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-um67LVI2tB .title_block {
  margin-bottom: 80px;
}
.cid-um67LVI2tB .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #232323;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-um67LVI2tB .mbr-section-title {
  color: #232323;
  text-align: justify;
}
.cid-um67LVI2tB .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #24262b;
  text-align: center;
}
.cid-um67LVI2tB .item {
  padding-bottom: 2rem;
}
.cid-um67LVI2tB .image-wrapper {
  overflow: hidden;
}
.cid-um67LVI2tB .item-wrapper {
  position: relative;
}
.cid-um67LVI2tB .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-um67LVI2tB .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-um67LVI2tB .item-wrapper:hover .mbr-item-subtitle a {
  color: #55b4d4 !important;
}
.cid-um67LVI2tB .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-um67LVI2tB .carousel-control,
.cid-um67LVI2tB .close {
  background: #1b1b1b;
}
.cid-um67LVI2tB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-um67LVI2tB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-um67LVI2tB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-um67LVI2tB .carousel-control-next span {
  margin-left: 5px;
}
.cid-um67LVI2tB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-um67LVI2tB .close::before {
  content: '\e91a';
}
.cid-um67LVI2tB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-um67LVI2tB .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-um67LVI2tB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-um67LVI2tB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-um67LVI2tB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-um67LVI2tB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-um67LVI2tB .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-um67LVI2tB .carousel-indicators li.active,
.cid-um67LVI2tB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-um67LVI2tB .carousel-indicators li::after,
.cid-um67LVI2tB .carousel-indicators li::before {
  content: none;
}
.cid-um67LVI2tB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-um67LVI2tB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-um67LVI2tB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-um67LVI2tB .carousel-indicators {
    display: none;
  }
}
.cid-um67LVI2tB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-um67LVI2tB .carousel-inner > .active {
  display: block;
}
.cid-um67LVI2tB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-um67LVI2tB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-um67LVI2tB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-um67LVI2tB .carousel-control,
  .cid-um67LVI2tB .carousel-indicators,
  .cid-um67LVI2tB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-um67LVI2tB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-um67LVI2tB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-um67LVI2tB .carousel-indicators .active,
.cid-um67LVI2tB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-um67LVI2tB .carousel-indicators .active {
  background: #fff;
}
.cid-um67LVI2tB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-um67LVI2tB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-um67LVI2tB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-um67LVI2tB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-um67LVI2tB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-um67LVI2tB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-um67LVI2tB .carousel {
  width: 100%;
}
.cid-um67LVI2tB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-um67LVI2tB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-um67LVI2tB .modal.fade .modal-dialog,
.cid-um67LVI2tB .modal.in .modal-dialog {
  transform: none;
}
.cid-um67LVI2tB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-um67LVI2tB .mbr-fallback-image.disabled {
  display: none;
}
.cid-um67LVI2tB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNfwOqzS3Q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNfwOqzS3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNfwOqzS3Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNfwOqzS3Q .container {
    padding: 0 22px;
  }
}
.cid-uNfwOqzS3Q .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNfwOqzS3Q .mbr-text {
  color: #000000;
}
#hrblock-block-29g hr {
  margin: 0;
}
.cid-uy5g4gVEu0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uy5g4gVEu0 .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-uy5g4gVEu0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uy5g4gVEu0 .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uy5g4gVEu0 .mbr-section-title {
  color: #000000;
}
.cid-uy5g4gVEu0 .mbr-text {
  color: #000000;
}
.cid-uy5g4gVEu0 .mbr-description {
  color: #6c7577;
}
.cid-uy5g4gVEu0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy5g4gVEu0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3HYEnb3v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uK3HYEnb3v .card-wrapper {
  background: none;
  display: inline-flex;
  margin: 25px 0;
  padding: 0;
  padding-right: 0;
  width: 100%;
}
.cid-uK3HYEnb3v .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-uK3HYEnb3v .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #000000;
  height: 100%;
}
.cid-uK3HYEnb3v .row {
  align-items: center;
}
.cid-uK3HYEnb3v .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-uK3HYEnb3v .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-uK3HYEnb3v .card-title,
.cid-uK3HYEnb3v .iconfont-wrapper {
  color: #0c5b47;
  font-size: 19px;
  margin-bottom: 6px;
}
.cid-uK3HYEnb3v a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-uK3HYEnb3v .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: color 0.3s ease-out;
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uK3HYEnb3v .lin:hover .line {
  transition: color 0.2s ease-out;
  animation: qodef-line-visible-animation 1s forwards;
}
.cid-uK3HYEnb3v .lin {
  position: relative;
  transition: color 0.2s ease-out;
}
.cid-uK3HYEnb3v .it {
  font-style: italic;
}
.cid-uK3HYEnb3v .col {
  border-right: 1px solid #c0c0c0;
}
@media (max-width: 990px) {
  .cid-uK3HYEnb3v .col {
    border-right: none;
  }
}
@keyframes qodef-line-visible-animation {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.cid-uK3HYEnb3v .card-title,
.cid-uK3HYEnb3v .lin {
  color: #000000;
}
.cid-uxUKLs9TGt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxUKLs9TGt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxUKLs9TGt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxUKLs9TGt .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uxUKLs9TGt .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uxUKLs9TGt .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uxUKLs9TGt .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uxUKLs9TGt .item {
    padding: 0 14px;
  }
}
.cid-uxUKLs9TGt .item .item-wrapper {
  position: relative;
  border: 1px solid #149dcc;
  display: flex;
  overflow: hidden;
  background-color: #24262b;
}
@media (max-width: 992px) {
  .cid-uxUKLs9TGt .item .item-wrapper {
    display: block;
  }
}
.cid-uxUKLs9TGt .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uxUKLs9TGt .item .item-wrapper .item-content {
    padding: 14px;
    width: 100%;
  }
}
.cid-uxUKLs9TGt .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uxUKLs9TGt .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uxUKLs9TGt .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uxUKLs9TGt .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uxUKLs9TGt .item .item-wrapper .item-img img {
  min-height: 320px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uxUKLs9TGt .item .item-wrapper .item-img img {
    height: 200px;
    min-height: auto;
  }
}
.cid-uxUKLs9TGt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uxUKLs9TGt .item-title {
  color: #ffffff;
}
.cid-uxUKLs9TGt .item-text {
  color: #ffffff;
}
.cid-txysP1APY8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #149dcc;
}
.cid-txysP1APY8 .mbr-section-title {
  color: #ffffff;
}
.cid-uBQN6aeUyA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBQN6aeUyA .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uBQNGWTeWi {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBQNGWTeWi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQNGWTeWi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBQNGWTeWi .items-wrap {
  justify-content: center;
}
.cid-uBQNGWTeWi .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-uBQNGWTeWi .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uBQNGWTeWi .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uBQNGWTeWi .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBQNGWTeWi .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uBQNGWTeWi .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBQNGWTeWi .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uBQNGWTeWi .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uBQNGWTeWi .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: 1;
}
.cid-uBQNGWTeWi .item-desc {
  color: #000000;
  text-align: right;
}
#hrblock-block-2cv hr {
  margin: 0;
}
.cid-uNfxkUEV68 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNfxkUEV68 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNfxkUEV68 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNfxkUEV68 .container {
    padding: 0 22px;
  }
}
.cid-uNfxkUEV68 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNfxkUEV68 .mbr-text {
  color: #000000;
}
.cid-usHymulJjh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-usHymulJjh .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHymulJjh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usHymulJjh .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-usHymulJjh .bg-facebook:hover {
  background: #0b60cb;
}
.cid-usHymulJjh .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-usHymulJjh .bg-instagram:hover {
  background: #bd005c;
}
.cid-usHymulJjh .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-usHymulJjh .bg-youtube:hover {
  background: #cc0000;
}
.cid-usHymulJjh .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-usHymulJjh [class^="socicon-"]:before,
.cid-usHymulJjh [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-u8UGmd00v2 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u8UGmd00v2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8UGmd00v2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8UGmd00v2 .col-title {
  margin-bottom: 32px;
}
.cid-u8UGmd00v2 .mbr-section-title {
  color: #24262b;
}
.cid-u8UGmd00v2 .mbr-section-subtitle {
  color: #24262b;
}
.cid-u8UGmd00v2 .cards-row {
  row-gap: 32px;
}
.cid-u8UGmd00v2 .card {
  border-radius: 0;
}
.cid-u8UGmd00v2 .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-u8UGmd00v2 .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-u8UGmd00v2 .text-wrap {
  flex-grow: 1;
}
.cid-u8UGmd00v2 .card-title {
  color: #149dcc;
  text-align: center;
}
.cid-u8UGmd00v2 .card-text {
  color: #FFFFFF;
}
.cid-sxHlWVjTnW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-sxHlWVjTnW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sxHlWVjTnW .row {
    text-align: center;
  }
  .cid-sxHlWVjTnW .row > div {
    margin: auto;
  }
  .cid-sxHlWVjTnW .social-row {
    justify-content: center;
  }
}
.cid-sxHlWVjTnW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sxHlWVjTnW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 0rem;
  }
}
.cid-sxHlWVjTnW .mbr-text {
  color: #bbbbbb;
}
.cid-sxHlWVjTnW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sxHlWVjTnW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-rI0YKgrVrl {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rI0YKgrVrl .media-container-row .mbr-text {
  color: #000000;
}
#custom-html-29w {
  /* Type valid CSS here */
}
#custom-html-29w div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-29w p {
  font-size: 60px;
  color: #777;
}
.cid-uK3PjmztMa .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uK3PjmztMa .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uK3PjmztMa a {
  font-style: normal;
}
.cid-uK3PjmztMa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uK3PjmztMa .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uK3PjmztMa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uK3PjmztMa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uK3PjmztMa .menu-logo {
  margin-right: auto;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uK3PjmztMa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uK3PjmztMa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uK3PjmztMa button.navbar-toggler:focus {
  outline: none;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uK3PjmztMa .collapsed .btn {
  display: flex;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed button.navbar-toggler {
  display: block;
}
.cid-uK3PjmztMa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uK3PjmztMa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uK3PjmztMa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uK3PjmztMa .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-uK3PjmztMa.navbar-expand {
    flex-direction: column;
  }
  .cid-uK3PjmztMa img {
    height: 3.8rem !important;
  }
  .cid-uK3PjmztMa .btn {
    display: flex;
  }
  .cid-uK3PjmztMa button.navbar-toggler {
    display: block;
  }
  .cid-uK3PjmztMa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uK3PjmztMa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uK3PjmztMa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing,
  .cid-uK3PjmztMa .navbar-collapse.show {
    display: block !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uK3PjmztMa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rI1GdWEC43 {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rI1GdWEC43 P {
  color: #767676;
}
.cid-rI1GdWEC43 H1 {
  color: #000000;
}
.cid-rI1GdWEC43 .mbr-text,
.cid-rI1GdWEC43 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-rI1GdWEC43 H3 {
  color: #000000;
}
.cid-tUWom5TEXR {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tUWom5TEXR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWom5TEXR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tUWom5TEXR .container {
    padding: 0 16px;
  }
}
.cid-tUWom5TEXR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tUWom5TEXR .card {
    margin-bottom: 60px;
  }
}
.cid-tUWom5TEXR .card .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tUWom5TEXR .card .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tUWom5TEXR .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-tUWom5TEXR .card .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #149dcc;
  opacity: .6;
  border-radius: 100%;
}
.cid-tUWom5TEXR .card .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #149dcc;
  color: #08323c;
  border-radius: 100%;
  z-index: 1;
}
.cid-tUWom5TEXR .card .content-wrapper .mbr-section-title {
  margin-bottom: 14px;
}
.cid-tUWom5TEXR .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tUWom5TEXR .mbr-section-title {
  color: #08323C;
}
.cid-tUWom5TEXR .mbr-text {
  color: #08323C;
}
.cid-uSbnT9Ne60 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-uSbnT9Ne60 P {
  color: #767676;
}
.cid-sR1Pykzn6Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sR1Pykzn6Y .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sR1Pykzn6Y .section-text {
  padding: 2rem 0;
}
.cid-sR1Pykzn6Y .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sR1Pykzn6Y .inner-container {
    width: 100% !important;
  }
}
.cid-tsEwqq4WQR {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #f4f8fa, #f4f8fa);
}
.cid-tsEwqq4WQR .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tsEwqq4WQR .plan-body .btn-bgr {
  z-index: 0;
}
.cid-tsEwqq4WQR .list-group-item {
  padding: .5rem 3.25rem;
  background: transparent;
}
.cid-tsEwqq4WQR .price-term {
  margin-left: -5px;
}
.cid-tsEwqq4WQR .pt2 {
  padding-top: 2rem;
}
.cid-tsEwqq4WQR .plan-favorite {
  background-color: #188ef4;
  width: 40%;
  border-radius: .25rem;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -26px;
  margin-left: -20%;
}
.cid-tsEwqq4WQR .plan-descr {
  color: #444444;
}
.cid-tsEwqq4WQR .plan-price {
  margin-top: 2rem;
  color: #000000;
}
.cid-tsEwqq4WQR .plan-header {
  border-radius: .25rem .25rem 0 0;
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-tsEwqq4WQR .plan-body {
  border-radius: 0 0 .25rem .25rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-tsEwqq4WQR .plan-card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tsEwqq4WQR .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  color: #8d97ad;
}
.cid-tsEwqq4WQR .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-tsEwqq4WQR .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-tsEwqq4WQR .plan .plan-favorite {
  display: none;
}
.cid-tsEwqq4WQR .plan:nth-child(2) .plan-favorite {
  background-color: #149dcc;
  display: block !important;
}
.cid-tsEwqq4WQR .plan-header,
.cid-tsEwqq4WQR .plan-body {
  background-color: #ffffff;
}
.cid-tsEwqq4WQR .price-figure {
  font-weight: 300;
  color: #232323;
}
.cid-tsEwqq4WQR .price-value {
  font-weight: 300;
  vertical-align: top;
  line-height: 1;
  margin-right: -5px;
}
@media (max-width: 992px) {
  .cid-tsEwqq4WQR .plan {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 550px) {
  .cid-tsEwqq4WQR .price-figure {
    font-size: 4.25rem;
  }
}
.cid-tsEwqq4WQR .plan-subtitle {
  color: #232323;
}
.cid-tsECaioVwn {
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #f4f8fa, #f4f8fa);
}
.cid-tsECaioVwn .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tsECaioVwn .plan-body .btn-bgr {
  z-index: 0;
}
.cid-tsECaioVwn .list-group-item {
  padding: .5rem 3.25rem;
  background: transparent;
}
.cid-tsECaioVwn .price-term {
  margin-left: -5px;
}
.cid-tsECaioVwn .pt2 {
  padding-top: 2rem;
}
.cid-tsECaioVwn .plan-favorite {
  background-color: #188ef4;
  width: 40%;
  border-radius: .25rem;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -26px;
  margin-left: -20%;
}
.cid-tsECaioVwn .plan-descr {
  color: #444444;
  text-align: center;
}
.cid-tsECaioVwn .plan-price {
  margin-top: 2rem;
  color: #000000;
}
.cid-tsECaioVwn .plan-header {
  border-radius: .25rem .25rem 0 0;
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-tsECaioVwn .plan-body {
  border-radius: 0 0 .25rem .25rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-tsECaioVwn .plan-card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tsECaioVwn .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  color: #8d97ad;
}
.cid-tsECaioVwn .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-tsECaioVwn .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-tsECaioVwn .plan .plan-favorite {
  display: none;
}
.cid-tsECaioVwn .plan:nth-child(2) .plan-favorite {
  background-color: #149dcc;
  display: block !important;
}
.cid-tsECaioVwn .plan-header,
.cid-tsECaioVwn .plan-body {
  background-color: #ffffff;
}
.cid-tsECaioVwn .price-figure {
  font-weight: 300;
  color: #232323;
}
.cid-tsECaioVwn .price-value {
  font-weight: 300;
  vertical-align: top;
  line-height: 1;
  margin-right: -5px;
}
@media (max-width: 992px) {
  .cid-tsECaioVwn .plan {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 550px) {
  .cid-tsECaioVwn .price-figure {
    font-size: 4.25rem;
  }
}
.cid-tsECaioVwn .plan-subtitle {
  color: #232323;
  text-align: center;
}
.cid-tsECaioVwn .plan-descr DIV {
  text-align: center;
}
.cid-tsEDmKSXo7 {
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #f4f8fa, #f4f8fa);
}
.cid-tsEDmKSXo7 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tsEDmKSXo7 .plan-body .btn-bgr {
  z-index: 0;
}
.cid-tsEDmKSXo7 .list-group-item {
  padding: .5rem 3.25rem;
  background: transparent;
}
.cid-tsEDmKSXo7 .price-term {
  margin-left: -5px;
}
.cid-tsEDmKSXo7 .pt2 {
  padding-top: 2rem;
}
.cid-tsEDmKSXo7 .plan-favorite {
  background-color: #188ef4;
  width: 40%;
  border-radius: .25rem;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -26px;
  margin-left: -20%;
}
.cid-tsEDmKSXo7 .plan-descr {
  color: #444444;
  text-align: center;
}
.cid-tsEDmKSXo7 .plan-price {
  margin-top: 2rem;
  color: #000000;
}
.cid-tsEDmKSXo7 .plan-header {
  border-radius: .25rem .25rem 0 0;
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-tsEDmKSXo7 .plan-body {
  border-radius: 0 0 .25rem .25rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-tsEDmKSXo7 .plan-card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tsEDmKSXo7 .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  color: #8d97ad;
}
.cid-tsEDmKSXo7 .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-tsEDmKSXo7 .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-tsEDmKSXo7 .plan .plan-favorite {
  display: none;
}
.cid-tsEDmKSXo7 .plan:nth-child(2) .plan-favorite {
  background-color: #149dcc;
  display: block !important;
}
.cid-tsEDmKSXo7 .plan-header,
.cid-tsEDmKSXo7 .plan-body {
  background-color: #ffffff;
}
.cid-tsEDmKSXo7 .price-figure {
  font-weight: 300;
  color: #232323;
}
.cid-tsEDmKSXo7 .price-value {
  font-weight: 300;
  vertical-align: top;
  line-height: 1;
  margin-right: -5px;
}
@media (max-width: 992px) {
  .cid-tsEDmKSXo7 .plan {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 550px) {
  .cid-tsEDmKSXo7 .price-figure {
    font-size: 4.25rem;
  }
}
.cid-tsEDmKSXo7 .plan-subtitle {
  color: #232323;
}
.cid-tsEOM2dVV2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-tsEOM2dVV2 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tsEOM2dVV2 .section-text {
  padding: 2rem 0;
}
.cid-tsEOM2dVV2 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tsEOM2dVV2 .inner-container {
    width: 100% !important;
  }
}
.cid-tsEHF04Uz9 {
  padding-top: 30px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #f4f8fa, #f4f8fa);
}
.cid-tsEHF04Uz9 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tsEHF04Uz9 .plan-body .btn-bgr {
  z-index: 0;
}
.cid-tsEHF04Uz9 .list-group-item {
  padding: .5rem 3.25rem;
  background: transparent;
}
.cid-tsEHF04Uz9 .price-term {
  margin-left: -5px;
}
.cid-tsEHF04Uz9 .pt2 {
  padding-top: 2rem;
}
.cid-tsEHF04Uz9 .plan-favorite {
  background-color: #188ef4;
  width: 40%;
  border-radius: .25rem;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -26px;
  margin-left: -20%;
}
.cid-tsEHF04Uz9 .plan-descr {
  color: #444444;
}
.cid-tsEHF04Uz9 .plan-price {
  margin-top: 2rem;
  color: #000000;
}
.cid-tsEHF04Uz9 .plan-header {
  border-radius: .25rem .25rem 0 0;
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-tsEHF04Uz9 .plan-body {
  border-radius: 0 0 .25rem .25rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-tsEHF04Uz9 .plan-card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tsEHF04Uz9 .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  color: #8d97ad;
}
.cid-tsEHF04Uz9 .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-tsEHF04Uz9 .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-tsEHF04Uz9 .plan .plan-favorite {
  display: none;
}
.cid-tsEHF04Uz9 .plan:nth-child(2) .plan-favorite {
  background-color: #149dcc;
  display: block !important;
}
.cid-tsEHF04Uz9 .plan-header,
.cid-tsEHF04Uz9 .plan-body {
  background-color: #ffffff;
}
.cid-tsEHF04Uz9 .price-figure {
  font-weight: 300;
  color: #232323;
}
.cid-tsEHF04Uz9 .price-value {
  font-weight: 300;
  vertical-align: top;
  line-height: 1;
  margin-right: -5px;
}
@media (max-width: 992px) {
  .cid-tsEHF04Uz9 .plan {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 550px) {
  .cid-tsEHF04Uz9 .price-figure {
    font-size: 4.25rem;
  }
}
.cid-tsEHF04Uz9 .plan-subtitle {
  color: #232323;
}
.cid-tsEPJKTg8t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-tsEPJKTg8t .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tsEPJKTg8t .section-text {
  padding: 2rem 0;
}
.cid-tsEPJKTg8t .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tsEPJKTg8t .inner-container {
    width: 100% !important;
  }
}
.cid-tsEPHd4jMd {
  padding-top: 30px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #f4f8fa, #f4f8fa);
}
.cid-tsEPHd4jMd .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tsEPHd4jMd .plan-body .btn-bgr {
  z-index: 0;
}
.cid-tsEPHd4jMd .list-group-item {
  padding: .5rem 3.25rem;
  background: transparent;
}
.cid-tsEPHd4jMd .price-term {
  margin-left: -5px;
}
.cid-tsEPHd4jMd .pt2 {
  padding-top: 2rem;
}
.cid-tsEPHd4jMd .plan-favorite {
  background-color: #188ef4;
  width: 40%;
  border-radius: .25rem;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -26px;
  margin-left: -20%;
}
.cid-tsEPHd4jMd .plan-descr {
  color: #444444;
}
.cid-tsEPHd4jMd .plan-price {
  margin-top: 2rem;
  color: #000000;
}
.cid-tsEPHd4jMd .plan-header {
  border-radius: .25rem .25rem 0 0;
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-tsEPHd4jMd .plan-body {
  border-radius: 0 0 .25rem .25rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-tsEPHd4jMd .plan-card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tsEPHd4jMd .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  color: #8d97ad;
}
.cid-tsEPHd4jMd .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-tsEPHd4jMd .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-tsEPHd4jMd .plan .plan-favorite {
  display: none;
}
.cid-tsEPHd4jMd .plan:nth-child(2) .plan-favorite {
  background-color: #55b4d4;
  display: block !important;
}
.cid-tsEPHd4jMd .plan-header,
.cid-tsEPHd4jMd .plan-body {
  background-color: #ffffff;
}
.cid-tsEPHd4jMd .price-figure {
  font-weight: 300;
  color: #232323;
}
.cid-tsEPHd4jMd .price-value {
  font-weight: 300;
  vertical-align: top;
  line-height: 1;
  margin-right: -5px;
}
@media (max-width: 992px) {
  .cid-tsEPHd4jMd .plan {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 550px) {
  .cid-tsEPHd4jMd .price-figure {
    font-size: 4.25rem;
  }
}
.cid-tsEPHd4jMd .plan-subtitle {
  color: #232323;
}
.cid-tsGGeLYYcE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-tsGGeLYYcE .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tsGGeLYYcE .section-text {
  padding: 2rem 0;
}
.cid-tsGGeLYYcE .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tsGGeLYYcE .inner-container {
    width: 100% !important;
  }
}
.cid-tsGGc2B0tO {
  padding-top: 30px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #f4f8fa, #f4f8fa);
}
.cid-tsGGc2B0tO .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tsGGc2B0tO .plan-body .btn-bgr {
  z-index: 0;
}
.cid-tsGGc2B0tO .list-group-item {
  padding: .5rem 3.25rem;
  background: transparent;
}
.cid-tsGGc2B0tO .price-term {
  margin-left: -5px;
}
.cid-tsGGc2B0tO .pt2 {
  padding-top: 2rem;
}
.cid-tsGGc2B0tO .plan-favorite {
  background-color: #188ef4;
  width: 40%;
  border-radius: .25rem;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -26px;
  margin-left: -20%;
}
.cid-tsGGc2B0tO .plan-descr {
  color: #444444;
}
.cid-tsGGc2B0tO .plan-price {
  margin-top: 2rem;
  color: #000000;
}
.cid-tsGGc2B0tO .plan-header {
  border-radius: .25rem .25rem 0 0;
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-tsGGc2B0tO .plan-body {
  border-radius: 0 0 .25rem .25rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-tsGGc2B0tO .plan-card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tsGGc2B0tO .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  color: #8d97ad;
}
.cid-tsGGc2B0tO .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-tsGGc2B0tO .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-tsGGc2B0tO .plan .plan-favorite {
  display: none;
}
.cid-tsGGc2B0tO .plan:nth-child(2) .plan-favorite {
  background-color: #55b4d4;
  display: block !important;
}
.cid-tsGGc2B0tO .plan-header,
.cid-tsGGc2B0tO .plan-body {
  background-color: #ffffff;
}
.cid-tsGGc2B0tO .price-figure {
  font-weight: 300;
  color: #232323;
}
.cid-tsGGc2B0tO .price-value {
  font-weight: 300;
  vertical-align: top;
  line-height: 1;
  margin-right: -5px;
}
@media (max-width: 992px) {
  .cid-tsGGc2B0tO .plan {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 550px) {
  .cid-tsGGc2B0tO .price-figure {
    font-size: 4.25rem;
  }
}
.cid-tsGGc2B0tO .plan-subtitle {
  color: #232323;
}
.cid-tsGGc2B0tO .plan-title {
  color: #000000;
}
.cid-tsGGc2B0tO UL {
  color: #000000;
}
.cid-tsEOCPM5Mt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-tsEOCPM5Mt .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tsEOCPM5Mt .section-text {
  padding: 2rem 0;
}
.cid-tsEOCPM5Mt .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tsEOCPM5Mt .inner-container {
    width: 100% !important;
  }
}
.cid-tsEJRi0wxI {
  padding-top: 30px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #f4f8fa, #f4f8fa);
}
.cid-tsEJRi0wxI .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tsEJRi0wxI .plan-body .btn-bgr {
  z-index: 0;
}
.cid-tsEJRi0wxI .list-group-item {
  padding: .5rem 3.25rem;
  background: transparent;
}
.cid-tsEJRi0wxI .price-term {
  margin-left: -5px;
}
.cid-tsEJRi0wxI .pt2 {
  padding-top: 2rem;
}
.cid-tsEJRi0wxI .plan-favorite {
  background-color: #188ef4;
  width: 40%;
  border-radius: .25rem;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -26px;
  margin-left: -20%;
}
.cid-tsEJRi0wxI .plan-descr {
  color: #444444;
}
.cid-tsEJRi0wxI .plan-price {
  margin-top: 2rem;
  color: #000000;
}
.cid-tsEJRi0wxI .plan-header {
  border-radius: .25rem .25rem 0 0;
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-tsEJRi0wxI .plan-body {
  border-radius: 0 0 .25rem .25rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-tsEJRi0wxI .plan-card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tsEJRi0wxI .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  color: #8d97ad;
}
.cid-tsEJRi0wxI .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-tsEJRi0wxI .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-tsEJRi0wxI .plan .plan-favorite {
  display: none;
}
.cid-tsEJRi0wxI .plan:nth-child(2) .plan-favorite {
  background-color: #149dcc;
  display: block !important;
}
.cid-tsEJRi0wxI .plan-header,
.cid-tsEJRi0wxI .plan-body {
  background-color: #ffffff;
}
.cid-tsEJRi0wxI .price-figure {
  font-weight: 300;
  color: #232323;
}
.cid-tsEJRi0wxI .price-value {
  font-weight: 300;
  vertical-align: top;
  line-height: 1;
  margin-right: -5px;
}
@media (max-width: 992px) {
  .cid-tsEJRi0wxI .plan {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 550px) {
  .cid-tsEJRi0wxI .price-figure {
    font-size: 4.25rem;
  }
}
.cid-tsEJRi0wxI .plan-subtitle {
  color: #232323;
}
.cid-sR1PLs39lX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sR1PLs39lX .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sR1PLs39lX .section-text {
  padding: 2rem 0;
}
.cid-sR1PLs39lX .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sR1PLs39lX .inner-container {
    width: 100% !important;
  }
}
.cid-tsEMkW1qlS {
  padding-top: 30px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #f4f8fa, #f4f8fa);
}
.cid-tsEMkW1qlS .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tsEMkW1qlS .plan-body .btn-bgr {
  z-index: 0;
}
.cid-tsEMkW1qlS .list-group-item {
  padding: .5rem 3.25rem;
  background: transparent;
}
.cid-tsEMkW1qlS .price-term {
  margin-left: -5px;
}
.cid-tsEMkW1qlS .pt2 {
  padding-top: 2rem;
}
.cid-tsEMkW1qlS .plan-favorite {
  background-color: #188ef4;
  width: 40%;
  border-radius: .25rem;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -26px;
  margin-left: -20%;
}
.cid-tsEMkW1qlS .plan-descr {
  color: #444444;
}
.cid-tsEMkW1qlS .plan-price {
  margin-top: 2rem;
  color: #000000;
}
.cid-tsEMkW1qlS .plan-header {
  border-radius: .25rem .25rem 0 0;
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-tsEMkW1qlS .plan-body {
  border-radius: 0 0 .25rem .25rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-tsEMkW1qlS .plan-card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tsEMkW1qlS .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  color: #8d97ad;
}
.cid-tsEMkW1qlS .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-tsEMkW1qlS .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-tsEMkW1qlS .plan .plan-favorite {
  display: none;
}
.cid-tsEMkW1qlS .plan:nth-child(2) .plan-favorite {
  background-color: #149dcc;
  display: block !important;
}
.cid-tsEMkW1qlS .plan-header,
.cid-tsEMkW1qlS .plan-body {
  background-color: #ffffff;
}
.cid-tsEMkW1qlS .price-figure {
  font-weight: 300;
  color: #232323;
}
.cid-tsEMkW1qlS .price-value {
  font-weight: 300;
  vertical-align: top;
  line-height: 1;
  margin-right: -5px;
}
@media (max-width: 992px) {
  .cid-tsEMkW1qlS .plan {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 550px) {
  .cid-tsEMkW1qlS .price-figure {
    font-size: 4.25rem;
  }
}
.cid-tsEMkW1qlS .plan-subtitle {
  color: #232323;
}
.cid-sT1rLP7fGv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sT1rLP7fGv .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sT1rLP7fGv .section-text {
  padding: 2rem 0;
}
.cid-sT1rLP7fGv .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sT1rLP7fGv .inner-container {
    width: 100% !important;
  }
}
.cid-tsGEhzPQgO {
  padding-top: 30px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #f4f8fa, #f4f8fa);
}
.cid-tsGEhzPQgO .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tsGEhzPQgO .plan-body .btn-bgr {
  z-index: 0;
}
.cid-tsGEhzPQgO .list-group-item {
  padding: .5rem 3.25rem;
  background: transparent;
}
.cid-tsGEhzPQgO .price-term {
  margin-left: -5px;
}
.cid-tsGEhzPQgO .pt2 {
  padding-top: 2rem;
}
.cid-tsGEhzPQgO .plan-favorite {
  background-color: #188ef4;
  width: 40%;
  border-radius: .25rem;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -26px;
  margin-left: -20%;
}
.cid-tsGEhzPQgO .plan-descr {
  color: #444444;
}
.cid-tsGEhzPQgO .plan-price {
  margin-top: 2rem;
  color: #000000;
}
.cid-tsGEhzPQgO .plan-header {
  border-radius: .25rem .25rem 0 0;
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-tsGEhzPQgO .plan-body {
  border-radius: 0 0 .25rem .25rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-tsGEhzPQgO .plan-card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tsGEhzPQgO .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  color: #8d97ad;
}
.cid-tsGEhzPQgO .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-tsGEhzPQgO .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-tsGEhzPQgO .plan .plan-favorite {
  display: none;
}
.cid-tsGEhzPQgO .plan:nth-child(3) .plan-favorite {
  background-color: #149dcc;
  display: block !important;
}
.cid-tsGEhzPQgO .plan-header,
.cid-tsGEhzPQgO .plan-body {
  background-color: #ffffff;
}
.cid-tsGEhzPQgO .price-figure {
  font-weight: 300;
  color: #232323;
}
.cid-tsGEhzPQgO .price-value {
  font-weight: 300;
  vertical-align: top;
  line-height: 1;
  margin-right: -5px;
}
@media (max-width: 992px) {
  .cid-tsGEhzPQgO .plan {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 550px) {
  .cid-tsGEhzPQgO .price-figure {
    font-size: 4.25rem;
  }
}
.cid-tsGEhzPQgO .plan-subtitle {
  color: #232323;
}
.cid-uxUgvAUzS5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-uxUgvAUzS5 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uxUgvAUzS5 .section-text {
  padding: 2rem 0;
}
.cid-uxUgvAUzS5 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uxUgvAUzS5 .inner-container {
    width: 100% !important;
  }
}
.cid-uxUgt4r8VM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uxUgt4r8VM .mbr-section-subtitle {
  color: #767676;
}
.cid-uxUgt4r8VM .container-table {
  margin: 0 auto;
}
.cid-uxUgt4r8VM .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uxUgt4r8VM .dataTables_wrapper {
  display: block;
}
.cid-uxUgt4r8VM .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uxUgt4r8VM .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uxUgt4r8VM table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-uxUgt4r8VM table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uxUgt4r8VM table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-uxUgt4r8VM table td {
  border-top: 1px solid #ffffff;
}
.cid-uxUgt4r8VM table.table {
  background: #ffffff;
}
.cid-uxUgt4r8VM .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uxUgt4r8VM .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uxUgt4r8VM .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uxUgt4r8VM .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uxUgt4r8VM .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uxUgt4r8VM .dataTables_filter {
    text-align: center;
  }
  .cid-uxUgt4r8VM .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uxUgt4r8VM .body-item {
  color: #000000;
}
.cid-sR1SLdrcUJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sR1SLdrcUJ .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sR1SLdrcUJ .section-text {
  padding: 2rem 0;
}
.cid-sR1SLdrcUJ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sR1SLdrcUJ .inner-container {
    width: 100% !important;
  }
}
.cid-sR10DEuWFz {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sR10DEuWFz .mbr-section-subtitle {
  color: #767676;
}
.cid-sR10DEuWFz .container-table {
  margin: 0 auto;
}
.cid-sR10DEuWFz .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sR10DEuWFz .dataTables_wrapper {
  display: block;
}
.cid-sR10DEuWFz .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sR10DEuWFz .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sR10DEuWFz table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-sR10DEuWFz table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sR10DEuWFz table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-sR10DEuWFz table td {
  border-top: 1px solid #ffffff;
}
.cid-sR10DEuWFz table.table {
  background: #ffffff;
}
.cid-sR10DEuWFz .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sR10DEuWFz .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sR10DEuWFz .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sR10DEuWFz .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sR10DEuWFz .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sR10DEuWFz .dataTables_filter {
    text-align: center;
  }
  .cid-sR10DEuWFz .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sR10DEuWFz .body-item {
  color: #000000;
}
.cid-sR1T4IfdyO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sR1T4IfdyO .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sR1T4IfdyO .section-text {
  padding: 2rem 0;
}
.cid-sR1T4IfdyO .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sR1T4IfdyO .inner-container {
    width: 100% !important;
  }
}
.cid-sR11gtoJks {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sR11gtoJks .mbr-section-subtitle {
  color: #767676;
}
.cid-sR11gtoJks .container-table {
  margin: 0 auto;
}
.cid-sR11gtoJks .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sR11gtoJks .dataTables_wrapper {
  display: block;
}
.cid-sR11gtoJks .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sR11gtoJks .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sR11gtoJks table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-sR11gtoJks table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sR11gtoJks table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-sR11gtoJks table td {
  border-top: 1px solid #ffffff;
}
.cid-sR11gtoJks table.table {
  background: #ffffff;
}
.cid-sR11gtoJks .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sR11gtoJks .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sR11gtoJks .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sR11gtoJks .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sR11gtoJks .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sR11gtoJks .dataTables_filter {
    text-align: center;
  }
  .cid-sR11gtoJks .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sR11gtoJks .body-item {
  color: #000000;
}
.cid-sR1TTTFs3n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sR1TTTFs3n .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sR1TTTFs3n .section-text {
  padding: 2rem 0;
}
.cid-sR1TTTFs3n .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sR1TTTFs3n .inner-container {
    width: 100% !important;
  }
}
.cid-sR11CRobFU {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sR11CRobFU .mbr-section-subtitle {
  color: #767676;
}
.cid-sR11CRobFU .container-table {
  margin: 0 auto;
}
.cid-sR11CRobFU .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sR11CRobFU .dataTables_wrapper {
  display: block;
}
.cid-sR11CRobFU .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sR11CRobFU .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sR11CRobFU table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-sR11CRobFU table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sR11CRobFU table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-sR11CRobFU table td {
  border-top: 1px solid #ffffff;
}
.cid-sR11CRobFU table.table {
  background: #ffffff;
}
.cid-sR11CRobFU .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sR11CRobFU .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sR11CRobFU .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sR11CRobFU .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sR11CRobFU .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sR11CRobFU .dataTables_filter {
    text-align: center;
  }
  .cid-sR11CRobFU .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sR11CRobFU .body-item {
  color: #000000;
}
.cid-sR1Up5Jdhj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sR1Up5Jdhj .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sR1Up5Jdhj .section-text {
  padding: 2rem 0;
}
.cid-sR1Up5Jdhj .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sR1Up5Jdhj .inner-container {
    width: 100% !important;
  }
}
.cid-sR121A0PlX {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sR121A0PlX .mbr-section-subtitle {
  color: #767676;
}
.cid-sR121A0PlX .container-table {
  margin: 0 auto;
}
.cid-sR121A0PlX .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sR121A0PlX .dataTables_wrapper {
  display: block;
}
.cid-sR121A0PlX .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sR121A0PlX .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sR121A0PlX table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-sR121A0PlX table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sR121A0PlX table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-sR121A0PlX table td {
  border-top: 1px solid #ffffff;
}
.cid-sR121A0PlX table.table {
  background: #ffffff;
}
.cid-sR121A0PlX .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sR121A0PlX .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sR121A0PlX .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sR121A0PlX .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sR121A0PlX .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sR121A0PlX .dataTables_filter {
    text-align: center;
  }
  .cid-sR121A0PlX .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sR121A0PlX .body-item {
  color: #000000;
}
.cid-sR1UxYcPvs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sR1UxYcPvs .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sR1UxYcPvs .section-text {
  padding: 2rem 0;
}
.cid-sR1UxYcPvs .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sR1UxYcPvs .inner-container {
    width: 100% !important;
  }
}
.cid-sR12pdHspB {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sR12pdHspB .mbr-section-subtitle {
  color: #767676;
}
.cid-sR12pdHspB .container-table {
  margin: 0 auto;
}
.cid-sR12pdHspB .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sR12pdHspB .dataTables_wrapper {
  display: block;
}
.cid-sR12pdHspB .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sR12pdHspB .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sR12pdHspB table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-sR12pdHspB table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sR12pdHspB table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-sR12pdHspB table td {
  border-top: 1px solid #ffffff;
}
.cid-sR12pdHspB table.table {
  background: #ffffff;
}
.cid-sR12pdHspB .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sR12pdHspB .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sR12pdHspB .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sR12pdHspB .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sR12pdHspB .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sR12pdHspB .dataTables_filter {
    text-align: center;
  }
  .cid-sR12pdHspB .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sR12pdHspB .body-item {
  color: #000000;
}
.cid-sR1UT1Z5jW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sR1UT1Z5jW .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sR1UT1Z5jW .section-text {
  padding: 2rem 0;
}
.cid-sR1UT1Z5jW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sR1UT1Z5jW .inner-container {
    width: 100% !important;
  }
}
.cid-sR12Irl6bc {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sR12Irl6bc .mbr-section-subtitle {
  color: #767676;
}
.cid-sR12Irl6bc .container-table {
  margin: 0 auto;
}
.cid-sR12Irl6bc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sR12Irl6bc .dataTables_wrapper {
  display: block;
}
.cid-sR12Irl6bc .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sR12Irl6bc .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sR12Irl6bc table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-sR12Irl6bc table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sR12Irl6bc table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-sR12Irl6bc table td {
  border-top: 1px solid #ffffff;
}
.cid-sR12Irl6bc table.table {
  background: #ffffff;
}
.cid-sR12Irl6bc .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sR12Irl6bc .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sR12Irl6bc .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sR12Irl6bc .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sR12Irl6bc .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sR12Irl6bc .dataTables_filter {
    text-align: center;
  }
  .cid-sR12Irl6bc .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sR12Irl6bc .body-item {
  color: #000000;
}
.cid-sxHlWVjTnW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-sxHlWVjTnW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sxHlWVjTnW .row {
    text-align: center;
  }
  .cid-sxHlWVjTnW .row > div {
    margin: auto;
  }
  .cid-sxHlWVjTnW .social-row {
    justify-content: center;
  }
}
.cid-sxHlWVjTnW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sxHlWVjTnW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 0rem;
  }
}
.cid-sxHlWVjTnW .mbr-text {
  color: #bbbbbb;
}
.cid-sxHlWVjTnW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sxHlWVjTnW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uK3PjmztMa .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uK3PjmztMa .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uK3PjmztMa a {
  font-style: normal;
}
.cid-uK3PjmztMa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uK3PjmztMa .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uK3PjmztMa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uK3PjmztMa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uK3PjmztMa .menu-logo {
  margin-right: auto;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uK3PjmztMa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uK3PjmztMa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uK3PjmztMa button.navbar-toggler:focus {
  outline: none;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uK3PjmztMa .collapsed .btn {
  display: flex;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed button.navbar-toggler {
  display: block;
}
.cid-uK3PjmztMa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uK3PjmztMa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uK3PjmztMa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uK3PjmztMa .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-uK3PjmztMa.navbar-expand {
    flex-direction: column;
  }
  .cid-uK3PjmztMa img {
    height: 3.8rem !important;
  }
  .cid-uK3PjmztMa .btn {
    display: flex;
  }
  .cid-uK3PjmztMa button.navbar-toggler {
    display: block;
  }
  .cid-uK3PjmztMa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uK3PjmztMa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uK3PjmztMa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing,
  .cid-uK3PjmztMa .navbar-collapse.show {
    display: block !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uK3PjmztMa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qvg5pMnwyv {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qvg5pMnwyv .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qvg5pMnwyv .input {
  margin-bottom: 15px;
}
.cid-qvg5pMnwyv .map {
  width: 100%;
  height: 30rem;
}
.cid-qvg5pMnwyv .map iframe {
  width: inherit;
  height: 100%;
}
.cid-qvg5pMnwyv .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-qvg5pMnwyv .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qvg5pMnwyv .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-qvg5pMnwyv .mbr-text {
  color: #000000;
}
.cid-qvg5pMnwyv a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qvg5pMnwyv .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qvg5pMnwyv .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qvg5pMnwyv .google-map {
  height: 25rem;
  position: relative;
}
.cid-qvg5pMnwyv .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qvg5pMnwyv .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-qvg5pMnwyv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qvg5pMnwyv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-qvg5pMnwyv h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-qvg5pMnwyv .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-qvg5pMnwyv .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-sxHlWVjTnW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-sxHlWVjTnW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sxHlWVjTnW .row {
    text-align: center;
  }
  .cid-sxHlWVjTnW .row > div {
    margin: auto;
  }
  .cid-sxHlWVjTnW .social-row {
    justify-content: center;
  }
}
.cid-sxHlWVjTnW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sxHlWVjTnW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 0rem;
  }
}
.cid-sxHlWVjTnW .mbr-text {
  color: #bbbbbb;
}
.cid-sxHlWVjTnW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sxHlWVjTnW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uK3PjmztMa .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uK3PjmztMa .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uK3PjmztMa a {
  font-style: normal;
}
.cid-uK3PjmztMa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uK3PjmztMa .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uK3PjmztMa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uK3PjmztMa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uK3PjmztMa .menu-logo {
  margin-right: auto;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uK3PjmztMa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uK3PjmztMa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uK3PjmztMa button.navbar-toggler:focus {
  outline: none;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uK3PjmztMa .collapsed .btn {
  display: flex;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed button.navbar-toggler {
  display: block;
}
.cid-uK3PjmztMa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uK3PjmztMa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uK3PjmztMa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uK3PjmztMa .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-uK3PjmztMa.navbar-expand {
    flex-direction: column;
  }
  .cid-uK3PjmztMa img {
    height: 3.8rem !important;
  }
  .cid-uK3PjmztMa .btn {
    display: flex;
  }
  .cid-uK3PjmztMa button.navbar-toggler {
    display: block;
  }
  .cid-uK3PjmztMa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uK3PjmztMa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uK3PjmztMa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing,
  .cid-uK3PjmztMa .navbar-collapse.show {
    display: block !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uK3PjmztMa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qv989OMfD6 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qv989OMfD6 .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-qv989OMfD6 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-ropr906XGZ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ropr906XGZ .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-ropr906XGZ H2 {
  color: #232323;
}
.cid-ropr906XGZ .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-tsGRfh3maX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
#hrblock-block-1ox hr {
  margin: 0;
}
.cid-sOcMsFeE4W {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sOcMsFeE4W .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uK2WT1kXtM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uK2WT1kXtM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK2WT1kXtM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK2WT1kXtM .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uK2WT1kXtM .mbr-section-title {
  color: #24262b;
}
.cid-uK2WT1kXtM .mbr-section-subtitle {
  color: #24262b;
}
.cid-uK2WT1kXtM .cards-row {
  row-gap: 32px;
}
.cid-uK2WT1kXtM .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-uK2WT1kXtM .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uK2WT1kXtM .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uK2WT1kXtM .card-subtitle {
  color: #24262b;
}
.cid-uK2WT1kXtM .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uK2WT1kXtM .mbr-section-btn {
  margin-top: 20px;
}
.cid-uK2WT1kXtM .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-uK2WT1kXtM .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-uSbFbfJWgz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSbFbfJWgz h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uSbFbfJWgz p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-uSbFbfJWgz .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-uSbFbfJWgz .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-uSbFbfJWgz .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uSbFbfJWgz .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-uSbFbfJWgz .card-box {
    padding-left: 0;
  }
}
.cid-uSbFbfJWgz P {
  color: #000000;
}
#hrblock-block-1oz hr {
  margin: 0;
}
.cid-sOcwzXmUxr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sOcwzXmUxr .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tPbswnX8jt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tPbswnX8jt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPbswnX8jt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPbswnX8jt .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tPbswnX8jt .mbr-section-title {
  color: #24262b;
}
.cid-tPbswnX8jt .mbr-section-subtitle {
  color: #24262b;
}
.cid-tPbswnX8jt .cards-row {
  row-gap: 32px;
}
.cid-tPbswnX8jt .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-tPbswnX8jt .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tPbswnX8jt .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tPbswnX8jt .card-subtitle {
  color: #24262b;
}
.cid-tPbswnX8jt .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-tPbswnX8jt .mbr-section-btn {
  margin-top: 20px;
}
.cid-tPbswnX8jt .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-tPbswnX8jt .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-uSbFKgQwtr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSbFKgQwtr h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uSbFKgQwtr p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-uSbFKgQwtr .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-uSbFKgQwtr .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-uSbFKgQwtr .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uSbFKgQwtr .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-uSbFKgQwtr .card-box {
    padding-left: 0;
  }
}
.cid-uSbFKgQwtr P {
  color: #000000;
}
.cid-uSbGFLQXxc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uSbGFLQXxc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSbGFLQXxc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSbGFLQXxc .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uSbGFLQXxc .mbr-section-title {
  color: #24262b;
}
.cid-uSbGFLQXxc .mbr-section-subtitle {
  color: #24262b;
}
.cid-uSbGFLQXxc .cards-row {
  row-gap: 32px;
}
.cid-uSbGFLQXxc .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-uSbGFLQXxc .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uSbGFLQXxc .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uSbGFLQXxc .card-subtitle {
  color: #24262b;
}
.cid-uSbGFLQXxc .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uSbGFLQXxc .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSbGFLQXxc .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-uSbGFLQXxc .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-uSbGGZOM5Z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSbGGZOM5Z h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uSbGGZOM5Z p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-uSbGGZOM5Z .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-uSbGGZOM5Z .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-uSbGGZOM5Z .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uSbGGZOM5Z .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-uSbGGZOM5Z .card-box {
    padding-left: 0;
  }
}
.cid-uSbGGZOM5Z P {
  color: #000000;
}
.cid-sQteW6hveB {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxHlWVjTnW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-sxHlWVjTnW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sxHlWVjTnW .row {
    text-align: center;
  }
  .cid-sxHlWVjTnW .row > div {
    margin: auto;
  }
  .cid-sxHlWVjTnW .social-row {
    justify-content: center;
  }
}
.cid-sxHlWVjTnW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sxHlWVjTnW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 0rem;
  }
}
.cid-sxHlWVjTnW .mbr-text {
  color: #bbbbbb;
}
.cid-sxHlWVjTnW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sxHlWVjTnW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uK3PjmztMa .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uK3PjmztMa .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uK3PjmztMa a {
  font-style: normal;
}
.cid-uK3PjmztMa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uK3PjmztMa .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uK3PjmztMa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uK3PjmztMa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uK3PjmztMa .menu-logo {
  margin-right: auto;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uK3PjmztMa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uK3PjmztMa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uK3PjmztMa button.navbar-toggler:focus {
  outline: none;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uK3PjmztMa .collapsed .btn {
  display: flex;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed button.navbar-toggler {
  display: block;
}
.cid-uK3PjmztMa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uK3PjmztMa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uK3PjmztMa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uK3PjmztMa .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-uK3PjmztMa.navbar-expand {
    flex-direction: column;
  }
  .cid-uK3PjmztMa img {
    height: 3.8rem !important;
  }
  .cid-uK3PjmztMa .btn {
    display: flex;
  }
  .cid-uK3PjmztMa button.navbar-toggler {
    display: block;
  }
  .cid-uK3PjmztMa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uK3PjmztMa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uK3PjmztMa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing,
  .cid-uK3PjmztMa .navbar-collapse.show {
    display: block !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uK3PjmztMa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qvk8DFPADv {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qvk8DFPADv .mbr-section-subtitle {
  color: #232323;
}
.cid-s5wcdRMWfS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5wcdRMWfS .card-box {
  padding: 0 2rem;
}
.cid-s5wcdRMWfS .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s5wcdRMWfS .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s5wcdRMWfS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s5wcdRMWfS p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s5wcdRMWfS .mbr-text {
  color: #000000;
}
.cid-s5wcdRMWfS .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s5wcdRMWfS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s5wcdRMWfS .card-title {
  text-align: center;
}
.cid-qK2dLPvh29 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qK2dLPvh29 .mbr-section-subtitle {
  color: #767676;
}
.cid-raEQCenX6W {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sQtdZKI8oI {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxHlWVjTnW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-sxHlWVjTnW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sxHlWVjTnW .row {
    text-align: center;
  }
  .cid-sxHlWVjTnW .row > div {
    margin: auto;
  }
  .cid-sxHlWVjTnW .social-row {
    justify-content: center;
  }
}
.cid-sxHlWVjTnW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sxHlWVjTnW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 0rem;
  }
}
.cid-sxHlWVjTnW .mbr-text {
  color: #bbbbbb;
}
.cid-sxHlWVjTnW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sxHlWVjTnW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uK3PjmztMa .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uK3PjmztMa .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uK3PjmztMa a {
  font-style: normal;
}
.cid-uK3PjmztMa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uK3PjmztMa .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uK3PjmztMa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uK3PjmztMa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uK3PjmztMa .menu-logo {
  margin-right: auto;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uK3PjmztMa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uK3PjmztMa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uK3PjmztMa button.navbar-toggler:focus {
  outline: none;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uK3PjmztMa .collapsed .btn {
  display: flex;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed button.navbar-toggler {
  display: block;
}
.cid-uK3PjmztMa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uK3PjmztMa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uK3PjmztMa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uK3PjmztMa .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-uK3PjmztMa.navbar-expand {
    flex-direction: column;
  }
  .cid-uK3PjmztMa img {
    height: 3.8rem !important;
  }
  .cid-uK3PjmztMa .btn {
    display: flex;
  }
  .cid-uK3PjmztMa button.navbar-toggler {
    display: block;
  }
  .cid-uK3PjmztMa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uK3PjmztMa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uK3PjmztMa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing,
  .cid-uK3PjmztMa .navbar-collapse.show {
    display: block !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uK3PjmztMa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qK2dYLBFj1 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qK2dYLBFj1 .mbr-section-subtitle {
  color: #767676;
}
.cid-t6LuJ7dRJN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t6LuJ7dRJN .row {
  align-items: center;
}
.cid-t6LuJ7dRJN .image-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .cid-t6LuJ7dRJN .image-wrapper {
    justify-content: center;
    padding-bottom: 2rem;
    order: 1;
  }
}
@media (min-width: 768px) {
  .cid-t6LuJ7dRJN .image-wrapper {
    justify-content: flex-end;
    padding-left: 2rem;
  }
}
.cid-t6LuJ7dRJN .image-wrapper img {
  width: auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-t6LuJ7dRJN .col-text {
    padding-top: 2rem;
    order: 2;
  }
}
@media (min-width: 768px) {
  .cid-t6LuJ7dRJN .col-text {
    padding-right: 2rem;
  }
}
.cid-t6LuJ7dRJN .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-t6LuJ7dRJN .mbr-section-title {
  margin-bottom: 1.3rem;
  color: #002549;
}
.cid-t6LuJ7dRJN .mbr-text {
  color: #002549;
  width: 100%;
}
.cid-t6LuJ7dRJN .btn-container {
  width: 100%;
  margin-top: 1rem;
}
@media (max-width: 575px) {
  .cid-t6LuJ7dRJN .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t6LuJ7dRJN .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t6LEetj5qk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t6LEetj5qk .mbr-section-subtitle {
  color: #767676;
}
.cid-t6LEetj5qk .container-table {
  margin: 0 auto;
}
.cid-t6LEetj5qk .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-t6LEetj5qk .dataTables_wrapper {
  display: block;
}
.cid-t6LEetj5qk .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-t6LEetj5qk .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-t6LEetj5qk table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-t6LEetj5qk table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-t6LEetj5qk table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-t6LEetj5qk table td {
  border-top: 1px solid #cccccc;
}
.cid-t6LEetj5qk table.table {
  background: #ffffff;
}
.cid-t6LEetj5qk .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-t6LEetj5qk .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-t6LEetj5qk .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-t6LEetj5qk .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-t6LEetj5qk .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-t6LEetj5qk .dataTables_filter {
    text-align: center;
  }
  .cid-t6LEetj5qk .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-t6LvfWA6aV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t6LvfWA6aV .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-t6LvfWA6aV .mbr-content-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-t6LvfWA6aV .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-t6LvfWA6aV .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-t6LvfWA6aV .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-t6LvfWA6aV .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-t6LvfWA6aV .panel-item {
    flex-direction: column;
    align-items: center;
  }
  .cid-t6LvfWA6aV .panel-item .card-img {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.cid-t6LvMKXLN0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t6LvMKXLN0 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-t6LvMKXLN0 .mbr-content-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-t6LvMKXLN0 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-t6LvMKXLN0 .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-t6LvMKXLN0 .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-t6LvMKXLN0 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-t6LvMKXLN0 .panel-item {
    flex-direction: column;
    align-items: center;
  }
  .cid-t6LvMKXLN0 .panel-item .card-img {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.cid-sQtebYFdIe {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxHlWVjTnW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-sxHlWVjTnW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sxHlWVjTnW .row {
    text-align: center;
  }
  .cid-sxHlWVjTnW .row > div {
    margin: auto;
  }
  .cid-sxHlWVjTnW .social-row {
    justify-content: center;
  }
}
.cid-sxHlWVjTnW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sxHlWVjTnW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 0rem;
  }
}
.cid-sxHlWVjTnW .mbr-text {
  color: #bbbbbb;
}
.cid-sxHlWVjTnW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sxHlWVjTnW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uK3PjmztMa .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uK3PjmztMa .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uK3PjmztMa a {
  font-style: normal;
}
.cid-uK3PjmztMa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uK3PjmztMa .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uK3PjmztMa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uK3PjmztMa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uK3PjmztMa .menu-logo {
  margin-right: auto;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uK3PjmztMa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uK3PjmztMa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uK3PjmztMa button.navbar-toggler:focus {
  outline: none;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uK3PjmztMa .collapsed .btn {
  display: flex;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed button.navbar-toggler {
  display: block;
}
.cid-uK3PjmztMa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uK3PjmztMa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uK3PjmztMa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uK3PjmztMa .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-uK3PjmztMa.navbar-expand {
    flex-direction: column;
  }
  .cid-uK3PjmztMa img {
    height: 3.8rem !important;
  }
  .cid-uK3PjmztMa .btn {
    display: flex;
  }
  .cid-uK3PjmztMa button.navbar-toggler {
    display: block;
  }
  .cid-uK3PjmztMa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uK3PjmztMa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uK3PjmztMa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing,
  .cid-uK3PjmztMa .navbar-collapse.show {
    display: block !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uK3PjmztMa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sNxEBtitBr {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sNxEBtitBr .mbr-section-subtitle {
  color: #232323;
}
.cid-sNxEBtitBr H2 {
  color: #232323;
}
.cid-sNxEBtitBr .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qUpuNjZmZB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qUpuNjZmZB .mbr-section-subtitle {
  color: #767676;
}
.cid-qUpuNjZmZB H2 {
  text-align: center;
}
.cid-qUpuNjZmZB .mbr-section-subtitle B {
  color: #000000;
}
.cid-qUpuvSkD9z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qUpuvSkD9z .line {
  background-color: #b1a374;
  color: #b1a374;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qUpuvSkD9z .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qUpuvSkD9z .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qUpuvSkD9z .inner-container {
    width: 100% !important;
  }
}
.cid-raJYo9npBd {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-raJYo9npBd h2 {
  text-align: left;
}
.cid-raJYo9npBd h4 {
  text-align: left;
  font-weight: 500;
}
.cid-raJYo9npBd p {
  color: #767676;
  text-align: left;
}
.cid-raJYo9npBd .aside-content {
  flex-basis: 100%;
}
.cid-raJYo9npBd .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-raJYo9npBd .media {
  margin: initial;
  align-items: center;
}
.cid-raJYo9npBd .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-raJYo9npBd .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-raJYo9npBd .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-raJYo9npBd .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-raJYo9npBd .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-raJYo9npBd .card-img span {
    font-size: 40px !important;
  }
}
.cid-raJYo9npBd .mbr-text {
  color: #232323;
}
.cid-sQte9uVyvp {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxHlWVjTnW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-sxHlWVjTnW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sxHlWVjTnW .row {
    text-align: center;
  }
  .cid-sxHlWVjTnW .row > div {
    margin: auto;
  }
  .cid-sxHlWVjTnW .social-row {
    justify-content: center;
  }
}
.cid-sxHlWVjTnW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sxHlWVjTnW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 0rem;
  }
}
.cid-sxHlWVjTnW .mbr-text {
  color: #bbbbbb;
}
.cid-sxHlWVjTnW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sxHlWVjTnW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uK3PjmztMa .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uK3PjmztMa .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uK3PjmztMa a {
  font-style: normal;
}
.cid-uK3PjmztMa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uK3PjmztMa .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uK3PjmztMa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uK3PjmztMa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uK3PjmztMa .menu-logo {
  margin-right: auto;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uK3PjmztMa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uK3PjmztMa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uK3PjmztMa button.navbar-toggler:focus {
  outline: none;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uK3PjmztMa .collapsed .btn {
  display: flex;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed button.navbar-toggler {
  display: block;
}
.cid-uK3PjmztMa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uK3PjmztMa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uK3PjmztMa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uK3PjmztMa .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-uK3PjmztMa.navbar-expand {
    flex-direction: column;
  }
  .cid-uK3PjmztMa img {
    height: 3.8rem !important;
  }
  .cid-uK3PjmztMa .btn {
    display: flex;
  }
  .cid-uK3PjmztMa button.navbar-toggler {
    display: block;
  }
  .cid-uK3PjmztMa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uK3PjmztMa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uK3PjmztMa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing,
  .cid-uK3PjmztMa .navbar-collapse.show {
    display: block !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uK3PjmztMa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qW0ngwEgPO {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qW0ngwEgPO .mbr-section-subtitle {
  color: #232323;
}
.cid-qW0ngwEgPO H2 {
  color: #232323;
}
.cid-qW0ngwEgPO .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-sxH660Lbt6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sxH660Lbt6 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sxH660Lbt6 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sxH660Lbt6 .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  margin-bottom: 0.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sxH660Lbt6 P {
  color: #232323;
}
.cid-sxH7KY4w3P {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sxH7KY4w3P .mbr-section-subtitle {
  text-align: left;
}
.cid-sxH88cHKC4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxH88cHKC4 .mbr-text,
.cid-sxH88cHKC4 .ornament {
  text-align: left;
}
.cid-qW2GdkZrRN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qW2GdkZrRN .card-img {
  background-color: #fff;
}
.cid-qW2GdkZrRN .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qW2GdkZrRN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qW2GdkZrRN p {
  text-align: left;
}
.cid-qW2GdkZrRN .mbr-text {
  color: #767676;
}
.cid-qW2GdkZrRN .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qW2GdkZrRN .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-qW2GdkZrRN .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qW2GdkZrRN .card-title {
  text-align: center;
}
.cid-qW5gH3iCyl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qW5gH3iCyl .mbr-section-subtitle {
  color: #000000;
}
.cid-sxHbFN6JMt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sxHbFN6JMt .item {
  padding-bottom: 2rem;
}
.cid-sxHbFN6JMt .item-wrapper {
  position: relative;
}
.cid-sxHbFN6JMt .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sxHbFN6JMt .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sxHbFN6JMt .carousel-control,
.cid-sxHbFN6JMt .close {
  background: #1b1b1b;
}
.cid-sxHbFN6JMt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sxHbFN6JMt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sxHbFN6JMt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sxHbFN6JMt .carousel-control-next span {
  margin-left: 5px;
}
.cid-sxHbFN6JMt .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sxHbFN6JMt .close::before {
  content: '\e91a';
}
.cid-sxHbFN6JMt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sxHbFN6JMt .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sxHbFN6JMt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sxHbFN6JMt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sxHbFN6JMt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sxHbFN6JMt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sxHbFN6JMt .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sxHbFN6JMt .carousel-indicators li.active,
.cid-sxHbFN6JMt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sxHbFN6JMt .carousel-indicators li::after,
.cid-sxHbFN6JMt .carousel-indicators li::before {
  content: none;
}
.cid-sxHbFN6JMt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sxHbFN6JMt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sxHbFN6JMt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sxHbFN6JMt .carousel-indicators {
    display: none;
  }
}
.cid-sxHbFN6JMt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sxHbFN6JMt .carousel-inner > .active {
  display: block;
}
.cid-sxHbFN6JMt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sxHbFN6JMt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sxHbFN6JMt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sxHbFN6JMt .carousel-control,
  .cid-sxHbFN6JMt .carousel-indicators,
  .cid-sxHbFN6JMt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sxHbFN6JMt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sxHbFN6JMt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sxHbFN6JMt .carousel-indicators .active,
.cid-sxHbFN6JMt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sxHbFN6JMt .carousel-indicators .active {
  background: #fff;
}
.cid-sxHbFN6JMt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sxHbFN6JMt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sxHbFN6JMt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sxHbFN6JMt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sxHbFN6JMt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sxHbFN6JMt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sxHbFN6JMt .carousel {
  width: 100%;
}
.cid-sxHbFN6JMt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sxHbFN6JMt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sxHbFN6JMt .modal.fade .modal-dialog,
.cid-sxHbFN6JMt .modal.in .modal-dialog {
  transform: none;
}
.cid-sxHbFN6JMt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sxHbFN6JMt H6 {
  text-align: center;
}
.cid-sxHbFN6JMt DIV {
  text-align: center;
}
.cid-sxHckg6tzv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sxHckg6tzv .item {
  padding-bottom: 2rem;
}
.cid-sxHckg6tzv .item-wrapper {
  position: relative;
}
.cid-sxHckg6tzv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sxHckg6tzv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sxHckg6tzv .carousel-control,
.cid-sxHckg6tzv .close {
  background: #1b1b1b;
}
.cid-sxHckg6tzv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sxHckg6tzv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sxHckg6tzv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sxHckg6tzv .carousel-control-next span {
  margin-left: 5px;
}
.cid-sxHckg6tzv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sxHckg6tzv .close::before {
  content: '\e91a';
}
.cid-sxHckg6tzv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sxHckg6tzv .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sxHckg6tzv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sxHckg6tzv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sxHckg6tzv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sxHckg6tzv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sxHckg6tzv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sxHckg6tzv .carousel-indicators li.active,
.cid-sxHckg6tzv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sxHckg6tzv .carousel-indicators li::after,
.cid-sxHckg6tzv .carousel-indicators li::before {
  content: none;
}
.cid-sxHckg6tzv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sxHckg6tzv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sxHckg6tzv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sxHckg6tzv .carousel-indicators {
    display: none;
  }
}
.cid-sxHckg6tzv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sxHckg6tzv .carousel-inner > .active {
  display: block;
}
.cid-sxHckg6tzv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sxHckg6tzv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sxHckg6tzv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sxHckg6tzv .carousel-control,
  .cid-sxHckg6tzv .carousel-indicators,
  .cid-sxHckg6tzv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sxHckg6tzv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sxHckg6tzv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sxHckg6tzv .carousel-indicators .active,
.cid-sxHckg6tzv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sxHckg6tzv .carousel-indicators .active {
  background: #fff;
}
.cid-sxHckg6tzv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sxHckg6tzv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sxHckg6tzv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sxHckg6tzv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sxHckg6tzv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sxHckg6tzv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sxHckg6tzv .carousel {
  width: 100%;
}
.cid-sxHckg6tzv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sxHckg6tzv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sxHckg6tzv .modal.fade .modal-dialog,
.cid-sxHckg6tzv .modal.in .modal-dialog {
  transform: none;
}
.cid-sxHckg6tzv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sxHckg6tzv H6 {
  text-align: center;
}
.cid-sxHckg6tzv DIV {
  text-align: center;
}
.cid-r7lxrmGUb2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r7lxrmGUb2 .mbr-section-subtitle {
  color: #000000;
}
.cid-r7lx8PsFSP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r7lx8PsFSP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r7lx8PsFSP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r7lx8PsFSP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r7lx8PsFSP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r7lx8PsFSP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-r7lx8PsFSP .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r7lx8PsFSP .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r7lx8PsFSP .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r7lx8PsFSP .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-qWXfJfZ85U {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qWXfJfZ85U .mbr-section-subtitle {
  color: #232323;
}
.cid-qWX6KRfHmz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qWX6KRfHmz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qWX6KRfHmz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qWX6KRfHmz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qWX6KRfHmz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qWX6KRfHmz .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-qWX6KRfHmz .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qWX6KRfHmz .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qWX6KRfHmz .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qWX6KRfHmz .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-qWX6KRfHmz .mbr-gallery-item > div > span {
  text-align: left;
}
.cid-sQtdC9Ubns {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxHlWVjTnW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-sxHlWVjTnW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sxHlWVjTnW .row {
    text-align: center;
  }
  .cid-sxHlWVjTnW .row > div {
    margin: auto;
  }
  .cid-sxHlWVjTnW .social-row {
    justify-content: center;
  }
}
.cid-sxHlWVjTnW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sxHlWVjTnW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 0rem;
  }
}
.cid-sxHlWVjTnW .mbr-text {
  color: #bbbbbb;
}
.cid-sxHlWVjTnW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sxHlWVjTnW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uK3PjmztMa .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uK3PjmztMa .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uK3PjmztMa a {
  font-style: normal;
}
.cid-uK3PjmztMa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uK3PjmztMa .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uK3PjmztMa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uK3PjmztMa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uK3PjmztMa .menu-logo {
  margin-right: auto;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uK3PjmztMa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uK3PjmztMa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uK3PjmztMa button.navbar-toggler:focus {
  outline: none;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uK3PjmztMa .collapsed .btn {
  display: flex;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed button.navbar-toggler {
  display: block;
}
.cid-uK3PjmztMa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uK3PjmztMa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uK3PjmztMa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uK3PjmztMa .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-uK3PjmztMa.navbar-expand {
    flex-direction: column;
  }
  .cid-uK3PjmztMa img {
    height: 3.8rem !important;
  }
  .cid-uK3PjmztMa .btn {
    display: flex;
  }
  .cid-uK3PjmztMa button.navbar-toggler {
    display: block;
  }
  .cid-uK3PjmztMa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uK3PjmztMa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uK3PjmztMa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing,
  .cid-uK3PjmztMa .navbar-collapse.show {
    display: block !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uK3PjmztMa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qXqEnNVY3o {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qXqEnNVY3o .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-qXqEnNVY3o H2 {
  color: #232323;
}
.cid-qXqEnNVY3o .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-r6N0THPkpB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r6N0THPkpB .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r6N0THPkpB .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-r6N0THPkpB .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r6N0THPkpB .inner-container {
    width: 100% !important;
  }
}
.cid-sznwivvG92 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sznwivvG92 h2 {
  text-align: left;
}
.cid-sznwivvG92 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sznwivvG92 p {
  color: #767676;
  text-align: left;
}
.cid-sznwivvG92 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sznwivvG92 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sznwivvG92 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sznwivvG92 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sznwivvG92 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sznwivvG92 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sznwivvG92 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sznwivvG92 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sznwivvG92 .card-img span {
    font-size: 40px !important;
  }
}
.cid-sznwivvG92 P {
  color: #232323;
}
.cid-sQteSGR6ic {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxHlWVjTnW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-sxHlWVjTnW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sxHlWVjTnW .row {
    text-align: center;
  }
  .cid-sxHlWVjTnW .row > div {
    margin: auto;
  }
  .cid-sxHlWVjTnW .social-row {
    justify-content: center;
  }
}
.cid-sxHlWVjTnW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sxHlWVjTnW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 0rem;
  }
}
.cid-sxHlWVjTnW .mbr-text {
  color: #bbbbbb;
}
.cid-sxHlWVjTnW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sxHlWVjTnW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uK3PjmztMa .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uK3PjmztMa .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uK3PjmztMa a {
  font-style: normal;
}
.cid-uK3PjmztMa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uK3PjmztMa .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uK3PjmztMa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uK3PjmztMa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uK3PjmztMa .menu-logo {
  margin-right: auto;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uK3PjmztMa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uK3PjmztMa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uK3PjmztMa button.navbar-toggler:focus {
  outline: none;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uK3PjmztMa .collapsed .btn {
  display: flex;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed button.navbar-toggler {
  display: block;
}
.cid-uK3PjmztMa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uK3PjmztMa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uK3PjmztMa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uK3PjmztMa .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-uK3PjmztMa.navbar-expand {
    flex-direction: column;
  }
  .cid-uK3PjmztMa img {
    height: 3.8rem !important;
  }
  .cid-uK3PjmztMa .btn {
    display: flex;
  }
  .cid-uK3PjmztMa button.navbar-toggler {
    display: block;
  }
  .cid-uK3PjmztMa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uK3PjmztMa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uK3PjmztMa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing,
  .cid-uK3PjmztMa .navbar-collapse.show {
    display: block !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uK3PjmztMa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qYMh1PaouD {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qYMh1PaouD .mbr-section-subtitle {
  color: #232323;
}
.cid-qYMh1PaouD H2 {
  color: #232323;
}
.cid-qYMh1PaouD .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-taUrkP2b41 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/15-2000x1500-800x600.webp");
}
.cid-t9PsmfOGbZ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t9PsmfOGbZ .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-t9PsmfOGbZ H2 {
  color: #000000;
}
.cid-sQtaHyPd0L {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sQtaHyPd0L .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQtaHyPd0L .row {
  flex-direction: row-reverse;
}
.cid-sQtaHyPd0L img {
  width: 100%;
}
.cid-skeiFzCXvS {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skeiFzCXvS .mbr-section-subtitle {
  color: #232323;
}
.cid-skeiFzCXvS H2 {
  color: #232323;
}
.cid-skeiFzCXvS .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-skehs84Cs3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-skehs84Cs3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-skehs84Cs3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skehs84Cs3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skehs84Cs3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-skehs84Cs3 .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-skehs84Cs3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-skehs84Cs3 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-skehs84Cs3 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-skehs84Cs3 .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-tsH3k6lR1X {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tsH3k6lR1X .mbr-section-subtitle {
  color: #232323;
}
.cid-tsH3k6lR1X H2 {
  color: #232323;
}
.cid-tsH3k6lR1X .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-tsH29Hy5D6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsH29Hy5D6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tsH29Hy5D6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsH29Hy5D6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsH29Hy5D6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tsH29Hy5D6 .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-tsH29Hy5D6 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tsH29Hy5D6 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tsH29Hy5D6 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tsH29Hy5D6 .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-skekXfOe12 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-skekXfOe12 .mbr-section-subtitle {
  color: #232323;
}
.cid-skekXfOe12 H2 {
  color: #232323;
}
.cid-skekXfOe12 .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-r3cJ1epWSC {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r3cJ1epWSC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r3cJ1epWSC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r3cJ1epWSC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r3cJ1epWSC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r3cJ1epWSC .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-r3cJ1epWSC .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r3cJ1epWSC .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r3cJ1epWSC .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r3cJ1epWSC .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-sQtd8CAsx8 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxHlWVjTnW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-sxHlWVjTnW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sxHlWVjTnW .row {
    text-align: center;
  }
  .cid-sxHlWVjTnW .row > div {
    margin: auto;
  }
  .cid-sxHlWVjTnW .social-row {
    justify-content: center;
  }
}
.cid-sxHlWVjTnW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sxHlWVjTnW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 0rem;
  }
}
.cid-sxHlWVjTnW .mbr-text {
  color: #bbbbbb;
}
.cid-sxHlWVjTnW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sxHlWVjTnW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uK3PjmztMa .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uK3PjmztMa .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uK3PjmztMa a {
  font-style: normal;
}
.cid-uK3PjmztMa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uK3PjmztMa .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uK3PjmztMa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uK3PjmztMa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uK3PjmztMa .menu-logo {
  margin-right: auto;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uK3PjmztMa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uK3PjmztMa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uK3PjmztMa button.navbar-toggler:focus {
  outline: none;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uK3PjmztMa .collapsed .btn {
  display: flex;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed button.navbar-toggler {
  display: block;
}
.cid-uK3PjmztMa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uK3PjmztMa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uK3PjmztMa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uK3PjmztMa .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-uK3PjmztMa.navbar-expand {
    flex-direction: column;
  }
  .cid-uK3PjmztMa img {
    height: 3.8rem !important;
  }
  .cid-uK3PjmztMa .btn {
    display: flex;
  }
  .cid-uK3PjmztMa button.navbar-toggler {
    display: block;
  }
  .cid-uK3PjmztMa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uK3PjmztMa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uK3PjmztMa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing,
  .cid-uK3PjmztMa .navbar-collapse.show {
    display: block !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uK3PjmztMa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rf52YtCNWG {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rf52YtCNWG .mbr-section-subtitle {
  color: #232323;
}
.cid-rf52YtCNWG H2 {
  color: #232323;
}
.cid-rf52YtCNWG .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-s32Y9tZH4b {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s32Y9tZH4b .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-s32Y9tZH4b .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-s32Y9tZH4b .list-img {
  width: 100px;
}
.cid-s32Y9tZH4b .ico2 {
  color: #767676;
  font-size: 1.2rem;
}
.cid-s32Y9tZH4b .btn {
  margin: 0px !important;
}
.cid-s32Y9tZH4b .text-box {
  padding: 1rem;
}
.cid-s32Y9tZH4b .text-box p {
  margin: 0;
}
.cid-s32Y9tZH4b .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-s32Y9tZH4b .ico-box p {
  margin: 0;
}
.cid-s32Y9tZH4b .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s32Y9tZH4b .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s32Y9tZH4b .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-s32Y9tZH4b .carousel-item .wrap-img {
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  width: auto;
  height: 500px;
}
.cid-s32Y9tZH4b .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-s32Y9tZH4b .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-s32Y9tZH4b .carousel-indicators li {
  display: inline-block;
}
.cid-s32Y9tZH4b .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-s32Y9tZH4b .carousel-indicators li.active {
  border: 0px;
}
.cid-s32Y9tZH4b .li1,
.cid-s32Y9tZH4b .carousel-item:nth-child(1) .wrap-img {
  background-image: url("../../../assets/images/img-2009-2000x1500.webp");
}
.cid-s32Y9tZH4b .li2,
.cid-s32Y9tZH4b .carousel-item:nth-child(2) .wrap-img {
  background-image: url("../../../assets/images/tilt-bracket-wide-1920x1080.webp");
}
.cid-s32Y9tZH4b .li3,
.cid-s32Y9tZH4b .carousel-item:nth-child(3) .wrap-img {
  background-image: url("../../../assets/images/img-8657-1-1440x1080.webp");
}
.cid-s32Y9tZH4b .li4,
.cid-s32Y9tZH4b .carousel-item:nth-child(4) .wrap-img {
  background-image: url("../../../assets/images/img-2024-2000x1500.webp");
}
.cid-s32Y9tZH4b .li5,
.cid-s32Y9tZH4b .carousel-item:nth-child(5) .wrap-img {
  background-image: url("../../../assets/images/img-2007-2-2000x1500.webp");
}
.cid-s32Y9tZH4b .li6,
.cid-s32Y9tZH4b .carousel-item:nth-child(6) .wrap-img {
  background-image: url("../../../assets/images/img-2004-2000x2667.webp");
}
@media (max-width: 992px) {
  .cid-s32Y9tZH4b .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-s32Y9tZH4b .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-s32Y9tZH4b .card-title2 {
  color: #149dcc;
}
.cid-s32Y9tZH4b .sq {
  color: #767676;
}
.cid-s32Y9tZH4b .item {
  color: #767676;
}
.cid-sxHdl2G5wB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-r5NJoXYreV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r5NJoXYreV .mbr-section-subtitle {
  color: #767676;
}
.cid-r5NJjnpw9M {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r5NJjnpw9M .counter-container {
  color: #767676;
}
.cid-r5NJjnpw9M .counter-container ul {
  margin-bottom: 0;
}
.cid-r5NJjnpw9M .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-r5NJjnpw9M .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: #000000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-r5NJjnpw9M .mbr-text UL {
  color: #000000;
}
.cid-r5NGtjSBys {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r5NGtjSBys .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-r5NGtjSBys H2 {
  color: #232323;
}
.cid-r5NGtjSBys .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sQtdOBBdt6 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxHlWVjTnW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-sxHlWVjTnW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sxHlWVjTnW .row {
    text-align: center;
  }
  .cid-sxHlWVjTnW .row > div {
    margin: auto;
  }
  .cid-sxHlWVjTnW .social-row {
    justify-content: center;
  }
}
.cid-sxHlWVjTnW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sxHlWVjTnW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 0rem;
  }
}
.cid-sxHlWVjTnW .mbr-text {
  color: #bbbbbb;
}
.cid-sxHlWVjTnW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sxHlWVjTnW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uK3PjmztMa .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uK3PjmztMa .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uK3PjmztMa a {
  font-style: normal;
}
.cid-uK3PjmztMa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uK3PjmztMa .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uK3PjmztMa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uK3PjmztMa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uK3PjmztMa .menu-logo {
  margin-right: auto;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uK3PjmztMa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uK3PjmztMa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uK3PjmztMa button.navbar-toggler:focus {
  outline: none;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uK3PjmztMa .collapsed .btn {
  display: flex;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed button.navbar-toggler {
  display: block;
}
.cid-uK3PjmztMa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uK3PjmztMa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uK3PjmztMa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uK3PjmztMa .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-uK3PjmztMa.navbar-expand {
    flex-direction: column;
  }
  .cid-uK3PjmztMa img {
    height: 3.8rem !important;
  }
  .cid-uK3PjmztMa .btn {
    display: flex;
  }
  .cid-uK3PjmztMa button.navbar-toggler {
    display: block;
  }
  .cid-uK3PjmztMa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uK3PjmztMa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uK3PjmztMa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing,
  .cid-uK3PjmztMa .navbar-collapse.show {
    display: block !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uK3PjmztMa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qUIsgZyDsP {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qUIsgZyDsP .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-qUIsgZyDsP H2 {
  text-align: center;
}
.cid-seQ6Seuvop {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-seQ6Seuvop .mbr-iconfont-social {
  font-size: 32px;
  color: #232323;
}
.cid-seQ6Seuvop .social-list a:focus {
  text-decoration: none;
}
.cid-sQtdTql6Hi {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxHlWVjTnW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-sxHlWVjTnW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sxHlWVjTnW .row {
    text-align: center;
  }
  .cid-sxHlWVjTnW .row > div {
    margin: auto;
  }
  .cid-sxHlWVjTnW .social-row {
    justify-content: center;
  }
}
.cid-sxHlWVjTnW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sxHlWVjTnW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 0rem;
  }
}
.cid-sxHlWVjTnW .mbr-text {
  color: #bbbbbb;
}
.cid-sxHlWVjTnW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sxHlWVjTnW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uK3PjmztMa .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uK3PjmztMa .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uK3PjmztMa a {
  font-style: normal;
}
.cid-uK3PjmztMa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uK3PjmztMa .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uK3PjmztMa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uK3PjmztMa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uK3PjmztMa .menu-logo {
  margin-right: auto;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uK3PjmztMa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uK3PjmztMa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uK3PjmztMa button.navbar-toggler:focus {
  outline: none;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uK3PjmztMa .collapsed .btn {
  display: flex;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed button.navbar-toggler {
  display: block;
}
.cid-uK3PjmztMa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uK3PjmztMa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uK3PjmztMa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uK3PjmztMa .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-uK3PjmztMa.navbar-expand {
    flex-direction: column;
  }
  .cid-uK3PjmztMa img {
    height: 3.8rem !important;
  }
  .cid-uK3PjmztMa .btn {
    display: flex;
  }
  .cid-uK3PjmztMa button.navbar-toggler {
    display: block;
  }
  .cid-uK3PjmztMa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uK3PjmztMa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uK3PjmztMa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing,
  .cid-uK3PjmztMa .navbar-collapse.show {
    display: block !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uK3PjmztMa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-s6ZbPdEFfX {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s6ZbPdEFfX .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-s6ZbPdEFfX H2 {
  color: #232323;
}
.cid-s6ZbPdEFfX .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-s6ZcHPd77H {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s6ZcHPd77H .mbr-text {
  color: #767676;
}
.cid-s6ZcHPd77H .card-subtitle {
  margin: 0;
}
.cid-s6ZcHPd77H .link {
  margin: 0;
}
.cid-s6ZcHPd77H .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s6ZcHPd77H img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s6ZcHPd77H .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s6ZcHPd77H .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s6ZcHPd77H .card-img:hover:before {
  opacity: 0.4;
}
.cid-s6ZcHPd77H .card-img:hover img {
  transform: scale(1.05);
}
.cid-s6ZcHPd77H .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-s6ZcHPd77H .card {
    margin-bottom: 3rem;
  }
}
.cid-s6Zfye5TZR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6Zfye5TZR .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-s6Zfye5TZR H2 {
  color: #232323;
}
.cid-s6Zfye5TZR .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-sMuBKZix3m {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sMuBKZix3m .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sMuBKZix3m H2 {
  color: #232323;
}
.cid-sMuBKZix3m .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-sMuBuk5XUe {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-sMuBuk5XUe .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sMuBuk5XUe .video-block {
    width: 100% !important;
  }
}
.cid-s6ZkywNDay {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxHlWVjTnW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-sxHlWVjTnW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sxHlWVjTnW .row {
    text-align: center;
  }
  .cid-sxHlWVjTnW .row > div {
    margin: auto;
  }
  .cid-sxHlWVjTnW .social-row {
    justify-content: center;
  }
}
.cid-sxHlWVjTnW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sxHlWVjTnW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 0rem;
  }
}
.cid-sxHlWVjTnW .mbr-text {
  color: #bbbbbb;
}
.cid-sxHlWVjTnW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sxHlWVjTnW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uK3PjmztMa .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uK3PjmztMa .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uK3PjmztMa a {
  font-style: normal;
}
.cid-uK3PjmztMa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uK3PjmztMa .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uK3PjmztMa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uK3PjmztMa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uK3PjmztMa .menu-logo {
  margin-right: auto;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uK3PjmztMa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uK3PjmztMa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uK3PjmztMa button.navbar-toggler:focus {
  outline: none;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uK3PjmztMa .collapsed .btn {
  display: flex;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed button.navbar-toggler {
  display: block;
}
.cid-uK3PjmztMa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uK3PjmztMa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uK3PjmztMa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uK3PjmztMa .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-uK3PjmztMa.navbar-expand {
    flex-direction: column;
  }
  .cid-uK3PjmztMa img {
    height: 3.8rem !important;
  }
  .cid-uK3PjmztMa .btn {
    display: flex;
  }
  .cid-uK3PjmztMa button.navbar-toggler {
    display: block;
  }
  .cid-uK3PjmztMa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uK3PjmztMa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uK3PjmztMa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing,
  .cid-uK3PjmztMa .navbar-collapse.show {
    display: block !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uK3PjmztMa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sdZMhe0NDW {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sdZMhe0NDW .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-sdZMhe0NDW H2 {
  color: #232323;
}
.cid-sdZMhe0NDW .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-sezGBsIlXo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sezGBsIlXo .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sezGBsIlXo .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sezGBsIlXo .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sezGBsIlXo .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sezGBsIlXo .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sezGBsIlXo .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sezGBsIlXo .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sezGBsIlXo .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sezGBsIlXo .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sezK5mm2y3 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sezK5mm2y3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sezK5mm2y3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sezK5mm2y3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sezK5mm2y3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sezK5mm2y3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sezK5mm2y3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sezK5mm2y3 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sezK5mm2y3 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sezK5mm2y3 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sf6kmOmMeY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sf6kmOmMeY .mbr-section-subtitle {
  color: #232323;
}
.cid-sf6kmOmMeY H2 {
  color: #232323;
}
.cid-sf6kmOmMeY .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-sf6jPLcist {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 60px;
}
.cid-sf6jPLcist .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sf6jPLcist .video-block {
    width: 100% !important;
  }
}
.cid-sf6lg12JJC {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sf6lg12JJC .mbr-section-subtitle {
  color: #000000;
}
.cid-sf6lg12JJC .container-table {
  margin: 0 auto;
}
.cid-sf6lg12JJC .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sf6lg12JJC .dataTables_wrapper {
  display: block;
}
.cid-sf6lg12JJC .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sf6lg12JJC .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sf6lg12JJC table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #000000;
  margin-bottom: 0;
}
.cid-sf6lg12JJC table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sf6lg12JJC table th:hover {
  background: #000000;
  color: #ffffff;
}
.cid-sf6lg12JJC table td {
  border-top: 1px solid #000000;
}
.cid-sf6lg12JJC table.table {
  background: #ffffff;
}
.cid-sf6lg12JJC .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sf6lg12JJC .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sf6lg12JJC .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sf6lg12JJC .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sf6lg12JJC .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sf6lg12JJC .dataTables_filter {
    text-align: center;
  }
  .cid-sf6lg12JJC .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sQteMiBGcY {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxHlWVjTnW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-sxHlWVjTnW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sxHlWVjTnW .row {
    text-align: center;
  }
  .cid-sxHlWVjTnW .row > div {
    margin: auto;
  }
  .cid-sxHlWVjTnW .social-row {
    justify-content: center;
  }
}
.cid-sxHlWVjTnW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sxHlWVjTnW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 0rem;
  }
}
.cid-sxHlWVjTnW .mbr-text {
  color: #bbbbbb;
}
.cid-sxHlWVjTnW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sxHlWVjTnW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uK3PjmztMa .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uK3PjmztMa .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uK3PjmztMa a {
  font-style: normal;
}
.cid-uK3PjmztMa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uK3PjmztMa .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uK3PjmztMa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uK3PjmztMa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uK3PjmztMa .menu-logo {
  margin-right: auto;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uK3PjmztMa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uK3PjmztMa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uK3PjmztMa button.navbar-toggler:focus {
  outline: none;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uK3PjmztMa .collapsed .btn {
  display: flex;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed button.navbar-toggler {
  display: block;
}
.cid-uK3PjmztMa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uK3PjmztMa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uK3PjmztMa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uK3PjmztMa .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-uK3PjmztMa.navbar-expand {
    flex-direction: column;
  }
  .cid-uK3PjmztMa img {
    height: 3.8rem !important;
  }
  .cid-uK3PjmztMa .btn {
    display: flex;
  }
  .cid-uK3PjmztMa button.navbar-toggler {
    display: block;
  }
  .cid-uK3PjmztMa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uK3PjmztMa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uK3PjmztMa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing,
  .cid-uK3PjmztMa .navbar-collapse.show {
    display: block !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uK3PjmztMa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-snO64NSjDB {
  padding-top: 135px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-9139-22-1440x1080.webp");
}
.cid-snO64NSjDB .mbr-overlay {
  background: #000000;
  background: linear-gradient(90deg, #000000, #000000);
}
.cid-snO64NSjDB H1 {
  color: #ffffff;
  text-align: center;
}
.cid-snO64NSjDB .mbr-section-subtitle,
.cid-snO64NSjDB .mbr-section-btn {
  color: #ffffff;
}
.cid-uWOvcfZ8Hj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uWOvcfZ8Hj .mbr-text,
.cid-uWOvcfZ8Hj blockquote {
  color: #767676;
}
.cid-uWOvcfZ8Hj .mbr-text {
  color: #101511;
}
.cid-uWOvjWQToT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWOvjWQToT .mbr-text,
.cid-uWOvjWQToT blockquote {
  color: #767676;
}
.cid-uWOvjWQToT .mbr-text {
  color: #101511;
}
.cid-snNYgmS3Gi {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-snNYgmS3Gi .image-block {
  margin: auto;
}
.cid-snNYgmS3Gi figcaption {
  position: relative;
}
.cid-snNYgmS3Gi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-snNYgmS3Gi .image-block {
    width: 100% !important;
  }
}
.cid-sQtf6rHOYq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxHlWVjTnW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-sxHlWVjTnW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sxHlWVjTnW .row {
    text-align: center;
  }
  .cid-sxHlWVjTnW .row > div {
    margin: auto;
  }
  .cid-sxHlWVjTnW .social-row {
    justify-content: center;
  }
}
.cid-sxHlWVjTnW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sxHlWVjTnW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 0rem;
  }
}
.cid-sxHlWVjTnW .mbr-text {
  color: #bbbbbb;
}
.cid-sxHlWVjTnW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sxHlWVjTnW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uK3PjmztMa .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uK3PjmztMa .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uK3PjmztMa a {
  font-style: normal;
}
.cid-uK3PjmztMa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uK3PjmztMa .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uK3PjmztMa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uK3PjmztMa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uK3PjmztMa .menu-logo {
  margin-right: auto;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uK3PjmztMa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uK3PjmztMa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uK3PjmztMa button.navbar-toggler:focus {
  outline: none;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uK3PjmztMa .collapsed .btn {
  display: flex;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed button.navbar-toggler {
  display: block;
}
.cid-uK3PjmztMa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uK3PjmztMa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uK3PjmztMa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uK3PjmztMa .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-uK3PjmztMa.navbar-expand {
    flex-direction: column;
  }
  .cid-uK3PjmztMa img {
    height: 3.8rem !important;
  }
  .cid-uK3PjmztMa .btn {
    display: flex;
  }
  .cid-uK3PjmztMa button.navbar-toggler {
    display: block;
  }
  .cid-uK3PjmztMa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uK3PjmztMa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uK3PjmztMa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing,
  .cid-uK3PjmztMa .navbar-collapse.show {
    display: block !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uK3PjmztMa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-snTWWT6Zgn {
  padding-top: 135px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/cover-2-for-main-1280x800.webp");
}
.cid-snTWWT6Zgn .mbr-overlay {
  background: #000000;
  background: linear-gradient(90deg, #000000, #000000);
}
.cid-snTWWT6Zgn H1 {
  color: #ffffff;
  text-align: center;
}
.cid-snTWWT6Zgn .mbr-section-subtitle,
.cid-snTWWT6Zgn .mbr-section-btn {
  color: #ffffff;
}
.cid-snTWWTGVR9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-snTWWTGVR9 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-snTWWTGVR9 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-snTWWTGVR9 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #55b4d4;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-snTWWTYfqr {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-snTWWTYfqr .image-block {
  margin: auto;
}
.cid-snTWWTYfqr figcaption {
  position: relative;
}
.cid-snTWWTYfqr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-snTWWTYfqr .image-block {
    width: 100% !important;
  }
}
.cid-sQtdFkEX0N {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxHlWVjTnW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-sxHlWVjTnW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sxHlWVjTnW .row {
    text-align: center;
  }
  .cid-sxHlWVjTnW .row > div {
    margin: auto;
  }
  .cid-sxHlWVjTnW .social-row {
    justify-content: center;
  }
}
.cid-sxHlWVjTnW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sxHlWVjTnW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 0rem;
  }
}
.cid-sxHlWVjTnW .mbr-text {
  color: #bbbbbb;
}
.cid-sxHlWVjTnW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sxHlWVjTnW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uK3PjmztMa .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uK3PjmztMa .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uK3PjmztMa a {
  font-style: normal;
}
.cid-uK3PjmztMa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uK3PjmztMa .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uK3PjmztMa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uK3PjmztMa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uK3PjmztMa .menu-logo {
  margin-right: auto;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uK3PjmztMa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uK3PjmztMa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uK3PjmztMa button.navbar-toggler:focus {
  outline: none;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uK3PjmztMa .collapsed .btn {
  display: flex;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed button.navbar-toggler {
  display: block;
}
.cid-uK3PjmztMa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uK3PjmztMa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uK3PjmztMa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uK3PjmztMa .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-uK3PjmztMa.navbar-expand {
    flex-direction: column;
  }
  .cid-uK3PjmztMa img {
    height: 3.8rem !important;
  }
  .cid-uK3PjmztMa .btn {
    display: flex;
  }
  .cid-uK3PjmztMa button.navbar-toggler {
    display: block;
  }
  .cid-uK3PjmztMa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uK3PjmztMa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uK3PjmztMa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing,
  .cid-uK3PjmztMa .navbar-collapse.show {
    display: block !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uK3PjmztMa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sPvgjBO05I {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sPvgjBO05I .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sPvgjBO05I H2 {
  color: #232323;
}
.cid-sPvgjBO05I .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-ti68JDf8UH {
  background: #ffffff;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-ti68JDf8UH .image-block {
  margin: auto;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-ti68JDf8UH .image-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #403f83;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-ti68JDf8UH .image-block:hover:before {
  opacity: 0.6;
}
.cid-ti68JDf8UH .image-block:hover .wrap {
  opacity: 1;
}
.cid-ti68JDf8UH .image-block:hover img {
  transform: scale(1.1);
}
.cid-ti68JDf8UH .wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-ti68JDf8UH img {
  width: 100%;
  height: 100%;
  transition: all 1s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ti68JDf8UH .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-ti68JDf8UH .wrap {
    opacity: 1 !important;
  }
  .cid-ti68JDf8UH .image-block:before {
    opacity: 0.6 !important;
  }
}
.cid-sPvgjC8L08 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sPvgjCxVdz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-sPvgjCxVdz .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPvgjCxVdz .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sPvgjCxVdz .row {
    text-align: center;
  }
  .cid-sPvgjCxVdz .row > div {
    margin: auto;
  }
  .cid-sPvgjCxVdz .social-row {
    justify-content: center;
  }
}
.cid-sPvgjCxVdz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sPvgjCxVdz .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sPvgjCxVdz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPvgjCxVdz .list {
    margin-bottom: 0rem;
  }
}
.cid-sPvgjCxVdz .mbr-text {
  color: #bbbbbb;
}
.cid-sPvgjCxVdz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sPvgjCxVdz .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sPvgjCxVdz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uK3PjmztMa .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uK3PjmztMa .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uK3PjmztMa a {
  font-style: normal;
}
.cid-uK3PjmztMa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uK3PjmztMa .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uK3PjmztMa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uK3PjmztMa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uK3PjmztMa .menu-logo {
  margin-right: auto;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uK3PjmztMa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uK3PjmztMa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uK3PjmztMa button.navbar-toggler:focus {
  outline: none;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uK3PjmztMa .collapsed .btn {
  display: flex;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed button.navbar-toggler {
  display: block;
}
.cid-uK3PjmztMa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uK3PjmztMa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uK3PjmztMa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uK3PjmztMa .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-uK3PjmztMa.navbar-expand {
    flex-direction: column;
  }
  .cid-uK3PjmztMa img {
    height: 3.8rem !important;
  }
  .cid-uK3PjmztMa .btn {
    display: flex;
  }
  .cid-uK3PjmztMa button.navbar-toggler {
    display: block;
  }
  .cid-uK3PjmztMa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uK3PjmztMa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uK3PjmztMa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing,
  .cid-uK3PjmztMa .navbar-collapse.show {
    display: block !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uK3PjmztMa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sT1cdn42cc {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT1cdn42cc .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-sT1cdn42cc H2 {
  color: #232323;
}
.cid-sT1cdn42cc .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-u27MxT8A1J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u27MxT8A1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-u27MxT8A1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u27MxT8A1J .card-wrapper {
  background: #3b3a33;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u27MxT8A1J .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u27MxT8A1J .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u27MxT8A1J .card-wrapper {
    padding: 4rem;
  }
}
.cid-u27MxT8A1J .mbr-text,
.cid-u27MxT8A1J .mbr-section-btn {
  color: #ffffff;
}
.cid-u27MxT8A1J .card-title,
.cid-u27MxT8A1J .card-box {
  text-align: left;
}
.cid-sT1c1CFBvC {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sT1c1CFBvC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sT1c1CFBvC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sT1c1CFBvC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sT1c1CFBvC .mbr-gallery-item {
  width: 33.3%;
}
.cid-sT1c1CFBvC .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-sT1c1CFBvC .mbr-gallery-item {
    width: 100%;
  }
}
.cid-sT1c1CFBvC .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-sT1c1CFBvC .mbr-gallery-row {
  justify-content: center;
}
.cid-sT1c1CFBvC .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-sT1c1CFBvC .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-sT1c1CFBvC .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sT1c1CFBvC .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sT1c1CFBvC .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-sT1c1CFBvC .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-sT1c1CFBvC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sT1c1CFBvC .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sT1c1CFBvC img {
  transition: all 2s !important;
}
.cid-sT1c1CFBvC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sT1c1CFBvC .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-sT1c1CFBvC .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t0XcSjXoHS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t0XcSjXoHS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t0XcSjXoHS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t0XcSjXoHS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t0XcSjXoHS .mbr-gallery-item {
  width: 33.3%;
}
.cid-t0XcSjXoHS .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-t0XcSjXoHS .mbr-gallery-item {
    width: 100%;
  }
}
.cid-t0XcSjXoHS .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-t0XcSjXoHS .mbr-gallery-row {
  justify-content: center;
}
.cid-t0XcSjXoHS .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-t0XcSjXoHS .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-t0XcSjXoHS .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t0XcSjXoHS .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-t0XcSjXoHS .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-t0XcSjXoHS .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-t0XcSjXoHS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t0XcSjXoHS .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-t0XcSjXoHS img {
  transition: all 2s !important;
}
.cid-t0XcSjXoHS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t0XcSjXoHS .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-t0XcSjXoHS .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sSWMfUh3ZZ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sSWMfUh3ZZ .mbr-section-subtitle {
  color: #232323;
}
.cid-sSWMfUh3ZZ H2 {
  color: #232323;
}
.cid-sSWMfUh3ZZ .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-sT1aWFtx9L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sT1aWFtx9L img,
.cid-sT1aWFtx9L .item-img {
  width: 100%;
}
.cid-sT1aWFtx9L .item:focus,
.cid-sT1aWFtx9L span:focus {
  outline: none;
}
.cid-sT1aWFtx9L .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sT1aWFtx9L .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sT1aWFtx9L .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sT1aWFtx9L .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sT1aWFtx9L .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sT1aWFtx9L .mbr-section-title {
  color: #232323;
}
.cid-sT1aWFtx9L .mbr-text,
.cid-sT1aWFtx9L .mbr-section-btn {
  text-align: left;
}
.cid-sT1aWFtx9L .item-title {
  text-align: left;
}
.cid-sT1aWFtx9L .item-subtitle {
  text-align: center;
}
.cid-sSWMfWlAtt {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sSWMfWCWqH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-sSWMfWCWqH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sSWMfWCWqH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sSWMfWCWqH .row {
    text-align: center;
  }
  .cid-sSWMfWCWqH .row > div {
    margin: auto;
  }
  .cid-sSWMfWCWqH .social-row {
    justify-content: center;
  }
}
.cid-sSWMfWCWqH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSWMfWCWqH .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sSWMfWCWqH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sSWMfWCWqH .list {
    margin-bottom: 0rem;
  }
}
.cid-sSWMfWCWqH .mbr-text {
  color: #bbbbbb;
}
.cid-sSWMfWCWqH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sSWMfWCWqH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sSWMfWCWqH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uK3PjmztMa .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uK3PjmztMa .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uK3PjmztMa a {
  font-style: normal;
}
.cid-uK3PjmztMa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uK3PjmztMa .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uK3PjmztMa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uK3PjmztMa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uK3PjmztMa .menu-logo {
  margin-right: auto;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uK3PjmztMa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uK3PjmztMa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uK3PjmztMa button.navbar-toggler:focus {
  outline: none;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uK3PjmztMa .collapsed .btn {
  display: flex;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed button.navbar-toggler {
  display: block;
}
.cid-uK3PjmztMa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uK3PjmztMa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uK3PjmztMa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uK3PjmztMa .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-uK3PjmztMa.navbar-expand {
    flex-direction: column;
  }
  .cid-uK3PjmztMa img {
    height: 3.8rem !important;
  }
  .cid-uK3PjmztMa .btn {
    display: flex;
  }
  .cid-uK3PjmztMa button.navbar-toggler {
    display: block;
  }
  .cid-uK3PjmztMa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uK3PjmztMa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uK3PjmztMa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing,
  .cid-uK3PjmztMa .navbar-collapse.show {
    display: block !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uK3PjmztMa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-t5rDl0zkmR {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t5rDl0zkmR .feature .card {
  border-left: 10px solid #27251d;
  background-color: #ffffff;
  height: 100%;
  padding: 2rem 40px;
  border-radius: 0;
}
.cid-t5rDl0zkmR .feature:last-child .card {
  border-color: #27251d;
}
.cid-t5rDl0zkmR .feature .mbr-section-title {
  line-height: 1;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-t5rDl0zkmR .feature:last-child {
    margin-top: 2rem;
  }
}
.cid-t5rDl0zkmR H3 {
  text-align: center;
  color: #149dcc;
}
.cid-t5rDl36k1G {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t5rDl3ggZN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t5rDl3ggZN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t5rDl3ggZN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t5rDl3ggZN .row {
    text-align: center;
  }
  .cid-t5rDl3ggZN .row > div {
    margin: auto;
  }
  .cid-t5rDl3ggZN .social-row {
    justify-content: center;
  }
}
.cid-t5rDl3ggZN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t5rDl3ggZN .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-t5rDl3ggZN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t5rDl3ggZN .list {
    margin-bottom: 0rem;
  }
}
.cid-t5rDl3ggZN .mbr-text {
  color: #bbbbbb;
}
.cid-t5rDl3ggZN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t5rDl3ggZN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t5rDl3ggZN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uK3PjmztMa .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uK3PjmztMa .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uK3PjmztMa a {
  font-style: normal;
}
.cid-uK3PjmztMa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uK3PjmztMa .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uK3PjmztMa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uK3PjmztMa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uK3PjmztMa .menu-logo {
  margin-right: auto;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uK3PjmztMa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uK3PjmztMa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uK3PjmztMa button.navbar-toggler:focus {
  outline: none;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uK3PjmztMa .collapsed .btn {
  display: flex;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed button.navbar-toggler {
  display: block;
}
.cid-uK3PjmztMa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uK3PjmztMa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uK3PjmztMa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uK3PjmztMa .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-uK3PjmztMa.navbar-expand {
    flex-direction: column;
  }
  .cid-uK3PjmztMa img {
    height: 3.8rem !important;
  }
  .cid-uK3PjmztMa .btn {
    display: flex;
  }
  .cid-uK3PjmztMa button.navbar-toggler {
    display: block;
  }
  .cid-uK3PjmztMa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uK3PjmztMa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uK3PjmztMa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing,
  .cid-uK3PjmztMa .navbar-collapse.show {
    display: block !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uK3PjmztMa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-t5rEER9WZt {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5rEER9WZt .mbr-section-subtitle {
  color: #232323;
}
.cid-t5rEERm8JN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t5rEERm8JN .column-wrapper {
  padding-left: 1.5rem;
}
.cid-t5rEERm8JN .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-t5rEERm8JN .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-t5rEERm8JN .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-t5rEERm8JN .mbr-text,
.cid-t5rEERm8JN .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-t5rEERm8JN .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t5rEERFpQa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t5rEERFpQa .column-wrapper {
  padding-left: 1.5rem;
}
.cid-t5rEERFpQa .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-t5rEERFpQa .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-t5rEERFpQa .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-t5rEERFpQa .mbr-text,
.cid-t5rEERFpQa .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-t5rEERFpQa .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t5rEEUa2a4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t5rEEUlM9k {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t5rEEUlM9k .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t5rEEUlM9k .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t5rEEUlM9k .row {
    text-align: center;
  }
  .cid-t5rEEUlM9k .row > div {
    margin: auto;
  }
  .cid-t5rEEUlM9k .social-row {
    justify-content: center;
  }
}
.cid-t5rEEUlM9k .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t5rEEUlM9k .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-t5rEEUlM9k .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t5rEEUlM9k .list {
    margin-bottom: 0rem;
  }
}
.cid-t5rEEUlM9k .mbr-text {
  color: #bbbbbb;
}
.cid-t5rEEUlM9k .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t5rEEUlM9k .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t5rEEUlM9k div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uK3PjmztMa .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uK3PjmztMa .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uK3PjmztMa a {
  font-style: normal;
}
.cid-uK3PjmztMa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uK3PjmztMa .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uK3PjmztMa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uK3PjmztMa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uK3PjmztMa .menu-logo {
  margin-right: auto;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uK3PjmztMa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uK3PjmztMa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uK3PjmztMa button.navbar-toggler:focus {
  outline: none;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uK3PjmztMa .collapsed .btn {
  display: flex;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed button.navbar-toggler {
  display: block;
}
.cid-uK3PjmztMa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uK3PjmztMa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uK3PjmztMa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uK3PjmztMa .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-uK3PjmztMa.navbar-expand {
    flex-direction: column;
  }
  .cid-uK3PjmztMa img {
    height: 3.8rem !important;
  }
  .cid-uK3PjmztMa .btn {
    display: flex;
  }
  .cid-uK3PjmztMa button.navbar-toggler {
    display: block;
  }
  .cid-uK3PjmztMa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uK3PjmztMa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uK3PjmztMa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing,
  .cid-uK3PjmztMa .navbar-collapse.show {
    display: block !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uK3PjmztMa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tcBT20nDAz {
  padding-top: 135px;
  padding-bottom: 0px;
  background: linear-gradient(90deg, #232323, #232323);
}
.cid-tcBT20nDAz .mbr-overlay {
  background: #000000;
  background: linear-gradient(90deg, #000000, #000000);
}
.cid-tcBT20nDAz H1 {
  color: #ffffff;
  text-align: center;
}
.cid-tcBT20nDAz .mbr-section-subtitle,
.cid-tcBT20nDAz .mbr-section-btn {
  color: #ffffff;
}
#custom-html-1mp {
  /* Type valid CSS here */
}
#custom-html-1mp div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1mp p {
  font-size: 60px;
  color: #777;
}
.cid-tcBT21kJgz {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tcBT21kJgz .image-block {
  margin: auto;
}
.cid-tcBT21kJgz figcaption {
  position: relative;
}
.cid-tcBT21kJgz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tcBT21kJgz .image-block {
    width: 100% !important;
  }
}
.cid-tcBT21yTA7 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tcBT21I8mj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tcBT21I8mj .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tcBT21I8mj .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tcBT21I8mj .row {
    text-align: center;
  }
  .cid-tcBT21I8mj .row > div {
    margin: auto;
  }
  .cid-tcBT21I8mj .social-row {
    justify-content: center;
  }
}
.cid-tcBT21I8mj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tcBT21I8mj .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tcBT21I8mj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tcBT21I8mj .list {
    margin-bottom: 0rem;
  }
}
.cid-tcBT21I8mj .mbr-text {
  color: #bbbbbb;
}
.cid-tcBT21I8mj .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tcBT21I8mj .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tcBT21I8mj div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uK3PjmztMa .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uK3PjmztMa .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uK3PjmztMa a {
  font-style: normal;
}
.cid-uK3PjmztMa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uK3PjmztMa .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uK3PjmztMa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uK3PjmztMa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uK3PjmztMa .menu-logo {
  margin-right: auto;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uK3PjmztMa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uK3PjmztMa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uK3PjmztMa button.navbar-toggler:focus {
  outline: none;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uK3PjmztMa .collapsed .btn {
  display: flex;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed button.navbar-toggler {
  display: block;
}
.cid-uK3PjmztMa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uK3PjmztMa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uK3PjmztMa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uK3PjmztMa .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-uK3PjmztMa.navbar-expand {
    flex-direction: column;
  }
  .cid-uK3PjmztMa img {
    height: 3.8rem !important;
  }
  .cid-uK3PjmztMa .btn {
    display: flex;
  }
  .cid-uK3PjmztMa button.navbar-toggler {
    display: block;
  }
  .cid-uK3PjmztMa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uK3PjmztMa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uK3PjmztMa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing,
  .cid-uK3PjmztMa .navbar-collapse.show {
    display: block !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uK3PjmztMa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-thVZJ362nB {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-thVZJ362nB .mbr-section-subtitle {
  color: #232323;
}
.cid-thVZJ362nB H2 {
  color: #232323;
}
.cid-thVZJ362nB .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-thW0hDi0Z0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-thW0hDi0Z0 img {
  width: 100%;
  object-fit: cover;
  height: 450px;
}
@media (max-width: 800px) {
  .cid-thW0hDi0Z0 img {
    height: auto;
  }
}
.cid-tm8I0C13KQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tm8I0C13KQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm8I0C13KQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tm8I0C13KQ .row {
  justify-content: flex-start;
}
.cid-tm8I0C13KQ .mbr-section-title {
  color: #45494E;
}
.cid-tm8I0C13KQ .mbr-text {
  margin-top: 36px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-tm8I0C13KQ .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tm8I0C13KQ .mbr-text {
    margin-top: 20px;
  }
}
.cid-tm8I0C13KQ .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tm8I0C13KQ .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tm8I0C13KQ .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tm8I0C13KQ .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tm8I0C13KQ .mbr-text,
.cid-tm8I0C13KQ .mbr-section-btn {
  color: #000000;
}
.cid-tm8H32zvPl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tm8H32zvPl P {
  color: #767676;
}
.cid-tm8H32zvPl .mbr-text,
.cid-tm8H32zvPl .mbr-section-btn {
  color: #000000;
}
.cid-tm8GKKSahV {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tm8GKKSahV .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tm8GKKSahV .video-block {
    width: 100% !important;
  }
}
.cid-thVZJ5SAw2 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-thVZJ6896G {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-thVZJ6896G .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-thVZJ6896G .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-thVZJ6896G .row {
    text-align: center;
  }
  .cid-thVZJ6896G .row > div {
    margin: auto;
  }
  .cid-thVZJ6896G .social-row {
    justify-content: center;
  }
}
.cid-thVZJ6896G .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-thVZJ6896G .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-thVZJ6896G .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thVZJ6896G .list {
    margin-bottom: 0rem;
  }
}
.cid-thVZJ6896G .mbr-text {
  color: #bbbbbb;
}
.cid-thVZJ6896G .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-thVZJ6896G .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-thVZJ6896G div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uK3PjmztMa .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uK3PjmztMa .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uK3PjmztMa a {
  font-style: normal;
}
.cid-uK3PjmztMa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uK3PjmztMa .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uK3PjmztMa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uK3PjmztMa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uK3PjmztMa .menu-logo {
  margin-right: auto;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uK3PjmztMa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uK3PjmztMa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uK3PjmztMa button.navbar-toggler:focus {
  outline: none;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uK3PjmztMa .collapsed .btn {
  display: flex;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed button.navbar-toggler {
  display: block;
}
.cid-uK3PjmztMa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uK3PjmztMa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uK3PjmztMa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uK3PjmztMa .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-uK3PjmztMa.navbar-expand {
    flex-direction: column;
  }
  .cid-uK3PjmztMa img {
    height: 3.8rem !important;
  }
  .cid-uK3PjmztMa .btn {
    display: flex;
  }
  .cid-uK3PjmztMa button.navbar-toggler {
    display: block;
  }
  .cid-uK3PjmztMa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uK3PjmztMa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uK3PjmztMa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing,
  .cid-uK3PjmztMa .navbar-collapse.show {
    display: block !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uK3PjmztMa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tpqTOuisku {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tpqTOuisku .mbr-section-subtitle {
  color: #232323;
}
.cid-tpqTOuisku H2 {
  color: #232323;
}
.cid-tpqTOuisku .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-tpqTOuNIU9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tpqTOuNIU9 img {
  width: 100%;
  object-fit: cover;
  height: 450px;
}
@media (max-width: 800px) {
  .cid-tpqTOuNIU9 img {
    height: auto;
  }
}
.cid-tpqTOv8ymi {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tpqTOv8ymi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpqTOv8ymi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpqTOv8ymi .row {
  justify-content: flex-start;
}
.cid-tpqTOv8ymi .mbr-section-title {
  color: #45494E;
}
.cid-tpqTOv8ymi .mbr-text {
  margin-top: 36px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-tpqTOv8ymi .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tpqTOv8ymi .mbr-text {
    margin-top: 20px;
  }
}
.cid-tpqTOv8ymi .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tpqTOv8ymi .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tpqTOv8ymi .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tpqTOv8ymi .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tpqTOv8ymi .mbr-text,
.cid-tpqTOv8ymi .mbr-section-btn {
  color: #000000;
}
.cid-tsEe0HG1yk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsEe0HG1yk .row {
  justify-content: center;
}
.cid-tsEe0HG1yk .col-video {
  display: flex;
  overflow: hidden;
}
.cid-tsEe0HG1yk .col-video img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.cid-tsEe0HG1yk .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 1.3888888888888888em;
  overflow: hidden;
}
.cid-tsEe0HG1yk .col-video .link-container {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tsEe0HG1yk .col-video .link {
  margin-right: 1rem;
}
.cid-tsEe0HG1yk .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-tsEe0HG1yk .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-tsEe0HG1yk .mbr-media {
  position: relative;
}
.cid-tsEe0HG1yk .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tsEe0HG1yk .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all .3s;
}
.cid-tsEe0HG1yk .icon-wrap .mbr-iconfont {
  padding: 24px;
  border-radius: 50%;
  background-color: #c4b2f6;
}
@media (max-width: 991px) {
  .cid-tsEe0HG1yk .icon-wrap .mbr-iconfont {
    padding: 16px;
  }
}
.cid-tsEe0HG1yk .icon-wrap:hover {
  transform: translate(-50%, -50%);
}
.cid-tsEe0HG1yk .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tsEe0HG1yk .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tsEe0HG1yk .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tsEe0HG1yk .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tsEe0HG1yk .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tsEe0HG1yk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tsEe0HG1yk a:hover {
  text-decoration-line: none !important;
}
.cid-tpqTOwjBgG {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tpqTOwApDJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tpqTOwApDJ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tpqTOwApDJ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tpqTOwApDJ .row {
    text-align: center;
  }
  .cid-tpqTOwApDJ .row > div {
    margin: auto;
  }
  .cid-tpqTOwApDJ .social-row {
    justify-content: center;
  }
}
.cid-tpqTOwApDJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tpqTOwApDJ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tpqTOwApDJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tpqTOwApDJ .list {
    margin-bottom: 0rem;
  }
}
.cid-tpqTOwApDJ .mbr-text {
  color: #bbbbbb;
}
.cid-tpqTOwApDJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tpqTOwApDJ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tpqTOwApDJ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uK3PjmztMa .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uK3PjmztMa .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uK3PjmztMa a {
  font-style: normal;
}
.cid-uK3PjmztMa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uK3PjmztMa .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uK3PjmztMa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uK3PjmztMa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uK3PjmztMa .menu-logo {
  margin-right: auto;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uK3PjmztMa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uK3PjmztMa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uK3PjmztMa button.navbar-toggler:focus {
  outline: none;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uK3PjmztMa .collapsed .btn {
  display: flex;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed button.navbar-toggler {
  display: block;
}
.cid-uK3PjmztMa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uK3PjmztMa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uK3PjmztMa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uK3PjmztMa .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-uK3PjmztMa.navbar-expand {
    flex-direction: column;
  }
  .cid-uK3PjmztMa img {
    height: 3.8rem !important;
  }
  .cid-uK3PjmztMa .btn {
    display: flex;
  }
  .cid-uK3PjmztMa button.navbar-toggler {
    display: block;
  }
  .cid-uK3PjmztMa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uK3PjmztMa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uK3PjmztMa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing,
  .cid-uK3PjmztMa .navbar-collapse.show {
    display: block !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uK3PjmztMa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-u8YJnbJruJ {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u8YJnbJruJ .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-u8YJnbJruJ .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-u8YKhwJ6n1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8YKhwJ6n1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8YKhwJ6n1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8YKhwJ6n1 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u8YKhwJ6n1 .mbr-section-title {
  color: #24262b;
}
.cid-u8YKhwJ6n1 .mbr-section-subtitle {
  color: #24262b;
}
.cid-u8YKhwJ6n1 .cards-row {
  row-gap: 32px;
}
.cid-u8YKhwJ6n1 .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-u8YKhwJ6n1 .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-u8YKhwJ6n1 .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-u8YKhwJ6n1 .card-subtitle {
  color: #24262b;
}
.cid-u8YKhwJ6n1 .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-u8YKhwJ6n1 .mbr-section-btn {
  margin-top: 20px;
}
.cid-u8YKhwJ6n1 .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-u8YKhwJ6n1 .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-u8YLva1A8T {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8YLva1A8T .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8YLva1A8T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8YLva1A8T .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u8YLva1A8T .mbr-section-title {
  color: #24262b;
}
.cid-u8YLva1A8T .mbr-section-subtitle {
  color: #24262b;
}
.cid-u8YLva1A8T .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-u8YLva1A8T .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-u8YLva1A8T .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-u8YLva1A8T .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-u8YLva1A8T .card-subtitle {
  color: #24262b;
}
.cid-u8YLva1A8T .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-u8YLva1A8T .mbr-section-btn {
  margin-top: 20px;
}
.cid-u8YLva1A8T .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-u8YLva1A8T .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-u8YKi8nFTs {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8YKi8nFTs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8YKi8nFTs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8YKi8nFTs .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u8YKi8nFTs .mbr-section-title {
  color: #24262b;
}
.cid-u8YKi8nFTs .mbr-section-subtitle {
  color: #24262b;
}
.cid-u8YKi8nFTs .cards-row {
  row-gap: 32px;
}
.cid-u8YKi8nFTs .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-u8YKi8nFTs .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-u8YKi8nFTs .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-u8YKi8nFTs .card-subtitle {
  color: #24262b;
}
.cid-u8YKi8nFTs .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-u8YKi8nFTs .mbr-section-btn {
  margin-top: 20px;
}
.cid-u8YKi8nFTs .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-u8YKi8nFTs .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-u8YQaFuPuv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u8YQaFuPuv .mbr-section-subtitle {
  color: #232323;
}
.cid-u8YQaFuPuv H2 {
  color: #232323;
}
.cid-u8YQaFuPuv .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-u8YQiV3QJP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u8YQiV3QJP .title_block {
  margin-bottom: 80px;
}
.cid-u8YQiV3QJP .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #55b4d4;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-u8YQiV3QJP .mbr-section-title {
  color: #f1990a;
}
.cid-u8YQiV3QJP .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #000000;
}
.cid-u8YQiV3QJP .item {
  padding-bottom: 2rem;
}
.cid-u8YQiV3QJP .image-wrapper {
  overflow: hidden;
  height: 200px;
}
.cid-u8YQiV3QJP .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u8YQiV3QJP .item-wrapper {
  position: relative;
}
.cid-u8YQiV3QJP .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-u8YQiV3QJP .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-u8YQiV3QJP .item-wrapper:hover .mbr-item-subtitle a {
  color: #55b4d4 !important;
}
.cid-u8YQiV3QJP .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-u8YQiV3QJP .carousel-control,
.cid-u8YQiV3QJP .close {
  background: #1b1b1b;
}
.cid-u8YQiV3QJP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u8YQiV3QJP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u8YQiV3QJP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u8YQiV3QJP .carousel-control-next span {
  margin-left: 5px;
}
.cid-u8YQiV3QJP .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u8YQiV3QJP .close::before {
  content: '\e91a';
}
.cid-u8YQiV3QJP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u8YQiV3QJP .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u8YQiV3QJP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u8YQiV3QJP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u8YQiV3QJP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u8YQiV3QJP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u8YQiV3QJP .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u8YQiV3QJP .carousel-indicators li.active,
.cid-u8YQiV3QJP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u8YQiV3QJP .carousel-indicators li::after,
.cid-u8YQiV3QJP .carousel-indicators li::before {
  content: none;
}
.cid-u8YQiV3QJP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u8YQiV3QJP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u8YQiV3QJP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u8YQiV3QJP .carousel-indicators {
    display: none;
  }
}
.cid-u8YQiV3QJP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u8YQiV3QJP .carousel-inner > .active {
  display: block;
}
.cid-u8YQiV3QJP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u8YQiV3QJP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u8YQiV3QJP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u8YQiV3QJP .carousel-control,
  .cid-u8YQiV3QJP .carousel-indicators,
  .cid-u8YQiV3QJP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u8YQiV3QJP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u8YQiV3QJP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u8YQiV3QJP .carousel-indicators .active,
.cid-u8YQiV3QJP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u8YQiV3QJP .carousel-indicators .active {
  background: #fff;
}
.cid-u8YQiV3QJP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u8YQiV3QJP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u8YQiV3QJP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u8YQiV3QJP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u8YQiV3QJP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u8YQiV3QJP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u8YQiV3QJP .carousel {
  width: 100%;
}
.cid-u8YQiV3QJP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u8YQiV3QJP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u8YQiV3QJP .modal.fade .modal-dialog,
.cid-u8YQiV3QJP .modal.in .modal-dialog {
  transform: none;
}
.cid-u8YQiV3QJP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u8YJnf9Ryx {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u8YJnfqhiZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-u8YJnfqhiZ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8YJnfqhiZ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u8YJnfqhiZ .row {
    text-align: center;
  }
  .cid-u8YJnfqhiZ .row > div {
    margin: auto;
  }
  .cid-u8YJnfqhiZ .social-row {
    justify-content: center;
  }
}
.cid-u8YJnfqhiZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u8YJnfqhiZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u8YJnfqhiZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8YJnfqhiZ .list {
    margin-bottom: 0rem;
  }
}
.cid-u8YJnfqhiZ .mbr-text {
  color: #bbbbbb;
}
.cid-u8YJnfqhiZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u8YJnfqhiZ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u8YJnfqhiZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uK3PjmztMa .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uK3PjmztMa .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uK3PjmztMa a {
  font-style: normal;
}
.cid-uK3PjmztMa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uK3PjmztMa .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uK3PjmztMa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uK3PjmztMa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uK3PjmztMa .menu-logo {
  margin-right: auto;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uK3PjmztMa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uK3PjmztMa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uK3PjmztMa button.navbar-toggler:focus {
  outline: none;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uK3PjmztMa .collapsed .btn {
  display: flex;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed button.navbar-toggler {
  display: block;
}
.cid-uK3PjmztMa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uK3PjmztMa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uK3PjmztMa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uK3PjmztMa .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-uK3PjmztMa.navbar-expand {
    flex-direction: column;
  }
  .cid-uK3PjmztMa img {
    height: 3.8rem !important;
  }
  .cid-uK3PjmztMa .btn {
    display: flex;
  }
  .cid-uK3PjmztMa button.navbar-toggler {
    display: block;
  }
  .cid-uK3PjmztMa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uK3PjmztMa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uK3PjmztMa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing,
  .cid-uK3PjmztMa .navbar-collapse.show {
    display: block !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uK3PjmztMa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uxUVsR14dV {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxUVsR14dV .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uxUVsR14dV .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uxUW3g6Iad {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uxUW3g6Iad .item-img {
  position: relative;
}
.cid-uxUW3g6Iad .tag {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.cid-uxUW3g6Iad .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-uxUW3g6Iad .btn-tag:hover,
.cid-uxUW3g6Iad .btn-tag:focus {
  box-shadow: none;
}
.cid-uxUW3g6Iad img,
.cid-uxUW3g6Iad .item-img {
  width: 100%;
  margin-bottom: 1rem;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uxUW3g6Iad .item:focus,
.cid-uxUW3g6Iad span:focus {
  outline: none;
}
.cid-uxUW3g6Iad .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uxUW3g6Iad .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-uxUW3g6Iad .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uxUW3g6Iad .mbr-section-title {
  color: #232323;
}
.cid-uxUW3g6Iad .mbr-text,
.cid-uxUW3g6Iad .mbr-section-btn {
  color: #353535;
}
.cid-uxUW3g6Iad .item-title {
  color: #353535;
}
.cid-uxUW3g6Iad .item-subtitle {
  text-align: center;
}
.cid-uxUVsWVV2U {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uxUVsWVV2U .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uxUVsWVV2U .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uxUVsWVV2U .row {
    text-align: center;
  }
  .cid-uxUVsWVV2U .row > div {
    margin: auto;
  }
  .cid-uxUVsWVV2U .social-row {
    justify-content: center;
  }
}
.cid-uxUVsWVV2U .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uxUVsWVV2U .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uxUVsWVV2U .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uxUVsWVV2U .list {
    margin-bottom: 0rem;
  }
}
.cid-uxUVsWVV2U .mbr-text {
  color: #bbbbbb;
}
.cid-uxUVsWVV2U .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uxUVsWVV2U .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uxUVsWVV2U div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uK3PjmztMa .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uK3PjmztMa .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uK3PjmztMa a {
  font-style: normal;
}
.cid-uK3PjmztMa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uK3PjmztMa .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uK3PjmztMa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uK3PjmztMa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uK3PjmztMa .menu-logo {
  margin-right: auto;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uK3PjmztMa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uK3PjmztMa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uK3PjmztMa button.navbar-toggler:focus {
  outline: none;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uK3PjmztMa .collapsed .btn {
  display: flex;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed button.navbar-toggler {
  display: block;
}
.cid-uK3PjmztMa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uK3PjmztMa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uK3PjmztMa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uK3PjmztMa .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-uK3PjmztMa.navbar-expand {
    flex-direction: column;
  }
  .cid-uK3PjmztMa img {
    height: 3.8rem !important;
  }
  .cid-uK3PjmztMa .btn {
    display: flex;
  }
  .cid-uK3PjmztMa button.navbar-toggler {
    display: block;
  }
  .cid-uK3PjmztMa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uK3PjmztMa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uK3PjmztMa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing,
  .cid-uK3PjmztMa .navbar-collapse.show {
    display: block !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uK3PjmztMa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uWP1buw63H {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWP1buw63H .mbr-text,
.cid-uWP1buw63H blockquote {
  color: #767676;
}
.cid-uWP1buw63H .mbr-text {
  color: #101511;
}
.cid-sxHlWVjTnW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-sxHlWVjTnW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sxHlWVjTnW .row {
    text-align: center;
  }
  .cid-sxHlWVjTnW .row > div {
    margin: auto;
  }
  .cid-sxHlWVjTnW .social-row {
    justify-content: center;
  }
}
.cid-sxHlWVjTnW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sxHlWVjTnW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 0rem;
  }
}
.cid-sxHlWVjTnW .mbr-text {
  color: #bbbbbb;
}
.cid-sxHlWVjTnW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sxHlWVjTnW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uK3PjmztMa .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uK3PjmztMa .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uK3PjmztMa a {
  font-style: normal;
}
.cid-uK3PjmztMa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uK3PjmztMa .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uK3PjmztMa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uK3PjmztMa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uK3PjmztMa .menu-logo {
  margin-right: auto;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uK3PjmztMa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uK3PjmztMa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uK3PjmztMa button.navbar-toggler:focus {
  outline: none;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uK3PjmztMa .collapsed .btn {
  display: flex;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed button.navbar-toggler {
  display: block;
}
.cid-uK3PjmztMa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uK3PjmztMa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uK3PjmztMa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uK3PjmztMa .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-uK3PjmztMa.navbar-expand {
    flex-direction: column;
  }
  .cid-uK3PjmztMa img {
    height: 3.8rem !important;
  }
  .cid-uK3PjmztMa .btn {
    display: flex;
  }
  .cid-uK3PjmztMa button.navbar-toggler {
    display: block;
  }
  .cid-uK3PjmztMa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uK3PjmztMa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uK3PjmztMa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing,
  .cid-uK3PjmztMa .navbar-collapse.show {
    display: block !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uK3PjmztMa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uGzTNH90LC {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGzTNH90LC iframe,
.cid-uGzTNH90LC img,
.cid-uGzTNH90LC video {
  width: 100%;
}
.cid-uGzTNH90LC .mbr-section-head {
  margin-bottom: 67px;
}
@media (max-width: 767px) {
  .cid-uGzTNH90LC .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-uGzTNH90LC .mbr-section-title {
  color: #161616;
}
.cid-uGzTNH90LC .mbr-section-subtitle {
  color: #161616;
  margin-top: 32px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uGzTNH90LC .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uGzTNH90LC .mbr-media {
  position: relative;
}
.cid-uGzTNH90LC .mbr-media img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uGzTNH90LC .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uGzTNH90LC .icon-wrap .mbr-iconfont {
  color: #FFFFFF;
  opacity: 0.6;
  font-size: 70px;
}
.cid-uGzTNH90LC .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uGzTNH90LC .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uGzTNH90LC .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uGzTNH90LC .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uGzTNH90LC .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-uGzTNH90LC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGzTNH90LC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uxUdCJ8fNi {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uxUdCJ8fNi .image-block {
  margin: auto;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-uxUdCJ8fNi .image-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #403f83;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uxUdCJ8fNi .image-block:hover:before {
  opacity: 0.6;
}
.cid-uxUdCJ8fNi .image-block:hover .wrap {
  opacity: 1;
}
.cid-uxUdCJ8fNi .image-block:hover img {
  transform: scale(1.1);
}
.cid-uxUdCJ8fNi .wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uxUdCJ8fNi img {
  width: 100%;
  height: 100%;
  transition: all 1s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxUdCJ8fNi .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uxUdCJ8fNi .wrap {
    opacity: 1 !important;
  }
  .cid-uxUdCJ8fNi .image-block:before {
    opacity: 0.6 !important;
  }
}
.cid-uGzS6xHIh9 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 45px;
}
.cid-uGzS6xHIh9 .image-block {
  margin: auto;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-uGzS6xHIh9 .image-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #403f83;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uGzS6xHIh9 .image-block:hover:before {
  opacity: 0.6;
}
.cid-uGzS6xHIh9 .image-block:hover .wrap {
  opacity: 1;
}
.cid-uGzS6xHIh9 .image-block:hover img {
  transform: scale(1.1);
}
.cid-uGzS6xHIh9 .wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uGzS6xHIh9 img {
  width: 100%;
  height: 100%;
  transition: all 1s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGzS6xHIh9 .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uGzS6xHIh9 .wrap {
    opacity: 1 !important;
  }
  .cid-uGzS6xHIh9 .image-block:before {
    opacity: 0.6 !important;
  }
}
.cid-uxUdCJn0f5 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uxUdCJxbgm {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uxUdCJxbgm .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uxUdCJxbgm .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uxUdCJxbgm .row {
    text-align: center;
  }
  .cid-uxUdCJxbgm .row > div {
    margin: auto;
  }
  .cid-uxUdCJxbgm .social-row {
    justify-content: center;
  }
}
.cid-uxUdCJxbgm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uxUdCJxbgm .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uxUdCJxbgm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uxUdCJxbgm .list {
    margin-bottom: 0rem;
  }
}
.cid-uxUdCJxbgm .mbr-text {
  color: #bbbbbb;
}
.cid-uxUdCJxbgm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uxUdCJxbgm .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uxUdCJxbgm div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uSbNkWCMBX .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uSbNkWCMBX .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uSbNkWCMBX a {
  font-style: normal;
}
.cid-uSbNkWCMBX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uSbNkWCMBX .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uSbNkWCMBX .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uSbNkWCMBX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uSbNkWCMBX .menu-logo {
  margin-right: auto;
}
.cid-uSbNkWCMBX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uSbNkWCMBX .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-uSbNkWCMBX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uSbNkWCMBX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uSbNkWCMBX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uSbNkWCMBX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uSbNkWCMBX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uSbNkWCMBX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uSbNkWCMBX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSbNkWCMBX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uSbNkWCMBX .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uSbNkWCMBX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uSbNkWCMBX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSbNkWCMBX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uSbNkWCMBX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSbNkWCMBX .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-uSbNkWCMBX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uSbNkWCMBX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uSbNkWCMBX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uSbNkWCMBX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uSbNkWCMBX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uSbNkWCMBX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uSbNkWCMBX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uSbNkWCMBX button.navbar-toggler:focus {
  outline: none;
}
.cid-uSbNkWCMBX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uSbNkWCMBX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uSbNkWCMBX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uSbNkWCMBX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uSbNkWCMBX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uSbNkWCMBX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSbNkWCMBX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uSbNkWCMBX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uSbNkWCMBX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSbNkWCMBX .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uSbNkWCMBX .collapsed .btn {
  display: flex;
}
.cid-uSbNkWCMBX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uSbNkWCMBX .collapsed .navbar-collapse.collapsing,
.cid-uSbNkWCMBX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uSbNkWCMBX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uSbNkWCMBX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uSbNkWCMBX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uSbNkWCMBX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uSbNkWCMBX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uSbNkWCMBX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uSbNkWCMBX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uSbNkWCMBX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uSbNkWCMBX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uSbNkWCMBX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uSbNkWCMBX .collapsed button.navbar-toggler {
  display: block;
}
.cid-uSbNkWCMBX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uSbNkWCMBX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uSbNkWCMBX .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-uSbNkWCMBX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uSbNkWCMBX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uSbNkWCMBX .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-uSbNkWCMBX.navbar-expand {
    flex-direction: column;
  }
  .cid-uSbNkWCMBX img {
    height: 3.8rem !important;
  }
  .cid-uSbNkWCMBX .btn {
    display: flex;
  }
  .cid-uSbNkWCMBX button.navbar-toggler {
    display: block;
  }
  .cid-uSbNkWCMBX .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uSbNkWCMBX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uSbNkWCMBX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uSbNkWCMBX .navbar-collapse.collapsing,
  .cid-uSbNkWCMBX .navbar-collapse.show {
    display: block !important;
  }
  .cid-uSbNkWCMBX .navbar-collapse.collapsing .navbar-nav,
  .cid-uSbNkWCMBX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uSbNkWCMBX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uSbNkWCMBX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uSbNkWCMBX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uSbNkWCMBX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSbNkWCMBX .navbar-collapse.collapsing .navbar-buttons,
  .cid-uSbNkWCMBX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uSbNkWCMBX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uSbNkWCMBX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSbNkWCMBX .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-uSbNkWCMBX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uSbNkWCMBX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uSbNkWCMBX .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-uSbNkWCMBX .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uSbNkYtzgh {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSbNkYtzgh .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uSbNkYtzgh .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uSbNkZ0Z0h {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uSbNkZ0Z0h .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uSbNkZ0Z0h H2 {
  color: #232323;
}
.cid-uSbNkZ0Z0h .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-uSbNkZwgkL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSbNkZZOnt {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uSbNkZZOnt .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uSbNl0FOal {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSbNl0FOal .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSbNl0FOal .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSbNl0FOal .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uSbNl0FOal .mbr-section-title {
  color: #24262b;
}
.cid-uSbNl0FOal .mbr-section-subtitle {
  color: #24262b;
}
.cid-uSbNl0FOal .cards-row {
  row-gap: 32px;
}
.cid-uSbNl0FOal .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-uSbNl0FOal .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uSbNl0FOal .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uSbNl0FOal .card-subtitle {
  color: #24262b;
}
.cid-uSbNl0FOal .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uSbNl0FOal .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSbNl0FOal .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-uSbNl0FOal .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-uSbNl1wFZr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSbNl1wFZr h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uSbNl1wFZr p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-uSbNl1wFZr .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-uSbNl1wFZr .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-uSbNl1wFZr .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uSbNl1wFZr .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-uSbNl1wFZr .card-box {
    padding-left: 0;
  }
}
.cid-uSbNl1wFZr P {
  color: #000000;
}
#hrblock-block-2cf hr {
  margin: 0;
}
.cid-uSbNl2v6H2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSbNl2v6H2 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uSbNl30vdW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uSbNl30vdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSbNl30vdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSbNl30vdW .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uSbNl30vdW .mbr-section-title {
  color: #24262b;
}
.cid-uSbNl30vdW .mbr-section-subtitle {
  color: #24262b;
}
.cid-uSbNl30vdW .cards-row {
  row-gap: 32px;
}
.cid-uSbNl30vdW .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-uSbNl30vdW .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uSbNl30vdW .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uSbNl30vdW .card-subtitle {
  color: #24262b;
}
.cid-uSbNl30vdW .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uSbNl30vdW .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSbNl30vdW .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-uSbNl30vdW .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-uSbNl3IXHn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSbNl3IXHn h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uSbNl3IXHn p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-uSbNl3IXHn .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-uSbNl3IXHn .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-uSbNl3IXHn .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uSbNl3IXHn .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-uSbNl3IXHn .card-box {
    padding-left: 0;
  }
}
.cid-uSbNl3IXHn P {
  color: #000000;
}
.cid-uSbNl4yFXo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uSbNl4yFXo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSbNl4yFXo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSbNl4yFXo .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uSbNl4yFXo .mbr-section-title {
  color: #24262b;
}
.cid-uSbNl4yFXo .mbr-section-subtitle {
  color: #24262b;
}
.cid-uSbNl4yFXo .cards-row {
  row-gap: 32px;
}
.cid-uSbNl4yFXo .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-uSbNl4yFXo .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uSbNl4yFXo .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uSbNl4yFXo .card-subtitle {
  color: #24262b;
}
.cid-uSbNl4yFXo .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uSbNl4yFXo .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSbNl4yFXo .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-uSbNl4yFXo .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-uSbNl5qtU5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSbNl5qtU5 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uSbNl5qtU5 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-uSbNl5qtU5 .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-uSbNl5qtU5 .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-uSbNl5qtU5 .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uSbNl5qtU5 .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-uSbNl5qtU5 .card-box {
    padding-left: 0;
  }
}
.cid-uSbNl5qtU5 P {
  color: #000000;
}
.cid-uSbNl6oQKu {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uSbNl6Tfx3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uSbNl6Tfx3 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSbNl6Tfx3 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uSbNl6Tfx3 .row {
    text-align: center;
  }
  .cid-uSbNl6Tfx3 .row > div {
    margin: auto;
  }
  .cid-uSbNl6Tfx3 .social-row {
    justify-content: center;
  }
}
.cid-uSbNl6Tfx3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSbNl6Tfx3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uSbNl6Tfx3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSbNl6Tfx3 .list {
    margin-bottom: 0rem;
  }
}
.cid-uSbNl6Tfx3 .mbr-text {
  color: #bbbbbb;
}
.cid-uSbNl6Tfx3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uSbNl6Tfx3 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uSbNl6Tfx3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uWOsaS8LfQ .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uWOsaS8LfQ .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uWOsaS8LfQ a {
  font-style: normal;
}
.cid-uWOsaS8LfQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uWOsaS8LfQ .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uWOsaS8LfQ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uWOsaS8LfQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uWOsaS8LfQ .menu-logo {
  margin-right: auto;
}
.cid-uWOsaS8LfQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uWOsaS8LfQ .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-uWOsaS8LfQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uWOsaS8LfQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uWOsaS8LfQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uWOsaS8LfQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uWOsaS8LfQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uWOsaS8LfQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uWOsaS8LfQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWOsaS8LfQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uWOsaS8LfQ .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uWOsaS8LfQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uWOsaS8LfQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWOsaS8LfQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uWOsaS8LfQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWOsaS8LfQ .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-uWOsaS8LfQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uWOsaS8LfQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uWOsaS8LfQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uWOsaS8LfQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uWOsaS8LfQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uWOsaS8LfQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uWOsaS8LfQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uWOsaS8LfQ button.navbar-toggler:focus {
  outline: none;
}
.cid-uWOsaS8LfQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uWOsaS8LfQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uWOsaS8LfQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uWOsaS8LfQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uWOsaS8LfQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uWOsaS8LfQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWOsaS8LfQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uWOsaS8LfQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uWOsaS8LfQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWOsaS8LfQ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uWOsaS8LfQ .collapsed .btn {
  display: flex;
}
.cid-uWOsaS8LfQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uWOsaS8LfQ .collapsed .navbar-collapse.collapsing,
.cid-uWOsaS8LfQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uWOsaS8LfQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uWOsaS8LfQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uWOsaS8LfQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uWOsaS8LfQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uWOsaS8LfQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uWOsaS8LfQ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uWOsaS8LfQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uWOsaS8LfQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uWOsaS8LfQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uWOsaS8LfQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uWOsaS8LfQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uWOsaS8LfQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uWOsaS8LfQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uWOsaS8LfQ .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-uWOsaS8LfQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uWOsaS8LfQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uWOsaS8LfQ .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-uWOsaS8LfQ.navbar-expand {
    flex-direction: column;
  }
  .cid-uWOsaS8LfQ img {
    height: 3.8rem !important;
  }
  .cid-uWOsaS8LfQ .btn {
    display: flex;
  }
  .cid-uWOsaS8LfQ button.navbar-toggler {
    display: block;
  }
  .cid-uWOsaS8LfQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uWOsaS8LfQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uWOsaS8LfQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uWOsaS8LfQ .navbar-collapse.collapsing,
  .cid-uWOsaS8LfQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uWOsaS8LfQ .navbar-collapse.collapsing .navbar-nav,
  .cid-uWOsaS8LfQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uWOsaS8LfQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uWOsaS8LfQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uWOsaS8LfQ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uWOsaS8LfQ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uWOsaS8LfQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uWOsaS8LfQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uWOsaS8LfQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uWOsaS8LfQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uWOsaS8LfQ .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-uWOsaS8LfQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uWOsaS8LfQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uWOsaS8LfQ .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-uWOsaS8LfQ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uWOsaSs7Ae {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uWOsaSs7Ae .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uWOsaSs7Ae .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uWOsvk38xw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWOsvk38xw .mbr-text,
.cid-uWOsvk38xw blockquote {
  color: #767676;
}
.cid-uWOsvk38xw .mbr-text {
  color: #101511;
}
.cid-uWOsaUomSK {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uWOsaUBFak {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uWOsaUBFak .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWOsaUBFak .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWOsaUBFak .row {
    text-align: center;
  }
  .cid-uWOsaUBFak .row > div {
    margin: auto;
  }
  .cid-uWOsaUBFak .social-row {
    justify-content: center;
  }
}
.cid-uWOsaUBFak .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uWOsaUBFak .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uWOsaUBFak .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWOsaUBFak .list {
    margin-bottom: 0rem;
  }
}
.cid-uWOsaUBFak .mbr-text {
  color: #bbbbbb;
}
.cid-uWOsaUBFak .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uWOsaUBFak .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uWOsaUBFak div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uK3PjmztMa .navbar {
  background: #232323;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uK3PjmztMa .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-uK3PjmztMa a {
  font-style: normal;
}
.cid-uK3PjmztMa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uK3PjmztMa .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uK3PjmztMa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uK3PjmztMa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uK3PjmztMa .menu-logo {
  margin-right: auto;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uK3PjmztMa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK3PjmztMa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3PjmztMa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uK3PjmztMa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uK3PjmztMa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uK3PjmztMa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uK3PjmztMa button.navbar-toggler:focus {
  outline: none;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uK3PjmztMa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uK3PjmztMa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uK3PjmztMa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uK3PjmztMa .collapsed .btn {
  display: flex;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uK3PjmztMa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uK3PjmztMa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uK3PjmztMa .collapsed button.navbar-toggler {
  display: block;
}
.cid-uK3PjmztMa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uK3PjmztMa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uK3PjmztMa .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-uK3PjmztMa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uK3PjmztMa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uK3PjmztMa .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-uK3PjmztMa.navbar-expand {
    flex-direction: column;
  }
  .cid-uK3PjmztMa img {
    height: 3.8rem !important;
  }
  .cid-uK3PjmztMa .btn {
    display: flex;
  }
  .cid-uK3PjmztMa button.navbar-toggler {
    display: block;
  }
  .cid-uK3PjmztMa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uK3PjmztMa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uK3PjmztMa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing,
  .cid-uK3PjmztMa .navbar-collapse.show {
    display: block !important;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uK3PjmztMa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uK3PjmztMa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uK3PjmztMa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uK3PjmztMa .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-uK3PjmztMa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uWSFeo0wlo {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uWSFeo0wlo .mbr-section-subtitle {
  color: #232323;
  text-align: justify;
}
.cid-uWSFeo0wlo .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uWSFfr8GXp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWSFgls0VF {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uWSFgls0VF .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uWSFgls0VF .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uWSFgls0VF .row {
    row-gap: 40px;
  }
}
.cid-uWSFgls0VF .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uWSFgls0VF .mbr-section-title {
  color: #9b8db7;
}
.cid-uWSFgls0VF .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uWSFgls0VF .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uWSFgls0VF .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uWSFgls0VF .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uWSFgls0VF .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uWSFgls0VF .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uWSFgls0VF .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uWSFgls0VF .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uWSFgls0VF .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uWSFgls0VF .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uWSFgls0VF .item-content {
  margin-top: 32px;
}
.cid-uWSFgls0VF .item-title {
  color: #303030;
}
.cid-uWSFgls0VF .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-uWSFgls0VF .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-uWSFgls0VF .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #9b8db7;
}
.cid-uWSFgls0VF .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uWSFgls0VF .item-text {
  color: #9b8db7;
}
.cid-sxHlWVjTnW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-sxHlWVjTnW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sxHlWVjTnW .row {
    text-align: center;
  }
  .cid-sxHlWVjTnW .row > div {
    margin: auto;
  }
  .cid-sxHlWVjTnW .social-row {
    justify-content: center;
  }
}
.cid-sxHlWVjTnW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sxHlWVjTnW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sxHlWVjTnW .list {
    margin-bottom: 0rem;
  }
}
.cid-sxHlWVjTnW .mbr-text {
  color: #bbbbbb;
}
.cid-sxHlWVjTnW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sxHlWVjTnW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sxHlWVjTnW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-rI0YKgrVrl {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rI0YKgrVrl .media-container-row .mbr-text {
  color: #000000;
}
